PMD report

Problems found

#FileLineProblem
1 src/com/gps/automation/BusInfoPOJO.java 6 headerCommentRequirement Required
2 src/com/gps/automation/BusInfoPOJO.java 8 fieldCommentRequirement Required
3 src/com/gps/automation/BusInfoPOJO.java 9 Private field 'buses' could be made final; it is only initialized in the declaration or constructor.
4 src/com/gps/automation/BusInfoPOJO.java 9 fieldCommentRequirement Required
5 src/com/gps/automation/BusInfoPOJO.java 19 Parameter 'orgName' is not assigned and could be declared final
6 src/com/gps/automation/BusInfoPOJO.java 31 Parameter 'buses' is not assigned and could be declared final
7 src/com/gps/automation/DataManager.java 10 The class 'DataManager' has a Cyclomatic Complexity of 13 (Highest = 12).
8 src/com/gps/automation/DataManager.java 10 headerCommentRequirement Required
9 src/com/gps/automation/DataManager.java 12 The Logger variable declaration does not contain the static and final modifiers
10 src/com/gps/automation/DataManager.java 12 Use explicit scoping instead of the default package private level
11 src/com/gps/automation/DataManager.java 12 fieldCommentRequirement Required
12 src/com/gps/automation/DataManager.java 13 Found non-transient, non-static member. Please mark as transient or provide accessors.
13 src/com/gps/automation/DataManager.java 13 Use explicit scoping instead of the default package private level
14 src/com/gps/automation/DataManager.java 13 fieldCommentRequirement Required
15 src/com/gps/automation/DataManager.java 17 Parameter 'date' is not assigned and could be declared final
16 src/com/gps/automation/DataManager.java 17 The method 'getOfflineBuses' has a Cyclomatic Complexity of 12.
17 src/com/gps/automation/DataManager.java 19 Ensure that resources like this ResultSet object are closed after use
18 src/com/gps/automation/DataManager.java 20 Found 'DU'-anomaly for variable 'jsonMassager' (lines '20'-'111').
19 src/com/gps/automation/DataManager.java 20 Local variable 'jsonMassager' could be declared final
20 src/com/gps/automation/DataManager.java 21 Local variable 'busInfoList' could be declared final
21 src/com/gps/automation/DataManager.java 24 Found 'DD'-anomaly for variable 'isPresent' (lines '24'-'41').
22 src/com/gps/automation/DataManager.java 25 Found 'DD'-anomaly for variable 'jsonData' (lines '25'-'100').
23 src/com/gps/automation/DataManager.java 26 Found 'DD'-anomaly for variable 'contains' (lines '26'-'64').
24 src/com/gps/automation/DataManager.java 26 Found 'DU'-anomaly for variable 'contains' (lines '26'-'111').
25 src/com/gps/automation/DataManager.java 30 There is log block not surrounded by if
26 src/com/gps/automation/DataManager.java 30 There is log block not surrounded by if
27 src/com/gps/automation/DataManager.java 33 Potential violation of Law of Demeter (object not created locally)
28 src/com/gps/automation/DataManager.java 35 Avoid if (x != y) ..; else ..;
29 src/com/gps/automation/DataManager.java 39 Potential violation of Law of Demeter (object not created locally)
30 src/com/gps/automation/DataManager.java 41 Found 'DD'-anomaly for variable 'isPresent' (lines '41'-'41').
31 src/com/gps/automation/DataManager.java 41 Found 'DD'-anomaly for variable 'isPresent' (lines '41'-'75').
32 src/com/gps/automation/DataManager.java 41 Found 'DU'-anomaly for variable 'isPresent' (lines '41'-'111').
33 src/com/gps/automation/DataManager.java 42 Do not add empty strings
34 src/com/gps/automation/DataManager.java 42 Potential violation of Law of Demeter (object not created locally)
35 src/com/gps/automation/DataManager.java 42 Potential violation of Law of Demeter (object not created locally)
36 src/com/gps/automation/DataManager.java 42 There is log block not surrounded by if
37 src/com/gps/automation/DataManager.java 42 There is log block not surrounded by if
38 src/com/gps/automation/DataManager.java 44 Avoid using Literals in Conditional Statements
39 src/com/gps/automation/DataManager.java 44 Potential violation of Law of Demeter (object not created locally)
40 src/com/gps/automation/DataManager.java 44 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
41 src/com/gps/automation/DataManager.java 46 Avoid instantiating new objects inside loops
42 src/com/gps/automation/DataManager.java 47 Potential violation of Law of Demeter (object not created locally)
43 src/com/gps/automation/DataManager.java 47 Potential violation of Law of Demeter (object not created locally)
44 src/com/gps/automation/DataManager.java 48 Potential violation of Law of Demeter (object not created locally)
45 src/com/gps/automation/DataManager.java 48 Potential violation of Law of Demeter (object not created locally)
46 src/com/gps/automation/DataManager.java 49 Potential violation of Law of Demeter (object not created locally)
47 src/com/gps/automation/DataManager.java 53 Potential violation of Law of Demeter (object not created locally)
48 src/com/gps/automation/DataManager.java 58 Potential violation of Law of Demeter (method chain calls)
49 src/com/gps/automation/DataManager.java 58 Potential violation of Law of Demeter (object not created locally)
50 src/com/gps/automation/DataManager.java 58 Potential violation of Law of Demeter (object not created locally)
51 src/com/gps/automation/DataManager.java 60 Potential violation of Law of Demeter (method chain calls)
52 src/com/gps/automation/DataManager.java 60 Potential violation of Law of Demeter (object not created locally)
53 src/com/gps/automation/DataManager.java 62 Potential violation of Law of Demeter (method chain calls)
54 src/com/gps/automation/DataManager.java 62 Potential violation of Law of Demeter (method chain calls)
55 src/com/gps/automation/DataManager.java 62 Potential violation of Law of Demeter (object not created locally)
56 src/com/gps/automation/DataManager.java 62 Potential violation of Law of Demeter (object not created locally)
57 src/com/gps/automation/DataManager.java 72 Potential violation of Law of Demeter (object not created locally)
58 src/com/gps/automation/DataManager.java 72 Potential violation of Law of Demeter (object not created locally)
59 src/com/gps/automation/DataManager.java 82 Avoid instantiating new objects inside loops
60 src/com/gps/automation/DataManager.java 83 Potential violation of Law of Demeter (object not created locally)
61 src/com/gps/automation/DataManager.java 83 Potential violation of Law of Demeter (object not created locally)
62 src/com/gps/automation/DataManager.java 84 Potential violation of Law of Demeter (object not created locally)
63 src/com/gps/automation/DataManager.java 84 Potential violation of Law of Demeter (object not created locally)
64 src/com/gps/automation/DataManager.java 85 Potential violation of Law of Demeter (object not created locally)
65 src/com/gps/automation/DataManager.java 94 There is log block not surrounded by if
66 src/com/gps/automation/DataManager.java 94 There is log block not surrounded by if
67 src/com/gps/automation/DataManager.java 99 Potential violation of Law of Demeter (object not created locally)
68 src/com/gps/automation/DataManager.java 99 There is log block not surrounded by if
69 src/com/gps/automation/DataManager.java 99 There is log block not surrounded by if
70 src/com/gps/automation/DataManager.java 100 Potential violation of Law of Demeter (object not created locally)
71 src/com/gps/automation/DataManager.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72 src/com/gps/automation/DataManager.java 105 Potential violation of Law of Demeter (object not created locally)
73 src/com/gps/automation/DataManager.java 105 There is log block not surrounded by if
74 src/com/gps/automation/DataManager.java 106 Avoid printStackTrace(); use a logger call instead.
75 src/com/gps/automation/DataManager.java 106 Potential violation of Law of Demeter (object not created locally)
76 src/com/gps/automation/DataOrganizer.java 18 Comment is too large: Too many lines
77 src/com/gps/automation/DataOrganizer.java 22 Comment is too large: Line too long
78 src/com/gps/automation/DataOrganizer.java 27 Comment is too large: Too many lines
79 src/com/gps/automation/DataOrganizer.java 31 Comment is too large: Line too long
80 src/com/gps/automation/DataOrganizer.java 44 A high number of imports can indicate a high degree of coupling within an object.
81 src/com/gps/automation/DataOrganizer.java 44 Possible God class (WMC=253, ATFD=278, TCC=0.0)
82 src/com/gps/automation/DataOrganizer.java 45 Avoid unused imports such as 'java.io.StringReader'
83 src/com/gps/automation/DataOrganizer.java 46 Avoid unused imports such as 'java.sql.Connection'
84 src/com/gps/automation/DataOrganizer.java 47 Avoid unused imports such as 'java.sql.ResultSet'
85 src/com/gps/automation/DataOrganizer.java 48 Avoid unused imports such as 'java.sql.SQLException'
86 src/com/gps/automation/DataOrganizer.java 49 Avoid unused imports such as 'java.sql.Statement'
87 src/com/gps/automation/DataOrganizer.java 50 Avoid unused imports such as 'java.sql.Time'
88 src/com/gps/automation/DataOrganizer.java 61 Avoid unused imports such as 'javax.xml.parsers.DocumentBuilder'
89 src/com/gps/automation/DataOrganizer.java 62 Avoid unused imports such as 'javax.xml.parsers.DocumentBuilderFactory'
90 src/com/gps/automation/DataOrganizer.java 67 Avoid unused imports such as 'org.w3c.dom.Document'
91 src/com/gps/automation/DataOrganizer.java 68 Avoid unused imports such as 'org.xml.sax.InputSource'
92 src/com/gps/automation/DataOrganizer.java 72 Avoid unused imports such as 'com.gps.helper.DBManager'
93 src/com/gps/automation/DataOrganizer.java 85 Avoid unused imports such as 'com.gps.utilities.PacketUpdator'
94 src/com/gps/automation/DataOrganizer.java 86 Avoid unused imports such as 'com.gps.utilities.VehicleInfoFetcher'
95 src/com/gps/automation/DataOrganizer.java 87 Avoid unused imports such as 'com.gps.utilities.geoCoder'
96 src/com/gps/automation/DataOrganizer.java 93 Avoid really long classes.
97 src/com/gps/automation/DataOrganizer.java 93 The class 'DataOrganizer' has a Cyclomatic Complexity of 6 (Highest = 20).
98 src/com/gps/automation/DataOrganizer.java 93 This class has too many methods, consider refactoring it.
99 src/com/gps/automation/DataOrganizer.java 93 headerCommentRequirement Required
100 src/com/gps/automation/DataOrganizer.java 95 The Logger variable declaration does not contain the static and final modifiers
101 src/com/gps/automation/DataOrganizer.java 95 Use explicit scoping instead of the default package private level
102 src/com/gps/automation/DataOrganizer.java 95 fieldCommentRequirement Required
103 src/com/gps/automation/DataOrganizer.java 97 Avoid using implementation types like 'Hashtable'; use the interface instead
104 src/com/gps/automation/DataOrganizer.java 97 Consider replacing this Hashtable with the newer java.util.Map
105 src/com/gps/automation/DataOrganizer.java 97 fieldCommentRequirement Required
106 src/com/gps/automation/DataOrganizer.java 100 Found non-transient, non-static member. Please mark as transient or provide accessors.
107 src/com/gps/automation/DataOrganizer.java 100 Use explicit scoping instead of the default package private level
108 src/com/gps/automation/DataOrganizer.java 100 fieldCommentRequirement Required
109 src/com/gps/automation/DataOrganizer.java 102 Found non-transient, non-static member. Please mark as transient or provide accessors.
110 src/com/gps/automation/DataOrganizer.java 102 Use explicit scoping instead of the default package private level
111 src/com/gps/automation/DataOrganizer.java 102 When instantiating a SimpleDateFormat object, specify a Locale
112 src/com/gps/automation/DataOrganizer.java 102 fieldCommentRequirement Required
113 src/com/gps/automation/DataOrganizer.java 108 Local variable 'dropCount' could be declared final
114 src/com/gps/automation/DataOrganizer.java 110 There is log block not surrounded by if
115 src/com/gps/automation/DataOrganizer.java 110 There is log block not surrounded by if
116 src/com/gps/automation/DataOrganizer.java 113 Local variable 'createCount' could be declared final
117 src/com/gps/automation/DataOrganizer.java 116 There is log block not surrounded by if
118 src/com/gps/automation/DataOrganizer.java 116 There is log block not surrounded by if
119 src/com/gps/automation/DataOrganizer.java 118 There is log block not surrounded by if
120 src/com/gps/automation/DataOrganizer.java 118 There is log block not surrounded by if
121 src/com/gps/automation/DataOrganizer.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
122 src/com/gps/automation/DataOrganizer.java 121 There is log block not surrounded by if
123 src/com/gps/automation/DataOrganizer.java 121 There is log block not surrounded by if
124 src/com/gps/automation/DataOrganizer.java 129 Found 'DD'-anomaly for variable 'status' (lines '129'-'131').
125 src/com/gps/automation/DataOrganizer.java 132 Avoid using Literals in Conditional Statements
126 src/com/gps/automation/DataOrganizer.java 133 Avoid using if...else statements without curly braces
127 src/com/gps/automation/DataOrganizer.java 133 There is log block not surrounded by if
128 src/com/gps/automation/DataOrganizer.java 133 There is log block not surrounded by if
129 src/com/gps/automation/DataOrganizer.java 135 Avoid using if...else statements without curly braces
130 src/com/gps/automation/DataOrganizer.java 135 There is log block not surrounded by if
131 src/com/gps/automation/DataOrganizer.java 135 There is log block not surrounded by if
132 src/com/gps/automation/DataOrganizer.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
133 src/com/gps/automation/DataOrganizer.java 137 Potential violation of Law of Demeter (object not created locally)
134 src/com/gps/automation/DataOrganizer.java 137 There is log block not surrounded by if
135 src/com/gps/automation/DataOrganizer.java 152 Parameter 'vehicleId' is not assigned and could be declared final
136 src/com/gps/automation/DataOrganizer.java 152 publicMethodCommentRequirement Required
137 src/com/gps/automation/DataOrganizer.java 154 Local variable 'vehVO' could be declared final
138 src/com/gps/automation/DataOrganizer.java 157 Found 'DD'-anomaly for variable 'resultData' (lines '157'-'164').
139 src/com/gps/automation/DataOrganizer.java 158 Found 'DD'-anomaly for variable 'vehBean' (lines '158'-'171').
140 src/com/gps/automation/DataOrganizer.java 158 Found 'DU'-anomaly for variable 'vehBean' (lines '158'-'202').
141 src/com/gps/automation/DataOrganizer.java 161 The String literal "query:" appears 11 times in this file; the first occurrence is on line 161
142 src/com/gps/automation/DataOrganizer.java 161 There is log block not surrounded by if
143 src/com/gps/automation/DataOrganizer.java 161 There is log block not surrounded by if
144 src/com/gps/automation/DataOrganizer.java 162 The String literal "vehicleId" appears 7 times in this file; the first occurrence is on line 162
145 src/com/gps/automation/DataOrganizer.java 166 Potential violation of Law of Demeter (object not created locally)
146 src/com/gps/automation/DataOrganizer.java 168 Local variable 'resultIter' could be declared final
147 src/com/gps/automation/DataOrganizer.java 168 Potential violation of Law of Demeter (object not created locally)
148 src/com/gps/automation/DataOrganizer.java 174 Potential violation of Law of Demeter (object not created locally)
149 src/com/gps/automation/DataOrganizer.java 174 Potential violation of Law of Demeter (object not created locally)
150 src/com/gps/automation/DataOrganizer.java 175 Potential violation of Law of Demeter (object not created locally)
151 src/com/gps/automation/DataOrganizer.java 175 Potential violation of Law of Demeter (object not created locally)
152 src/com/gps/automation/DataOrganizer.java 177 Potential violation of Law of Demeter (object not created locally)
153 src/com/gps/automation/DataOrganizer.java 177 Potential violation of Law of Demeter (object not created locally)
154 src/com/gps/automation/DataOrganizer.java 179 Potential violation of Law of Demeter (object not created locally)
155 src/com/gps/automation/DataOrganizer.java 179 Potential violation of Law of Demeter (object not created locally)
156 src/com/gps/automation/DataOrganizer.java 180 Potential violation of Law of Demeter (object not created locally)
157 src/com/gps/automation/DataOrganizer.java 181 Potential violation of Law of Demeter (object not created locally)
158 src/com/gps/automation/DataOrganizer.java 181 Potential violation of Law of Demeter (object not created locally)
159 src/com/gps/automation/DataOrganizer.java 183 Potential violation of Law of Demeter (object not created locally)
160 src/com/gps/automation/DataOrganizer.java 184 Potential violation of Law of Demeter (object not created locally)
161 src/com/gps/automation/DataOrganizer.java 184 Potential violation of Law of Demeter (object not created locally)
162 src/com/gps/automation/DataOrganizer.java 186 Potential violation of Law of Demeter (object not created locally)
163 src/com/gps/automation/DataOrganizer.java 186 Potential violation of Law of Demeter (object not created locally)
164 src/com/gps/automation/DataOrganizer.java 187 Potential violation of Law of Demeter (object not created locally)
165 src/com/gps/automation/DataOrganizer.java 187 Potential violation of Law of Demeter (object not created locally)
166 src/com/gps/automation/DataOrganizer.java 188 Potential violation of Law of Demeter (object not created locally)
167 src/com/gps/automation/DataOrganizer.java 188 Potential violation of Law of Demeter (object not created locally)
168 src/com/gps/automation/DataOrganizer.java 189 Potential violation of Law of Demeter (object not created locally)
169 src/com/gps/automation/DataOrganizer.java 189 Potential violation of Law of Demeter (object not created locally)
170 src/com/gps/automation/DataOrganizer.java 190 Potential violation of Law of Demeter (object not created locally)
171 src/com/gps/automation/DataOrganizer.java 190 Potential violation of Law of Demeter (object not created locally)
172 src/com/gps/automation/DataOrganizer.java 193 Avoid catching NullPointerException; consider removing the cause of the NPE.
173 src/com/gps/automation/DataOrganizer.java 193 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
174 src/com/gps/automation/DataOrganizer.java 194 There is log block not surrounded by if
175 src/com/gps/automation/DataOrganizer.java 195 Potential violation of Law of Demeter (object not created locally)
176 src/com/gps/automation/DataOrganizer.java 197 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
177 src/com/gps/automation/DataOrganizer.java 198 There is log block not surrounded by if
178 src/com/gps/automation/DataOrganizer.java 199 Potential violation of Law of Demeter (object not created locally)
179 src/com/gps/automation/DataOrganizer.java 206 Found 'UR'-anomaly for variable 'vehBean' (lines '206'-'224').
180 src/com/gps/automation/DataOrganizer.java 206 Parameter 'esn' is not assigned and could be declared final
181 src/com/gps/automation/DataOrganizer.java 206 The method 'getPacketInfo' has a Cyclomatic Complexity of 12.
182 src/com/gps/automation/DataOrganizer.java 206 publicMethodCommentRequirement Required
183 src/com/gps/automation/DataOrganizer.java 207 Found 'DD'-anomaly for variable 'qryResult' (lines '207'-'219').
184 src/com/gps/automation/DataOrganizer.java 209 Found 'DD'-anomaly for variable 'vehDAO' (lines '209'-'214').
185 src/com/gps/automation/DataOrganizer.java 210 Local variable 'deviceList' could be declared final
186 src/com/gps/automation/DataOrganizer.java 214 Found 'DU'-anomaly for variable 'vehDAO' (lines '214'-'263').
187 src/com/gps/automation/DataOrganizer.java 215 There is log block not surrounded by if
188 src/com/gps/automation/DataOrganizer.java 215 There is log block not surrounded by if
189 src/com/gps/automation/DataOrganizer.java 221 Local variable 'vehBean' could be declared final
190 src/com/gps/automation/DataOrganizer.java 224 Avoid unnecessary comparisons in boolean expressions
191 src/com/gps/automation/DataOrganizer.java 224 Potential violation of Law of Demeter (object not created locally)
192 src/com/gps/automation/DataOrganizer.java 224 Potential violation of Law of Demeter (object not created locally)
193 src/com/gps/automation/DataOrganizer.java 224 Potential violation of Law of Demeter (object not created locally)
194 src/com/gps/automation/DataOrganizer.java 224 Potential violation of Law of Demeter (object not created locally)
195 src/com/gps/automation/DataOrganizer.java 224 Potential violation of Law of Demeter (object not created locally)
196 src/com/gps/automation/DataOrganizer.java 224 Potential violation of Law of Demeter (object not created locally)
197 src/com/gps/automation/DataOrganizer.java 225 There is log block not surrounded by if
198 src/com/gps/automation/DataOrganizer.java 225 There is log block not surrounded by if
199 src/com/gps/automation/DataOrganizer.java 226 Local variable 'data' could be declared final
200 src/com/gps/automation/DataOrganizer.java 226 Potential violation of Law of Demeter (object not created locally)
201 src/com/gps/automation/DataOrganizer.java 227 Potential violation of Law of Demeter (object not created locally)
202 src/com/gps/automation/DataOrganizer.java 229 Avoid if (x != y) ..; else ..;
203 src/com/gps/automation/DataOrganizer.java 230 Potential violation of Law of Demeter (object not created locally)
204 src/com/gps/automation/DataOrganizer.java 233 Potential violation of Law of Demeter (object not created locally)
205 src/com/gps/automation/DataOrganizer.java 233 There is log block not surrounded by if
206 src/com/gps/automation/DataOrganizer.java 233 There is log block not surrounded by if
207 src/com/gps/automation/DataOrganizer.java 238 Local variable 'vehbean' could be declared final
208 src/com/gps/automation/DataOrganizer.java 238 Potential violation of Law of Demeter (object not created locally)
209 src/com/gps/automation/DataOrganizer.java 240 Potential violation of Law of Demeter (object not created locally)
210 src/com/gps/automation/DataOrganizer.java 248 Potential violation of Law of Demeter (object not created locally)
211 src/com/gps/automation/DataOrganizer.java 248 There is log block not surrounded by if
212 src/com/gps/automation/DataOrganizer.java 248 There is log block not surrounded by if
213 src/com/gps/automation/DataOrganizer.java 249 Avoid using Literals in Conditional Statements
214 src/com/gps/automation/DataOrganizer.java 249 Potential violation of Law of Demeter (object not created locally)
215 src/com/gps/automation/DataOrganizer.java 249 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
216 src/com/gps/automation/DataOrganizer.java 258 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
217 src/com/gps/automation/DataOrganizer.java 259 There is log block not surrounded by if
218 src/com/gps/automation/DataOrganizer.java 267 Parameter 'vehicleData' is not assigned and could be declared final
219 src/com/gps/automation/DataOrganizer.java 267 Parameter 'vehicleId' is not assigned and could be declared final
220 src/com/gps/automation/DataOrganizer.java 267 publicMethodCommentRequirement Required
221 src/com/gps/automation/DataOrganizer.java 268 Found 'DD'-anomaly for variable 'stat' (lines '268'-'298').
222 src/com/gps/automation/DataOrganizer.java 270 Found 'DD'-anomaly for variable 'creationTime' (lines '270'-'280').
223 src/com/gps/automation/DataOrganizer.java 270 Found 'DU'-anomaly for variable 'creationTime' (lines '270'-'314').
224 src/com/gps/automation/DataOrganizer.java 272 Found 'DD'-anomaly for variable 'vehicleBean' (lines '272'-'283').
225 src/com/gps/automation/DataOrganizer.java 275 There is log block not surrounded by if
226 src/com/gps/automation/DataOrganizer.java 275 There is log block not surrounded by if
227 src/com/gps/automation/DataOrganizer.java 279 Avoid using if statements without curly braces
228 src/com/gps/automation/DataOrganizer.java 280 Found 'DU'-anomaly for variable 'creationTime' (lines '280'-'314').
229 src/com/gps/automation/DataOrganizer.java 286 Potential violation of Law of Demeter (object not created locally)
230 src/com/gps/automation/DataOrganizer.java 287 Potential violation of Law of Demeter (object not created locally)
231 src/com/gps/automation/DataOrganizer.java 288 Potential violation of Law of Demeter (object not created locally)
232 src/com/gps/automation/DataOrganizer.java 289 Potential violation of Law of Demeter (object not created locally)
233 src/com/gps/automation/DataOrganizer.java 290 Potential violation of Law of Demeter (object not created locally)
234 src/com/gps/automation/DataOrganizer.java 291 Potential violation of Law of Demeter (object not created locally)
235 src/com/gps/automation/DataOrganizer.java 292 Potential violation of Law of Demeter (object not created locally)
236 src/com/gps/automation/DataOrganizer.java 293 Potential violation of Law of Demeter (object not created locally)
237 src/com/gps/automation/DataOrganizer.java 294 Potential violation of Law of Demeter (object not created locally)
238 src/com/gps/automation/DataOrganizer.java 295 Potential violation of Law of Demeter (object not created locally)
239 src/com/gps/automation/DataOrganizer.java 300 Avoid using Literals in Conditional Statements
240 src/com/gps/automation/DataOrganizer.java 301 There is log block not surrounded by if
241 src/com/gps/automation/DataOrganizer.java 301 There is log block not surrounded by if
242 src/com/gps/automation/DataOrganizer.java 304 There is log block not surrounded by if
243 src/com/gps/automation/DataOrganizer.java 304 There is log block not surrounded by if
244 src/com/gps/automation/DataOrganizer.java 308 Potential violation of Law of Demeter (object not created locally)
245 src/com/gps/automation/DataOrganizer.java 308 There is log block not surrounded by if
246 src/com/gps/automation/DataOrganizer.java 308 There is log block not surrounded by if
247 src/com/gps/automation/DataOrganizer.java 309 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
248 src/com/gps/automation/DataOrganizer.java 311 Potential violation of Law of Demeter (object not created locally)
249 src/com/gps/automation/DataOrganizer.java 311 There is log block not surrounded by if
250 src/com/gps/automation/DataOrganizer.java 311 There is log block not surrounded by if
251 src/com/gps/automation/DataOrganizer.java 320 Parameter 'counter' is not assigned and could be declared final
252 src/com/gps/automation/DataOrganizer.java 320 Parameter 'vehicleId' is not assigned and could be declared final
253 src/com/gps/automation/DataOrganizer.java 320 publicMethodCommentRequirement Required
254 src/com/gps/automation/DataOrganizer.java 323 Found 'DD'-anomaly for variable 'stat' (lines '323'-'332').
255 src/com/gps/automation/DataOrganizer.java 324 Found 'DD'-anomaly for variable 'vehicleBean' (lines '324'-'327').
256 src/com/gps/automation/DataOrganizer.java 327 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
257 src/com/gps/automation/DataOrganizer.java 329 Potential violation of Law of Demeter (object not created locally)
258 src/com/gps/automation/DataOrganizer.java 335 Avoid using Literals in Conditional Statements
259 src/com/gps/automation/DataOrganizer.java 336 There is log block not surrounded by if
260 src/com/gps/automation/DataOrganizer.java 336 There is log block not surrounded by if
261 src/com/gps/automation/DataOrganizer.java 339 There is log block not surrounded by if
262 src/com/gps/automation/DataOrganizer.java 339 There is log block not surrounded by if
263 src/com/gps/automation/DataOrganizer.java 342 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
264 src/com/gps/automation/DataOrganizer.java 344 Potential violation of Law of Demeter (object not created locally)
265 src/com/gps/automation/DataOrganizer.java 344 There is log block not surrounded by if
266 src/com/gps/automation/DataOrganizer.java 344 There is log block not surrounded by if
267 src/com/gps/automation/DataOrganizer.java 352 Found 'UR'-anomaly for variable 'vehInfo' (lines '352'-'362').
268 src/com/gps/automation/DataOrganizer.java 353 Found 'DD'-anomaly for variable 'vehList' (lines '353'-'359').
269 src/com/gps/automation/DataOrganizer.java 354 Local variable 'tripDAO' could be declared final
270 src/com/gps/automation/DataOrganizer.java 355 Found 'DD'-anomaly for variable 'stat' (lines '355'-'362').
271 src/com/gps/automation/DataOrganizer.java 355 Found 'DU'-anomaly for variable 'stat' (lines '355'-'386').
272 src/com/gps/automation/DataOrganizer.java 356 Found 'DD'-anomaly for variable 'count' (lines '356'-'365').
273 src/com/gps/automation/DataOrganizer.java 356 Found 'DU'-anomaly for variable 'count' (lines '356'-'386').
274 src/com/gps/automation/DataOrganizer.java 359 Potential violation of Law of Demeter (object not created locally)
275 src/com/gps/automation/DataOrganizer.java 360 Avoid if (x != y) ..; else ..;
276 src/com/gps/automation/DataOrganizer.java 361 Local variable 'vehInfo' could be declared final
277 src/com/gps/automation/DataOrganizer.java 364 Avoid using Literals in Conditional Statements
278 src/com/gps/automation/DataOrganizer.java 364 Avoid using if statements without curly braces
279 src/com/gps/automation/DataOrganizer.java 365 Found 'DD'-anomaly for variable 'count' (lines '365'-'365').
280 src/com/gps/automation/DataOrganizer.java 368 There is log block not surrounded by if
281 src/com/gps/automation/DataOrganizer.java 368 There is log block not surrounded by if
282 src/com/gps/automation/DataOrganizer.java 370 There is log block not surrounded by if
283 src/com/gps/automation/DataOrganizer.java 370 There is log block not surrounded by if
284 src/com/gps/automation/DataOrganizer.java 372 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
285 src/com/gps/automation/DataOrganizer.java 373 There is log block not surrounded by if
286 src/com/gps/automation/DataOrganizer.java 374 Potential violation of Law of Demeter (object not created locally)
287 src/com/gps/automation/DataOrganizer.java 380 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
288 src/com/gps/automation/DataOrganizer.java 381 Potential violation of Law of Demeter (object not created locally)
289 src/com/gps/automation/DataOrganizer.java 381 There is log block not surrounded by if
290 src/com/gps/automation/DataOrganizer.java 390 Parameter 'reset' is not assigned and could be declared final
291 src/com/gps/automation/DataOrganizer.java 390 Parameter 'vehicleId' is not assigned and could be declared final
292 src/com/gps/automation/DataOrganizer.java 390 publicMethodCommentRequirement Required
293 src/com/gps/automation/DataOrganizer.java 392 Found 'DD'-anomaly for variable 'stat' (lines '392'-'402').
294 src/com/gps/automation/DataOrganizer.java 393 Found 'DD'-anomaly for variable 'vehicleBean' (lines '393'-'397').
295 src/com/gps/automation/DataOrganizer.java 399 Potential violation of Law of Demeter (object not created locally)
296 src/com/gps/automation/DataOrganizer.java 404 Avoid using Literals in Conditional Statements
297 src/com/gps/automation/DataOrganizer.java 405 There is log block not surrounded by if
298 src/com/gps/automation/DataOrganizer.java 405 There is log block not surrounded by if
299 src/com/gps/automation/DataOrganizer.java 408 There is log block not surrounded by if
300 src/com/gps/automation/DataOrganizer.java 408 There is log block not surrounded by if
301 src/com/gps/automation/DataOrganizer.java 411 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
302 src/com/gps/automation/DataOrganizer.java 413 Potential violation of Law of Demeter (object not created locally)
303 src/com/gps/automation/DataOrganizer.java 413 There is log block not surrounded by if
304 src/com/gps/automation/DataOrganizer.java 413 There is log block not surrounded by if
305 src/com/gps/automation/DataOrganizer.java 422 Found 'DD'-anomaly for variable 'vehicleList' (lines '422'-'430').
306 src/com/gps/automation/DataOrganizer.java 423 Local variable 'vehDAO' could be declared final
307 src/com/gps/automation/DataOrganizer.java 424 Found 'DD'-anomaly for variable 'stat' (lines '424'-'434').
308 src/com/gps/automation/DataOrganizer.java 426 Avoid excessively long variable names like offlineVehicleList
309 src/com/gps/automation/DataOrganizer.java 426 Found 'DD'-anomaly for variable 'offlineVehicleList' (lines '426'-'428').
310 src/com/gps/automation/DataOrganizer.java 430 Potential violation of Law of Demeter (object not created locally)
311 src/com/gps/automation/DataOrganizer.java 433 Avoid using if statements without curly braces
312 src/com/gps/automation/DataOrganizer.java 436 Avoid using Literals in Conditional Statements
313 src/com/gps/automation/DataOrganizer.java 437 There is log block not surrounded by if
314 src/com/gps/automation/DataOrganizer.java 437 There is log block not surrounded by if
315 src/com/gps/automation/DataOrganizer.java 439 There is log block not surrounded by if
316 src/com/gps/automation/DataOrganizer.java 439 There is log block not surrounded by if
317 src/com/gps/automation/DataOrganizer.java 441 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
318 src/com/gps/automation/DataOrganizer.java 442 There is log block not surrounded by if
319 src/com/gps/automation/DataOrganizer.java 443 Potential violation of Law of Demeter (object not created locally)
320 src/com/gps/automation/DataOrganizer.java 449 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
321 src/com/gps/automation/DataOrganizer.java 450 Potential violation of Law of Demeter (object not created locally)
322 src/com/gps/automation/DataOrganizer.java 450 There is log block not surrounded by if
323 src/com/gps/automation/DataOrganizer.java 459 Parameter 'vehicleId' is not assigned and could be declared final
324 src/com/gps/automation/DataOrganizer.java 459 publicMethodCommentRequirement Required
325 src/com/gps/automation/DataOrganizer.java 461 Found 'DD'-anomaly for variable 'locationData' (lines '461'-'474').
326 src/com/gps/automation/DataOrganizer.java 462 Local variable 'data' could be declared final
327 src/com/gps/automation/DataOrganizer.java 470 There is log block not surrounded by if
328 src/com/gps/automation/DataOrganizer.java 470 There is log block not surrounded by if
329 src/com/gps/automation/DataOrganizer.java 475 Potential violation of Law of Demeter (object not created locally)
330 src/com/gps/automation/DataOrganizer.java 476 Local variable 'locationIter' could be declared final
331 src/com/gps/automation/DataOrganizer.java 476 Potential violation of Law of Demeter (object not created locally)
332 src/com/gps/automation/DataOrganizer.java 478 Local variable 'rows' could be declared final
333 src/com/gps/automation/DataOrganizer.java 484 Avoid appending characters as strings in StringBuffer.append.
334 src/com/gps/automation/DataOrganizer.java 484 Potential violation of Law of Demeter (object not created locally)
335 src/com/gps/automation/DataOrganizer.java 490 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
336 src/com/gps/automation/DataOrganizer.java 491 There is log block not surrounded by if
337 src/com/gps/automation/DataOrganizer.java 491 There is log block not surrounded by if
338 src/com/gps/automation/DataOrganizer.java 492 Potential violation of Law of Demeter (object not created locally)
339 src/com/gps/automation/DataOrganizer.java 503 Parameter 'vehicleId' is not assigned and could be declared final
340 src/com/gps/automation/DataOrganizer.java 503 publicMethodCommentRequirement Required
341 src/com/gps/automation/DataOrganizer.java 505 Found 'DD'-anomaly for variable 'timeResult' (lines '505'-'517').
342 src/com/gps/automation/DataOrganizer.java 508 Found 'DD'-anomaly for variable 'time' (lines '508'-'521').
343 src/com/gps/automation/DataOrganizer.java 508 Found 'DU'-anomaly for variable 'time' (lines '508'-'534').
344 src/com/gps/automation/DataOrganizer.java 509 Found 'DD'-anomaly for variable 'date' (lines '509'-'522').
345 src/com/gps/automation/DataOrganizer.java 510 Found 'DU'-anomaly for variable 'format' (lines '510'-'534').
346 src/com/gps/automation/DataOrganizer.java 510 Local variable 'format' could be declared final
347 src/com/gps/automation/DataOrganizer.java 510 When instantiating a SimpleDateFormat object, specify a Locale
348 src/com/gps/automation/DataOrganizer.java 513 There is log block not surrounded by if
349 src/com/gps/automation/DataOrganizer.java 513 There is log block not surrounded by if
350 src/com/gps/automation/DataOrganizer.java 520 Potential violation of Law of Demeter (object not created locally)
351 src/com/gps/automation/DataOrganizer.java 520 Potential violation of Law of Demeter (object not created locally)
352 src/com/gps/automation/DataOrganizer.java 521 Potential violation of Law of Demeter (method chain calls)
353 src/com/gps/automation/DataOrganizer.java 521 Potential violation of Law of Demeter (object not created locally)
354 src/com/gps/automation/DataOrganizer.java 522 Potential violation of Law of Demeter (object not created locally)
355 src/com/gps/automation/DataOrganizer.java 523 There is log block not surrounded by if
356 src/com/gps/automation/DataOrganizer.java 523 There is log block not surrounded by if
357 src/com/gps/automation/DataOrganizer.java 528 Potential violation of Law of Demeter (object not created locally)
358 src/com/gps/automation/DataOrganizer.java 528 There is log block not surrounded by if
359 src/com/gps/automation/DataOrganizer.java 529 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
360 src/com/gps/automation/DataOrganizer.java 530 There is log block not surrounded by if
361 src/com/gps/automation/DataOrganizer.java 537 Parameter 'deviceId' is not assigned and could be declared final
362 src/com/gps/automation/DataOrganizer.java 539 Found 'DD'-anomaly for variable 'tripsResult' (lines '539'-'551').
363 src/com/gps/automation/DataOrganizer.java 541 Found 'DD'-anomaly for variable 'isPresent' (lines '541'-'555').
364 src/com/gps/automation/DataOrganizer.java 548 There is log block not surrounded by if
365 src/com/gps/automation/DataOrganizer.java 548 There is log block not surrounded by if
366 src/com/gps/automation/DataOrganizer.java 553 Avoid using Literals in Conditional Statements
367 src/com/gps/automation/DataOrganizer.java 553 Potential violation of Law of Demeter (object not created locally)
368 src/com/gps/automation/DataOrganizer.java 554 There is log block not surrounded by if
369 src/com/gps/automation/DataOrganizer.java 554 There is log block not surrounded by if
370 src/com/gps/automation/DataOrganizer.java 557 There is log block not surrounded by if
371 src/com/gps/automation/DataOrganizer.java 557 There is log block not surrounded by if
372 src/com/gps/automation/DataOrganizer.java 559 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
373 src/com/gps/automation/DataOrganizer.java 560 There is log block not surrounded by if
374 src/com/gps/automation/DataOrganizer.java 560 There is log block not surrounded by if
375 src/com/gps/automation/DataOrganizer.java 561 Potential violation of Law of Demeter (object not created locally)
376 src/com/gps/automation/DataOrganizer.java 568 Parameter 'vehList' is not assigned and could be declared final
377 src/com/gps/automation/DataOrganizer.java 568 The method 'setLatestData' has a Cyclomatic Complexity of 10.
378 src/com/gps/automation/DataOrganizer.java 569 Found 'DD'-anomaly for variable 'status' (lines '569'-'638').
379 src/com/gps/automation/DataOrganizer.java 572 Found 'DD'-anomaly for variable 'vds' (lines '572'-'602').
380 src/com/gps/automation/DataOrganizer.java 572 Found 'DU'-anomaly for variable 'vds' (lines '572'-'652').
381 src/com/gps/automation/DataOrganizer.java 573 Found 'DD'-anomaly for variable 'vehicletypeid' (lines '573'-'604').
382 src/com/gps/automation/DataOrganizer.java 573 Found 'DU'-anomaly for variable 'vehicletypeid' (lines '573'-'652').
383 src/com/gps/automation/DataOrganizer.java 574 Found 'DD'-anomaly for variable 'stablefuelvalue' (lines '574'-'603').
384 src/com/gps/automation/DataOrganizer.java 574 Found 'DU'-anomaly for variable 'stablefuelvalue' (lines '574'-'652').
385 src/com/gps/automation/DataOrganizer.java 575 Found 'DD'-anomaly for variable 'vehicleBean' (lines '575'-'624').
386 src/com/gps/automation/DataOrganizer.java 575 Found 'DU'-anomaly for variable 'vehicleBean' (lines '575'-'652').
387 src/com/gps/automation/DataOrganizer.java 576 Found 'DU'-anomaly for variable 'vdao' (lines '576'-'652').
388 src/com/gps/automation/DataOrganizer.java 576 Local variable 'vdao' could be declared final
389 src/com/gps/automation/DataOrganizer.java 580 Local variable 'vtdao' could be declared final
390 src/com/gps/automation/DataOrganizer.java 581 Local variable 'lstVehicleType' could be declared final
391 src/com/gps/automation/DataOrganizer.java 581 Potential violation of Law of Demeter (method chain calls)
392 src/com/gps/automation/DataOrganizer.java 581 Potential violation of Law of Demeter (method chain calls)
393 src/com/gps/automation/DataOrganizer.java 581 Potential violation of Law of Demeter (object not created locally)
394 src/com/gps/automation/DataOrganizer.java 583 Consider replacing this Hashtable with the newer java.util.Map
395 src/com/gps/automation/DataOrganizer.java 583 Found 'DU'-anomaly for variable 'hshTankCapacity' (lines '583'-'652').
396 src/com/gps/automation/DataOrganizer.java 583 Local variable 'hshTankCapacity' could be declared final
397 src/com/gps/automation/DataOrganizer.java 586 Potential violation of Law of Demeter (object not created locally)
398 src/com/gps/automation/DataOrganizer.java 587 Avoid variables with short names like vt
399 src/com/gps/automation/DataOrganizer.java 587 Local variable 'vt' could be declared final
400 src/com/gps/automation/DataOrganizer.java 587 Potential violation of Law of Demeter (object not created locally)
401 src/com/gps/automation/DataOrganizer.java 588 Potential violation of Law of Demeter (object not created locally)
402 src/com/gps/automation/DataOrganizer.java 588 Potential violation of Law of Demeter (object not created locally)
403 src/com/gps/automation/DataOrganizer.java 588 Potential violation of Law of Demeter (object not created locally)
404 src/com/gps/automation/DataOrganizer.java 595 Found 'DD'-anomaly for variable 'tankcapacity' (lines '595'-'615').
405 src/com/gps/automation/DataOrganizer.java 595 Found 'DD'-anomaly for variable 'tankcapacity' (lines '595'-'619').
406 src/com/gps/automation/DataOrganizer.java 595 Found 'DU'-anomaly for variable 'tankcapacity' (lines '595'-'652').
407 src/com/gps/automation/DataOrganizer.java 598 Potential violation of Law of Demeter (method chain calls)
408 src/com/gps/automation/DataOrganizer.java 598 Potential violation of Law of Demeter (method chain calls)
409 src/com/gps/automation/DataOrganizer.java 598 Potential violation of Law of Demeter (method chain calls)
410 src/com/gps/automation/DataOrganizer.java 598 There is log block not surrounded by if
411 src/com/gps/automation/DataOrganizer.java 598 There is log block not surrounded by if
412 src/com/gps/automation/DataOrganizer.java 599 Potential violation of Law of Demeter (method chain calls)
413 src/com/gps/automation/DataOrganizer.java 600 Potential violation of Law of Demeter (method chain calls)
414 src/com/gps/automation/DataOrganizer.java 602 Potential violation of Law of Demeter (method chain calls)
415 src/com/gps/automation/DataOrganizer.java 602 Potential violation of Law of Demeter (method chain calls)
416 src/com/gps/automation/DataOrganizer.java 602 Potential violation of Law of Demeter (object not created locally)
417 src/com/gps/automation/DataOrganizer.java 603 Found 'DD'-anomaly for variable 'stablefuelvalue' (lines '603'-'603').
418 src/com/gps/automation/DataOrganizer.java 603 Found 'DU'-anomaly for variable 'stablefuelvalue' (lines '603'-'652').
419 src/com/gps/automation/DataOrganizer.java 603 Potential violation of Law of Demeter (object not created locally)
420 src/com/gps/automation/DataOrganizer.java 604 Potential violation of Law of Demeter (object not created locally)
421 src/com/gps/automation/DataOrganizer.java 611 Avoid if (x != y) ..; else ..;
422 src/com/gps/automation/DataOrganizer.java 611 Potential violation of Law of Demeter (method chain calls)
423 src/com/gps/automation/DataOrganizer.java 611 Potential violation of Law of Demeter (object not created locally)
424 src/com/gps/automation/DataOrganizer.java 613 Potential violation of Law of Demeter (object not created locally)
425 src/com/gps/automation/DataOrganizer.java 615 Found 'DD'-anomaly for variable 'tankcapacity' (lines '615'-'615').
426 src/com/gps/automation/DataOrganizer.java 615 Found 'DD'-anomaly for variable 'tankcapacity' (lines '615'-'619').
427 src/com/gps/automation/DataOrganizer.java 615 Found 'DU'-anomaly for variable 'tankcapacity' (lines '615'-'652').
428 src/com/gps/automation/DataOrganizer.java 615 Potential violation of Law of Demeter (object not created locally)
429 src/com/gps/automation/DataOrganizer.java 619 Avoid using if...else statements without curly braces
430 src/com/gps/automation/DataOrganizer.java 619 Found 'DD'-anomaly for variable 'tankcapacity' (lines '619'-'615').
431 src/com/gps/automation/DataOrganizer.java 619 Found 'DD'-anomaly for variable 'tankcapacity' (lines '619'-'619').
432 src/com/gps/automation/DataOrganizer.java 619 Found 'DU'-anomaly for variable 'tankcapacity' (lines '619'-'652').
433 src/com/gps/automation/DataOrganizer.java 624 Potential violation of Law of Demeter (method chain calls)
434 src/com/gps/automation/DataOrganizer.java 624 Potential violation of Law of Demeter (method chain calls)
435 src/com/gps/automation/DataOrganizer.java 626 Potential violation of Law of Demeter (method chain calls)
436 src/com/gps/automation/DataOrganizer.java 626 Potential violation of Law of Demeter (method chain calls)
437 src/com/gps/automation/DataOrganizer.java 626 Potential violation of Law of Demeter (object not created locally)
438 src/com/gps/automation/DataOrganizer.java 628 Potential violation of Law of Demeter (method chain calls)
439 src/com/gps/automation/DataOrganizer.java 628 Potential violation of Law of Demeter (method chain calls)
440 src/com/gps/automation/DataOrganizer.java 628 Potential violation of Law of Demeter (object not created locally)
441 src/com/gps/automation/DataOrganizer.java 629 Potential violation of Law of Demeter (object not created locally)
442 src/com/gps/automation/DataOrganizer.java 630 Potential violation of Law of Demeter (method chain calls)
443 src/com/gps/automation/DataOrganizer.java 630 Potential violation of Law of Demeter (method chain calls)
444 src/com/gps/automation/DataOrganizer.java 630 Potential violation of Law of Demeter (object not created locally)
445 src/com/gps/automation/DataOrganizer.java 631 Potential violation of Law of Demeter (object not created locally)
446 src/com/gps/automation/DataOrganizer.java 635 Comment is too large: Line too long
447 src/com/gps/automation/DataOrganizer.java 641 There is log block not surrounded by if
448 src/com/gps/automation/DataOrganizer.java 641 There is log block not surrounded by if
449 src/com/gps/automation/DataOrganizer.java 645 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
450 src/com/gps/automation/DataOrganizer.java 646 There is log block not surrounded by if
451 src/com/gps/automation/DataOrganizer.java 647 Potential violation of Law of Demeter (object not created locally)
452 src/com/gps/automation/DataOrganizer.java 655 Parameter 'vehicles' is not assigned and could be declared final
453 src/com/gps/automation/DataOrganizer.java 657 Found 'DD'-anomaly for variable 'status' (lines '657'-'682').
454 src/com/gps/automation/DataOrganizer.java 658 Found 'DD'-anomaly for variable 'vehicleBean' (lines '658'-'663').
455 src/com/gps/automation/DataOrganizer.java 658 Found 'DU'-anomaly for variable 'vehicleBean' (lines '658'-'695').
456 src/com/gps/automation/DataOrganizer.java 661 Avoid if (x != y) ..; else ..;
457 src/com/gps/automation/DataOrganizer.java 667 Potential violation of Law of Demeter (object not created locally)
458 src/com/gps/automation/DataOrganizer.java 668 Potential violation of Law of Demeter (object not created locally)
459 src/com/gps/automation/DataOrganizer.java 669 Potential violation of Law of Demeter (object not created locally)
460 src/com/gps/automation/DataOrganizer.java 670 Potential violation of Law of Demeter (object not created locally)
461 src/com/gps/automation/DataOrganizer.java 671 Potential violation of Law of Demeter (object not created locally)
462 src/com/gps/automation/DataOrganizer.java 672 Potential violation of Law of Demeter (object not created locally)
463 src/com/gps/automation/DataOrganizer.java 673 Potential violation of Law of Demeter (object not created locally)
464 src/com/gps/automation/DataOrganizer.java 674 Potential violation of Law of Demeter (object not created locally)
465 src/com/gps/automation/DataOrganizer.java 675 Potential violation of Law of Demeter (object not created locally)
466 src/com/gps/automation/DataOrganizer.java 677 Potential violation of Law of Demeter (object not created locally)
467 src/com/gps/automation/DataOrganizer.java 679 Potential violation of Law of Demeter (object not created locally)
468 src/com/gps/automation/DataOrganizer.java 679 There is log block not surrounded by if
469 src/com/gps/automation/DataOrganizer.java 679 There is log block not surrounded by if
470 src/com/gps/automation/DataOrganizer.java 683 There is log block not surrounded by if
471 src/com/gps/automation/DataOrganizer.java 683 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
472 src/com/gps/automation/DataOrganizer.java 686 There is log block not surrounded by if
473 src/com/gps/automation/DataOrganizer.java 686 There is log block not surrounded by if
474 src/com/gps/automation/DataOrganizer.java 688 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
475 src/com/gps/automation/DataOrganizer.java 689 There is log block not surrounded by if
476 src/com/gps/automation/DataOrganizer.java 690 Potential violation of Law of Demeter (object not created locally)
477 src/com/gps/automation/DataOrganizer.java 690 The String literal " to HSQLDB:" appears 7 times in this file; the first occurrence is on line 690
478 src/com/gps/automation/DataOrganizer.java 699 Avoid really long methods.
479 src/com/gps/automation/DataOrganizer.java 699 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
480 src/com/gps/automation/DataOrganizer.java 699 Parameter 'fuel' is not assigned and could be declared final
481 src/com/gps/automation/DataOrganizer.java 699 Parameter 'stablefuel' is not assigned and could be declared final
482 src/com/gps/automation/DataOrganizer.java 699 Parameter 'vehicle_id' is not assigned and could be declared final
483 src/com/gps/automation/DataOrganizer.java 699 The method 'smoothGraph' has a Cyclomatic Complexity of 20.
484 src/com/gps/automation/DataOrganizer.java 699 publicMethodCommentRequirement Required
485 src/com/gps/automation/DataOrganizer.java 700 Comment is too large: Line too long
486 src/com/gps/automation/DataOrganizer.java 704 Local variable 'fuelarlList' could be declared final
487 src/com/gps/automation/DataOrganizer.java 707 Potential violation of Law of Demeter (object not created locally)
488 src/com/gps/automation/DataOrganizer.java 707 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
489 src/com/gps/automation/DataOrganizer.java 708 Potential violation of Law of Demeter (object not created locally)
490 src/com/gps/automation/DataOrganizer.java 710 Avoid using Literals in Conditional Statements
491 src/com/gps/automation/DataOrganizer.java 710 Potential violation of Law of Demeter (object not created locally)
492 src/com/gps/automation/DataOrganizer.java 710 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
493 src/com/gps/automation/DataOrganizer.java 713 Local variable 'isValid' could be declared final
494 src/com/gps/automation/DataOrganizer.java 715 Potential violation of Law of Demeter (object not created locally)
495 src/com/gps/automation/DataOrganizer.java 727 Potential violation of Law of Demeter (object not created locally)
496 src/com/gps/automation/DataOrganizer.java 728 There is log block not surrounded by if
497 src/com/gps/automation/DataOrganizer.java 728 There is log block not surrounded by if
498 src/com/gps/automation/DataOrganizer.java 729 Potential violation of Law of Demeter (object not created locally)
499 src/com/gps/automation/DataOrganizer.java 730 Potential violation of Law of Demeter (object not created locally)
500 src/com/gps/automation/DataOrganizer.java 731 Potential violation of Law of Demeter (object not created locally)
501 src/com/gps/automation/DataOrganizer.java 747 Avoid using if...else statements without curly braces
502 src/com/gps/automation/DataOrganizer.java 747 Potential violation of Law of Demeter (object not created locally)
503 src/com/gps/automation/DataOrganizer.java 749 Avoid using if...else statements without curly braces
504 src/com/gps/automation/DataOrganizer.java 749 Potential violation of Law of Demeter (object not created locally)
505 src/com/gps/automation/DataOrganizer.java 751 Potential violation of Law of Demeter (object not created locally)
506 src/com/gps/automation/DataOrganizer.java 776 Potential violation of Law of Demeter (object not created locally)
507 src/com/gps/automation/DataOrganizer.java 777 Potential violation of Law of Demeter (object not created locally)
508 src/com/gps/automation/DataOrganizer.java 778 Avoid using Literals in Conditional Statements
509 src/com/gps/automation/DataOrganizer.java 778 Potential violation of Law of Demeter (object not created locally)
510 src/com/gps/automation/DataOrganizer.java 779 Potential violation of Law of Demeter (object not created locally)
511 src/com/gps/automation/DataOrganizer.java 782 Avoid using if statements without curly braces
512 src/com/gps/automation/DataOrganizer.java 783 Potential violation of Law of Demeter (object not created locally)
513 src/com/gps/automation/DataOrganizer.java 784 Avoid using Literals in Conditional Statements
514 src/com/gps/automation/DataOrganizer.java 784 Potential violation of Law of Demeter (object not created locally)
515 src/com/gps/automation/DataOrganizer.java 786 Avoid using if...else statements without curly braces
516 src/com/gps/automation/DataOrganizer.java 786 Potential violation of Law of Demeter (object not created locally)
517 src/com/gps/automation/DataOrganizer.java 788 Potential violation of Law of Demeter (object not created locally)
518 src/com/gps/automation/DataOrganizer.java 789 Potential violation of Law of Demeter (object not created locally)
519 src/com/gps/automation/DataOrganizer.java 798 Local variable 'fuelList' could be declared final
520 src/com/gps/automation/DataOrganizer.java 814 Comment is too large: Too many lines
521 src/com/gps/automation/DataOrganizer.java 824 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
522 src/com/gps/automation/DataOrganizer.java 825 There is log block not surrounded by if
523 src/com/gps/automation/DataOrganizer.java 830 Avoid using implementation types like 'ArrayList'; use the interface instead
524 src/com/gps/automation/DataOrganizer.java 830 Parameter 'fuel' is not assigned and could be declared final
525 src/com/gps/automation/DataOrganizer.java 830 Parameter 'fuelarlList' is not assigned and could be declared final
526 src/com/gps/automation/DataOrganizer.java 830 publicMethodCommentRequirement Required
527 src/com/gps/automation/DataOrganizer.java 831 Local variable 'oneDigit' could be declared final
528 src/com/gps/automation/DataOrganizer.java 833 Local variable 'diff' could be declared final
529 src/com/gps/automation/DataOrganizer.java 836 Avoid using Literals in Conditional Statements
530 src/com/gps/automation/DataOrganizer.java 837 A method should have only one exit point, and that should be the last statement in the method
531 src/com/gps/automation/DataOrganizer.java 843 Avoid using implementation types like 'ArrayList'; use the interface instead
532 src/com/gps/automation/DataOrganizer.java 843 Parameter 'fuel' is not assigned and could be declared final
533 src/com/gps/automation/DataOrganizer.java 843 Parameter 'fuelList' is not assigned and could be declared final
534 src/com/gps/automation/DataOrganizer.java 843 publicMethodCommentRequirement Required
535 src/com/gps/automation/DataOrganizer.java 844 Local variable 'tempfuelList' could be declared final
536 src/com/gps/automation/DataOrganizer.java 845 Potential violation of Law of Demeter (object not created locally)
537 src/com/gps/automation/DataOrganizer.java 846 Found 'DD'-anomaly for variable 'nomatch' (lines '846'-'859').
538 src/com/gps/automation/DataOrganizer.java 848 Potential violation of Law of Demeter (object not created locally)
539 src/com/gps/automation/DataOrganizer.java 849 Potential violation of Law of Demeter (object not created locally)
540 src/com/gps/automation/DataOrganizer.java 850 Avoid instantiating new objects inside loops
541 src/com/gps/automation/DataOrganizer.java 850 Local variable 'oneDigit' could be declared final
542 src/com/gps/automation/DataOrganizer.java 854 Local variable 'diff' could be declared final
543 src/com/gps/automation/DataOrganizer.java 854 Potential violation of Law of Demeter (object not created locally)
544 src/com/gps/automation/DataOrganizer.java 855 Potential violation of Law of Demeter (object not created locally)
545 src/com/gps/automation/DataOrganizer.java 855 Potential violation of Law of Demeter (object not created locally)
546 src/com/gps/automation/DataOrganizer.java 858 Avoid using Literals in Conditional Statements
547 src/com/gps/automation/DataOrganizer.java 868 Parameter 'fuel1' is not assigned and could be declared final
548 src/com/gps/automation/DataOrganizer.java 868 Parameter 'fuel2' is not assigned and could be declared final
549 src/com/gps/automation/DataOrganizer.java 868 publicMethodCommentRequirement Required
550 src/com/gps/automation/DataOrganizer.java 869 Avoid using if statements without curly braces
551 src/com/gps/automation/DataOrganizer.java 871 A method should have only one exit point, and that should be the last statement in the method
552 src/com/gps/automation/DataOrganizer.java 872 Local variable 'oneDigit' could be declared final
553 src/com/gps/automation/DataOrganizer.java 874 Local variable 'diff' could be declared final
554 src/com/gps/automation/DataOrganizer.java 877 Avoid using Literals in Conditional Statements
555 src/com/gps/automation/DataOrganizer.java 878 A method should have only one exit point, and that should be the last statement in the method
556 src/com/gps/automation/DataOrganizer.java 884 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
557 src/com/gps/automation/DataOrganizer.java 884 Parameter 'vehicle_id' is not assigned and could be declared final
558 src/com/gps/automation/DataOrganizer.java 886 Found 'DD'-anomaly for variable 'result' (lines '886'-'896').
559 src/com/gps/automation/DataOrganizer.java 890 Found 'DD'-anomaly for variable 'stable_fuelval' (lines '890'-'899').
560 src/com/gps/automation/DataOrganizer.java 890 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'stable_fuelval' is not final.
561 src/com/gps/automation/DataOrganizer.java 893 There is log block not surrounded by if
562 src/com/gps/automation/DataOrganizer.java 893 There is log block not surrounded by if
563 src/com/gps/automation/DataOrganizer.java 898 Potential violation of Law of Demeter (object not created locally)
564 src/com/gps/automation/DataOrganizer.java 898 Potential violation of Law of Demeter (object not created locally)
565 src/com/gps/automation/DataOrganizer.java 899 Potential violation of Law of Demeter (object not created locally)
566 src/com/gps/automation/DataOrganizer.java 903 A method should have only one exit point, and that should be the last statement in the method
567 src/com/gps/automation/DataOrganizer.java 904 Avoid catching NullPointerException; consider removing the cause of the NPE.
568 src/com/gps/automation/DataOrganizer.java 904 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
569 src/com/gps/automation/DataOrganizer.java 905 Potential violation of Law of Demeter (object not created locally)
570 src/com/gps/automation/DataOrganizer.java 905 There is log block not surrounded by if
571 src/com/gps/automation/DataOrganizer.java 906 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
572 src/com/gps/automation/DataOrganizer.java 907 There is log block not surrounded by if
573 src/com/gps/automation/DataOrganizer.java 908 Potential violation of Law of Demeter (object not created locally)
574 src/com/gps/automation/DataOrganizer.java 915 Avoid reassigning parameters such as 'stable_value'
575 src/com/gps/automation/DataOrganizer.java 915 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'stable_value' is not final.
576 src/com/gps/automation/DataOrganizer.java 915 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
577 src/com/gps/automation/DataOrganizer.java 915 Parameter 'vehicle_id' is not assigned and could be declared final
578 src/com/gps/automation/DataOrganizer.java 915 The method 'updateStableValue' has a Cyclomatic Complexity of 10.
579 src/com/gps/automation/DataOrganizer.java 915 publicMethodCommentRequirement Required
580 src/com/gps/automation/DataOrganizer.java 916 Local variable 'vdao' could be declared final
581 src/com/gps/automation/DataOrganizer.java 917 Found 'DD'-anomaly for variable 'vehicleBean' (lines '917'-'961').
582 src/com/gps/automation/DataOrganizer.java 918 Found 'DD'-anomaly for variable 'status' (lines '918'-'967').
583 src/com/gps/automation/DataOrganizer.java 920 Found 'DD'-anomaly for variable 'correctionValue' (lines '920'-'929').
584 src/com/gps/automation/DataOrganizer.java 926 Avoid variables with short names like vd
585 src/com/gps/automation/DataOrganizer.java 926 Local variable 'vd' could be declared final
586 src/com/gps/automation/DataOrganizer.java 926 Potential violation of Law of Demeter (object not created locally)
587 src/com/gps/automation/DataOrganizer.java 927 Local variable 'hasdamping' could be declared final
588 src/com/gps/automation/DataOrganizer.java 927 Potential violation of Law of Demeter (object not created locally)
589 src/com/gps/automation/DataOrganizer.java 929 Found 'DU'-anomaly for variable 'correctionValue' (lines '929'-'983').
590 src/com/gps/automation/DataOrganizer.java 929 Potential violation of Law of Demeter (object not created locally)
591 src/com/gps/automation/DataOrganizer.java 931 Avoid using Literals in Conditional Statements
592 src/com/gps/automation/DataOrganizer.java 932 Local variable 'vehicletypeid' could be declared final
593 src/com/gps/automation/DataOrganizer.java 932 Potential violation of Law of Demeter (object not created locally)
594 src/com/gps/automation/DataOrganizer.java 934 Potential violation of Law of Demeter (method chain calls)
595 src/com/gps/automation/DataOrganizer.java 934 Potential violation of Law of Demeter (object not created locally)
596 src/com/gps/automation/DataOrganizer.java 936 Avoid variables with short names like vt
597 src/com/gps/automation/DataOrganizer.java 936 Local variable 'vt' could be declared final
598 src/com/gps/automation/DataOrganizer.java 937 Found 'DU'-anomaly for variable 'vtype' (lines '937'-'983').
599 src/com/gps/automation/DataOrganizer.java 937 Local variable 'vtype' could be declared final
600 src/com/gps/automation/DataOrganizer.java 937 Potential violation of Law of Demeter (object not created locally)
601 src/com/gps/automation/DataOrganizer.java 941 Potential violation of Law of Demeter (object not created locally)
602 src/com/gps/automation/DataOrganizer.java 945 There is log block not surrounded by if
603 src/com/gps/automation/DataOrganizer.java 945 There is log block not surrounded by if
604 src/com/gps/automation/DataOrganizer.java 949 Potential violation of Law of Demeter (object not created locally)
605 src/com/gps/automation/DataOrganizer.java 950 Local variable 'sess' could be declared final
606 src/com/gps/automation/DataOrganizer.java 950 Potential violation of Law of Demeter (object not created locally)
607 src/com/gps/automation/DataOrganizer.java 951 Avoid variables with short names like tx
608 src/com/gps/automation/DataOrganizer.java 951 Local variable 'tx' could be declared final
609 src/com/gps/automation/DataOrganizer.java 951 Potential violation of Law of Demeter (object not created locally)
610 src/com/gps/automation/DataOrganizer.java 952 Potential violation of Law of Demeter (object not created locally)
611 src/com/gps/automation/DataOrganizer.java 953 Potential violation of Law of Demeter (object not created locally)
612 src/com/gps/automation/DataOrganizer.java 954 Potential violation of Law of Demeter (object not created locally)
613 src/com/gps/automation/DataOrganizer.java 955 Potential violation of Law of Demeter (object not created locally)
614 src/com/gps/automation/DataOrganizer.java 956 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
615 src/com/gps/automation/DataOrganizer.java 957 There is log block not surrounded by if
616 src/com/gps/automation/DataOrganizer.java 961 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
617 src/com/gps/automation/DataOrganizer.java 963 Potential violation of Law of Demeter (object not created locally)
618 src/com/gps/automation/DataOrganizer.java 970 Avoid using Literals in Conditional Statements
619 src/com/gps/automation/DataOrganizer.java 971 There is log block not surrounded by if
620 src/com/gps/automation/DataOrganizer.java 971 There is log block not surrounded by if
621 src/com/gps/automation/DataOrganizer.java 975 There is log block not surrounded by if
622 src/com/gps/automation/DataOrganizer.java 975 There is log block not surrounded by if
623 src/com/gps/automation/DataOrganizer.java 979 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
624 src/com/gps/automation/DataOrganizer.java 980 There is log block not surrounded by if
625 src/com/gps/automation/DataOrganizer.java 981 Potential violation of Law of Demeter (object not created locally)
626 src/com/gps/automation/DataOrganizer.java 987 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
627 src/com/gps/automation/DataOrganizer.java 987 Parameter 'fuel' is not assigned and could be declared final
628 src/com/gps/automation/DataOrganizer.java 987 Parameter 'speed' is not assigned and could be declared final
629 src/com/gps/automation/DataOrganizer.java 987 Parameter 'vehicle_id' is not assigned and could be declared final
630 src/com/gps/automation/DataOrganizer.java 987 publicMethodCommentRequirement Required
631 src/com/gps/automation/DataOrganizer.java 988 Parameter 'distance' is not assigned and could be declared final
632 src/com/gps/automation/DataOrganizer.java 988 Parameter 'eventCode' is not assigned and could be declared final
633 src/com/gps/automation/DataOrganizer.java 988 Parameter 'lat' is not assigned and could be declared final
634 src/com/gps/automation/DataOrganizer.java 988 Parameter 'lon' is not assigned and could be declared final
635 src/com/gps/automation/DataOrganizer.java 989 Parameter 'heading' is not assigned and could be declared final
636 src/com/gps/automation/DataOrganizer.java 990 Found 'DD'-anomaly for variable 'status' (lines '990'-'1,031').
637 src/com/gps/automation/DataOrganizer.java 992 Found 'DD'-anomaly for variable 'lastMovedTime' (lines '992'-'1,004').
638 src/com/gps/automation/DataOrganizer.java 992 Found 'DU'-anomaly for variable 'lastMovedTime' (lines '992'-'1,048').
639 src/com/gps/automation/DataOrganizer.java 994 Found 'DD'-anomaly for variable 'vehicleBean' (lines '994'-'1,014').
640 src/com/gps/automation/DataOrganizer.java 997 Local variable 'vehvo' could be declared final
641 src/com/gps/automation/DataOrganizer.java 1001 Local variable 'creationtime' could be declared final
642 src/com/gps/automation/DataOrganizer.java 1001 Potential violation of Law of Demeter (object not created locally)
643 src/com/gps/automation/DataOrganizer.java 1003 Avoid using if statements without curly braces
644 src/com/gps/automation/DataOrganizer.java 1004 Found 'DU'-anomaly for variable 'lastMovedTime' (lines '1,004'-'1,048').
645 src/com/gps/automation/DataOrganizer.java 1007 Avoid using Literals in Conditional Statements
646 src/com/gps/automation/DataOrganizer.java 1008 Found 'DU'-anomaly for variable 'stablefuelval' (lines '1,008'-'1,048').
647 src/com/gps/automation/DataOrganizer.java 1010 Avoid using Literals in Conditional Statements
648 src/com/gps/automation/DataOrganizer.java 1010 Avoid using if statements without curly braces
649 src/com/gps/automation/DataOrganizer.java 1014 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
650 src/com/gps/automation/DataOrganizer.java 1017 Potential violation of Law of Demeter (object not created locally)
651 src/com/gps/automation/DataOrganizer.java 1018 Potential violation of Law of Demeter (object not created locally)
652 src/com/gps/automation/DataOrganizer.java 1019 Potential violation of Law of Demeter (object not created locally)
653 src/com/gps/automation/DataOrganizer.java 1020 Potential violation of Law of Demeter (object not created locally)
654 src/com/gps/automation/DataOrganizer.java 1021 Potential violation of Law of Demeter (object not created locally)
655 src/com/gps/automation/DataOrganizer.java 1022 Potential violation of Law of Demeter (object not created locally)
656 src/com/gps/automation/DataOrganizer.java 1025 Avoid using Literals in Conditional Statements
657 src/com/gps/automation/DataOrganizer.java 1027 Potential violation of Law of Demeter (object not created locally)
658 src/com/gps/automation/DataOrganizer.java 1035 Avoid using Literals in Conditional Statements
659 src/com/gps/automation/DataOrganizer.java 1036 There is log block not surrounded by if
660 src/com/gps/automation/DataOrganizer.java 1036 There is log block not surrounded by if
661 src/com/gps/automation/DataOrganizer.java 1038 The String literal "No rows affected" appears 5 times in this file; the first occurrence is on line 1,038
662 src/com/gps/automation/DataOrganizer.java 1038 There is log block not surrounded by if
663 src/com/gps/automation/DataOrganizer.java 1038 There is log block not surrounded by if
664 src/com/gps/automation/DataOrganizer.java 1041 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
665 src/com/gps/automation/DataOrganizer.java 1043 The String literal "Error updating trip " appears 5 times in this file; the first occurrence is on line 1,043
666 src/com/gps/automation/DataOrganizer.java 1043 There is log block not surrounded by if
667 src/com/gps/automation/DataOrganizer.java 1043 There is log block not surrounded by if
668 src/com/gps/automation/DataOrganizer.java 1044 Potential violation of Law of Demeter (object not created locally)
669 src/com/gps/automation/DataOrganizer.java 1051 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'device_id' is not final.
670 src/com/gps/automation/DataOrganizer.java 1051 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'veh_name' is not final.
671 src/com/gps/automation/DataOrganizer.java 1051 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
672 src/com/gps/automation/DataOrganizer.java 1051 Parameter 'device_id' is not assigned and could be declared final
673 src/com/gps/automation/DataOrganizer.java 1051 Parameter 'veh_name' is not assigned and could be declared final
674 src/com/gps/automation/DataOrganizer.java 1051 Parameter 'vehicle_id' is not assigned and could be declared final
675 src/com/gps/automation/DataOrganizer.java 1052 Parameter 'date' is not assigned and could be declared final
676 src/com/gps/automation/DataOrganizer.java 1053 Found 'DD'-anomaly for variable 'status' (lines '1,053'-'1,073').
677 src/com/gps/automation/DataOrganizer.java 1056 Found 'DD'-anomaly for variable 'vehicleBean' (lines '1,056'-'1,065').
678 src/com/gps/automation/DataOrganizer.java 1058 Found 'DD'-anomaly for variable 'creationTime' (lines '1,058'-'1,063').
679 src/com/gps/automation/DataOrganizer.java 1058 Found 'DU'-anomaly for variable 'creationTime' (lines '1,058'-'1,088').
680 src/com/gps/automation/DataOrganizer.java 1062 Avoid using if statements without curly braces
681 src/com/gps/automation/DataOrganizer.java 1063 Found 'DU'-anomaly for variable 'creationTime' (lines '1,063'-'1,088').
682 src/com/gps/automation/DataOrganizer.java 1065 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
683 src/com/gps/automation/DataOrganizer.java 1067 Potential violation of Law of Demeter (object not created locally)
684 src/com/gps/automation/DataOrganizer.java 1068 Potential violation of Law of Demeter (object not created locally)
685 src/com/gps/automation/DataOrganizer.java 1069 Potential violation of Law of Demeter (object not created locally)
686 src/com/gps/automation/DataOrganizer.java 1076 Avoid using Literals in Conditional Statements
687 src/com/gps/automation/DataOrganizer.java 1077 There is log block not surrounded by if
688 src/com/gps/automation/DataOrganizer.java 1077 There is log block not surrounded by if
689 src/com/gps/automation/DataOrganizer.java 1079 There is log block not surrounded by if
690 src/com/gps/automation/DataOrganizer.java 1079 There is log block not surrounded by if
691 src/com/gps/automation/DataOrganizer.java 1082 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
692 src/com/gps/automation/DataOrganizer.java 1083 There is log block not surrounded by if
693 src/com/gps/automation/DataOrganizer.java 1083 There is log block not surrounded by if
694 src/com/gps/automation/DataOrganizer.java 1084 Potential violation of Law of Demeter (object not created locally)
695 src/com/gps/automation/DataOrganizer.java 1092 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
696 src/com/gps/automation/DataOrganizer.java 1092 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
697 src/com/gps/automation/DataOrganizer.java 1092 Parameter 'fenceid' is not assigned and could be declared final
698 src/com/gps/automation/DataOrganizer.java 1092 Parameter 'inFenceTime' is not assigned and could be declared final
699 src/com/gps/automation/DataOrganizer.java 1092 Parameter 'vehicle_id' is not assigned and could be declared final
700 src/com/gps/automation/DataOrganizer.java 1092 publicMethodCommentRequirement Required
701 src/com/gps/automation/DataOrganizer.java 1093 Parameter 'isReset' is not assigned and could be declared final
702 src/com/gps/automation/DataOrganizer.java 1094 Found 'DD'-anomaly for variable 'status' (lines '1,094'-'1,116').
703 src/com/gps/automation/DataOrganizer.java 1096 Found 'DD'-anomaly for variable 'vehicleBean' (lines '1,096'-'1,099').
704 src/com/gps/automation/DataOrganizer.java 1099 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
705 src/com/gps/automation/DataOrganizer.java 1103 Avoid if (x != y) ..; else ..;
706 src/com/gps/automation/DataOrganizer.java 1104 Potential violation of Law of Demeter (object not created locally)
707 src/com/gps/automation/DataOrganizer.java 1105 Potential violation of Law of Demeter (object not created locally)
708 src/com/gps/automation/DataOrganizer.java 1109 Potential violation of Law of Demeter (object not created locally)
709 src/com/gps/automation/DataOrganizer.java 1110 Potential violation of Law of Demeter (object not created locally)
710 src/com/gps/automation/DataOrganizer.java 1119 Avoid using Literals in Conditional Statements
711 src/com/gps/automation/DataOrganizer.java 1120 There is log block not surrounded by if
712 src/com/gps/automation/DataOrganizer.java 1120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
713 src/com/gps/automation/DataOrganizer.java 1122 There is log block not surrounded by if
714 src/com/gps/automation/DataOrganizer.java 1122 There is log block not surrounded by if
715 src/com/gps/automation/DataOrganizer.java 1125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
716 src/com/gps/automation/DataOrganizer.java 1126 There is log block not surrounded by if
717 src/com/gps/automation/DataOrganizer.java 1126 There is log block not surrounded by if
718 src/com/gps/automation/DataOrganizer.java 1127 Potential violation of Law of Demeter (object not created locally)
719 src/com/gps/automation/DataOrganizer.java 1134 Method names should not start with capital letters
720 src/com/gps/automation/DataOrganizer.java 1134 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
721 src/com/gps/automation/DataOrganizer.java 1134 Parameter 'RegNo' is not assigned and could be declared final
722 src/com/gps/automation/DataOrganizer.java 1134 Parameter 'vehicle_id' is not assigned and could be declared final
723 src/com/gps/automation/DataOrganizer.java 1134 Variables should start with a lowercase character, 'RegNo' starts with uppercase character.
724 src/com/gps/automation/DataOrganizer.java 1134 publicMethodCommentRequirement Required
725 src/com/gps/automation/DataOrganizer.java 1136 Found 'DD'-anomaly for variable 'result' (lines '1,136'-'1,151').
726 src/com/gps/automation/DataOrganizer.java 1138 Avoid variables with short names like vo
727 src/com/gps/automation/DataOrganizer.java 1138 Found 'DD'-anomaly for variable 'vo' (lines '1,138'-'1,162').
728 src/com/gps/automation/DataOrganizer.java 1139 Found 'DD'-anomaly for variable 'query' (lines '1,139'-'1,143').
729 src/com/gps/automation/DataOrganizer.java 1139 Found 'DD'-anomaly for variable 'query' (lines '1,139'-'1,146').
730 src/com/gps/automation/DataOrganizer.java 1142 Position literals first in String comparisons
731 src/com/gps/automation/DataOrganizer.java 1153 There is log block not surrounded by if
732 src/com/gps/automation/DataOrganizer.java 1153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
733 src/com/gps/automation/DataOrganizer.java 1154 There is log block not surrounded by if
734 src/com/gps/automation/DataOrganizer.java 1154 There is log block not surrounded by if
735 src/com/gps/automation/DataOrganizer.java 1158 Local variable 'resultIter' could be declared final
736 src/com/gps/automation/DataOrganizer.java 1160 Local variable 'rows' could be declared final
737 src/com/gps/automation/DataOrganizer.java 1161 Avoid using if statements without curly braces
738 src/com/gps/automation/DataOrganizer.java 1162 Avoid instantiating new objects inside loops
739 src/com/gps/automation/DataOrganizer.java 1162 Found 'DD'-anomaly for variable 'vo' (lines '1,162'-'1,162').
740 src/com/gps/automation/DataOrganizer.java 1163 Potential violation of Law of Demeter (method chain calls)
741 src/com/gps/automation/DataOrganizer.java 1163 Potential violation of Law of Demeter (method chain calls)
742 src/com/gps/automation/DataOrganizer.java 1167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
743 src/com/gps/automation/DataOrganizer.java 1168 Do not add empty strings
744 src/com/gps/automation/DataOrganizer.java 1168 There is log block not surrounded by if
745 src/com/gps/automation/DataOrganizer.java 1171 There is log block not surrounded by if
746 src/com/gps/automation/DataOrganizer.java 1171 There is log block not surrounded by if
747 src/com/gps/automation/DataOrganizer.java 1174 Comment is too large: Too many lines
748 src/com/gps/automation/DataOrganizer.java 1175 Comment is too large: Line too long
749 src/com/gps/automation/DataOrganizer.java 1182 Comment is too large: Line too long
750 src/com/gps/automation/DataOrganizer.java 1206 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'device_id' is not final.
751 src/com/gps/automation/DataOrganizer.java 1206 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'veh_name' is not final.
752 src/com/gps/automation/DataOrganizer.java 1206 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
753 src/com/gps/automation/DataOrganizer.java 1206 Parameter 'date' is not assigned and could be declared final
754 src/com/gps/automation/DataOrganizer.java 1206 Parameter 'device_id' is not assigned and could be declared final
755 src/com/gps/automation/DataOrganizer.java 1206 Parameter 'organization' is not assigned and could be declared final
756 src/com/gps/automation/DataOrganizer.java 1206 Parameter 'veh_name' is not assigned and could be declared final
757 src/com/gps/automation/DataOrganizer.java 1206 Parameter 'vehicle_id' is not assigned and could be declared final
758 src/com/gps/automation/DataOrganizer.java 1206 The method 'updateTable' has a Cyclomatic Complexity of 11.
759 src/com/gps/automation/DataOrganizer.java 1208 Found 'DD'-anomaly for variable 'status' (lines '1,208'-'1,241').
760 src/com/gps/automation/DataOrganizer.java 1209 Found 'DD'-anomaly for variable 'vehicleid' (lines '1,209'-'1,217').
761 src/com/gps/automation/DataOrganizer.java 1211 Found 'DU'-anomaly for variable 'vehDAO' (lines '1,211'-'1,256').
762 src/com/gps/automation/DataOrganizer.java 1211 Local variable 'vehDAO' could be declared final
763 src/com/gps/automation/DataOrganizer.java 1212 Found 'DD'-anomaly for variable 'vehicledata' (lines '1,212'-'1,219').
764 src/com/gps/automation/DataOrganizer.java 1212 Found 'DU'-anomaly for variable 'vehicledata' (lines '1,212'-'1,256').
765 src/com/gps/automation/DataOrganizer.java 1213 Found 'DD'-anomaly for variable 'creationTime' (lines '1,213'-'1,223').
766 src/com/gps/automation/DataOrganizer.java 1213 Found 'DU'-anomaly for variable 'creationTime' (lines '1,213'-'1,256').
767 src/com/gps/automation/DataOrganizer.java 1214 Found 'DD'-anomaly for variable 'vehicleBean' (lines '1,214'-'1,227').
768 src/com/gps/automation/DataOrganizer.java 1215 Found 'DD'-anomaly for variable 'updateFlag' (lines '1,215'-'1,230').
769 src/com/gps/automation/DataOrganizer.java 1215 Found 'DD'-anomaly for variable 'updateFlag' (lines '1,215'-'1,232').
770 src/com/gps/automation/DataOrganizer.java 1219 Potential violation of Law of Demeter (object not created locally)
771 src/com/gps/automation/DataOrganizer.java 1223 Found 'DU'-anomaly for variable 'creationTime' (lines '1,223'-'1,256').
772 src/com/gps/automation/DataOrganizer.java 1227 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
773 src/com/gps/automation/DataOrganizer.java 1229 Potential violation of Law of Demeter (object not created locally)
774 src/com/gps/automation/DataOrganizer.java 1231 Potential violation of Law of Demeter (object not created locally)
775 src/com/gps/automation/DataOrganizer.java 1231 Potential violation of Law of Demeter (object not created locally)
776 src/com/gps/automation/DataOrganizer.java 1234 Avoid unnecessary comparisons in boolean expressions
777 src/com/gps/automation/DataOrganizer.java 1234 Avoid using Literals in Conditional Statements
778 src/com/gps/automation/DataOrganizer.java 1235 Potential violation of Law of Demeter (object not created locally)
779 src/com/gps/automation/DataOrganizer.java 1236 Potential violation of Law of Demeter (object not created locally)
780 src/com/gps/automation/DataOrganizer.java 1237 Potential violation of Law of Demeter (object not created locally)
781 src/com/gps/automation/DataOrganizer.java 1238 Potential violation of Law of Demeter (object not created locally)
782 src/com/gps/automation/DataOrganizer.java 1244 Avoid using Literals in Conditional Statements
783 src/com/gps/automation/DataOrganizer.java 1245 There is log block not surrounded by if
784 src/com/gps/automation/DataOrganizer.java 1245 There is log block not surrounded by if
785 src/com/gps/automation/DataOrganizer.java 1247 There is log block not surrounded by if
786 src/com/gps/automation/DataOrganizer.java 1247 There is log block not surrounded by if
787 src/com/gps/automation/DataOrganizer.java 1250 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
788 src/com/gps/automation/DataOrganizer.java 1251 There is log block not surrounded by if
789 src/com/gps/automation/DataOrganizer.java 1251 There is log block not surrounded by if
790 src/com/gps/automation/DataOrganizer.java 1252 Potential violation of Law of Demeter (object not created locally)
791 src/com/gps/automation/DataOrganizer.java 1259 Parameter 'deviceid' is not assigned and could be declared final
792 src/com/gps/automation/DataOrganizer.java 1259 publicMethodCommentRequirement Required
793 src/com/gps/automation/DataOrganizer.java 1261 Found 'DD'-anomaly for variable 'result' (lines '1,261'-'1,271').
794 src/com/gps/automation/DataOrganizer.java 1263 Found 'DD'-anomaly for variable 'vehicleid' (lines '1,263'-'1,273').
795 src/com/gps/automation/DataOrganizer.java 1267 There is log block not surrounded by if
796 src/com/gps/automation/DataOrganizer.java 1267 There is log block not surrounded by if
797 src/com/gps/automation/DataOrganizer.java 1272 Potential violation of Law of Demeter (object not created locally)
798 src/com/gps/automation/DataOrganizer.java 1273 Potential violation of Law of Demeter (object not created locally)
799 src/com/gps/automation/DataOrganizer.java 1276 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
800 src/com/gps/automation/DataOrganizer.java 1277 There is log block not surrounded by if
801 src/com/gps/automation/DataOrganizer.java 1277 There is log block not surrounded by if
802 src/com/gps/automation/DataOrganizer.java 1286 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
803 src/com/gps/automation/DataOrganizer.java 1286 Parameter 'vehicle' is not assigned and could be declared final
804 src/com/gps/automation/DataOrganizer.java 1286 Parameter 'vehicle_id' is not assigned and could be declared final
805 src/com/gps/automation/DataOrganizer.java 1286 publicMethodCommentRequirement Required
806 src/com/gps/automation/DataOrganizer.java 1289 Found 'DD'-anomaly for variable 'vehicleBean' (lines '1,289'-'1,293').
807 src/com/gps/automation/DataOrganizer.java 1293 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
808 src/com/gps/automation/DataOrganizer.java 1295 Potential violation of Law of Demeter (object not created locally)
809 src/com/gps/automation/DataOrganizer.java 1296 Potential violation of Law of Demeter (object not created locally)
810 src/com/gps/automation/DataOrganizer.java 1297 Potential violation of Law of Demeter (object not created locally)
811 src/com/gps/automation/DataOrganizer.java 1299 Potential violation of Law of Demeter (object not created locally)
812 src/com/gps/automation/DataOrganizer.java 1306 Avoid using Literals in Conditional Statements
813 src/com/gps/automation/DataOrganizer.java 1307 There is log block not surrounded by if
814 src/com/gps/automation/DataOrganizer.java 1307 There is log block not surrounded by if
815 src/com/gps/automation/DataOrganizer.java 1309 There is log block not surrounded by if
816 src/com/gps/automation/DataOrganizer.java 1309 There is log block not surrounded by if
817 src/com/gps/automation/DataOrganizer.java 1312 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
818 src/com/gps/automation/DataOrganizer.java 1313 There is log block not surrounded by if
819 src/com/gps/automation/DataOrganizer.java 1313 There is log block not surrounded by if
820 src/com/gps/automation/DataOrganizer.java 1314 Potential violation of Law of Demeter (object not created locally)
821 src/com/gps/automation/DataOrganizer.java 1320 Comment is too large: Too many lines
822 src/com/gps/automation/DataOrganizer.java 1349 Comment is too large: Too many lines
823 src/com/gps/automation/DataOrganizer.java 1365 Parameter 'orgId' is not assigned and could be declared final
824 src/com/gps/automation/DataOrganizer.java 1365 The method 'getVehicleInfo' has a Cyclomatic Complexity of 17.
825 src/com/gps/automation/DataOrganizer.java 1365 The method getVehicleInfo() has an NPath complexity of 229
826 src/com/gps/automation/DataOrganizer.java 1369 Local variable 'deviceList' could be declared final
827 src/com/gps/automation/DataOrganizer.java 1370 Local variable 'vehDAO' could be declared final
828 src/com/gps/automation/DataOrganizer.java 1374 Variables should start with a lowercase character, 'OrganizationName' starts with uppercase character.
829 src/com/gps/automation/DataOrganizer.java 1375 Local variable 'orgDao' could be declared final
830 src/com/gps/automation/DataOrganizer.java 1377 Potential violation of Law of Demeter (method chain calls)
831 src/com/gps/automation/DataOrganizer.java 1377 Potential violation of Law of Demeter (object not created locally)
832 src/com/gps/automation/DataOrganizer.java 1378 Potential violation of Law of Demeter (object not created locally)
833 src/com/gps/automation/DataOrganizer.java 1382 There is log block not surrounded by if
834 src/com/gps/automation/DataOrganizer.java 1382 There is log block not surrounded by if
835 src/com/gps/automation/DataOrganizer.java 1384 Avoid if (x != y) ..; else ..;
836 src/com/gps/automation/DataOrganizer.java 1384 Potential violation of Law of Demeter (object not created locally)
837 src/com/gps/automation/DataOrganizer.java 1386 Potential violation of Law of Demeter (object not created locally)
838 src/com/gps/automation/DataOrganizer.java 1392 Potential violation of Law of Demeter (object not created locally)
839 src/com/gps/automation/DataOrganizer.java 1392 Potential violation of Law of Demeter (object not created locally)
840 src/com/gps/automation/DataOrganizer.java 1396 Potential violation of Law of Demeter (object not created locally)
841 src/com/gps/automation/DataOrganizer.java 1397 Potential violation of Law of Demeter (object not created locally)
842 src/com/gps/automation/DataOrganizer.java 1397 There is log block not surrounded by if
843 src/com/gps/automation/DataOrganizer.java 1397 There is log block not surrounded by if
844 src/com/gps/automation/DataOrganizer.java 1398 Local variable 'vehiclesIter' could be declared final
845 src/com/gps/automation/DataOrganizer.java 1398 Potential violation of Law of Demeter (object not created locally)
846 src/com/gps/automation/DataOrganizer.java 1405 Avoid unnecessary comparisons in boolean expressions
847 src/com/gps/automation/DataOrganizer.java 1405 Potential violation of Law of Demeter (object not created locally)
848 src/com/gps/automation/DataOrganizer.java 1405 Potential violation of Law of Demeter (object not created locally)
849 src/com/gps/automation/DataOrganizer.java 1405 Potential violation of Law of Demeter (object not created locally)
850 src/com/gps/automation/DataOrganizer.java 1405 Potential violation of Law of Demeter (object not created locally)
851 src/com/gps/automation/DataOrganizer.java 1405 Potential violation of Law of Demeter (object not created locally)
852 src/com/gps/automation/DataOrganizer.java 1406 There is log block not surrounded by if
853 src/com/gps/automation/DataOrganizer.java 1406 There is log block not surrounded by if
854 src/com/gps/automation/DataOrganizer.java 1407 Local variable 'data' could be declared final
855 src/com/gps/automation/DataOrganizer.java 1407 Potential violation of Law of Demeter (object not created locally)
856 src/com/gps/automation/DataOrganizer.java 1408 Potential violation of Law of Demeter (object not created locally)
857 src/com/gps/automation/DataOrganizer.java 1411 Avoid if (x != y) ..; else ..;
858 src/com/gps/automation/DataOrganizer.java 1411 Useless parentheses.
859 src/com/gps/automation/DataOrganizer.java 1412 Potential violation of Law of Demeter (object not created locally)
860 src/com/gps/automation/DataOrganizer.java 1412 There is log block not surrounded by if
861 src/com/gps/automation/DataOrganizer.java 1412 There is log block not surrounded by if
862 src/com/gps/automation/DataOrganizer.java 1413 Potential violation of Law of Demeter (object not created locally)
863 src/com/gps/automation/DataOrganizer.java 1414 Potential violation of Law of Demeter (object not created locally)
864 src/com/gps/automation/DataOrganizer.java 1414 There is log block not surrounded by if
865 src/com/gps/automation/DataOrganizer.java 1414 There is log block not surrounded by if
866 src/com/gps/automation/DataOrganizer.java 1418 Local variable 'vehbean' could be declared final
867 src/com/gps/automation/DataOrganizer.java 1418 Potential violation of Law of Demeter (object not created locally)
868 src/com/gps/automation/DataOrganizer.java 1420 Potential violation of Law of Demeter (object not created locally)
869 src/com/gps/automation/DataOrganizer.java 1422 Potential violation of Law of Demeter (object not created locally)
870 src/com/gps/automation/DataOrganizer.java 1422 There is log block not surrounded by if
871 src/com/gps/automation/DataOrganizer.java 1422 There is log block not surrounded by if
872 src/com/gps/automation/DataOrganizer.java 1430 Potential violation of Law of Demeter (object not created locally)
873 src/com/gps/automation/DataOrganizer.java 1430 There is log block not surrounded by if
874 src/com/gps/automation/DataOrganizer.java 1430 There is log block not surrounded by if
875 src/com/gps/automation/DataOrganizer.java 1431 Avoid using Literals in Conditional Statements
876 src/com/gps/automation/DataOrganizer.java 1431 Potential violation of Law of Demeter (object not created locally)
877 src/com/gps/automation/DataOrganizer.java 1431 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
878 src/com/gps/automation/DataOrganizer.java 1439 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
879 src/com/gps/automation/DataOrganizer.java 1441 There is log block not surrounded by if
880 src/com/gps/automation/DataOrganizer.java 1441 There is log block not surrounded by if
881 src/com/gps/automation/DataOrganizer.java 1442 Potential violation of Law of Demeter (object not created locally)
882 src/com/gps/automation/DataOrganizer.java 1450 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
883 src/com/gps/automation/DataOrganizer.java 1450 Parameter 'vehicle_id' is not assigned and could be declared final
884 src/com/gps/automation/DataOrganizer.java 1450 publicMethodCommentRequirement Required
885 src/com/gps/automation/DataOrganizer.java 1458 There is log block not surrounded by if
886 src/com/gps/automation/DataOrganizer.java 1458 There is log block not surrounded by if
887 src/com/gps/automation/DataOrganizer.java 1464 Potential violation of Law of Demeter (object not created locally)
888 src/com/gps/automation/DataOrganizer.java 1465 Potential violation of Law of Demeter (object not created locally)
889 src/com/gps/automation/DataOrganizer.java 1465 There is log block not surrounded by if
890 src/com/gps/automation/DataOrganizer.java 1465 There is log block not surrounded by if
891 src/com/gps/automation/DataOrganizer.java 1467 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
892 src/com/gps/automation/DataOrganizer.java 1469 There is log block not surrounded by if
893 src/com/gps/automation/DataOrganizer.java 1469 There is log block not surrounded by if
894 src/com/gps/automation/DataOrganizer.java 1470 Potential violation of Law of Demeter (object not created locally)
895 src/com/gps/automation/DataOrganizer.java 1479 Parameter 'OrganizationName' is not assigned and could be declared final
896 src/com/gps/automation/DataOrganizer.java 1479 Parameter 'vehicleNames' is not assigned and could be declared final
897 src/com/gps/automation/DataOrganizer.java 1479 The method 'getVehicleInfo' has a Cyclomatic Complexity of 14.
898 src/com/gps/automation/DataOrganizer.java 1479 Variables should start with a lowercase character, 'OrganizationName' starts with uppercase character.
899 src/com/gps/automation/DataOrganizer.java 1479 publicMethodCommentRequirement Required
900 src/com/gps/automation/DataOrganizer.java 1483 Local variable 'deviceList' could be declared final
901 src/com/gps/automation/DataOrganizer.java 1484 Avoid declaring a variable if it is unreferenced before a possible exit point.
902 src/com/gps/automation/DataOrganizer.java 1484 Avoid unused local variables such as 'deviceDTO'.
903 src/com/gps/automation/DataOrganizer.java 1484 Local variable 'deviceDTO' could be declared final
904 src/com/gps/automation/DataOrganizer.java 1485 Local variable 'vehDAO' could be declared final
905 src/com/gps/automation/DataOrganizer.java 1491 Local variable 'vehiclesArr' could be declared final
906 src/com/gps/automation/DataOrganizer.java 1494 Avoid using if...else statements without curly braces
907 src/com/gps/automation/DataOrganizer.java 1494 Prefer StringBuffer over += for concatenating strings
908 src/com/gps/automation/DataOrganizer.java 1496 Avoid using if...else statements without curly braces
909 src/com/gps/automation/DataOrganizer.java 1496 Prefer StringBuffer over += for concatenating strings
910 src/com/gps/automation/DataOrganizer.java 1504 There is log block not surrounded by if
911 src/com/gps/automation/DataOrganizer.java 1504 There is log block not surrounded by if
912 src/com/gps/automation/DataOrganizer.java 1506 Potential violation of Law of Demeter (object not created locally)
913 src/com/gps/automation/DataOrganizer.java 1507 Local variable 'vehiclesIter' could be declared final
914 src/com/gps/automation/DataOrganizer.java 1507 Potential violation of Law of Demeter (object not created locally)
915 src/com/gps/automation/DataOrganizer.java 1513 Avoid unnecessary comparisons in boolean expressions
916 src/com/gps/automation/DataOrganizer.java 1513 Potential violation of Law of Demeter (object not created locally)
917 src/com/gps/automation/DataOrganizer.java 1513 Potential violation of Law of Demeter (object not created locally)
918 src/com/gps/automation/DataOrganizer.java 1513 Potential violation of Law of Demeter (object not created locally)
919 src/com/gps/automation/DataOrganizer.java 1513 Potential violation of Law of Demeter (object not created locally)
920 src/com/gps/automation/DataOrganizer.java 1513 Potential violation of Law of Demeter (object not created locally)
921 src/com/gps/automation/DataOrganizer.java 1514 There is log block not surrounded by if
922 src/com/gps/automation/DataOrganizer.java 1514 There is log block not surrounded by if
923 src/com/gps/automation/DataOrganizer.java 1515 Local variable 'data' could be declared final
924 src/com/gps/automation/DataOrganizer.java 1515 Potential violation of Law of Demeter (object not created locally)
925 src/com/gps/automation/DataOrganizer.java 1516 Potential violation of Law of Demeter (object not created locally)
926 src/com/gps/automation/DataOrganizer.java 1518 Avoid if (x != y) ..; else ..;
927 src/com/gps/automation/DataOrganizer.java 1519 Potential violation of Law of Demeter (object not created locally)
928 src/com/gps/automation/DataOrganizer.java 1523 Local variable 'vehbean' could be declared final
929 src/com/gps/automation/DataOrganizer.java 1523 Potential violation of Law of Demeter (object not created locally)
930 src/com/gps/automation/DataOrganizer.java 1525 Potential violation of Law of Demeter (object not created locally)
931 src/com/gps/automation/DataOrganizer.java 1527 Potential violation of Law of Demeter (object not created locally)
932 src/com/gps/automation/DataOrganizer.java 1527 There is log block not surrounded by if
933 src/com/gps/automation/DataOrganizer.java 1527 There is log block not surrounded by if
934 src/com/gps/automation/DataOrganizer.java 1537 There is log block not surrounded by if
935 src/com/gps/automation/DataOrganizer.java 1537 There is log block not surrounded by if
936 src/com/gps/automation/DataOrganizer.java 1538 Avoid using Literals in Conditional Statements
937 src/com/gps/automation/DataOrganizer.java 1538 Potential violation of Law of Demeter (object not created locally)
938 src/com/gps/automation/DataOrganizer.java 1538 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
939 src/com/gps/automation/DataOrganizer.java 1541 There is log block not surrounded by if
940 src/com/gps/automation/DataOrganizer.java 1541 There is log block not surrounded by if
941 src/com/gps/automation/DataOrganizer.java 1547 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
942 src/com/gps/automation/DataOrganizer.java 1549 There is log block not surrounded by if
943 src/com/gps/automation/DataOrganizer.java 1549 There is log block not surrounded by if
944 src/com/gps/automation/DataOrganizer.java 1550 Potential violation of Law of Demeter (object not created locally)
945 src/com/gps/automation/DataOrganizer.java 1557 Parameter 'date' is not assigned and could be declared final
946 src/com/gps/automation/DataOrganizer.java 1573 There is log block not surrounded by if
947 src/com/gps/automation/DataOrganizer.java 1573 There is log block not surrounded by if
948 src/com/gps/automation/DataOrganizer.java 1576 Potential violation of Law of Demeter (object not created locally)
949 src/com/gps/automation/DataOrganizer.java 1578 Avoid if (x != y) ..; else ..;
950 src/com/gps/automation/DataOrganizer.java 1578 Potential violation of Law of Demeter (object not created locally)
951 src/com/gps/automation/DataOrganizer.java 1580 Potential violation of Law of Demeter (object not created locally)
952 src/com/gps/automation/DataOrganizer.java 1588 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
953 src/com/gps/automation/DataOrganizer.java 1590 There is log block not surrounded by if
954 src/com/gps/automation/DataOrganizer.java 1591 Potential violation of Law of Demeter (object not created locally)
955 src/com/gps/automation/DataOrganizer.java 1599 Parameter 'vehId' is not assigned and could be declared final
956 src/com/gps/automation/DataOrganizer.java 1607 There is log block not surrounded by if
957 src/com/gps/automation/DataOrganizer.java 1607 There is log block not surrounded by if
958 src/com/gps/automation/DataOrganizer.java 1612 Avoid using Literals in Conditional Statements
959 src/com/gps/automation/DataOrganizer.java 1612 Potential violation of Law of Demeter (object not created locally)
960 src/com/gps/automation/DataOrganizer.java 1616 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
961 src/com/gps/automation/DataOrganizer.java 1618 There is log block not surrounded by if
962 src/com/gps/automation/DataOrganizer.java 1618 There is log block not surrounded by if
963 src/com/gps/automation/DataOrganizer.java 1628 Comment is too large: Too many lines
964 src/com/gps/automation/DataOrganizer.java 1640 Comment is too large: Too many lines
965 src/com/gps/automation/DataOrganizer.java 1657 Avoid really long methods.
966 src/com/gps/automation/DataOrganizer.java 1657 Parameter 'interval' is not assigned and could be declared final
967 src/com/gps/automation/DataOrganizer.java 1657 The method 'getOfflineBuses' has a Cyclomatic Complexity of 15.
968 src/com/gps/automation/DataOrganizer.java 1658 Local variable 'offList' could be declared final
969 src/com/gps/automation/DataOrganizer.java 1664 Local variable 'devDAO' could be declared final
970 src/com/gps/automation/DataOrganizer.java 1668 Avoid declaring a variable if it is unreferenced before a possible exit point.
971 src/com/gps/automation/DataOrganizer.java 1668 Avoid unused local variables such as 'orgList'.
972 src/com/gps/automation/DataOrganizer.java 1668 Local variable 'orgList' could be declared final
973 src/com/gps/automation/DataOrganizer.java 1679 Potential violation of Law of Demeter (object not created locally)
974 src/com/gps/automation/DataOrganizer.java 1682 Avoid if (x != y) ..; else ..;
975 src/com/gps/automation/DataOrganizer.java 1682 Potential violation of Law of Demeter (object not created locally)
976 src/com/gps/automation/DataOrganizer.java 1683 Potential violation of Law of Demeter (object not created locally)
977 src/com/gps/automation/DataOrganizer.java 1688 There is log block not surrounded by if
978 src/com/gps/automation/DataOrganizer.java 1688 There is log block not surrounded by if
979 src/com/gps/automation/DataOrganizer.java 1691 Potential violation of Law of Demeter (object not created locally)
980 src/com/gps/automation/DataOrganizer.java 1693 Local variable 'resultIter' could be declared final
981 src/com/gps/automation/DataOrganizer.java 1693 Potential violation of Law of Demeter (object not created locally)
982 src/com/gps/automation/DataOrganizer.java 1697 Potential violation of Law of Demeter (object not created locally)
983 src/com/gps/automation/DataOrganizer.java 1697 Potential violation of Law of Demeter (object not created locally)
984 src/com/gps/automation/DataOrganizer.java 1699 Potential violation of Law of Demeter (object not created locally)
985 src/com/gps/automation/DataOrganizer.java 1699 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
986 src/com/gps/automation/DataOrganizer.java 1700 Potential violation of Law of Demeter (object not created locally)
987 src/com/gps/automation/DataOrganizer.java 1700 There is log block not surrounded by if
988 src/com/gps/automation/DataOrganizer.java 1700 There is log block not surrounded by if
989 src/com/gps/automation/DataOrganizer.java 1702 Local variable 'orgOfflineList' could be declared final
990 src/com/gps/automation/DataOrganizer.java 1703 Potential violation of Law of Demeter (method chain calls)
991 src/com/gps/automation/DataOrganizer.java 1703 Potential violation of Law of Demeter (object not created locally)
992 src/com/gps/automation/DataOrganizer.java 1703 Potential violation of Law of Demeter (object not created locally)
993 src/com/gps/automation/DataOrganizer.java 1705 Avoid instantiating new objects inside loops
994 src/com/gps/automation/DataOrganizer.java 1705 Local variable 'vehInfo' could be declared final
995 src/com/gps/automation/DataOrganizer.java 1706 Potential violation of Law of Demeter (object not created locally)
996 src/com/gps/automation/DataOrganizer.java 1707 Potential violation of Law of Demeter (object not created locally)
997 src/com/gps/automation/DataOrganizer.java 1710 Potential violation of Law of Demeter (object not created locally)
998 src/com/gps/automation/DataOrganizer.java 1714 Avoid using if statements without curly braces
999 src/com/gps/automation/DataOrganizer.java 1714 Potential violation of Law of Demeter (object not created locally)
1000 src/com/gps/automation/DataOrganizer.java 1715 Potential violation of Law of Demeter (method chain calls)
1001 src/com/gps/automation/DataOrganizer.java 1715 Potential violation of Law of Demeter (method chain calls)
1002 src/com/gps/automation/DataOrganizer.java 1715 Potential violation of Law of Demeter (object not created locally)
1003 src/com/gps/automation/DataOrganizer.java 1716 Potential violation of Law of Demeter (object not created locally)
1004 src/com/gps/automation/DataOrganizer.java 1717 Potential violation of Law of Demeter (method chain calls)
1005 src/com/gps/automation/DataOrganizer.java 1717 Potential violation of Law of Demeter (object not created locally)
1006 src/com/gps/automation/DataOrganizer.java 1724 Potential violation of Law of Demeter (object not created locally)
1007 src/com/gps/automation/DataOrganizer.java 1724 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
1008 src/com/gps/automation/DataOrganizer.java 1725 Potential violation of Law of Demeter (object not created locally)
1009 src/com/gps/automation/DataOrganizer.java 1725 There is log block not surrounded by if
1010 src/com/gps/automation/DataOrganizer.java 1725 There is log block not surrounded by if
1011 src/com/gps/automation/DataOrganizer.java 1726 Avoid instantiating new objects inside loops
1012 src/com/gps/automation/DataOrganizer.java 1726 Local variable 'orgOffList' could be declared final
1013 src/com/gps/automation/DataOrganizer.java 1727 Potential violation of Law of Demeter (object not created locally)
1014 src/com/gps/automation/DataOrganizer.java 1729 Avoid instantiating new objects inside loops
1015 src/com/gps/automation/DataOrganizer.java 1729 Local variable 'vehInfo' could be declared final
1016 src/com/gps/automation/DataOrganizer.java 1730 Potential violation of Law of Demeter (object not created locally)
1017 src/com/gps/automation/DataOrganizer.java 1731 Potential violation of Law of Demeter (object not created locally)
1018 src/com/gps/automation/DataOrganizer.java 1734 Potential violation of Law of Demeter (object not created locally)
1019 src/com/gps/automation/DataOrganizer.java 1737 Avoid using if statements without curly braces
1020 src/com/gps/automation/DataOrganizer.java 1737 Potential violation of Law of Demeter (object not created locally)
1021 src/com/gps/automation/DataOrganizer.java 1738 Potential violation of Law of Demeter (method chain calls)
1022 src/com/gps/automation/DataOrganizer.java 1738 Potential violation of Law of Demeter (method chain calls)
1023 src/com/gps/automation/DataOrganizer.java 1738 Potential violation of Law of Demeter (object not created locally)
1024 src/com/gps/automation/DataOrganizer.java 1739 Avoid using if statements without curly braces
1025 src/com/gps/automation/DataOrganizer.java 1740 Potential violation of Law of Demeter (object not created locally)
1026 src/com/gps/automation/DataOrganizer.java 1741 Avoid instantiating new objects inside loops
1027 src/com/gps/automation/DataOrganizer.java 1741 Local variable 'vehicleInfo' could be declared final
1028 src/com/gps/automation/DataOrganizer.java 1745 Potential violation of Law of Demeter (object not created locally)
1029 src/com/gps/automation/DataOrganizer.java 1753 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1030 src/com/gps/automation/DataOrganizer.java 1754 There is log block not surrounded by if
1031 src/com/gps/automation/DataOrganizer.java 1755 Potential violation of Law of Demeter (object not created locally)
1032 src/com/gps/automation/DataOrganizer.java 1761 Parameter 'date' is not assigned and could be declared final
1033 src/com/gps/automation/DataOrganizer.java 1761 The method 'getOfflineBuses' has a Cyclomatic Complexity of 13.
1034 src/com/gps/automation/DataOrganizer.java 1766 Local variable 'jsonMassager' could be declared final
1035 src/com/gps/automation/DataOrganizer.java 1767 Local variable 'busInfoList' could be declared final
1036 src/com/gps/automation/DataOrganizer.java 1776 There is log block not surrounded by if
1037 src/com/gps/automation/DataOrganizer.java 1776 There is log block not surrounded by if
1038 src/com/gps/automation/DataOrganizer.java 1780 Potential violation of Law of Demeter (object not created locally)
1039 src/com/gps/automation/DataOrganizer.java 1782 Avoid if (x != y) ..; else ..;
1040 src/com/gps/automation/DataOrganizer.java 1784 Avoid using Literals in Conditional Statements
1041 src/com/gps/automation/DataOrganizer.java 1784 Potential violation of Law of Demeter (object not created locally)
1042 src/com/gps/automation/DataOrganizer.java 1784 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
1043 src/com/gps/automation/DataOrganizer.java 1786 Local variable 'vehiclesIter' could be declared final
1044 src/com/gps/automation/DataOrganizer.java 1786 Potential violation of Law of Demeter (object not created locally)
1045 src/com/gps/automation/DataOrganizer.java 1788 Local variable 'rows' could be declared final
1046 src/com/gps/automation/DataOrganizer.java 1791 Potential violation of Law of Demeter (method chain calls)
1047 src/com/gps/automation/DataOrganizer.java 1791 Potential violation of Law of Demeter (method chain calls)
1048 src/com/gps/automation/DataOrganizer.java 1791 There is log block not surrounded by if
1049 src/com/gps/automation/DataOrganizer.java 1791 There is log block not surrounded by if
1050 src/com/gps/automation/DataOrganizer.java 1793 Avoid using Literals in Conditional Statements
1051 src/com/gps/automation/DataOrganizer.java 1793 Potential violation of Law of Demeter (object not created locally)
1052 src/com/gps/automation/DataOrganizer.java 1793 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
1053 src/com/gps/automation/DataOrganizer.java 1795 Avoid instantiating new objects inside loops
1054 src/com/gps/automation/DataOrganizer.java 1796 Potential violation of Law of Demeter (method chain calls)
1055 src/com/gps/automation/DataOrganizer.java 1796 Potential violation of Law of Demeter (method chain calls)
1056 src/com/gps/automation/DataOrganizer.java 1796 Potential violation of Law of Demeter (method chain calls)
1057 src/com/gps/automation/DataOrganizer.java 1796 Potential violation of Law of Demeter (method chain calls)
1058 src/com/gps/automation/DataOrganizer.java 1796 Potential violation of Law of Demeter (object not created locally)
1059 src/com/gps/automation/DataOrganizer.java 1797 Potential violation of Law of Demeter (method chain calls)
1060 src/com/gps/automation/DataOrganizer.java 1797 Potential violation of Law of Demeter (method chain calls)
1061 src/com/gps/automation/DataOrganizer.java 1797 Potential violation of Law of Demeter (method chain calls)
1062 src/com/gps/automation/DataOrganizer.java 1797 Potential violation of Law of Demeter (method chain calls)
1063 src/com/gps/automation/DataOrganizer.java 1797 Potential violation of Law of Demeter (object not created locally)
1064 src/com/gps/automation/DataOrganizer.java 1798 Potential violation of Law of Demeter (object not created locally)
1065 src/com/gps/automation/DataOrganizer.java 1802 Potential violation of Law of Demeter (object not created locally)
1066 src/com/gps/automation/DataOrganizer.java 1807 Potential violation of Law of Demeter (method chain calls)
1067 src/com/gps/automation/DataOrganizer.java 1807 Potential violation of Law of Demeter (method chain calls)
1068 src/com/gps/automation/DataOrganizer.java 1807 Potential violation of Law of Demeter (method chain calls)
1069 src/com/gps/automation/DataOrganizer.java 1807 Potential violation of Law of Demeter (method chain calls)
1070 src/com/gps/automation/DataOrganizer.java 1807 Potential violation of Law of Demeter (method chain calls)
1071 src/com/gps/automation/DataOrganizer.java 1807 Potential violation of Law of Demeter (object not created locally)
1072 src/com/gps/automation/DataOrganizer.java 1809 Potential violation of Law of Demeter (method chain calls)
1073 src/com/gps/automation/DataOrganizer.java 1809 Potential violation of Law of Demeter (object not created locally)
1074 src/com/gps/automation/DataOrganizer.java 1811 Potential violation of Law of Demeter (method chain calls)
1075 src/com/gps/automation/DataOrganizer.java 1811 Potential violation of Law of Demeter (method chain calls)
1076 src/com/gps/automation/DataOrganizer.java 1811 Potential violation of Law of Demeter (method chain calls)
1077 src/com/gps/automation/DataOrganizer.java 1811 Potential violation of Law of Demeter (method chain calls)
1078 src/com/gps/automation/DataOrganizer.java 1811 Potential violation of Law of Demeter (method chain calls)
1079 src/com/gps/automation/DataOrganizer.java 1811 Potential violation of Law of Demeter (method chain calls)
1080 src/com/gps/automation/DataOrganizer.java 1811 Potential violation of Law of Demeter (object not created locally)
1081 src/com/gps/automation/DataOrganizer.java 1821 Potential violation of Law of Demeter (method chain calls)
1082 src/com/gps/automation/DataOrganizer.java 1821 Potential violation of Law of Demeter (method chain calls)
1083 src/com/gps/automation/DataOrganizer.java 1821 Potential violation of Law of Demeter (method chain calls)
1084 src/com/gps/automation/DataOrganizer.java 1821 Potential violation of Law of Demeter (method chain calls)
1085 src/com/gps/automation/DataOrganizer.java 1821 Potential violation of Law of Demeter (object not created locally)
1086 src/com/gps/automation/DataOrganizer.java 1831 Avoid instantiating new objects inside loops
1087 src/com/gps/automation/DataOrganizer.java 1832 Potential violation of Law of Demeter (method chain calls)
1088 src/com/gps/automation/DataOrganizer.java 1832 Potential violation of Law of Demeter (method chain calls)
1089 src/com/gps/automation/DataOrganizer.java 1832 Potential violation of Law of Demeter (method chain calls)
1090 src/com/gps/automation/DataOrganizer.java 1832 Potential violation of Law of Demeter (method chain calls)
1091 src/com/gps/automation/DataOrganizer.java 1832 Potential violation of Law of Demeter (object not created locally)
1092 src/com/gps/automation/DataOrganizer.java 1833 Potential violation of Law of Demeter (method chain calls)
1093 src/com/gps/automation/DataOrganizer.java 1833 Potential violation of Law of Demeter (method chain calls)
1094 src/com/gps/automation/DataOrganizer.java 1833 Potential violation of Law of Demeter (method chain calls)
1095 src/com/gps/automation/DataOrganizer.java 1833 Potential violation of Law of Demeter (method chain calls)
1096 src/com/gps/automation/DataOrganizer.java 1833 Potential violation of Law of Demeter (object not created locally)
1097 src/com/gps/automation/DataOrganizer.java 1834 Potential violation of Law of Demeter (object not created locally)
1098 src/com/gps/automation/DataOrganizer.java 1845 There is log block not surrounded by if
1099 src/com/gps/automation/DataOrganizer.java 1845 There is log block not surrounded by if
1100 src/com/gps/automation/DataOrganizer.java 1850 Potential violation of Law of Demeter (object not created locally)
1101 src/com/gps/automation/DataOrganizer.java 1850 There is log block not surrounded by if
1102 src/com/gps/automation/DataOrganizer.java 1850 There is log block not surrounded by if
1103 src/com/gps/automation/DataOrganizer.java 1851 Potential violation of Law of Demeter (object not created locally)
1104 src/com/gps/automation/DataOrganizer.java 1854 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1105 src/com/gps/automation/DataOrganizer.java 1856 Potential violation of Law of Demeter (object not created locally)
1106 src/com/gps/automation/DataOrganizer.java 1856 There is log block not surrounded by if
1107 src/com/gps/automation/DataOrganizer.java 1864 Comment is too large: Too many lines
1108 src/com/gps/automation/DataOrganizer.java 1871 Comment is too large: Line too long
1109 src/com/gps/automation/DataOrganizer.java 1872 Comment is too large: Line too long
1110 src/com/gps/automation/DataOrganizer.java 1888 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'resp_value' is not final.
1111 src/com/gps/automation/DataOrganizer.java 1888 Parameter 'resp_value' is not assigned and could be declared final
1112 src/com/gps/automation/DataOrganizer.java 1888 Parameter 'tripid' is not assigned and could be declared final
1113 src/com/gps/automation/DataOrganizer.java 1896 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
1114 src/com/gps/automation/DataOrganizer.java 1898 Potential violation of Law of Demeter (object not created locally)
1115 src/com/gps/automation/DataOrganizer.java 1903 There is log block not surrounded by if
1116 src/com/gps/automation/DataOrganizer.java 1903 There is log block not surrounded by if
1117 src/com/gps/automation/DataOrganizer.java 1905 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1118 src/com/gps/automation/DataOrganizer.java 1906 Potential violation of Law of Demeter (object not created locally)
1119 src/com/gps/automation/DataOrganizer.java 1906 There is log block not surrounded by if
1120 src/com/gps/automation/DataOrganizer.java 1912 Comment is too large: Line too long
1121 src/com/gps/automation/DataOrganizer.java 1913 Parameter 'tripid' is not assigned and could be declared final
1122 src/com/gps/automation/DataOrganizer.java 1916 Avoid variables with short names like rs
1123 src/com/gps/automation/DataOrganizer.java 1925 Potential violation of Law of Demeter (object not created locally)
1124 src/com/gps/automation/DataOrganizer.java 1925 Potential violation of Law of Demeter (object not created locally)
1125 src/com/gps/automation/DataOrganizer.java 1927 Potential violation of Law of Demeter (object not created locally)
1126 src/com/gps/automation/DataOrganizer.java 1928 There is log block not surrounded by if
1127 src/com/gps/automation/DataOrganizer.java 1928 There is log block not surrounded by if
1128 src/com/gps/automation/DataOrganizer.java 1932 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1129 src/com/gps/automation/DataOrganizer.java 1933 Potential violation of Law of Demeter (object not created locally)
1130 src/com/gps/automation/DataOrganizer.java 1933 There is log block not surrounded by if
1131 src/com/gps/automation/DataOrganizer.java 1941 A method/constructor shouldnt explicitly throw java.lang.Exception
1132 src/com/gps/automation/DataOrganizer.java 1941 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'creation_time' is not final.
1133 src/com/gps/automation/DataOrganizer.java 1941 Parameter 'creation_time' is not assigned and could be declared final
1134 src/com/gps/automation/DataOrganizer.java 1941 Parameter 'latitude' is not assigned and could be declared final
1135 src/com/gps/automation/DataOrganizer.java 1941 Parameter 'longitude' is not assigned and could be declared final
1136 src/com/gps/automation/DataOrganizer.java 1941 Parameter 'tripid' is not assigned and could be declared final
1137 src/com/gps/automation/DataOrganizer.java 1945 Local variable 'packetBean' could be declared final
1138 src/com/gps/automation/DataOrganizer.java 1949 Potential violation of Law of Demeter (object not created locally)
1139 src/com/gps/automation/DataOrganizer.java 1950 Potential violation of Law of Demeter (object not created locally)
1140 src/com/gps/automation/DataOrganizer.java 1951 Potential violation of Law of Demeter (object not created locally)
1141 src/com/gps/automation/DataOrganizer.java 1952 Potential violation of Law of Demeter (object not created locally)
1142 src/com/gps/automation/DataOrganizer.java 1954 There is log block not surrounded by if
1143 src/com/gps/automation/DataOrganizer.java 1954 There is log block not surrounded by if
1144 src/com/gps/automation/DataOrganizer.java 1957 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1145 src/com/gps/automation/DataOrganizer.java 1959 Potential violation of Law of Demeter (object not created locally)
1146 src/com/gps/automation/DataOrganizer.java 1959 There is log block not surrounded by if
1147 src/com/gps/automation/DataOrganizer.java 1959 There is log block not surrounded by if
1148 src/com/gps/automation/DataOrganizer.java 1967 Parameter 'tripid' is not assigned and could be declared final
1149 src/com/gps/automation/DataOrganizer.java 1967 publicMethodCommentRequirement Required
1150 src/com/gps/automation/DataOrganizer.java 1975 Avoid using Literals in Conditional Statements
1151 src/com/gps/automation/DataOrganizer.java 1977 There is log block not surrounded by if
1152 src/com/gps/automation/DataOrganizer.java 1977 There is log block not surrounded by if
1153 src/com/gps/automation/DataOrganizer.java 1981 There is log block not surrounded by if
1154 src/com/gps/automation/DataOrganizer.java 1981 There is log block not surrounded by if
1155 src/com/gps/automation/DataOrganizer.java 1985 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1156 src/com/gps/automation/DataOrganizer.java 1986 There is log block not surrounded by if
1157 src/com/gps/automation/DataOrganizer.java 1986 There is log block not surrounded by if
1158 src/com/gps/automation/DataOrganizer.java 1994 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'creation_time' is not final.
1159 src/com/gps/automation/DataOrganizer.java 1994 Parameter 'creation_time' is not assigned and could be declared final
1160 src/com/gps/automation/DataOrganizer.java 1994 Parameter 'latitude' is not assigned and could be declared final
1161 src/com/gps/automation/DataOrganizer.java 1994 Parameter 'longitude' is not assigned and could be declared final
1162 src/com/gps/automation/DataOrganizer.java 1994 Parameter 'tripid' is not assigned and could be declared final
1163 src/com/gps/automation/DataOrganizer.java 2000 Avoid declaring a variable if it is unreferenced before a possible exit point.
1164 src/com/gps/automation/DataOrganizer.java 2000 Avoid unused local variables such as 'sdf'.
1165 src/com/gps/automation/DataOrganizer.java 2000 Local variable 'sdf' could be declared final
1166 src/com/gps/automation/DataOrganizer.java 2000 When instantiating a SimpleDateFormat object, specify a Locale
1167 src/com/gps/automation/DataOrganizer.java 2011 Potential violation of Law of Demeter (object not created locally)
1168 src/com/gps/automation/DataOrganizer.java 2011 Potential violation of Law of Demeter (object not created locally)
1169 src/com/gps/automation/DataOrganizer.java 2015 Comment is too large: Line too long
1170 src/com/gps/automation/DataOrganizer.java 2022 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1171 src/com/gps/automation/DataOrganizer.java 2024 There is log block not surrounded by if
1172 src/com/gps/automation/DataOrganizer.java 2024 There is log block not surrounded by if
1173 src/com/gps/automation/DataOrganizer.java 2034 Comment is too large: Line too long
1174 src/com/gps/automation/DataOrganizer.java 2035 Parameter 'vehList' is not assigned and could be declared final
1175 src/com/gps/automation/DataOrganizer.java 2035 Parameter 'vehicle' is not assigned and could be declared final
1176 src/com/gps/automation/DataOrganizer.java 2035 publicMethodCommentRequirement Required
1177 src/com/gps/automation/DataOrganizer.java 2043 Local variable 'listiter' could be declared final
1178 src/com/gps/automation/DataOrganizer.java 2046 Local variable 'vehid' could be declared final
1179 src/com/gps/automation/DataOrganizer.java 2048 Local variable 'vehicleiter' could be declared final
1180 src/com/gps/automation/DataOrganizer.java 2050 Local variable 'vehbean' could be declared final
1181 src/com/gps/automation/DataOrganizer.java 2052 Potential violation of Law of Demeter (object not created locally)
1182 src/com/gps/automation/DataOrganizer.java 2052 Potential violation of Law of Demeter (object not created locally)
1183 src/com/gps/automation/DataOrganizer.java 2052 Potential violation of Law of Demeter (object not created locally)
1184 src/com/gps/automation/DataOrganizer.java 2060 There is log block not surrounded by if
1185 src/com/gps/automation/DataOrganizer.java 2060 There is log block not surrounded by if
1186 src/com/gps/automation/DataOrganizer.java 2061 Avoid instantiating new objects inside loops
1187 src/com/gps/automation/DataOrganizer.java 2063 Local variable 'vehDetails' could be declared final
1188 src/com/gps/automation/DataOrganizer.java 2063 Potential violation of Law of Demeter (object not created locally)
1189 src/com/gps/automation/DataOrganizer.java 2064 Potential violation of Law of Demeter (object not created locally)
1190 src/com/gps/automation/DataOrganizer.java 2066 Potential violation of Law of Demeter (object not created locally)
1191 src/com/gps/automation/DataOrganizer.java 2066 Potential violation of Law of Demeter (object not created locally)
1192 src/com/gps/automation/DataOrganizer.java 2067 Potential violation of Law of Demeter (method chain calls)
1193 src/com/gps/automation/DataOrganizer.java 2067 Potential violation of Law of Demeter (method chain calls)
1194 src/com/gps/automation/DataOrganizer.java 2067 Potential violation of Law of Demeter (object not created locally)
1195 src/com/gps/automation/DataOrganizer.java 2067 Potential violation of Law of Demeter (object not created locally)
1196 src/com/gps/automation/DataOrganizer.java 2068 Potential violation of Law of Demeter (object not created locally)
1197 src/com/gps/automation/DataOrganizer.java 2068 Potential violation of Law of Demeter (object not created locally)
1198 src/com/gps/automation/DataOrganizer.java 2069 Potential violation of Law of Demeter (method chain calls)
1199 src/com/gps/automation/DataOrganizer.java 2069 Potential violation of Law of Demeter (method chain calls)
1200 src/com/gps/automation/DataOrganizer.java 2069 Potential violation of Law of Demeter (object not created locally)
1201 src/com/gps/automation/DataOrganizer.java 2069 Potential violation of Law of Demeter (object not created locally)
1202 src/com/gps/automation/DataOrganizer.java 2070 Potential violation of Law of Demeter (object not created locally)
1203 src/com/gps/automation/DataOrganizer.java 2070 Potential violation of Law of Demeter (object not created locally)
1204 src/com/gps/automation/DataOrganizer.java 2071 Potential violation of Law of Demeter (object not created locally)
1205 src/com/gps/automation/DataOrganizer.java 2071 Potential violation of Law of Demeter (object not created locally)
1206 src/com/gps/automation/DataOrganizer.java 2072 Potential violation of Law of Demeter (object not created locally)
1207 src/com/gps/automation/DataOrganizer.java 2073 Potential violation of Law of Demeter (object not created locally)
1208 src/com/gps/automation/DataOrganizer.java 2074 Potential violation of Law of Demeter (object not created locally)
1209 src/com/gps/automation/DataOrganizer.java 2075 Potential violation of Law of Demeter (object not created locally)
1210 src/com/gps/automation/DataOrganizer.java 2076 Potential violation of Law of Demeter (object not created locally)
1211 src/com/gps/automation/DataOrganizer.java 2082 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1212 src/com/gps/automation/DataOrganizer.java 2083 There is log block not surrounded by if
1213 src/com/gps/automation/DataOrganizer.java 2090 Parameter 'tankCapacity' is not assigned and could be declared final
1214 src/com/gps/automation/DataOrganizer.java 2090 Parameter 'vehicleId' is not assigned and could be declared final
1215 src/com/gps/automation/DataOrganizer.java 2098 Potential violation of Law of Demeter (object not created locally)
1216 src/com/gps/automation/DataOrganizer.java 2102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1217 src/com/gps/automation/DataOrganizer.java 2103 There is log block not surrounded by if
1218 src/com/gps/automation/FuelDataHelp.java 8 Avoid unused imports such as 'java.util.List'
1219 src/com/gps/automation/FuelDataHelp.java 12 Avoid unused imports such as 'com.gps.dto.DeviceTripDTO'
1220 src/com/gps/automation/FuelDataHelp.java 14 Avoid unused imports such as 'com.gps.helper.FuelAlertManager'
1221 src/com/gps/automation/FuelDataHelp.java 17 headerCommentRequirement Required
1222 src/com/gps/automation/FuelDataHelp.java 18 Use explicit scoping instead of the default package private level
1223 src/com/gps/automation/FuelDataHelp.java 18 fieldCommentRequirement Required
1224 src/com/gps/automation/FuelDataHelp.java 19 fieldCommentRequirement Required
1225 src/com/gps/automation/FuelDataHelp.java 20 The Logger variable declaration does not contain the static and final modifiers
1226 src/com/gps/automation/FuelDataHelp.java 20 Use explicit scoping instead of the default package private level
1227 src/com/gps/automation/FuelDataHelp.java 20 fieldCommentRequirement Required
1228 src/com/gps/automation/FuelDataHelp.java 23 Parameter 'vehicleid' is not assigned and could be declared final
1229 src/com/gps/automation/FuelDataHelp.java 25 Ensure that resources like this ResultSet object are closed after use
1230 src/com/gps/automation/FuelDataHelp.java 26 Found 'DD'-anomaly for variable 'isPresent' (lines '26'-'37').
1231 src/com/gps/automation/FuelDataHelp.java 27 Found 'DD'-anomaly for variable 'query' (lines '27'-'31').
1232 src/com/gps/automation/FuelDataHelp.java 34 Potential violation of Law of Demeter (object not created locally)
1233 src/com/gps/automation/FuelDataHelp.java 36 There is log block not surrounded by if
1234 src/com/gps/automation/FuelDataHelp.java 36 There is log block not surrounded by if
1235 src/com/gps/automation/FuelDataHelp.java 41 There is log block not surrounded by if
1236 src/com/gps/automation/FuelDataHelp.java 41 There is log block not surrounded by if
1237 src/com/gps/automation/FuelDataHelp.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1238 src/com/gps/automation/FuelDataHelp.java 47 There is log block not surrounded by if
1239 src/com/gps/automation/FuelDataHelp.java 47 There is log block not surrounded by if
1240 src/com/gps/automation/FuelDataHelp.java 48 Avoid printStackTrace(); use a logger call instead.
1241 src/com/gps/automation/FuelDataHelp.java 48 Potential violation of Law of Demeter (object not created locally)
1242 src/com/gps/automation/FuelDataHelp.java 57 Avoid unused method parameters such as 'fuelinfo'.
1243 src/com/gps/automation/FuelDataHelp.java 57 Avoid unused private methods such as 'getDataSize(ResultSet)'.
1244 src/com/gps/automation/FuelDataHelp.java 57 Parameter 'fuelinfo' is not assigned and could be declared final
1245 src/com/gps/automation/FuelDataHelp.java 62 Parameter 'query' is not assigned and could be declared final
1246 src/com/gps/automation/FuelDataHelp.java 62 publicMethodCommentRequirement Required
1247 src/com/gps/automation/FuelDataHelp.java 64 Ensure that resources like this Statement object are closed after use
1248 src/com/gps/automation/FuelDataHelp.java 65 Avoid variables with short names like rs
1249 src/com/gps/automation/FuelDataHelp.java 65 Found 'DD'-anomaly for variable 'rs' (lines '65'-'72').
1250 src/com/gps/automation/FuelDataHelp.java 72 Potential violation of Law of Demeter (object not created locally)
1251 src/com/gps/automation/FuelDataHelp.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1252 src/com/gps/automation/FuelDataHelp.java 76 Avoid printStackTrace(); use a logger call instead.
1253 src/com/gps/automation/FuelDataHelp.java 76 Potential violation of Law of Demeter (object not created locally)
1254 src/com/gps/automation/FuelDataHelp.java 81 Avoid unused method parameters such as 'creationtime'.
1255 src/com/gps/automation/FuelDataHelp.java 81 Avoid unused method parameters such as 'fuelcontent'.
1256 src/com/gps/automation/FuelDataHelp.java 81 Avoid unused method parameters such as 'lattitude'.
1257 src/com/gps/automation/FuelDataHelp.java 81 Avoid unused method parameters such as 'longitude'.
1258 src/com/gps/automation/FuelDataHelp.java 81 Avoid unused method parameters such as 'vehicleid'.
1259 src/com/gps/automation/FuelDataHelp.java 81 Avoid unused private methods such as 'createTable(int,Date,double,double,float)'.
1260 src/com/gps/automation/FuelDataHelp.java 81 Parameter 'creationtime' is not assigned and could be declared final
1261 src/com/gps/automation/FuelDataHelp.java 81 Parameter 'fuelcontent' is not assigned and could be declared final
1262 src/com/gps/automation/FuelDataHelp.java 81 Parameter 'lattitude' is not assigned and could be declared final
1263 src/com/gps/automation/FuelDataHelp.java 81 Parameter 'longitude' is not assigned and could be declared final
1264 src/com/gps/automation/FuelDataHelp.java 81 Parameter 'vehicleid' is not assigned and could be declared final
1265 src/com/gps/automation/FuelDataHelp.java 87 Potential violation of Law of Demeter (method chain calls)
1266 src/com/gps/automation/FuelDataHelp.java 88 Potential violation of Law of Demeter (method chain calls)
1267 src/com/gps/automation/FuelDataHelp.java 91 There is log block not surrounded by if
1268 src/com/gps/automation/FuelDataHelp.java 91 There is log block not surrounded by if
1269 src/com/gps/automation/FuelDataHelp.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1270 src/com/gps/automation/FuelDataHelp.java 95 There is log block not surrounded by if
1271 src/com/gps/automation/FuelDataHelp.java 95 There is log block not surrounded by if
1272 src/com/gps/automation/FuelDataHelp.java 96 Avoid printStackTrace(); use a logger call instead.
1273 src/com/gps/automation/FuelDataHelp.java 96 Potential violation of Law of Demeter (object not created locally)
1274 src/com/gps/automation/FuelDataHelp.java 109 Avoid using if statements without curly braces
1275 src/com/gps/automation/FuelDataHelp.java 114 Avoid printStackTrace(); use a logger call instead.
1276 src/com/gps/automation/FuelDataHelp.java 121 Avoid unused local variables such as 'count'.
1277 src/com/gps/automation/FuelDataHelp.java 121 Found 'DU'-anomaly for variable 'count' (lines '121'-'137').
1278 src/com/gps/automation/FuelDataHelp.java 121 Local variable 'count' could be declared final
1279 src/com/gps/automation/FuelDataHelp.java 123 Avoid empty try blocks
1280 src/com/gps/automation/FuelDataHelp.java 124 Comment is too large: Too many lines
1281 src/com/gps/automation/FuelDataHelp.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1282 src/com/gps/automation/FuelDataHelp.java 135 Avoid printStackTrace(); use a logger call instead.
1283 src/com/gps/automation/FuelDataHelp.java 140 Comment is too large: Too many lines
1284 src/com/gps/automation/FuelDataHelp.java 149 Comment is too large: Line too long
1285 src/com/gps/automation/JSONConverter.java 3 Avoid unused imports such as 'java.io.File'
1286 src/com/gps/automation/JSONConverter.java 9 headerCommentRequirement Required
1287 src/com/gps/automation/JSONConverter.java 11 Found non-transient, non-static member. Please mark as transient or provide accessors.
1288 src/com/gps/automation/JSONConverter.java 11 fieldCommentRequirement Required
1289 src/com/gps/automation/JSONConverter.java 12 The Logger variable declaration does not contain the static and final modifiers
1290 src/com/gps/automation/JSONConverter.java 12 fieldCommentRequirement Required
1291 src/com/gps/automation/JSONConverter.java 16 Parameter 'data' is not assigned and could be declared final
1292 src/com/gps/automation/JSONConverter.java 19 There is log block not surrounded by if
1293 src/com/gps/automation/JSONConverter.java 19 There is log block not surrounded by if
1294 src/com/gps/automation/JSONConverter.java 23 There is log block not surrounded by if
1295 src/com/gps/automation/JSONConverter.java 23 There is log block not surrounded by if
1296 src/com/gps/automation/JSONConverter.java 25 Potential violation of Law of Demeter (object not created locally)
1297 src/com/gps/automation/JSONConverter.java 26 There is log block not surrounded by if
1298 src/com/gps/automation/JSONConverter.java 26 There is log block not surrounded by if
1299 src/com/gps/automation/JSONConverter.java 28 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1300 src/com/gps/automation/JSONConverter.java 30 Avoid printStackTrace(); use a logger call instead.
1301 src/com/gps/automation/JSONConverter.java 30 Potential violation of Law of Demeter (object not created locally)
1302 src/com/gps/automation/JSONConverter.java 35 Parameter 'data' is not assigned and could be declared final
1303 src/com/gps/automation/JSONConverter.java 35 publicMethodCommentRequirement Required
1304 src/com/gps/automation/JSONConverter.java 38 There is log block not surrounded by if
1305 src/com/gps/automation/JSONConverter.java 38 There is log block not surrounded by if
1306 src/com/gps/automation/JSONConverter.java 42 There is log block not surrounded by if
1307 src/com/gps/automation/JSONConverter.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
1308 src/com/gps/automation/JSONConverter.java 44 Potential violation of Law of Demeter (object not created locally)
1309 src/com/gps/automation/JSONConverter.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1310 src/com/gps/automation/JSONConverter.java 49 Avoid printStackTrace(); use a logger call instead.
1311 src/com/gps/automation/JSONConverter.java 49 Potential violation of Law of Demeter (object not created locally)
1312 src/com/gps/automation/JSONConverter.java 54 Document empty method
1313 src/com/gps/automation/JSONConverter.java 54 Parameter 'args' is not assigned and could be declared final
1314 src/com/gps/automation/JSONConverter.java 54 publicMethodCommentRequirement Required
1315 src/com/gps/dao/DailyTripRepDAO.java 23 headerCommentRequirement Required
1316 src/com/gps/dao/DailyTripRepDAO.java 24 Found non-transient, non-static member. Please mark as transient or provide accessors.
1317 src/com/gps/dao/DailyTripRepDAO.java 24 Use explicit scoping instead of the default package private level
1318 src/com/gps/dao/DailyTripRepDAO.java 24 fieldCommentRequirement Required
1319 src/com/gps/dao/DailyTripRepDAO.java 25 The Logger variable declaration does not contain the static and final modifiers
1320 src/com/gps/dao/DailyTripRepDAO.java 25 fieldCommentRequirement Required
1321 src/com/gps/dao/DailyTripRepDAO.java 28 Parameter 'condition' is not assigned and could be declared final
1322 src/com/gps/dao/DailyTripRepDAO.java 28 Parameter 'endDate' is not assigned and could be declared final
1323 src/com/gps/dao/DailyTripRepDAO.java 28 Parameter 'session' is not assigned and could be declared final
1324 src/com/gps/dao/DailyTripRepDAO.java 28 Parameter 'startDate' is not assigned and could be declared final
1325 src/com/gps/dao/DailyTripRepDAO.java 28 Parameter 'tripDetails' is not assigned and could be declared final
1326 src/com/gps/dao/DailyTripRepDAO.java 28 Rather than using a lot of String arguments, consider using a container object for those values.
1327 src/com/gps/dao/DailyTripRepDAO.java 30 Local variable 'cal' could be declared final
1328 src/com/gps/dao/DailyTripRepDAO.java 31 Local variable 'calEnd' could be declared final
1329 src/com/gps/dao/DailyTripRepDAO.java 33 Found 'DD'-anomaly for variable 'start' (lines '33'-'53').
1330 src/com/gps/dao/DailyTripRepDAO.java 34 Found 'DD'-anomaly for variable 'end' (lines '34'-'54').
1331 src/com/gps/dao/DailyTripRepDAO.java 35 Found 'DD'-anomaly for variable 'tpList' (lines '35'-'81').
1332 src/com/gps/dao/DailyTripRepDAO.java 36 Found 'DD'-anomaly for variable 'whrQuery' (lines '36'-'58').
1333 src/com/gps/dao/DailyTripRepDAO.java 37 Local variable 'tripProcessDAO' could be declared final
1334 src/com/gps/dao/DailyTripRepDAO.java 38 Local variable 'sort' could be declared final
1335 src/com/gps/dao/DailyTripRepDAO.java 39 Local variable 'formatter' could be declared final
1336 src/com/gps/dao/DailyTripRepDAO.java 39 When instantiating a SimpleDateFormat object, specify a Locale
1337 src/com/gps/dao/DailyTripRepDAO.java 40 Avoid unused local variables such as 'filter'.
1338 src/com/gps/dao/DailyTripRepDAO.java 40 Found 'DD'-anomaly for variable 'filter' (lines '40'-'68').
1339 src/com/gps/dao/DailyTripRepDAO.java 40 Found 'DD'-anomaly for variable 'filter' (lines '40'-'70').
1340 src/com/gps/dao/DailyTripRepDAO.java 40 Found 'DU'-anomaly for variable 'filter' (lines '40'-'99').
1341 src/com/gps/dao/DailyTripRepDAO.java 44 Potential violation of Law of Demeter (method chain calls)
1342 src/com/gps/dao/DailyTripRepDAO.java 45 System.out.print is used
1343 src/com/gps/dao/DailyTripRepDAO.java 46 Potential violation of Law of Demeter (object not created locally)
1344 src/com/gps/dao/DailyTripRepDAO.java 46 Potential violation of Law of Demeter (object not created locally)
1345 src/com/gps/dao/DailyTripRepDAO.java 47 Potential violation of Law of Demeter (object not created locally)
1346 src/com/gps/dao/DailyTripRepDAO.java 47 Potential violation of Law of Demeter (object not created locally)
1347 src/com/gps/dao/DailyTripRepDAO.java 53 Potential violation of Law of Demeter (object not created locally)
1348 src/com/gps/dao/DailyTripRepDAO.java 53 Potential violation of Law of Demeter (object not created locally)
1349 src/com/gps/dao/DailyTripRepDAO.java 54 Potential violation of Law of Demeter (object not created locally)
1350 src/com/gps/dao/DailyTripRepDAO.java 54 Potential violation of Law of Demeter (object not created locally)
1351 src/com/gps/dao/DailyTripRepDAO.java 56 There is log block not surrounded by if
1352 src/com/gps/dao/DailyTripRepDAO.java 56 There is log block not surrounded by if
1353 src/com/gps/dao/DailyTripRepDAO.java 58 Potential violation of Law of Demeter (object not created locally)
1354 src/com/gps/dao/DailyTripRepDAO.java 60 Found 'DD'-anomaly for variable 'qry' (lines '60'-'75').
1355 src/com/gps/dao/DailyTripRepDAO.java 67 Position literals first in String comparisons
1356 src/com/gps/dao/DailyTripRepDAO.java 68 Found 'DU'-anomaly for variable 'filter' (lines '68'-'99').
1357 src/com/gps/dao/DailyTripRepDAO.java 69 Position literals first in String comparisons
1358 src/com/gps/dao/DailyTripRepDAO.java 70 Found 'DU'-anomaly for variable 'filter' (lines '70'-'99').
1359 src/com/gps/dao/DailyTripRepDAO.java 73 Local variable 'sess' could be declared final
1360 src/com/gps/dao/DailyTripRepDAO.java 75 Potential violation of Law of Demeter (method chain calls)
1361 src/com/gps/dao/DailyTripRepDAO.java 75 Potential violation of Law of Demeter (object not created locally)
1362 src/com/gps/dao/DailyTripRepDAO.java 77 System.out.print is used
1363 src/com/gps/dao/DailyTripRepDAO.java 81 Potential violation of Law of Demeter (object not created locally)
1364 src/com/gps/dao/DailyTripRepDAO.java 84 Potential violation of Law of Demeter (object not created locally)
1365 src/com/gps/dao/DailyTripRepDAO.java 84 There is log block not surrounded by if
1366 src/com/gps/dao/DailyTripRepDAO.java 84 There is log block not surrounded by if
1367 src/com/gps/dao/DailyTripRepDAO.java 86 Avoid using Literals in Conditional Statements
1368 src/com/gps/dao/DailyTripRepDAO.java 86 Potential violation of Law of Demeter (object not created locally)
1369 src/com/gps/dao/DailyTripRepDAO.java 86 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
1370 src/com/gps/dao/DailyTripRepDAO.java 87 Potential violation of Law of Demeter (method chain calls)
1371 src/com/gps/dao/DailyTripRepDAO.java 87 Potential violation of Law of Demeter (method chain calls)
1372 src/com/gps/dao/DailyTripRepDAO.java 87 Potential violation of Law of Demeter (object not created locally)
1373 src/com/gps/dao/DailyTripRepDAO.java 87 There is log block not surrounded by if
1374 src/com/gps/dao/DailyTripRepDAO.java 87 There is log block not surrounded by if
1375 src/com/gps/dao/DailyTripRepDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1376 src/com/gps/dao/DailyTripRepDAO.java 95 Avoid printStackTrace(); use a logger call instead.
1377 src/com/gps/dao/DailyTripRepDAO.java 95 Potential violation of Law of Demeter (object not created locally)
1378 src/com/gps/dao/DailyTripRepDAO.java 102 Found 'UR'-anomaly for variable 'paramsVO' (lines '102'-'128').
1379 src/com/gps/dao/DailyTripRepDAO.java 102 Parameter 'FromDate' is not assigned and could be declared final
1380 src/com/gps/dao/DailyTripRepDAO.java 102 Parameter 'ToDate' is not assigned and could be declared final
1381 src/com/gps/dao/DailyTripRepDAO.java 102 Parameter 'VehId' is not assigned and could be declared final
1382 src/com/gps/dao/DailyTripRepDAO.java 102 Variables should start with a lowercase character, 'FromDate' starts with uppercase character.
1383 src/com/gps/dao/DailyTripRepDAO.java 102 Variables should start with a lowercase character, 'ToDate' starts with uppercase character.
1384 src/com/gps/dao/DailyTripRepDAO.java 102 Variables should start with a lowercase character, 'VehId' starts with uppercase character.
1385 src/com/gps/dao/DailyTripRepDAO.java 102 publicMethodCommentRequirement Required
1386 src/com/gps/dao/DailyTripRepDAO.java 104 Avoid unused local variables such as 'firsttripid'.
1387 src/com/gps/dao/DailyTripRepDAO.java 105 Avoid unused local variables such as 'secondtripid'.
1388 src/com/gps/dao/DailyTripRepDAO.java 109 Local variable 'tripProcessDAO' could be declared final
1389 src/com/gps/dao/DailyTripRepDAO.java 110 Local variable 'paramList' could be declared final
1390 src/com/gps/dao/DailyTripRepDAO.java 111 Found 'DD'-anomaly for variable 'whrQuery' (lines '111'-'117').
1391 src/com/gps/dao/DailyTripRepDAO.java 117 Potential violation of Law of Demeter (object not created locally)
1392 src/com/gps/dao/DailyTripRepDAO.java 120 Comment is too large: Line too long
1393 src/com/gps/dao/DailyTripRepDAO.java 121 Local variable 'query' could be declared final
1394 src/com/gps/dao/DailyTripRepDAO.java 121 Potential violation of Law of Demeter (method chain calls)
1395 src/com/gps/dao/DailyTripRepDAO.java 121 Potential violation of Law of Demeter (object not created locally)
1396 src/com/gps/dao/DailyTripRepDAO.java 123 There is log block not surrounded by if
1397 src/com/gps/dao/DailyTripRepDAO.java 123 There is log block not surrounded by if
1398 src/com/gps/dao/DailyTripRepDAO.java 124 Local variable 'params' could be declared final
1399 src/com/gps/dao/DailyTripRepDAO.java 124 Potential violation of Law of Demeter (object not created locally)
1400 src/com/gps/dao/DailyTripRepDAO.java 127 Local variable 'paramsVO' could be declared final
1401 src/com/gps/dao/DailyTripRepDAO.java 128 Avoid instantiating new objects inside loops
1402 src/com/gps/dao/DailyTripRepDAO.java 128 Local variable 'paramVO' could be declared final
1403 src/com/gps/dao/DailyTripRepDAO.java 128 Potential violation of Law of Demeter (method chain calls)
1404 src/com/gps/dao/DailyTripRepDAO.java 128 Potential violation of Law of Demeter (object not created locally)
1405 src/com/gps/dao/DailyTripRepDAO.java 128 Potential violation of Law of Demeter (object not created locally)
1406 src/com/gps/dao/DailyTripRepDAO.java 129 Potential violation of Law of Demeter (object not created locally)
1407 src/com/gps/dao/DailyTripRepDAO.java 132 Local variable 'itr' could be declared final
1408 src/com/gps/dao/DailyTripRepDAO.java 132 Potential violation of Law of Demeter (object not created locally)
1409 src/com/gps/dao/DailyTripRepDAO.java 136 Local variable 'firstParam' could be declared final
1410 src/com/gps/dao/DailyTripRepDAO.java 138 Found 'DD'-anomaly for variable 'firsttripdate' (lines '138'-'138').
1411 src/com/gps/dao/DailyTripRepDAO.java 138 Found 'DU'-anomaly for variable 'firsttripdate' (lines '138'-'160').
1412 src/com/gps/dao/DailyTripRepDAO.java 138 Potential violation of Law of Demeter (object not created locally)
1413 src/com/gps/dao/DailyTripRepDAO.java 139 Found 'DD'-anomaly for variable 'firsttripid' (lines '139'-'139').
1414 src/com/gps/dao/DailyTripRepDAO.java 139 Found 'DU'-anomaly for variable 'firsttripid' (lines '139'-'160').
1415 src/com/gps/dao/DailyTripRepDAO.java 139 Potential violation of Law of Demeter (object not created locally)
1416 src/com/gps/dao/DailyTripRepDAO.java 142 Local variable 'secondParam' could be declared final
1417 src/com/gps/dao/DailyTripRepDAO.java 144 Potential violation of Law of Demeter (object not created locally)
1418 src/com/gps/dao/DailyTripRepDAO.java 145 Found 'DD'-anomaly for variable 'secondtripid' (lines '145'-'145').
1419 src/com/gps/dao/DailyTripRepDAO.java 145 Found 'DU'-anomaly for variable 'secondtripid' (lines '145'-'160').
1420 src/com/gps/dao/DailyTripRepDAO.java 145 Potential violation of Law of Demeter (object not created locally)
1421 src/com/gps/dao/DailyTripRepDAO.java 147 There is log block not surrounded by if
1422 src/com/gps/dao/DailyTripRepDAO.java 147 There is log block not surrounded by if
1423 src/com/gps/dao/DailyTripRepDAO.java 151 There is log block not surrounded by if
1424 src/com/gps/dao/DailyTripRepDAO.java 151 There is log block not surrounded by if
1425 src/com/gps/dao/DailyTripRepDAO.java 154 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1426 src/com/gps/dao/DailyTripRepDAO.java 156 Avoid printStackTrace(); use a logger call instead.
1427 src/com/gps/dao/DailyTripRepDAO.java 156 Potential violation of Law of Demeter (object not created locally)
1428 src/com/gps/dao/DailyTripRepDAO.java 162 Parameter 'fromDate' is not assigned and could be declared final
1429 src/com/gps/dao/DailyTripRepDAO.java 162 Parameter 'toDate' is not assigned and could be declared final
1430 src/com/gps/dao/DailyTripRepDAO.java 162 publicMethodCommentRequirement Required
1431 src/com/gps/dao/DailyTripRepDAO.java 164 Found 'DD'-anomaly for variable 'minutes' (lines '164'-'176').
1432 src/com/gps/dao/DailyTripRepDAO.java 165 Local variable 'sessionTimeStart' could be declared final
1433 src/com/gps/dao/DailyTripRepDAO.java 166 Avoid excessively long variable names like sessionTimerEndOrCurrent
1434 src/com/gps/dao/DailyTripRepDAO.java 166 Local variable 'sessionTimerEndOrCurrent' could be declared final
1435 src/com/gps/dao/DailyTripRepDAO.java 167 Local variable 'format' could be declared final
1436 src/com/gps/dao/DailyTripRepDAO.java 167 When instantiating a SimpleDateFormat object, specify a Locale
1437 src/com/gps/dao/DailyTripRepDAO.java 168 Avoid variables with short names like dt
1438 src/com/gps/dao/DailyTripRepDAO.java 168 Local variable 'dt' could be declared final
1439 src/com/gps/dao/DailyTripRepDAO.java 169 Avoid variables with short names like d1
1440 src/com/gps/dao/DailyTripRepDAO.java 169 Found 'DD'-anomaly for variable 'd1' (lines '169'-'172').
1441 src/com/gps/dao/DailyTripRepDAO.java 170 Avoid variables with short names like d0
1442 src/com/gps/dao/DailyTripRepDAO.java 170 Found 'DD'-anomaly for variable 'd0' (lines '170'-'173').
1443 src/com/gps/dao/DailyTripRepDAO.java 172 Potential violation of Law of Demeter (object not created locally)
1444 src/com/gps/dao/DailyTripRepDAO.java 173 Potential violation of Law of Demeter (object not created locally)
1445 src/com/gps/dao/DailyTripRepDAO.java 175 Local variable 'seconds' could be declared final
1446 src/com/gps/dao/DailyTripRepDAO.java 175 Potential violation of Law of Demeter (object not created locally)
1447 src/com/gps/dao/DailyTripRepDAO.java 175 Potential violation of Law of Demeter (object not created locally)
1448 src/com/gps/dao/DailyTripRepDAO.java 175 Potential violation of Law of Demeter (object not created locally)
1449 src/com/gps/dao/DailyTripRepDAO.java 176 Found 'DD'-anomaly for variable 'minutes' (lines '176'-'177').
1450 src/com/gps/dao/DailyTripRepDAO.java 177 Potential violation of Law of Demeter (object not created locally)
1451 src/com/gps/dao/DailyTripRepDAO.java 178 System.out.print is used
1452 src/com/gps/dao/DailyTripRepDAO.java 181 Avoid printStackTrace(); use a logger call instead.
1453 src/com/gps/dao/DailyTripRepDAO.java 181 Potential violation of Law of Demeter (object not created locally)
1454 src/com/gps/dao/DailyTripRepDAO.java 186 Parameter 'args' is not assigned and could be declared final
1455 src/com/gps/dao/DailyTripRepDAO.java 186 publicMethodCommentRequirement Required
1456 src/com/gps/dao/DailyTripRepDAO.java 187 Local variable 'rep' could be declared final
1457 src/com/gps/dao/FenceSequencing.java 16 The class 'FenceSequencing' has a Cyclomatic Complexity of 13 (Highest = 16).
1458 src/com/gps/dao/FenceSequencing.java 16 headerCommentRequirement Required
1459 src/com/gps/dao/FenceSequencing.java 18 The Logger variable declaration does not contain the static and final modifiers
1460 src/com/gps/dao/FenceSequencing.java 18 fieldCommentRequirement Required
1461 src/com/gps/dao/FenceSequencing.java 19 Use explicit scoping instead of the default package private level
1462 src/com/gps/dao/FenceSequencing.java 19 fieldCommentRequirement Required
1463 src/com/gps/dao/FenceSequencing.java 21 Avoid really long methods.
1464 src/com/gps/dao/FenceSequencing.java 21 Found 'UR'-anomaly for variable 'geofence' (lines '21'-'71').
1465 src/com/gps/dao/FenceSequencing.java 21 Parameter 'order' is not assigned and could be declared final
1466 src/com/gps/dao/FenceSequencing.java 21 Parameter 'organizationId' is not assigned and could be declared final
1467 src/com/gps/dao/FenceSequencing.java 21 Parameter 'tripids' is not assigned and could be declared final
1468 src/com/gps/dao/FenceSequencing.java 21 The method 'addSequences' has a Cyclomatic Complexity of 16.
1469 src/com/gps/dao/FenceSequencing.java 21 The method addSequences() has an NPath complexity of 2041
1470 src/com/gps/dao/FenceSequencing.java 21 publicMethodCommentRequirement Required
1471 src/com/gps/dao/FenceSequencing.java 22 Found 'DD'-anomaly for variable 'sess' (lines '22'-'29').
1472 src/com/gps/dao/FenceSequencing.java 23 Local variable 'dao' could be declared final
1473 src/com/gps/dao/FenceSequencing.java 24 Local variable 'formatter' could be declared final
1474 src/com/gps/dao/FenceSequencing.java 24 When instantiating a SimpleDateFormat object, specify a Locale
1475 src/com/gps/dao/FenceSequencing.java 25 Avoid variables with short names like tx
1476 src/com/gps/dao/FenceSequencing.java 25 Found 'DD'-anomaly for variable 'tx' (lines '25'-'30').
1477 src/com/gps/dao/FenceSequencing.java 29 Potential violation of Law of Demeter (object not created locally)
1478 src/com/gps/dao/FenceSequencing.java 30 Potential violation of Law of Demeter (object not created locally)
1479 src/com/gps/dao/FenceSequencing.java 31 Found 'DD'-anomaly for variable 'mySql' (lines '31'-'35').
1480 src/com/gps/dao/FenceSequencing.java 32 Found 'DD'-anomaly for variable 'select' (lines '32'-'42').
1481 src/com/gps/dao/FenceSequencing.java 34 Avoid using Literals in Conditional Statements
1482 src/com/gps/dao/FenceSequencing.java 35 Avoid using if...else statements without curly braces
1483 src/com/gps/dao/FenceSequencing.java 35 Potential violation of Law of Demeter (object not created locally)
1484 src/com/gps/dao/FenceSequencing.java 35 The String literal ") and g.tripDetails.tripid in (select tripid from TripDetails t where t.organization.organizationId=" appears 4 times in this file; the first occurrence is on line 35
1485 src/com/gps/dao/FenceSequencing.java 37 Avoid using if...else statements without curly braces
1486 src/com/gps/dao/FenceSequencing.java 37 Potential violation of Law of Demeter (object not created locally)
1487 src/com/gps/dao/FenceSequencing.java 39 Avoid using if statements without curly braces
1488 src/com/gps/dao/FenceSequencing.java 40 Potential violation of Law of Demeter (object not created locally)
1489 src/com/gps/dao/FenceSequencing.java 40 There is log block not surrounded by if
1490 src/com/gps/dao/FenceSequencing.java 40 There is log block not surrounded by if
1491 src/com/gps/dao/FenceSequencing.java 42 Potential violation of Law of Demeter (object not created locally)
1492 src/com/gps/dao/FenceSequencing.java 43 There is log block not surrounded by if
1493 src/com/gps/dao/FenceSequencing.java 43 There is log block not surrounded by if
1494 src/com/gps/dao/FenceSequencing.java 45 Local variable 'lstIds' could be declared final
1495 src/com/gps/dao/FenceSequencing.java 46 Local variable 'lstAM' could be declared final
1496 src/com/gps/dao/FenceSequencing.java 47 Local variable 'lstPM' could be declared final
1497 src/com/gps/dao/FenceSequencing.java 49 Found 'DD'-anomaly for variable 'condition' (lines '49'-'70').
1498 src/com/gps/dao/FenceSequencing.java 52 Local variable 'tripid' could be declared final
1499 src/com/gps/dao/FenceSequencing.java 52 Potential violation of Law of Demeter (object not created locally)
1500 src/com/gps/dao/FenceSequencing.java 54 There is log block not surrounded by if
1501 src/com/gps/dao/FenceSequencing.java 54 There is log block not surrounded by if
1502 src/com/gps/dao/FenceSequencing.java 56 Potential violation of Law of Demeter (object not created locally)
1503 src/com/gps/dao/FenceSequencing.java 57 Potential violation of Law of Demeter (object not created locally)
1504 src/com/gps/dao/FenceSequencing.java 58 Potential violation of Law of Demeter (object not created locally)
1505 src/com/gps/dao/FenceSequencing.java 60 Avoid using Literals in Conditional Statements
1506 src/com/gps/dao/FenceSequencing.java 61 Avoid using if...else statements without curly braces
1507 src/com/gps/dao/FenceSequencing.java 61 Potential violation of Law of Demeter (object not created locally)
1508 src/com/gps/dao/FenceSequencing.java 63 Avoid using if...else statements without curly braces
1509 src/com/gps/dao/FenceSequencing.java 63 Potential violation of Law of Demeter (object not created locally)
1510 src/com/gps/dao/FenceSequencing.java 65 Local variable 'fenceRS' could be declared final
1511 src/com/gps/dao/FenceSequencing.java 65 Potential violation of Law of Demeter (object not created locally)
1512 src/com/gps/dao/FenceSequencing.java 66 Found 'DD'-anomaly for variable 'fenceId' (lines '66'-'71').
1513 src/com/gps/dao/FenceSequencing.java 67 Found 'DD'-anomaly for variable 'sqAM' (lines '67'-'103').
1514 src/com/gps/dao/FenceSequencing.java 67 Found 'DU'-anomaly for variable 'sqAM' (lines '67'-'161').
1515 src/com/gps/dao/FenceSequencing.java 68 Local variable 'geofence' could be declared final
1516 src/com/gps/dao/FenceSequencing.java 70 Found 'DD'-anomaly for variable 'condition' (lines '70'-'109').
1517 src/com/gps/dao/FenceSequencing.java 70 Found 'DD'-anomaly for variable 'condition' (lines '70'-'116').
1518 src/com/gps/dao/FenceSequencing.java 70 Found 'DD'-anomaly for variable 'condition' (lines '70'-'70').
1519 src/com/gps/dao/FenceSequencing.java 70 Found 'DU'-anomaly for variable 'condition' (lines '70'-'161').
1520 src/com/gps/dao/FenceSequencing.java 71 Potential violation of Law of Demeter (object not created locally)
1521 src/com/gps/dao/FenceSequencing.java 72 Potential violation of Law of Demeter (object not created locally)
1522 src/com/gps/dao/FenceSequencing.java 72 There is log block not surrounded by if
1523 src/com/gps/dao/FenceSequencing.java 72 There is log block not surrounded by if
1524 src/com/gps/dao/FenceSequencing.java 73 Potential violation of Law of Demeter (object not created locally)
1525 src/com/gps/dao/FenceSequencing.java 74 Found 'DD'-anomaly for variable 'amTime' (lines '74'-'78').
1526 src/com/gps/dao/FenceSequencing.java 75 Found 'DD'-anomaly for variable 'pmTime' (lines '75'-'80').
1527 src/com/gps/dao/FenceSequencing.java 77 Avoid using if statements without curly braces
1528 src/com/gps/dao/FenceSequencing.java 77 Potential violation of Law of Demeter (object not created locally)
1529 src/com/gps/dao/FenceSequencing.java 78 Potential violation of Law of Demeter (object not created locally)
1530 src/com/gps/dao/FenceSequencing.java 78 Potential violation of Law of Demeter (object not created locally)
1531 src/com/gps/dao/FenceSequencing.java 79 Avoid using if statements without curly braces
1532 src/com/gps/dao/FenceSequencing.java 79 Potential violation of Law of Demeter (object not created locally)
1533 src/com/gps/dao/FenceSequencing.java 80 Potential violation of Law of Demeter (object not created locally)
1534 src/com/gps/dao/FenceSequencing.java 80 Potential violation of Law of Demeter (object not created locally)
1535 src/com/gps/dao/FenceSequencing.java 84 Local variable 'stopAM' could be declared final
1536 src/com/gps/dao/FenceSequencing.java 85 Potential violation of Law of Demeter (method chain calls)
1537 src/com/gps/dao/FenceSequencing.java 85 Potential violation of Law of Demeter (method chain calls)
1538 src/com/gps/dao/FenceSequencing.java 85 Potential violation of Law of Demeter (method chain calls)
1539 src/com/gps/dao/FenceSequencing.java 85 Potential violation of Law of Demeter (object not created locally)
1540 src/com/gps/dao/FenceSequencing.java 85 Potential violation of Law of Demeter (object not created locally)
1541 src/com/gps/dao/FenceSequencing.java 86 Potential violation of Law of Demeter (method chain calls)
1542 src/com/gps/dao/FenceSequencing.java 86 Potential violation of Law of Demeter (method chain calls)
1543 src/com/gps/dao/FenceSequencing.java 86 Potential violation of Law of Demeter (method chain calls)
1544 src/com/gps/dao/FenceSequencing.java 86 Potential violation of Law of Demeter (object not created locally)
1545 src/com/gps/dao/FenceSequencing.java 86 Potential violation of Law of Demeter (object not created locally)
1546 src/com/gps/dao/FenceSequencing.java 87 Potential violation of Law of Demeter (method chain calls)
1547 src/com/gps/dao/FenceSequencing.java 87 Potential violation of Law of Demeter (method chain calls)
1548 src/com/gps/dao/FenceSequencing.java 87 Potential violation of Law of Demeter (method chain calls)
1549 src/com/gps/dao/FenceSequencing.java 87 Potential violation of Law of Demeter (object not created locally)
1550 src/com/gps/dao/FenceSequencing.java 87 Potential violation of Law of Demeter (object not created locally)
1551 src/com/gps/dao/FenceSequencing.java 88 Potential violation of Law of Demeter (object not created locally)
1552 src/com/gps/dao/FenceSequencing.java 88 Potential violation of Law of Demeter (object not created locally)
1553 src/com/gps/dao/FenceSequencing.java 92 Local variable 'stopPM' could be declared final
1554 src/com/gps/dao/FenceSequencing.java 93 Potential violation of Law of Demeter (method chain calls)
1555 src/com/gps/dao/FenceSequencing.java 93 Potential violation of Law of Demeter (method chain calls)
1556 src/com/gps/dao/FenceSequencing.java 93 Potential violation of Law of Demeter (method chain calls)
1557 src/com/gps/dao/FenceSequencing.java 93 Potential violation of Law of Demeter (object not created locally)
1558 src/com/gps/dao/FenceSequencing.java 93 Potential violation of Law of Demeter (object not created locally)
1559 src/com/gps/dao/FenceSequencing.java 94 Potential violation of Law of Demeter (method chain calls)
1560 src/com/gps/dao/FenceSequencing.java 94 Potential violation of Law of Demeter (method chain calls)
1561 src/com/gps/dao/FenceSequencing.java 94 Potential violation of Law of Demeter (method chain calls)
1562 src/com/gps/dao/FenceSequencing.java 94 Potential violation of Law of Demeter (object not created locally)
1563 src/com/gps/dao/FenceSequencing.java 94 Potential violation of Law of Demeter (object not created locally)
1564 src/com/gps/dao/FenceSequencing.java 95 Potential violation of Law of Demeter (method chain calls)
1565 src/com/gps/dao/FenceSequencing.java 95 Potential violation of Law of Demeter (method chain calls)
1566 src/com/gps/dao/FenceSequencing.java 95 Potential violation of Law of Demeter (method chain calls)
1567 src/com/gps/dao/FenceSequencing.java 95 Potential violation of Law of Demeter (object not created locally)
1568 src/com/gps/dao/FenceSequencing.java 95 Potential violation of Law of Demeter (object not created locally)
1569 src/com/gps/dao/FenceSequencing.java 96 Potential violation of Law of Demeter (object not created locally)
1570 src/com/gps/dao/FenceSequencing.java 96 Potential violation of Law of Demeter (object not created locally)
1571 src/com/gps/dao/FenceSequencing.java 100 There is log block not surrounded by if
1572 src/com/gps/dao/FenceSequencing.java 100 There is log block not surrounded by if
1573 src/com/gps/dao/FenceSequencing.java 101 Potential violation of Law of Demeter (object not created locally)
1574 src/com/gps/dao/FenceSequencing.java 103 Assigning an Object to null is a code smell. Consider refactoring.
1575 src/com/gps/dao/FenceSequencing.java 103 Found 'DD'-anomaly for variable 'sqAM' (lines '103'-'107').
1576 src/com/gps/dao/FenceSequencing.java 103 Found 'DD'-anomaly for variable 'sqAM' (lines '103'-'117').
1577 src/com/gps/dao/FenceSequencing.java 105 Avoid using Literals in Conditional Statements
1578 src/com/gps/dao/FenceSequencing.java 107 Potential violation of Law of Demeter (object not created locally)
1579 src/com/gps/dao/FenceSequencing.java 117 Potential violation of Law of Demeter (object not created locally)
1580 src/com/gps/dao/FenceSequencing.java 119 Avoid using Literals in Conditional Statements
1581 src/com/gps/dao/FenceSequencing.java 120 Avoid using if...else statements without curly braces
1582 src/com/gps/dao/FenceSequencing.java 122 Avoid using if...else statements without curly braces
1583 src/com/gps/dao/FenceSequencing.java 124 There is log block not surrounded by if
1584 src/com/gps/dao/FenceSequencing.java 124 There is log block not surrounded by if
1585 src/com/gps/dao/FenceSequencing.java 125 Position literals first in String comparisons
1586 src/com/gps/dao/FenceSequencing.java 125 Potential violation of Law of Demeter (object not created locally)
1587 src/com/gps/dao/FenceSequencing.java 127 Avoid instantiating new objects inside loops
1588 src/com/gps/dao/FenceSequencing.java 127 Local variable 'stopMap' could be declared final
1589 src/com/gps/dao/FenceSequencing.java 128 Potential violation of Law of Demeter (object not created locally)
1590 src/com/gps/dao/FenceSequencing.java 129 Potential violation of Law of Demeter (object not created locally)
1591 src/com/gps/dao/FenceSequencing.java 129 Potential violation of Law of Demeter (object not created locally)
1592 src/com/gps/dao/FenceSequencing.java 130 Avoid using Literals in Conditional Statements
1593 src/com/gps/dao/FenceSequencing.java 131 Potential violation of Law of Demeter (object not created locally)
1594 src/com/gps/dao/FenceSequencing.java 133 Potential violation of Law of Demeter (object not created locally)
1595 src/com/gps/dao/FenceSequencing.java 136 Potential violation of Law of Demeter (object not created locally)
1596 src/com/gps/dao/FenceSequencing.java 140 Avoid using Literals in Conditional Statements
1597 src/com/gps/dao/FenceSequencing.java 141 Avoid using if...else statements without curly braces
1598 src/com/gps/dao/FenceSequencing.java 141 Potential violation of Law of Demeter (object not created locally)
1599 src/com/gps/dao/FenceSequencing.java 141 Potential violation of Law of Demeter (object not created locally)
1600 src/com/gps/dao/FenceSequencing.java 143 Avoid using if...else statements without curly braces
1601 src/com/gps/dao/FenceSequencing.java 143 Potential violation of Law of Demeter (object not created locally)
1602 src/com/gps/dao/FenceSequencing.java 143 Potential violation of Law of Demeter (object not created locally)
1603 src/com/gps/dao/FenceSequencing.java 144 There is log block not surrounded by if
1604 src/com/gps/dao/FenceSequencing.java 144 There is log block not surrounded by if
1605 src/com/gps/dao/FenceSequencing.java 145 Potential violation of Law of Demeter (object not created locally)
1606 src/com/gps/dao/FenceSequencing.java 145 There is log block not surrounded by if
1607 src/com/gps/dao/FenceSequencing.java 145 There is log block not surrounded by if
1608 src/com/gps/dao/FenceSequencing.java 147 Potential violation of Law of Demeter (object not created locally)
1609 src/com/gps/dao/FenceSequencing.java 147 Potential violation of Law of Demeter (object not created locally)
1610 src/com/gps/dao/FenceSequencing.java 148 Potential violation of Law of Demeter (object not created locally)
1611 src/com/gps/dao/FenceSequencing.java 148 There is log block not surrounded by if
1612 src/com/gps/dao/FenceSequencing.java 148 There is log block not surrounded by if
1613 src/com/gps/dao/FenceSequencing.java 149 There is log block not surrounded by if
1614 src/com/gps/dao/FenceSequencing.java 149 There is log block not surrounded by if
1615 src/com/gps/dao/FenceSequencing.java 152 Potential violation of Law of Demeter (object not created locally)
1616 src/com/gps/dao/FenceSequencing.java 153 Potential violation of Law of Demeter (object not created locally)
1617 src/com/gps/dao/FenceSequencing.java 154 Potential violation of Law of Demeter (object not created locally)
1618 src/com/gps/dao/FenceSequencing.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1619 src/com/gps/dao/FenceSequencing.java 159 Avoid printStackTrace(); use a logger call instead.
1620 src/com/gps/dao/FenceSequencing.java 159 Potential violation of Law of Demeter (object not created locally)
1621 src/com/gps/dao/FenceSequencing.java 163 Avoid using implementation types like 'ArrayList'; use the interface instead
1622 src/com/gps/dao/FenceSequencing.java 163 Avoid variables with short names like i
1623 src/com/gps/dao/FenceSequencing.java 163 Parameter 'i' is not assigned and could be declared final
1624 src/com/gps/dao/FenceSequencing.java 163 Parameter 'lstIds' is not assigned and could be declared final
1625 src/com/gps/dao/FenceSequencing.java 164 Avoid using implementation types like 'ArrayList'; use the interface instead
1626 src/com/gps/dao/FenceSequencing.java 164 Parameter 'delta' is not assigned and could be declared final
1627 src/com/gps/dao/FenceSequencing.java 164 Parameter 'lstDates' is not assigned and could be declared final
1628 src/com/gps/dao/FenceSequencing.java 164 Parameter 'type' is not assigned and could be declared final
1629 src/com/gps/dao/FenceSequencing.java 165 Found 'DD'-anomaly for variable 'Index' (lines '165'-'174').
1630 src/com/gps/dao/FenceSequencing.java 165 Variables should start with a lowercase character, 'Index' starts with uppercase character.
1631 src/com/gps/dao/FenceSequencing.java 166 Found 'DU'-anomaly for variable 'incr' (lines '166'-'188').
1632 src/com/gps/dao/FenceSequencing.java 167 Avoid using Literals in Conditional Statements
1633 src/com/gps/dao/FenceSequencing.java 167 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
1634 src/com/gps/dao/FenceSequencing.java 172 Potential violation of Law of Demeter (method chain calls)
1635 src/com/gps/dao/FenceSequencing.java 172 Potential violation of Law of Demeter (method chain calls)
1636 src/com/gps/dao/FenceSequencing.java 179 Potential violation of Law of Demeter (object not created locally)
1637 src/com/gps/dao/FenceSequencing.java 184 Potential violation of Law of Demeter (object not created locally)
1638 src/com/gps/dao/FenceSequencing.java 184 Potential violation of Law of Demeter (object not created locally)
1639 src/com/gps/dao/FenceSequencing.java 185 A method should have only one exit point, and that should be the last statement in the method
1640 src/com/gps/dao/FenceSequencing.java 185 Avoid using if...else statements without curly braces
1641 src/com/gps/dao/FenceSequencing.java 187 Avoid using if...else statements without curly braces
1642 src/com/gps/dao/FenceUsersDAO.java 9 Avoid unused imports such as 'com.gps.dto.RFIDInfoHistoryDTO'
1643 src/com/gps/dao/FenceUsersDAO.java 12 headerCommentRequirement Required
1644 src/com/gps/dao/FenceUsersDAO.java 14 The Logger variable declaration does not contain the static and final modifiers
1645 src/com/gps/dao/FenceUsersDAO.java 14 fieldCommentRequirement Required
1646 src/com/gps/dao/FenceUsersDAO.java 16 Avoid using implementation types like 'ArrayList'; use the interface instead
1647 src/com/gps/dao/FenceUsersDAO.java 16 Avoid variables with short names like to
1648 src/com/gps/dao/FenceUsersDAO.java 16 Parameter 'from' is not assigned and could be declared final
1649 src/com/gps/dao/FenceUsersDAO.java 16 Parameter 'to' is not assigned and could be declared final
1650 src/com/gps/dao/FenceUsersDAO.java 16 Parameter 'tripid' is not assigned and could be declared final
1651 src/com/gps/dao/FenceUsersDAO.java 16 publicMethodCommentRequirement Required
1652 src/com/gps/dao/FenceUsersDAO.java 18 Found 'DD'-anomaly for variable 'session' (lines '18'-'23').
1653 src/com/gps/dao/FenceUsersDAO.java 19 Found 'DD'-anomaly for variable 'userFenceList' (lines '19'-'25').
1654 src/com/gps/dao/FenceUsersDAO.java 25 Potential violation of Law of Demeter (method chain calls)
1655 src/com/gps/dao/FenceUsersDAO.java 25 Potential violation of Law of Demeter (object not created locally)
1656 src/com/gps/dao/FenceUsersDAO.java 27 Avoid using for statements without curly braces
1657 src/com/gps/dao/FenceUsersDAO.java 27 Potential violation of Law of Demeter (object not created locally)
1658 src/com/gps/dao/FenceUsersDAO.java 28 Potential violation of Law of Demeter (object not created locally)
1659 src/com/gps/dao/FenceUsersDAO.java 28 Potential violation of Law of Demeter (object not created locally)
1660 src/com/gps/dao/FenceUsersDAO.java 28 There is log block not surrounded by if
1661 src/com/gps/dao/FenceUsersDAO.java 28 There is log block not surrounded by if
1662 src/com/gps/dao/FenceUsersDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1663 src/com/gps/dao/FenceUsersDAO.java 33 Avoid printStackTrace(); use a logger call instead.
1664 src/com/gps/dao/FenceUsersDAO.java 33 Potential violation of Law of Demeter (object not created locally)
1665 src/com/gps/dao/FenceUsersDAO.java 38 Parameter 'fences' is not assigned and could be declared final
1666 src/com/gps/dao/FenceUsersDAO.java 38 publicMethodCommentRequirement Required
1667 src/com/gps/dao/FenceUsersDAO.java 40 Found 'DD'-anomaly for variable 'userExpectedList' (lines '40'-'50').
1668 src/com/gps/dao/FenceUsersDAO.java 41 Found 'DD'-anomaly for variable 'userList' (lines '41'-'49').
1669 src/com/gps/dao/FenceUsersDAO.java 46 Comment is too large: Line too long
1670 src/com/gps/dao/FenceUsersDAO.java 48 Comment is too large: Line too long
1671 src/com/gps/dao/FenceUsersDAO.java 49 Potential violation of Law of Demeter (method chain calls)
1672 src/com/gps/dao/FenceUsersDAO.java 49 Potential violation of Law of Demeter (object not created locally)
1673 src/com/gps/dao/FenceUsersDAO.java 50 Potential violation of Law of Demeter (method chain calls)
1674 src/com/gps/dao/FenceUsersDAO.java 50 Potential violation of Law of Demeter (object not created locally)
1675 src/com/gps/dao/FenceUsersDAO.java 52 Potential violation of Law of Demeter (object not created locally)
1676 src/com/gps/dao/FenceUsersDAO.java 52 There is log block not surrounded by if
1677 src/com/gps/dao/FenceUsersDAO.java 52 There is log block not surrounded by if
1678 src/com/gps/dao/FenceUsersDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1679 src/com/gps/dao/FenceUsersDAO.java 56 Avoid printStackTrace(); use a logger call instead.
1680 src/com/gps/dao/FenceUsersDAO.java 56 Potential violation of Law of Demeter (object not created locally)
1681 src/com/gps/dao/FenceUsersDAO.java 61 Avoid using implementation types like 'ArrayList'; use the interface instead
1682 src/com/gps/dao/FenceUsersDAO.java 61 Parameter 'tripid' is not assigned and could be declared final
1683 src/com/gps/dao/FenceUsersDAO.java 61 publicMethodCommentRequirement Required
1684 src/com/gps/dao/FenceUsersDAO.java 63 Found 'DD'-anomaly for variable 'tripFenceList' (lines '63'-'69').
1685 src/com/gps/dao/FenceUsersDAO.java 68 There is log block not surrounded by if
1686 src/com/gps/dao/FenceUsersDAO.java 68 There is log block not surrounded by if
1687 src/com/gps/dao/FenceUsersDAO.java 69 Potential violation of Law of Demeter (method chain calls)
1688 src/com/gps/dao/FenceUsersDAO.java 69 Potential violation of Law of Demeter (object not created locally)
1689 src/com/gps/dao/FenceUsersDAO.java 70 Potential violation of Law of Demeter (object not created locally)
1690 src/com/gps/dao/FenceUsersDAO.java 70 There is log block not surrounded by if
1691 src/com/gps/dao/FenceUsersDAO.java 70 There is log block not surrounded by if
1692 src/com/gps/dao/FenceUsersDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1693 src/com/gps/dao/FenceUsersDAO.java 74 Avoid printStackTrace(); use a logger call instead.
1694 src/com/gps/dao/FenceUsersDAO.java 74 Potential violation of Law of Demeter (object not created locally)
1695 src/com/gps/dao/FenceUsersDAO.java 79 Parameter 'args' is not assigned and could be declared final
1696 src/com/gps/dao/FenceUsersDAO.java 79 publicMethodCommentRequirement Required
1697 src/com/gps/dao/FenceUsersDAO.java 81 Local variable 'dao' could be declared final
1698 src/com/gps/dao/FenceUsersDAO.java 83 Comment is too large: Line too long
1699 src/com/gps/dao/FencingDAO.java 1 Comment is too large: Too many lines
1700 src/com/gps/dao/FencingDAO.java 5 Comment is too large: Line too long
1701 src/com/gps/dao/FencingDAO.java 9 A high number of imports can indicate a high degree of coupling within an object.
1702 src/com/gps/dao/FencingDAO.java 9 Possible God class (WMC=143, ATFD=201, TCC=0.004048582995951417)
1703 src/com/gps/dao/FencingDAO.java 16 Avoid unused imports such as 'java.util.Collections'
1704 src/com/gps/dao/FencingDAO.java 18 Avoid unused imports such as 'java.util.Iterator'
1705 src/com/gps/dao/FencingDAO.java 22 Avoid unused imports such as 'javax.xml.datatype.XMLGregorianCalendar'
1706 src/com/gps/dao/FencingDAO.java 30 Avoid importing anything from the sun.* packages
1707 src/com/gps/dao/FencingDAO.java 30 Avoid unused imports such as 'sun.misc.FpUtils'
1708 src/com/gps/dao/FencingDAO.java 33 Avoid unused imports such as 'com.gps.hibernate.FenceHistoryDAO'
1709 src/com/gps/dao/FencingDAO.java 42 Avoid unused imports such as 'com.gps.hibernate.TripDetailsDAO'
1710 src/com/gps/dao/FencingDAO.java 52 Avoid unused imports such as 'com.gps.form.GLatLng'
1711 src/com/gps/dao/FencingDAO.java 54 Avoid unused imports such as 'com.mysql.jdbc.PacketTooBigException'
1712 src/com/gps/dao/FencingDAO.java 55 Avoid unused imports such as 'com.sun.xml.rpc.processor.modeler.j2ee.xml.exceptionMappingType'
1713 src/com/gps/dao/FencingDAO.java 57 Avoid really long classes.
1714 src/com/gps/dao/FencingDAO.java 57 The class 'FencingDAO' has a Cyclomatic Complexity of 4 (Highest = 16).
1715 src/com/gps/dao/FencingDAO.java 57 This class has too many methods, consider refactoring it.
1716 src/com/gps/dao/FencingDAO.java 61 The Logger variable declaration does not contain the static and final modifiers
1717 src/com/gps/dao/FencingDAO.java 65 fieldCommentRequirement Required
1718 src/com/gps/dao/FencingDAO.java 66 publicMethodCommentRequirement Required
1719 src/com/gps/dao/FencingDAO.java 69 Parameter 'sessionvalue' is not assigned and could be declared final
1720 src/com/gps/dao/FencingDAO.java 69 publicMethodCommentRequirement Required
1721 src/com/gps/dao/FencingDAO.java 80 Parameter 'first' is not assigned and could be declared final
1722 src/com/gps/dao/FencingDAO.java 80 Parameter 'last' is not assigned and could be declared final
1723 src/com/gps/dao/FencingDAO.java 80 Parameter 'userId' is not assigned and could be declared final
1724 src/com/gps/dao/FencingDAO.java 82 Found 'DD'-anomaly for variable 'sess' (lines '82'-'87').
1725 src/com/gps/dao/FencingDAO.java 83 Avoid variables with short names like gd
1726 src/com/gps/dao/FencingDAO.java 83 Local variable 'gd' could be declared final
1727 src/com/gps/dao/FencingDAO.java 84 Found 'DD'-anomaly for variable 'gdDetails' (lines '84'-'92').
1728 src/com/gps/dao/FencingDAO.java 85 Found 'DD'-anomaly for variable 'query' (lines '85'-'88').
1729 src/com/gps/dao/FencingDAO.java 87 Potential violation of Law of Demeter (object not created locally)
1730 src/com/gps/dao/FencingDAO.java 88 Potential violation of Law of Demeter (method chain calls)
1731 src/com/gps/dao/FencingDAO.java 88 Potential violation of Law of Demeter (object not created locally)
1732 src/com/gps/dao/FencingDAO.java 90 Potential violation of Law of Demeter (object not created locally)
1733 src/com/gps/dao/FencingDAO.java 91 Potential violation of Law of Demeter (object not created locally)
1734 src/com/gps/dao/FencingDAO.java 92 Potential violation of Law of Demeter (object not created locally)
1735 src/com/gps/dao/FencingDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1736 src/com/gps/dao/FencingDAO.java 95 Avoid printStackTrace(); use a logger call instead.
1737 src/com/gps/dao/FencingDAO.java 95 Potential violation of Law of Demeter (object not created locally)
1738 src/com/gps/dao/FencingDAO.java 97 Avoid empty finally blocks
1739 src/com/gps/dao/FencingDAO.java 107 Parameter 'userId' is not assigned and could be declared final
1740 src/com/gps/dao/FencingDAO.java 109 Found 'DD'-anomaly for variable 'sess' (lines '109'-'114').
1741 src/com/gps/dao/FencingDAO.java 110 Avoid variables with short names like gd
1742 src/com/gps/dao/FencingDAO.java 110 Local variable 'gd' could be declared final
1743 src/com/gps/dao/FencingDAO.java 111 Found 'DD'-anomaly for variable 'gdDetails' (lines '111'-'118').
1744 src/com/gps/dao/FencingDAO.java 112 Found 'DD'-anomaly for variable 'query' (lines '112'-'115').
1745 src/com/gps/dao/FencingDAO.java 114 Potential violation of Law of Demeter (object not created locally)
1746 src/com/gps/dao/FencingDAO.java 115 Potential violation of Law of Demeter (method chain calls)
1747 src/com/gps/dao/FencingDAO.java 115 Potential violation of Law of Demeter (object not created locally)
1748 src/com/gps/dao/FencingDAO.java 118 Potential violation of Law of Demeter (object not created locally)
1749 src/com/gps/dao/FencingDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1750 src/com/gps/dao/FencingDAO.java 122 The String literal "Exception:" appears 20 times in this file; the first occurrence is on line 122
1751 src/com/gps/dao/FencingDAO.java 122 There is log block not surrounded by if
1752 src/com/gps/dao/FencingDAO.java 124 Avoid empty finally blocks
1753 src/com/gps/dao/FencingDAO.java 136 Parameter 'geofenceId' is not assigned and could be declared final
1754 src/com/gps/dao/FencingDAO.java 137 Found 'DD'-anomaly for variable 'sess' (lines '137'-'143').
1755 src/com/gps/dao/FencingDAO.java 138 Avoid variables with short names like gd
1756 src/com/gps/dao/FencingDAO.java 138 Local variable 'gd' could be declared final
1757 src/com/gps/dao/FencingDAO.java 139 Found 'DD'-anomaly for variable 'del' (lines '139'-'148').
1758 src/com/gps/dao/FencingDAO.java 140 Avoid variables with short names like tx
1759 src/com/gps/dao/FencingDAO.java 140 Found 'DD'-anomaly for variable 'tx' (lines '140'-'144').
1760 src/com/gps/dao/FencingDAO.java 141 Avoid declaring a variable if it is unreferenced before a possible exit point.
1761 src/com/gps/dao/FencingDAO.java 141 Avoid unused local variables such as 'gdDetails'.
1762 src/com/gps/dao/FencingDAO.java 141 Found 'DU'-anomaly for variable 'gdDetails' (lines '141'-'163').
1763 src/com/gps/dao/FencingDAO.java 141 Local variable 'gdDetails' could be declared final
1764 src/com/gps/dao/FencingDAO.java 143 Potential violation of Law of Demeter (object not created locally)
1765 src/com/gps/dao/FencingDAO.java 144 Potential violation of Law of Demeter (object not created locally)
1766 src/com/gps/dao/FencingDAO.java 145 Potential violation of Law of Demeter (method chain calls)
1767 src/com/gps/dao/FencingDAO.java 145 Potential violation of Law of Demeter (method chain calls)
1768 src/com/gps/dao/FencingDAO.java 145 Potential violation of Law of Demeter (object not created locally)
1769 src/com/gps/dao/FencingDAO.java 146 The String literal "geofenceId" appears 5 times in this file; the first occurrence is on line 146
1770 src/com/gps/dao/FencingDAO.java 147 Potential violation of Law of Demeter (object not created locally)
1771 src/com/gps/dao/FencingDAO.java 148 Found 'DD'-anomaly for variable 'del' (lines '148'-'151').
1772 src/com/gps/dao/FencingDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1773 src/com/gps/dao/FencingDAO.java 152 There is log block not surrounded by if
1774 src/com/gps/dao/FencingDAO.java 153 Avoid printStackTrace(); use a logger call instead.
1775 src/com/gps/dao/FencingDAO.java 153 Potential violation of Law of Demeter (object not created locally)
1776 src/com/gps/dao/FencingDAO.java 156 Potential violation of Law of Demeter (object not created locally)
1777 src/com/gps/dao/FencingDAO.java 170 Parameter 'geofenceId' is not assigned and could be declared final
1778 src/com/gps/dao/FencingDAO.java 170 Parameter 'userId' is not assigned and could be declared final
1779 src/com/gps/dao/FencingDAO.java 171 Found 'DD'-anomaly for variable 'sess' (lines '171'-'177').
1780 src/com/gps/dao/FencingDAO.java 172 Avoid variables with short names like gd
1781 src/com/gps/dao/FencingDAO.java 172 Local variable 'gd' could be declared final
1782 src/com/gps/dao/FencingDAO.java 173 Found 'DD'-anomaly for variable 'gdDetails' (lines '173'-'179').
1783 src/com/gps/dao/FencingDAO.java 177 Potential violation of Law of Demeter (object not created locally)
1784 src/com/gps/dao/FencingDAO.java 179 Potential violation of Law of Demeter (method chain calls)
1785 src/com/gps/dao/FencingDAO.java 179 Potential violation of Law of Demeter (method chain calls)
1786 src/com/gps/dao/FencingDAO.java 179 Potential violation of Law of Demeter (method chain calls)
1787 src/com/gps/dao/FencingDAO.java 179 Potential violation of Law of Demeter (object not created locally)
1788 src/com/gps/dao/FencingDAO.java 183 Potential violation of Law of Demeter (object not created locally)
1789 src/com/gps/dao/FencingDAO.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1790 src/com/gps/dao/FencingDAO.java 186 The String literal "Exception" appears 6 times in this file; the first occurrence is on line 186
1791 src/com/gps/dao/FencingDAO.java 186 There is log block not surrounded by if
1792 src/com/gps/dao/FencingDAO.java 187 Avoid printStackTrace(); use a logger call instead.
1793 src/com/gps/dao/FencingDAO.java 187 Potential violation of Law of Demeter (object not created locally)
1794 src/com/gps/dao/FencingDAO.java 189 Avoid empty finally blocks
1795 src/com/gps/dao/FencingDAO.java 203 Parameter 'lat' is not assigned and could be declared final
1796 src/com/gps/dao/FencingDAO.java 203 Parameter 'lon' is not assigned and could be declared final
1797 src/com/gps/dao/FencingDAO.java 203 Parameter 'vehicleId' is not assigned and could be declared final
1798 src/com/gps/dao/FencingDAO.java 204 Found 'DD'-anomaly for variable 'points' (lines '204'-'209').
1799 src/com/gps/dao/FencingDAO.java 205 Found 'DD'-anomaly for variable 'stat' (lines '205'-'228').
1800 src/com/gps/dao/FencingDAO.java 225 Potential violation of Law of Demeter (object not created locally)
1801 src/com/gps/dao/FencingDAO.java 225 There is log block not surrounded by if
1802 src/com/gps/dao/FencingDAO.java 225 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
1803 src/com/gps/dao/FencingDAO.java 226 Avoid using Literals in Conditional Statements
1804 src/com/gps/dao/FencingDAO.java 226 Potential violation of Law of Demeter (object not created locally)
1805 src/com/gps/dao/FencingDAO.java 226 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
1806 src/com/gps/dao/FencingDAO.java 231 There is log block not surrounded by if
1807 src/com/gps/dao/FencingDAO.java 231 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
1808 src/com/gps/dao/FencingDAO.java 235 There is log block not surrounded by if
1809 src/com/gps/dao/FencingDAO.java 235 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
1810 src/com/gps/dao/FencingDAO.java 238 There is log block not surrounded by if
1811 src/com/gps/dao/FencingDAO.java 238 There is log block not surrounded by if
1812 src/com/gps/dao/FencingDAO.java 241 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1813 src/com/gps/dao/FencingDAO.java 243 There is log block not surrounded by if
1814 src/com/gps/dao/FencingDAO.java 244 Avoid printStackTrace(); use a logger call instead.
1815 src/com/gps/dao/FencingDAO.java 244 Potential violation of Law of Demeter (object not created locally)
1816 src/com/gps/dao/FencingDAO.java 254 Parameter 'vehicleId' is not assigned and could be declared final
1817 src/com/gps/dao/FencingDAO.java 256 Found 'DD'-anomaly for variable 'points' (lines '256'-'266').
1818 src/com/gps/dao/FencingDAO.java 257 Found 'DD'-anomaly for variable 'geoIds' (lines '257'-'262').
1819 src/com/gps/dao/FencingDAO.java 258 Found 'DD'-anomaly for variable 'sess' (lines '258'-'263').
1820 src/com/gps/dao/FencingDAO.java 259 Avoid variables with short names like gd
1821 src/com/gps/dao/FencingDAO.java 259 Local variable 'gd' could be declared final
1822 src/com/gps/dao/FencingDAO.java 263 Potential violation of Law of Demeter (object not created locally)
1823 src/com/gps/dao/FencingDAO.java 265 Avoid using Literals in Conditional Statements
1824 src/com/gps/dao/FencingDAO.java 265 Avoid using if statements without curly braces
1825 src/com/gps/dao/FencingDAO.java 265 Potential violation of Law of Demeter (object not created locally)
1826 src/com/gps/dao/FencingDAO.java 265 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
1827 src/com/gps/dao/FencingDAO.java 266 Potential violation of Law of Demeter (method chain calls)
1828 src/com/gps/dao/FencingDAO.java 266 Potential violation of Law of Demeter (method chain calls)
1829 src/com/gps/dao/FencingDAO.java 266 Potential violation of Law of Demeter (object not created locally)
1830 src/com/gps/dao/FencingDAO.java 267 Potential violation of Law of Demeter (object not created locally)
1831 src/com/gps/dao/FencingDAO.java 268 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1832 src/com/gps/dao/FencingDAO.java 270 There is log block not surrounded by if
1833 src/com/gps/dao/FencingDAO.java 271 Avoid printStackTrace(); use a logger call instead.
1834 src/com/gps/dao/FencingDAO.java 271 Potential violation of Law of Demeter (object not created locally)
1835 src/com/gps/dao/FencingDAO.java 273 Avoid empty finally blocks
1836 src/com/gps/dao/FencingDAO.java 286 Parameter 'vehicleId' is not assigned and could be declared final
1837 src/com/gps/dao/FencingDAO.java 288 Found 'DD'-anomaly for variable 'geoIds' (lines '288'-'294').
1838 src/com/gps/dao/FencingDAO.java 289 Found 'DD'-anomaly for variable 'sess' (lines '289'-'292').
1839 src/com/gps/dao/FencingDAO.java 290 Avoid variables with short names like gd
1840 src/com/gps/dao/FencingDAO.java 290 Local variable 'gd' could be declared final
1841 src/com/gps/dao/FencingDAO.java 292 Potential violation of Law of Demeter (object not created locally)
1842 src/com/gps/dao/FencingDAO.java 293 There is log block not surrounded by if
1843 src/com/gps/dao/FencingDAO.java 293 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
1844 src/com/gps/dao/FencingDAO.java 294 Potential violation of Law of Demeter (method chain calls)
1845 src/com/gps/dao/FencingDAO.java 294 Potential violation of Law of Demeter (method chain calls)
1846 src/com/gps/dao/FencingDAO.java 294 Potential violation of Law of Demeter (object not created locally)
1847 src/com/gps/dao/FencingDAO.java 294 The String literal "vehicleId" appears 5 times in this file; the first occurrence is on line 294
1848 src/com/gps/dao/FencingDAO.java 296 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1849 src/com/gps/dao/FencingDAO.java 297 There is log block not surrounded by if
1850 src/com/gps/dao/FencingDAO.java 298 Avoid printStackTrace(); use a logger call instead.
1851 src/com/gps/dao/FencingDAO.java 298 Potential violation of Law of Demeter (object not created locally)
1852 src/com/gps/dao/FencingDAO.java 300 Avoid empty finally blocks
1853 src/com/gps/dao/FencingDAO.java 313 Found 'DD'-anomaly for variable 'geoIds' (lines '313'-'319').
1854 src/com/gps/dao/FencingDAO.java 314 Found 'DD'-anomaly for variable 'sess' (lines '314'-'317').
1855 src/com/gps/dao/FencingDAO.java 315 Avoid variables with short names like gd
1856 src/com/gps/dao/FencingDAO.java 315 Local variable 'gd' could be declared final
1857 src/com/gps/dao/FencingDAO.java 317 Potential violation of Law of Demeter (object not created locally)
1858 src/com/gps/dao/FencingDAO.java 319 Potential violation of Law of Demeter (method chain calls)
1859 src/com/gps/dao/FencingDAO.java 319 Potential violation of Law of Demeter (object not created locally)
1860 src/com/gps/dao/FencingDAO.java 321 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1861 src/com/gps/dao/FencingDAO.java 322 There is log block not surrounded by if
1862 src/com/gps/dao/FencingDAO.java 323 Avoid printStackTrace(); use a logger call instead.
1863 src/com/gps/dao/FencingDAO.java 323 Potential violation of Law of Demeter (object not created locally)
1864 src/com/gps/dao/FencingDAO.java 325 Avoid empty finally blocks
1865 src/com/gps/dao/FencingDAO.java 330 A method/constructor shouldnt explicitly throw java.lang.Exception
1866 src/com/gps/dao/FencingDAO.java 330 Parameter 'packetDate' is not assigned and could be declared final
1867 src/com/gps/dao/FencingDAO.java 330 Parameter 'vehicleId' is not assigned and could be declared final
1868 src/com/gps/dao/FencingDAO.java 330 publicMethodCommentRequirement Required
1869 src/com/gps/dao/FencingDAO.java 334 Avoid unused local variables such as 'utils'.
1870 src/com/gps/dao/FencingDAO.java 335 Local variable 'cal' could be declared final
1871 src/com/gps/dao/FencingDAO.java 336 Avoid declaring a variable if it is unreferenced before a possible exit point.
1872 src/com/gps/dao/FencingDAO.java 336 Avoid unused local variables such as 'cal2'.
1873 src/com/gps/dao/FencingDAO.java 336 Found 'DU'-anomaly for variable 'cal2' (lines '336'-'414').
1874 src/com/gps/dao/FencingDAO.java 336 Local variable 'cal2' could be declared final
1875 src/com/gps/dao/FencingDAO.java 337 Found 'DD'-anomaly for variable 'trip' (lines '337'-'398').
1876 src/com/gps/dao/FencingDAO.java 338 Found 'DD'-anomaly for variable 'timeQuery' (lines '338'-'381').
1877 src/com/gps/dao/FencingDAO.java 339 Avoid declaring a variable if it is unreferenced before a possible exit point.
1878 src/com/gps/dao/FencingDAO.java 339 Avoid unused local variables such as 'formatter'.
1879 src/com/gps/dao/FencingDAO.java 339 Found 'DU'-anomaly for variable 'formatter' (lines '339'-'414').
1880 src/com/gps/dao/FencingDAO.java 339 Local variable 'formatter' could be declared final
1881 src/com/gps/dao/FencingDAO.java 339 When instantiating a SimpleDateFormat object, specify a Locale
1882 src/com/gps/dao/FencingDAO.java 340 Avoid unused local variables such as 'appender'.
1883 src/com/gps/dao/FencingDAO.java 340 Found 'DD'-anomaly for variable 'appender' (lines '340'-'375').
1884 src/com/gps/dao/FencingDAO.java 341 Found 'DD'-anomaly for variable 'hrs' (lines '341'-'366').
1885 src/com/gps/dao/FencingDAO.java 341 Found 'DD'-anomaly for variable 'hrs' (lines '341'-'368').
1886 src/com/gps/dao/FencingDAO.java 341 Found 'DD'-anomaly for variable 'mins' (lines '341'-'371').
1887 src/com/gps/dao/FencingDAO.java 341 Found 'DD'-anomaly for variable 'mins' (lines '341'-'373').
1888 src/com/gps/dao/FencingDAO.java 341 Use one line for each declaration, it enhances code readability.
1889 src/com/gps/dao/FencingDAO.java 344 Potential violation of Law of Demeter (method chain calls)
1890 src/com/gps/dao/FencingDAO.java 346 Found 'DU'-anomaly for variable 'utils' (lines '346'-'414').
1891 src/com/gps/dao/FencingDAO.java 350 Potential violation of Law of Demeter (object not created locally)
1892 src/com/gps/dao/FencingDAO.java 357 Avoid declaring a variable if it is unreferenced before a possible exit point.
1893 src/com/gps/dao/FencingDAO.java 357 Avoid unused local variables such as 'hours2'.
1894 src/com/gps/dao/FencingDAO.java 357 Local variable 'hours2' could be declared final
1895 src/com/gps/dao/FencingDAO.java 359 Potential violation of Law of Demeter (object not created locally)
1896 src/com/gps/dao/FencingDAO.java 361 Avoid declaring a variable if it is unreferenced before a possible exit point.
1897 src/com/gps/dao/FencingDAO.java 361 Avoid unused local variables such as 'minustime'.
1898 src/com/gps/dao/FencingDAO.java 361 Found 'DU'-anomaly for variable 'minustime' (lines '361'-'414').
1899 src/com/gps/dao/FencingDAO.java 361 Local variable 'minustime' could be declared final
1900 src/com/gps/dao/FencingDAO.java 362 Potential violation of Law of Demeter (object not created locally)
1901 src/com/gps/dao/FencingDAO.java 363 Local variable 'append' could be declared final
1902 src/com/gps/dao/FencingDAO.java 365 Avoid using Literals in Conditional Statements
1903 src/com/gps/dao/FencingDAO.java 368 Avoid using if...else statements without curly braces
1904 src/com/gps/dao/FencingDAO.java 370 Avoid using Literals in Conditional Statements
1905 src/com/gps/dao/FencingDAO.java 373 Avoid using if...else statements without curly braces
1906 src/com/gps/dao/FencingDAO.java 375 Found 'DU'-anomaly for variable 'appender' (lines '375'-'414').
1907 src/com/gps/dao/FencingDAO.java 380 Comment is too large: Line too long
1908 src/com/gps/dao/FencingDAO.java 386 Comment is too large: Line too long
1909 src/com/gps/dao/FencingDAO.java 390 Comment is too large: Line too long
1910 src/com/gps/dao/FencingDAO.java 391 Local variable 'finalQry' could be declared final
1911 src/com/gps/dao/FencingDAO.java 391 The String literal " and " appears 6 times in this file; the first occurrence is on line 391
1912 src/com/gps/dao/FencingDAO.java 393 Local variable 'query' could be declared final
1913 src/com/gps/dao/FencingDAO.java 393 Potential violation of Law of Demeter (method chain calls)
1914 src/com/gps/dao/FencingDAO.java 394 Potential violation of Law of Demeter (object not created locally)
1915 src/com/gps/dao/FencingDAO.java 397 Avoid if (x != y) ..; else ..;
1916 src/com/gps/dao/FencingDAO.java 397 Potential violation of Law of Demeter (object not created locally)
1917 src/com/gps/dao/FencingDAO.java 398 Potential violation of Law of Demeter (object not created locally)
1918 src/com/gps/dao/FencingDAO.java 399 Potential violation of Law of Demeter (object not created locally)
1919 src/com/gps/dao/FencingDAO.java 399 Potential violation of Law of Demeter (object not created locally)
1920 src/com/gps/dao/FencingDAO.java 399 There is log block not surrounded by if
1921 src/com/gps/dao/FencingDAO.java 399 There is log block not surrounded by if
1922 src/com/gps/dao/FencingDAO.java 401 There is log block not surrounded by if
1923 src/com/gps/dao/FencingDAO.java 401 There is log block not surrounded by if
1924 src/com/gps/dao/FencingDAO.java 408 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1925 src/com/gps/dao/FencingDAO.java 410 There is log block not surrounded by if
1926 src/com/gps/dao/FencingDAO.java 411 Avoid printStackTrace(); use a logger call instead.
1927 src/com/gps/dao/FencingDAO.java 411 Potential violation of Law of Demeter (object not created locally)
1928 src/com/gps/dao/FencingDAO.java 422 Parameter 'geofenceId' is not assigned and could be declared final
1929 src/com/gps/dao/FencingDAO.java 422 Parameter 'vehicleId' is not assigned and could be declared final
1930 src/com/gps/dao/FencingDAO.java 424 Found 'DD'-anomaly for variable 'query' (lines '424'-'432').
1931 src/com/gps/dao/FencingDAO.java 425 Found 'DD'-anomaly for variable 'sess' (lines '425'-'430').
1932 src/com/gps/dao/FencingDAO.java 426 Avoid variables with short names like gd
1933 src/com/gps/dao/FencingDAO.java 426 Local variable 'gd' could be declared final
1934 src/com/gps/dao/FencingDAO.java 427 Found 'DD'-anomaly for variable 'stat' (lines '427'-'435').
1935 src/com/gps/dao/FencingDAO.java 427 Found 'DD'-anomaly for variable 'stat' (lines '427'-'437').
1936 src/com/gps/dao/FencingDAO.java 428 Found 'DD'-anomaly for variable 'geoVehMap' (lines '428'-'433').
1937 src/com/gps/dao/FencingDAO.java 430 Potential violation of Law of Demeter (object not created locally)
1938 src/com/gps/dao/FencingDAO.java 432 Potential violation of Law of Demeter (object not created locally)
1939 src/com/gps/dao/FencingDAO.java 433 Potential violation of Law of Demeter (method chain calls)
1940 src/com/gps/dao/FencingDAO.java 433 Potential violation of Law of Demeter (method chain calls)
1941 src/com/gps/dao/FencingDAO.java 433 Potential violation of Law of Demeter (object not created locally)
1942 src/com/gps/dao/FencingDAO.java 434 Avoid if (x != y) ..; else ..;
1943 src/com/gps/dao/FencingDAO.java 439 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1944 src/com/gps/dao/FencingDAO.java 440 There is log block not surrounded by if
1945 src/com/gps/dao/FencingDAO.java 442 Avoid empty finally blocks
1946 src/com/gps/dao/FencingDAO.java 453 Parameter 'geofenceId' is not assigned and could be declared final
1947 src/com/gps/dao/FencingDAO.java 453 Parameter 'vehicleId' is not assigned and could be declared final
1948 src/com/gps/dao/FencingDAO.java 455 Found 'DD'-anomaly for variable 'query' (lines '455'-'463').
1949 src/com/gps/dao/FencingDAO.java 456 Found 'DD'-anomaly for variable 'sess' (lines '456'-'461').
1950 src/com/gps/dao/FencingDAO.java 457 Avoid variables with short names like gd
1951 src/com/gps/dao/FencingDAO.java 457 Local variable 'gd' could be declared final
1952 src/com/gps/dao/FencingDAO.java 458 Avoid variables with short names like id
1953 src/com/gps/dao/FencingDAO.java 458 Found 'DD'-anomaly for variable 'id' (lines '458'-'466').
1954 src/com/gps/dao/FencingDAO.java 458 Found 'DD'-anomaly for variable 'id' (lines '458'-'468').
1955 src/com/gps/dao/FencingDAO.java 459 Found 'DD'-anomaly for variable 'geoVehMap' (lines '459'-'464').
1956 src/com/gps/dao/FencingDAO.java 461 Potential violation of Law of Demeter (object not created locally)
1957 src/com/gps/dao/FencingDAO.java 463 Potential violation of Law of Demeter (object not created locally)
1958 src/com/gps/dao/FencingDAO.java 464 Potential violation of Law of Demeter (method chain calls)
1959 src/com/gps/dao/FencingDAO.java 464 Potential violation of Law of Demeter (method chain calls)
1960 src/com/gps/dao/FencingDAO.java 464 Potential violation of Law of Demeter (object not created locally)
1961 src/com/gps/dao/FencingDAO.java 465 Avoid if (x != y) ..; else ..;
1962 src/com/gps/dao/FencingDAO.java 466 Potential violation of Law of Demeter (object not created locally)
1963 src/com/gps/dao/FencingDAO.java 470 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1964 src/com/gps/dao/FencingDAO.java 471 There is log block not surrounded by if
1965 src/com/gps/dao/FencingDAO.java 472 Avoid printStackTrace(); use a logger call instead.
1966 src/com/gps/dao/FencingDAO.java 472 Potential violation of Law of Demeter (object not created locally)
1967 src/com/gps/dao/FencingDAO.java 474 Avoid empty finally blocks
1968 src/com/gps/dao/FencingDAO.java 488 Parameter 'vehicleId' is not assigned and could be declared final
1969 src/com/gps/dao/FencingDAO.java 491 Found 'DD'-anomaly for variable 'geoIds' (lines '491'-'499').
1970 src/com/gps/dao/FencingDAO.java 492 Found 'DD'-anomaly for variable 'sess' (lines '492'-'497').
1971 src/com/gps/dao/FencingDAO.java 493 Avoid variables with short names like gd
1972 src/com/gps/dao/FencingDAO.java 493 Local variable 'gd' could be declared final
1973 src/com/gps/dao/FencingDAO.java 497 Potential violation of Law of Demeter (object not created locally)
1974 src/com/gps/dao/FencingDAO.java 498 Potential violation of Law of Demeter (method chain calls)
1975 src/com/gps/dao/FencingDAO.java 499 Potential violation of Law of Demeter (method chain calls)
1976 src/com/gps/dao/FencingDAO.java 499 Potential violation of Law of Demeter (method chain calls)
1977 src/com/gps/dao/FencingDAO.java 499 Potential violation of Law of Demeter (object not created locally)
1978 src/com/gps/dao/FencingDAO.java 500 Potential violation of Law of Demeter (method chain calls)
1979 src/com/gps/dao/FencingDAO.java 500 Potential violation of Law of Demeter (object not created locally)
1980 src/com/gps/dao/FencingDAO.java 503 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1981 src/com/gps/dao/FencingDAO.java 505 There is log block not surrounded by if
1982 src/com/gps/dao/FencingDAO.java 506 Avoid printStackTrace(); use a logger call instead.
1983 src/com/gps/dao/FencingDAO.java 506 Potential violation of Law of Demeter (object not created locally)
1984 src/com/gps/dao/FencingDAO.java 508 Avoid empty finally blocks
1985 src/com/gps/dao/FencingDAO.java 520 Parameter 'gvIds' is not assigned and could be declared final
1986 src/com/gps/dao/FencingDAO.java 523 Found 'DD'-anomaly for variable 'mobnos' (lines '523'-'531').
1987 src/com/gps/dao/FencingDAO.java 524 Found 'DD'-anomaly for variable 'sess' (lines '524'-'528').
1988 src/com/gps/dao/FencingDAO.java 525 Avoid variables with short names like nd
1989 src/com/gps/dao/FencingDAO.java 525 Local variable 'nd' could be declared final
1990 src/com/gps/dao/FencingDAO.java 528 Found 'DU'-anomaly for variable 'sess' (lines '528'-'550').
1991 src/com/gps/dao/FencingDAO.java 528 Potential violation of Law of Demeter (object not created locally)
1992 src/com/gps/dao/FencingDAO.java 529 Avoid using Literals in Conditional Statements
1993 src/com/gps/dao/FencingDAO.java 529 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
1994 src/com/gps/dao/FencingDAO.java 531 Potential violation of Law of Demeter (method chain calls)
1995 src/com/gps/dao/FencingDAO.java 531 Potential violation of Law of Demeter (method chain calls)
1996 src/com/gps/dao/FencingDAO.java 531 Potential violation of Law of Demeter (object not created locally)
1997 src/com/gps/dao/FencingDAO.java 532 Potential violation of Law of Demeter (method chain calls)
1998 src/com/gps/dao/FencingDAO.java 532 Potential violation of Law of Demeter (object not created locally)
1999 src/com/gps/dao/FencingDAO.java 536 Potential violation of Law of Demeter (method chain calls)
2000 src/com/gps/dao/FencingDAO.java 539 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2001 src/com/gps/dao/FencingDAO.java 541 There is log block not surrounded by if
2002 src/com/gps/dao/FencingDAO.java 542 Avoid printStackTrace(); use a logger call instead.
2003 src/com/gps/dao/FencingDAO.java 542 Potential violation of Law of Demeter (object not created locally)
2004 src/com/gps/dao/FencingDAO.java 544 Avoid empty finally blocks
2005 src/com/gps/dao/FencingDAO.java 556 Parameter 'geoVehId' is not assigned and could be declared final
2006 src/com/gps/dao/FencingDAO.java 558 There is log block not surrounded by if
2007 src/com/gps/dao/FencingDAO.java 558 There is log block not surrounded by if
2008 src/com/gps/dao/FencingDAO.java 559 Found 'DD'-anomaly for variable 'notifierList' (lines '559'-'565').
2009 src/com/gps/dao/FencingDAO.java 560 Found 'DD'-anomaly for variable 'sess' (lines '560'-'563').
2010 src/com/gps/dao/FencingDAO.java 561 Avoid variables with short names like nd
2011 src/com/gps/dao/FencingDAO.java 561 Local variable 'nd' could be declared final
2012 src/com/gps/dao/FencingDAO.java 563 Potential violation of Law of Demeter (object not created locally)
2013 src/com/gps/dao/FencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
2014 src/com/gps/dao/FencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
2015 src/com/gps/dao/FencingDAO.java 565 Potential violation of Law of Demeter (object not created locally)
2016 src/com/gps/dao/FencingDAO.java 568 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2017 src/com/gps/dao/FencingDAO.java 569 There is log block not surrounded by if
2018 src/com/gps/dao/FencingDAO.java 570 Avoid printStackTrace(); use a logger call instead.
2019 src/com/gps/dao/FencingDAO.java 570 Potential violation of Law of Demeter (object not created locally)
2020 src/com/gps/dao/FencingDAO.java 572 Avoid empty finally blocks
2021 src/com/gps/dao/FencingDAO.java 585 A method/constructor shouldnt explicitly throw java.lang.Exception
2022 src/com/gps/dao/FencingDAO.java 585 Parameter 'lat' is not assigned and could be declared final
2023 src/com/gps/dao/FencingDAO.java 585 Parameter 'lon' is not assigned and could be declared final
2024 src/com/gps/dao/FencingDAO.java 585 Parameter 'points' is not assigned and could be declared final
2025 src/com/gps/dao/FencingDAO.java 585 The method 'pointInPolygon' has a Cyclomatic Complexity of 15.
2026 src/com/gps/dao/FencingDAO.java 587 Avoid declaring a variable if it is unreferenced before a possible exit point.
2027 src/com/gps/dao/FencingDAO.java 587 Avoid unused local variables such as 'i'.
2028 src/com/gps/dao/FencingDAO.java 587 Avoid variables with short names like i
2029 src/com/gps/dao/FencingDAO.java 587 Local variable 'i' could be declared final
2030 src/com/gps/dao/FencingDAO.java 588 Avoid variables with short names like j
2031 src/com/gps/dao/FencingDAO.java 588 Local variable 'j' could be declared final
2032 src/com/gps/dao/FencingDAO.java 589 There is log block not surrounded by if
2033 src/com/gps/dao/FencingDAO.java 589 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
2034 src/com/gps/dao/FencingDAO.java 590 Found 'DD'-anomaly for variable 'intersections' (lines '590'-'647').
2035 src/com/gps/dao/FencingDAO.java 591 Avoid declaring a variable if it is unreferenced before a possible exit point.
2036 src/com/gps/dao/FencingDAO.java 591 Avoid unused local variables such as 'vertices_count'.
2037 src/com/gps/dao/FencingDAO.java 591 Found 'DU'-anomaly for variable 'vertices_count' (lines '591'-'670').
2038 src/com/gps/dao/FencingDAO.java 591 Local variable 'vertices_count' could be declared final
2039 src/com/gps/dao/FencingDAO.java 591 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vertices_count' is not final.
2040 src/com/gps/dao/FencingDAO.java 594 Found 'DD'-anomaly for variable 'inPoly' (lines '594'-'630').
2041 src/com/gps/dao/FencingDAO.java 594 Found 'DD'-anomaly for variable 'inPoly' (lines '594'-'643').
2042 src/com/gps/dao/FencingDAO.java 594 Found 'DD'-anomaly for variable 'inPoly' (lines '594'-'654').
2043 src/com/gps/dao/FencingDAO.java 594 Found 'DD'-anomaly for variable 'inPoly' (lines '594'-'657').
2044 src/com/gps/dao/FencingDAO.java 600 Comment is too large: Too many lines
2045 src/com/gps/dao/FencingDAO.java 603 Comment is too large: Line too long
2046 src/com/gps/dao/FencingDAO.java 608 Comment is too large: Line too long
2047 src/com/gps/dao/FencingDAO.java 622 Avoid variables with short names like v1
2048 src/com/gps/dao/FencingDAO.java 622 Local variable 'v1' could be declared final
2049 src/com/gps/dao/FencingDAO.java 623 Avoid variables with short names like v2
2050 src/com/gps/dao/FencingDAO.java 623 Local variable 'v2' could be declared final
2051 src/com/gps/dao/FencingDAO.java 625 Potential violation of Law of Demeter (object not created locally)
2052 src/com/gps/dao/FencingDAO.java 625 Potential violation of Law of Demeter (object not created locally)
2053 src/com/gps/dao/FencingDAO.java 625 Potential violation of Law of Demeter (object not created locally)
2054 src/com/gps/dao/FencingDAO.java 626 Potential violation of Law of Demeter (object not created locally)
2055 src/com/gps/dao/FencingDAO.java 626 Potential violation of Law of Demeter (object not created locally)
2056 src/com/gps/dao/FencingDAO.java 627 Potential violation of Law of Demeter (object not created locally)
2057 src/com/gps/dao/FencingDAO.java 627 Potential violation of Law of Demeter (object not created locally)
2058 src/com/gps/dao/FencingDAO.java 630 Found 'DD'-anomaly for variable 'inPoly' (lines '630'-'630').
2059 src/com/gps/dao/FencingDAO.java 630 Found 'DD'-anomaly for variable 'inPoly' (lines '630'-'643').
2060 src/com/gps/dao/FencingDAO.java 630 Found 'DD'-anomaly for variable 'inPoly' (lines '630'-'654').
2061 src/com/gps/dao/FencingDAO.java 630 Found 'DD'-anomaly for variable 'inPoly' (lines '630'-'657').
2062 src/com/gps/dao/FencingDAO.java 634 Potential violation of Law of Demeter (object not created locally)
2063 src/com/gps/dao/FencingDAO.java 634 Potential violation of Law of Demeter (object not created locally)
2064 src/com/gps/dao/FencingDAO.java 635 Potential violation of Law of Demeter (object not created locally)
2065 src/com/gps/dao/FencingDAO.java 635 Potential violation of Law of Demeter (object not created locally)
2066 src/com/gps/dao/FencingDAO.java 636 Potential violation of Law of Demeter (object not created locally)
2067 src/com/gps/dao/FencingDAO.java 636 Potential violation of Law of Demeter (object not created locally)
2068 src/com/gps/dao/FencingDAO.java 637 Potential violation of Law of Demeter (object not created locally)
2069 src/com/gps/dao/FencingDAO.java 637 Potential violation of Law of Demeter (object not created locally)
2070 src/com/gps/dao/FencingDAO.java 639 Local variable 'xinters' could be declared final
2071 src/com/gps/dao/FencingDAO.java 639 Potential violation of Law of Demeter (object not created locally)
2072 src/com/gps/dao/FencingDAO.java 639 Potential violation of Law of Demeter (object not created locally)
2073 src/com/gps/dao/FencingDAO.java 639 Potential violation of Law of Demeter (object not created locally)
2074 src/com/gps/dao/FencingDAO.java 639 Potential violation of Law of Demeter (object not created locally)
2075 src/com/gps/dao/FencingDAO.java 639 Potential violation of Law of Demeter (object not created locally)
2076 src/com/gps/dao/FencingDAO.java 639 Potential violation of Law of Demeter (object not created locally)
2077 src/com/gps/dao/FencingDAO.java 639 Potential violation of Law of Demeter (object not created locally)
2078 src/com/gps/dao/FencingDAO.java 639 Potential violation of Law of Demeter (object not created locally)
2079 src/com/gps/dao/FencingDAO.java 643 Found 'DD'-anomaly for variable 'inPoly' (lines '643'-'630').
2080 src/com/gps/dao/FencingDAO.java 643 Found 'DD'-anomaly for variable 'inPoly' (lines '643'-'643').
2081 src/com/gps/dao/FencingDAO.java 643 Found 'DD'-anomaly for variable 'inPoly' (lines '643'-'654').
2082 src/com/gps/dao/FencingDAO.java 643 Found 'DD'-anomaly for variable 'inPoly' (lines '643'-'657').
2083 src/com/gps/dao/FencingDAO.java 645 Potential violation of Law of Demeter (object not created locally)
2084 src/com/gps/dao/FencingDAO.java 645 Potential violation of Law of Demeter (object not created locally)
2085 src/com/gps/dao/FencingDAO.java 647 Found 'DD'-anomaly for variable 'intersections' (lines '647'-'647').
2086 src/com/gps/dao/FencingDAO.java 652 Avoid if (x != y) ..; else ..;
2087 src/com/gps/dao/FencingDAO.java 652 Avoid using Literals in Conditional Statements
2088 src/com/gps/dao/FencingDAO.java 662 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2089 src/com/gps/dao/FencingDAO.java 664 There is log block not surrounded by if
2090 src/com/gps/dao/FencingDAO.java 665 Avoid printStackTrace(); use a logger call instead.
2091 src/com/gps/dao/FencingDAO.java 665 Potential violation of Law of Demeter (object not created locally)
2092 src/com/gps/dao/FencingDAO.java 677 Parameter 'geofenceId' is not assigned and could be declared final
2093 src/com/gps/dao/FencingDAO.java 677 Parameter 'vehicleId' is not assigned and could be declared final
2094 src/com/gps/dao/FencingDAO.java 679 Found 'DD'-anomaly for variable 'sess' (lines '679'-'687').
2095 src/com/gps/dao/FencingDAO.java 680 Avoid variables with short names like gd
2096 src/com/gps/dao/FencingDAO.java 680 Local variable 'gd' could be declared final
2097 src/com/gps/dao/FencingDAO.java 683 Found 'DD'-anomaly for variable 'del' (lines '683'-'692').
2098 src/com/gps/dao/FencingDAO.java 684 Avoid variables with short names like tx
2099 src/com/gps/dao/FencingDAO.java 684 Found 'DD'-anomaly for variable 'tx' (lines '684'-'688').
2100 src/com/gps/dao/FencingDAO.java 685 Avoid declaring a variable if it is unreferenced before a possible exit point.
2101 src/com/gps/dao/FencingDAO.java 685 Avoid unused local variables such as 'gdDetails'.
2102 src/com/gps/dao/FencingDAO.java 685 Found 'DU'-anomaly for variable 'gdDetails' (lines '685'-'705').
2103 src/com/gps/dao/FencingDAO.java 685 Local variable 'gdDetails' could be declared final
2104 src/com/gps/dao/FencingDAO.java 687 Potential violation of Law of Demeter (object not created locally)
2105 src/com/gps/dao/FencingDAO.java 688 Potential violation of Law of Demeter (object not created locally)
2106 src/com/gps/dao/FencingDAO.java 689 Potential violation of Law of Demeter (method chain calls)
2107 src/com/gps/dao/FencingDAO.java 689 Potential violation of Law of Demeter (method chain calls)
2108 src/com/gps/dao/FencingDAO.java 689 Potential violation of Law of Demeter (method chain calls)
2109 src/com/gps/dao/FencingDAO.java 689 Potential violation of Law of Demeter (object not created locally)
2110 src/com/gps/dao/FencingDAO.java 691 Potential violation of Law of Demeter (object not created locally)
2111 src/com/gps/dao/FencingDAO.java 692 Found 'DD'-anomaly for variable 'del' (lines '692'-'696').
2112 src/com/gps/dao/FencingDAO.java 693 Potential violation of Law of Demeter (object not created locally)
2113 src/com/gps/dao/FencingDAO.java 695 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2114 src/com/gps/dao/FencingDAO.java 697 There is log block not surrounded by if
2115 src/com/gps/dao/FencingDAO.java 698 Avoid printStackTrace(); use a logger call instead.
2116 src/com/gps/dao/FencingDAO.java 698 Potential violation of Law of Demeter (object not created locally)
2117 src/com/gps/dao/FencingDAO.java 700 Avoid empty finally blocks
2118 src/com/gps/dao/FencingDAO.java 711 Parameter 'nid' is not assigned and could be declared final
2119 src/com/gps/dao/FencingDAO.java 712 Found 'DD'-anomaly for variable 'sess' (lines '712'-'718').
2120 src/com/gps/dao/FencingDAO.java 713 Avoid variables with short names like gd
2121 src/com/gps/dao/FencingDAO.java 713 Local variable 'gd' could be declared final
2122 src/com/gps/dao/FencingDAO.java 714 Found 'DD'-anomaly for variable 'del' (lines '714'-'723').
2123 src/com/gps/dao/FencingDAO.java 715 Avoid variables with short names like tx
2124 src/com/gps/dao/FencingDAO.java 715 Found 'DD'-anomaly for variable 'tx' (lines '715'-'719').
2125 src/com/gps/dao/FencingDAO.java 716 Avoid declaring a variable if it is unreferenced before a possible exit point.
2126 src/com/gps/dao/FencingDAO.java 716 Avoid unused local variables such as 'gdDetails'.
2127 src/com/gps/dao/FencingDAO.java 716 Found 'DU'-anomaly for variable 'gdDetails' (lines '716'-'736').
2128 src/com/gps/dao/FencingDAO.java 716 Local variable 'gdDetails' could be declared final
2129 src/com/gps/dao/FencingDAO.java 718 Potential violation of Law of Demeter (object not created locally)
2130 src/com/gps/dao/FencingDAO.java 719 Potential violation of Law of Demeter (object not created locally)
2131 src/com/gps/dao/FencingDAO.java 720 Potential violation of Law of Demeter (method chain calls)
2132 src/com/gps/dao/FencingDAO.java 720 Potential violation of Law of Demeter (method chain calls)
2133 src/com/gps/dao/FencingDAO.java 720 Potential violation of Law of Demeter (object not created locally)
2134 src/com/gps/dao/FencingDAO.java 722 Potential violation of Law of Demeter (object not created locally)
2135 src/com/gps/dao/FencingDAO.java 723 Found 'DD'-anomaly for variable 'del' (lines '723'-'727').
2136 src/com/gps/dao/FencingDAO.java 724 Potential violation of Law of Demeter (object not created locally)
2137 src/com/gps/dao/FencingDAO.java 726 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2138 src/com/gps/dao/FencingDAO.java 728 There is log block not surrounded by if
2139 src/com/gps/dao/FencingDAO.java 729 Avoid printStackTrace(); use a logger call instead.
2140 src/com/gps/dao/FencingDAO.java 729 Potential violation of Law of Demeter (object not created locally)
2141 src/com/gps/dao/FencingDAO.java 731 Avoid empty finally blocks
2142 src/com/gps/dao/FencingDAO.java 744 Parameter 'count' is not assigned and could be declared final
2143 src/com/gps/dao/FencingDAO.java 744 Parameter 'data' is not assigned and could be declared final
2144 src/com/gps/dao/FencingDAO.java 744 Parameter 'geofenceName' is not assigned and could be declared final
2145 src/com/gps/dao/FencingDAO.java 744 Parameter 'trip' is not assigned and could be declared final
2146 src/com/gps/dao/FencingDAO.java 744 Parameter 'userDet' is not assigned and could be declared final
2147 src/com/gps/dao/FencingDAO.java 749 Local variable 'geofence' could be declared final
2148 src/com/gps/dao/FencingDAO.java 750 There is log block not surrounded by if
2149 src/com/gps/dao/FencingDAO.java 750 There is log block not surrounded by if
2150 src/com/gps/dao/FencingDAO.java 753 Potential violation of Law of Demeter (method chain calls)
2151 src/com/gps/dao/FencingDAO.java 753 There is log block not surrounded by if
2152 src/com/gps/dao/FencingDAO.java 753 There is log block not surrounded by if
2153 src/com/gps/dao/FencingDAO.java 754 Potential violation of Law of Demeter (object not created locally)
2154 src/com/gps/dao/FencingDAO.java 755 Potential violation of Law of Demeter (object not created locally)
2155 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
2156 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
2157 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (object not created locally)
2158 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
2159 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
2160 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
2161 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
2162 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
2163 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
2164 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
2165 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
2166 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
2167 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
2168 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
2169 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
2170 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (object not created locally)
2171 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2172 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2173 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2174 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2175 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2176 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2177 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2178 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2179 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2180 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2181 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2182 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2183 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2184 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2185 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2186 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2187 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2188 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2189 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2190 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2191 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2192 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2193 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2194 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2195 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2196 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2197 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2198 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
2199 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (object not created locally)
2200 src/com/gps/dao/FencingDAO.java 759 Potential violation of Law of Demeter (object not created locally)
2201 src/com/gps/dao/FencingDAO.java 761 Potential violation of Law of Demeter (object not created locally)
2202 src/com/gps/dao/FencingDAO.java 765 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2203 src/com/gps/dao/FencingDAO.java 767 There is log block not surrounded by if
2204 src/com/gps/dao/FencingDAO.java 768 Avoid throwing raw exception types.
2205 src/com/gps/dao/FencingDAO.java 768 New exception is thrown in catch block, original stack trace may be lost
2206 src/com/gps/dao/FencingDAO.java 779 Comment is too large: Line too long
2207 src/com/gps/dao/FencingDAO.java 794 A method/constructor shouldnt explicitly throw java.lang.Exception
2208 src/com/gps/dao/FencingDAO.java 794 Parameter 'center' is not assigned and could be declared final
2209 src/com/gps/dao/FencingDAO.java 794 Parameter 'point' is not assigned and could be declared final
2210 src/com/gps/dao/FencingDAO.java 794 The method 'inCircle' has a Cyclomatic Complexity of 10.
2211 src/com/gps/dao/FencingDAO.java 797 Found 'DD'-anomaly for variable 'distance' (lines '797'-'805').
2212 src/com/gps/dao/FencingDAO.java 797 Found 'DU'-anomaly for variable 'distance' (lines '797'-'826').
2213 src/com/gps/dao/FencingDAO.java 798 Avoid variables with short names like in
2214 src/com/gps/dao/FencingDAO.java 798 Found 'DD'-anomaly for variable 'in' (lines '798'-'811').
2215 src/com/gps/dao/FencingDAO.java 798 Found 'DD'-anomaly for variable 'in' (lines '798'-'813').
2216 src/com/gps/dao/FencingDAO.java 798 Found 'DU'-anomaly for variable 'in' (lines '798'-'826').
2217 src/com/gps/dao/FencingDAO.java 799 Found 'DD'-anomaly for variable 'kmVal' (lines '799'-'807').
2218 src/com/gps/dao/FencingDAO.java 799 Found 'DU'-anomaly for variable 'kmVal' (lines '799'-'826').
2219 src/com/gps/dao/FencingDAO.java 802 Found 'DU'-anomaly for variable 'utils' (lines '802'-'826').
2220 src/com/gps/dao/FencingDAO.java 805 Potential violation of Law of Demeter (object not created locally)
2221 src/com/gps/dao/FencingDAO.java 807 Potential violation of Law of Demeter (object not created locally)
2222 src/com/gps/dao/FencingDAO.java 811 Avoid using if...else statements without curly braces
2223 src/com/gps/dao/FencingDAO.java 813 Avoid using if...else statements without curly braces
2224 src/com/gps/dao/FencingDAO.java 814 There is log block not surrounded by if
2225 src/com/gps/dao/FencingDAO.java 814 There is log block not surrounded by if
2226 src/com/gps/dao/FencingDAO.java 817 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2227 src/com/gps/dao/FencingDAO.java 819 There is log block not surrounded by if
2228 src/com/gps/dao/FencingDAO.java 827 Comment is too large: Too many lines
2229 src/com/gps/dao/FencingDAO.java 828 Comment is too large: Line too long
2230 src/com/gps/dao/FencingDAO.java 829 Comment is too large: Line too long
2231 src/com/gps/dao/FencingDAO.java 840 Avoid really long methods.
2232 src/com/gps/dao/FencingDAO.java 840 Method names should not start with capital letters
2233 src/com/gps/dao/FencingDAO.java 840 Parameter 'lat' is not assigned and could be declared final
2234 src/com/gps/dao/FencingDAO.java 840 Parameter 'lon' is not assigned and could be declared final
2235 src/com/gps/dao/FencingDAO.java 840 Parameter 'packetTime' is not assigned and could be declared final
2236 src/com/gps/dao/FencingDAO.java 840 Parameter 'vehicleId' is not assigned and could be declared final
2237 src/com/gps/dao/FencingDAO.java 840 The method 'WhetherInterested' has a Cyclomatic Complexity of 16.
2238 src/com/gps/dao/FencingDAO.java 844 Found 'DD'-anomaly for variable 'vehdao' (lines '844'-'864').
2239 src/com/gps/dao/FencingDAO.java 848 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_mon_end' is not final.
2240 src/com/gps/dao/FencingDAO.java 849 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_even_end' is not final.
2241 src/com/gps/dao/FencingDAO.java 850 Found 'DD'-anomaly for variable 'sessVal' (lines '850'-'889').
2242 src/com/gps/dao/FencingDAO.java 852 Avoid unused local variables such as 'utils'.
2243 src/com/gps/dao/FencingDAO.java 853 Found 'DD'-anomaly for variable 'stat' (lines '853'-'965').
2244 src/com/gps/dao/FencingDAO.java 853 Found 'DD'-anomaly for variable 'stat' (lines '853'-'968').
2245 src/com/gps/dao/FencingDAO.java 853 Found 'DD'-anomaly for variable 'stat' (lines '853'-'980').
2246 src/com/gps/dao/FencingDAO.java 853 Found 'DD'-anomaly for variable 'stat' (lines '853'-'984').
2247 src/com/gps/dao/FencingDAO.java 855 Local variable 'format1' could be declared final
2248 src/com/gps/dao/FencingDAO.java 855 When instantiating a SimpleDateFormat object, specify a Locale
2249 src/com/gps/dao/FencingDAO.java 857 There is log block not surrounded by if
2250 src/com/gps/dao/FencingDAO.java 857 There is log block not surrounded by if
2251 src/com/gps/dao/FencingDAO.java 859 There is log block not surrounded by if
2252 src/com/gps/dao/FencingDAO.java 859 There is log block not surrounded by if
2253 src/com/gps/dao/FencingDAO.java 861 There is log block not surrounded by if
2254 src/com/gps/dao/FencingDAO.java 861 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
2255 src/com/gps/dao/FencingDAO.java 862 Found 'DU'-anomaly for variable 'utils' (lines '862'-'1,009').
2256 src/com/gps/dao/FencingDAO.java 865 Potential violation of Law of Demeter (object not created locally)
2257 src/com/gps/dao/FencingDAO.java 867 There is log block not surrounded by if
2258 src/com/gps/dao/FencingDAO.java 867 There is log block not surrounded by if
2259 src/com/gps/dao/FencingDAO.java 869 Potential violation of Law of Demeter (object not created locally)
2260 src/com/gps/dao/FencingDAO.java 869 Potential violation of Law of Demeter (object not created locally)
2261 src/com/gps/dao/FencingDAO.java 869 Potential violation of Law of Demeter (object not created locally)
2262 src/com/gps/dao/FencingDAO.java 869 There is log block not surrounded by if
2263 src/com/gps/dao/FencingDAO.java 869 There is log block not surrounded by if
2264 src/com/gps/dao/FencingDAO.java 870 Potential violation of Law of Demeter (object not created locally)
2265 src/com/gps/dao/FencingDAO.java 872 Local variable 'format' could be declared final
2266 src/com/gps/dao/FencingDAO.java 872 When instantiating a SimpleDateFormat object, specify a Locale
2267 src/com/gps/dao/FencingDAO.java 873 Potential violation of Law of Demeter (object not created locally)
2268 src/com/gps/dao/FencingDAO.java 874 Local variable 'cal' could be declared final
2269 src/com/gps/dao/FencingDAO.java 875 Local variable 'cal2' could be declared final
2270 src/com/gps/dao/FencingDAO.java 876 Potential violation of Law of Demeter (object not created locally)
2271 src/com/gps/dao/FencingDAO.java 880 Potential violation of Law of Demeter (object not created locally)
2272 src/com/gps/dao/FencingDAO.java 880 Potential violation of Law of Demeter (object not created locally)
2273 src/com/gps/dao/FencingDAO.java 881 Potential violation of Law of Demeter (object not created locally)
2274 src/com/gps/dao/FencingDAO.java 882 Found 'DD'-anomaly for variable 'timeQuery' (lines '882'-'918').
2275 src/com/gps/dao/FencingDAO.java 883 Potential violation of Law of Demeter (object not created locally)
2276 src/com/gps/dao/FencingDAO.java 883 There is log block not surrounded by if
2277 src/com/gps/dao/FencingDAO.java 883 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
2278 src/com/gps/dao/FencingDAO.java 884 Found 'DD'-anomaly for variable 'monStartTime' (lines '884'-'945').
2279 src/com/gps/dao/FencingDAO.java 885 Found 'DD'-anomaly for variable 'evenStartTime' (lines '885'-'953').
2280 src/com/gps/dao/FencingDAO.java 886 Found 'DD'-anomaly for variable 'monSessEnd' (lines '886'-'947').
2281 src/com/gps/dao/FencingDAO.java 887 Found 'DD'-anomaly for variable 'evenSessEnd' (lines '887'-'955').
2282 src/com/gps/dao/FencingDAO.java 888 There is log block not surrounded by if
2283 src/com/gps/dao/FencingDAO.java 888 There is log block not surrounded by if
2284 src/com/gps/dao/FencingDAO.java 890 Found 'DD'-anomaly for variable 'trip' (lines '890'-'927').
2285 src/com/gps/dao/FencingDAO.java 891 Local variable 'chk' could be declared final
2286 src/com/gps/dao/FencingDAO.java 898 Avoid unused local variables such as 'hours2'.
2287 src/com/gps/dao/FencingDAO.java 900 Potential violation of Law of Demeter (object not created locally)
2288 src/com/gps/dao/FencingDAO.java 901 Found 'DU'-anomaly for variable 'hours2' (lines '901'-'1,009').
2289 src/com/gps/dao/FencingDAO.java 901 Potential violation of Law of Demeter (object not created locally)
2290 src/com/gps/dao/FencingDAO.java 903 Potential violation of Law of Demeter (object not created locally)
2291 src/com/gps/dao/FencingDAO.java 904 Local variable 'append' could be declared final
2292 src/com/gps/dao/FencingDAO.java 910 Comment is too large: Line too long
2293 src/com/gps/dao/FencingDAO.java 915 Comment is too large: Line too long
2294 src/com/gps/dao/FencingDAO.java 921 Local variable 'query' could be declared final
2295 src/com/gps/dao/FencingDAO.java 921 Potential violation of Law of Demeter (method chain calls)
2296 src/com/gps/dao/FencingDAO.java 922 Potential violation of Law of Demeter (object not created locally)
2297 src/com/gps/dao/FencingDAO.java 924 There is log block not surrounded by if
2298 src/com/gps/dao/FencingDAO.java 924 There is log block not surrounded by if
2299 src/com/gps/dao/FencingDAO.java 926 Avoid if (x != y) ..; else ..;
2300 src/com/gps/dao/FencingDAO.java 926 Potential violation of Law of Demeter (object not created locally)
2301 src/com/gps/dao/FencingDAO.java 927 Potential violation of Law of Demeter (object not created locally)
2302 src/com/gps/dao/FencingDAO.java 928 Potential violation of Law of Demeter (object not created locally)
2303 src/com/gps/dao/FencingDAO.java 928 There is log block not surrounded by if
2304 src/com/gps/dao/FencingDAO.java 928 There is log block not surrounded by if
2305 src/com/gps/dao/FencingDAO.java 931 There is log block not surrounded by if
2306 src/com/gps/dao/FencingDAO.java 931 There is log block not surrounded by if
2307 src/com/gps/dao/FencingDAO.java 935 Comment is too large: Line too long
2308 src/com/gps/dao/FencingDAO.java 936 Avoid if (x != y) ..; else ..;
2309 src/com/gps/dao/FencingDAO.java 938 Avoid unnecessary comparisons in boolean expressions
2310 src/com/gps/dao/FencingDAO.java 938 Avoid using Literals in Conditional Statements
2311 src/com/gps/dao/FencingDAO.java 938 Potential violation of Law of Demeter (object not created locally)
2312 src/com/gps/dao/FencingDAO.java 938 Potential violation of Law of Demeter (object not created locally)
2313 src/com/gps/dao/FencingDAO.java 940 Potential violation of Law of Demeter (object not created locally)
2314 src/com/gps/dao/FencingDAO.java 940 Potential violation of Law of Demeter (object not created locally)
2315 src/com/gps/dao/FencingDAO.java 940 Potential violation of Law of Demeter (object not created locally)
2316 src/com/gps/dao/FencingDAO.java 940 There is log block not surrounded by if
2317 src/com/gps/dao/FencingDAO.java 940 There is log block not surrounded by if
2318 src/com/gps/dao/FencingDAO.java 941 Potential violation of Law of Demeter (object not created locally)
2319 src/com/gps/dao/FencingDAO.java 941 Potential violation of Law of Demeter (object not created locally)
2320 src/com/gps/dao/FencingDAO.java 941 Potential violation of Law of Demeter (object not created locally)
2321 src/com/gps/dao/FencingDAO.java 941 There is log block not surrounded by if
2322 src/com/gps/dao/FencingDAO.java 941 There is log block not surrounded by if
2323 src/com/gps/dao/FencingDAO.java 942 Potential violation of Law of Demeter (object not created locally)
2324 src/com/gps/dao/FencingDAO.java 944 Potential violation of Law of Demeter (object not created locally)
2325 src/com/gps/dao/FencingDAO.java 944 Potential violation of Law of Demeter (object not created locally)
2326 src/com/gps/dao/FencingDAO.java 945 Found 'DU'-anomaly for variable 'monStartTime' (lines '945'-'1,009').
2327 src/com/gps/dao/FencingDAO.java 945 Potential violation of Law of Demeter (object not created locally)
2328 src/com/gps/dao/FencingDAO.java 946 Potential violation of Law of Demeter (object not created locally)
2329 src/com/gps/dao/FencingDAO.java 946 Potential violation of Law of Demeter (object not created locally)
2330 src/com/gps/dao/FencingDAO.java 947 Potential violation of Law of Demeter (object not created locally)
2331 src/com/gps/dao/FencingDAO.java 948 There is log block not surrounded by if
2332 src/com/gps/dao/FencingDAO.java 948 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
2333 src/com/gps/dao/FencingDAO.java 950 Potential violation of Law of Demeter (object not created locally)
2334 src/com/gps/dao/FencingDAO.java 952 Potential violation of Law of Demeter (object not created locally)
2335 src/com/gps/dao/FencingDAO.java 952 Potential violation of Law of Demeter (object not created locally)
2336 src/com/gps/dao/FencingDAO.java 953 Found 'DU'-anomaly for variable 'evenStartTime' (lines '953'-'1,009').
2337 src/com/gps/dao/FencingDAO.java 953 Potential violation of Law of Demeter (object not created locally)
2338 src/com/gps/dao/FencingDAO.java 954 Potential violation of Law of Demeter (object not created locally)
2339 src/com/gps/dao/FencingDAO.java 954 Potential violation of Law of Demeter (object not created locally)
2340 src/com/gps/dao/FencingDAO.java 955 Potential violation of Law of Demeter (object not created locally)
2341 src/com/gps/dao/FencingDAO.java 956 There is log block not surrounded by if
2342 src/com/gps/dao/FencingDAO.java 956 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
2343 src/com/gps/dao/FencingDAO.java 958 Avoid using Literals in Conditional Statements
2344 src/com/gps/dao/FencingDAO.java 960 Potential violation of Law of Demeter (object not created locally)
2345 src/com/gps/dao/FencingDAO.java 960 Potential violation of Law of Demeter (object not created locally)
2346 src/com/gps/dao/FencingDAO.java 960 Potential violation of Law of Demeter (object not created locally)
2347 src/com/gps/dao/FencingDAO.java 960 Potential violation of Law of Demeter (object not created locally)
2348 src/com/gps/dao/FencingDAO.java 960 Useless parentheses.
2349 src/com/gps/dao/FencingDAO.java 961 Potential violation of Law of Demeter (object not created locally)
2350 src/com/gps/dao/FencingDAO.java 961 Potential violation of Law of Demeter (object not created locally)
2351 src/com/gps/dao/FencingDAO.java 961 Potential violation of Law of Demeter (object not created locally)
2352 src/com/gps/dao/FencingDAO.java 963 Potential violation of Law of Demeter (method chain calls)
2353 src/com/gps/dao/FencingDAO.java 964 There is log block not surrounded by if
2354 src/com/gps/dao/FencingDAO.java 964 There is log block not surrounded by if
2355 src/com/gps/dao/FencingDAO.java 969 There is log block not surrounded by if
2356 src/com/gps/dao/FencingDAO.java 969 There is log block not surrounded by if
2357 src/com/gps/dao/FencingDAO.java 974 Potential violation of Law of Demeter (method chain calls)
2358 src/com/gps/dao/FencingDAO.java 975 Potential violation of Law of Demeter (object not created locally)
2359 src/com/gps/dao/FencingDAO.java 975 Potential violation of Law of Demeter (object not created locally)
2360 src/com/gps/dao/FencingDAO.java 975 Potential violation of Law of Demeter (object not created locally)
2361 src/com/gps/dao/FencingDAO.java 975 Potential violation of Law of Demeter (object not created locally)
2362 src/com/gps/dao/FencingDAO.java 975 Useless parentheses.
2363 src/com/gps/dao/FencingDAO.java 976 Potential violation of Law of Demeter (object not created locally)
2364 src/com/gps/dao/FencingDAO.java 976 Potential violation of Law of Demeter (object not created locally)
2365 src/com/gps/dao/FencingDAO.java 976 Potential violation of Law of Demeter (object not created locally)
2366 src/com/gps/dao/FencingDAO.java 979 There is log block not surrounded by if
2367 src/com/gps/dao/FencingDAO.java 979 There is log block not surrounded by if
2368 src/com/gps/dao/FencingDAO.java 985 There is log block not surrounded by if
2369 src/com/gps/dao/FencingDAO.java 985 There is log block not surrounded by if
2370 src/com/gps/dao/FencingDAO.java 992 There is log block not surrounded by if
2371 src/com/gps/dao/FencingDAO.java 992 There is log block not surrounded by if
2372 src/com/gps/dao/FencingDAO.java 998 There is log block not surrounded by if
2373 src/com/gps/dao/FencingDAO.java 998 There is log block not surrounded by if
2374 src/com/gps/dao/FencingDAO.java 1003 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2375 src/com/gps/dao/FencingDAO.java 1005 There is log block not surrounded by if
2376 src/com/gps/dao/FencingDAO.java 1011 Parameter 'vehicleId' is not assigned and could be declared final
2377 src/com/gps/dao/FencingDAO.java 1011 publicMethodCommentRequirement Required
2378 src/com/gps/dao/FencingDAO.java 1013 Avoid unused local variables such as 'vehDAO'.
2379 src/com/gps/dao/FencingDAO.java 1019 Potential violation of Law of Demeter (method chain calls)
2380 src/com/gps/dao/FencingDAO.java 1020 Potential violation of Law of Demeter (object not created locally)
2381 src/com/gps/dao/FencingDAO.java 1022 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2382 src/com/gps/dao/FencingDAO.java 1024 There is log block not surrounded by if
2383 src/com/gps/dao/FencingDAO.java 1030 Comment is too large: Line too long
2384 src/com/gps/dao/FencingDAO.java 1036 A method/constructor shouldnt explicitly throw java.lang.Exception
2385 src/com/gps/dao/FencingDAO.java 1036 Parameter 'fenceid' is not assigned and could be declared final
2386 src/com/gps/dao/FencingDAO.java 1036 Parameter 'packetTime' is not assigned and could be declared final
2387 src/com/gps/dao/FencingDAO.java 1044 Comment is too large: Too many lines
2388 src/com/gps/dao/FencingDAO.java 1054 A method/constructor shouldnt explicitly throw java.lang.Exception
2389 src/com/gps/dao/FencingDAO.java 1054 Parameter 'packetTime' is not assigned and could be declared final
2390 src/com/gps/dao/FencingDAO.java 1058 Local variable 'cal' could be declared final
2391 src/com/gps/dao/FencingDAO.java 1064 There is log block not surrounded by if
2392 src/com/gps/dao/FencingDAO.java 1064 There is log block not surrounded by if
2393 src/com/gps/dao/FencingDAO.java 1065 Potential violation of Law of Demeter (object not created locally)
2394 src/com/gps/dao/FencingDAO.java 1067 Comment is too large: Too many lines
2395 src/com/gps/dao/FencingDAO.java 1083 Potential violation of Law of Demeter (object not created locally)
2396 src/com/gps/dao/FencingDAO.java 1086 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2397 src/com/gps/dao/FencingDAO.java 1088 There is log block not surrounded by if
2398 src/com/gps/dao/FencingDAO.java 1096 A method/constructor shouldnt explicitly throw java.lang.Exception
2399 src/com/gps/dao/FencingDAO.java 1096 Parameter 'session' is not assigned and could be declared final
2400 src/com/gps/dao/FencingDAO.java 1096 Parameter 'tripId' is not assigned and could be declared final
2401 src/com/gps/dao/FencingDAO.java 1101 Avoid using Literals in Conditional Statements
2402 src/com/gps/dao/FencingDAO.java 1102 Avoid using if...else statements without curly braces
2403 src/com/gps/dao/FencingDAO.java 1104 Avoid using if...else statements without curly braces
2404 src/com/gps/dao/FencingDAO.java 1106 There is log block not surrounded by if
2405 src/com/gps/dao/FencingDAO.java 1106 There is log block not surrounded by if
2406 src/com/gps/dao/FencingDAO.java 1108 Local variable 'fences' could be declared final
2407 src/com/gps/dao/FencingDAO.java 1108 Potential violation of Law of Demeter (method chain calls)
2408 src/com/gps/dao/FencingDAO.java 1108 Potential violation of Law of Demeter (method chain calls)
2409 src/com/gps/dao/FencingDAO.java 1110 Avoid using Literals in Conditional Statements
2410 src/com/gps/dao/FencingDAO.java 1110 Potential violation of Law of Demeter (object not created locally)
2411 src/com/gps/dao/FencingDAO.java 1110 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
2412 src/com/gps/dao/FencingDAO.java 1112 Potential violation of Law of Demeter (method chain calls)
2413 src/com/gps/dao/FencingDAO.java 1112 Potential violation of Law of Demeter (method chain calls)
2414 src/com/gps/dao/FencingDAO.java 1112 Potential violation of Law of Demeter (method chain calls)
2415 src/com/gps/dao/FencingDAO.java 1112 Potential violation of Law of Demeter (method chain calls)
2416 src/com/gps/dao/FencingDAO.java 1112 Potential violation of Law of Demeter (object not created locally)
2417 src/com/gps/dao/FencingDAO.java 1112 Potential violation of Law of Demeter (object not created locally)
2418 src/com/gps/dao/FencingDAO.java 1112 There is log block not surrounded by if
2419 src/com/gps/dao/FencingDAO.java 1112 There is log block not surrounded by if
2420 src/com/gps/dao/FencingDAO.java 1114 A method should have only one exit point, and that should be the last statement in the method
2421 src/com/gps/dao/FencingDAO.java 1114 Potential violation of Law of Demeter (object not created locally)
2422 src/com/gps/dao/FencingDAO.java 1119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2423 src/com/gps/dao/FencingDAO.java 1121 There is log block not surrounded by if
2424 src/com/gps/dao/FencingDAO.java 1129 A method/constructor shouldnt explicitly throw java.lang.Exception
2425 src/com/gps/dao/FencingDAO.java 1129 Parameter 'session' is not assigned and could be declared final
2426 src/com/gps/dao/FencingDAO.java 1129 Parameter 'tripId' is not assigned and could be declared final
2427 src/com/gps/dao/FencingDAO.java 1134 Avoid using Literals in Conditional Statements
2428 src/com/gps/dao/FencingDAO.java 1135 Avoid using if...else statements without curly braces
2429 src/com/gps/dao/FencingDAO.java 1137 Avoid using if...else statements without curly braces
2430 src/com/gps/dao/FencingDAO.java 1139 There is log block not surrounded by if
2431 src/com/gps/dao/FencingDAO.java 1139 There is log block not surrounded by if
2432 src/com/gps/dao/FencingDAO.java 1141 Local variable 'fences' could be declared final
2433 src/com/gps/dao/FencingDAO.java 1141 Potential violation of Law of Demeter (method chain calls)
2434 src/com/gps/dao/FencingDAO.java 1141 Potential violation of Law of Demeter (method chain calls)
2435 src/com/gps/dao/FencingDAO.java 1143 Avoid using Literals in Conditional Statements
2436 src/com/gps/dao/FencingDAO.java 1143 Potential violation of Law of Demeter (object not created locally)
2437 src/com/gps/dao/FencingDAO.java 1143 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
2438 src/com/gps/dao/FencingDAO.java 1145 Potential violation of Law of Demeter (method chain calls)
2439 src/com/gps/dao/FencingDAO.java 1145 Potential violation of Law of Demeter (method chain calls)
2440 src/com/gps/dao/FencingDAO.java 1145 Potential violation of Law of Demeter (method chain calls)
2441 src/com/gps/dao/FencingDAO.java 1145 Potential violation of Law of Demeter (method chain calls)
2442 src/com/gps/dao/FencingDAO.java 1145 Potential violation of Law of Demeter (object not created locally)
2443 src/com/gps/dao/FencingDAO.java 1145 Potential violation of Law of Demeter (object not created locally)
2444 src/com/gps/dao/FencingDAO.java 1145 There is log block not surrounded by if
2445 src/com/gps/dao/FencingDAO.java 1145 There is log block not surrounded by if
2446 src/com/gps/dao/FencingDAO.java 1147 A method should have only one exit point, and that should be the last statement in the method
2447 src/com/gps/dao/FencingDAO.java 1147 Potential violation of Law of Demeter (object not created locally)
2448 src/com/gps/dao/FencingDAO.java 1152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2449 src/com/gps/dao/FencingDAO.java 1154 There is log block not surrounded by if
2450 src/com/gps/dao/FencingDAO.java 1160 A method/constructor shouldnt explicitly throw java.lang.Exception
2451 src/com/gps/dao/FencingDAO.java 1160 Parameter 'sessval' is not assigned and could be declared final
2452 src/com/gps/dao/FencingDAO.java 1160 Parameter 'time' is not assigned and could be declared final
2453 src/com/gps/dao/FencingDAO.java 1160 Parameter 'trip' is not assigned and could be declared final
2454 src/com/gps/dao/FencingDAO.java 1160 Parameter 'type' is not assigned and could be declared final
2455 src/com/gps/dao/FencingDAO.java 1160 publicMethodCommentRequirement Required
2456 src/com/gps/dao/FencingDAO.java 1162 Avoid using if statements without curly braces
2457 src/com/gps/dao/FencingDAO.java 1163 A method should have only one exit point, and that should be the last statement in the method
2458 src/com/gps/dao/FencingDAO.java 1165 Comment is too large: Line too long
2459 src/com/gps/dao/FencingDAO.java 1177 Avoid declaring a variable if it is unreferenced before a possible exit point.
2460 src/com/gps/dao/FencingDAO.java 1177 Avoid unused local variables such as 'utils'.
2461 src/com/gps/dao/FencingDAO.java 1177 Local variable 'utils' could be declared final
2462 src/com/gps/dao/FencingDAO.java 1181 Local variable 'format2' could be declared final
2463 src/com/gps/dao/FencingDAO.java 1181 When instantiating a SimpleDateFormat object, specify a Locale
2464 src/com/gps/dao/FencingDAO.java 1182 Potential violation of Law of Demeter (object not created locally)
2465 src/com/gps/dao/FencingDAO.java 1186 Local variable 'cal' could be declared final
2466 src/com/gps/dao/FencingDAO.java 1187 Potential violation of Law of Demeter (object not created locally)
2467 src/com/gps/dao/FencingDAO.java 1190 Potential violation of Law of Demeter (object not created locally)
2468 src/com/gps/dao/FencingDAO.java 1190 Potential violation of Law of Demeter (object not created locally)
2469 src/com/gps/dao/FencingDAO.java 1192 There is log block not surrounded by if
2470 src/com/gps/dao/FencingDAO.java 1192 There is log block not surrounded by if
2471 src/com/gps/dao/FencingDAO.java 1193 There is log block not surrounded by if
2472 src/com/gps/dao/FencingDAO.java 1193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
2473 src/com/gps/dao/FencingDAO.java 1194 Avoid using Literals in Conditional Statements
2474 src/com/gps/dao/FencingDAO.java 1200 Potential violation of Law of Demeter (object not created locally)
2475 src/com/gps/dao/FencingDAO.java 1201 Potential violation of Law of Demeter (object not created locally)
2476 src/com/gps/dao/FencingDAO.java 1202 Potential violation of Law of Demeter (object not created locally)
2477 src/com/gps/dao/FencingDAO.java 1203 Potential violation of Law of Demeter (object not created locally)
2478 src/com/gps/dao/FencingDAO.java 1203 Potential violation of Law of Demeter (object not created locally)
2479 src/com/gps/dao/FencingDAO.java 1207 There is log block not surrounded by if
2480 src/com/gps/dao/FencingDAO.java 1207 There is log block not surrounded by if
2481 src/com/gps/dao/FencingDAO.java 1209 Avoid using Literals in Conditional Statements
2482 src/com/gps/dao/FencingDAO.java 1213 Potential violation of Law of Demeter (object not created locally)
2483 src/com/gps/dao/FencingDAO.java 1214 Potential violation of Law of Demeter (object not created locally)
2484 src/com/gps/dao/FencingDAO.java 1215 Potential violation of Law of Demeter (object not created locally)
2485 src/com/gps/dao/FencingDAO.java 1216 Potential violation of Law of Demeter (object not created locally)
2486 src/com/gps/dao/FencingDAO.java 1216 Potential violation of Law of Demeter (object not created locally)
2487 src/com/gps/dao/FencingDAO.java 1219 There is log block not surrounded by if
2488 src/com/gps/dao/FencingDAO.java 1219 There is log block not surrounded by if
2489 src/com/gps/dao/FencingDAO.java 1225 Local variable 'query' could be declared final
2490 src/com/gps/dao/FencingDAO.java 1225 Potential violation of Law of Demeter (object not created locally)
2491 src/com/gps/dao/FencingDAO.java 1226 There is log block not surrounded by if
2492 src/com/gps/dao/FencingDAO.java 1226 There is log block not surrounded by if
2493 src/com/gps/dao/FencingDAO.java 1229 Potential violation of Law of Demeter (object not created locally)
2494 src/com/gps/dao/FencingDAO.java 1231 Avoid using Literals in Conditional Statements
2495 src/com/gps/dao/FencingDAO.java 1231 Potential violation of Law of Demeter (object not created locally)
2496 src/com/gps/dao/FencingDAO.java 1231 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
2497 src/com/gps/dao/FencingDAO.java 1242 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2498 src/com/gps/dao/FencingDAO.java 1244 There is log block not surrounded by if
2499 src/com/gps/dao/FencingDAO.java 1249 Comment is too large: Too many lines
2500 src/com/gps/dao/FencingDAO.java 1250 Comment is too large: Line too long
2501 src/com/gps/dao/FencingDAO.java 1251 Comment is too large: Line too long
2502 src/com/gps/dao/FencingDAO.java 1261 A method/constructor shouldnt explicitly throw java.lang.Exception
2503 src/com/gps/dao/FencingDAO.java 1261 Parameter 'fence' is not assigned and could be declared final
2504 src/com/gps/dao/FencingDAO.java 1261 Parameter 'sessval' is not assigned and could be declared final
2505 src/com/gps/dao/FencingDAO.java 1261 Parameter 'time' is not assigned and could be declared final
2506 src/com/gps/dao/FencingDAO.java 1261 Parameter 'type' is not assigned and could be declared final
2507 src/com/gps/dao/FencingDAO.java 1263 Avoid using if statements without curly braces
2508 src/com/gps/dao/FencingDAO.java 1264 A method should have only one exit point, and that should be the last statement in the method
2509 src/com/gps/dao/FencingDAO.java 1266 Comment is too large: Line too long
2510 src/com/gps/dao/FencingDAO.java 1278 Avoid declaring a variable if it is unreferenced before a possible exit point.
2511 src/com/gps/dao/FencingDAO.java 1278 Avoid unused local variables such as 'utils'.
2512 src/com/gps/dao/FencingDAO.java 1278 Local variable 'utils' could be declared final
2513 src/com/gps/dao/FencingDAO.java 1282 Local variable 'format2' could be declared final
2514 src/com/gps/dao/FencingDAO.java 1282 When instantiating a SimpleDateFormat object, specify a Locale
2515 src/com/gps/dao/FencingDAO.java 1283 Potential violation of Law of Demeter (object not created locally)
2516 src/com/gps/dao/FencingDAO.java 1287 Local variable 'cal' could be declared final
2517 src/com/gps/dao/FencingDAO.java 1288 Potential violation of Law of Demeter (object not created locally)
2518 src/com/gps/dao/FencingDAO.java 1291 Potential violation of Law of Demeter (object not created locally)
2519 src/com/gps/dao/FencingDAO.java 1291 Potential violation of Law of Demeter (object not created locally)
2520 src/com/gps/dao/FencingDAO.java 1293 There is log block not surrounded by if
2521 src/com/gps/dao/FencingDAO.java 1293 There is log block not surrounded by if
2522 src/com/gps/dao/FencingDAO.java 1294 There is log block not surrounded by if
2523 src/com/gps/dao/FencingDAO.java 1294 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
2524 src/com/gps/dao/FencingDAO.java 1295 Avoid using Literals in Conditional Statements
2525 src/com/gps/dao/FencingDAO.java 1298 Potential violation of Law of Demeter (method chain calls)
2526 src/com/gps/dao/FencingDAO.java 1298 Potential violation of Law of Demeter (method chain calls)
2527 src/com/gps/dao/FencingDAO.java 1299 Potential violation of Law of Demeter (method chain calls)
2528 src/com/gps/dao/FencingDAO.java 1299 Potential violation of Law of Demeter (method chain calls)
2529 src/com/gps/dao/FencingDAO.java 1301 Potential violation of Law of Demeter (object not created locally)
2530 src/com/gps/dao/FencingDAO.java 1302 Potential violation of Law of Demeter (object not created locally)
2531 src/com/gps/dao/FencingDAO.java 1303 Potential violation of Law of Demeter (object not created locally)
2532 src/com/gps/dao/FencingDAO.java 1304 Potential violation of Law of Demeter (object not created locally)
2533 src/com/gps/dao/FencingDAO.java 1304 Potential violation of Law of Demeter (object not created locally)
2534 src/com/gps/dao/FencingDAO.java 1308 There is log block not surrounded by if
2535 src/com/gps/dao/FencingDAO.java 1308 There is log block not surrounded by if
2536 src/com/gps/dao/FencingDAO.java 1310 Avoid using Literals in Conditional Statements
2537 src/com/gps/dao/FencingDAO.java 1312 Potential violation of Law of Demeter (method chain calls)
2538 src/com/gps/dao/FencingDAO.java 1312 Potential violation of Law of Demeter (method chain calls)
2539 src/com/gps/dao/FencingDAO.java 1313 Potential violation of Law of Demeter (method chain calls)
2540 src/com/gps/dao/FencingDAO.java 1313 Potential violation of Law of Demeter (method chain calls)
2541 src/com/gps/dao/FencingDAO.java 1314 Potential violation of Law of Demeter (object not created locally)
2542 src/com/gps/dao/FencingDAO.java 1315 Potential violation of Law of Demeter (object not created locally)
2543 src/com/gps/dao/FencingDAO.java 1316 Potential violation of Law of Demeter (object not created locally)
2544 src/com/gps/dao/FencingDAO.java 1317 Potential violation of Law of Demeter (object not created locally)
2545 src/com/gps/dao/FencingDAO.java 1317 Potential violation of Law of Demeter (object not created locally)
2546 src/com/gps/dao/FencingDAO.java 1320 There is log block not surrounded by if
2547 src/com/gps/dao/FencingDAO.java 1320 There is log block not surrounded by if
2548 src/com/gps/dao/FencingDAO.java 1326 Local variable 'query' could be declared final
2549 src/com/gps/dao/FencingDAO.java 1326 Potential violation of Law of Demeter (object not created locally)
2550 src/com/gps/dao/FencingDAO.java 1327 There is log block not surrounded by if
2551 src/com/gps/dao/FencingDAO.java 1327 There is log block not surrounded by if
2552 src/com/gps/dao/FencingDAO.java 1330 Potential violation of Law of Demeter (object not created locally)
2553 src/com/gps/dao/FencingDAO.java 1332 Avoid using Literals in Conditional Statements
2554 src/com/gps/dao/FencingDAO.java 1332 Potential violation of Law of Demeter (object not created locally)
2555 src/com/gps/dao/FencingDAO.java 1332 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
2556 src/com/gps/dao/FencingDAO.java 1343 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2557 src/com/gps/dao/FencingDAO.java 1345 There is log block not surrounded by if
2558 src/com/gps/dao/FencingDAO.java 1355 A method/constructor shouldnt explicitly throw java.lang.Exception
2559 src/com/gps/dao/FencingDAO.java 1355 Parameter 'fence' is not assigned and could be declared final
2560 src/com/gps/dao/FencingDAO.java 1355 Parameter 'packetTime' is not assigned and could be declared final
2561 src/com/gps/dao/FencingDAO.java 1355 Parameter 'sessVal' is not assigned and could be declared final
2562 src/com/gps/dao/FencingDAO.java 1355 Parameter 'type' is not assigned and could be declared final
2563 src/com/gps/dao/FencingDAO.java 1360 Avoid variables with short names like tx
2564 src/com/gps/dao/FencingDAO.java 1364 There is log block not surrounded by if
2565 src/com/gps/dao/FencingDAO.java 1364 There is log block not surrounded by if
2566 src/com/gps/dao/FencingDAO.java 1367 Avoid using Literals in Conditional Statements
2567 src/com/gps/dao/FencingDAO.java 1369 Potential violation of Law of Demeter (object not created locally)
2568 src/com/gps/dao/FencingDAO.java 1370 Potential violation of Law of Demeter (object not created locally)
2569 src/com/gps/dao/FencingDAO.java 1371 Potential violation of Law of Demeter (object not created locally)
2570 src/com/gps/dao/FencingDAO.java 1375 Potential violation of Law of Demeter (object not created locally)
2571 src/com/gps/dao/FencingDAO.java 1376 Potential violation of Law of Demeter (object not created locally)
2572 src/com/gps/dao/FencingDAO.java 1377 Potential violation of Law of Demeter (object not created locally)
2573 src/com/gps/dao/FencingDAO.java 1379 Potential violation of Law of Demeter (object not created locally)
2574 src/com/gps/dao/FencingDAO.java 1380 Potential violation of Law of Demeter (object not created locally)
2575 src/com/gps/dao/FencingDAO.java 1381 There is log block not surrounded by if
2576 src/com/gps/dao/FencingDAO.java 1381 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
2577 src/com/gps/dao/FencingDAO.java 1382 Potential violation of Law of Demeter (method chain calls)
2578 src/com/gps/dao/FencingDAO.java 1383 Potential violation of Law of Demeter (object not created locally)
2579 src/com/gps/dao/FencingDAO.java 1384 Potential violation of Law of Demeter (method chain calls)
2580 src/com/gps/dao/FencingDAO.java 1385 Potential violation of Law of Demeter (object not created locally)
2581 src/com/gps/dao/FencingDAO.java 1386 Potential violation of Law of Demeter (method chain calls)
2582 src/com/gps/dao/FencingDAO.java 1389 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2583 src/com/gps/dao/FencingDAO.java 1391 There is log block not surrounded by if
2584 src/com/gps/dao/FencingDAO.java 1396 Parameter 'fence' is not assigned and could be declared final
2585 src/com/gps/dao/FencingDAO.java 1396 Parameter 'sessionVal' is not assigned and could be declared final
2586 src/com/gps/dao/FencingDAO.java 1396 publicMethodCommentRequirement Required
2587 src/com/gps/dao/FencingDAO.java 1399 Avoid using Literals in Conditional Statements
2588 src/com/gps/dao/FencingDAO.java 1407 There is log block not surrounded by if
2589 src/com/gps/dao/FencingDAO.java 1407 There is log block not surrounded by if
2590 src/com/gps/dao/FencingDAO.java 1408 Local variable 'mapfence' could be declared final
2591 src/com/gps/dao/FencingDAO.java 1408 Potential violation of Law of Demeter (method chain calls)
2592 src/com/gps/dao/FencingDAO.java 1408 Potential violation of Law of Demeter (method chain calls)
2593 src/com/gps/dao/FencingDAO.java 1408 Potential violation of Law of Demeter (method chain calls)
2594 src/com/gps/dao/FencingDAO.java 1409 A method should have only one exit point, and that should be the last statement in the method
2595 src/com/gps/dao/FencingDAO.java 1409 Consider simply returning the value vs storing it in local variable 'mapfence'
2596 src/com/gps/dao/FencingDAO.java 1410 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2597 src/com/gps/dao/FencingDAO.java 1413 There is log block not surrounded by if
2598 src/com/gps/dao/FencingDAO.java 1413 There is log block not surrounded by if
2599 src/com/gps/dao/FencingDAO.java 1418 Parameter 'fence' is not assigned and could be declared final
2600 src/com/gps/dao/FencingDAO.java 1418 Parameter 'sessionVal' is not assigned and could be declared final
2601 src/com/gps/dao/FencingDAO.java 1418 publicMethodCommentRequirement Required
2602 src/com/gps/dao/FencingDAO.java 1421 Avoid using Literals in Conditional Statements
2603 src/com/gps/dao/FencingDAO.java 1422 Avoid using if...else statements without curly braces
2604 src/com/gps/dao/FencingDAO.java 1424 Avoid using if...else statements without curly braces
2605 src/com/gps/dao/FencingDAO.java 1426 Local variable 'fenceList' could be declared final
2606 src/com/gps/dao/FencingDAO.java 1426 Potential violation of Law of Demeter (method chain calls)
2607 src/com/gps/dao/FencingDAO.java 1426 Potential violation of Law of Demeter (method chain calls)
2608 src/com/gps/dao/FencingDAO.java 1428 Local variable 'stopFenceMapping' could be declared final
2609 src/com/gps/dao/FencingDAO.java 1429 Potential violation of Law of Demeter (object not created locally)
2610 src/com/gps/dao/FencingDAO.java 1429 Potential violation of Law of Demeter (object not created locally)
2611 src/com/gps/dao/FencingDAO.java 1430 Potential violation of Law of Demeter (object not created locally)
2612 src/com/gps/dao/FencingDAO.java 1430 There is log block not surrounded by if
2613 src/com/gps/dao/FencingDAO.java 1430 There is log block not surrounded by if
2614 src/com/gps/dao/FencingDAO.java 1433 Avoid using Literals in Conditional Statements
2615 src/com/gps/dao/FencingDAO.java 1433 Potential violation of Law of Demeter (object not created locally)
2616 src/com/gps/dao/FencingDAO.java 1433 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
2617 src/com/gps/dao/FencingDAO.java 1435 Local variable 'mapList' could be declared final
2618 src/com/gps/dao/FencingDAO.java 1435 Potential violation of Law of Demeter (method chain calls)
2619 src/com/gps/dao/FencingDAO.java 1435 Potential violation of Law of Demeter (method chain calls)
2620 src/com/gps/dao/FencingDAO.java 1435 Potential violation of Law of Demeter (method chain calls)
2621 src/com/gps/dao/FencingDAO.java 1435 Potential violation of Law of Demeter (method chain calls)
2622 src/com/gps/dao/FencingDAO.java 1435 Potential violation of Law of Demeter (object not created locally)
2623 src/com/gps/dao/FencingDAO.java 1435 Potential violation of Law of Demeter (object not created locally)
2624 src/com/gps/dao/FencingDAO.java 1436 A method should have only one exit point, and that should be the last statement in the method
2625 src/com/gps/dao/FencingDAO.java 1436 Consider simply returning the value vs storing it in local variable 'mapList'
2626 src/com/gps/dao/FencingDAO.java 1446 Parameter 'sessionVal' is not assigned and could be declared final
2627 src/com/gps/dao/FencingDAO.java 1446 Parameter 'tripId' is not assigned and could be declared final
2628 src/com/gps/dao/FencingDAO.java 1446 publicMethodCommentRequirement Required
2629 src/com/gps/dao/FencingDAO.java 1448 There is log block not surrounded by if
2630 src/com/gps/dao/FencingDAO.java 1448 There is log block not surrounded by if
2631 src/com/gps/dao/FencingDAO.java 1452 Avoid using Literals in Conditional Statements
2632 src/com/gps/dao/FencingDAO.java 1453 Avoid using if...else statements without curly braces
2633 src/com/gps/dao/FencingDAO.java 1455 Avoid using if...else statements without curly braces
2634 src/com/gps/dao/FencingDAO.java 1457 Potential violation of Law of Demeter (method chain calls)
2635 src/com/gps/dao/FencingDAO.java 1459 Comment is too large: Line too long
2636 src/com/gps/dao/FencingDAO.java 1460 Potential violation of Law of Demeter (method chain calls)
2637 src/com/gps/dao/FencingDAO.java 1460 Potential violation of Law of Demeter (method chain calls)
2638 src/com/gps/dao/FencingDAO.java 1462 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2639 src/com/gps/dao/FencingDAO.java 1463 There is log block not surrounded by if
2640 src/com/gps/dao/FencingDAO.java 1476 A method/constructor shouldnt explicitly throw java.lang.Exception
2641 src/com/gps/dao/FencingDAO.java 1476 Parameter 'fence' is not assigned and could be declared final
2642 src/com/gps/dao/FencingDAO.java 1476 Parameter 'sessionVal' is not assigned and could be declared final
2643 src/com/gps/dao/FencingDAO.java 1476 publicMethodCommentRequirement Required
2644 src/com/gps/dao/FencingDAO.java 1481 Comment is too large: Line too long
2645 src/com/gps/dao/FencingDAO.java 1485 Avoid using Literals in Conditional Statements
2646 src/com/gps/dao/FencingDAO.java 1487 Local variable 'query' could be declared final
2647 src/com/gps/dao/FencingDAO.java 1487 Potential violation of Law of Demeter (method chain calls)
2648 src/com/gps/dao/FencingDAO.java 1488 Potential violation of Law of Demeter (object not created locally)
2649 src/com/gps/dao/FencingDAO.java 1495 Local variable 'query' could be declared final
2650 src/com/gps/dao/FencingDAO.java 1495 Potential violation of Law of Demeter (method chain calls)
2651 src/com/gps/dao/FencingDAO.java 1496 Potential violation of Law of Demeter (object not created locally)
2652 src/com/gps/dao/FencingDAO.java 1504 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2653 src/com/gps/dao/FencingDAO.java 1507 There is log block not surrounded by if
2654 src/com/gps/dao/FencingDAO.java 1512 Parameter 'vehicleId' is not assigned and could be declared final
2655 src/com/gps/dao/FencingDAO.java 1512 publicMethodCommentRequirement Required
2656 src/com/gps/dao/FencingDAO.java 1514 There is log block not surrounded by if
2657 src/com/gps/dao/FencingDAO.java 1514 There is log block not surrounded by if
2658 src/com/gps/dao/FencingDAO.java 1518 Local variable 'qry' could be declared final
2659 src/com/gps/dao/FencingDAO.java 1518 Potential violation of Law of Demeter (method chain calls)
2660 src/com/gps/dao/FencingDAO.java 1519 Potential violation of Law of Demeter (object not created locally)
2661 src/com/gps/dao/FencingDAO.java 1521 Potential violation of Law of Demeter (method chain calls)
2662 src/com/gps/dao/FencingDAO.java 1521 Potential violation of Law of Demeter (method chain calls)
2663 src/com/gps/dao/FencingDAO.java 1521 Potential violation of Law of Demeter (object not created locally)
2664 src/com/gps/dao/FencingDAO.java 1521 There is log block not surrounded by if
2665 src/com/gps/dao/FencingDAO.java 1521 There is log block not surrounded by if
2666 src/com/gps/dao/FencingDAO.java 1523 Local variable 'fence' could be declared final
2667 src/com/gps/dao/FencingDAO.java 1525 There is log block not surrounded by if
2668 src/com/gps/dao/FencingDAO.java 1525 There is log block not surrounded by if
2669 src/com/gps/dao/FencingDAO.java 1528 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2670 src/com/gps/dao/FencingDAO.java 1530 Avoid printStackTrace(); use a logger call instead.
2671 src/com/gps/dao/FencingDAO.java 1530 Potential violation of Law of Demeter (object not created locally)
2672 src/com/gps/dao/FencingDAO.java 1538 Parameter 'sessionVal' is not assigned and could be declared final
2673 src/com/gps/dao/FencingDAO.java 1538 Parameter 'vehicleId' is not assigned and could be declared final
2674 src/com/gps/dao/FencingDAO.java 1538 publicMethodCommentRequirement Required
2675 src/com/gps/dao/FencingDAO.java 1546 Avoid using Literals in Conditional Statements
2676 src/com/gps/dao/FencingDAO.java 1547 Avoid using if...else statements without curly braces
2677 src/com/gps/dao/FencingDAO.java 1549 Avoid using if...else statements without curly braces
2678 src/com/gps/dao/FencingDAO.java 1551 Potential violation of Law of Demeter (method chain calls)
2679 src/com/gps/dao/FencingDAO.java 1551 Potential violation of Law of Demeter (method chain calls)
2680 src/com/gps/dao/FencingDAO.java 1553 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2681 src/com/gps/dao/FencingDAO.java 1555 Avoid printStackTrace(); use a logger call instead.
2682 src/com/gps/dao/FencingDAO.java 1555 Potential violation of Law of Demeter (object not created locally)
2683 src/com/gps/dao/FencingDAO.java 1562 Parameter 'currentTrip' is not assigned and could be declared final
2684 src/com/gps/dao/FencingDAO.java 1562 Parameter 'nextTrip' is not assigned and could be declared final
2685 src/com/gps/dao/FencingDAO.java 1562 Parameter 'session' is not assigned and could be declared final
2686 src/com/gps/dao/FencingDAO.java 1562 publicMethodCommentRequirement Required
2687 src/com/gps/dao/FencingDAO.java 1564 Local variable 'cal' could be declared final
2688 src/com/gps/dao/FencingDAO.java 1565 Use one line for each declaration, it enhances code readability.
2689 src/com/gps/dao/FencingDAO.java 1566 Use one line for each declaration, it enhances code readability.
2690 src/com/gps/dao/FencingDAO.java 1567 Local variable 'prefix' could be declared final
2691 src/com/gps/dao/FencingDAO.java 1568 Avoid variables with short names like tx
2692 src/com/gps/dao/FencingDAO.java 1574 Potential violation of Law of Demeter (object not created locally)
2693 src/com/gps/dao/FencingDAO.java 1575 Potential violation of Law of Demeter (object not created locally)
2694 src/com/gps/dao/FencingDAO.java 1578 Potential violation of Law of Demeter (object not created locally)
2695 src/com/gps/dao/FencingDAO.java 1579 Potential violation of Law of Demeter (object not created locally)
2696 src/com/gps/dao/FencingDAO.java 1581 Potential violation of Law of Demeter (object not created locally)
2697 src/com/gps/dao/FencingDAO.java 1585 Potential violation of Law of Demeter (object not created locally)
2698 src/com/gps/dao/FencingDAO.java 1587 Avoid using if...else statements without curly braces
2699 src/com/gps/dao/FencingDAO.java 1590 Potential violation of Law of Demeter (object not created locally)
2700 src/com/gps/dao/FencingDAO.java 1592 Avoid using if...else statements without curly braces
2701 src/com/gps/dao/FencingDAO.java 1593 There is log block not surrounded by if
2702 src/com/gps/dao/FencingDAO.java 1593 There is log block not surrounded by if
2703 src/com/gps/dao/FencingDAO.java 1594 There is log block not surrounded by if
2704 src/com/gps/dao/FencingDAO.java 1594 There is log block not surrounded by if
2705 src/com/gps/dao/FencingDAO.java 1595 Avoid using Literals in Conditional Statements
2706 src/com/gps/dao/FencingDAO.java 1613 Potential violation of Law of Demeter (object not created locally)
2707 src/com/gps/dao/FencingDAO.java 1614 Potential violation of Law of Demeter (object not created locally)
2708 src/com/gps/dao/FencingDAO.java 1615 Potential violation of Law of Demeter (object not created locally)
2709 src/com/gps/dao/FencingDAO.java 1616 Potential violation of Law of Demeter (object not created locally)
2710 src/com/gps/dao/FencingDAO.java 1617 Potential violation of Law of Demeter (object not created locally)
2711 src/com/gps/dao/FencingDAO.java 1618 Potential violation of Law of Demeter (object not created locally)
2712 src/com/gps/dao/FencingDAO.java 1619 There is log block not surrounded by if
2713 src/com/gps/dao/FencingDAO.java 1619 There is log block not surrounded by if
2714 src/com/gps/dao/FencingDAO.java 1621 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2715 src/com/gps/dao/FencingDAO.java 1623 There is log block not surrounded by if
2716 src/com/gps/dao/FencingDAO.java 1624 Avoid printStackTrace(); use a logger call instead.
2717 src/com/gps/dao/FencingDAO.java 1624 Potential violation of Law of Demeter (object not created locally)
2718 src/com/gps/dao/FencingDAO.java 1631 Avoid really long methods.
2719 src/com/gps/dao/FencingDAO.java 1631 Parameter 'currentTrip' is not assigned and could be declared final
2720 src/com/gps/dao/FencingDAO.java 1631 Parameter 'tripList' is not assigned and could be declared final
2721 src/com/gps/dao/FencingDAO.java 1631 publicMethodCommentRequirement Required
2722 src/com/gps/dao/FencingDAO.java 1632 Parameter 'sessVal' is not assigned and could be declared final
2723 src/com/gps/dao/FencingDAO.java 1636 Use one line for each declaration, it enhances code readability.
2724 src/com/gps/dao/FencingDAO.java 1639 Use one line for each declaration, it enhances code readability.
2725 src/com/gps/dao/FencingDAO.java 1641 Avoid variables with short names like tx
2726 src/com/gps/dao/FencingDAO.java 1647 Potential violation of Law of Demeter (object not created locally)
2727 src/com/gps/dao/FencingDAO.java 1651 Local variable 'calTrip1' could be declared final
2728 src/com/gps/dao/FencingDAO.java 1652 Use one line for each declaration, it enhances code readability.
2729 src/com/gps/dao/FencingDAO.java 1656 There is log block not surrounded by if
2730 src/com/gps/dao/FencingDAO.java 1656 There is log block not surrounded by if
2731 src/com/gps/dao/FencingDAO.java 1657 Avoid using Literals in Conditional Statements
2732 src/com/gps/dao/FencingDAO.java 1660 Potential violation of Law of Demeter (object not created locally)
2733 src/com/gps/dao/FencingDAO.java 1662 There is log block not surrounded by if
2734 src/com/gps/dao/FencingDAO.java 1662 There is log block not surrounded by if
2735 src/com/gps/dao/FencingDAO.java 1664 Potential violation of Law of Demeter (method chain calls)
2736 src/com/gps/dao/FencingDAO.java 1664 Potential violation of Law of Demeter (method chain calls)
2737 src/com/gps/dao/FencingDAO.java 1665 Potential violation of Law of Demeter (method chain calls)
2738 src/com/gps/dao/FencingDAO.java 1665 Potential violation of Law of Demeter (method chain calls)
2739 src/com/gps/dao/FencingDAO.java 1666 Potential violation of Law of Demeter (method chain calls)
2740 src/com/gps/dao/FencingDAO.java 1666 Potential violation of Law of Demeter (method chain calls)
2741 src/com/gps/dao/FencingDAO.java 1673 There is log block not surrounded by if
2742 src/com/gps/dao/FencingDAO.java 1673 There is log block not surrounded by if
2743 src/com/gps/dao/FencingDAO.java 1675 Potential violation of Law of Demeter (method chain calls)
2744 src/com/gps/dao/FencingDAO.java 1675 Potential violation of Law of Demeter (method chain calls)
2745 src/com/gps/dao/FencingDAO.java 1676 Potential violation of Law of Demeter (method chain calls)
2746 src/com/gps/dao/FencingDAO.java 1676 Potential violation of Law of Demeter (method chain calls)
2747 src/com/gps/dao/FencingDAO.java 1677 Potential violation of Law of Demeter (method chain calls)
2748 src/com/gps/dao/FencingDAO.java 1677 Potential violation of Law of Demeter (method chain calls)
2749 src/com/gps/dao/FencingDAO.java 1677 Potential violation of Law of Demeter (method chain calls)
2750 src/com/gps/dao/FencingDAO.java 1688 Potential violation of Law of Demeter (object not created locally)
2751 src/com/gps/dao/FencingDAO.java 1690 There is log block not surrounded by if
2752 src/com/gps/dao/FencingDAO.java 1690 There is log block not surrounded by if
2753 src/com/gps/dao/FencingDAO.java 1692 Potential violation of Law of Demeter (method chain calls)
2754 src/com/gps/dao/FencingDAO.java 1692 Potential violation of Law of Demeter (method chain calls)
2755 src/com/gps/dao/FencingDAO.java 1693 Potential violation of Law of Demeter (method chain calls)
2756 src/com/gps/dao/FencingDAO.java 1693 Potential violation of Law of Demeter (method chain calls)
2757 src/com/gps/dao/FencingDAO.java 1694 Potential violation of Law of Demeter (method chain calls)
2758 src/com/gps/dao/FencingDAO.java 1694 Potential violation of Law of Demeter (method chain calls)
2759 src/com/gps/dao/FencingDAO.java 1701 There is log block not surrounded by if
2760 src/com/gps/dao/FencingDAO.java 1701 There is log block not surrounded by if
2761 src/com/gps/dao/FencingDAO.java 1703 Potential violation of Law of Demeter (method chain calls)
2762 src/com/gps/dao/FencingDAO.java 1703 Potential violation of Law of Demeter (method chain calls)
2763 src/com/gps/dao/FencingDAO.java 1704 Potential violation of Law of Demeter (method chain calls)
2764 src/com/gps/dao/FencingDAO.java 1704 Potential violation of Law of Demeter (method chain calls)
2765 src/com/gps/dao/FencingDAO.java 1705 Potential violation of Law of Demeter (method chain calls)
2766 src/com/gps/dao/FencingDAO.java 1705 Potential violation of Law of Demeter (method chain calls)
2767 src/com/gps/dao/FencingDAO.java 1705 Potential violation of Law of Demeter (method chain calls)
2768 src/com/gps/dao/FencingDAO.java 1714 Potential violation of Law of Demeter (object not created locally)
2769 src/com/gps/dao/FencingDAO.java 1715 Potential violation of Law of Demeter (object not created locally)
2770 src/com/gps/dao/FencingDAO.java 1716 Potential violation of Law of Demeter (object not created locally)
2771 src/com/gps/dao/FencingDAO.java 1718 Avoid instantiating new objects inside loops
2772 src/com/gps/dao/FencingDAO.java 1719 Avoid instantiating new objects inside loops
2773 src/com/gps/dao/FencingDAO.java 1719 Potential violation of Law of Demeter (object not created locally)
2774 src/com/gps/dao/FencingDAO.java 1721 Avoid using Literals in Conditional Statements
2775 src/com/gps/dao/FencingDAO.java 1721 Potential violation of Law of Demeter (object not created locally)
2776 src/com/gps/dao/FencingDAO.java 1722 Avoid using if...else statements without curly braces
2777 src/com/gps/dao/FencingDAO.java 1722 Potential violation of Law of Demeter (object not created locally)
2778 src/com/gps/dao/FencingDAO.java 1724 Avoid using if...else statements without curly braces
2779 src/com/gps/dao/FencingDAO.java 1724 Potential violation of Law of Demeter (object not created locally)
2780 src/com/gps/dao/FencingDAO.java 1726 Avoid instantiating new objects inside loops
2781 src/com/gps/dao/FencingDAO.java 1729 Potential violation of Law of Demeter (method chain calls)
2782 src/com/gps/dao/FencingDAO.java 1730 Potential violation of Law of Demeter (object not created locally)
2783 src/com/gps/dao/FencingDAO.java 1733 Potential violation of Law of Demeter (method chain calls)
2784 src/com/gps/dao/FencingDAO.java 1734 Potential violation of Law of Demeter (object not created locally)
2785 src/com/gps/dao/FencingDAO.java 1736 Potential violation of Law of Demeter (object not created locally)
2786 src/com/gps/dao/FencingDAO.java 1740 Potential violation of Law of Demeter (object not created locally)
2787 src/com/gps/dao/FencingDAO.java 1741 Potential violation of Law of Demeter (object not created locally)
2788 src/com/gps/dao/FencingDAO.java 1742 Potential violation of Law of Demeter (object not created locally)
2789 src/com/gps/dao/FencingDAO.java 1743 There is log block not surrounded by if
2790 src/com/gps/dao/FencingDAO.java 1743 There is log block not surrounded by if
2791 src/com/gps/dao/FencingDAO.java 1745 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2792 src/com/gps/dao/FencingDAO.java 1747 Avoid printStackTrace(); use a logger call instead.
2793 src/com/gps/dao/FencingDAO.java 1747 Potential violation of Law of Demeter (object not created locally)
2794 src/com/gps/dao/FencingDAO.java 1752 Avoid variables with short names like i
2795 src/com/gps/dao/FencingDAO.java 1752 Parameter 'date' is not assigned and could be declared final
2796 src/com/gps/dao/FencingDAO.java 1752 Parameter 'i' is not assigned and could be declared final
2797 src/com/gps/dao/FencingDAO.java 1752 publicMethodCommentRequirement Required
2798 src/com/gps/dao/FencingDAO.java 1757 Potential violation of Law of Demeter (method chain calls)
2799 src/com/gps/dao/FencingDAO.java 1757 Potential violation of Law of Demeter (method chain calls)
2800 src/com/gps/dao/FencingDAO.java 1758 Potential violation of Law of Demeter (object not created locally)
2801 src/com/gps/dao/FencingDAO.java 1758 There is log block not surrounded by if
2802 src/com/gps/dao/FencingDAO.java 1758 There is log block not surrounded by if
2803 src/com/gps/dao/FencingDAO.java 1760 Potential violation of Law of Demeter (method chain calls)
2804 src/com/gps/dao/FencingDAO.java 1762 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2805 src/com/gps/dao/FencingDAO.java 1764 Avoid printStackTrace(); use a logger call instead.
2806 src/com/gps/dao/FencingDAO.java 1764 Potential violation of Law of Demeter (object not created locally)
2807 src/com/gps/dao/FencingDAO.java 1770 Parameter 'args' is not assigned and could be declared final
2808 src/com/gps/dao/FencingDAO.java 1770 publicMethodCommentRequirement Required
2809 src/com/gps/dao/FencingDAO.java 1774 Local variable 'dao' could be declared final
2810 src/com/gps/dao/FencingDAO.java 1775 Local variable 'geo' could be declared final
2811 src/com/gps/dao/FencingDAO.java 1776 Local variable 'fence' could be declared final
2812 src/com/gps/dao/FencingDAO.java 1777 Potential violation of Law of Demeter (method chain calls)
2813 src/com/gps/dao/FencingDAO.java 1777 Potential violation of Law of Demeter (method chain calls)
2814 src/com/gps/dao/FencingDAO.java 1777 System.out.print is used
2815 src/com/gps/dao/FencingDAO.java 1780 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2816 src/com/gps/dao/FencingDAO.java 1782 There is log block not surrounded by if
2817 src/com/gps/dao/FencingDAO.java 1783 Avoid printStackTrace(); use a logger call instead.
2818 src/com/gps/dao/GeofencingDAO.java 1 Possible God class (WMC=58, ATFD=43, TCC=0.0)
2819 src/com/gps/dao/GeofencingDAO.java 7 Avoid unused imports such as 'java.util.Collections'
2820 src/com/gps/dao/GeofencingDAO.java 27 Avoid unused imports such as 'com.gps.hibernate.TripDetailsDAO'
2821 src/com/gps/dao/GeofencingDAO.java 32 Avoid unused imports such as 'com.gps.utilities.DateUtils'
2822 src/com/gps/dao/GeofencingDAO.java 33 Avoid unused imports such as 'com.gps.form.GLatLng'
2823 src/com/gps/dao/GeofencingDAO.java 35 This class has too many methods, consider refactoring it.
2824 src/com/gps/dao/GeofencingDAO.java 35 headerCommentRequirement Required
2825 src/com/gps/dao/GeofencingDAO.java 39 The Logger variable declaration does not contain the static and final modifiers
2826 src/com/gps/dao/GeofencingDAO.java 40 Avoid unused private fields such as 'format1'.
2827 src/com/gps/dao/GeofencingDAO.java 40 When instantiating a SimpleDateFormat object, specify a Locale
2828 src/com/gps/dao/GeofencingDAO.java 40 fieldCommentRequirement Required
2829 src/com/gps/dao/GeofencingDAO.java 45 Parameter 'first' is not assigned and could be declared final
2830 src/com/gps/dao/GeofencingDAO.java 45 Parameter 'last' is not assigned and could be declared final
2831 src/com/gps/dao/GeofencingDAO.java 45 Parameter 'userId' is not assigned and could be declared final
2832 src/com/gps/dao/GeofencingDAO.java 47 Found 'DD'-anomaly for variable 'sess' (lines '47'-'52').
2833 src/com/gps/dao/GeofencingDAO.java 48 Avoid variables with short names like gd
2834 src/com/gps/dao/GeofencingDAO.java 48 Local variable 'gd' could be declared final
2835 src/com/gps/dao/GeofencingDAO.java 49 Found 'DD'-anomaly for variable 'gdDetails' (lines '49'-'57').
2836 src/com/gps/dao/GeofencingDAO.java 50 Found 'DD'-anomaly for variable 'query' (lines '50'-'53').
2837 src/com/gps/dao/GeofencingDAO.java 52 Potential violation of Law of Demeter (object not created locally)
2838 src/com/gps/dao/GeofencingDAO.java 53 Potential violation of Law of Demeter (method chain calls)
2839 src/com/gps/dao/GeofencingDAO.java 53 Potential violation of Law of Demeter (object not created locally)
2840 src/com/gps/dao/GeofencingDAO.java 55 Potential violation of Law of Demeter (object not created locally)
2841 src/com/gps/dao/GeofencingDAO.java 56 Potential violation of Law of Demeter (object not created locally)
2842 src/com/gps/dao/GeofencingDAO.java 57 Potential violation of Law of Demeter (object not created locally)
2843 src/com/gps/dao/GeofencingDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2844 src/com/gps/dao/GeofencingDAO.java 60 Avoid printStackTrace(); use a logger call instead.
2845 src/com/gps/dao/GeofencingDAO.java 60 Potential violation of Law of Demeter (object not created locally)
2846 src/com/gps/dao/GeofencingDAO.java 62 Avoid empty finally blocks
2847 src/com/gps/dao/GeofencingDAO.java 72 Parameter 'userId' is not assigned and could be declared final
2848 src/com/gps/dao/GeofencingDAO.java 74 Found 'DD'-anomaly for variable 'sess' (lines '74'-'79').
2849 src/com/gps/dao/GeofencingDAO.java 75 Avoid variables with short names like gd
2850 src/com/gps/dao/GeofencingDAO.java 75 Local variable 'gd' could be declared final
2851 src/com/gps/dao/GeofencingDAO.java 76 Found 'DD'-anomaly for variable 'gdDetails' (lines '76'-'83').
2852 src/com/gps/dao/GeofencingDAO.java 77 Found 'DD'-anomaly for variable 'query' (lines '77'-'80').
2853 src/com/gps/dao/GeofencingDAO.java 79 Potential violation of Law of Demeter (object not created locally)
2854 src/com/gps/dao/GeofencingDAO.java 80 Potential violation of Law of Demeter (method chain calls)
2855 src/com/gps/dao/GeofencingDAO.java 80 Potential violation of Law of Demeter (object not created locally)
2856 src/com/gps/dao/GeofencingDAO.java 83 Potential violation of Law of Demeter (object not created locally)
2857 src/com/gps/dao/GeofencingDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2858 src/com/gps/dao/GeofencingDAO.java 87 Avoid printStackTrace(); use a logger call instead.
2859 src/com/gps/dao/GeofencingDAO.java 87 Potential violation of Law of Demeter (object not created locally)
2860 src/com/gps/dao/GeofencingDAO.java 89 Avoid empty finally blocks
2861 src/com/gps/dao/GeofencingDAO.java 101 Parameter 'geofenceId' is not assigned and could be declared final
2862 src/com/gps/dao/GeofencingDAO.java 102 Found 'DD'-anomaly for variable 'sess' (lines '102'-'108').
2863 src/com/gps/dao/GeofencingDAO.java 103 Avoid variables with short names like gd
2864 src/com/gps/dao/GeofencingDAO.java 103 Local variable 'gd' could be declared final
2865 src/com/gps/dao/GeofencingDAO.java 104 Found 'DD'-anomaly for variable 'del' (lines '104'-'113').
2866 src/com/gps/dao/GeofencingDAO.java 105 Avoid variables with short names like tx
2867 src/com/gps/dao/GeofencingDAO.java 105 Found 'DD'-anomaly for variable 'tx' (lines '105'-'109').
2868 src/com/gps/dao/GeofencingDAO.java 106 Avoid declaring a variable if it is unreferenced before a possible exit point.
2869 src/com/gps/dao/GeofencingDAO.java 106 Avoid unused local variables such as 'gdDetails'.
2870 src/com/gps/dao/GeofencingDAO.java 106 Found 'DU'-anomaly for variable 'gdDetails' (lines '106'-'127').
2871 src/com/gps/dao/GeofencingDAO.java 106 Local variable 'gdDetails' could be declared final
2872 src/com/gps/dao/GeofencingDAO.java 108 Potential violation of Law of Demeter (object not created locally)
2873 src/com/gps/dao/GeofencingDAO.java 109 Potential violation of Law of Demeter (object not created locally)
2874 src/com/gps/dao/GeofencingDAO.java 110 Potential violation of Law of Demeter (method chain calls)
2875 src/com/gps/dao/GeofencingDAO.java 110 Potential violation of Law of Demeter (method chain calls)
2876 src/com/gps/dao/GeofencingDAO.java 110 Potential violation of Law of Demeter (object not created locally)
2877 src/com/gps/dao/GeofencingDAO.java 111 The String literal "geofenceId" appears 5 times in this file; the first occurrence is on line 111
2878 src/com/gps/dao/GeofencingDAO.java 112 Potential violation of Law of Demeter (object not created locally)
2879 src/com/gps/dao/GeofencingDAO.java 113 Found 'DD'-anomaly for variable 'del' (lines '113'-'116').
2880 src/com/gps/dao/GeofencingDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2881 src/com/gps/dao/GeofencingDAO.java 117 Avoid printStackTrace(); use a logger call instead.
2882 src/com/gps/dao/GeofencingDAO.java 117 Potential violation of Law of Demeter (object not created locally)
2883 src/com/gps/dao/GeofencingDAO.java 120 Potential violation of Law of Demeter (object not created locally)
2884 src/com/gps/dao/GeofencingDAO.java 134 Parameter 'geofenceId' is not assigned and could be declared final
2885 src/com/gps/dao/GeofencingDAO.java 134 Parameter 'userId' is not assigned and could be declared final
2886 src/com/gps/dao/GeofencingDAO.java 135 Found 'DD'-anomaly for variable 'sess' (lines '135'-'141').
2887 src/com/gps/dao/GeofencingDAO.java 136 Avoid variables with short names like gd
2888 src/com/gps/dao/GeofencingDAO.java 136 Local variable 'gd' could be declared final
2889 src/com/gps/dao/GeofencingDAO.java 137 Found 'DD'-anomaly for variable 'gdDetails' (lines '137'-'143').
2890 src/com/gps/dao/GeofencingDAO.java 141 Potential violation of Law of Demeter (object not created locally)
2891 src/com/gps/dao/GeofencingDAO.java 143 Potential violation of Law of Demeter (method chain calls)
2892 src/com/gps/dao/GeofencingDAO.java 143 Potential violation of Law of Demeter (method chain calls)
2893 src/com/gps/dao/GeofencingDAO.java 143 Potential violation of Law of Demeter (method chain calls)
2894 src/com/gps/dao/GeofencingDAO.java 143 Potential violation of Law of Demeter (object not created locally)
2895 src/com/gps/dao/GeofencingDAO.java 147 Potential violation of Law of Demeter (object not created locally)
2896 src/com/gps/dao/GeofencingDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2897 src/com/gps/dao/GeofencingDAO.java 150 Avoid printStackTrace(); use a logger call instead.
2898 src/com/gps/dao/GeofencingDAO.java 150 Potential violation of Law of Demeter (object not created locally)
2899 src/com/gps/dao/GeofencingDAO.java 152 Avoid empty finally blocks
2900 src/com/gps/dao/GeofencingDAO.java 166 Parameter 'lat' is not assigned and could be declared final
2901 src/com/gps/dao/GeofencingDAO.java 166 Parameter 'lon' is not assigned and could be declared final
2902 src/com/gps/dao/GeofencingDAO.java 166 Parameter 'vehicleId' is not assigned and could be declared final
2903 src/com/gps/dao/GeofencingDAO.java 167 Found 'DD'-anomaly for variable 'points' (lines '167'-'172').
2904 src/com/gps/dao/GeofencingDAO.java 168 Found 'DD'-anomaly for variable 'stat' (lines '168'-'191').
2905 src/com/gps/dao/GeofencingDAO.java 188 Potential violation of Law of Demeter (object not created locally)
2906 src/com/gps/dao/GeofencingDAO.java 188 System.out.print is used
2907 src/com/gps/dao/GeofencingDAO.java 189 Avoid using Literals in Conditional Statements
2908 src/com/gps/dao/GeofencingDAO.java 189 Potential violation of Law of Demeter (object not created locally)
2909 src/com/gps/dao/GeofencingDAO.java 189 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
2910 src/com/gps/dao/GeofencingDAO.java 194 System.out.print is used
2911 src/com/gps/dao/GeofencingDAO.java 198 System.out.print is used
2912 src/com/gps/dao/GeofencingDAO.java 201 System.out.print is used
2913 src/com/gps/dao/GeofencingDAO.java 204 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2914 src/com/gps/dao/GeofencingDAO.java 206 Avoid printStackTrace(); use a logger call instead.
2915 src/com/gps/dao/GeofencingDAO.java 206 Potential violation of Law of Demeter (object not created locally)
2916 src/com/gps/dao/GeofencingDAO.java 217 Parameter 'vehicleId' is not assigned and could be declared final
2917 src/com/gps/dao/GeofencingDAO.java 219 Found 'DD'-anomaly for variable 'points' (lines '219'-'229').
2918 src/com/gps/dao/GeofencingDAO.java 220 Found 'DD'-anomaly for variable 'geoIds' (lines '220'-'225').
2919 src/com/gps/dao/GeofencingDAO.java 221 Found 'DD'-anomaly for variable 'sess' (lines '221'-'226').
2920 src/com/gps/dao/GeofencingDAO.java 222 Avoid variables with short names like gd
2921 src/com/gps/dao/GeofencingDAO.java 222 Local variable 'gd' could be declared final
2922 src/com/gps/dao/GeofencingDAO.java 226 Potential violation of Law of Demeter (object not created locally)
2923 src/com/gps/dao/GeofencingDAO.java 227 Potential violation of Law of Demeter (object not created locally)
2924 src/com/gps/dao/GeofencingDAO.java 227 System.out.print is used
2925 src/com/gps/dao/GeofencingDAO.java 228 Avoid using Literals in Conditional Statements
2926 src/com/gps/dao/GeofencingDAO.java 228 Avoid using if statements without curly braces
2927 src/com/gps/dao/GeofencingDAO.java 228 Potential violation of Law of Demeter (object not created locally)
2928 src/com/gps/dao/GeofencingDAO.java 228 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
2929 src/com/gps/dao/GeofencingDAO.java 229 Potential violation of Law of Demeter (method chain calls)
2930 src/com/gps/dao/GeofencingDAO.java 229 Potential violation of Law of Demeter (method chain calls)
2931 src/com/gps/dao/GeofencingDAO.java 229 Potential violation of Law of Demeter (object not created locally)
2932 src/com/gps/dao/GeofencingDAO.java 230 Potential violation of Law of Demeter (object not created locally)
2933 src/com/gps/dao/GeofencingDAO.java 231 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2934 src/com/gps/dao/GeofencingDAO.java 233 Avoid printStackTrace(); use a logger call instead.
2935 src/com/gps/dao/GeofencingDAO.java 233 Potential violation of Law of Demeter (object not created locally)
2936 src/com/gps/dao/GeofencingDAO.java 235 Avoid empty finally blocks
2937 src/com/gps/dao/GeofencingDAO.java 248 Parameter 'vehicleId' is not assigned and could be declared final
2938 src/com/gps/dao/GeofencingDAO.java 250 Found 'DD'-anomaly for variable 'geoIds' (lines '250'-'256').
2939 src/com/gps/dao/GeofencingDAO.java 251 Found 'DD'-anomaly for variable 'sess' (lines '251'-'254').
2940 src/com/gps/dao/GeofencingDAO.java 252 Avoid variables with short names like gd
2941 src/com/gps/dao/GeofencingDAO.java 252 Local variable 'gd' could be declared final
2942 src/com/gps/dao/GeofencingDAO.java 254 Potential violation of Law of Demeter (object not created locally)
2943 src/com/gps/dao/GeofencingDAO.java 255 System.out.print is used
2944 src/com/gps/dao/GeofencingDAO.java 256 Potential violation of Law of Demeter (method chain calls)
2945 src/com/gps/dao/GeofencingDAO.java 256 Potential violation of Law of Demeter (method chain calls)
2946 src/com/gps/dao/GeofencingDAO.java 256 Potential violation of Law of Demeter (object not created locally)
2947 src/com/gps/dao/GeofencingDAO.java 256 The String literal "vehicleId" appears 5 times in this file; the first occurrence is on line 256
2948 src/com/gps/dao/GeofencingDAO.java 258 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2949 src/com/gps/dao/GeofencingDAO.java 259 Avoid printStackTrace(); use a logger call instead.
2950 src/com/gps/dao/GeofencingDAO.java 259 Potential violation of Law of Demeter (object not created locally)
2951 src/com/gps/dao/GeofencingDAO.java 261 Avoid empty finally blocks
2952 src/com/gps/dao/GeofencingDAO.java 274 Found 'DD'-anomaly for variable 'geoIds' (lines '274'-'280').
2953 src/com/gps/dao/GeofencingDAO.java 275 Found 'DD'-anomaly for variable 'sess' (lines '275'-'278').
2954 src/com/gps/dao/GeofencingDAO.java 276 Avoid variables with short names like gd
2955 src/com/gps/dao/GeofencingDAO.java 276 Local variable 'gd' could be declared final
2956 src/com/gps/dao/GeofencingDAO.java 278 Potential violation of Law of Demeter (object not created locally)
2957 src/com/gps/dao/GeofencingDAO.java 280 Potential violation of Law of Demeter (method chain calls)
2958 src/com/gps/dao/GeofencingDAO.java 280 Potential violation of Law of Demeter (object not created locally)
2959 src/com/gps/dao/GeofencingDAO.java 282 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2960 src/com/gps/dao/GeofencingDAO.java 283 Avoid printStackTrace(); use a logger call instead.
2961 src/com/gps/dao/GeofencingDAO.java 283 Potential violation of Law of Demeter (object not created locally)
2962 src/com/gps/dao/GeofencingDAO.java 285 Avoid empty finally blocks
2963 src/com/gps/dao/GeofencingDAO.java 296 Parameter 'geofenceId' is not assigned and could be declared final
2964 src/com/gps/dao/GeofencingDAO.java 296 Parameter 'vehicleId' is not assigned and could be declared final
2965 src/com/gps/dao/GeofencingDAO.java 298 Found 'DD'-anomaly for variable 'query' (lines '298'-'306').
2966 src/com/gps/dao/GeofencingDAO.java 299 Found 'DD'-anomaly for variable 'sess' (lines '299'-'304').
2967 src/com/gps/dao/GeofencingDAO.java 300 Avoid variables with short names like gd
2968 src/com/gps/dao/GeofencingDAO.java 300 Local variable 'gd' could be declared final
2969 src/com/gps/dao/GeofencingDAO.java 301 Found 'DD'-anomaly for variable 'stat' (lines '301'-'309').
2970 src/com/gps/dao/GeofencingDAO.java 301 Found 'DD'-anomaly for variable 'stat' (lines '301'-'311').
2971 src/com/gps/dao/GeofencingDAO.java 302 Found 'DD'-anomaly for variable 'geoVehMap' (lines '302'-'307').
2972 src/com/gps/dao/GeofencingDAO.java 304 Potential violation of Law of Demeter (object not created locally)
2973 src/com/gps/dao/GeofencingDAO.java 306 Potential violation of Law of Demeter (object not created locally)
2974 src/com/gps/dao/GeofencingDAO.java 307 Potential violation of Law of Demeter (method chain calls)
2975 src/com/gps/dao/GeofencingDAO.java 307 Potential violation of Law of Demeter (method chain calls)
2976 src/com/gps/dao/GeofencingDAO.java 307 Potential violation of Law of Demeter (object not created locally)
2977 src/com/gps/dao/GeofencingDAO.java 308 Avoid if (x != y) ..; else ..;
2978 src/com/gps/dao/GeofencingDAO.java 313 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2979 src/com/gps/dao/GeofencingDAO.java 314 Avoid printStackTrace(); use a logger call instead.
2980 src/com/gps/dao/GeofencingDAO.java 314 Potential violation of Law of Demeter (object not created locally)
2981 src/com/gps/dao/GeofencingDAO.java 316 Avoid empty finally blocks
2982 src/com/gps/dao/GeofencingDAO.java 327 Parameter 'geofenceId' is not assigned and could be declared final
2983 src/com/gps/dao/GeofencingDAO.java 327 Parameter 'vehicleId' is not assigned and could be declared final
2984 src/com/gps/dao/GeofencingDAO.java 329 Found 'DD'-anomaly for variable 'query' (lines '329'-'337').
2985 src/com/gps/dao/GeofencingDAO.java 330 Found 'DD'-anomaly for variable 'sess' (lines '330'-'335').
2986 src/com/gps/dao/GeofencingDAO.java 331 Avoid variables with short names like gd
2987 src/com/gps/dao/GeofencingDAO.java 331 Local variable 'gd' could be declared final
2988 src/com/gps/dao/GeofencingDAO.java 332 Avoid variables with short names like id
2989 src/com/gps/dao/GeofencingDAO.java 332 Found 'DD'-anomaly for variable 'id' (lines '332'-'340').
2990 src/com/gps/dao/GeofencingDAO.java 332 Found 'DD'-anomaly for variable 'id' (lines '332'-'342').
2991 src/com/gps/dao/GeofencingDAO.java 333 Found 'DD'-anomaly for variable 'geoVehMap' (lines '333'-'338').
2992 src/com/gps/dao/GeofencingDAO.java 335 Potential violation of Law of Demeter (object not created locally)
2993 src/com/gps/dao/GeofencingDAO.java 337 Potential violation of Law of Demeter (object not created locally)
2994 src/com/gps/dao/GeofencingDAO.java 338 Potential violation of Law of Demeter (method chain calls)
2995 src/com/gps/dao/GeofencingDAO.java 338 Potential violation of Law of Demeter (method chain calls)
2996 src/com/gps/dao/GeofencingDAO.java 338 Potential violation of Law of Demeter (object not created locally)
2997 src/com/gps/dao/GeofencingDAO.java 339 Avoid if (x != y) ..; else ..;
2998 src/com/gps/dao/GeofencingDAO.java 340 Potential violation of Law of Demeter (object not created locally)
2999 src/com/gps/dao/GeofencingDAO.java 344 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3000 src/com/gps/dao/GeofencingDAO.java 345 Avoid printStackTrace(); use a logger call instead.
3001 src/com/gps/dao/GeofencingDAO.java 345 Potential violation of Law of Demeter (object not created locally)
3002 src/com/gps/dao/GeofencingDAO.java 347 Avoid empty finally blocks
3003 src/com/gps/dao/GeofencingDAO.java 358 Parameter 'vehicleId' is not assigned and could be declared final
3004 src/com/gps/dao/GeofencingDAO.java 360 Found 'DD'-anomaly for variable 'geoIds' (lines '360'-'366').
3005 src/com/gps/dao/GeofencingDAO.java 361 Found 'DD'-anomaly for variable 'sess' (lines '361'-'364').
3006 src/com/gps/dao/GeofencingDAO.java 362 Avoid variables with short names like gd
3007 src/com/gps/dao/GeofencingDAO.java 362 Local variable 'gd' could be declared final
3008 src/com/gps/dao/GeofencingDAO.java 364 Potential violation of Law of Demeter (object not created locally)
3009 src/com/gps/dao/GeofencingDAO.java 365 System.out.print is used
3010 src/com/gps/dao/GeofencingDAO.java 366 Potential violation of Law of Demeter (method chain calls)
3011 src/com/gps/dao/GeofencingDAO.java 366 Potential violation of Law of Demeter (method chain calls)
3012 src/com/gps/dao/GeofencingDAO.java 366 Potential violation of Law of Demeter (object not created locally)
3013 src/com/gps/dao/GeofencingDAO.java 368 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3014 src/com/gps/dao/GeofencingDAO.java 369 Avoid printStackTrace(); use a logger call instead.
3015 src/com/gps/dao/GeofencingDAO.java 369 Potential violation of Law of Demeter (object not created locally)
3016 src/com/gps/dao/GeofencingDAO.java 371 Avoid empty finally blocks
3017 src/com/gps/dao/GeofencingDAO.java 381 Parameter 'gvIds' is not assigned and could be declared final
3018 src/com/gps/dao/GeofencingDAO.java 383 Found 'DD'-anomaly for variable 'mobnos' (lines '383'-'389').
3019 src/com/gps/dao/GeofencingDAO.java 384 Found 'DD'-anomaly for variable 'sess' (lines '384'-'388').
3020 src/com/gps/dao/GeofencingDAO.java 385 Avoid variables with short names like nd
3021 src/com/gps/dao/GeofencingDAO.java 385 Local variable 'nd' could be declared final
3022 src/com/gps/dao/GeofencingDAO.java 388 Potential violation of Law of Demeter (object not created locally)
3023 src/com/gps/dao/GeofencingDAO.java 389 Potential violation of Law of Demeter (method chain calls)
3024 src/com/gps/dao/GeofencingDAO.java 389 Potential violation of Law of Demeter (method chain calls)
3025 src/com/gps/dao/GeofencingDAO.java 389 Potential violation of Law of Demeter (object not created locally)
3026 src/com/gps/dao/GeofencingDAO.java 391 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3027 src/com/gps/dao/GeofencingDAO.java 392 Avoid printStackTrace(); use a logger call instead.
3028 src/com/gps/dao/GeofencingDAO.java 392 Potential violation of Law of Demeter (object not created locally)
3029 src/com/gps/dao/GeofencingDAO.java 394 Avoid empty finally blocks
3030 src/com/gps/dao/GeofencingDAO.java 405 Parameter 'geoVehId' is not assigned and could be declared final
3031 src/com/gps/dao/GeofencingDAO.java 406 System.out.print is used
3032 src/com/gps/dao/GeofencingDAO.java 407 Found 'DD'-anomaly for variable 'notifierList' (lines '407'-'414').
3033 src/com/gps/dao/GeofencingDAO.java 408 Found 'DD'-anomaly for variable 'sess' (lines '408'-'412').
3034 src/com/gps/dao/GeofencingDAO.java 409 Avoid variables with short names like nd
3035 src/com/gps/dao/GeofencingDAO.java 409 Local variable 'nd' could be declared final
3036 src/com/gps/dao/GeofencingDAO.java 412 Potential violation of Law of Demeter (object not created locally)
3037 src/com/gps/dao/GeofencingDAO.java 414 Potential violation of Law of Demeter (method chain calls)
3038 src/com/gps/dao/GeofencingDAO.java 414 Potential violation of Law of Demeter (method chain calls)
3039 src/com/gps/dao/GeofencingDAO.java 414 Potential violation of Law of Demeter (object not created locally)
3040 src/com/gps/dao/GeofencingDAO.java 417 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3041 src/com/gps/dao/GeofencingDAO.java 418 Avoid printStackTrace(); use a logger call instead.
3042 src/com/gps/dao/GeofencingDAO.java 418 Potential violation of Law of Demeter (object not created locally)
3043 src/com/gps/dao/GeofencingDAO.java 420 Avoid empty finally blocks
3044 src/com/gps/dao/GeofencingDAO.java 433 Parameter 'lat' is not assigned and could be declared final
3045 src/com/gps/dao/GeofencingDAO.java 433 Parameter 'lon' is not assigned and could be declared final
3046 src/com/gps/dao/GeofencingDAO.java 433 Parameter 'points' is not assigned and could be declared final
3047 src/com/gps/dao/GeofencingDAO.java 434 Avoid variables with short names like i
3048 src/com/gps/dao/GeofencingDAO.java 435 Avoid variables with short names like j
3049 src/com/gps/dao/GeofencingDAO.java 436 System.out.print is used
3050 src/com/gps/dao/GeofencingDAO.java 437 Found 'DD'-anomaly for variable 'inPoly' (lines '437'-'451').
3051 src/com/gps/dao/GeofencingDAO.java 442 Comment is too large: Line too long
3052 src/com/gps/dao/GeofencingDAO.java 443 Potential violation of Law of Demeter (method chain calls)
3053 src/com/gps/dao/GeofencingDAO.java 443 Potential violation of Law of Demeter (method chain calls)
3054 src/com/gps/dao/GeofencingDAO.java 444 Potential violation of Law of Demeter (method chain calls)
3055 src/com/gps/dao/GeofencingDAO.java 444 Potential violation of Law of Demeter (method chain calls)
3056 src/com/gps/dao/GeofencingDAO.java 446 Potential violation of Law of Demeter (method chain calls)
3057 src/com/gps/dao/GeofencingDAO.java 446 Potential violation of Law of Demeter (method chain calls)
3058 src/com/gps/dao/GeofencingDAO.java 446 Potential violation of Law of Demeter (method chain calls)
3059 src/com/gps/dao/GeofencingDAO.java 446 These nested if statements could be combined
3060 src/com/gps/dao/GeofencingDAO.java 447 Potential violation of Law of Demeter (method chain calls)
3061 src/com/gps/dao/GeofencingDAO.java 447 Potential violation of Law of Demeter (method chain calls)
3062 src/com/gps/dao/GeofencingDAO.java 447 Potential violation of Law of Demeter (method chain calls)
3063 src/com/gps/dao/GeofencingDAO.java 447 Potential violation of Law of Demeter (method chain calls)
3064 src/com/gps/dao/GeofencingDAO.java 447 Potential violation of Law of Demeter (method chain calls)
3065 src/com/gps/dao/GeofencingDAO.java 447 Potential violation of Law of Demeter (method chain calls)
3066 src/com/gps/dao/GeofencingDAO.java 447 Potential violation of Law of Demeter (method chain calls)
3067 src/com/gps/dao/GeofencingDAO.java 448 Potential violation of Law of Demeter (method chain calls)
3068 src/com/gps/dao/GeofencingDAO.java 450 System.out.print is used
3069 src/com/gps/dao/GeofencingDAO.java 451 Found 'DD'-anomaly for variable 'inPoly' (lines '451'-'451').
3070 src/com/gps/dao/GeofencingDAO.java 455 Found 'DU'-anomaly for variable 'j' (lines '455'-'463').
3071 src/com/gps/dao/GeofencingDAO.java 457 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3072 src/com/gps/dao/GeofencingDAO.java 459 Avoid printStackTrace(); use a logger call instead.
3073 src/com/gps/dao/GeofencingDAO.java 459 Potential violation of Law of Demeter (object not created locally)
3074 src/com/gps/dao/GeofencingDAO.java 470 Parameter 'geofenceId' is not assigned and could be declared final
3075 src/com/gps/dao/GeofencingDAO.java 470 Parameter 'vehicleId' is not assigned and could be declared final
3076 src/com/gps/dao/GeofencingDAO.java 472 Found 'DD'-anomaly for variable 'sess' (lines '472'-'480').
3077 src/com/gps/dao/GeofencingDAO.java 473 Avoid variables with short names like gd
3078 src/com/gps/dao/GeofencingDAO.java 473 Local variable 'gd' could be declared final
3079 src/com/gps/dao/GeofencingDAO.java 476 Found 'DD'-anomaly for variable 'del' (lines '476'-'485').
3080 src/com/gps/dao/GeofencingDAO.java 477 Avoid variables with short names like tx
3081 src/com/gps/dao/GeofencingDAO.java 477 Found 'DD'-anomaly for variable 'tx' (lines '477'-'481').
3082 src/com/gps/dao/GeofencingDAO.java 478 Avoid declaring a variable if it is unreferenced before a possible exit point.
3083 src/com/gps/dao/GeofencingDAO.java 478 Avoid unused local variables such as 'gdDetails'.
3084 src/com/gps/dao/GeofencingDAO.java 478 Found 'DU'-anomaly for variable 'gdDetails' (lines '478'-'497').
3085 src/com/gps/dao/GeofencingDAO.java 478 Local variable 'gdDetails' could be declared final
3086 src/com/gps/dao/GeofencingDAO.java 480 Potential violation of Law of Demeter (object not created locally)
3087 src/com/gps/dao/GeofencingDAO.java 481 Potential violation of Law of Demeter (object not created locally)
3088 src/com/gps/dao/GeofencingDAO.java 482 Potential violation of Law of Demeter (method chain calls)
3089 src/com/gps/dao/GeofencingDAO.java 482 Potential violation of Law of Demeter (method chain calls)
3090 src/com/gps/dao/GeofencingDAO.java 482 Potential violation of Law of Demeter (method chain calls)
3091 src/com/gps/dao/GeofencingDAO.java 482 Potential violation of Law of Demeter (object not created locally)
3092 src/com/gps/dao/GeofencingDAO.java 484 Potential violation of Law of Demeter (object not created locally)
3093 src/com/gps/dao/GeofencingDAO.java 485 Found 'DD'-anomaly for variable 'del' (lines '485'-'489').
3094 src/com/gps/dao/GeofencingDAO.java 486 Potential violation of Law of Demeter (object not created locally)
3095 src/com/gps/dao/GeofencingDAO.java 488 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3096 src/com/gps/dao/GeofencingDAO.java 490 Avoid printStackTrace(); use a logger call instead.
3097 src/com/gps/dao/GeofencingDAO.java 490 Potential violation of Law of Demeter (object not created locally)
3098 src/com/gps/dao/GeofencingDAO.java 492 Avoid empty finally blocks
3099 src/com/gps/dao/GeofencingDAO.java 503 Parameter 'nid' is not assigned and could be declared final
3100 src/com/gps/dao/GeofencingDAO.java 504 Found 'DD'-anomaly for variable 'sess' (lines '504'-'510').
3101 src/com/gps/dao/GeofencingDAO.java 505 Avoid variables with short names like gd
3102 src/com/gps/dao/GeofencingDAO.java 505 Local variable 'gd' could be declared final
3103 src/com/gps/dao/GeofencingDAO.java 506 Found 'DD'-anomaly for variable 'del' (lines '506'-'515').
3104 src/com/gps/dao/GeofencingDAO.java 507 Avoid variables with short names like tx
3105 src/com/gps/dao/GeofencingDAO.java 507 Found 'DD'-anomaly for variable 'tx' (lines '507'-'511').
3106 src/com/gps/dao/GeofencingDAO.java 508 Avoid declaring a variable if it is unreferenced before a possible exit point.
3107 src/com/gps/dao/GeofencingDAO.java 508 Avoid unused local variables such as 'gdDetails'.
3108 src/com/gps/dao/GeofencingDAO.java 508 Found 'DU'-anomaly for variable 'gdDetails' (lines '508'-'527').
3109 src/com/gps/dao/GeofencingDAO.java 508 Local variable 'gdDetails' could be declared final
3110 src/com/gps/dao/GeofencingDAO.java 510 Potential violation of Law of Demeter (object not created locally)
3111 src/com/gps/dao/GeofencingDAO.java 511 Potential violation of Law of Demeter (object not created locally)
3112 src/com/gps/dao/GeofencingDAO.java 512 Potential violation of Law of Demeter (method chain calls)
3113 src/com/gps/dao/GeofencingDAO.java 512 Potential violation of Law of Demeter (method chain calls)
3114 src/com/gps/dao/GeofencingDAO.java 512 Potential violation of Law of Demeter (object not created locally)
3115 src/com/gps/dao/GeofencingDAO.java 514 Potential violation of Law of Demeter (object not created locally)
3116 src/com/gps/dao/GeofencingDAO.java 515 Found 'DD'-anomaly for variable 'del' (lines '515'-'519').
3117 src/com/gps/dao/GeofencingDAO.java 516 Potential violation of Law of Demeter (object not created locally)
3118 src/com/gps/dao/GeofencingDAO.java 518 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3119 src/com/gps/dao/GeofencingDAO.java 520 Avoid printStackTrace(); use a logger call instead.
3120 src/com/gps/dao/GeofencingDAO.java 520 Potential violation of Law of Demeter (object not created locally)
3121 src/com/gps/dao/GeofencingDAO.java 522 Avoid empty finally blocks
3122 src/com/gps/dao/GeofencingDAO.java 535 Parameter 'count' is not assigned and could be declared final
3123 src/com/gps/dao/GeofencingDAO.java 535 Parameter 'data' is not assigned and could be declared final
3124 src/com/gps/dao/GeofencingDAO.java 535 Parameter 'geofenceName' is not assigned and could be declared final
3125 src/com/gps/dao/GeofencingDAO.java 535 Parameter 'place' is not assigned and could be declared final
3126 src/com/gps/dao/GeofencingDAO.java 535 Parameter 'trip' is not assigned and could be declared final
3127 src/com/gps/dao/GeofencingDAO.java 535 Parameter 'userDet' is not assigned and could be declared final
3128 src/com/gps/dao/GeofencingDAO.java 540 Local variable 'geofence' could be declared final
3129 src/com/gps/dao/GeofencingDAO.java 541 There is log block not surrounded by if
3130 src/com/gps/dao/GeofencingDAO.java 541 There is log block not surrounded by if
3131 src/com/gps/dao/GeofencingDAO.java 542 There is log block not surrounded by if
3132 src/com/gps/dao/GeofencingDAO.java 542 There is log block not surrounded by if
3133 src/com/gps/dao/GeofencingDAO.java 546 Potential violation of Law of Demeter (object not created locally)
3134 src/com/gps/dao/GeofencingDAO.java 547 Potential violation of Law of Demeter (object not created locally)
3135 src/com/gps/dao/GeofencingDAO.java 548 Potential violation of Law of Demeter (method chain calls)
3136 src/com/gps/dao/GeofencingDAO.java 548 Potential violation of Law of Demeter (method chain calls)
3137 src/com/gps/dao/GeofencingDAO.java 548 Potential violation of Law of Demeter (method chain calls)
3138 src/com/gps/dao/GeofencingDAO.java 548 Potential violation of Law of Demeter (method chain calls)
3139 src/com/gps/dao/GeofencingDAO.java 548 Potential violation of Law of Demeter (method chain calls)
3140 src/com/gps/dao/GeofencingDAO.java 548 Potential violation of Law of Demeter (method chain calls)
3141 src/com/gps/dao/GeofencingDAO.java 548 Potential violation of Law of Demeter (method chain calls)
3142 src/com/gps/dao/GeofencingDAO.java 548 Potential violation of Law of Demeter (method chain calls)
3143 src/com/gps/dao/GeofencingDAO.java 548 Potential violation of Law of Demeter (method chain calls)
3144 src/com/gps/dao/GeofencingDAO.java 548 There is log block not surrounded by if
3145 src/com/gps/dao/GeofencingDAO.java 548 There is log block not surrounded by if
3146 src/com/gps/dao/GeofencingDAO.java 549 Potential violation of Law of Demeter (method chain calls)
3147 src/com/gps/dao/GeofencingDAO.java 549 Potential violation of Law of Demeter (method chain calls)
3148 src/com/gps/dao/GeofencingDAO.java 549 Potential violation of Law of Demeter (method chain calls)
3149 src/com/gps/dao/GeofencingDAO.java 549 Potential violation of Law of Demeter (method chain calls)
3150 src/com/gps/dao/GeofencingDAO.java 549 Potential violation of Law of Demeter (method chain calls)
3151 src/com/gps/dao/GeofencingDAO.java 549 Potential violation of Law of Demeter (method chain calls)
3152 src/com/gps/dao/GeofencingDAO.java 549 Potential violation of Law of Demeter (method chain calls)
3153 src/com/gps/dao/GeofencingDAO.java 549 Potential violation of Law of Demeter (method chain calls)
3154 src/com/gps/dao/GeofencingDAO.java 549 Potential violation of Law of Demeter (method chain calls)
3155 src/com/gps/dao/GeofencingDAO.java 549 Potential violation of Law of Demeter (method chain calls)
3156 src/com/gps/dao/GeofencingDAO.java 549 Potential violation of Law of Demeter (method chain calls)
3157 src/com/gps/dao/GeofencingDAO.java 549 Potential violation of Law of Demeter (method chain calls)
3158 src/com/gps/dao/GeofencingDAO.java 549 There is log block not surrounded by if
3159 src/com/gps/dao/GeofencingDAO.java 549 There is log block not surrounded by if
3160 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3161 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3162 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3163 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3164 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3165 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3166 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3167 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3168 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3169 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3170 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3171 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3172 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3173 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3174 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3175 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3176 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3177 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3178 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3179 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3180 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3181 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3182 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3183 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3184 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3185 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3186 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3187 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (method chain calls)
3188 src/com/gps/dao/GeofencingDAO.java 550 There is log block not surrounded by if
3189 src/com/gps/dao/GeofencingDAO.java 550 There is log block not surrounded by if
3190 src/com/gps/dao/GeofencingDAO.java 551 Potential violation of Law of Demeter (method chain calls)
3191 src/com/gps/dao/GeofencingDAO.java 551 Potential violation of Law of Demeter (method chain calls)
3192 src/com/gps/dao/GeofencingDAO.java 551 Potential violation of Law of Demeter (method chain calls)
3193 src/com/gps/dao/GeofencingDAO.java 551 Potential violation of Law of Demeter (method chain calls)
3194 src/com/gps/dao/GeofencingDAO.java 551 Potential violation of Law of Demeter (method chain calls)
3195 src/com/gps/dao/GeofencingDAO.java 551 Potential violation of Law of Demeter (method chain calls)
3196 src/com/gps/dao/GeofencingDAO.java 551 Potential violation of Law of Demeter (method chain calls)
3197 src/com/gps/dao/GeofencingDAO.java 551 Potential violation of Law of Demeter (method chain calls)
3198 src/com/gps/dao/GeofencingDAO.java 551 Potential violation of Law of Demeter (method chain calls)
3199 src/com/gps/dao/GeofencingDAO.java 551 Potential violation of Law of Demeter (object not created locally)
3200 src/com/gps/dao/GeofencingDAO.java 553 Potential violation of Law of Demeter (method chain calls)
3201 src/com/gps/dao/GeofencingDAO.java 553 Potential violation of Law of Demeter (method chain calls)
3202 src/com/gps/dao/GeofencingDAO.java 553 Potential violation of Law of Demeter (method chain calls)
3203 src/com/gps/dao/GeofencingDAO.java 553 Potential violation of Law of Demeter (method chain calls)
3204 src/com/gps/dao/GeofencingDAO.java 553 Potential violation of Law of Demeter (method chain calls)
3205 src/com/gps/dao/GeofencingDAO.java 553 Potential violation of Law of Demeter (method chain calls)
3206 src/com/gps/dao/GeofencingDAO.java 553 Potential violation of Law of Demeter (method chain calls)
3207 src/com/gps/dao/GeofencingDAO.java 553 Potential violation of Law of Demeter (method chain calls)
3208 src/com/gps/dao/GeofencingDAO.java 553 Potential violation of Law of Demeter (method chain calls)
3209 src/com/gps/dao/GeofencingDAO.java 553 Potential violation of Law of Demeter (method chain calls)
3210 src/com/gps/dao/GeofencingDAO.java 553 Potential violation of Law of Demeter (method chain calls)
3211 src/com/gps/dao/GeofencingDAO.java 553 Potential violation of Law of Demeter (method chain calls)
3212 src/com/gps/dao/GeofencingDAO.java 553 Potential violation of Law of Demeter (object not created locally)
3213 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3214 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3215 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3216 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3217 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3218 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3219 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3220 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3221 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3222 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3223 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3224 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3225 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3226 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3227 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3228 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3229 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3230 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3231 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3232 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3233 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3234 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3235 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3236 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3237 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3238 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3239 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3240 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (method chain calls)
3241 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (object not created locally)
3242 src/com/gps/dao/GeofencingDAO.java 555 Potential violation of Law of Demeter (object not created locally)
3243 src/com/gps/dao/GeofencingDAO.java 556 Potential violation of Law of Demeter (object not created locally)
3244 src/com/gps/dao/GeofencingDAO.java 558 Potential violation of Law of Demeter (object not created locally)
3245 src/com/gps/dao/GeofencingDAO.java 562 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3246 src/com/gps/dao/GeofencingDAO.java 564 Avoid printStackTrace(); use a logger call instead.
3247 src/com/gps/dao/GeofencingDAO.java 564 Potential violation of Law of Demeter (object not created locally)
3248 src/com/gps/dao/GeofencingDAO.java 565 Avoid throwing raw exception types.
3249 src/com/gps/dao/GeofencingDAO.java 565 New exception is thrown in catch block, original stack trace may be lost
3250 src/com/gps/dao/GeofencingDAO.java 576 Parameter 'data' is not assigned and could be declared final
3251 src/com/gps/dao/GeofencingDAO.java 576 Parameter 'geofenceName' is not assigned and could be declared final
3252 src/com/gps/dao/GeofencingDAO.java 576 Parameter 'trip' is not assigned and could be declared final
3253 src/com/gps/dao/GeofencingDAO.java 576 Parameter 'userDet' is not assigned and could be declared final
3254 src/com/gps/dao/GeofencingDAO.java 578 Local variable 'geofence' could be declared final
3255 src/com/gps/dao/GeofencingDAO.java 581 Potential violation of Law of Demeter (object not created locally)
3256 src/com/gps/dao/GeofencingDAO.java 582 Potential violation of Law of Demeter (object not created locally)
3257 src/com/gps/dao/GeofencingDAO.java 583 Potential violation of Law of Demeter (method chain calls)
3258 src/com/gps/dao/GeofencingDAO.java 583 Potential violation of Law of Demeter (object not created locally)
3259 src/com/gps/dao/GeofencingDAO.java 584 Potential violation of Law of Demeter (method chain calls)
3260 src/com/gps/dao/GeofencingDAO.java 584 Potential violation of Law of Demeter (method chain calls)
3261 src/com/gps/dao/GeofencingDAO.java 584 Potential violation of Law of Demeter (object not created locally)
3262 src/com/gps/dao/GeofencingDAO.java 586 Potential violation of Law of Demeter (method chain calls)
3263 src/com/gps/dao/GeofencingDAO.java 586 Potential violation of Law of Demeter (method chain calls)
3264 src/com/gps/dao/GeofencingDAO.java 586 Potential violation of Law of Demeter (object not created locally)
3265 src/com/gps/dao/GeofencingDAO.java 587 Potential violation of Law of Demeter (method chain calls)
3266 src/com/gps/dao/GeofencingDAO.java 587 Potential violation of Law of Demeter (object not created locally)
3267 src/com/gps/dao/GeofencingDAO.java 588 Potential violation of Law of Demeter (object not created locally)
3268 src/com/gps/dao/GeofencingDAO.java 592 A method/constructor shouldnt explicitly throw java.lang.Exception
3269 src/com/gps/dao/GeofencingDAO.java 592 Parameter 'center' is not assigned and could be declared final
3270 src/com/gps/dao/GeofencingDAO.java 592 Parameter 'point' is not assigned and could be declared final
3271 src/com/gps/dao/GeofencingDAO.java 592 publicMethodCommentRequirement Required
3272 src/com/gps/dao/GeofencingDAO.java 596 Avoid unused local variables such as 'in'.
3273 src/com/gps/dao/GeofencingDAO.java 596 Avoid variables with short names like in
3274 src/com/gps/dao/GeofencingDAO.java 596 Found 'DD'-anomaly for variable 'in' (lines '596'-'603').
3275 src/com/gps/dao/GeofencingDAO.java 596 Found 'DD'-anomaly for variable 'in' (lines '596'-'605').
3276 src/com/gps/dao/GeofencingDAO.java 600 Potential violation of Law of Demeter (object not created locally)
3277 src/com/gps/dao/GeofencingDAO.java 601 There is log block not surrounded by if
3278 src/com/gps/dao/GeofencingDAO.java 601 There is log block not surrounded by if
3279 src/com/gps/dao/GeofencingDAO.java 603 Avoid using if...else statements without curly braces
3280 src/com/gps/dao/GeofencingDAO.java 603 Found 'DU'-anomaly for variable 'in' (lines '603'-'614').
3281 src/com/gps/dao/GeofencingDAO.java 605 Avoid using if...else statements without curly braces
3282 src/com/gps/dao/GeofencingDAO.java 605 Found 'DU'-anomaly for variable 'in' (lines '605'-'614').
3283 src/com/gps/dao/GeofencingDAO.java 608 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3284 src/com/gps/dao/GeofencingDAO.java 610 Avoid printStackTrace(); use a logger call instead.
3285 src/com/gps/dao/GeofencingDAO.java 610 Potential violation of Law of Demeter (object not created locally)
3286 src/com/gps/dao/GeofencingDAO.java 616 Parameter 'vehicleId' is not assigned and could be declared final
3287 src/com/gps/dao/GeofencingDAO.java 616 publicMethodCommentRequirement Required
3288 src/com/gps/dao/GeofencingDAO.java 618 Avoid unused local variables such as 'vehDAO'.
3289 src/com/gps/dao/GeofencingDAO.java 620 Found 'DD'-anomaly for variable 'trips' (lines '620'-'625').
3290 src/com/gps/dao/GeofencingDAO.java 623 Found 'DU'-anomaly for variable 'vehDAO' (lines '623'-'634').
3291 src/com/gps/dao/GeofencingDAO.java 624 Potential violation of Law of Demeter (method chain calls)
3292 src/com/gps/dao/GeofencingDAO.java 625 Potential violation of Law of Demeter (object not created locally)
3293 src/com/gps/dao/GeofencingDAO.java 629 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3294 src/com/gps/dao/GeofencingDAO.java 631 Avoid printStackTrace(); use a logger call instead.
3295 src/com/gps/dao/GeofencingDAO.java 631 Potential violation of Law of Demeter (object not created locally)
3296 src/com/gps/dao/GeofencingDAO.java 637 Comment is too large: Line too long
3297 src/com/gps/dao/GeofencingDAO.java 643 Comment is too large: Too many lines
3298 src/com/gps/dao/GeofencingDAO.java 653 A method/constructor shouldnt explicitly throw java.lang.Exception
3299 src/com/gps/dao/GeofencingDAO.java 653 Parameter 'packetTime' is not assigned and could be declared final
3300 src/com/gps/dao/GeofencingDAO.java 657 Local variable 'cal' could be declared final
3301 src/com/gps/dao/GeofencingDAO.java 661 There is log block not surrounded by if
3302 src/com/gps/dao/GeofencingDAO.java 661 There is log block not surrounded by if
3303 src/com/gps/dao/GeofencingDAO.java 662 Potential violation of Law of Demeter (object not created locally)
3304 src/com/gps/dao/GeofencingDAO.java 663 Potential violation of Law of Demeter (object not created locally)
3305 src/com/gps/dao/GeofencingDAO.java 663 There is log block not surrounded by if
3306 src/com/gps/dao/GeofencingDAO.java 663 There is log block not surrounded by if
3307 src/com/gps/dao/GeofencingDAO.java 664 Potential violation of Law of Demeter (object not created locally)
3308 src/com/gps/dao/GeofencingDAO.java 667 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3309 src/com/gps/dao/GeofencingDAO.java 669 Avoid printStackTrace(); use a logger call instead.
3310 src/com/gps/dao/GeofencingDAO.java 684 A method/constructor shouldnt explicitly throw java.lang.Exception
3311 src/com/gps/dao/GeofencingDAO.java 684 Parameter 'fence' is not assigned and could be declared final
3312 src/com/gps/dao/GeofencingDAO.java 684 Parameter 'packetTime' is not assigned and could be declared final
3313 src/com/gps/dao/GeofencingDAO.java 684 Parameter 'sessVal' is not assigned and could be declared final
3314 src/com/gps/dao/GeofencingDAO.java 687 Found 'DD'-anomaly for variable 'history' (lines '687'-'695').
3315 src/com/gps/dao/GeofencingDAO.java 688 Found 'DD'-anomaly for variable 'session' (lines '688'-'694').
3316 src/com/gps/dao/GeofencingDAO.java 689 Avoid variables with short names like tx
3317 src/com/gps/dao/GeofencingDAO.java 689 Found 'DD'-anomaly for variable 'tx' (lines '689'-'711').
3318 src/com/gps/dao/GeofencingDAO.java 691 Avoid unused local variables such as 'dao'.
3319 src/com/gps/dao/GeofencingDAO.java 691 Found 'DD'-anomaly for variable 'dao' (lines '691'-'696').
3320 src/com/gps/dao/GeofencingDAO.java 696 Found 'DU'-anomaly for variable 'dao' (lines '696'-'723').
3321 src/com/gps/dao/GeofencingDAO.java 697 Avoid using Literals in Conditional Statements
3322 src/com/gps/dao/GeofencingDAO.java 699 Potential violation of Law of Demeter (object not created locally)
3323 src/com/gps/dao/GeofencingDAO.java 700 Potential violation of Law of Demeter (object not created locally)
3324 src/com/gps/dao/GeofencingDAO.java 701 Potential violation of Law of Demeter (object not created locally)
3325 src/com/gps/dao/GeofencingDAO.java 705 Potential violation of Law of Demeter (object not created locally)
3326 src/com/gps/dao/GeofencingDAO.java 706 Potential violation of Law of Demeter (object not created locally)
3327 src/com/gps/dao/GeofencingDAO.java 707 Potential violation of Law of Demeter (object not created locally)
3328 src/com/gps/dao/GeofencingDAO.java 709 Potential violation of Law of Demeter (object not created locally)
3329 src/com/gps/dao/GeofencingDAO.java 710 There is log block not surrounded by if
3330 src/com/gps/dao/GeofencingDAO.java 710 There is log block not surrounded by if
3331 src/com/gps/dao/GeofencingDAO.java 711 Potential violation of Law of Demeter (object not created locally)
3332 src/com/gps/dao/GeofencingDAO.java 713 Potential violation of Law of Demeter (object not created locally)
3333 src/com/gps/dao/GeofencingDAO.java 714 Potential violation of Law of Demeter (object not created locally)
3334 src/com/gps/dao/GeofencingDAO.java 715 Potential violation of Law of Demeter (object not created locally)
3335 src/com/gps/dao/GeofencingDAO.java 718 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3336 src/com/gps/dao/GeofencingDAO.java 720 Avoid printStackTrace(); use a logger call instead.
3337 src/com/gps/dao/GeofencingDAO.java 720 Potential violation of Law of Demeter (object not created locally)
3338 src/com/gps/dao/GeofencingDAO.java 724 Parameter 'args' is not assigned and could be declared final
3339 src/com/gps/dao/GeofencingDAO.java 724 publicMethodCommentRequirement Required
3340 src/com/gps/dao/GeofencingDAO.java 730 Local variable 'dao' could be declared final
3341 src/com/gps/dao/GeofencingDAO.java 732 Avoid unused local variables such as 'data'.
3342 src/com/gps/dao/GeofencingDAO.java 732 Found 'DU'-anomaly for variable 'data' (lines '732'-'741').
3343 src/com/gps/dao/GeofencingDAO.java 732 Local variable 'data' could be declared final
3344 src/com/gps/dao/GeofencingDAO.java 736 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3345 src/com/gps/dao/GeofencingDAO.java 738 Avoid printStackTrace(); use a logger call instead.
3346 src/com/gps/dao/GoogleReqCountDAO.java 5 Avoid unused imports such as 'org.hibernate.Query'
3347 src/com/gps/dao/GoogleReqCountDAO.java 11 Avoid unused imports such as 'com.gps.hibernate.Organization'
3348 src/com/gps/dao/GoogleReqCountDAO.java 13 headerCommentRequirement Required
3349 src/com/gps/dao/GoogleReqCountDAO.java 14 Found non-transient, non-static member. Please mark as transient or provide accessors.
3350 src/com/gps/dao/GoogleReqCountDAO.java 14 Use explicit scoping instead of the default package private level
3351 src/com/gps/dao/GoogleReqCountDAO.java 14 fieldCommentRequirement Required
3352 src/com/gps/dao/GoogleReqCountDAO.java 17 Parameter 'count' is not assigned and could be declared final
3353 src/com/gps/dao/GoogleReqCountDAO.java 17 Parameter 'orgId' is not assigned and could be declared final
3354 src/com/gps/dao/GoogleReqCountDAO.java 17 publicMethodCommentRequirement Required
3355 src/com/gps/dao/GoogleReqCountDAO.java 19 Local variable 'date' could be declared final
3356 src/com/gps/dao/GoogleReqCountDAO.java 21 Local variable 'stamp' could be declared final
3357 src/com/gps/dao/GoogleReqCountDAO.java 21 Potential violation of Law of Demeter (object not created locally)
3358 src/com/gps/dao/GoogleReqCountDAO.java 24 Avoid variables with short names like tr
3359 src/com/gps/dao/GoogleReqCountDAO.java 24 Local variable 'tr' could be declared final
3360 src/com/gps/dao/GoogleReqCountDAO.java 26 Local variable 'count_obj' could be declared final
3361 src/com/gps/dao/GoogleReqCountDAO.java 26 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'count_obj' is not final.
3362 src/com/gps/dao/GoogleReqCountDAO.java 28 Potential violation of Law of Demeter (object not created locally)
3363 src/com/gps/dao/GoogleReqCountDAO.java 33 Parameter 'args' is not assigned and could be declared final
3364 src/com/gps/dao/GoogleReqCountDAO.java 33 publicMethodCommentRequirement Required
3365 src/com/gps/dao/GoogleReqCountDAO.java 36 Local variable 'google' could be declared final
3366 src/com/gps/dao/HolidayProcessDAO.java 5 Avoid unused imports such as 'java.util.ArrayList'
3367 src/com/gps/dao/HolidayProcessDAO.java 7 Avoid unused imports such as 'java.util.HashSet'
3368 src/com/gps/dao/HolidayProcessDAO.java 8 Avoid unused imports such as 'java.util.Set'
3369 src/com/gps/dao/HolidayProcessDAO.java 14 Avoid unused imports such as 'org.hibernate.Query'
3370 src/com/gps/dao/HolidayProcessDAO.java 17 Avoid unused imports such as 'org.hibernate.exception.ConstraintViolationException'
3371 src/com/gps/dao/HolidayProcessDAO.java 22 Avoid unused imports such as 'com.gps.hibernate.VehicleDetails'
3372 src/com/gps/dao/HolidayProcessDAO.java 23 Avoid unused imports such as 'com.gps.hibernate.VehicleDetailsDAO'
3373 src/com/gps/dao/HolidayProcessDAO.java 26 headerCommentRequirement Required
3374 src/com/gps/dao/HolidayProcessDAO.java 32 Found non-transient, non-static member. Please mark as transient or provide accessors.
3375 src/com/gps/dao/HolidayProcessDAO.java 32 Use explicit scoping instead of the default package private level
3376 src/com/gps/dao/HolidayProcessDAO.java 33 Avoid variables with short names like tx
3377 src/com/gps/dao/HolidayProcessDAO.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
3378 src/com/gps/dao/HolidayProcessDAO.java 33 Use explicit scoping instead of the default package private level
3379 src/com/gps/dao/HolidayProcessDAO.java 33 fieldCommentRequirement Required
3380 src/com/gps/dao/HolidayProcessDAO.java 34 The Logger variable declaration does not contain the static and final modifiers
3381 src/com/gps/dao/HolidayProcessDAO.java 34 Use explicit scoping instead of the default package private level
3382 src/com/gps/dao/HolidayProcessDAO.java 34 fieldCommentRequirement Required
3383 src/com/gps/dao/HolidayProcessDAO.java 36 Avoid unused private fields such as 'holiday'.
3384 src/com/gps/dao/HolidayProcessDAO.java 36 fieldCommentRequirement Required
3385 src/com/gps/dao/HolidayProcessDAO.java 39 A method/constructor shouldnt explicitly throw java.lang.Exception
3386 src/com/gps/dao/HolidayProcessDAO.java 39 Method names should not start with capital letters
3387 src/com/gps/dao/HolidayProcessDAO.java 39 Parameter 'holiday' is not assigned and could be declared final
3388 src/com/gps/dao/HolidayProcessDAO.java 39 publicMethodCommentRequirement Required
3389 src/com/gps/dao/HolidayProcessDAO.java 41 There is log block not surrounded by if
3390 src/com/gps/dao/HolidayProcessDAO.java 41 There is log block not surrounded by if
3391 src/com/gps/dao/HolidayProcessDAO.java 42 Local variable 'hddao' could be declared final
3392 src/com/gps/dao/HolidayProcessDAO.java 44 Found 'DD'-anomaly for variable 'sess' (lines '44'-'48').
3393 src/com/gps/dao/HolidayProcessDAO.java 45 Avoid variables with short names like tx
3394 src/com/gps/dao/HolidayProcessDAO.java 45 Found 'DD'-anomaly for variable 'tx' (lines '45'-'49').
3395 src/com/gps/dao/HolidayProcessDAO.java 48 Potential violation of Law of Demeter (object not created locally)
3396 src/com/gps/dao/HolidayProcessDAO.java 49 Potential violation of Law of Demeter (object not created locally)
3397 src/com/gps/dao/HolidayProcessDAO.java 51 Potential violation of Law of Demeter (object not created locally)
3398 src/com/gps/dao/HolidayProcessDAO.java 52 Potential violation of Law of Demeter (object not created locally)
3399 src/com/gps/dao/HolidayProcessDAO.java 53 Potential violation of Law of Demeter (object not created locally)
3400 src/com/gps/dao/HolidayProcessDAO.java 54 Potential violation of Law of Demeter (object not created locally)
3401 src/com/gps/dao/HolidayProcessDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3402 src/com/gps/dao/HolidayProcessDAO.java 60 Avoid printStackTrace(); use a logger call instead.
3403 src/com/gps/dao/HolidayProcessDAO.java 60 Potential violation of Law of Demeter (object not created locally)
3404 src/com/gps/dao/HolidayProcessDAO.java 63 Avoid empty finally blocks
3405 src/com/gps/dao/HolidayProcessDAO.java 70 A method/constructor shouldnt explicitly throw java.lang.Exception
3406 src/com/gps/dao/HolidayProcessDAO.java 70 Parameter 'orgId' is not assigned and could be declared final
3407 src/com/gps/dao/HolidayProcessDAO.java 70 publicMethodCommentRequirement Required
3408 src/com/gps/dao/HolidayProcessDAO.java 72 Local variable 'hddao' could be declared final
3409 src/com/gps/dao/HolidayProcessDAO.java 73 Found 'DD'-anomaly for variable 'holidayList' (lines '73'-'81').
3410 src/com/gps/dao/HolidayProcessDAO.java 74 Found 'DD'-anomaly for variable 'sess' (lines '74'-'78').
3411 src/com/gps/dao/HolidayProcessDAO.java 75 Avoid variables with short names like tx
3412 src/com/gps/dao/HolidayProcessDAO.java 75 Found 'DD'-anomaly for variable 'tx' (lines '75'-'79').
3413 src/com/gps/dao/HolidayProcessDAO.java 78 Potential violation of Law of Demeter (object not created locally)
3414 src/com/gps/dao/HolidayProcessDAO.java 79 Potential violation of Law of Demeter (object not created locally)
3415 src/com/gps/dao/HolidayProcessDAO.java 81 Potential violation of Law of Demeter (object not created locally)
3416 src/com/gps/dao/HolidayProcessDAO.java 82 Potential violation of Law of Demeter (object not created locally)
3417 src/com/gps/dao/HolidayProcessDAO.java 83 Potential violation of Law of Demeter (object not created locally)
3418 src/com/gps/dao/HolidayProcessDAO.java 84 Potential violation of Law of Demeter (object not created locally)
3419 src/com/gps/dao/HolidayProcessDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3420 src/com/gps/dao/HolidayProcessDAO.java 91 Avoid printStackTrace(); use a logger call instead.
3421 src/com/gps/dao/HolidayProcessDAO.java 91 Potential violation of Law of Demeter (object not created locally)
3422 src/com/gps/dao/HolidayProcessDAO.java 94 Avoid empty finally blocks
3423 src/com/gps/dao/HolidayProcessDAO.java 100 A method/constructor shouldnt explicitly throw java.lang.Exception
3424 src/com/gps/dao/HolidayProcessDAO.java 100 Parameter 'holidays' is not assigned and could be declared final
3425 src/com/gps/dao/HolidayProcessDAO.java 100 publicMethodCommentRequirement Required
3426 src/com/gps/dao/HolidayProcessDAO.java 103 Local variable 'vdao' could be declared final
3427 src/com/gps/dao/HolidayProcessDAO.java 107 Potential violation of Law of Demeter (object not created locally)
3428 src/com/gps/dao/HolidayProcessDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3429 src/com/gps/dao/HolidayProcessDAO.java 118 Avoid printStackTrace(); use a logger call instead.
3430 src/com/gps/dao/HolidayProcessDAO.java 118 Potential violation of Law of Demeter (object not created locally)
3431 src/com/gps/dao/HolidayProcessDAO.java 121 Avoid empty finally blocks
3432 src/com/gps/dao/HolidayProcessDAO.java 127 Parameter 'org' is not assigned and could be declared final
3433 src/com/gps/dao/HolidayProcessDAO.java 127 publicMethodCommentRequirement Required
3434 src/com/gps/dao/HolidayProcessDAO.java 128 Local variable 'currentDate' could be declared final
3435 src/com/gps/dao/HolidayProcessDAO.java 129 Local variable 'sdf' could be declared final
3436 src/com/gps/dao/HolidayProcessDAO.java 129 When instantiating a SimpleDateFormat object, specify a Locale
3437 src/com/gps/dao/HolidayProcessDAO.java 131 Avoid declaring a variable if it is unreferenced before a possible exit point.
3438 src/com/gps/dao/HolidayProcessDAO.java 131 Avoid unused local variables such as 'holidayList'.
3439 src/com/gps/dao/HolidayProcessDAO.java 131 Found 'DU'-anomaly for variable 'holidayList' (lines '131'-'141').
3440 src/com/gps/dao/HolidayProcessDAO.java 131 Local variable 'holidayList' could be declared final
3441 src/com/gps/dao/HolidayProcessDAO.java 133 Avoid declaring a variable if it is unreferenced before a possible exit point.
3442 src/com/gps/dao/HolidayProcessDAO.java 133 Avoid unused local variables such as 'dateNow'.
3443 src/com/gps/dao/HolidayProcessDAO.java 133 Found 'DU'-anomaly for variable 'dateNow' (lines '133'-'141').
3444 src/com/gps/dao/HolidayProcessDAO.java 133 Local variable 'dateNow' could be declared final
3445 src/com/gps/dao/HolidayProcessDAO.java 133 Potential violation of Law of Demeter (object not created locally)
3446 src/com/gps/dao/HolidayProcessDAO.java 135 A method should have only one exit point, and that should be the last statement in the method
3447 src/com/gps/dao/HolidayProcessDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3448 src/com/gps/dao/HolidayProcessDAO.java 138 Avoid printStackTrace(); use a logger call instead.
3449 src/com/gps/dao/HolidayProcessDAO.java 145 A method/constructor shouldnt explicitly throw java.lang.Exception
3450 src/com/gps/dao/HolidayProcessDAO.java 145 Parameter 'args' is not assigned and could be declared final
3451 src/com/gps/dao/HolidayProcessDAO.java 145 publicMethodCommentRequirement Required
3452 src/com/gps/dao/HolidayProcessDAO.java 148 Avoid unused local variables such as 'dao'.
3453 src/com/gps/dao/HolidayProcessDAO.java 148 Found 'DU'-anomaly for variable 'dao' (lines '148'-'153').
3454 src/com/gps/dao/HolidayProcessDAO.java 148 Local variable 'dao' could be declared final
3455 src/com/gps/dao/HolidayProcessDAO.java 149 Avoid unused local variables such as 'hdDao'.
3456 src/com/gps/dao/HolidayProcessDAO.java 149 Found 'DU'-anomaly for variable 'hdDao' (lines '149'-'153').
3457 src/com/gps/dao/HolidayProcessDAO.java 149 Local variable 'hdDao' could be declared final
3458 src/com/gps/dao/HolidayProcessDAO.java 150 There is log block not surrounded by if
3459 src/com/gps/dao/HolidayProcessDAO.java 150 There is log block not surrounded by if
3460 src/com/gps/dao/LocationProcessDAO.java 3 Avoid unused imports such as 'java.text.SimpleDateFormat'
3461 src/com/gps/dao/LocationProcessDAO.java 4 Avoid unused imports such as 'java.util.ArrayList'
3462 src/com/gps/dao/LocationProcessDAO.java 5 Avoid unused imports such as 'java.util.Calendar'
3463 src/com/gps/dao/LocationProcessDAO.java 6 Avoid unused imports such as 'java.util.HashSet'
3464 src/com/gps/dao/LocationProcessDAO.java 7 Avoid unused imports such as 'java.util.Set'
3465 src/com/gps/dao/LocationProcessDAO.java 8 Avoid unused imports such as 'java.util.List'
3466 src/com/gps/dao/LocationProcessDAO.java 10 Avoid unused imports such as 'org.hibernate.Query'
3467 src/com/gps/dao/LocationProcessDAO.java 13 Avoid unused imports such as 'org.hibernate.exception.ConstraintViolationException'
3468 src/com/gps/dao/LocationProcessDAO.java 15 Avoid unused imports such as 'com.gps.hibernate.Location'
3469 src/com/gps/dao/LocationProcessDAO.java 16 Avoid unused imports such as 'com.gps.hibernate.Organization'
3470 src/com/gps/dao/LocationProcessDAO.java 20 headerCommentRequirement Required
3471 src/com/gps/dao/LocationProcessDAO.java 26 Use explicit scoping instead of the default package private level
3472 src/com/gps/dao/LocationProcessDAO.java 27 Avoid variables with short names like tx
3473 src/com/gps/dao/LocationProcessDAO.java 27 Use explicit scoping instead of the default package private level
3474 src/com/gps/dao/LocationProcessDAO.java 27 fieldCommentRequirement Required
3475 src/com/gps/dao/LocationProcessDAO.java 28 The Logger variable declaration does not contain the static and final modifiers
3476 src/com/gps/dao/LocationProcessDAO.java 28 Use explicit scoping instead of the default package private level
3477 src/com/gps/dao/LocationProcessDAO.java 28 fieldCommentRequirement Required
3478 src/com/gps/dao/LocationProcessDAO.java 30 Parameter 'busname' is not assigned and could be declared final
3479 src/com/gps/dao/LocationProcessDAO.java 30 publicMethodCommentRequirement Required
3480 src/com/gps/dao/LocationProcessDAO.java 32 There is log block not surrounded by if
3481 src/com/gps/dao/LocationProcessDAO.java 32 There is log block not surrounded by if
3482 src/com/gps/dao/LocationProcessDAO.java 33 Local variable 'locationDAO' could be declared final
3483 src/com/gps/dao/LocationProcessDAO.java 34 Found 'DD'-anomaly for variable 'location' (lines '34'-'37').
3484 src/com/gps/dao/LocationProcessDAO.java 36 Avoid declaring a variable if it is unreferenced before a possible exit point.
3485 src/com/gps/dao/LocationProcessDAO.java 36 Avoid unused local variables such as 'stat'.
3486 src/com/gps/dao/LocationProcessDAO.java 36 Found 'DU'-anomaly for variable 'stat' (lines '36'-'45').
3487 src/com/gps/dao/LocationProcessDAO.java 36 Local variable 'stat' could be declared final
3488 src/com/gps/dao/LocationProcessDAO.java 37 Potential violation of Law of Demeter (object not created locally)
3489 src/com/gps/dao/LocationProcessDAO.java 38 System.out.print is used
3490 src/com/gps/dao/LocationProcessDAO.java 39 A method should have only one exit point, and that should be the last statement in the method
3491 src/com/gps/dao/LocationProcessDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3492 src/com/gps/dao/LocationProcessDAO.java 42 Avoid printStackTrace(); use a logger call instead.
3493 src/com/gps/dao/LocationProcessDAO.java 42 Potential violation of Law of Demeter (object not created locally)
3494 src/com/gps/dao/LocationProcessDAO.java 46 Parameter 'tripid' is not assigned and could be declared final
3495 src/com/gps/dao/LocationProcessDAO.java 46 publicMethodCommentRequirement Required
3496 src/com/gps/dao/LocationProcessDAO.java 48 There is log block not surrounded by if
3497 src/com/gps/dao/LocationProcessDAO.java 48 There is log block not surrounded by if
3498 src/com/gps/dao/LocationProcessDAO.java 49 Local variable 'locationDAO' could be declared final
3499 src/com/gps/dao/LocationProcessDAO.java 50 Found 'DD'-anomaly for variable 'location' (lines '50'-'53').
3500 src/com/gps/dao/LocationProcessDAO.java 52 Avoid declaring a variable if it is unreferenced before a possible exit point.
3501 src/com/gps/dao/LocationProcessDAO.java 52 Avoid unused local variables such as 'stat'.
3502 src/com/gps/dao/LocationProcessDAO.java 52 Found 'DU'-anomaly for variable 'stat' (lines '52'-'60').
3503 src/com/gps/dao/LocationProcessDAO.java 52 Local variable 'stat' could be declared final
3504 src/com/gps/dao/LocationProcessDAO.java 53 Potential violation of Law of Demeter (object not created locally)
3505 src/com/gps/dao/LocationProcessDAO.java 54 A method should have only one exit point, and that should be the last statement in the method
3506 src/com/gps/dao/LocationProcessDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3507 src/com/gps/dao/LocationProcessDAO.java 57 Avoid printStackTrace(); use a logger call instead.
3508 src/com/gps/dao/LocationProcessDAO.java 57 Potential violation of Law of Demeter (object not created locally)
3509 src/com/gps/dao/LocationProcessDAO.java 62 A method/constructor shouldnt explicitly throw java.lang.Exception
3510 src/com/gps/dao/LocationProcessDAO.java 62 Parameter 'args' is not assigned and could be declared final
3511 src/com/gps/dao/LocationProcessDAO.java 62 publicMethodCommentRequirement Required
3512 src/com/gps/dao/LocationProcessDAO.java 64 System.out.print is used
3513 src/com/gps/dao/LoginProcessDAO.java 4 Avoid unused imports such as 'java.text.SimpleDateFormat'
3514 src/com/gps/dao/LoginProcessDAO.java 6 Avoid unused imports such as 'java.util.Calendar'
3515 src/com/gps/dao/LoginProcessDAO.java 7 Avoid unused imports such as 'java.util.HashSet'
3516 src/com/gps/dao/LoginProcessDAO.java 8 Avoid unused imports such as 'java.util.Set'
3517 src/com/gps/dao/LoginProcessDAO.java 14 Avoid unused imports such as 'org.hibernate.Query'
3518 src/com/gps/dao/LoginProcessDAO.java 17 Avoid unused imports such as 'org.hibernate.exception.ConstraintViolationException'
3519 src/com/gps/dao/LoginProcessDAO.java 18 Avoid unused imports such as 'com.gps.hibernate.Organization'
3520 src/com/gps/dao/LoginProcessDAO.java 23 headerCommentRequirement Required
3521 src/com/gps/dao/LoginProcessDAO.java 29 Use explicit scoping instead of the default package private level
3522 src/com/gps/dao/LoginProcessDAO.java 30 Avoid variables with short names like tx
3523 src/com/gps/dao/LoginProcessDAO.java 30 Use explicit scoping instead of the default package private level
3524 src/com/gps/dao/LoginProcessDAO.java 30 fieldCommentRequirement Required
3525 src/com/gps/dao/LoginProcessDAO.java 31 The Logger variable declaration does not contain the static and final modifiers
3526 src/com/gps/dao/LoginProcessDAO.java 31 Use explicit scoping instead of the default package private level
3527 src/com/gps/dao/LoginProcessDAO.java 31 fieldCommentRequirement Required
3528 src/com/gps/dao/LoginProcessDAO.java 33 Method names should not start with capital letters
3529 src/com/gps/dao/LoginProcessDAO.java 33 Parameter 'password' is not assigned and could be declared final
3530 src/com/gps/dao/LoginProcessDAO.java 33 Parameter 'username' is not assigned and could be declared final
3531 src/com/gps/dao/LoginProcessDAO.java 33 publicMethodCommentRequirement Required
3532 src/com/gps/dao/LoginProcessDAO.java 34 System.out.print is used
3533 src/com/gps/dao/LoginProcessDAO.java 35 There is log block not surrounded by if
3534 src/com/gps/dao/LoginProcessDAO.java 35 There is log block not surrounded by if
3535 src/com/gps/dao/LoginProcessDAO.java 36 Local variable 'loginDAO' could be declared final
3536 src/com/gps/dao/LoginProcessDAO.java 39 Potential violation of Law of Demeter (object not created locally)
3537 src/com/gps/dao/LoginProcessDAO.java 40 A method should have only one exit point, and that should be the last statement in the method
3538 src/com/gps/dao/LoginProcessDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3539 src/com/gps/dao/LoginProcessDAO.java 43 Avoid printStackTrace(); use a logger call instead.
3540 src/com/gps/dao/LoginProcessDAO.java 43 Potential violation of Law of Demeter (object not created locally)
3541 src/com/gps/dao/LoginProcessDAO.java 49 Method names should not start with capital letters
3542 src/com/gps/dao/LoginProcessDAO.java 49 Parameter 'password' is not assigned and could be declared final
3543 src/com/gps/dao/LoginProcessDAO.java 49 Parameter 'username' is not assigned and could be declared final
3544 src/com/gps/dao/LoginProcessDAO.java 49 publicMethodCommentRequirement Required
3545 src/com/gps/dao/LoginProcessDAO.java 50 Local variable 'loginDAO' could be declared final
3546 src/com/gps/dao/LoginProcessDAO.java 52 Found 'DD'-anomaly for variable 'organization' (lines '52'-'53').
3547 src/com/gps/dao/LoginProcessDAO.java 53 Potential violation of Law of Demeter (object not created locally)
3548 src/com/gps/dao/LoginProcessDAO.java 54 A method should have only one exit point, and that should be the last statement in the method
3549 src/com/gps/dao/LoginProcessDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3550 src/com/gps/dao/LoginProcessDAO.java 57 Avoid printStackTrace(); use a logger call instead.
3551 src/com/gps/dao/LoginProcessDAO.java 57 Potential violation of Law of Demeter (object not created locally)
3552 src/com/gps/dao/LoginProcessDAO.java 62 A method/constructor shouldnt explicitly throw java.lang.Exception
3553 src/com/gps/dao/LoginProcessDAO.java 62 Parameter 'args' is not assigned and could be declared final
3554 src/com/gps/dao/LoginProcessDAO.java 62 publicMethodCommentRequirement Required
3555 src/com/gps/dao/LoginProcessDAO.java 65 System.out.print is used
3556 src/com/gps/dao/ReferenceDAO.java 24 The Logger variable declaration does not contain the static and final modifiers
3557 src/com/gps/dao/ReferenceDAO.java 24 Use explicit scoping instead of the default package private level
3558 src/com/gps/dao/ReferenceDAO.java 24 fieldCommentRequirement Required
3559 src/com/gps/dao/ReferenceDAO.java 35 Avoid using implementation types like 'LinkedHashMap'; use the interface instead
3560 src/com/gps/dao/ReferenceDAO.java 35 Parameter 'tripSession' is not assigned and could be declared final
3561 src/com/gps/dao/ReferenceDAO.java 35 Parameter 'tripid' is not assigned and could be declared final
3562 src/com/gps/dao/ReferenceDAO.java 37 Local variable 'referenceRoute' could be declared final
3563 src/com/gps/dao/ReferenceDAO.java 38 Found 'DD'-anomaly for variable 'lstReferenceRoute' (lines '38'-'42').
3564 src/com/gps/dao/ReferenceDAO.java 41 Local variable 'queryObject' could be declared final
3565 src/com/gps/dao/ReferenceDAO.java 41 Potential violation of Law of Demeter (method chain calls)
3566 src/com/gps/dao/ReferenceDAO.java 42 Potential violation of Law of Demeter (object not created locally)
3567 src/com/gps/dao/ReferenceDAO.java 43 Potential violation of Law of Demeter (object not created locally)
3568 src/com/gps/dao/ReferenceDAO.java 43 There is log block not surrounded by if
3569 src/com/gps/dao/ReferenceDAO.java 43 There is log block not surrounded by if
3570 src/com/gps/dao/ReferenceDAO.java 44 Potential violation of Law of Demeter (object not created locally)
3571 src/com/gps/dao/ReferenceDAO.java 46 Potential violation of Law of Demeter (method chain calls)
3572 src/com/gps/dao/ReferenceDAO.java 46 Potential violation of Law of Demeter (method chain calls)
3573 src/com/gps/dao/ReferenceDAO.java 46 Potential violation of Law of Demeter (object not created locally)
3574 src/com/gps/dao/ReferenceDAO.java 46 Potential violation of Law of Demeter (object not created locally)
3575 src/com/gps/dao/ReferenceDAO.java 46 Potential violation of Law of Demeter (object not created locally)
3576 src/com/gps/dao/ReferenceDAO.java 60 Parameter 'tripPointId' is not assigned and could be declared final
3577 src/com/gps/dao/ReferenceDAO.java 60 Parameter 'tripSession' is not assigned and could be declared final
3578 src/com/gps/dao/ReferenceDAO.java 60 Parameter 'tripid' is not assigned and could be declared final
3579 src/com/gps/dao/ReferenceDAO.java 62 Local variable 'referenceRoute' could be declared final
3580 src/com/gps/dao/ReferenceDAO.java 64 Avoid excessively long variable names like lastTraversedPoint
3581 src/com/gps/dao/ReferenceDAO.java 65 There is log block not surrounded by if
3582 src/com/gps/dao/ReferenceDAO.java 65 There is log block not surrounded by if
3583 src/com/gps/dao/ReferenceDAO.java 66 Avoid if (x != y) ..; else ..;
3584 src/com/gps/dao/ReferenceDAO.java 66 Potential violation of Law of Demeter (object not created locally)
3585 src/com/gps/dao/ReferenceDAO.java 66 Useless parentheses.
3586 src/com/gps/dao/ReferenceDAO.java 67 Avoid using if...else statements without curly braces
3587 src/com/gps/dao/ReferenceDAO.java 67 Potential violation of Law of Demeter (object not created locally)
3588 src/com/gps/dao/ReferenceDAO.java 67 Useless parentheses.
3589 src/com/gps/dao/ReferenceDAO.java 69 Avoid using if...else statements without curly braces
3590 src/com/gps/dao/ReferenceDAO.java 69 Potential violation of Law of Demeter (method chain calls)
3591 src/com/gps/dao/ReferenceDAO.java 69 Potential violation of Law of Demeter (object not created locally)
3592 src/com/gps/dao/ReferenceDAO.java 69 Potential violation of Law of Demeter (object not created locally)
3593 src/com/gps/dao/ReferenceDAO.java 69 This statement may have some unnecessary parentheses
3594 src/com/gps/dao/ReferenceDAO.java 69 Useless parentheses.
3595 src/com/gps/dao/ReferenceDAO.java 71 There is log block not surrounded by if
3596 src/com/gps/dao/ReferenceDAO.java 71 There is log block not surrounded by if
3597 src/com/gps/dao/ReferenceDAO.java 81 Parameter 'tripid' is not assigned and could be declared final
3598 src/com/gps/dao/ReferenceDAO.java 83 Local variable 'tripDetails' could be declared final
3599 src/com/gps/dao/ReferenceDAO.java 83 This statement may have some unnecessary parentheses
3600 src/com/gps/dao/ReferenceDAO.java 83 Useless parentheses.
3601 src/com/gps/dao/ReferenceDAO.java 84 Local variable 'org' could be declared final
3602 src/com/gps/dao/ReferenceDAO.java 85 Local variable 'orgName' could be declared final
3603 src/com/gps/dao/ReferenceDAO.java 85 Potential violation of Law of Demeter (object not created locally)
3604 src/com/gps/dao/ReferenceDAO.java 96 Parameter 'tripid' is not assigned and could be declared final
3605 src/com/gps/dao/ReferenceDAO.java 98 Local variable 'tripDetails' could be declared final
3606 src/com/gps/dao/ReferenceDAO.java 98 This statement may have some unnecessary parentheses
3607 src/com/gps/dao/ReferenceDAO.java 98 Useless parentheses.
3608 src/com/gps/dao/ReferenceDAO.java 99 Local variable 'tripName' could be declared final
3609 src/com/gps/dao/ReportSummaryDAO.java 9 headerCommentRequirement Required
3610 src/com/gps/dao/ReportSummaryDAO.java 11 The Logger variable declaration does not contain the static and final modifiers
3611 src/com/gps/dao/ReportSummaryDAO.java 11 fieldCommentRequirement Required
3612 src/com/gps/dao/ReportSummaryDAO.java 14 Method names should not start with capital letters
3613 src/com/gps/dao/ReportSummaryDAO.java 14 Parameter 'fromDate' is not assigned and could be declared final
3614 src/com/gps/dao/ReportSummaryDAO.java 14 Parameter 'toDate' is not assigned and could be declared final
3615 src/com/gps/dao/ReportSummaryDAO.java 14 Parameter 'vehicleId' is not assigned and could be declared final
3616 src/com/gps/dao/ReportSummaryDAO.java 14 publicMethodCommentRequirement Required
3617 src/com/gps/dao/ReportSummaryDAO.java 16 Found 'DD'-anomaly for variable 'ReportSummaryList' (lines '16'-'19').
3618 src/com/gps/dao/ReportSummaryDAO.java 16 Variables should start with a lowercase character, 'ReportSummaryList' starts with uppercase character.
3619 src/com/gps/dao/ReportSummaryDAO.java 19 Potential violation of Law of Demeter (method chain calls)
3620 src/com/gps/dao/ReportSummaryDAO.java 19 Potential violation of Law of Demeter (method chain calls)
3621 src/com/gps/dao/ReportSummaryDAO.java 21 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3622 src/com/gps/dao/ReportSummaryDAO.java 23 There is log block not surrounded by if
3623 src/com/gps/dao/ReportSummaryDAO.java 29 Method names should not start with capital letters
3624 src/com/gps/dao/ReportSummaryDAO.java 29 Parameter 'fromDate' is not assigned and could be declared final
3625 src/com/gps/dao/ReportSummaryDAO.java 29 Parameter 'toDate' is not assigned and could be declared final
3626 src/com/gps/dao/ReportSummaryDAO.java 29 Parameter 'vehicleId' is not assigned and could be declared final
3627 src/com/gps/dao/ReportSummaryDAO.java 29 publicMethodCommentRequirement Required
3628 src/com/gps/dao/ReportSummaryDAO.java 31 Found 'DD'-anomaly for variable 'ReportSummaryList' (lines '31'-'34').
3629 src/com/gps/dao/ReportSummaryDAO.java 31 Variables should start with a lowercase character, 'ReportSummaryList' starts with uppercase character.
3630 src/com/gps/dao/ReportSummaryDAO.java 34 Potential violation of Law of Demeter (method chain calls)
3631 src/com/gps/dao/ReportSummaryDAO.java 34 Potential violation of Law of Demeter (method chain calls)
3632 src/com/gps/dao/ReportSummaryDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3633 src/com/gps/dao/ReportSummaryDAO.java 38 There is log block not surrounded by if
3634 src/com/gps/dao/TraversalDAO.java 30 The Logger variable declaration does not contain the static and final modifiers
3635 src/com/gps/dao/TraversalDAO.java 30 Use explicit scoping instead of the default package private level
3636 src/com/gps/dao/TraversalDAO.java 30 fieldCommentRequirement Required
3637 src/com/gps/dao/TraversalDAO.java 33 Comment is too large: Too many lines
3638 src/com/gps/dao/TraversalDAO.java 43 A method/constructor shouldnt explicitly throw java.lang.Exception
3639 src/com/gps/dao/TraversalDAO.java 43 Parameter 'packetTime' is not assigned and could be declared final
3640 src/com/gps/dao/TraversalDAO.java 43 Parameter 'tripPointId' is not assigned and could be declared final
3641 src/com/gps/dao/TraversalDAO.java 43 Parameter 'tripSession' is not assigned and could be declared final
3642 src/com/gps/dao/TraversalDAO.java 43 Parameter 'tripid' is not assigned and could be declared final
3643 src/com/gps/dao/TraversalDAO.java 45 Found 'DD'-anomaly for variable 'bTraversed' (lines '45'-'87').
3644 src/com/gps/dao/TraversalDAO.java 45 Found 'DD'-anomaly for variable 'bTraversed' (lines '45'-'96').
3645 src/com/gps/dao/TraversalDAO.java 47 Local variable 'sdf' could be declared final
3646 src/com/gps/dao/TraversalDAO.java 47 When instantiating a SimpleDateFormat object, specify a Locale
3647 src/com/gps/dao/TraversalDAO.java 49 Found 'DD'-anomaly for variable 'sTripSession' (lines '49'-'51').
3648 src/com/gps/dao/TraversalDAO.java 49 Found 'DD'-anomaly for variable 'sTripSession' (lines '49'-'54').
3649 src/com/gps/dao/TraversalDAO.java 50 Avoid using Literals in Conditional Statements
3650 src/com/gps/dao/TraversalDAO.java 51 Avoid using if...else statements without curly braces
3651 src/com/gps/dao/TraversalDAO.java 53 Avoid using Literals in Conditional Statements
3652 src/com/gps/dao/TraversalDAO.java 53 Avoid using if statements without curly braces
3653 src/com/gps/dao/TraversalDAO.java 56 Found 'DD'-anomaly for variable 'lstTripTraversal' (lines '56'-'69').
3654 src/com/gps/dao/TraversalDAO.java 57 There is log block not surrounded by if
3655 src/com/gps/dao/TraversalDAO.java 57 There is log block not surrounded by if
3656 src/com/gps/dao/TraversalDAO.java 59 Local variable 'queryString' could be declared final
3657 src/com/gps/dao/TraversalDAO.java 59 StringBuffer constructor is initialized with size 71, but has at least 196 characters appended.
3658 src/com/gps/dao/TraversalDAO.java 60 Potential violation of Law of Demeter (object not created locally)
3659 src/com/gps/dao/TraversalDAO.java 60 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
3660 src/com/gps/dao/TraversalDAO.java 61 Potential violation of Law of Demeter (object not created locally)
3661 src/com/gps/dao/TraversalDAO.java 61 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
3662 src/com/gps/dao/TraversalDAO.java 62 Potential violation of Law of Demeter (object not created locally)
3663 src/com/gps/dao/TraversalDAO.java 62 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
3664 src/com/gps/dao/TraversalDAO.java 63 Potential violation of Law of Demeter (object not created locally)
3665 src/com/gps/dao/TraversalDAO.java 63 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
3666 src/com/gps/dao/TraversalDAO.java 64 Potential violation of Law of Demeter (object not created locally)
3667 src/com/gps/dao/TraversalDAO.java 64 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
3668 src/com/gps/dao/TraversalDAO.java 65 Potential violation of Law of Demeter (object not created locally)
3669 src/com/gps/dao/TraversalDAO.java 65 Potential violation of Law of Demeter (object not created locally)
3670 src/com/gps/dao/TraversalDAO.java 66 Potential violation of Law of Demeter (object not created locally)
3671 src/com/gps/dao/TraversalDAO.java 68 Local variable 'queryObject' could be declared final
3672 src/com/gps/dao/TraversalDAO.java 68 Potential violation of Law of Demeter (method chain calls)
3673 src/com/gps/dao/TraversalDAO.java 68 Potential violation of Law of Demeter (object not created locally)
3674 src/com/gps/dao/TraversalDAO.java 69 Potential violation of Law of Demeter (object not created locally)
3675 src/com/gps/dao/TraversalDAO.java 71 Potential violation of Law of Demeter (object not created locally)
3676 src/com/gps/dao/TraversalDAO.java 71 There is log block not surrounded by if
3677 src/com/gps/dao/TraversalDAO.java 71 There is log block not surrounded by if
3678 src/com/gps/dao/TraversalDAO.java 73 Found 'DD'-anomaly for variable 'iHasTraversed' (lines '73'-'86').
3679 src/com/gps/dao/TraversalDAO.java 73 Found 'DD'-anomaly for variable 'iHasTraversed' (lines '73'-'90').
3680 src/com/gps/dao/TraversalDAO.java 73 Found 'DU'-anomaly for variable 'iHasTraversed' (lines '73'-'103').
3681 src/com/gps/dao/TraversalDAO.java 74 Avoid using Literals in Conditional Statements
3682 src/com/gps/dao/TraversalDAO.java 74 Potential violation of Law of Demeter (object not created locally)
3683 src/com/gps/dao/TraversalDAO.java 74 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
3684 src/com/gps/dao/TraversalDAO.java 76 Found 'DD'-anomaly for variable 'tTraversal' (lines '76'-'80').
3685 src/com/gps/dao/TraversalDAO.java 79 Comment is too large: Line too long
3686 src/com/gps/dao/TraversalDAO.java 80 Potential violation of Law of Demeter (object not created locally)
3687 src/com/gps/dao/TraversalDAO.java 80 Potential violation of Law of Demeter (object not created locally)
3688 src/com/gps/dao/TraversalDAO.java 82 Local variable 'bHasTraversed' could be declared final
3689 src/com/gps/dao/TraversalDAO.java 82 Potential violation of Law of Demeter (object not created locally)
3690 src/com/gps/dao/TraversalDAO.java 83 There is log block not surrounded by if
3691 src/com/gps/dao/TraversalDAO.java 83 There is log block not surrounded by if
3692 src/com/gps/dao/TraversalDAO.java 87 Found 'DD'-anomaly for variable 'bTraversed' (lines '87'-'96').
3693 src/com/gps/dao/TraversalDAO.java 90 Avoid using if...else statements without curly braces
3694 src/com/gps/dao/TraversalDAO.java 92 Avoid using Literals in Conditional Statements
3695 src/com/gps/dao/TraversalDAO.java 94 Potential violation of Law of Demeter (object not created locally)
3696 src/com/gps/dao/TraversalDAO.java 94 There is log block not surrounded by if
3697 src/com/gps/dao/TraversalDAO.java 94 There is log block not surrounded by if
3698 src/com/gps/dao/TraversalDAO.java 95 Potential violation of Law of Demeter (object not created locally)
3699 src/com/gps/dao/TraversalDAO.java 95 Potential violation of Law of Demeter (object not created locally)
3700 src/com/gps/dao/TraversalDAO.java 95 This statement may have some unnecessary parentheses
3701 src/com/gps/dao/TraversalDAO.java 95 Useless parentheses.
3702 src/com/gps/dao/TraversalDAO.java 113 Parameter 'packetTime' is not assigned and could be declared final
3703 src/com/gps/dao/TraversalDAO.java 113 Parameter 'tripTraversalId' is not assigned and could be declared final
3704 src/com/gps/dao/TraversalDAO.java 113 Parameter 'tripid' is not assigned and could be declared final
3705 src/com/gps/dao/TraversalDAO.java 116 There is log block not surrounded by if
3706 src/com/gps/dao/TraversalDAO.java 116 There is log block not surrounded by if
3707 src/com/gps/dao/TraversalDAO.java 117 Local variable 'timeFormat' could be declared final
3708 src/com/gps/dao/TraversalDAO.java 117 When instantiating a SimpleDateFormat object, specify a Locale
3709 src/com/gps/dao/TraversalDAO.java 118 Local variable 'trpTraversalDAO' could be declared final
3710 src/com/gps/dao/TraversalDAO.java 119 Local variable 'sess' could be declared final
3711 src/com/gps/dao/TraversalDAO.java 119 Potential violation of Law of Demeter (object not created locally)
3712 src/com/gps/dao/TraversalDAO.java 121 Potential violation of Law of Demeter (object not created locally)
3713 src/com/gps/dao/TraversalDAO.java 122 Potential violation of Law of Demeter (object not created locally)
3714 src/com/gps/dao/TraversalDAO.java 124 Potential violation of Law of Demeter (method chain calls)
3715 src/com/gps/dao/TraversalDAO.java 124 Potential violation of Law of Demeter (object not created locally)
3716 src/com/gps/dao/TraversalDAO.java 126 Potential violation of Law of Demeter (object not created locally)
3717 src/com/gps/dao/TraversalDAO.java 127 Potential violation of Law of Demeter (object not created locally)
3718 src/com/gps/dao/TraversalDAO.java 129 Avoid variables with short names like tx
3719 src/com/gps/dao/TraversalDAO.java 129 Local variable 'tx' could be declared final
3720 src/com/gps/dao/TraversalDAO.java 129 Potential violation of Law of Demeter (object not created locally)
3721 src/com/gps/dao/TraversalDAO.java 130 Potential violation of Law of Demeter (object not created locally)
3722 src/com/gps/dao/TraversalDAO.java 131 Potential violation of Law of Demeter (object not created locally)
3723 src/com/gps/dao/TraversalDAO.java 134 Local variable 'queryString' could be declared final
3724 src/com/gps/dao/TraversalDAO.java 134 StringBuffer constructor is initialized with size 57, but has at least 201 characters appended.
3725 src/com/gps/dao/TraversalDAO.java 135 Potential violation of Law of Demeter (object not created locally)
3726 src/com/gps/dao/TraversalDAO.java 135 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
3727 src/com/gps/dao/TraversalDAO.java 136 Potential violation of Law of Demeter (object not created locally)
3728 src/com/gps/dao/TraversalDAO.java 136 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
3729 src/com/gps/dao/TraversalDAO.java 137 Potential violation of Law of Demeter (object not created locally)
3730 src/com/gps/dao/TraversalDAO.java 137 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
3731 src/com/gps/dao/TraversalDAO.java 138 Potential violation of Law of Demeter (object not created locally)
3732 src/com/gps/dao/TraversalDAO.java 138 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
3733 src/com/gps/dao/TraversalDAO.java 139 Potential violation of Law of Demeter (object not created locally)
3734 src/com/gps/dao/TraversalDAO.java 139 Potential violation of Law of Demeter (object not created locally)
3735 src/com/gps/dao/TraversalDAO.java 139 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
3736 src/com/gps/dao/TraversalDAO.java 140 Potential violation of Law of Demeter (object not created locally)
3737 src/com/gps/dao/TraversalDAO.java 140 StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
3738 src/com/gps/dao/TraversalDAO.java 140 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
3739 src/com/gps/dao/TraversalDAO.java 141 Potential violation of Law of Demeter (object not created locally)
3740 src/com/gps/dao/TraversalDAO.java 141 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
3741 src/com/gps/dao/TraversalDAO.java 142 Potential violation of Law of Demeter (object not created locally)
3742 src/com/gps/dao/TraversalDAO.java 142 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
3743 src/com/gps/dao/TraversalDAO.java 143 Potential violation of Law of Demeter (object not created locally)
3744 src/com/gps/dao/TraversalDAO.java 143 Potential violation of Law of Demeter (object not created locally)
3745 src/com/gps/dao/TraversalDAO.java 143 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
3746 src/com/gps/dao/TraversalDAO.java 144 Potential violation of Law of Demeter (object not created locally)
3747 src/com/gps/dao/TraversalDAO.java 145 Potential violation of Law of Demeter (object not created locally)
3748 src/com/gps/dao/TraversalDAO.java 146 Potential violation of Law of Demeter (object not created locally)
3749 src/com/gps/dao/TraversalDAO.java 146 Potential violation of Law of Demeter (object not created locally)
3750 src/com/gps/dao/TraversalDAO.java 148 Local variable 'counter' could be declared final
3751 src/com/gps/dao/TraversalDAO.java 148 Potential violation of Law of Demeter (method chain calls)
3752 src/com/gps/dao/TraversalDAO.java 148 Potential violation of Law of Demeter (object not created locally)
3753 src/com/gps/dao/TraversalDAO.java 150 Found 'DU'-anomaly for variable 'lstTrpTraversal' (lines '150'-'172').
3754 src/com/gps/dao/TraversalDAO.java 150 Local variable 'lstTrpTraversal' could be declared final
3755 src/com/gps/dao/TraversalDAO.java 150 Potential violation of Law of Demeter (object not created locally)
3756 src/com/gps/dao/TraversalDAO.java 154 Potential violation of Law of Demeter (object not created locally)
3757 src/com/gps/dao/TraversalDAO.java 155 Potential violation of Law of Demeter (object not created locally)
3758 src/com/gps/dao/TraversalDAO.java 155 There is log block not surrounded by if
3759 src/com/gps/dao/TraversalDAO.java 155 There is log block not surrounded by if
3760 src/com/gps/dao/TraversalDAO.java 156 Potential violation of Law of Demeter (object not created locally)
3761 src/com/gps/dao/TraversalDAO.java 158 Comment is too large: Line too long
3762 src/com/gps/dao/TraversalDAO.java 159 Comment is too large: Line too long
3763 src/com/gps/dao/TraversalDAO.java 161 Local variable 'objTripDeviation' could be declared final
3764 src/com/gps/dao/TraversalDAO.java 162 Local variable 'tripDetails' could be declared final
3765 src/com/gps/dao/TraversalDAO.java 162 This statement may have some unnecessary parentheses
3766 src/com/gps/dao/TraversalDAO.java 162 This statement may have some unnecessary parentheses
3767 src/com/gps/dao/TraversalDAO.java 162 Useless parentheses.
3768 src/com/gps/dao/TraversalDAO.java 162 Useless parentheses.
3769 src/com/gps/dao/TraversalDAO.java 168 Potential violation of Law of Demeter (object not created locally)
3770 src/com/gps/dao/TraversalDAO.java 170 Potential violation of Law of Demeter (object not created locally)
3771 src/com/gps/dao/TraversalDAO.java 171 Potential violation of Law of Demeter (object not created locally)
3772 src/com/gps/dao/TraversalDAO.java 174 Comment is too large: Line too long
3773 src/com/gps/dao/TraversalDAO.java 180 A method/constructor shouldnt explicitly throw java.lang.Exception
3774 src/com/gps/dao/TraversalDAO.java 180 Parameter 'currPktPt' is not assigned and could be declared final
3775 src/com/gps/dao/TraversalDAO.java 182 Found 'DD'-anomaly for variable 'timeDeltaInSecs' (lines '182'-'231').
3776 src/com/gps/dao/TraversalDAO.java 182 Found 'DD'-anomaly for variable 'timeDeltaInSecs' (lines '182'-'248').
3777 src/com/gps/dao/TraversalDAO.java 183 There is log block not surrounded by if
3778 src/com/gps/dao/TraversalDAO.java 183 There is log block not surrounded by if
3779 src/com/gps/dao/TraversalDAO.java 185 Local variable 'sdf' could be declared final
3780 src/com/gps/dao/TraversalDAO.java 185 When instantiating a SimpleDateFormat object, specify a Locale
3781 src/com/gps/dao/TraversalDAO.java 187 Local variable 'tripid' could be declared final
3782 src/com/gps/dao/TraversalDAO.java 187 Potential violation of Law of Demeter (method chain calls)
3783 src/com/gps/dao/TraversalDAO.java 188 Local variable 'tripSession' could be declared final
3784 src/com/gps/dao/TraversalDAO.java 190 Local variable 'cal1' could be declared final
3785 src/com/gps/dao/TraversalDAO.java 192 Found 'DD'-anomaly for variable 'sTripSession' (lines '192'-'194').
3786 src/com/gps/dao/TraversalDAO.java 192 Found 'DD'-anomaly for variable 'sTripSession' (lines '192'-'197').
3787 src/com/gps/dao/TraversalDAO.java 193 Avoid using Literals in Conditional Statements
3788 src/com/gps/dao/TraversalDAO.java 194 Avoid using if...else statements without curly braces
3789 src/com/gps/dao/TraversalDAO.java 196 Avoid using Literals in Conditional Statements
3790 src/com/gps/dao/TraversalDAO.java 196 Avoid using if statements without curly braces
3791 src/com/gps/dao/TraversalDAO.java 199 Local variable 'trpTraversalDAO' could be declared final
3792 src/com/gps/dao/TraversalDAO.java 200 Potential violation of Law of Demeter (object not created locally)
3793 src/com/gps/dao/TraversalDAO.java 202 Potential violation of Law of Demeter (object not created locally)
3794 src/com/gps/dao/TraversalDAO.java 202 Potential violation of Law of Demeter (object not created locally)
3795 src/com/gps/dao/TraversalDAO.java 204 Found 'DD'-anomaly for variable 'trpTraversal' (lines '204'-'207').
3796 src/com/gps/dao/TraversalDAO.java 205 Avoid using Literals in Conditional Statements
3797 src/com/gps/dao/TraversalDAO.java 205 Potential violation of Law of Demeter (method chain calls)
3798 src/com/gps/dao/TraversalDAO.java 205 Potential violation of Law of Demeter (object not created locally)
3799 src/com/gps/dao/TraversalDAO.java 207 Potential violation of Law of Demeter (method chain calls)
3800 src/com/gps/dao/TraversalDAO.java 207 Potential violation of Law of Demeter (method chain calls)
3801 src/com/gps/dao/TraversalDAO.java 207 Potential violation of Law of Demeter (method chain calls)
3802 src/com/gps/dao/TraversalDAO.java 207 Potential violation of Law of Demeter (object not created locally)
3803 src/com/gps/dao/TraversalDAO.java 207 Potential violation of Law of Demeter (object not created locally)
3804 src/com/gps/dao/TraversalDAO.java 210 Potential violation of Law of Demeter (object not created locally)
3805 src/com/gps/dao/TraversalDAO.java 211 Local variable 'trpReferenceDAO' could be declared final
3806 src/com/gps/dao/TraversalDAO.java 212 Potential violation of Law of Demeter (object not created locally)
3807 src/com/gps/dao/TraversalDAO.java 213 Found 'DD'-anomaly for variable 'tripPointId' (lines '213'-'217').
3808 src/com/gps/dao/TraversalDAO.java 213 Found 'DU'-anomaly for variable 'tripPointId' (lines '213'-'253').
3809 src/com/gps/dao/TraversalDAO.java 214 Found 'DD'-anomaly for variable 'trpReference' (lines '214'-'221').
3810 src/com/gps/dao/TraversalDAO.java 214 Found 'DD'-anomaly for variable 'trpReference' (lines '214'-'237').
3811 src/com/gps/dao/TraversalDAO.java 215 Avoid if (x != y) ..; else ..;
3812 src/com/gps/dao/TraversalDAO.java 217 Potential violation of Law of Demeter (method chain calls)
3813 src/com/gps/dao/TraversalDAO.java 217 Potential violation of Law of Demeter (object not created locally)
3814 src/com/gps/dao/TraversalDAO.java 219 Potential violation of Law of Demeter (object not created locally)
3815 src/com/gps/dao/TraversalDAO.java 221 Potential violation of Law of Demeter (method chain calls)
3816 src/com/gps/dao/TraversalDAO.java 221 Potential violation of Law of Demeter (object not created locally)
3817 src/com/gps/dao/TraversalDAO.java 222 Potential violation of Law of Demeter (object not created locally)
3818 src/com/gps/dao/TraversalDAO.java 224 Potential violation of Law of Demeter (object not created locally)
3819 src/com/gps/dao/TraversalDAO.java 224 Potential violation of Law of Demeter (object not created locally)
3820 src/com/gps/dao/TraversalDAO.java 225 Avoid excessively long variable names like lastTraversedPtTimeInSecs
3821 src/com/gps/dao/TraversalDAO.java 225 Local variable 'lastTraversedPtTimeInSecs' could be declared final
3822 src/com/gps/dao/TraversalDAO.java 225 Potential violation of Law of Demeter (object not created locally)
3823 src/com/gps/dao/TraversalDAO.java 225 Potential violation of Law of Demeter (object not created locally)
3824 src/com/gps/dao/TraversalDAO.java 225 Potential violation of Law of Demeter (object not created locally)
3825 src/com/gps/dao/TraversalDAO.java 225 Potential violation of Law of Demeter (object not created locally)
3826 src/com/gps/dao/TraversalDAO.java 225 Potential violation of Law of Demeter (object not created locally)
3827 src/com/gps/dao/TraversalDAO.java 225 Potential violation of Law of Demeter (object not created locally)
3828 src/com/gps/dao/TraversalDAO.java 225 Useless parentheses.
3829 src/com/gps/dao/TraversalDAO.java 225 Useless parentheses.
3830 src/com/gps/dao/TraversalDAO.java 226 Potential violation of Law of Demeter (method chain calls)
3831 src/com/gps/dao/TraversalDAO.java 226 Potential violation of Law of Demeter (method chain calls)
3832 src/com/gps/dao/TraversalDAO.java 226 Potential violation of Law of Demeter (object not created locally)
3833 src/com/gps/dao/TraversalDAO.java 226 There is log block not surrounded by if
3834 src/com/gps/dao/TraversalDAO.java 226 There is log block not surrounded by if
3835 src/com/gps/dao/TraversalDAO.java 227 Potential violation of Law of Demeter (object not created locally)
3836 src/com/gps/dao/TraversalDAO.java 227 Potential violation of Law of Demeter (object not created locally)
3837 src/com/gps/dao/TraversalDAO.java 228 Local variable 'refPtTimeInSecs' could be declared final
3838 src/com/gps/dao/TraversalDAO.java 228 Potential violation of Law of Demeter (object not created locally)
3839 src/com/gps/dao/TraversalDAO.java 228 Potential violation of Law of Demeter (object not created locally)
3840 src/com/gps/dao/TraversalDAO.java 228 Potential violation of Law of Demeter (object not created locally)
3841 src/com/gps/dao/TraversalDAO.java 228 Potential violation of Law of Demeter (object not created locally)
3842 src/com/gps/dao/TraversalDAO.java 228 Potential violation of Law of Demeter (object not created locally)
3843 src/com/gps/dao/TraversalDAO.java 228 Potential violation of Law of Demeter (object not created locally)
3844 src/com/gps/dao/TraversalDAO.java 228 Useless parentheses.
3845 src/com/gps/dao/TraversalDAO.java 228 Useless parentheses.
3846 src/com/gps/dao/TraversalDAO.java 229 Potential violation of Law of Demeter (object not created locally)
3847 src/com/gps/dao/TraversalDAO.java 229 There is log block not surrounded by if
3848 src/com/gps/dao/TraversalDAO.java 229 There is log block not surrounded by if
3849 src/com/gps/dao/TraversalDAO.java 236 Potential violation of Law of Demeter (object not created locally)
3850 src/com/gps/dao/TraversalDAO.java 237 Potential violation of Law of Demeter (method chain calls)
3851 src/com/gps/dao/TraversalDAO.java 237 Potential violation of Law of Demeter (object not created locally)
3852 src/com/gps/dao/TraversalDAO.java 238 Potential violation of Law of Demeter (object not created locally)
3853 src/com/gps/dao/TraversalDAO.java 240 Potential violation of Law of Demeter (object not created locally)
3854 src/com/gps/dao/TraversalDAO.java 242 Avoid excessively long variable names like lastTraversedPtTimeInSecs
3855 src/com/gps/dao/TraversalDAO.java 242 Local variable 'lastTraversedPtTimeInSecs' could be declared final
3856 src/com/gps/dao/TraversalDAO.java 242 Potential violation of Law of Demeter (object not created locally)
3857 src/com/gps/dao/TraversalDAO.java 242 Potential violation of Law of Demeter (object not created locally)
3858 src/com/gps/dao/TraversalDAO.java 242 Potential violation of Law of Demeter (object not created locally)
3859 src/com/gps/dao/TraversalDAO.java 242 Potential violation of Law of Demeter (object not created locally)
3860 src/com/gps/dao/TraversalDAO.java 242 Potential violation of Law of Demeter (object not created locally)
3861 src/com/gps/dao/TraversalDAO.java 242 Potential violation of Law of Demeter (object not created locally)
3862 src/com/gps/dao/TraversalDAO.java 242 Useless parentheses.
3863 src/com/gps/dao/TraversalDAO.java 242 Useless parentheses.
3864 src/com/gps/dao/TraversalDAO.java 243 There is log block not surrounded by if
3865 src/com/gps/dao/TraversalDAO.java 243 There is log block not surrounded by if
3866 src/com/gps/dao/TraversalDAO.java 244 Potential violation of Law of Demeter (object not created locally)
3867 src/com/gps/dao/TraversalDAO.java 244 Potential violation of Law of Demeter (object not created locally)
3868 src/com/gps/dao/TraversalDAO.java 245 Local variable 'refPtTimeInSecs' could be declared final
3869 src/com/gps/dao/TraversalDAO.java 245 Potential violation of Law of Demeter (object not created locally)
3870 src/com/gps/dao/TraversalDAO.java 245 Potential violation of Law of Demeter (object not created locally)
3871 src/com/gps/dao/TraversalDAO.java 245 Potential violation of Law of Demeter (object not created locally)
3872 src/com/gps/dao/TraversalDAO.java 245 Potential violation of Law of Demeter (object not created locally)
3873 src/com/gps/dao/TraversalDAO.java 245 Potential violation of Law of Demeter (object not created locally)
3874 src/com/gps/dao/TraversalDAO.java 245 Potential violation of Law of Demeter (object not created locally)
3875 src/com/gps/dao/TraversalDAO.java 245 Useless parentheses.
3876 src/com/gps/dao/TraversalDAO.java 245 Useless parentheses.
3877 src/com/gps/dao/TraversalDAO.java 246 Potential violation of Law of Demeter (object not created locally)
3878 src/com/gps/dao/TraversalDAO.java 246 There is log block not surrounded by if
3879 src/com/gps/dao/TraversalDAO.java 246 There is log block not surrounded by if
3880 src/com/gps/dao/TraversalDAO.java 250 There is log block not surrounded by if
3881 src/com/gps/dao/TraversalDAO.java 250 There is log block not surrounded by if
3882 src/com/gps/dao/TraversalReferenceDAO.java 8 headerCommentRequirement Required
3883 src/com/gps/dao/TraversalReferenceDAO.java 10 fieldCommentRequirement Required
3884 src/com/gps/dao/TraversalReferenceDAO.java 11 fieldCommentRequirement Required
3885 src/com/gps/dao/TraversalReferenceDAO.java 12 fieldCommentRequirement Required
3886 src/com/gps/dao/TraversalReferenceDAO.java 13 fieldCommentRequirement Required
3887 src/com/gps/dao/TraversalReferenceDAO.java 14 fieldCommentRequirement Required
3888 src/com/gps/dao/TraversalReferenceDAO.java 15 fieldCommentRequirement Required
3889 src/com/gps/dao/TraversalReferenceDAO.java 16 Found non-transient, non-static member. Please mark as transient or provide accessors.
3890 src/com/gps/dao/TraversalReferenceDAO.java 16 fieldCommentRequirement Required
3891 src/com/gps/dao/TraversalReferenceDAO.java 17 Avoid excessively long variable names like tripTraversalPointTime
3892 src/com/gps/dao/TraversalReferenceDAO.java 17 fieldCommentRequirement Required
3893 src/com/gps/dao/TraversalReferenceDAO.java 18 fieldCommentRequirement Required
3894 src/com/gps/dao/TraversalReferenceDAO.java 23 Document empty constructor
3895 src/com/gps/dao/TraversalReferenceDAO.java 23 It is a good practice to call super() in a constructor
3896 src/com/gps/dao/TraversalReferenceDAO.java 27 It is a good practice to call super() in a constructor
3897 src/com/gps/dao/TraversalReferenceDAO.java 27 Parameter 'tripPointId' is not assigned and could be declared final
3898 src/com/gps/dao/TraversalReferenceDAO.java 27 Parameter 'tripTraversalId' is not assigned and could be declared final
3899 src/com/gps/dao/TraversalReferenceDAO.java 33 It is a good practice to call super() in a constructor
3900 src/com/gps/dao/TraversalReferenceDAO.java 33 Parameter 'tripPointId' is not assigned and could be declared final
3901 src/com/gps/dao/TraversalReferenceDAO.java 33 Parameter 'tripTraversalId' is not assigned and could be declared final
3902 src/com/gps/dao/TraversalReferenceDAO.java 34 Parameter 'hasTraversed' is not assigned and could be declared final
3903 src/com/gps/dao/TraversalReferenceDAO.java 34 Parameter 'latitude' is not assigned and could be declared final
3904 src/com/gps/dao/TraversalReferenceDAO.java 34 Parameter 'longitude' is not assigned and could be declared final
3905 src/com/gps/dao/TraversalReferenceDAO.java 34 Parameter 'tripid' is not assigned and could be declared final
3906 src/com/gps/dao/TraversalReferenceDAO.java 35 Avoid excessively long variable names like tripTraversalPointTime
3907 src/com/gps/dao/TraversalReferenceDAO.java 35 Parameter 'isSupportTeamOk' is not assigned and could be declared final
3908 src/com/gps/dao/TraversalReferenceDAO.java 35 Parameter 'tripPointTime' is not assigned and could be declared final
3909 src/com/gps/dao/TraversalReferenceDAO.java 35 Parameter 'tripTraversalPointTime' is not assigned and could be declared final
3910 src/com/gps/dao/TraversalReferenceDAO.java 49 Parameter 'tripTraversalId' is not assigned and could be declared final
3911 src/com/gps/dao/TraversalReferenceDAO.java 49 publicMethodCommentRequirement Required
3912 src/com/gps/dao/TraversalReferenceDAO.java 53 publicMethodCommentRequirement Required
3913 src/com/gps/dao/TraversalReferenceDAO.java 58 Parameter 'tripPointId' is not assigned and could be declared final
3914 src/com/gps/dao/TraversalReferenceDAO.java 58 publicMethodCommentRequirement Required
3915 src/com/gps/dao/TraversalReferenceDAO.java 62 publicMethodCommentRequirement Required
3916 src/com/gps/dao/TraversalReferenceDAO.java 67 Parameter 'tripid' is not assigned and could be declared final
3917 src/com/gps/dao/TraversalReferenceDAO.java 67 publicMethodCommentRequirement Required
3918 src/com/gps/dao/TraversalReferenceDAO.java 71 publicMethodCommentRequirement Required
3919 src/com/gps/dao/TraversalReferenceDAO.java 76 Parameter 'latitude' is not assigned and could be declared final
3920 src/com/gps/dao/TraversalReferenceDAO.java 76 publicMethodCommentRequirement Required
3921 src/com/gps/dao/TraversalReferenceDAO.java 80 publicMethodCommentRequirement Required
3922 src/com/gps/dao/TraversalReferenceDAO.java 85 Parameter 'longitude' is not assigned and could be declared final
3923 src/com/gps/dao/TraversalReferenceDAO.java 85 publicMethodCommentRequirement Required
3924 src/com/gps/dao/TraversalReferenceDAO.java 88 publicMethodCommentRequirement Required
3925 src/com/gps/dao/TraversalReferenceDAO.java 92 Parameter 'hasTraversed' is not assigned and could be declared final
3926 src/com/gps/dao/TraversalReferenceDAO.java 92 publicMethodCommentRequirement Required
3927 src/com/gps/dao/TraversalReferenceDAO.java 95 A getX() method which returns a boolean should be named isX()
3928 src/com/gps/dao/TraversalReferenceDAO.java 95 publicMethodCommentRequirement Required
3929 src/com/gps/dao/TraversalReferenceDAO.java 100 Parameter 'isSupportTeamOk' is not assigned and could be declared final
3930 src/com/gps/dao/TraversalReferenceDAO.java 100 publicMethodCommentRequirement Required
3931 src/com/gps/dao/TraversalReferenceDAO.java 104 publicMethodCommentRequirement Required
3932 src/com/gps/dao/TraversalReferenceDAO.java 109 Parameter 'tripPointTime' is not assigned and could be declared final
3933 src/com/gps/dao/TraversalReferenceDAO.java 109 publicMethodCommentRequirement Required
3934 src/com/gps/dao/TraversalReferenceDAO.java 113 publicMethodCommentRequirement Required
3935 src/com/gps/dao/TraversalReferenceDAO.java 118 Avoid excessively long variable names like tripTraversalPointTime
3936 src/com/gps/dao/TraversalReferenceDAO.java 118 Parameter 'tripTraversalPointTime' is not assigned and could be declared final
3937 src/com/gps/dao/TraversalReferenceDAO.java 118 publicMethodCommentRequirement Required
3938 src/com/gps/dao/TraversalReferenceDAO.java 123 publicMethodCommentRequirement Required
3939 src/com/gps/dao/TripProcessDAO.java 2 A high number of imports can indicate a high degree of coupling within an object.
3940 src/com/gps/dao/TripProcessDAO.java 2 Possible God class (WMC=141, ATFD=226, TCC=0.0)
3941 src/com/gps/dao/TripProcessDAO.java 8 Avoid unused imports such as 'java.sql.SQLException'
3942 src/com/gps/dao/TripProcessDAO.java 49 Avoid really long classes.
3943 src/com/gps/dao/TripProcessDAO.java 49 The class 'TripProcessDAO' has a Cyclomatic Complexity of 7 (Highest = 37).
3944 src/com/gps/dao/TripProcessDAO.java 49 headerCommentRequirement Required
3945 src/com/gps/dao/TripProcessDAO.java 55 The Logger variable declaration does not contain the static and final modifiers
3946 src/com/gps/dao/TripProcessDAO.java 55 Use explicit scoping instead of the default package private level
3947 src/com/gps/dao/TripProcessDAO.java 57 Avoid variables with short names like to
3948 src/com/gps/dao/TripProcessDAO.java 57 Avoid variables with short names like v
3949 src/com/gps/dao/TripProcessDAO.java 57 Found 'UR'-anomaly for variable 'packet' (lines '57'-'119').
3950 src/com/gps/dao/TripProcessDAO.java 57 Method names should not start with capital letters
3951 src/com/gps/dao/TripProcessDAO.java 57 Parameter 'from' is not assigned and could be declared final
3952 src/com/gps/dao/TripProcessDAO.java 57 Parameter 'isSql' is not assigned and could be declared final
3953 src/com/gps/dao/TripProcessDAO.java 57 Parameter 'to' is not assigned and could be declared final
3954 src/com/gps/dao/TripProcessDAO.java 57 Parameter 'v' is not assigned and could be declared final
3955 src/com/gps/dao/TripProcessDAO.java 57 publicMethodCommentRequirement Required
3956 src/com/gps/dao/TripProcessDAO.java 59 Local variable 'vehicleid' could be declared final
3957 src/com/gps/dao/TripProcessDAO.java 60 Use one line for each declaration, it enhances code readability.
3958 src/com/gps/dao/TripProcessDAO.java 64 Avoid variables with short names like r
3959 src/com/gps/dao/TripProcessDAO.java 64 Found 'DD'-anomaly for variable 'r' (lines '64'-'112').
3960 src/com/gps/dao/TripProcessDAO.java 64 Found 'DU'-anomaly for variable 'r' (lines '64'-'145').
3961 src/com/gps/dao/TripProcessDAO.java 65 Use one line for each declaration, it enhances code readability.
3962 src/com/gps/dao/TripProcessDAO.java 65 Variables should start with a lowercase character, 'ParamEnd' starts with uppercase character.
3963 src/com/gps/dao/TripProcessDAO.java 65 Variables should start with a lowercase character, 'ParamStart' starts with uppercase character.
3964 src/com/gps/dao/TripProcessDAO.java 67 Avoid variables with short names like p
3965 src/com/gps/dao/TripProcessDAO.java 67 Found 'DD'-anomaly for variable 'p' (lines '67'-'109').
3966 src/com/gps/dao/TripProcessDAO.java 67 Found 'DU'-anomaly for variable 'p' (lines '67'-'145').
3967 src/com/gps/dao/TripProcessDAO.java 68 Avoid variables with short names like q
3968 src/com/gps/dao/TripProcessDAO.java 68 Found 'DD'-anomaly for variable 'q' (lines '68'-'111').
3969 src/com/gps/dao/TripProcessDAO.java 68 Found 'DU'-anomaly for variable 'q' (lines '68'-'145').
3970 src/com/gps/dao/TripProcessDAO.java 69 Avoid variables with short names like o
3971 src/com/gps/dao/TripProcessDAO.java 69 Found 'DD'-anomaly for variable 'o' (lines '69'-'110').
3972 src/com/gps/dao/TripProcessDAO.java 69 Found 'DU'-anomaly for variable 'o' (lines '69'-'145').
3973 src/com/gps/dao/TripProcessDAO.java 70 Avoid declaring a variable if it is unreferenced before a possible exit point.
3974 src/com/gps/dao/TripProcessDAO.java 70 Avoid variables with short names like c
3975 src/com/gps/dao/TripProcessDAO.java 70 Found 'DU'-anomaly for variable 'c' (lines '70'-'145').
3976 src/com/gps/dao/TripProcessDAO.java 70 Local variable 'c' could be declared final
3977 src/com/gps/dao/TripProcessDAO.java 74 Avoid declaring a variable if it is unreferenced before a possible exit point.
3978 src/com/gps/dao/TripProcessDAO.java 74 Avoid unused local variables such as 'i'.
3979 src/com/gps/dao/TripProcessDAO.java 74 Avoid unused local variables such as 'y'.
3980 src/com/gps/dao/TripProcessDAO.java 74 Avoid variables with short names like h
3981 src/com/gps/dao/TripProcessDAO.java 74 Avoid variables with short names like i
3982 src/com/gps/dao/TripProcessDAO.java 74 Avoid variables with short names like y
3983 src/com/gps/dao/TripProcessDAO.java 74 Found 'DU'-anomaly for variable 'h' (lines '74'-'145').
3984 src/com/gps/dao/TripProcessDAO.java 74 Found 'DU'-anomaly for variable 'i' (lines '74'-'145').
3985 src/com/gps/dao/TripProcessDAO.java 74 Found 'DU'-anomaly for variable 'y' (lines '74'-'145').
3986 src/com/gps/dao/TripProcessDAO.java 74 Local variable 'i' could be declared final
3987 src/com/gps/dao/TripProcessDAO.java 74 Local variable 'y' could be declared final
3988 src/com/gps/dao/TripProcessDAO.java 74 Use one line for each declaration, it enhances code readability.
3989 src/com/gps/dao/TripProcessDAO.java 75 Avoid variables with short names like d
3990 src/com/gps/dao/TripProcessDAO.java 75 Avoid variables with short names like f
3991 src/com/gps/dao/TripProcessDAO.java 75 Found 'DD'-anomaly for variable 'd' (lines '75'-'123').
3992 src/com/gps/dao/TripProcessDAO.java 75 Found 'DD'-anomaly for variable 'f' (lines '75'-'86').
3993 src/com/gps/dao/TripProcessDAO.java 75 Use one line for each declaration, it enhances code readability.
3994 src/com/gps/dao/TripProcessDAO.java 76 Found 'DD'-anomaly for variable 'query' (lines '76'-'89').
3995 src/com/gps/dao/TripProcessDAO.java 77 Found 'DD'-anomaly for variable 'query1' (lines '77'-'83').
3996 src/com/gps/dao/TripProcessDAO.java 81 System.out.print is used
3997 src/com/gps/dao/TripProcessDAO.java 83 Potential violation of Law of Demeter (method chain calls)
3998 src/com/gps/dao/TripProcessDAO.java 83 Potential violation of Law of Demeter (object not created locally)
3999 src/com/gps/dao/TripProcessDAO.java 84 Avoid using Literals in Conditional Statements
4000 src/com/gps/dao/TripProcessDAO.java 84 Potential violation of Law of Demeter (object not created locally)
4001 src/com/gps/dao/TripProcessDAO.java 84 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
4002 src/com/gps/dao/TripProcessDAO.java 85 System.out.print is used
4003 src/com/gps/dao/TripProcessDAO.java 88 System.out.print is used
4004 src/com/gps/dao/TripProcessDAO.java 89 Potential violation of Law of Demeter (method chain calls)
4005 src/com/gps/dao/TripProcessDAO.java 89 Potential violation of Law of Demeter (object not created locally)
4006 src/com/gps/dao/TripProcessDAO.java 89 The String literal "') and date('" appears 10 times in this file; the first occurrence is on line 89
4007 src/com/gps/dao/TripProcessDAO.java 92 Avoid using Literals in Conditional Statements
4008 src/com/gps/dao/TripProcessDAO.java 92 Potential violation of Law of Demeter (object not created locally)
4009 src/com/gps/dao/TripProcessDAO.java 92 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
4010 src/com/gps/dao/TripProcessDAO.java 94 System.out.print is used
4011 src/com/gps/dao/TripProcessDAO.java 95 Local variable 'qry' could be declared final
4012 src/com/gps/dao/TripProcessDAO.java 95 Potential violation of Law of Demeter (object not created locally)
4013 src/com/gps/dao/TripProcessDAO.java 96 Potential violation of Law of Demeter (object not created locally)
4014 src/com/gps/dao/TripProcessDAO.java 97 Potential violation of Law of Demeter (object not created locally)
4015 src/com/gps/dao/TripProcessDAO.java 99 Avoid using Literals in Conditional Statements
4016 src/com/gps/dao/TripProcessDAO.java 99 Potential violation of Law of Demeter (object not created locally)
4017 src/com/gps/dao/TripProcessDAO.java 99 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
4018 src/com/gps/dao/TripProcessDAO.java 100 Assigning an Object to null is a code smell. Consider refactoring.
4019 src/com/gps/dao/TripProcessDAO.java 101 Assigning an Object to null is a code smell. Consider refactoring.
4020 src/com/gps/dao/TripProcessDAO.java 101 Found 'DD'-anomaly for variable 'ParamEnd' (lines '101'-'134').
4021 src/com/gps/dao/TripProcessDAO.java 103 Potential violation of Law of Demeter (method chain calls)
4022 src/com/gps/dao/TripProcessDAO.java 103 Potential violation of Law of Demeter (method chain calls)
4023 src/com/gps/dao/TripProcessDAO.java 103 Potential violation of Law of Demeter (object not created locally)
4024 src/com/gps/dao/TripProcessDAO.java 104 Assigning an Object to null is a code smell. Consider refactoring.
4025 src/com/gps/dao/TripProcessDAO.java 104 Found 'DD'-anomaly for variable 'ParamEnd' (lines '104'-'134').
4026 src/com/gps/dao/TripProcessDAO.java 109 Found 'DD'-anomaly for variable 'p' (lines '109'-'119').
4027 src/com/gps/dao/TripProcessDAO.java 109 Potential violation of Law of Demeter (object not created locally)
4028 src/com/gps/dao/TripProcessDAO.java 110 Potential violation of Law of Demeter (object not created locally)
4029 src/com/gps/dao/TripProcessDAO.java 111 Potential violation of Law of Demeter (object not created locally)
4030 src/com/gps/dao/TripProcessDAO.java 113 Avoid unused local variables such as 'w'.
4031 src/com/gps/dao/TripProcessDAO.java 113 Avoid variables with short names like w
4032 src/com/gps/dao/TripProcessDAO.java 113 Found 'DU'-anomaly for variable 'w' (lines '113'-'145').
4033 src/com/gps/dao/TripProcessDAO.java 113 Local variable 'w' could be declared final
4034 src/com/gps/dao/TripProcessDAO.java 114 System.out.print is used
4035 src/com/gps/dao/TripProcessDAO.java 116 Local variable 'packet' could be declared final
4036 src/com/gps/dao/TripProcessDAO.java 118 Avoid unused local variables such as 'dbdate'.
4037 src/com/gps/dao/TripProcessDAO.java 118 Local variable 'dbdate' could be declared final
4038 src/com/gps/dao/TripProcessDAO.java 119 Found 'DD'-anomaly for variable 'p' (lines '119'-'119').
4039 src/com/gps/dao/TripProcessDAO.java 119 Potential violation of Law of Demeter (method chain calls)
4040 src/com/gps/dao/TripProcessDAO.java 119 Potential violation of Law of Demeter (object not created locally)
4041 src/com/gps/dao/TripProcessDAO.java 120 Found 'DD'-anomaly for variable 'o' (lines '120'-'120').
4042 src/com/gps/dao/TripProcessDAO.java 120 Potential violation of Law of Demeter (method chain calls)
4043 src/com/gps/dao/TripProcessDAO.java 120 Potential violation of Law of Demeter (object not created locally)
4044 src/com/gps/dao/TripProcessDAO.java 121 Found 'DD'-anomaly for variable 'q' (lines '121'-'121').
4045 src/com/gps/dao/TripProcessDAO.java 121 Found 'DU'-anomaly for variable 'q' (lines '121'-'145').
4046 src/com/gps/dao/TripProcessDAO.java 121 Potential violation of Law of Demeter (method chain calls)
4047 src/com/gps/dao/TripProcessDAO.java 121 Potential violation of Law of Demeter (object not created locally)
4048 src/com/gps/dao/TripProcessDAO.java 122 Found 'DU'-anomaly for variable 'h' (lines '122'-'145').
4049 src/com/gps/dao/TripProcessDAO.java 123 Found 'DD'-anomaly for variable 'd' (lines '123'-'123').
4050 src/com/gps/dao/TripProcessDAO.java 127 System.out.print is used
4051 src/com/gps/dao/TripProcessDAO.java 128 System.out.print is used
4052 src/com/gps/dao/TripProcessDAO.java 133 System.out.print is used
4053 src/com/gps/dao/TripProcessDAO.java 134 Assigning an Object to null is a code smell. Consider refactoring.
4054 src/com/gps/dao/TripProcessDAO.java 137 Potential violation of Law of Demeter (object not created locally)
4055 src/com/gps/dao/TripProcessDAO.java 138 A method should have only one exit point, and that should be the last statement in the method
4056 src/com/gps/dao/TripProcessDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4057 src/com/gps/dao/TripProcessDAO.java 142 Avoid printStackTrace(); use a logger call instead.
4058 src/com/gps/dao/TripProcessDAO.java 142 Potential violation of Law of Demeter (object not created locally)
4059 src/com/gps/dao/TripProcessDAO.java 147 Method names should not start with capital letters
4060 src/com/gps/dao/TripProcessDAO.java 147 Parameter 'creatmend' is not assigned and could be declared final
4061 src/com/gps/dao/TripProcessDAO.java 147 Parameter 'creatmsta' is not assigned and could be declared final
4062 src/com/gps/dao/TripProcessDAO.java 147 Parameter 'end' is not assigned and could be declared final
4063 src/com/gps/dao/TripProcessDAO.java 147 Parameter 'isSql' is not assigned and could be declared final
4064 src/com/gps/dao/TripProcessDAO.java 147 Parameter 'start' is not assigned and could be declared final
4065 src/com/gps/dao/TripProcessDAO.java 147 Parameter 'vehicleid' is not assigned and could be declared final
4066 src/com/gps/dao/TripProcessDAO.java 147 Rather than using a lot of String arguments, consider using a container object for those values.
4067 src/com/gps/dao/TripProcessDAO.java 147 publicMethodCommentRequirement Required
4068 src/com/gps/dao/TripProcessDAO.java 150 Avoid variables with short names like x
4069 src/com/gps/dao/TripProcessDAO.java 150 Local variable 'x' could be declared final
4070 src/com/gps/dao/TripProcessDAO.java 151 Avoid variables with short names like d
4071 src/com/gps/dao/TripProcessDAO.java 151 Found 'DU'-anomaly for variable 'd' (lines '151'-'186').
4072 src/com/gps/dao/TripProcessDAO.java 151 Local variable 'd' could be declared final
4073 src/com/gps/dao/TripProcessDAO.java 152 Avoid variables with short names like d1
4074 src/com/gps/dao/TripProcessDAO.java 152 Found 'DU'-anomaly for variable 'd1' (lines '152'-'186').
4075 src/com/gps/dao/TripProcessDAO.java 152 Local variable 'd1' could be declared final
4076 src/com/gps/dao/TripProcessDAO.java 153 Local variable 'sta' could be declared final
4077 src/com/gps/dao/TripProcessDAO.java 154 Avoid variables with short names like en
4078 src/com/gps/dao/TripProcessDAO.java 154 Local variable 'en' could be declared final
4079 src/com/gps/dao/TripProcessDAO.java 155 Avoid variables with short names like a
4080 src/com/gps/dao/TripProcessDAO.java 155 Found 'DD'-anomaly for variable 'a' (lines '155'-'167').
4081 src/com/gps/dao/TripProcessDAO.java 155 Found 'DD'-anomaly for variable 'a' (lines '155'-'171').
4082 src/com/gps/dao/TripProcessDAO.java 155 Found 'DD'-anomaly for variable 'a' (lines '155'-'175').
4083 src/com/gps/dao/TripProcessDAO.java 156 Found 'DD'-anomaly for variable 'vehicle' (lines '156'-'161').
4084 src/com/gps/dao/TripProcessDAO.java 157 Found 'DD'-anomaly for variable 'param' (lines '157'-'162').
4085 src/com/gps/dao/TripProcessDAO.java 157 Found 'DU'-anomaly for variable 'param' (lines '157'-'186').
4086 src/com/gps/dao/TripProcessDAO.java 158 Found 'DD'-anomaly for variable 'time' (lines '158'-'163').
4087 src/com/gps/dao/TripProcessDAO.java 158 Found 'DU'-anomaly for variable 'time' (lines '158'-'186').
4088 src/com/gps/dao/TripProcessDAO.java 162 Found 'DU'-anomaly for variable 'param' (lines '162'-'186').
4089 src/com/gps/dao/TripProcessDAO.java 163 Found 'DU'-anomaly for variable 'time' (lines '163'-'186').
4090 src/com/gps/dao/TripProcessDAO.java 165 Avoid if (x != y) ..; else ..;
4091 src/com/gps/dao/TripProcessDAO.java 167 The String literal "' and '" appears 4 times in this file; the first occurrence is on line 167
4092 src/com/gps/dao/TripProcessDAO.java 178 System.out.print is used
4093 src/com/gps/dao/TripProcessDAO.java 179 A method should have only one exit point, and that should be the last statement in the method
4094 src/com/gps/dao/TripProcessDAO.java 181 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4095 src/com/gps/dao/TripProcessDAO.java 183 Avoid printStackTrace(); use a logger call instead.
4096 src/com/gps/dao/TripProcessDAO.java 183 Potential violation of Law of Demeter (object not created locally)
4097 src/com/gps/dao/TripProcessDAO.java 188 Parameter 'fromDate' is not assigned and could be declared final
4098 src/com/gps/dao/TripProcessDAO.java 188 Parameter 'tripId' is not assigned and could be declared final
4099 src/com/gps/dao/TripProcessDAO.java 188 Parameter 'vehicleId' is not assigned and could be declared final
4100 src/com/gps/dao/TripProcessDAO.java 188 publicMethodCommentRequirement Required
4101 src/com/gps/dao/TripProcessDAO.java 189 Parameter 'toDate' is not assigned and could be declared final
4102 src/com/gps/dao/TripProcessDAO.java 191 Found 'DD'-anomaly for variable 'maxSpeed' (lines '191'-'201').
4103 src/com/gps/dao/TripProcessDAO.java 191 Found 'DD'-anomaly for variable 'maxSpeed' (lines '191'-'203').
4104 src/com/gps/dao/TripProcessDAO.java 193 Found 'DD'-anomaly for variable 'whrQuery' (lines '193'-'199').
4105 src/com/gps/dao/TripProcessDAO.java 198 There is log block not surrounded by if
4106 src/com/gps/dao/TripProcessDAO.java 198 There is log block not surrounded by if
4107 src/com/gps/dao/TripProcessDAO.java 200 Avoid if (x != y) ..; else ..;
4108 src/com/gps/dao/TripProcessDAO.java 200 Avoid using Literals in Conditional Statements
4109 src/com/gps/dao/TripProcessDAO.java 200 Use equals() to compare strings instead of '==' or '!='
4110 src/com/gps/dao/TripProcessDAO.java 201 Avoid using if...else statements without curly braces
4111 src/com/gps/dao/TripProcessDAO.java 201 Potential violation of Law of Demeter (method chain calls)
4112 src/com/gps/dao/TripProcessDAO.java 201 Potential violation of Law of Demeter (object not created locally)
4113 src/com/gps/dao/TripProcessDAO.java 203 Avoid using if...else statements without curly braces
4114 src/com/gps/dao/TripProcessDAO.java 203 Potential violation of Law of Demeter (method chain calls)
4115 src/com/gps/dao/TripProcessDAO.java 203 Potential violation of Law of Demeter (object not created locally)
4116 src/com/gps/dao/TripProcessDAO.java 206 Avoid using if statements without curly braces
4117 src/com/gps/dao/TripProcessDAO.java 207 There is log block not surrounded by if
4118 src/com/gps/dao/TripProcessDAO.java 207 There is log block not surrounded by if
4119 src/com/gps/dao/TripProcessDAO.java 209 Potential violation of Law of Demeter (object not created locally)
4120 src/com/gps/dao/TripProcessDAO.java 211 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4121 src/com/gps/dao/TripProcessDAO.java 213 Avoid printStackTrace(); use a logger call instead.
4122 src/com/gps/dao/TripProcessDAO.java 213 Potential violation of Law of Demeter (object not created locally)
4123 src/com/gps/dao/TripProcessDAO.java 219 Parameter 'vehicleId' is not assigned and could be declared final
4124 src/com/gps/dao/TripProcessDAO.java 221 There is log block not surrounded by if
4125 src/com/gps/dao/TripProcessDAO.java 221 There is log block not surrounded by if
4126 src/com/gps/dao/TripProcessDAO.java 222 Found 'DD'-anomaly for variable 'sess' (lines '222'-'226').
4127 src/com/gps/dao/TripProcessDAO.java 223 Avoid variables with short names like td
4128 src/com/gps/dao/TripProcessDAO.java 223 Local variable 'td' could be declared final
4129 src/com/gps/dao/TripProcessDAO.java 224 Found 'DD'-anomaly for variable 'lstTrips' (lines '224'-'228').
4130 src/com/gps/dao/TripProcessDAO.java 226 Potential violation of Law of Demeter (object not created locally)
4131 src/com/gps/dao/TripProcessDAO.java 228 Potential violation of Law of Demeter (method chain calls)
4132 src/com/gps/dao/TripProcessDAO.java 228 Potential violation of Law of Demeter (object not created locally)
4133 src/com/gps/dao/TripProcessDAO.java 229 Potential violation of Law of Demeter (object not created locally)
4134 src/com/gps/dao/TripProcessDAO.java 229 There is log block not surrounded by if
4135 src/com/gps/dao/TripProcessDAO.java 229 There is log block not surrounded by if
4136 src/com/gps/dao/TripProcessDAO.java 231 Potential violation of Law of Demeter (object not created locally)
4137 src/com/gps/dao/TripProcessDAO.java 233 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4138 src/com/gps/dao/TripProcessDAO.java 234 Avoid printStackTrace(); use a logger call instead.
4139 src/com/gps/dao/TripProcessDAO.java 234 Potential violation of Law of Demeter (object not created locally)
4140 src/com/gps/dao/TripProcessDAO.java 239 Parameter 'fromDate' is not assigned and could be declared final
4141 src/com/gps/dao/TripProcessDAO.java 239 Parameter 'vehicleId' is not assigned and could be declared final
4142 src/com/gps/dao/TripProcessDAO.java 239 publicMethodCommentRequirement Required
4143 src/com/gps/dao/TripProcessDAO.java 240 Parameter 'toDate' is not assigned and could be declared final
4144 src/com/gps/dao/TripProcessDAO.java 242 Found 'DD'-anomaly for variable 'maxSpeed' (lines '242'-'250').
4145 src/com/gps/dao/TripProcessDAO.java 242 Found 'DD'-anomaly for variable 'maxSpeed' (lines '242'-'252').
4146 src/com/gps/dao/TripProcessDAO.java 244 Found 'DD'-anomaly for variable 'whrQuery' (lines '244'-'248').
4147 src/com/gps/dao/TripProcessDAO.java 249 Avoid if (x != y) ..; else ..;
4148 src/com/gps/dao/TripProcessDAO.java 249 Avoid using Literals in Conditional Statements
4149 src/com/gps/dao/TripProcessDAO.java 249 Use equals() to compare strings instead of '==' or '!='
4150 src/com/gps/dao/TripProcessDAO.java 250 Avoid using if...else statements without curly braces
4151 src/com/gps/dao/TripProcessDAO.java 250 Potential violation of Law of Demeter (method chain calls)
4152 src/com/gps/dao/TripProcessDAO.java 250 Potential violation of Law of Demeter (object not created locally)
4153 src/com/gps/dao/TripProcessDAO.java 252 Avoid using if...else statements without curly braces
4154 src/com/gps/dao/TripProcessDAO.java 252 Potential violation of Law of Demeter (method chain calls)
4155 src/com/gps/dao/TripProcessDAO.java 252 Potential violation of Law of Demeter (object not created locally)
4156 src/com/gps/dao/TripProcessDAO.java 254 Potential violation of Law of Demeter (object not created locally)
4157 src/com/gps/dao/TripProcessDAO.java 256 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4158 src/com/gps/dao/TripProcessDAO.java 258 Avoid printStackTrace(); use a logger call instead.
4159 src/com/gps/dao/TripProcessDAO.java 258 Potential violation of Law of Demeter (object not created locally)
4160 src/com/gps/dao/TripProcessDAO.java 263 Parameter 'fromDate' is not assigned and could be declared final
4161 src/com/gps/dao/TripProcessDAO.java 263 Parameter 'toDate' is not assigned and could be declared final
4162 src/com/gps/dao/TripProcessDAO.java 263 Parameter 'trip' is not assigned and could be declared final
4163 src/com/gps/dao/TripProcessDAO.java 263 Parameter 'type' is not assigned and could be declared final
4164 src/com/gps/dao/TripProcessDAO.java 263 publicMethodCommentRequirement Required
4165 src/com/gps/dao/TripProcessDAO.java 264 Found 'DD'-anomaly for variable 'tripParams' (lines '264'-'283').
4166 src/com/gps/dao/TripProcessDAO.java 264 Found 'DD'-anomaly for variable 'tripParams' (lines '264'-'288').
4167 src/com/gps/dao/TripProcessDAO.java 265 Avoid declaring a variable if it is unreferenced before a possible exit point.
4168 src/com/gps/dao/TripProcessDAO.java 265 Avoid unused local variables such as 'formatter'.
4169 src/com/gps/dao/TripProcessDAO.java 265 Local variable 'formatter' could be declared final
4170 src/com/gps/dao/TripProcessDAO.java 266 Found 'DD'-anomaly for variable 'query' (lines '266'-'275').
4171 src/com/gps/dao/TripProcessDAO.java 266 Found 'DD'-anomaly for variable 'query' (lines '266'-'277').
4172 src/com/gps/dao/TripProcessDAO.java 266 Found 'DD'-anomaly for variable 'query' (lines '266'-'279').
4173 src/com/gps/dao/TripProcessDAO.java 270 There is log block not surrounded by if
4174 src/com/gps/dao/TripProcessDAO.java 270 There is log block not surrounded by if
4175 src/com/gps/dao/TripProcessDAO.java 271 Local variable 'whereQry' could be declared final
4176 src/com/gps/dao/TripProcessDAO.java 271 Potential violation of Law of Demeter (method chain calls)
4177 src/com/gps/dao/TripProcessDAO.java 271 Potential violation of Law of Demeter (method chain calls)
4178 src/com/gps/dao/TripProcessDAO.java 272 There is log block not surrounded by if
4179 src/com/gps/dao/TripProcessDAO.java 272 There is log block not surrounded by if
4180 src/com/gps/dao/TripProcessDAO.java 273 Avoid if (x != y) ..; else ..;
4181 src/com/gps/dao/TripProcessDAO.java 273 Avoid using Literals in Conditional Statements
4182 src/com/gps/dao/TripProcessDAO.java 273 Use equals() to compare strings instead of '==' or '!='
4183 src/com/gps/dao/TripProcessDAO.java 274 Position literals first in String comparisons
4184 src/com/gps/dao/TripProcessDAO.java 274 Potential violation of Law of Demeter (object not created locally)
4185 src/com/gps/dao/TripProcessDAO.java 275 Avoid using if...else statements without curly braces
4186 src/com/gps/dao/TripProcessDAO.java 275 Potential violation of Law of Demeter (object not created locally)
4187 src/com/gps/dao/TripProcessDAO.java 276 Position literals first in String comparisons
4188 src/com/gps/dao/TripProcessDAO.java 276 Potential violation of Law of Demeter (object not created locally)
4189 src/com/gps/dao/TripProcessDAO.java 277 Avoid using if...else statements without curly braces
4190 src/com/gps/dao/TripProcessDAO.java 277 Potential violation of Law of Demeter (object not created locally)
4191 src/com/gps/dao/TripProcessDAO.java 279 Avoid using if...else statements without curly braces
4192 src/com/gps/dao/TripProcessDAO.java 279 Potential violation of Law of Demeter (object not created locally)
4193 src/com/gps/dao/TripProcessDAO.java 283 Avoid using if...else statements without curly braces
4194 src/com/gps/dao/TripProcessDAO.java 283 Found 'DD'-anomaly for variable 'tripParams' (lines '283'-'288').
4195 src/com/gps/dao/TripProcessDAO.java 283 Potential violation of Law of Demeter (method chain calls)
4196 src/com/gps/dao/TripProcessDAO.java 283 Potential violation of Law of Demeter (object not created locally)
4197 src/com/gps/dao/TripProcessDAO.java 285 There is log block not surrounded by if
4198 src/com/gps/dao/TripProcessDAO.java 285 There is log block not surrounded by if
4199 src/com/gps/dao/TripProcessDAO.java 288 Potential violation of Law of Demeter (object not created locally)
4200 src/com/gps/dao/TripProcessDAO.java 290 Potential violation of Law of Demeter (object not created locally)
4201 src/com/gps/dao/TripProcessDAO.java 290 There is log block not surrounded by if
4202 src/com/gps/dao/TripProcessDAO.java 290 There is log block not surrounded by if
4203 src/com/gps/dao/TripProcessDAO.java 292 Potential violation of Law of Demeter (object not created locally)
4204 src/com/gps/dao/TripProcessDAO.java 294 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4205 src/com/gps/dao/TripProcessDAO.java 296 Avoid printStackTrace(); use a logger call instead.
4206 src/com/gps/dao/TripProcessDAO.java 296 Potential violation of Law of Demeter (object not created locally)
4207 src/com/gps/dao/TripProcessDAO.java 303 Found 'UR'-anomaly for variable 'params' (lines '303'-'325').
4208 src/com/gps/dao/TripProcessDAO.java 303 Parameter 'fromDate' is not assigned and could be declared final
4209 src/com/gps/dao/TripProcessDAO.java 303 Parameter 'toDate' is not assigned and could be declared final
4210 src/com/gps/dao/TripProcessDAO.java 303 Parameter 'trip' is not assigned and could be declared final
4211 src/com/gps/dao/TripProcessDAO.java 303 Parameter 'type' is not assigned and could be declared final
4212 src/com/gps/dao/TripProcessDAO.java 303 publicMethodCommentRequirement Required
4213 src/com/gps/dao/TripProcessDAO.java 304 Found 'DD'-anomaly for variable 'tripParams' (lines '304'-'314').
4214 src/com/gps/dao/TripProcessDAO.java 305 An empty statement (semicolon) not part of a loop
4215 src/com/gps/dao/TripProcessDAO.java 305 Local variable 'tripListDTO' could be declared final
4216 src/com/gps/dao/TripProcessDAO.java 306 Found 'DD'-anomaly for variable 'distDTO' (lines '306'-'329').
4217 src/com/gps/dao/TripProcessDAO.java 306 Found 'DD'-anomaly for variable 'distDTO' (lines '306'-'346').
4218 src/com/gps/dao/TripProcessDAO.java 306 Found 'DD'-anomaly for variable 'distDTO' (lines '306'-'353').
4219 src/com/gps/dao/TripProcessDAO.java 309 There is log block not surrounded by if
4220 src/com/gps/dao/TripProcessDAO.java 309 There is log block not surrounded by if
4221 src/com/gps/dao/TripProcessDAO.java 313 Found 'DU'-anomaly for variable 'formatter' (lines '313'-'359').
4222 src/com/gps/dao/TripProcessDAO.java 313 When instantiating a SimpleDateFormat object, specify a Locale
4223 src/com/gps/dao/TripProcessDAO.java 316 Avoid unused local variables such as 'k'.
4224 src/com/gps/dao/TripProcessDAO.java 316 Avoid variables with short names like k
4225 src/com/gps/dao/TripProcessDAO.java 316 Found 'DD'-anomaly for variable 'k' (lines '316'-'336').
4226 src/com/gps/dao/TripProcessDAO.java 316 Found 'DU'-anomaly for variable 'k' (lines '316'-'359').
4227 src/com/gps/dao/TripProcessDAO.java 318 Avoid if (x != y) ..; else ..;
4228 src/com/gps/dao/TripProcessDAO.java 320 There is log block not surrounded by if
4229 src/com/gps/dao/TripProcessDAO.java 320 There is log block not surrounded by if
4230 src/com/gps/dao/TripProcessDAO.java 321 Local variable 'params' could be declared final
4231 src/com/gps/dao/TripProcessDAO.java 327 Avoid if (x != y) ..; else ..;
4232 src/com/gps/dao/TripProcessDAO.java 327 Potential violation of Law of Demeter (method chain calls)
4233 src/com/gps/dao/TripProcessDAO.java 329 Avoid instantiating new objects inside loops
4234 src/com/gps/dao/TripProcessDAO.java 329 Potential violation of Law of Demeter (method chain calls)
4235 src/com/gps/dao/TripProcessDAO.java 329 Potential violation of Law of Demeter (method chain calls)
4236 src/com/gps/dao/TripProcessDAO.java 334 There is log block not surrounded by if
4237 src/com/gps/dao/TripProcessDAO.java 334 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
4238 src/com/gps/dao/TripProcessDAO.java 336 Found 'DD'-anomaly for variable 'k' (lines '336'-'336').
4239 src/com/gps/dao/TripProcessDAO.java 336 Found 'DU'-anomaly for variable 'k' (lines '336'-'359').
4240 src/com/gps/dao/TripProcessDAO.java 337 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4241 src/com/gps/dao/TripProcessDAO.java 339 Avoid printStackTrace(); use a logger call instead.
4242 src/com/gps/dao/TripProcessDAO.java 345 There is log block not surrounded by if
4243 src/com/gps/dao/TripProcessDAO.java 345 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
4244 src/com/gps/dao/TripProcessDAO.java 346 Potential violation of Law of Demeter (method chain calls)
4245 src/com/gps/dao/TripProcessDAO.java 350 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4246 src/com/gps/dao/TripProcessDAO.java 352 Avoid printStackTrace(); use a logger call instead.
4247 src/com/gps/dao/TripProcessDAO.java 353 Potential violation of Law of Demeter (method chain calls)
4248 src/com/gps/dao/TripProcessDAO.java 355 Avoid printStackTrace(); use a logger call instead.
4249 src/com/gps/dao/TripProcessDAO.java 362 Avoid really long methods.
4250 src/com/gps/dao/TripProcessDAO.java 362 Found 'UR'-anomaly for variable 'pickUps' (lines '362'-'526').
4251 src/com/gps/dao/TripProcessDAO.java 362 Found 'UR'-anomaly for variable 'pickUps' (lines '362'-'549').
4252 src/com/gps/dao/TripProcessDAO.java 362 Parameter 'tripData' is not assigned and could be declared final
4253 src/com/gps/dao/TripProcessDAO.java 362 The method 'addTripToDB' has a Cyclomatic Complexity of 37.
4254 src/com/gps/dao/TripProcessDAO.java 362 The method addTripToDB() has an NCSS line count of 168
4255 src/com/gps/dao/TripProcessDAO.java 362 publicMethodCommentRequirement Required
4256 src/com/gps/dao/TripProcessDAO.java 363 Local variable 'trip' could be declared final
4257 src/com/gps/dao/TripProcessDAO.java 364 Local variable 'vehicleDAO' could be declared final
4258 src/com/gps/dao/TripProcessDAO.java 365 Found 'DU'-anomaly for variable 'sequencing' (lines '365'-'595').
4259 src/com/gps/dao/TripProcessDAO.java 365 Local variable 'sequencing' could be declared final
4260 src/com/gps/dao/TripProcessDAO.java 366 Local variable 'datetime' could be declared final
4261 src/com/gps/dao/TripProcessDAO.java 366 When instantiating a SimpleDateFormat object, specify a Locale
4262 src/com/gps/dao/TripProcessDAO.java 367 Found 'DU'-anomaly for variable 'time' (lines '367'-'595').
4263 src/com/gps/dao/TripProcessDAO.java 367 Local variable 'time' could be declared final
4264 src/com/gps/dao/TripProcessDAO.java 367 When instantiating a SimpleDateFormat object, specify a Locale
4265 src/com/gps/dao/TripProcessDAO.java 368 Use one line for each declaration, it enhances code readability.
4266 src/com/gps/dao/TripProcessDAO.java 373 Found 'DU'-anomaly for variable 'calStart' (lines '373'-'595').
4267 src/com/gps/dao/TripProcessDAO.java 373 Local variable 'calStart' could be declared final
4268 src/com/gps/dao/TripProcessDAO.java 374 Found 'DU'-anomaly for variable 'calEnd' (lines '374'-'595').
4269 src/com/gps/dao/TripProcessDAO.java 374 Local variable 'calEnd' could be declared final
4270 src/com/gps/dao/TripProcessDAO.java 376 Use one line for each declaration, it enhances code readability.
4271 src/com/gps/dao/TripProcessDAO.java 377 Found 'DU'-anomaly for variable 'coder' (lines '377'-'595').
4272 src/com/gps/dao/TripProcessDAO.java 377 Local variable 'coder' could be declared final
4273 src/com/gps/dao/TripProcessDAO.java 378 Found 'DD'-anomaly for variable 'existingTrips' (lines '378'-'497').
4274 src/com/gps/dao/TripProcessDAO.java 378 Found 'DU'-anomaly for variable 'existingTrips' (lines '378'-'595').
4275 src/com/gps/dao/TripProcessDAO.java 379 Avoid variables with short names like tx
4276 src/com/gps/dao/TripProcessDAO.java 379 Found 'DD'-anomaly for variable 'tx' (lines '379'-'546').
4277 src/com/gps/dao/TripProcessDAO.java 379 Found 'DD'-anomaly for variable 'tx' (lines '379'-'560').
4278 src/com/gps/dao/TripProcessDAO.java 379 Found 'DU'-anomaly for variable 'tx' (lines '379'-'595').
4279 src/com/gps/dao/TripProcessDAO.java 381 Found 'DU'-anomaly for variable 'fencedao' (lines '381'-'595').
4280 src/com/gps/dao/TripProcessDAO.java 381 Local variable 'fencedao' could be declared final
4281 src/com/gps/dao/TripProcessDAO.java 382 Found 'DU'-anomaly for variable 'finalList' (lines '382'-'595').
4282 src/com/gps/dao/TripProcessDAO.java 382 Local variable 'finalList' could be declared final
4283 src/com/gps/dao/TripProcessDAO.java 383 Local variable 'exp' could be declared final
4284 src/com/gps/dao/TripProcessDAO.java 387 Avoid if (x != y) ..; else ..;
4285 src/com/gps/dao/TripProcessDAO.java 388 Avoid using if...else statements without curly braces
4286 src/com/gps/dao/TripProcessDAO.java 388 Potential violation of Law of Demeter (object not created locally)
4287 src/com/gps/dao/TripProcessDAO.java 390 Potential violation of Law of Demeter (object not created locally)
4288 src/com/gps/dao/TripProcessDAO.java 390 The String literal "ERROR" appears 10 times in this file; the first occurrence is on line 390
4289 src/com/gps/dao/TripProcessDAO.java 391 Potential violation of Law of Demeter (object not created locally)
4290 src/com/gps/dao/TripProcessDAO.java 392 A method should have only one exit point, and that should be the last statement in the method
4291 src/com/gps/dao/TripProcessDAO.java 396 Found 'DD'-anomaly for variable 'vehicle' (lines '396'-'399').
4292 src/com/gps/dao/TripProcessDAO.java 398 Avoid using if statements without curly braces
4293 src/com/gps/dao/TripProcessDAO.java 399 Potential violation of Law of Demeter (object not created locally)
4294 src/com/gps/dao/TripProcessDAO.java 401 Avoid if (x != y) ..; else ..;
4295 src/com/gps/dao/TripProcessDAO.java 402 Avoid using if...else statements without curly braces
4296 src/com/gps/dao/TripProcessDAO.java 402 Potential violation of Law of Demeter (object not created locally)
4297 src/com/gps/dao/TripProcessDAO.java 404 Potential violation of Law of Demeter (object not created locally)
4298 src/com/gps/dao/TripProcessDAO.java 405 Potential violation of Law of Demeter (object not created locally)
4299 src/com/gps/dao/TripProcessDAO.java 406 A method should have only one exit point, and that should be the last statement in the method
4300 src/com/gps/dao/TripProcessDAO.java 409 Potential violation of Law of Demeter (object not created locally)
4301 src/com/gps/dao/TripProcessDAO.java 410 Potential violation of Law of Demeter (object not created locally)
4302 src/com/gps/dao/TripProcessDAO.java 410 Potential violation of Law of Demeter (object not created locally)
4303 src/com/gps/dao/TripProcessDAO.java 411 Potential violation of Law of Demeter (object not created locally)
4304 src/com/gps/dao/TripProcessDAO.java 411 Potential violation of Law of Demeter (object not created locally)
4305 src/com/gps/dao/TripProcessDAO.java 416 There is log block not surrounded by if
4306 src/com/gps/dao/TripProcessDAO.java 416 There is log block not surrounded by if
4307 src/com/gps/dao/TripProcessDAO.java 418 Potential violation of Law of Demeter (object not created locally)
4308 src/com/gps/dao/TripProcessDAO.java 419 Potential violation of Law of Demeter (object not created locally)
4309 src/com/gps/dao/TripProcessDAO.java 421 There is log block not surrounded by if
4310 src/com/gps/dao/TripProcessDAO.java 421 There is log block not surrounded by if
4311 src/com/gps/dao/TripProcessDAO.java 422 Potential violation of Law of Demeter (object not created locally)
4312 src/com/gps/dao/TripProcessDAO.java 422 Potential violation of Law of Demeter (object not created locally)
4313 src/com/gps/dao/TripProcessDAO.java 424 Potential violation of Law of Demeter (object not created locally)
4314 src/com/gps/dao/TripProcessDAO.java 425 Potential violation of Law of Demeter (object not created locally)
4315 src/com/gps/dao/TripProcessDAO.java 426 A method should have only one exit point, and that should be the last statement in the method
4316 src/com/gps/dao/TripProcessDAO.java 429 Potential violation of Law of Demeter (object not created locally)
4317 src/com/gps/dao/TripProcessDAO.java 430 Found 'DU'-anomaly for variable 'endTime' (lines '430'-'595').
4318 src/com/gps/dao/TripProcessDAO.java 430 Potential violation of Law of Demeter (object not created locally)
4319 src/com/gps/dao/TripProcessDAO.java 431 There is log block not surrounded by if
4320 src/com/gps/dao/TripProcessDAO.java 431 There is log block not surrounded by if
4321 src/com/gps/dao/TripProcessDAO.java 433 Potential violation of Law of Demeter (object not created locally)
4322 src/com/gps/dao/TripProcessDAO.java 434 Potential violation of Law of Demeter (object not created locally)
4323 src/com/gps/dao/TripProcessDAO.java 435 Potential violation of Law of Demeter (object not created locally)
4324 src/com/gps/dao/TripProcessDAO.java 436 Potential violation of Law of Demeter (object not created locally)
4325 src/com/gps/dao/TripProcessDAO.java 438 Potential violation of Law of Demeter (object not created locally)
4326 src/com/gps/dao/TripProcessDAO.java 439 Potential violation of Law of Demeter (object not created locally)
4327 src/com/gps/dao/TripProcessDAO.java 440 Potential violation of Law of Demeter (object not created locally)
4328 src/com/gps/dao/TripProcessDAO.java 441 There is log block not surrounded by if
4329 src/com/gps/dao/TripProcessDAO.java 441 There is log block not surrounded by if
4330 src/com/gps/dao/TripProcessDAO.java 442 There is log block not surrounded by if
4331 src/com/gps/dao/TripProcessDAO.java 442 There is log block not surrounded by if
4332 src/com/gps/dao/TripProcessDAO.java 444 Avoid using Literals in Conditional Statements
4333 src/com/gps/dao/TripProcessDAO.java 444 Potential violation of Law of Demeter (object not created locally)
4334 src/com/gps/dao/TripProcessDAO.java 445 Potential violation of Law of Demeter (object not created locally)
4335 src/com/gps/dao/TripProcessDAO.java 446 Potential violation of Law of Demeter (object not created locally)
4336 src/com/gps/dao/TripProcessDAO.java 448 Potential violation of Law of Demeter (object not created locally)
4337 src/com/gps/dao/TripProcessDAO.java 449 Potential violation of Law of Demeter (object not created locally)
4338 src/com/gps/dao/TripProcessDAO.java 452 Potential violation of Law of Demeter (method chain calls)
4339 src/com/gps/dao/TripProcessDAO.java 452 The String literal "priority" appears 4 times in this file; the first occurrence is on line 452
4340 src/com/gps/dao/TripProcessDAO.java 453 Potential violation of Law of Demeter (object not created locally)
4341 src/com/gps/dao/TripProcessDAO.java 454 Potential violation of Law of Demeter (object not created locally)
4342 src/com/gps/dao/TripProcessDAO.java 455 Potential violation of Law of Demeter (object not created locally)
4343 src/com/gps/dao/TripProcessDAO.java 457 Potential violation of Law of Demeter (object not created locally)
4344 src/com/gps/dao/TripProcessDAO.java 458 Potential violation of Law of Demeter (object not created locally)
4345 src/com/gps/dao/TripProcessDAO.java 459 Potential violation of Law of Demeter (object not created locally)
4346 src/com/gps/dao/TripProcessDAO.java 462 Potential violation of Law of Demeter (object not created locally)
4347 src/com/gps/dao/TripProcessDAO.java 463 Found 'DU'-anomaly for variable 'startHour' (lines '463'-'595').
4348 src/com/gps/dao/TripProcessDAO.java 463 Potential violation of Law of Demeter (object not created locally)
4349 src/com/gps/dao/TripProcessDAO.java 464 Potential violation of Law of Demeter (object not created locally)
4350 src/com/gps/dao/TripProcessDAO.java 466 Found 'DU'-anomaly for variable 'endHour' (lines '466'-'595').
4351 src/com/gps/dao/TripProcessDAO.java 466 Potential violation of Law of Demeter (object not created locally)
4352 src/com/gps/dao/TripProcessDAO.java 467 Found 'DU'-anomaly for variable 'endMinutes' (lines '467'-'595').
4353 src/com/gps/dao/TripProcessDAO.java 467 Potential violation of Law of Demeter (object not created locally)
4354 src/com/gps/dao/TripProcessDAO.java 469 Found 'DU'-anomaly for variable 'duration' (lines '469'-'595').
4355 src/com/gps/dao/TripProcessDAO.java 469 Local variable 'duration' could be declared final
4356 src/com/gps/dao/TripProcessDAO.java 469 Potential violation of Law of Demeter (object not created locally)
4357 src/com/gps/dao/TripProcessDAO.java 469 Potential violation of Law of Demeter (object not created locally)
4358 src/com/gps/dao/TripProcessDAO.java 469 Potential violation of Law of Demeter (object not created locally)
4359 src/com/gps/dao/TripProcessDAO.java 470 Found 'DU'-anomaly for variable 'prefix' (lines '470'-'595').
4360 src/com/gps/dao/TripProcessDAO.java 470 Local variable 'prefix' could be declared final
4361 src/com/gps/dao/TripProcessDAO.java 471 Potential violation of Law of Demeter (object not created locally)
4362 src/com/gps/dao/TripProcessDAO.java 472 Potential violation of Law of Demeter (object not created locally)
4363 src/com/gps/dao/TripProcessDAO.java 473 Potential violation of Law of Demeter (object not created locally)
4364 src/com/gps/dao/TripProcessDAO.java 473 Potential violation of Law of Demeter (object not created locally)
4365 src/com/gps/dao/TripProcessDAO.java 473 Potential violation of Law of Demeter (object not created locally)
4366 src/com/gps/dao/TripProcessDAO.java 475 Potential violation of Law of Demeter (object not created locally)
4367 src/com/gps/dao/TripProcessDAO.java 476 Potential violation of Law of Demeter (object not created locally)
4368 src/com/gps/dao/TripProcessDAO.java 476 Potential violation of Law of Demeter (object not created locally)
4369 src/com/gps/dao/TripProcessDAO.java 476 Potential violation of Law of Demeter (object not created locally)
4370 src/com/gps/dao/TripProcessDAO.java 478 Potential violation of Law of Demeter (object not created locally)
4371 src/com/gps/dao/TripProcessDAO.java 481 Potential violation of Law of Demeter (object not created locally)
4372 src/com/gps/dao/TripProcessDAO.java 482 Potential violation of Law of Demeter (object not created locally)
4373 src/com/gps/dao/TripProcessDAO.java 483 Potential violation of Law of Demeter (object not created locally)
4374 src/com/gps/dao/TripProcessDAO.java 483 Potential violation of Law of Demeter (object not created locally)
4375 src/com/gps/dao/TripProcessDAO.java 483 Potential violation of Law of Demeter (object not created locally)
4376 src/com/gps/dao/TripProcessDAO.java 485 Potential violation of Law of Demeter (object not created locally)
4377 src/com/gps/dao/TripProcessDAO.java 486 Potential violation of Law of Demeter (object not created locally)
4378 src/com/gps/dao/TripProcessDAO.java 486 Potential violation of Law of Demeter (object not created locally)
4379 src/com/gps/dao/TripProcessDAO.java 486 Potential violation of Law of Demeter (object not created locally)
4380 src/com/gps/dao/TripProcessDAO.java 488 Potential violation of Law of Demeter (object not created locally)
4381 src/com/gps/dao/TripProcessDAO.java 492 Potential violation of Law of Demeter (object not created locally)
4382 src/com/gps/dao/TripProcessDAO.java 492 Potential violation of Law of Demeter (object not created locally)
4383 src/com/gps/dao/TripProcessDAO.java 492 Potential violation of Law of Demeter (object not created locally)
4384 src/com/gps/dao/TripProcessDAO.java 493 Potential violation of Law of Demeter (object not created locally)
4385 src/com/gps/dao/TripProcessDAO.java 493 Potential violation of Law of Demeter (object not created locally)
4386 src/com/gps/dao/TripProcessDAO.java 493 Potential violation of Law of Demeter (object not created locally)
4387 src/com/gps/dao/TripProcessDAO.java 495 Found 'DU'-anomaly for variable 'sess' (lines '495'-'595').
4388 src/com/gps/dao/TripProcessDAO.java 497 Potential violation of Law of Demeter (object not created locally)
4389 src/com/gps/dao/TripProcessDAO.java 497 Potential violation of Law of Demeter (object not created locally)
4390 src/com/gps/dao/TripProcessDAO.java 497 Potential violation of Law of Demeter (object not created locally)
4391 src/com/gps/dao/TripProcessDAO.java 499 Avoid if (x != y) ..; else ..;
4392 src/com/gps/dao/TripProcessDAO.java 500 Potential violation of Law of Demeter (method chain calls)
4393 src/com/gps/dao/TripProcessDAO.java 500 Potential violation of Law of Demeter (object not created locally)
4394 src/com/gps/dao/TripProcessDAO.java 500 Potential violation of Law of Demeter (object not created locally)
4395 src/com/gps/dao/TripProcessDAO.java 502 Potential violation of Law of Demeter (object not created locally)
4396 src/com/gps/dao/TripProcessDAO.java 503 Potential violation of Law of Demeter (object not created locally)
4397 src/com/gps/dao/TripProcessDAO.java 503 Potential violation of Law of Demeter (object not created locally)
4398 src/com/gps/dao/TripProcessDAO.java 504 A method should have only one exit point, and that should be the last statement in the method
4399 src/com/gps/dao/TripProcessDAO.java 506 Potential violation of Law of Demeter (object not created locally)
4400 src/com/gps/dao/TripProcessDAO.java 507 Potential violation of Law of Demeter (object not created locally)
4401 src/com/gps/dao/TripProcessDAO.java 508 A method should have only one exit point, and that should be the last statement in the method
4402 src/com/gps/dao/TripProcessDAO.java 510 Potential violation of Law of Demeter (method chain calls)
4403 src/com/gps/dao/TripProcessDAO.java 512 Found 'DU'-anomaly for variable 'count' (lines '512'-'595').
4404 src/com/gps/dao/TripProcessDAO.java 514 Potential violation of Law of Demeter (method chain calls)
4405 src/com/gps/dao/TripProcessDAO.java 514 Potential violation of Law of Demeter (method chain calls)
4406 src/com/gps/dao/TripProcessDAO.java 514 Potential violation of Law of Demeter (object not created locally)
4407 src/com/gps/dao/TripProcessDAO.java 515 Potential violation of Law of Demeter (method chain calls)
4408 src/com/gps/dao/TripProcessDAO.java 515 Potential violation of Law of Demeter (method chain calls)
4409 src/com/gps/dao/TripProcessDAO.java 515 Potential violation of Law of Demeter (object not created locally)
4410 src/com/gps/dao/TripProcessDAO.java 516 Potential violation of Law of Demeter (object not created locally)
4411 src/com/gps/dao/TripProcessDAO.java 516 Potential violation of Law of Demeter (object not created locally)
4412 src/com/gps/dao/TripProcessDAO.java 517 Potential violation of Law of Demeter (object not created locally)
4413 src/com/gps/dao/TripProcessDAO.java 520 Potential violation of Law of Demeter (method chain calls)
4414 src/com/gps/dao/TripProcessDAO.java 521 Local variable 'pickUpPoints' could be declared final
4415 src/com/gps/dao/TripProcessDAO.java 521 Potential violation of Law of Demeter (method chain calls)
4416 src/com/gps/dao/TripProcessDAO.java 523 Avoid if (x != y) ..; else ..;
4417 src/com/gps/dao/TripProcessDAO.java 524 Local variable 'pickUps' could be declared final
4418 src/com/gps/dao/TripProcessDAO.java 524 Potential violation of Law of Demeter (method chain calls)
4419 src/com/gps/dao/TripProcessDAO.java 526 Potential violation of Law of Demeter (object not created locally)
4420 src/com/gps/dao/TripProcessDAO.java 529 There is log block not surrounded by if
4421 src/com/gps/dao/TripProcessDAO.java 529 There is log block not surrounded by if
4422 src/com/gps/dao/TripProcessDAO.java 531 There is log block not surrounded by if
4423 src/com/gps/dao/TripProcessDAO.java 531 There is log block not surrounded by if
4424 src/com/gps/dao/TripProcessDAO.java 536 Potential violation of Law of Demeter (method chain calls)
4425 src/com/gps/dao/TripProcessDAO.java 536 Potential violation of Law of Demeter (method chain calls)
4426 src/com/gps/dao/TripProcessDAO.java 536 Potential violation of Law of Demeter (object not created locally)
4427 src/com/gps/dao/TripProcessDAO.java 537 Potential violation of Law of Demeter (method chain calls)
4428 src/com/gps/dao/TripProcessDAO.java 537 Potential violation of Law of Demeter (method chain calls)
4429 src/com/gps/dao/TripProcessDAO.java 537 Potential violation of Law of Demeter (object not created locally)
4430 src/com/gps/dao/TripProcessDAO.java 538 Potential violation of Law of Demeter (object not created locally)
4431 src/com/gps/dao/TripProcessDAO.java 544 Local variable 'pickUps' could be declared final
4432 src/com/gps/dao/TripProcessDAO.java 546 Found 'DD'-anomaly for variable 'tx' (lines '546'-'546').
4433 src/com/gps/dao/TripProcessDAO.java 546 Found 'DD'-anomaly for variable 'tx' (lines '546'-'560').
4434 src/com/gps/dao/TripProcessDAO.java 546 Potential violation of Law of Demeter (object not created locally)
4435 src/com/gps/dao/TripProcessDAO.java 547 Found 'DD'-anomaly for variable 'geofenceName' (lines '547'-'550').
4436 src/com/gps/dao/TripProcessDAO.java 548 Found 'DD'-anomaly for variable 'fenceDate' (lines '548'-'551').
4437 src/com/gps/dao/TripProcessDAO.java 548 Found 'DD'-anomaly for variable 'fenceDate' (lines '548'-'553').
4438 src/com/gps/dao/TripProcessDAO.java 549 Avoid if (x != y) ..; else ..;
4439 src/com/gps/dao/TripProcessDAO.java 549 Potential violation of Law of Demeter (object not created locally)
4440 src/com/gps/dao/TripProcessDAO.java 550 Potential violation of Law of Demeter (object not created locally)
4441 src/com/gps/dao/TripProcessDAO.java 551 Potential violation of Law of Demeter (object not created locally)
4442 src/com/gps/dao/TripProcessDAO.java 551 Potential violation of Law of Demeter (object not created locally)
4443 src/com/gps/dao/TripProcessDAO.java 553 Avoid using if...else statements without curly braces
4444 src/com/gps/dao/TripProcessDAO.java 553 Potential violation of Law of Demeter (object not created locally)
4445 src/com/gps/dao/TripProcessDAO.java 553 Potential violation of Law of Demeter (object not created locally)
4446 src/com/gps/dao/TripProcessDAO.java 555 Potential violation of Law of Demeter (method chain calls)
4447 src/com/gps/dao/TripProcessDAO.java 555 Potential violation of Law of Demeter (object not created locally)
4448 src/com/gps/dao/TripProcessDAO.java 555 Potential violation of Law of Demeter (object not created locally)
4449 src/com/gps/dao/TripProcessDAO.java 555 Potential violation of Law of Demeter (object not created locally)
4450 src/com/gps/dao/TripProcessDAO.java 555 Potential violation of Law of Demeter (object not created locally)
4451 src/com/gps/dao/TripProcessDAO.java 555 Potential violation of Law of Demeter (object not created locally)
4452 src/com/gps/dao/TripProcessDAO.java 556 Found 'DU'-anomaly for variable 'count' (lines '556'-'595').
4453 src/com/gps/dao/TripProcessDAO.java 560 Potential violation of Law of Demeter (object not created locally)
4454 src/com/gps/dao/TripProcessDAO.java 561 Potential violation of Law of Demeter (object not created locally)
4455 src/com/gps/dao/TripProcessDAO.java 562 Potential violation of Law of Demeter (object not created locally)
4456 src/com/gps/dao/TripProcessDAO.java 563 Potential violation of Law of Demeter (object not created locally)
4457 src/com/gps/dao/TripProcessDAO.java 564 Potential violation of Law of Demeter (object not created locally)
4458 src/com/gps/dao/TripProcessDAO.java 565 Avoid using if statements without curly braces
4459 src/com/gps/dao/TripProcessDAO.java 565 Potential violation of Law of Demeter (method chain calls)
4460 src/com/gps/dao/TripProcessDAO.java 566 Potential violation of Law of Demeter (method chain calls)
4461 src/com/gps/dao/TripProcessDAO.java 566 Potential violation of Law of Demeter (method chain calls)
4462 src/com/gps/dao/TripProcessDAO.java 566 Potential violation of Law of Demeter (method chain calls)
4463 src/com/gps/dao/TripProcessDAO.java 566 Potential violation of Law of Demeter (method chain calls)
4464 src/com/gps/dao/TripProcessDAO.java 566 Potential violation of Law of Demeter (method chain calls)
4465 src/com/gps/dao/TripProcessDAO.java 566 Potential violation of Law of Demeter (method chain calls)
4466 src/com/gps/dao/TripProcessDAO.java 566 Potential violation of Law of Demeter (object not created locally)
4467 src/com/gps/dao/TripProcessDAO.java 566 Potential violation of Law of Demeter (object not created locally)
4468 src/com/gps/dao/TripProcessDAO.java 566 Potential violation of Law of Demeter (object not created locally)
4469 src/com/gps/dao/TripProcessDAO.java 566 Potential violation of Law of Demeter (object not created locally)
4470 src/com/gps/dao/TripProcessDAO.java 566 Useless parentheses.
4471 src/com/gps/dao/TripProcessDAO.java 568 Potential violation of Law of Demeter (object not created locally)
4472 src/com/gps/dao/TripProcessDAO.java 569 Potential violation of Law of Demeter (object not created locally)
4473 src/com/gps/dao/TripProcessDAO.java 570 A method should have only one exit point, and that should be the last statement in the method
4474 src/com/gps/dao/TripProcessDAO.java 576 Avoid using if statements without curly braces
4475 src/com/gps/dao/TripProcessDAO.java 577 Potential violation of Law of Demeter (object not created locally)
4476 src/com/gps/dao/TripProcessDAO.java 579 Potential violation of Law of Demeter (method chain calls)
4477 src/com/gps/dao/TripProcessDAO.java 579 Potential violation of Law of Demeter (method chain calls)
4478 src/com/gps/dao/TripProcessDAO.java 579 Potential violation of Law of Demeter (object not created locally)
4479 src/com/gps/dao/TripProcessDAO.java 579 There is log block not surrounded by if
4480 src/com/gps/dao/TripProcessDAO.java 579 There is log block not surrounded by if
4481 src/com/gps/dao/TripProcessDAO.java 580 Potential violation of Law of Demeter (method chain calls)
4482 src/com/gps/dao/TripProcessDAO.java 580 Potential violation of Law of Demeter (method chain calls)
4483 src/com/gps/dao/TripProcessDAO.java 580 Potential violation of Law of Demeter (object not created locally)
4484 src/com/gps/dao/TripProcessDAO.java 582 Potential violation of Law of Demeter (object not created locally)
4485 src/com/gps/dao/TripProcessDAO.java 583 Potential violation of Law of Demeter (object not created locally)
4486 src/com/gps/dao/TripProcessDAO.java 583 Potential violation of Law of Demeter (object not created locally)
4487 src/com/gps/dao/TripProcessDAO.java 584 A method should have only one exit point, and that should be the last statement in the method
4488 src/com/gps/dao/TripProcessDAO.java 587 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4489 src/com/gps/dao/TripProcessDAO.java 589 Avoid printStackTrace(); use a logger call instead.
4490 src/com/gps/dao/TripProcessDAO.java 589 Potential violation of Law of Demeter (object not created locally)
4491 src/com/gps/dao/TripProcessDAO.java 590 Potential violation of Law of Demeter (object not created locally)
4492 src/com/gps/dao/TripProcessDAO.java 590 There is log block not surrounded by if
4493 src/com/gps/dao/TripProcessDAO.java 591 Potential violation of Law of Demeter (object not created locally)
4494 src/com/gps/dao/TripProcessDAO.java 592 Potential violation of Law of Demeter (object not created locally)
4495 src/com/gps/dao/TripProcessDAO.java 603 Parameter 'count' is not assigned and could be declared final
4496 src/com/gps/dao/TripProcessDAO.java 603 Parameter 'geofenceName' is not assigned and could be declared final
4497 src/com/gps/dao/TripProcessDAO.java 603 Parameter 'lattitude' is not assigned and could be declared final
4498 src/com/gps/dao/TripProcessDAO.java 603 Parameter 'longitude' is not assigned and could be declared final
4499 src/com/gps/dao/TripProcessDAO.java 603 Parameter 'place' is not assigned and could be declared final
4500 src/com/gps/dao/TripProcessDAO.java 603 Parameter 'session' is not assigned and could be declared final
4501 src/com/gps/dao/TripProcessDAO.java 603 Parameter 'time' is not assigned and could be declared final
4502 src/com/gps/dao/TripProcessDAO.java 603 Parameter 'trip' is not assigned and could be declared final
4503 src/com/gps/dao/TripProcessDAO.java 608 Local variable 'geofence' could be declared final
4504 src/com/gps/dao/TripProcessDAO.java 609 An empty statement (semicolon) not part of a loop
4505 src/com/gps/dao/TripProcessDAO.java 622 Avoid using Literals in Conditional Statements
4506 src/com/gps/dao/TripProcessDAO.java 623 Avoid using if...else statements without curly braces
4507 src/com/gps/dao/TripProcessDAO.java 625 Avoid using if...else statements without curly braces
4508 src/com/gps/dao/TripProcessDAO.java 631 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4509 src/com/gps/dao/TripProcessDAO.java 633 Avoid printStackTrace(); use a logger call instead.
4510 src/com/gps/dao/TripProcessDAO.java 634 Avoid throwing raw exception types.
4511 src/com/gps/dao/TripProcessDAO.java 634 New exception is thrown in catch block, original stack trace may be lost
4512 src/com/gps/dao/TripProcessDAO.java 639 Parameter 'count' is not assigned and could be declared final
4513 src/com/gps/dao/TripProcessDAO.java 639 Parameter 'geofenceName' is not assigned and could be declared final
4514 src/com/gps/dao/TripProcessDAO.java 639 Parameter 'lattitude' is not assigned and could be declared final
4515 src/com/gps/dao/TripProcessDAO.java 639 Parameter 'longitude' is not assigned and could be declared final
4516 src/com/gps/dao/TripProcessDAO.java 639 Parameter 'place' is not assigned and could be declared final
4517 src/com/gps/dao/TripProcessDAO.java 639 Parameter 'timeAM' is not assigned and could be declared final
4518 src/com/gps/dao/TripProcessDAO.java 639 Parameter 'timePM' is not assigned and could be declared final
4519 src/com/gps/dao/TripProcessDAO.java 639 Parameter 'trip' is not assigned and could be declared final
4520 src/com/gps/dao/TripProcessDAO.java 639 publicMethodCommentRequirement Required
4521 src/com/gps/dao/TripProcessDAO.java 642 Avoid variables with short names like tx
4522 src/com/gps/dao/TripProcessDAO.java 642 Found 'DD'-anomaly for variable 'tx' (lines '642'-'663').
4523 src/com/gps/dao/TripProcessDAO.java 643 Local variable 'obj' could be declared final
4524 src/com/gps/dao/TripProcessDAO.java 647 Local variable 'geofence' could be declared final
4525 src/com/gps/dao/TripProcessDAO.java 648 Potential violation of Law of Demeter (object not created locally)
4526 src/com/gps/dao/TripProcessDAO.java 650 Potential violation of Law of Demeter (object not created locally)
4527 src/com/gps/dao/TripProcessDAO.java 652 Potential violation of Law of Demeter (object not created locally)
4528 src/com/gps/dao/TripProcessDAO.java 653 Potential violation of Law of Demeter (object not created locally)
4529 src/com/gps/dao/TripProcessDAO.java 654 Potential violation of Law of Demeter (object not created locally)
4530 src/com/gps/dao/TripProcessDAO.java 655 Potential violation of Law of Demeter (object not created locally)
4531 src/com/gps/dao/TripProcessDAO.java 656 Potential violation of Law of Demeter (object not created locally)
4532 src/com/gps/dao/TripProcessDAO.java 657 Potential violation of Law of Demeter (object not created locally)
4533 src/com/gps/dao/TripProcessDAO.java 659 Potential violation of Law of Demeter (object not created locally)
4534 src/com/gps/dao/TripProcessDAO.java 660 Potential violation of Law of Demeter (object not created locally)
4535 src/com/gps/dao/TripProcessDAO.java 663 Potential violation of Law of Demeter (object not created locally)
4536 src/com/gps/dao/TripProcessDAO.java 664 Potential violation of Law of Demeter (object not created locally)
4537 src/com/gps/dao/TripProcessDAO.java 666 Potential violation of Law of Demeter (object not created locally)
4538 src/com/gps/dao/TripProcessDAO.java 667 Potential violation of Law of Demeter (object not created locally)
4539 src/com/gps/dao/TripProcessDAO.java 668 Potential violation of Law of Demeter (object not created locally)
4540 src/com/gps/dao/TripProcessDAO.java 670 Potential violation of Law of Demeter (object not created locally)
4541 src/com/gps/dao/TripProcessDAO.java 670 There is log block not surrounded by if
4542 src/com/gps/dao/TripProcessDAO.java 670 There is log block not surrounded by if
4543 src/com/gps/dao/TripProcessDAO.java 672 A method should have only one exit point, and that should be the last statement in the method
4544 src/com/gps/dao/TripProcessDAO.java 675 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4545 src/com/gps/dao/TripProcessDAO.java 677 Avoid printStackTrace(); use a logger call instead.
4546 src/com/gps/dao/TripProcessDAO.java 677 Potential violation of Law of Demeter (object not created locally)
4547 src/com/gps/dao/TripProcessDAO.java 686 Parameter 'trip' is not assigned and could be declared final
4548 src/com/gps/dao/TripProcessDAO.java 688 There is log block not surrounded by if
4549 src/com/gps/dao/TripProcessDAO.java 688 There is log block not surrounded by if
4550 src/com/gps/dao/TripProcessDAO.java 689 Local variable 'freqTrips' could be declared final
4551 src/com/gps/dao/TripProcessDAO.java 690 Local variable 'freqMon' could be declared final
4552 src/com/gps/dao/TripProcessDAO.java 691 Local variable 'freqTue' could be declared final
4553 src/com/gps/dao/TripProcessDAO.java 692 Local variable 'freqWed' could be declared final
4554 src/com/gps/dao/TripProcessDAO.java 693 Local variable 'freqThu' could be declared final
4555 src/com/gps/dao/TripProcessDAO.java 694 Local variable 'freqFri' could be declared final
4556 src/com/gps/dao/TripProcessDAO.java 695 Local variable 'freqSat' could be declared final
4557 src/com/gps/dao/TripProcessDAO.java 696 Local variable 'freqSun' could be declared final
4558 src/com/gps/dao/TripProcessDAO.java 713 Avoid really long methods.
4559 src/com/gps/dao/TripProcessDAO.java 713 Parameter 'trackerId' is not assigned and could be declared final
4560 src/com/gps/dao/TripProcessDAO.java 713 The method 'getTripDetails' has a Cyclomatic Complexity of 26.
4561 src/com/gps/dao/TripProcessDAO.java 713 The method getTripDetails() has an NCSS line count of 108
4562 src/com/gps/dao/TripProcessDAO.java 713 The method getTripDetails() has an NPath complexity of 37346
4563 src/com/gps/dao/TripProcessDAO.java 715 Local variable 'tripVO' could be declared final
4564 src/com/gps/dao/TripProcessDAO.java 716 Local variable 'dbQry' could be declared final
4565 src/com/gps/dao/TripProcessDAO.java 717 Found 'DD'-anomaly for variable 'vehInfo' (lines '717'-'758').
4566 src/com/gps/dao/TripProcessDAO.java 718 Found 'DD'-anomaly for variable 'trip' (lines '718'-'738').
4567 src/com/gps/dao/TripProcessDAO.java 719 Found 'DD'-anomaly for variable 'currentLat' (lines '719'-'761').
4568 src/com/gps/dao/TripProcessDAO.java 719 Found 'DD'-anomaly for variable 'currentLong' (lines '719'-'762').
4569 src/com/gps/dao/TripProcessDAO.java 719 Use one line for each declaration, it enhances code readability.
4570 src/com/gps/dao/TripProcessDAO.java 720 Found 'DD'-anomaly for variable 'currentSpeed' (lines '720'-'763').
4571 src/com/gps/dao/TripProcessDAO.java 721 Local variable 'coder' could be declared final
4572 src/com/gps/dao/TripProcessDAO.java 722 Local variable 'fenceDAO' could be declared final
4573 src/com/gps/dao/TripProcessDAO.java 723 Local variable 'tripFences' could be declared final
4574 src/com/gps/dao/TripProcessDAO.java 724 Local variable 'formatter' could be declared final
4575 src/com/gps/dao/TripProcessDAO.java 724 When instantiating a SimpleDateFormat object, specify a Locale
4576 src/com/gps/dao/TripProcessDAO.java 725 Found 'DD'-anomaly for variable 'drop' (lines '725'-'779').
4577 src/com/gps/dao/TripProcessDAO.java 726 Found 'DD'-anomaly for variable 'garage' (lines '726'-'780').
4578 src/com/gps/dao/TripProcessDAO.java 727 Local variable 'round' could be declared final
4579 src/com/gps/dao/TripProcessDAO.java 728 Avoid declaring a variable if it is unreferenced before a possible exit point.
4580 src/com/gps/dao/TripProcessDAO.java 728 Avoid unused local variables such as 'exp'.
4581 src/com/gps/dao/TripProcessDAO.java 728 Local variable 'exp' could be declared final
4582 src/com/gps/dao/TripProcessDAO.java 732 Local variable 'query' could be declared final
4583 src/com/gps/dao/TripProcessDAO.java 732 Potential violation of Law of Demeter (method chain calls)
4584 src/com/gps/dao/TripProcessDAO.java 733 Potential violation of Law of Demeter (object not created locally)
4585 src/com/gps/dao/TripProcessDAO.java 735 There is log block not surrounded by if
4586 src/com/gps/dao/TripProcessDAO.java 735 There is log block not surrounded by if
4587 src/com/gps/dao/TripProcessDAO.java 737 Avoid if (x != y) ..; else ..;
4588 src/com/gps/dao/TripProcessDAO.java 737 Potential violation of Law of Demeter (object not created locally)
4589 src/com/gps/dao/TripProcessDAO.java 738 Potential violation of Law of Demeter (object not created locally)
4590 src/com/gps/dao/TripProcessDAO.java 739 Potential violation of Law of Demeter (object not created locally)
4591 src/com/gps/dao/TripProcessDAO.java 739 Potential violation of Law of Demeter (object not created locally)
4592 src/com/gps/dao/TripProcessDAO.java 739 There is log block not surrounded by if
4593 src/com/gps/dao/TripProcessDAO.java 739 There is log block not surrounded by if
4594 src/com/gps/dao/TripProcessDAO.java 742 There is log block not surrounded by if
4595 src/com/gps/dao/TripProcessDAO.java 742 There is log block not surrounded by if
4596 src/com/gps/dao/TripProcessDAO.java 743 A method should have only one exit point, and that should be the last statement in the method
4597 src/com/gps/dao/TripProcessDAO.java 748 Potential violation of Law of Demeter (object not created locally)
4598 src/com/gps/dao/TripProcessDAO.java 749 Potential violation of Law of Demeter (object not created locally)
4599 src/com/gps/dao/TripProcessDAO.java 749 Potential violation of Law of Demeter (object not created locally)
4600 src/com/gps/dao/TripProcessDAO.java 750 Potential violation of Law of Demeter (object not created locally)
4601 src/com/gps/dao/TripProcessDAO.java 750 There is log block not surrounded by if
4602 src/com/gps/dao/TripProcessDAO.java 750 There is log block not surrounded by if
4603 src/com/gps/dao/TripProcessDAO.java 753 Potential violation of Law of Demeter (object not created locally)
4604 src/com/gps/dao/TripProcessDAO.java 754 Potential violation of Law of Demeter (method chain calls)
4605 src/com/gps/dao/TripProcessDAO.java 754 Potential violation of Law of Demeter (method chain calls)
4606 src/com/gps/dao/TripProcessDAO.java 754 Potential violation of Law of Demeter (object not created locally)
4607 src/com/gps/dao/TripProcessDAO.java 754 Potential violation of Law of Demeter (object not created locally)
4608 src/com/gps/dao/TripProcessDAO.java 755 Potential violation of Law of Demeter (method chain calls)
4609 src/com/gps/dao/TripProcessDAO.java 755 Potential violation of Law of Demeter (method chain calls)
4610 src/com/gps/dao/TripProcessDAO.java 755 Potential violation of Law of Demeter (method chain calls)
4611 src/com/gps/dao/TripProcessDAO.java 755 Potential violation of Law of Demeter (method chain calls)
4612 src/com/gps/dao/TripProcessDAO.java 755 Potential violation of Law of Demeter (object not created locally)
4613 src/com/gps/dao/TripProcessDAO.java 755 Potential violation of Law of Demeter (object not created locally)
4614 src/com/gps/dao/TripProcessDAO.java 757 Potential violation of Law of Demeter (method chain calls)
4615 src/com/gps/dao/TripProcessDAO.java 757 Potential violation of Law of Demeter (method chain calls)
4616 src/com/gps/dao/TripProcessDAO.java 757 Potential violation of Law of Demeter (object not created locally)
4617 src/com/gps/dao/TripProcessDAO.java 757 There is log block not surrounded by if
4618 src/com/gps/dao/TripProcessDAO.java 757 There is log block not surrounded by if
4619 src/com/gps/dao/TripProcessDAO.java 758 Potential violation of Law of Demeter (method chain calls)
4620 src/com/gps/dao/TripProcessDAO.java 758 Potential violation of Law of Demeter (method chain calls)
4621 src/com/gps/dao/TripProcessDAO.java 758 Potential violation of Law of Demeter (object not created locally)
4622 src/com/gps/dao/TripProcessDAO.java 758 Potential violation of Law of Demeter (object not created locally)
4623 src/com/gps/dao/TripProcessDAO.java 760 Potential violation of Law of Demeter (object not created locally)
4624 src/com/gps/dao/TripProcessDAO.java 760 There is log block not surrounded by if
4625 src/com/gps/dao/TripProcessDAO.java 760 There is log block not surrounded by if
4626 src/com/gps/dao/TripProcessDAO.java 761 Potential violation of Law of Demeter (object not created locally)
4627 src/com/gps/dao/TripProcessDAO.java 762 Potential violation of Law of Demeter (object not created locally)
4628 src/com/gps/dao/TripProcessDAO.java 763 Potential violation of Law of Demeter (object not created locally)
4629 src/com/gps/dao/TripProcessDAO.java 764 Potential violation of Law of Demeter (object not created locally)
4630 src/com/gps/dao/TripProcessDAO.java 765 Potential violation of Law of Demeter (object not created locally)
4631 src/com/gps/dao/TripProcessDAO.java 766 Potential violation of Law of Demeter (object not created locally)
4632 src/com/gps/dao/TripProcessDAO.java 767 Avoid using if statements without curly braces
4633 src/com/gps/dao/TripProcessDAO.java 768 Potential violation of Law of Demeter (object not created locally)
4634 src/com/gps/dao/TripProcessDAO.java 768 Potential violation of Law of Demeter (object not created locally)
4635 src/com/gps/dao/TripProcessDAO.java 769 Avoid if (x != y) ..; else ..;
4636 src/com/gps/dao/TripProcessDAO.java 769 Potential violation of Law of Demeter (object not created locally)
4637 src/com/gps/dao/TripProcessDAO.java 770 Avoid using if...else statements without curly braces
4638 src/com/gps/dao/TripProcessDAO.java 770 Potential violation of Law of Demeter (object not created locally)
4639 src/com/gps/dao/TripProcessDAO.java 770 Potential violation of Law of Demeter (object not created locally)
4640 src/com/gps/dao/TripProcessDAO.java 770 Potential violation of Law of Demeter (object not created locally)
4641 src/com/gps/dao/TripProcessDAO.java 770 Potential violation of Law of Demeter (object not created locally)
4642 src/com/gps/dao/TripProcessDAO.java 772 Avoid using if...else statements without curly braces
4643 src/com/gps/dao/TripProcessDAO.java 772 Potential violation of Law of Demeter (object not created locally)
4644 src/com/gps/dao/TripProcessDAO.java 772 Potential violation of Law of Demeter (object not created locally)
4645 src/com/gps/dao/TripProcessDAO.java 774 Potential violation of Law of Demeter (object not created locally)
4646 src/com/gps/dao/TripProcessDAO.java 774 Potential violation of Law of Demeter (object not created locally)
4647 src/com/gps/dao/TripProcessDAO.java 775 Potential violation of Law of Demeter (object not created locally)
4648 src/com/gps/dao/TripProcessDAO.java 775 Potential violation of Law of Demeter (object not created locally)
4649 src/com/gps/dao/TripProcessDAO.java 778 Avoid using Literals in Conditional Statements
4650 src/com/gps/dao/TripProcessDAO.java 778 Potential violation of Law of Demeter (object not created locally)
4651 src/com/gps/dao/TripProcessDAO.java 778 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
4652 src/com/gps/dao/TripProcessDAO.java 779 Potential violation of Law of Demeter (object not created locally)
4653 src/com/gps/dao/TripProcessDAO.java 779 Potential violation of Law of Demeter (object not created locally)
4654 src/com/gps/dao/TripProcessDAO.java 780 Potential violation of Law of Demeter (object not created locally)
4655 src/com/gps/dao/TripProcessDAO.java 783 Local variable 'lastRepFence' could be declared final
4656 src/com/gps/dao/TripProcessDAO.java 783 Potential violation of Law of Demeter (object not created locally)
4657 src/com/gps/dao/TripProcessDAO.java 785 Avoid if (x != y) ..; else ..;
4658 src/com/gps/dao/TripProcessDAO.java 785 Potential violation of Law of Demeter (method chain calls)
4659 src/com/gps/dao/TripProcessDAO.java 785 Potential violation of Law of Demeter (object not created locally)
4660 src/com/gps/dao/TripProcessDAO.java 787 There is log block not surrounded by if
4661 src/com/gps/dao/TripProcessDAO.java 787 There is log block not surrounded by if
4662 src/com/gps/dao/TripProcessDAO.java 788 Local variable 'currentFence' could be declared final
4663 src/com/gps/dao/TripProcessDAO.java 788 Potential violation of Law of Demeter (object not created locally)
4664 src/com/gps/dao/TripProcessDAO.java 790 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'eta_distance' is not final.
4665 src/com/gps/dao/TripProcessDAO.java 794 Potential violation of Law of Demeter (object not created locally)
4666 src/com/gps/dao/TripProcessDAO.java 795 Avoid using if statements without curly braces
4667 src/com/gps/dao/TripProcessDAO.java 795 Potential violation of Law of Demeter (object not created locally)
4668 src/com/gps/dao/TripProcessDAO.java 796 Potential violation of Law of Demeter (object not created locally)
4669 src/com/gps/dao/TripProcessDAO.java 798 Avoid using if statements without curly braces
4670 src/com/gps/dao/TripProcessDAO.java 798 Potential violation of Law of Demeter (object not created locally)
4671 src/com/gps/dao/TripProcessDAO.java 799 Potential violation of Law of Demeter (object not created locally)
4672 src/com/gps/dao/TripProcessDAO.java 802 Potential violation of Law of Demeter (method chain calls)
4673 src/com/gps/dao/TripProcessDAO.java 802 Potential violation of Law of Demeter (object not created locally)
4674 src/com/gps/dao/TripProcessDAO.java 805 These nested if statements could be combined
4675 src/com/gps/dao/TripProcessDAO.java 806 Avoid using if statements without curly braces
4676 src/com/gps/dao/TripProcessDAO.java 806 Potential violation of Law of Demeter (method chain calls)
4677 src/com/gps/dao/TripProcessDAO.java 806 Potential violation of Law of Demeter (method chain calls)
4678 src/com/gps/dao/TripProcessDAO.java 806 Potential violation of Law of Demeter (method chain calls)
4679 src/com/gps/dao/TripProcessDAO.java 806 Potential violation of Law of Demeter (object not created locally)
4680 src/com/gps/dao/TripProcessDAO.java 806 Potential violation of Law of Demeter (object not created locally)
4681 src/com/gps/dao/TripProcessDAO.java 806 These nested if statements could be combined
4682 src/com/gps/dao/TripProcessDAO.java 811 Potential violation of Law of Demeter (object not created locally)
4683 src/com/gps/dao/TripProcessDAO.java 811 Potential violation of Law of Demeter (object not created locally)
4684 src/com/gps/dao/TripProcessDAO.java 812 Potential violation of Law of Demeter (object not created locally)
4685 src/com/gps/dao/TripProcessDAO.java 812 Potential violation of Law of Demeter (object not created locally)
4686 src/com/gps/dao/TripProcessDAO.java 813 Avoid if (x != y) ..; else ..;
4687 src/com/gps/dao/TripProcessDAO.java 814 Avoid using if...else statements without curly braces
4688 src/com/gps/dao/TripProcessDAO.java 814 Potential violation of Law of Demeter (object not created locally)
4689 src/com/gps/dao/TripProcessDAO.java 814 Potential violation of Law of Demeter (object not created locally)
4690 src/com/gps/dao/TripProcessDAO.java 816 Avoid using if...else statements without curly braces
4691 src/com/gps/dao/TripProcessDAO.java 816 Potential violation of Law of Demeter (object not created locally)
4692 src/com/gps/dao/TripProcessDAO.java 819 There is log block not surrounded by if
4693 src/com/gps/dao/TripProcessDAO.java 819 There is log block not surrounded by if
4694 src/com/gps/dao/TripProcessDAO.java 821 Potential violation of Law of Demeter (object not created locally)
4695 src/com/gps/dao/TripProcessDAO.java 821 Potential violation of Law of Demeter (object not created locally)
4696 src/com/gps/dao/TripProcessDAO.java 825 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pickup_point' is not final.
4697 src/com/gps/dao/TripProcessDAO.java 826 Local variable 'pickup_points' could be declared final
4698 src/com/gps/dao/TripProcessDAO.java 826 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pickup_points' is not final.
4699 src/com/gps/dao/TripProcessDAO.java 828 Potential violation of Law of Demeter (object not created locally)
4700 src/com/gps/dao/TripProcessDAO.java 828 Potential violation of Law of Demeter (object not created locally)
4701 src/com/gps/dao/TripProcessDAO.java 829 Potential violation of Law of Demeter (object not created locally)
4702 src/com/gps/dao/TripProcessDAO.java 830 Potential violation of Law of Demeter (object not created locally)
4703 src/com/gps/dao/TripProcessDAO.java 837 Avoid using Literals in Conditional Statements
4704 src/com/gps/dao/TripProcessDAO.java 837 Avoid using if statements without curly braces
4705 src/com/gps/dao/TripProcessDAO.java 837 Potential violation of Law of Demeter (object not created locally)
4706 src/com/gps/dao/TripProcessDAO.java 837 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
4707 src/com/gps/dao/TripProcessDAO.java 838 Potential violation of Law of Demeter (object not created locally)
4708 src/com/gps/dao/TripProcessDAO.java 841 Local variable 'pickUp_drop_dist' could be declared final
4709 src/com/gps/dao/TripProcessDAO.java 841 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pickUp_drop_dist' is not final.
4710 src/com/gps/dao/TripProcessDAO.java 841 Potential violation of Law of Demeter (object not created locally)
4711 src/com/gps/dao/TripProcessDAO.java 841 Potential violation of Law of Demeter (object not created locally)
4712 src/com/gps/dao/TripProcessDAO.java 842 Potential violation of Law of Demeter (object not created locally)
4713 src/com/gps/dao/TripProcessDAO.java 845 Potential violation of Law of Demeter (object not created locally)
4714 src/com/gps/dao/TripProcessDAO.java 845 Potential violation of Law of Demeter (object not created locally)
4715 src/com/gps/dao/TripProcessDAO.java 845 There is log block not surrounded by if
4716 src/com/gps/dao/TripProcessDAO.java 845 There is log block not surrounded by if
4717 src/com/gps/dao/TripProcessDAO.java 846 Potential violation of Law of Demeter (object not created locally)
4718 src/com/gps/dao/TripProcessDAO.java 846 Potential violation of Law of Demeter (object not created locally)
4719 src/com/gps/dao/TripProcessDAO.java 847 Potential violation of Law of Demeter (object not created locally)
4720 src/com/gps/dao/TripProcessDAO.java 847 Potential violation of Law of Demeter (object not created locally)
4721 src/com/gps/dao/TripProcessDAO.java 848 Potential violation of Law of Demeter (object not created locally)
4722 src/com/gps/dao/TripProcessDAO.java 848 Potential violation of Law of Demeter (object not created locally)
4723 src/com/gps/dao/TripProcessDAO.java 848 Potential violation of Law of Demeter (object not created locally)
4724 src/com/gps/dao/TripProcessDAO.java 849 Potential violation of Law of Demeter (object not created locally)
4725 src/com/gps/dao/TripProcessDAO.java 849 Potential violation of Law of Demeter (object not created locally)
4726 src/com/gps/dao/TripProcessDAO.java 852 Potential violation of Law of Demeter (object not created locally)
4727 src/com/gps/dao/TripProcessDAO.java 852 Potential violation of Law of Demeter (object not created locally)
4728 src/com/gps/dao/TripProcessDAO.java 852 There is log block not surrounded by if
4729 src/com/gps/dao/TripProcessDAO.java 852 There is log block not surrounded by if
4730 src/com/gps/dao/TripProcessDAO.java 853 Local variable 'garage_drop_dist' could be declared final
4731 src/com/gps/dao/TripProcessDAO.java 853 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'garage_drop_dist' is not final.
4732 src/com/gps/dao/TripProcessDAO.java 853 Potential violation of Law of Demeter (object not created locally)
4733 src/com/gps/dao/TripProcessDAO.java 853 Potential violation of Law of Demeter (object not created locally)
4734 src/com/gps/dao/TripProcessDAO.java 853 Potential violation of Law of Demeter (object not created locally)
4735 src/com/gps/dao/TripProcessDAO.java 853 Potential violation of Law of Demeter (object not created locally)
4736 src/com/gps/dao/TripProcessDAO.java 854 Potential violation of Law of Demeter (object not created locally)
4737 src/com/gps/dao/TripProcessDAO.java 854 Potential violation of Law of Demeter (object not created locally)
4738 src/com/gps/dao/TripProcessDAO.java 855 Potential violation of Law of Demeter (object not created locally)
4739 src/com/gps/dao/TripProcessDAO.java 855 Potential violation of Law of Demeter (object not created locally)
4740 src/com/gps/dao/TripProcessDAO.java 856 Avoid using if statements without curly braces
4741 src/com/gps/dao/TripProcessDAO.java 856 Potential violation of Law of Demeter (object not created locally)
4742 src/com/gps/dao/TripProcessDAO.java 856 Potential violation of Law of Demeter (object not created locally)
4743 src/com/gps/dao/TripProcessDAO.java 857 Potential violation of Law of Demeter (object not created locally)
4744 src/com/gps/dao/TripProcessDAO.java 857 Potential violation of Law of Demeter (object not created locally)
4745 src/com/gps/dao/TripProcessDAO.java 857 Potential violation of Law of Demeter (object not created locally)
4746 src/com/gps/dao/TripProcessDAO.java 857 Potential violation of Law of Demeter (object not created locally)
4747 src/com/gps/dao/TripProcessDAO.java 861 There is log block not surrounded by if
4748 src/com/gps/dao/TripProcessDAO.java 861 There is log block not surrounded by if
4749 src/com/gps/dao/TripProcessDAO.java 863 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4750 src/com/gps/dao/TripProcessDAO.java 865 Avoid using if statements without curly braces
4751 src/com/gps/dao/TripProcessDAO.java 865 Potential violation of Law of Demeter (object not created locally)
4752 src/com/gps/dao/TripProcessDAO.java 866 Potential violation of Law of Demeter (object not created locally)
4753 src/com/gps/dao/TripProcessDAO.java 867 There is log block not surrounded by if
4754 src/com/gps/dao/TripProcessDAO.java 868 Avoid printStackTrace(); use a logger call instead.
4755 src/com/gps/dao/TripProcessDAO.java 868 Potential violation of Law of Demeter (object not created locally)
4756 src/com/gps/dao/TripProcessDAO.java 876 Parameter 'isEnabled' is not assigned and could be declared final
4757 src/com/gps/dao/TripProcessDAO.java 876 Parameter 'status' is not assigned and could be declared final
4758 src/com/gps/dao/TripProcessDAO.java 876 Parameter 'trip' is not assigned and could be declared final
4759 src/com/gps/dao/TripProcessDAO.java 877 Avoid variables with short names like tx
4760 src/com/gps/dao/TripProcessDAO.java 883 Potential violation of Law of Demeter (object not created locally)
4761 src/com/gps/dao/TripProcessDAO.java 886 Avoid using if statements without curly braces
4762 src/com/gps/dao/TripProcessDAO.java 886 Potential violation of Law of Demeter (method chain calls)
4763 src/com/gps/dao/TripProcessDAO.java 886 These nested if statements could be combined
4764 src/com/gps/dao/TripProcessDAO.java 890 Avoid using if statements without curly braces
4765 src/com/gps/dao/TripProcessDAO.java 893 Potential violation of Law of Demeter (object not created locally)
4766 src/com/gps/dao/TripProcessDAO.java 895 Potential violation of Law of Demeter (object not created locally)
4767 src/com/gps/dao/TripProcessDAO.java 896 Potential violation of Law of Demeter (object not created locally)
4768 src/com/gps/dao/TripProcessDAO.java 898 Avoid if (x != y) ..; else ..;
4769 src/com/gps/dao/TripProcessDAO.java 898 There is log block not surrounded by if
4770 src/com/gps/dao/TripProcessDAO.java 898 There is log block not surrounded by if
4771 src/com/gps/dao/TripProcessDAO.java 900 A method should have only one exit point, and that should be the last statement in the method
4772 src/com/gps/dao/TripProcessDAO.java 902 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4773 src/com/gps/dao/TripProcessDAO.java 904 There is log block not surrounded by if
4774 src/com/gps/dao/TripProcessDAO.java 905 Avoid printStackTrace(); use a logger call instead.
4775 src/com/gps/dao/TripProcessDAO.java 905 Potential violation of Law of Demeter (object not created locally)
4776 src/com/gps/dao/TripProcessDAO.java 912 Parameter 'end' is not assigned and could be declared final
4777 src/com/gps/dao/TripProcessDAO.java 912 Parameter 'start' is not assigned and could be declared final
4778 src/com/gps/dao/TripProcessDAO.java 912 Parameter 'vehicleId' is not assigned and could be declared final
4779 src/com/gps/dao/TripProcessDAO.java 912 publicMethodCommentRequirement Required
4780 src/com/gps/dao/TripProcessDAO.java 931 The String literal "' and concat(returndate,concat(' '," appears 4 times in this file; the first occurrence is on line 931
4781 src/com/gps/dao/TripProcessDAO.java 931 The String literal "))<='" appears 4 times in this file; the first occurrence is on line 931
4782 src/com/gps/dao/TripProcessDAO.java 931 The String literal "))>='" appears 4 times in this file; the first occurrence is on line 931
4783 src/com/gps/dao/TripProcessDAO.java 934 Local variable 'query' could be declared final
4784 src/com/gps/dao/TripProcessDAO.java 934 Potential violation of Law of Demeter (object not created locally)
4785 src/com/gps/dao/TripProcessDAO.java 935 Potential violation of Law of Demeter (object not created locally)
4786 src/com/gps/dao/TripProcessDAO.java 939 Avoid if (x != y) ..; else ..;
4787 src/com/gps/dao/TripProcessDAO.java 940 Potential violation of Law of Demeter (object not created locally)
4788 src/com/gps/dao/TripProcessDAO.java 941 Avoid using Literals in Conditional Statements
4789 src/com/gps/dao/TripProcessDAO.java 941 Avoid using if statements without curly braces
4790 src/com/gps/dao/TripProcessDAO.java 941 Potential violation of Law of Demeter (object not created locally)
4791 src/com/gps/dao/TripProcessDAO.java 941 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
4792 src/com/gps/dao/TripProcessDAO.java 942 Potential violation of Law of Demeter (object not created locally)
4793 src/com/gps/dao/TripProcessDAO.java 945 There is log block not surrounded by if
4794 src/com/gps/dao/TripProcessDAO.java 945 There is log block not surrounded by if
4795 src/com/gps/dao/TripProcessDAO.java 948 A method should have only one exit point, and that should be the last statement in the method
4796 src/com/gps/dao/TripProcessDAO.java 950 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4797 src/com/gps/dao/TripProcessDAO.java 952 Avoid printStackTrace(); use a logger call instead.
4798 src/com/gps/dao/TripProcessDAO.java 952 Potential violation of Law of Demeter (object not created locally)
4799 src/com/gps/dao/TripProcessDAO.java 961 Parameter 'trackerId' is not assigned and could be declared final
4800 src/com/gps/dao/TripProcessDAO.java 961 publicMethodCommentRequirement Required
4801 src/com/gps/dao/TripProcessDAO.java 963 Local variable 'exp' could be declared final
4802 src/com/gps/dao/TripProcessDAO.java 970 Avoid using Literals in Conditional Statements
4803 src/com/gps/dao/TripProcessDAO.java 970 Avoid using if statements without curly braces
4804 src/com/gps/dao/TripProcessDAO.java 970 Potential violation of Law of Demeter (object not created locally)
4805 src/com/gps/dao/TripProcessDAO.java 970 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
4806 src/com/gps/dao/TripProcessDAO.java 971 Potential violation of Law of Demeter (object not created locally)
4807 src/com/gps/dao/TripProcessDAO.java 973 Avoid if (x != y) ..; else ..;
4808 src/com/gps/dao/TripProcessDAO.java 975 Potential violation of Law of Demeter (object not created locally)
4809 src/com/gps/dao/TripProcessDAO.java 976 Potential violation of Law of Demeter (object not created locally)
4810 src/com/gps/dao/TripProcessDAO.java 977 Potential violation of Law of Demeter (method chain calls)
4811 src/com/gps/dao/TripProcessDAO.java 977 Potential violation of Law of Demeter (object not created locally)
4812 src/com/gps/dao/TripProcessDAO.java 979 Potential violation of Law of Demeter (object not created locally)
4813 src/com/gps/dao/TripProcessDAO.java 980 Potential violation of Law of Demeter (object not created locally)
4814 src/com/gps/dao/TripProcessDAO.java 980 The String literal "Error disabling " appears 4 times in this file; the first occurrence is on line 980
4815 src/com/gps/dao/TripProcessDAO.java 981 There is log block not surrounded by if
4816 src/com/gps/dao/TripProcessDAO.java 981 There is log block not surrounded by if
4817 src/com/gps/dao/TripProcessDAO.java 984 Potential violation of Law of Demeter (object not created locally)
4818 src/com/gps/dao/TripProcessDAO.java 985 Potential violation of Law of Demeter (object not created locally)
4819 src/com/gps/dao/TripProcessDAO.java 986 There is log block not surrounded by if
4820 src/com/gps/dao/TripProcessDAO.java 986 There is log block not surrounded by if
4821 src/com/gps/dao/TripProcessDAO.java 989 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4822 src/com/gps/dao/TripProcessDAO.java 991 Potential violation of Law of Demeter (object not created locally)
4823 src/com/gps/dao/TripProcessDAO.java 992 Potential violation of Law of Demeter (object not created locally)
4824 src/com/gps/dao/TripProcessDAO.java 993 There is log block not surrounded by if
4825 src/com/gps/dao/TripProcessDAO.java 993 There is log block not surrounded by if
4826 src/com/gps/dao/TripProcessDAO.java 994 Avoid printStackTrace(); use a logger call instead.
4827 src/com/gps/dao/TripProcessDAO.java 994 Potential violation of Law of Demeter (object not created locally)
4828 src/com/gps/dao/TripProcessDAO.java 1000 Parameter 'vehicleId' is not assigned and could be declared final
4829 src/com/gps/dao/TripProcessDAO.java 1000 publicMethodCommentRequirement Required
4830 src/com/gps/dao/TripProcessDAO.java 1005 Local variable 'query' could be declared final
4831 src/com/gps/dao/TripProcessDAO.java 1005 Potential violation of Law of Demeter (object not created locally)
4832 src/com/gps/dao/TripProcessDAO.java 1006 Potential violation of Law of Demeter (object not created locally)
4833 src/com/gps/dao/TripProcessDAO.java 1008 There is log block not surrounded by if
4834 src/com/gps/dao/TripProcessDAO.java 1008 There is log block not surrounded by if
4835 src/com/gps/dao/TripProcessDAO.java 1011 Potential violation of Law of Demeter (object not created locally)
4836 src/com/gps/dao/TripProcessDAO.java 1014 There is log block not surrounded by if
4837 src/com/gps/dao/TripProcessDAO.java 1014 There is log block not surrounded by if
4838 src/com/gps/dao/TripProcessDAO.java 1019 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4839 src/com/gps/dao/TripProcessDAO.java 1021 Avoid printStackTrace(); use a logger call instead.
4840 src/com/gps/dao/TripProcessDAO.java 1021 Potential violation of Law of Demeter (object not created locally)
4841 src/com/gps/dao/TripProcessDAO.java 1026 Parameter 'args' is not assigned and could be declared final
4842 src/com/gps/dao/TripProcessDAO.java 1026 publicMethodCommentRequirement Required
4843 src/com/gps/dao/TripProcessDAO.java 1027 Avoid unused local variables such as 'dao'.
4844 src/com/gps/dao/TripProcessDAO.java 1027 Local variable 'dao' could be declared final
4845 src/com/gps/dao/TripProcessDAO.java 1028 Avoid empty try blocks
4846 src/com/gps/dao/TripProcessDAO.java 1031 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4847 src/com/gps/dao/TripProcessDAO.java 1033 Avoid printStackTrace(); use a logger call instead.
4848 src/com/gps/dao/TripProcessDAO.java 1037 Avoid variables with short names like to
4849 src/com/gps/dao/TripProcessDAO.java 1037 Parameter 'from' is not assigned and could be declared final
4850 src/com/gps/dao/TripProcessDAO.java 1037 Parameter 'to' is not assigned and could be declared final
4851 src/com/gps/dao/TripProcessDAO.java 1037 Parameter 'vehicleId' is not assigned and could be declared final
4852 src/com/gps/dao/TripProcessDAO.java 1037 publicMethodCommentRequirement Required
4853 src/com/gps/dao/TripProcessDAO.java 1039 Avoid unused local variables such as 'tripList'.
4854 src/com/gps/dao/TripProcessDAO.java 1041 Potential violation of Law of Demeter (method chain calls)
4855 src/com/gps/dao/TripProcessDAO.java 1041 Potential violation of Law of Demeter (method chain calls)
4856 src/com/gps/dao/TripProcessDAO.java 1042 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4857 src/com/gps/dao/TripProcessDAO.java 1042 Avoid empty catch blocks
4858 src/com/gps/dao/TripProcessDAO.java 1048 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
4859 src/com/gps/dao/TripProcessDAO.java 1048 Parameter 'fromDate' is not assigned and could be declared final
4860 src/com/gps/dao/TripProcessDAO.java 1048 Parameter 'isDist' is not assigned and could be declared final
4861 src/com/gps/dao/TripProcessDAO.java 1048 Parameter 'toDate' is not assigned and could be declared final
4862 src/com/gps/dao/TripProcessDAO.java 1048 Parameter 'veh' is not assigned and could be declared final
4863 src/com/gps/dao/TripProcessDAO.java 1048 Parameter 'vehicle_id' is not assigned and could be declared final
4864 src/com/gps/dao/TripProcessDAO.java 1048 The method 'getDistParams' has a Cyclomatic Complexity of 10.
4865 src/com/gps/dao/TripProcessDAO.java 1048 publicMethodCommentRequirement Required
4866 src/com/gps/dao/TripProcessDAO.java 1052 Local variable 'tripListDTO' could be declared final
4867 src/com/gps/dao/TripProcessDAO.java 1058 There is log block not surrounded by if
4868 src/com/gps/dao/TripProcessDAO.java 1058 There is log block not surrounded by if
4869 src/com/gps/dao/TripProcessDAO.java 1063 When instantiating a SimpleDateFormat object, specify a Locale
4870 src/com/gps/dao/TripProcessDAO.java 1065 Local variable 'whereQry' could be declared final
4871 src/com/gps/dao/TripProcessDAO.java 1066 System.out.print is used
4872 src/com/gps/dao/TripProcessDAO.java 1068 Avoid using if statements without curly braces
4873 src/com/gps/dao/TripProcessDAO.java 1071 Avoid if (x != y) ..; else ..;
4874 src/com/gps/dao/TripProcessDAO.java 1071 Avoid using Literals in Conditional Statements
4875 src/com/gps/dao/TripProcessDAO.java 1071 Use equals() to compare strings instead of '==' or '!='
4876 src/com/gps/dao/TripProcessDAO.java 1072 Avoid using if...else statements without curly braces
4877 src/com/gps/dao/TripProcessDAO.java 1072 Potential violation of Law of Demeter (method chain calls)
4878 src/com/gps/dao/TripProcessDAO.java 1074 Avoid using if...else statements without curly braces
4879 src/com/gps/dao/TripProcessDAO.java 1074 Potential violation of Law of Demeter (method chain calls)
4880 src/com/gps/dao/TripProcessDAO.java 1075 Avoid unused local variables such as 'k'.
4881 src/com/gps/dao/TripProcessDAO.java 1075 Avoid variables with short names like k
4882 src/com/gps/dao/TripProcessDAO.java 1077 Avoid if (x != y) ..; else ..;
4883 src/com/gps/dao/TripProcessDAO.java 1080 Local variable 'params' could be declared final
4884 src/com/gps/dao/TripProcessDAO.java 1087 Avoid if (x != y) ..; else ..;
4885 src/com/gps/dao/TripProcessDAO.java 1087 Potential violation of Law of Demeter (method chain calls)
4886 src/com/gps/dao/TripProcessDAO.java 1089 Avoid instantiating new objects inside loops
4887 src/com/gps/dao/TripProcessDAO.java 1089 Potential violation of Law of Demeter (method chain calls)
4888 src/com/gps/dao/TripProcessDAO.java 1089 Potential violation of Law of Demeter (method chain calls)
4889 src/com/gps/dao/TripProcessDAO.java 1094 There is log block not surrounded by if
4890 src/com/gps/dao/TripProcessDAO.java 1094 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
4891 src/com/gps/dao/TripProcessDAO.java 1097 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4892 src/com/gps/dao/TripProcessDAO.java 1099 Avoid printStackTrace(); use a logger call instead.
4893 src/com/gps/dao/TripProcessDAO.java 1105 There is log block not surrounded by if
4894 src/com/gps/dao/TripProcessDAO.java 1105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
4895 src/com/gps/dao/TripProcessDAO.java 1110 Avoid catching NullPointerException; consider removing the cause of the NPE.
4896 src/com/gps/dao/TripProcessDAO.java 1110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4897 src/com/gps/dao/TripProcessDAO.java 1114 Avoid printStackTrace(); use a logger call instead.
4898 src/com/gps/dao/TripProcessDAO.java 1115 There is log block not surrounded by if
4899 src/com/gps/dao/TripProcessDAO.java 1117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4900 src/com/gps/dao/TripProcessDAO.java 1121 Avoid printStackTrace(); use a logger call instead.
4901 src/com/gps/dao/VehicleProcessDAO.java 9 Comment is too large: Too many lines
4902 src/com/gps/dao/VehicleProcessDAO.java 13 Comment is too large: Line too long
4903 src/com/gps/dao/VehicleProcessDAO.java 14 Comment is too large: Line too long
4904 src/com/gps/dao/VehicleProcessDAO.java 22 Comment is too large: Line too long
4905 src/com/gps/dao/VehicleProcessDAO.java 26 Possible God class (WMC=51, ATFD=27, TCC=0.0)
4906 src/com/gps/dao/VehicleProcessDAO.java 36 Avoid unused imports such as 'com.gps.hibernate.Device'
4907 src/com/gps/dao/VehicleProcessDAO.java 37 Avoid unused imports such as 'com.gps.hibernate.DeviceDAO'
4908 src/com/gps/dao/VehicleProcessDAO.java 48 headerCommentRequirement Required
4909 src/com/gps/dao/VehicleProcessDAO.java 52 The Logger variable declaration does not contain the static and final modifiers
4910 src/com/gps/dao/VehicleProcessDAO.java 52 Use explicit scoping instead of the default package private level
4911 src/com/gps/dao/VehicleProcessDAO.java 54 Found 'UR'-anomaly for variable 'deviceTripDTO' (lines '54'-'70').
4912 src/com/gps/dao/VehicleProcessDAO.java 54 publicMethodCommentRequirement Required
4913 src/com/gps/dao/VehicleProcessDAO.java 56 Found 'DD'-anomaly for variable 'tripList' (lines '56'-'61').
4914 src/com/gps/dao/VehicleProcessDAO.java 65 Avoid if (x != y) ..; else ..;
4915 src/com/gps/dao/VehicleProcessDAO.java 67 There is log block not surrounded by if
4916 src/com/gps/dao/VehicleProcessDAO.java 67 There is log block not surrounded by if
4917 src/com/gps/dao/VehicleProcessDAO.java 68 Found 'DU'-anomaly for variable 'typeDAO' (lines '68'-'96').
4918 src/com/gps/dao/VehicleProcessDAO.java 68 Local variable 'typeDAO' could be declared final
4919 src/com/gps/dao/VehicleProcessDAO.java 69 Local variable 'deviceTripDTO' could be declared final
4920 src/com/gps/dao/VehicleProcessDAO.java 70 Avoid if (x != y) ..; else ..;
4921 src/com/gps/dao/VehicleProcessDAO.java 72 Potential violation of Law of Demeter (method chain calls)
4922 src/com/gps/dao/VehicleProcessDAO.java 72 Potential violation of Law of Demeter (method chain calls)
4923 src/com/gps/dao/VehicleProcessDAO.java 79 Local variable 'GeoVehicle' could be declared final
4924 src/com/gps/dao/VehicleProcessDAO.java 79 Variables should start with a lowercase character, 'GeoVehicle' starts with uppercase character.
4925 src/com/gps/dao/VehicleProcessDAO.java 80 Avoid using Literals in Conditional Statements
4926 src/com/gps/dao/VehicleProcessDAO.java 80 Potential violation of Law of Demeter (object not created locally)
4927 src/com/gps/dao/VehicleProcessDAO.java 80 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
4928 src/com/gps/dao/VehicleProcessDAO.java 82 Potential violation of Law of Demeter (method chain calls)
4929 src/com/gps/dao/VehicleProcessDAO.java 82 Potential violation of Law of Demeter (method chain calls)
4930 src/com/gps/dao/VehicleProcessDAO.java 82 Potential violation of Law of Demeter (method chain calls)
4931 src/com/gps/dao/VehicleProcessDAO.java 82 Potential violation of Law of Demeter (method chain calls)
4932 src/com/gps/dao/VehicleProcessDAO.java 82 Potential violation of Law of Demeter (object not created locally)
4933 src/com/gps/dao/VehicleProcessDAO.java 82 Potential violation of Law of Demeter (object not created locally)
4934 src/com/gps/dao/VehicleProcessDAO.java 82 There is log block not surrounded by if
4935 src/com/gps/dao/VehicleProcessDAO.java 82 There is log block not surrounded by if
4936 src/com/gps/dao/VehicleProcessDAO.java 83 Potential violation of Law of Demeter (method chain calls)
4937 src/com/gps/dao/VehicleProcessDAO.java 83 Potential violation of Law of Demeter (method chain calls)
4938 src/com/gps/dao/VehicleProcessDAO.java 83 Potential violation of Law of Demeter (object not created locally)
4939 src/com/gps/dao/VehicleProcessDAO.java 84 Potential violation of Law of Demeter (method chain calls)
4940 src/com/gps/dao/VehicleProcessDAO.java 84 Potential violation of Law of Demeter (method chain calls)
4941 src/com/gps/dao/VehicleProcessDAO.java 84 Potential violation of Law of Demeter (object not created locally)
4942 src/com/gps/dao/VehicleProcessDAO.java 90 Avoid using if...else statements without curly braces
4943 src/com/gps/dao/VehicleProcessDAO.java 90 There is log block not surrounded by if
4944 src/com/gps/dao/VehicleProcessDAO.java 90 There is log block not surrounded by if
4945 src/com/gps/dao/VehicleProcessDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4946 src/com/gps/dao/VehicleProcessDAO.java 93 There is log block not surrounded by if
4947 src/com/gps/dao/VehicleProcessDAO.java 99 Method names should not start with capital letters
4948 src/com/gps/dao/VehicleProcessDAO.java 99 Parameter 'vehicleId' is not assigned and could be declared final
4949 src/com/gps/dao/VehicleProcessDAO.java 101 Found 'DD'-anomaly for variable 'GeoVehicle' (lines '101'-'105').
4950 src/com/gps/dao/VehicleProcessDAO.java 101 Variables should start with a lowercase character, 'GeoVehicle' starts with uppercase character.
4951 src/com/gps/dao/VehicleProcessDAO.java 104 There is log block not surrounded by if
4952 src/com/gps/dao/VehicleProcessDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
4953 src/com/gps/dao/VehicleProcessDAO.java 107 Avoid catching NullPointerException; consider removing the cause of the NPE.
4954 src/com/gps/dao/VehicleProcessDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4955 src/com/gps/dao/VehicleProcessDAO.java 109 There is log block not surrounded by if
4956 src/com/gps/dao/VehicleProcessDAO.java 116 Parameter 'vehicleId' is not assigned and could be declared final
4957 src/com/gps/dao/VehicleProcessDAO.java 116 publicMethodCommentRequirement Required
4958 src/com/gps/dao/VehicleProcessDAO.java 118 Found 'DD'-anomaly for variable 'trip' (lines '118'-'124').
4959 src/com/gps/dao/VehicleProcessDAO.java 119 Found 'DD'-anomaly for variable 'tripInfo' (lines '119'-'131').
4960 src/com/gps/dao/VehicleProcessDAO.java 129 Avoid using Literals in Conditional Statements
4961 src/com/gps/dao/VehicleProcessDAO.java 129 Potential violation of Law of Demeter (object not created locally)
4962 src/com/gps/dao/VehicleProcessDAO.java 129 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
4963 src/com/gps/dao/VehicleProcessDAO.java 131 Found 'DD'-anomaly for variable 'tripInfo' (lines '131'-'132').
4964 src/com/gps/dao/VehicleProcessDAO.java 132 Potential violation of Law of Demeter (object not created locally)
4965 src/com/gps/dao/VehicleProcessDAO.java 136 There is log block not surrounded by if
4966 src/com/gps/dao/VehicleProcessDAO.java 136 There is log block not surrounded by if
4967 src/com/gps/dao/VehicleProcessDAO.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4968 src/com/gps/dao/VehicleProcessDAO.java 140 There is log block not surrounded by if
4969 src/com/gps/dao/VehicleProcessDAO.java 145 Parameter 'vehicleid' is not assigned and could be declared final
4970 src/com/gps/dao/VehicleProcessDAO.java 145 publicMethodCommentRequirement Required
4971 src/com/gps/dao/VehicleProcessDAO.java 148 Found 'DD'-anomaly for variable 'vehicle' (lines '148'-'154').
4972 src/com/gps/dao/VehicleProcessDAO.java 153 Avoid using Literals in Conditional Statements
4973 src/com/gps/dao/VehicleProcessDAO.java 153 Avoid using if statements without curly braces
4974 src/com/gps/dao/VehicleProcessDAO.java 153 Potential violation of Law of Demeter (object not created locally)
4975 src/com/gps/dao/VehicleProcessDAO.java 153 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
4976 src/com/gps/dao/VehicleProcessDAO.java 154 Potential violation of Law of Demeter (object not created locally)
4977 src/com/gps/dao/VehicleProcessDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4978 src/com/gps/dao/VehicleProcessDAO.java 158 There is log block not surrounded by if
4979 src/com/gps/dao/VehicleProcessDAO.java 163 Parameter 'vehicleId' is not assigned and could be declared final
4980 src/com/gps/dao/VehicleProcessDAO.java 163 publicMethodCommentRequirement Required
4981 src/com/gps/dao/VehicleProcessDAO.java 165 Found 'DD'-anomaly for variable 'tripList' (lines '165'-'183').
4982 src/com/gps/dao/VehicleProcessDAO.java 166 Found 'DD'-anomaly for variable 'paramIdList' (lines '166'-'173').
4983 src/com/gps/dao/VehicleProcessDAO.java 167 Avoid declaring a variable if it is unreferenced before a possible exit point.
4984 src/com/gps/dao/VehicleProcessDAO.java 167 Avoid unused local variables such as 'tripInfo'.
4985 src/com/gps/dao/VehicleProcessDAO.java 167 Found 'DU'-anomaly for variable 'tripInfo' (lines '167'-'197').
4986 src/com/gps/dao/VehicleProcessDAO.java 167 Local variable 'tripInfo' could be declared final
4987 src/com/gps/dao/VehicleProcessDAO.java 171 There is log block not surrounded by if
4988 src/com/gps/dao/VehicleProcessDAO.java 171 There is log block not surrounded by if
4989 src/com/gps/dao/VehicleProcessDAO.java 174 System.out.print is used
4990 src/com/gps/dao/VehicleProcessDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4991 src/com/gps/dao/VehicleProcessDAO.java 176 Avoid printStackTrace(); use a logger call instead.
4992 src/com/gps/dao/VehicleProcessDAO.java 179 There is log block not surrounded by if
4993 src/com/gps/dao/VehicleProcessDAO.java 179 There is log block not surrounded by if
4994 src/com/gps/dao/VehicleProcessDAO.java 182 Avoid using if statements without curly braces
4995 src/com/gps/dao/VehicleProcessDAO.java 188 Potential violation of Law of Demeter (method chain calls)
4996 src/com/gps/dao/VehicleProcessDAO.java 188 Potential violation of Law of Demeter (method chain calls)
4997 src/com/gps/dao/VehicleProcessDAO.java 188 There is log block not surrounded by if
4998 src/com/gps/dao/VehicleProcessDAO.java 188 There is log block not surrounded by if
4999 src/com/gps/dao/VehicleProcessDAO.java 189 A method should have only one exit point, and that should be the last statement in the method
5000 src/com/gps/dao/VehicleProcessDAO.java 193 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5001 src/com/gps/dao/VehicleProcessDAO.java 194 There is log block not surrounded by if
5002 src/com/gps/dao/VehicleProcessDAO.java 199 Avoid excessively long variable names like offlinevehiclelist
5003 src/com/gps/dao/VehicleProcessDAO.java 199 Parameter 'offlinevehiclelist' is not assigned and could be declared final
5004 src/com/gps/dao/VehicleProcessDAO.java 199 publicMethodCommentRequirement Required
5005 src/com/gps/dao/VehicleProcessDAO.java 201 Found 'DD'-anomaly for variable 'tripList' (lines '201'-'228').
5006 src/com/gps/dao/VehicleProcessDAO.java 202 Found 'DD'-anomaly for variable 'paramIdList' (lines '202'-'209').
5007 src/com/gps/dao/VehicleProcessDAO.java 203 Avoid declaring a variable if it is unreferenced before a possible exit point.
5008 src/com/gps/dao/VehicleProcessDAO.java 203 Avoid unused local variables such as 'tripInfo'.
5009 src/com/gps/dao/VehicleProcessDAO.java 203 Found 'DU'-anomaly for variable 'tripInfo' (lines '203'-'244').
5010 src/com/gps/dao/VehicleProcessDAO.java 203 Local variable 'tripInfo' could be declared final
5011 src/com/gps/dao/VehicleProcessDAO.java 207 There is log block not surrounded by if
5012 src/com/gps/dao/VehicleProcessDAO.java 207 There is log block not surrounded by if
5013 src/com/gps/dao/VehicleProcessDAO.java 213 Comment is too large: Too many lines
5014 src/com/gps/dao/VehicleProcessDAO.java 227 Avoid using if statements without curly braces
5015 src/com/gps/dao/VehicleProcessDAO.java 235 There is log block not surrounded by if
5016 src/com/gps/dao/VehicleProcessDAO.java 235 There is log block not surrounded by if
5017 src/com/gps/dao/VehicleProcessDAO.java 239 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5018 src/com/gps/dao/VehicleProcessDAO.java 241 There is log block not surrounded by if
5019 src/com/gps/dao/VehicleProcessDAO.java 247 Parameter 'vehicleId' is not assigned and could be declared final
5020 src/com/gps/dao/VehicleProcessDAO.java 247 publicMethodCommentRequirement Required
5021 src/com/gps/dao/VehicleProcessDAO.java 249 Found 'DD'-anomaly for variable 'tripList' (lines '249'-'253').
5022 src/com/gps/dao/VehicleProcessDAO.java 256 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5023 src/com/gps/dao/VehicleProcessDAO.java 257 There is log block not surrounded by if
5024 src/com/gps/dao/VehicleProcessDAO.java 263 A method/constructor shouldnt explicitly throw java.lang.Exception
5025 src/com/gps/dao/VehicleProcessDAO.java 263 Parameter 'organizationId' is not assigned and could be declared final
5026 src/com/gps/dao/VehicleProcessDAO.java 263 publicMethodCommentRequirement Required
5027 src/com/gps/dao/VehicleProcessDAO.java 265 There is log block not surrounded by if
5028 src/com/gps/dao/VehicleProcessDAO.java 265 There is log block not surrounded by if
5029 src/com/gps/dao/VehicleProcessDAO.java 266 Local variable 'vdao' could be declared final
5030 src/com/gps/dao/VehicleProcessDAO.java 267 Found 'DD'-anomaly for variable 'vehicles' (lines '267'-'274').
5031 src/com/gps/dao/VehicleProcessDAO.java 268 Found 'DD'-anomaly for variable 'sess' (lines '268'-'271').
5032 src/com/gps/dao/VehicleProcessDAO.java 271 Potential violation of Law of Demeter (object not created locally)
5033 src/com/gps/dao/VehicleProcessDAO.java 273 Comment is too large: Line too long
5034 src/com/gps/dao/VehicleProcessDAO.java 274 Potential violation of Law of Demeter (method chain calls)
5035 src/com/gps/dao/VehicleProcessDAO.java 274 Potential violation of Law of Demeter (object not created locally)
5036 src/com/gps/dao/VehicleProcessDAO.java 278 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5037 src/com/gps/dao/VehicleProcessDAO.java 280 There is log block not surrounded by if
5038 src/com/gps/dao/VehicleProcessDAO.java 286 Parameter 'deviceNumber' is not assigned and could be declared final
5039 src/com/gps/dao/VehicleProcessDAO.java 286 Parameter 'regNo' is not assigned and could be declared final
5040 src/com/gps/dao/VehicleProcessDAO.java 286 publicMethodCommentRequirement Required
5041 src/com/gps/dao/VehicleProcessDAO.java 287 Found 'DD'-anomaly for variable 'vehicle' (lines '287'-'303').
5042 src/com/gps/dao/VehicleProcessDAO.java 288 Found 'DD'-anomaly for variable 'queryVehicle' (lines '288'-'300').
5043 src/com/gps/dao/VehicleProcessDAO.java 289 Local variable 'vdao' could be declared final
5044 src/com/gps/dao/VehicleProcessDAO.java 290 Found 'DD'-anomaly for variable 'regQry' (lines '290'-'298').
5045 src/com/gps/dao/VehicleProcessDAO.java 291 Found 'DD'-anomaly for variable 'deviceQry' (lines '291'-'295').
5046 src/com/gps/dao/VehicleProcessDAO.java 294 Avoid using if statements without curly braces
5047 src/com/gps/dao/VehicleProcessDAO.java 297 Avoid using if statements without curly braces
5048 src/com/gps/dao/VehicleProcessDAO.java 300 Potential violation of Law of Demeter (method chain calls)
5049 src/com/gps/dao/VehicleProcessDAO.java 300 Potential violation of Law of Demeter (object not created locally)
5050 src/com/gps/dao/VehicleProcessDAO.java 302 Avoid using if statements without curly braces
5051 src/com/gps/dao/VehicleProcessDAO.java 303 Potential violation of Law of Demeter (object not created locally)
5052 src/com/gps/dao/VehicleProcessDAO.java 305 Avoid using Literals in Conditional Statements
5053 src/com/gps/dao/VehicleProcessDAO.java 305 Potential violation of Law of Demeter (object not created locally)
5054 src/com/gps/dao/VehicleProcessDAO.java 305 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
5055 src/com/gps/dao/VehicleProcessDAO.java 306 Potential violation of Law of Demeter (method chain calls)
5056 src/com/gps/dao/VehicleProcessDAO.java 306 Potential violation of Law of Demeter (method chain calls)
5057 src/com/gps/dao/VehicleProcessDAO.java 306 Potential violation of Law of Demeter (object not created locally)
5058 src/com/gps/dao/VehicleProcessDAO.java 306 There is log block not surrounded by if
5059 src/com/gps/dao/VehicleProcessDAO.java 306 There is log block not surrounded by if
5060 src/com/gps/dao/VehicleProcessDAO.java 307 A method should have only one exit point, and that should be the last statement in the method
5061 src/com/gps/dao/VehicleProcessDAO.java 307 Potential violation of Law of Demeter (object not created locally)
5062 src/com/gps/dao/VehicleProcessDAO.java 309 There is log block not surrounded by if
5063 src/com/gps/dao/VehicleProcessDAO.java 309 There is log block not surrounded by if
5064 src/com/gps/dao/VehicleProcessDAO.java 312 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5065 src/com/gps/dao/VehicleProcessDAO.java 313 There is log block not surrounded by if
5066 src/com/gps/dao/VehicleProcessDAO.java 319 Parameter 'reset' is not assigned and could be declared final
5067 src/com/gps/dao/VehicleProcessDAO.java 319 Parameter 'vehicleId' is not assigned and could be declared final
5068 src/com/gps/dao/VehicleProcessDAO.java 319 publicMethodCommentRequirement Required
5069 src/com/gps/dao/VehicleProcessDAO.java 320 Found 'DD'-anomaly for variable 'sess' (lines '320'-'326').
5070 src/com/gps/dao/VehicleProcessDAO.java 321 Local variable 'dao' could be declared final
5071 src/com/gps/dao/VehicleProcessDAO.java 322 Avoid variables with short names like tx
5072 src/com/gps/dao/VehicleProcessDAO.java 326 Potential violation of Law of Demeter (object not created locally)
5073 src/com/gps/dao/VehicleProcessDAO.java 327 Potential violation of Law of Demeter (object not created locally)
5074 src/com/gps/dao/VehicleProcessDAO.java 329 Local variable 'vehicle' could be declared final
5075 src/com/gps/dao/VehicleProcessDAO.java 329 Potential violation of Law of Demeter (object not created locally)
5076 src/com/gps/dao/VehicleProcessDAO.java 330 Potential violation of Law of Demeter (object not created locally)
5077 src/com/gps/dao/VehicleProcessDAO.java 332 Potential violation of Law of Demeter (object not created locally)
5078 src/com/gps/dao/VehicleProcessDAO.java 333 Potential violation of Law of Demeter (object not created locally)
5079 src/com/gps/dao/VehicleProcessDAO.java 334 Potential violation of Law of Demeter (object not created locally)
5080 src/com/gps/dao/VehicleProcessDAO.java 335 Potential violation of Law of Demeter (object not created locally)
5081 src/com/gps/dao/VehicleProcessDAO.java 337 There is log block not surrounded by if
5082 src/com/gps/dao/VehicleProcessDAO.java 337 There is log block not surrounded by if
5083 src/com/gps/dao/VehicleProcessDAO.java 339 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5084 src/com/gps/dao/VehicleProcessDAO.java 341 There is log block not surrounded by if
5085 src/com/gps/dao/VehicleProcessDAO.java 345 Parameter 'deviceTripDTO' is not assigned and could be declared final
5086 src/com/gps/dao/VehicleProcessDAO.java 345 publicMethodCommentRequirement Required
5087 src/com/gps/dao/VehicleProcessDAO.java 346 Found 'DD'-anomaly for variable 'vehicleObj' (lines '346'-'349').
5088 src/com/gps/dao/VehicleProcessDAO.java 351 Potential violation of Law of Demeter (object not created locally)
5089 src/com/gps/dao/VehicleProcessDAO.java 351 Potential violation of Law of Demeter (object not created locally)
5090 src/com/gps/dao/VehicleProcessDAO.java 351 There is log block not surrounded by if
5091 src/com/gps/dao/VehicleProcessDAO.java 351 There is log block not surrounded by if
5092 src/com/gps/dao/VehicleProcessDAO.java 352 Potential violation of Law of Demeter (object not created locally)
5093 src/com/gps/dao/VehicleProcessDAO.java 353 Potential violation of Law of Demeter (object not created locally)
5094 src/com/gps/dao/VehicleProcessDAO.java 354 Found 'DU'-anomaly for variable 'typeDAO' (lines '354'-'377').
5095 src/com/gps/dao/VehicleProcessDAO.java 354 Local variable 'typeDAO' could be declared final
5096 src/com/gps/dao/VehicleProcessDAO.java 355 Avoid if (x != y) ..; else ..;
5097 src/com/gps/dao/VehicleProcessDAO.java 355 Potential violation of Law of Demeter (method chain calls)
5098 src/com/gps/dao/VehicleProcessDAO.java 355 Potential violation of Law of Demeter (object not created locally)
5099 src/com/gps/dao/VehicleProcessDAO.java 355 Potential violation of Law of Demeter (object not created locally)
5100 src/com/gps/dao/VehicleProcessDAO.java 357 Potential violation of Law of Demeter (method chain calls)
5101 src/com/gps/dao/VehicleProcessDAO.java 357 Potential violation of Law of Demeter (method chain calls)
5102 src/com/gps/dao/VehicleProcessDAO.java 357 Potential violation of Law of Demeter (object not created locally)
5103 src/com/gps/dao/VehicleProcessDAO.java 364 Local variable 'GeoVehicle' could be declared final
5104 src/com/gps/dao/VehicleProcessDAO.java 364 Variables should start with a lowercase character, 'GeoVehicle' starts with uppercase character.
5105 src/com/gps/dao/VehicleProcessDAO.java 365 Avoid using Literals in Conditional Statements
5106 src/com/gps/dao/VehicleProcessDAO.java 365 Potential violation of Law of Demeter (object not created locally)
5107 src/com/gps/dao/VehicleProcessDAO.java 365 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
5108 src/com/gps/dao/VehicleProcessDAO.java 367 Potential violation of Law of Demeter (method chain calls)
5109 src/com/gps/dao/VehicleProcessDAO.java 367 Potential violation of Law of Demeter (method chain calls)
5110 src/com/gps/dao/VehicleProcessDAO.java 367 Potential violation of Law of Demeter (method chain calls)
5111 src/com/gps/dao/VehicleProcessDAO.java 367 Potential violation of Law of Demeter (method chain calls)
5112 src/com/gps/dao/VehicleProcessDAO.java 367 Potential violation of Law of Demeter (object not created locally)
5113 src/com/gps/dao/VehicleProcessDAO.java 367 Potential violation of Law of Demeter (object not created locally)
5114 src/com/gps/dao/VehicleProcessDAO.java 367 There is log block not surrounded by if
5115 src/com/gps/dao/VehicleProcessDAO.java 367 There is log block not surrounded by if
5116 src/com/gps/dao/VehicleProcessDAO.java 368 Potential violation of Law of Demeter (method chain calls)
5117 src/com/gps/dao/VehicleProcessDAO.java 368 Potential violation of Law of Demeter (method chain calls)
5118 src/com/gps/dao/VehicleProcessDAO.java 368 Potential violation of Law of Demeter (object not created locally)
5119 src/com/gps/dao/VehicleProcessDAO.java 369 Potential violation of Law of Demeter (method chain calls)
5120 src/com/gps/dao/VehicleProcessDAO.java 369 Potential violation of Law of Demeter (method chain calls)
5121 src/com/gps/dao/VehicleProcessDAO.java 369 Potential violation of Law of Demeter (object not created locally)
5122 src/com/gps/dao/VehicleProcessDAO.java 372 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5123 src/com/gps/dao/VehicleProcessDAO.java 373 There is log block not surrounded by if
5124 src/com/gps/dao/VehicleProcessDAO.java 380 Parameter 'orgId' is not assigned and could be declared final
5125 src/com/gps/dao/VehicleProcessDAO.java 380 publicMethodCommentRequirement Required
5126 src/com/gps/dao/VehicleProcessDAO.java 382 Local variable 'vehicleDao' could be declared final
5127 src/com/gps/dao/VehicleProcessDAO.java 383 Found 'DD'-anomaly for variable 'sess' (lines '383'-'386').
5128 src/com/gps/dao/VehicleProcessDAO.java 384 Found 'DD'-anomaly for variable 'vehList' (lines '384'-'391').
5129 src/com/gps/dao/VehicleProcessDAO.java 386 Potential violation of Law of Demeter (object not created locally)
5130 src/com/gps/dao/VehicleProcessDAO.java 388 Do not add empty strings
5131 src/com/gps/dao/VehicleProcessDAO.java 388 There is log block not surrounded by if
5132 src/com/gps/dao/VehicleProcessDAO.java 388 There is log block not surrounded by if
5133 src/com/gps/dao/VehicleProcessDAO.java 389 Do not add empty strings
5134 src/com/gps/dao/VehicleProcessDAO.java 389 Local variable 'vehQuery' could be declared final
5135 src/com/gps/dao/VehicleProcessDAO.java 389 Potential violation of Law of Demeter (object not created locally)
5136 src/com/gps/dao/VehicleProcessDAO.java 391 Potential violation of Law of Demeter (object not created locally)
5137 src/com/gps/dao/VehicleProcessDAO.java 393 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5138 src/com/gps/dao/VehicleProcessDAO.java 394 There is log block not surrounded by if
5139 src/com/gps/dao/VehicleProcessDAO.java 398 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5140 src/com/gps/dao/VehicleProcessDAO.java 399 There is log block not surrounded by if
5141 src/com/gps/dao/VehicleProcessDAO.java 406 Parameter 'vehicleId' is not assigned and could be declared final
5142 src/com/gps/dao/VehicleProcessDAO.java 406 publicMethodCommentRequirement Required
5143 src/com/gps/dao/VehicleProcessDAO.java 407 Found 'DD'-anomaly for variable 'vehicleObj' (lines '407'-'411').
5144 src/com/gps/dao/VehicleProcessDAO.java 408 Found 'DD'-anomaly for variable 'tankCapacity' (lines '408'-'414').
5145 src/com/gps/dao/VehicleProcessDAO.java 408 Found 'DD'-anomaly for variable 'tankCapacity' (lines '408'-'416').
5146 src/com/gps/dao/VehicleProcessDAO.java 409 Found 'DD'-anomaly for variable 'typeDAO' (lines '409'-'412').
5147 src/com/gps/dao/VehicleProcessDAO.java 412 Found 'DU'-anomaly for variable 'typeDAO' (lines '412'-'423').
5148 src/com/gps/dao/VehicleProcessDAO.java 413 Avoid if (x != y) ..; else ..;
5149 src/com/gps/dao/VehicleProcessDAO.java 413 Potential violation of Law of Demeter (method chain calls)
5150 src/com/gps/dao/VehicleProcessDAO.java 413 Potential violation of Law of Demeter (method chain calls)
5151 src/com/gps/dao/VehicleProcessDAO.java 413 Potential violation of Law of Demeter (object not created locally)
5152 src/com/gps/dao/VehicleProcessDAO.java 413 Potential violation of Law of Demeter (object not created locally)
5153 src/com/gps/dao/VehicleProcessDAO.java 414 Potential violation of Law of Demeter (method chain calls)
5154 src/com/gps/dao/VehicleProcessDAO.java 414 Potential violation of Law of Demeter (object not created locally)
5155 src/com/gps/dao/VehicleProcessDAO.java 414 Potential violation of Law of Demeter (object not created locally)
5156 src/com/gps/dao/VehicleProcessDAO.java 418 There is log block not surrounded by if
5157 src/com/gps/dao/VehicleProcessDAO.java 418 There is log block not surrounded by if
5158 src/com/gps/dao/VehicleProcessDAO.java 419 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5159 src/com/gps/dao/VehicleProcessDAO.java 420 There is log block not surrounded by if
5160 src/com/gps/dao/VehicleProcessDAO.java 428 Found 'DD'-anomaly for variable 'orgDao' (lines '428'-'433').
5161 src/com/gps/dao/VehicleProcessDAO.java 430 Found 'DD'-anomaly for variable 'orgTypes' (lines '430'-'435').
5162 src/com/gps/dao/VehicleProcessDAO.java 431 Found 'DD'-anomaly for variable 'orgList' (lines '431'-'439').
5163 src/com/gps/dao/VehicleProcessDAO.java 434 Potential violation of Law of Demeter (object not created locally)
5164 src/com/gps/dao/VehicleProcessDAO.java 435 Potential violation of Law of Demeter (method chain calls)
5165 src/com/gps/dao/VehicleProcessDAO.java 436 There is log block not surrounded by if
5166 src/com/gps/dao/VehicleProcessDAO.java 436 There is log block not surrounded by if
5167 src/com/gps/dao/VehicleProcessDAO.java 437 Local variable 'orgNameQry' could be declared final
5168 src/com/gps/dao/VehicleProcessDAO.java 437 Potential violation of Law of Demeter (object not created locally)
5169 src/com/gps/dao/VehicleProcessDAO.java 438 Potential violation of Law of Demeter (object not created locally)
5170 src/com/gps/dao/VehicleProcessDAO.java 439 Potential violation of Law of Demeter (object not created locally)
5171 src/com/gps/dao/VehicleProcessDAO.java 440 There is log block not surrounded by if
5172 src/com/gps/dao/VehicleProcessDAO.java 440 There is log block not surrounded by if
5173 src/com/gps/dao/VehicleProcessDAO.java 441 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5174 src/com/gps/dao/VehicleProcessDAO.java 442 Avoid printStackTrace(); use a logger call instead.
5175 src/com/gps/dao/VehicleProcessDAO.java 442 Potential violation of Law of Demeter (object not created locally)
5176 src/com/gps/dao/VehicleProcessDAO.java 442 There is log block not surrounded by if
5177 src/com/gps/dto/DeviceTripDTO.java 30 headerCommentRequirement Required
5178 src/com/gps/dto/DeviceTripDTO.java 32 fieldCommentRequirement Required
5179 src/com/gps/dto/DeviceTripDTO.java 33 fieldCommentRequirement Required
5180 src/com/gps/dto/DeviceTripDTO.java 34 fieldCommentRequirement Required
5181 src/com/gps/dto/DeviceTripDTO.java 35 fieldCommentRequirement Required
5182 src/com/gps/dto/DeviceTripDTO.java 36 fieldCommentRequirement Required
5183 src/com/gps/dto/DeviceTripDTO.java 37 fieldCommentRequirement Required
5184 src/com/gps/dto/DeviceTripDTO.java 38 fieldCommentRequirement Required
5185 src/com/gps/dto/DeviceTripDTO.java 39 fieldCommentRequirement Required
5186 src/com/gps/dto/DeviceTripDTO.java 40 fieldCommentRequirement Required
5187 src/com/gps/dto/DeviceTripDTO.java 41 fieldCommentRequirement Required
5188 src/com/gps/dto/DeviceTripDTO.java 42 fieldCommentRequirement Required
5189 src/com/gps/dto/DeviceTripDTO.java 43 fieldCommentRequirement Required
5190 src/com/gps/dto/DeviceTripDTO.java 45 Variables should start with a lowercase character, 'InFenceTime' starts with uppercase character.
5191 src/com/gps/dto/DeviceTripDTO.java 45 fieldCommentRequirement Required
5192 src/com/gps/dto/DeviceTripDTO.java 46 Variables should start with a lowercase character, 'FenceId' starts with uppercase character.
5193 src/com/gps/dto/DeviceTripDTO.java 46 fieldCommentRequirement Required
5194 src/com/gps/dto/DeviceTripDTO.java 49 fieldCommentRequirement Required
5195 src/com/gps/dto/DeviceTripDTO.java 51 publicMethodCommentRequirement Required
5196 src/com/gps/dto/DeviceTripDTO.java 55 Parameter 'speed' is not assigned and could be declared final
5197 src/com/gps/dto/DeviceTripDTO.java 55 publicMethodCommentRequirement Required
5198 src/com/gps/dto/DeviceTripDTO.java 59 publicMethodCommentRequirement Required
5199 src/com/gps/dto/DeviceTripDTO.java 63 Parameter 'fenceId' is not assigned and could be declared final
5200 src/com/gps/dto/DeviceTripDTO.java 63 publicMethodCommentRequirement Required
5201 src/com/gps/dto/DeviceTripDTO.java 66 publicMethodCommentRequirement Required
5202 src/com/gps/dto/DeviceTripDTO.java 70 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
5203 src/com/gps/dto/DeviceTripDTO.java 70 Parameter 'inFenceTime' is not assigned and could be declared final
5204 src/com/gps/dto/DeviceTripDTO.java 70 publicMethodCommentRequirement Required
5205 src/com/gps/dto/DeviceTripDTO.java 74 Document empty constructor
5206 src/com/gps/dto/DeviceTripDTO.java 74 publicMethodCommentRequirement Required
5207 src/com/gps/dto/DeviceTripDTO.java 79 Parameter 'deviceId' is not assigned and could be declared final
5208 src/com/gps/dto/DeviceTripDTO.java 79 Parameter 'vehicleId' is not assigned and could be declared final
5209 src/com/gps/dto/DeviceTripDTO.java 79 publicMethodCommentRequirement Required
5210 src/com/gps/dto/DeviceTripDTO.java 80 Parameter 'organization' is not assigned and could be declared final
5211 src/com/gps/dto/DeviceTripDTO.java 80 Parameter 'resetDistance' is not assigned and could be declared final
5212 src/com/gps/dto/DeviceTripDTO.java 80 Parameter 'stableFuelValue' is not assigned and could be declared final
5213 src/com/gps/dto/DeviceTripDTO.java 80 Parameter 'vehicleName' is not assigned and could be declared final
5214 src/com/gps/dto/DeviceTripDTO.java 80 Parameter 'vehicleType' is not assigned and could be declared final
5215 src/com/gps/dto/DeviceTripDTO.java 91 Parameter 'deviceId' is not assigned and could be declared final
5216 src/com/gps/dto/DeviceTripDTO.java 91 Parameter 'vehicleId' is not assigned and could be declared final
5217 src/com/gps/dto/DeviceTripDTO.java 91 publicMethodCommentRequirement Required
5218 src/com/gps/dto/DeviceTripDTO.java 92 Parameter 'esnNumber' is not assigned and could be declared final
5219 src/com/gps/dto/DeviceTripDTO.java 92 Parameter 'organization' is not assigned and could be declared final
5220 src/com/gps/dto/DeviceTripDTO.java 92 Parameter 'resetDistance' is not assigned and could be declared final
5221 src/com/gps/dto/DeviceTripDTO.java 92 Parameter 'stableFuelValue' is not assigned and could be declared final
5222 src/com/gps/dto/DeviceTripDTO.java 92 Parameter 'vehicleName' is not assigned and could be declared final
5223 src/com/gps/dto/DeviceTripDTO.java 92 Parameter 'vehicleType' is not assigned and could be declared final
5224 src/com/gps/dto/DeviceTripDTO.java 104 Parameter 'deviceId' is not assigned and could be declared final
5225 src/com/gps/dto/DeviceTripDTO.java 104 Parameter 'vehicleId' is not assigned and could be declared final
5226 src/com/gps/dto/DeviceTripDTO.java 104 publicMethodCommentRequirement Required
5227 src/com/gps/dto/DeviceTripDTO.java 105 Parameter 'organization' is not assigned and could be declared final
5228 src/com/gps/dto/DeviceTripDTO.java 105 Parameter 'resetDistance' is not assigned and could be declared final
5229 src/com/gps/dto/DeviceTripDTO.java 105 Parameter 'vehicleName' is not assigned and could be declared final
5230 src/com/gps/dto/DeviceTripDTO.java 115 Parameter 'deviceId' is not assigned and could be declared final
5231 src/com/gps/dto/DeviceTripDTO.java 115 Parameter 'vehicleId' is not assigned and could be declared final
5232 src/com/gps/dto/DeviceTripDTO.java 115 publicMethodCommentRequirement Required
5233 src/com/gps/dto/DeviceTripDTO.java 116 Parameter 'esnNumber' is not assigned and could be declared final
5234 src/com/gps/dto/DeviceTripDTO.java 116 Parameter 'organization' is not assigned and could be declared final
5235 src/com/gps/dto/DeviceTripDTO.java 116 Parameter 'resetDistance' is not assigned and could be declared final
5236 src/com/gps/dto/DeviceTripDTO.java 116 Parameter 'vehicleName' is not assigned and could be declared final
5237 src/com/gps/dto/DeviceTripDTO.java 126 Parameter 'deviceId' is not assigned and could be declared final
5238 src/com/gps/dto/DeviceTripDTO.java 126 Parameter 'vehicleId' is not assigned and could be declared final
5239 src/com/gps/dto/DeviceTripDTO.java 126 publicMethodCommentRequirement Required
5240 src/com/gps/dto/DeviceTripDTO.java 127 Parameter 'esnNumber' is not assigned and could be declared final
5241 src/com/gps/dto/DeviceTripDTO.java 127 Parameter 'organization' is not assigned and could be declared final
5242 src/com/gps/dto/DeviceTripDTO.java 127 Parameter 'vehicleName' is not assigned and could be declared final
5243 src/com/gps/dto/DeviceTripDTO.java 139 Parameter 'deviceId' is not assigned and could be declared final
5244 src/com/gps/dto/DeviceTripDTO.java 139 Parameter 'vehicleId' is not assigned and could be declared final
5245 src/com/gps/dto/DeviceTripDTO.java 139 publicMethodCommentRequirement Required
5246 src/com/gps/dto/DeviceTripDTO.java 140 Parameter 'organization' is not assigned and could be declared final
5247 src/com/gps/dto/DeviceTripDTO.java 140 Parameter 'vehicleName' is not assigned and could be declared final
5248 src/com/gps/dto/DeviceTripDTO.java 162 Parameter 'resetDistance' is not assigned and could be declared final
5249 src/com/gps/dto/DeviceTripDTO.java 166 Parameter 'creationTime' is not assigned and could be declared final
5250 src/com/gps/dto/DeviceTripDTO.java 166 Parameter 'lattitude' is not assigned and could be declared final
5251 src/com/gps/dto/DeviceTripDTO.java 166 Parameter 'longitude' is not assigned and could be declared final
5252 src/com/gps/dto/DeviceTripDTO.java 166 Parameter 'vehicleId' is not assigned and could be declared final
5253 src/com/gps/dto/DeviceTripDTO.java 166 publicMethodCommentRequirement Required
5254 src/com/gps/dto/DeviceTripDTO.java 175 Parameter 'creationTime' is not assigned and could be declared final
5255 src/com/gps/dto/DeviceTripDTO.java 175 Parameter 'lattitude' is not assigned and could be declared final
5256 src/com/gps/dto/DeviceTripDTO.java 175 Parameter 'longitude' is not assigned and could be declared final
5257 src/com/gps/dto/DeviceTripDTO.java 175 Parameter 'speed' is not assigned and could be declared final
5258 src/com/gps/dto/DeviceTripDTO.java 175 Parameter 'vehicleId' is not assigned and could be declared final
5259 src/com/gps/dto/DeviceTripDTO.java 175 publicMethodCommentRequirement Required
5260 src/com/gps/dto/DeviceTripDTO.java 181 Useless parentheses.
5261 src/com/gps/dto/DeviceTripDTO.java 194 Parameter 'creationTime' is not assigned and could be declared final
5262 src/com/gps/dto/DeviceTripDTO.java 207 Parameter 'vehicleId' is not assigned and could be declared final
5263 src/com/gps/dto/DeviceTripDTO.java 219 Parameter 'deviceId' is not assigned and could be declared final
5264 src/com/gps/dto/DeviceTripDTO.java 231 Parameter 'vehicleName' is not assigned and could be declared final
5265 src/com/gps/dto/DeviceTripDTO.java 243 Parameter 'organization' is not assigned and could be declared final
5266 src/com/gps/dto/DeviceTripDTO.java 257 Parameter 'lattitude' is not assigned and could be declared final
5267 src/com/gps/dto/DeviceTripDTO.java 271 Parameter 'longitude' is not assigned and could be declared final
5268 src/com/gps/dto/DeviceTripDTO.java 275 Parameter 'stableFuelValue' is not assigned and could be declared final
5269 src/com/gps/dto/DeviceTripDTO.java 275 publicMethodCommentRequirement Required
5270 src/com/gps/dto/DeviceTripDTO.java 279 publicMethodCommentRequirement Required
5271 src/com/gps/dto/DeviceTripDTO.java 283 Parameter 'vehicleType' is not assigned and could be declared final
5272 src/com/gps/dto/DeviceTripDTO.java 283 publicMethodCommentRequirement Required
5273 src/com/gps/dto/DeviceTripDTO.java 287 publicMethodCommentRequirement Required
5274 src/com/gps/dto/DeviceTripDTO.java 291 Parameter 'tankCapacity' is not assigned and could be declared final
5275 src/com/gps/dto/DeviceTripDTO.java 291 publicMethodCommentRequirement Required
5276 src/com/gps/dto/DeviceTripDTO.java 295 publicMethodCommentRequirement Required
5277 src/com/gps/dto/DeviceTripDTO.java 300 publicMethodCommentRequirement Required
5278 src/com/gps/dto/DeviceTripDTO.java 304 Parameter 'esnNumber' is not assigned and could be declared final
5279 src/com/gps/dto/DeviceTripDTO.java 304 publicMethodCommentRequirement Required
5280 src/com/gps/dto/DistParamsDTO.java 7 headerCommentRequirement Required
5281 src/com/gps/dto/DistParamsDTO.java 9 Use explicit scoping instead of the default package private level
5282 src/com/gps/dto/DistParamsDTO.java 9 fieldCommentRequirement Required
5283 src/com/gps/dto/DistParamsDTO.java 10 Use explicit scoping instead of the default package private level
5284 src/com/gps/dto/DistParamsDTO.java 10 fieldCommentRequirement Required
5285 src/com/gps/dto/DistParamsDTO.java 11 Use explicit scoping instead of the default package private level
5286 src/com/gps/dto/DistParamsDTO.java 11 fieldCommentRequirement Required
5287 src/com/gps/dto/DistParamsDTO.java 12 Use explicit scoping instead of the default package private level
5288 src/com/gps/dto/DistParamsDTO.java 12 fieldCommentRequirement Required
5289 src/com/gps/dto/DistParamsDTO.java 13 Use explicit scoping instead of the default package private level
5290 src/com/gps/dto/DistParamsDTO.java 13 fieldCommentRequirement Required
5291 src/com/gps/dto/DistParamsDTO.java 14 Use explicit scoping instead of the default package private level
5292 src/com/gps/dto/DistParamsDTO.java 14 fieldCommentRequirement Required
5293 src/com/gps/dto/DistParamsDTO.java 15 Use explicit scoping instead of the default package private level
5294 src/com/gps/dto/DistParamsDTO.java 15 fieldCommentRequirement Required
5295 src/com/gps/dto/DistParamsDTO.java 16 Use explicit scoping instead of the default package private level
5296 src/com/gps/dto/DistParamsDTO.java 16 fieldCommentRequirement Required
5297 src/com/gps/dto/DistParamsDTO.java 18 Parameter 'creationTime' is not assigned and could be declared final
5298 src/com/gps/dto/DistParamsDTO.java 18 Parameter 'tripDetails' is not assigned and could be declared final
5299 src/com/gps/dto/DistParamsDTO.java 18 Parameter 'vehicleDetails' is not assigned and could be declared final
5300 src/com/gps/dto/DistParamsDTO.java 18 publicMethodCommentRequirement Required
5301 src/com/gps/dto/DistParamsDTO.java 19 Parameter 'lattitude' is not assigned and could be declared final
5302 src/com/gps/dto/DistParamsDTO.java 19 Parameter 'longitude' is not assigned and could be declared final
5303 src/com/gps/dto/DistParamsDTO.java 19 Parameter 'speed' is not assigned and could be declared final
5304 src/com/gps/dto/DistParamsDTO.java 29 Parameter 'creationTime' is not assigned and could be declared final
5305 src/com/gps/dto/DistParamsDTO.java 29 Parameter 'tripDetails' is not assigned and could be declared final
5306 src/com/gps/dto/DistParamsDTO.java 29 Parameter 'vehicleDetails' is not assigned and could be declared final
5307 src/com/gps/dto/DistParamsDTO.java 29 publicMethodCommentRequirement Required
5308 src/com/gps/dto/DistParamsDTO.java 30 Parameter 'lattitude' is not assigned and could be declared final
5309 src/com/gps/dto/DistParamsDTO.java 30 Parameter 'longitude' is not assigned and could be declared final
5310 src/com/gps/dto/DistParamsDTO.java 39 Parameter 'creationTime' is not assigned and could be declared final
5311 src/com/gps/dto/DistParamsDTO.java 39 Parameter 'tripDetails' is not assigned and could be declared final
5312 src/com/gps/dto/DistParamsDTO.java 39 publicMethodCommentRequirement Required
5313 src/com/gps/dto/DistParamsDTO.java 40 Parameter 'lattitude' is not assigned and could be declared final
5314 src/com/gps/dto/DistParamsDTO.java 40 Parameter 'longitude' is not assigned and could be declared final
5315 src/com/gps/dto/DistParamsDTO.java 49 Parameter 'creationTime' is not assigned and could be declared final
5316 src/com/gps/dto/DistParamsDTO.java 49 Parameter 'tripDetails' is not assigned and could be declared final
5317 src/com/gps/dto/DistParamsDTO.java 49 Parameter 'vehicleDetails' is not assigned and could be declared final
5318 src/com/gps/dto/DistParamsDTO.java 49 publicMethodCommentRequirement Required
5319 src/com/gps/dto/DistParamsDTO.java 50 Parameter 'event' is not assigned and could be declared final
5320 src/com/gps/dto/DistParamsDTO.java 50 Parameter 'lattitude' is not assigned and could be declared final
5321 src/com/gps/dto/DistParamsDTO.java 50 Parameter 'longitude' is not assigned and could be declared final
5322 src/com/gps/dto/DistParamsDTO.java 50 Parameter 'speed' is not assigned and could be declared final
5323 src/com/gps/dto/DistParamsDTO.java 71 Parameter 'vehicleDetails' is not assigned and could be declared final
5324 src/com/gps/dto/DistParamsDTO.java 87 Parameter 'tripDetails' is not assigned and could be declared final
5325 src/com/gps/dto/DistParamsDTO.java 101 Parameter 'creationTime' is not assigned and could be declared final
5326 src/com/gps/dto/DistParamsDTO.java 113 Parameter 'lattitude' is not assigned and could be declared final
5327 src/com/gps/dto/DistParamsDTO.java 125 Parameter 'longitude' is not assigned and could be declared final
5328 src/com/gps/dto/DistParamsDTO.java 137 Parameter 'speed' is not assigned and could be declared final
5329 src/com/gps/dto/DistParamsDTO.java 149 Parameter 'event' is not assigned and could be declared final
5330 src/com/gps/dto/DistParamsDTO.java 162 Parameter 'distance' is not assigned and could be declared final
5331 src/com/gps/dto/FrequentTripDTO.java 3 headerCommentRequirement Required
5332 src/com/gps/dto/FrequentTripDTO.java 5 fieldCommentRequirement Required
5333 src/com/gps/dto/FrequentTripDTO.java 6 fieldCommentRequirement Required
5334 src/com/gps/dto/FrequentTripDTO.java 7 fieldCommentRequirement Required
5335 src/com/gps/dto/FrequentTripDTO.java 8 Parameter 'day' is not assigned and could be declared final
5336 src/com/gps/dto/FrequentTripDTO.java 8 Parameter 'time' is not assigned and could be declared final
5337 src/com/gps/dto/FrequentTripDTO.java 8 Parameter 'tripid' is not assigned and could be declared final
5338 src/com/gps/dto/FrequentTripDTO.java 8 publicMethodCommentRequirement Required
5339 src/com/gps/dto/FrequentTripDTO.java 14 publicMethodCommentRequirement Required
5340 src/com/gps/dto/FrequentTripDTO.java 17 Parameter 'tripid' is not assigned and could be declared final
5341 src/com/gps/dto/FrequentTripDTO.java 17 publicMethodCommentRequirement Required
5342 src/com/gps/dto/FrequentTripDTO.java 20 publicMethodCommentRequirement Required
5343 src/com/gps/dto/FrequentTripDTO.java 23 Parameter 'day' is not assigned and could be declared final
5344 src/com/gps/dto/FrequentTripDTO.java 23 publicMethodCommentRequirement Required
5345 src/com/gps/dto/FrequentTripDTO.java 26 publicMethodCommentRequirement Required
5346 src/com/gps/dto/FrequentTripDTO.java 29 Parameter 'time' is not assigned and could be declared final
5347 src/com/gps/dto/FrequentTripDTO.java 29 publicMethodCommentRequirement Required
5348 src/com/gps/dto/NeighbourVehicleDTO.java 13 headerCommentRequirement Required
5349 src/com/gps/dto/NeighbourVehicleDTO.java 15 Use explicit scoping instead of the default package private level
5350 src/com/gps/dto/NeighbourVehicleDTO.java 15 fieldCommentRequirement Required
5351 src/com/gps/dto/NeighbourVehicleDTO.java 16 Use explicit scoping instead of the default package private level
5352 src/com/gps/dto/NeighbourVehicleDTO.java 16 Variables should start with a lowercase character, 'ReportedTime' starts with uppercase character.
5353 src/com/gps/dto/NeighbourVehicleDTO.java 16 fieldCommentRequirement Required
5354 src/com/gps/dto/NeighbourVehicleDTO.java 17 Use explicit scoping instead of the default package private level
5355 src/com/gps/dto/NeighbourVehicleDTO.java 17 Variables should start with a lowercase character, 'Speed' starts with uppercase character.
5356 src/com/gps/dto/NeighbourVehicleDTO.java 17 fieldCommentRequirement Required
5357 src/com/gps/dto/NeighbourVehicleDTO.java 18 Use explicit scoping instead of the default package private level
5358 src/com/gps/dto/NeighbourVehicleDTO.java 19 Variables should start with a lowercase character, 'Lat' starts with uppercase character.
5359 src/com/gps/dto/NeighbourVehicleDTO.java 19 fieldCommentRequirement Required
5360 src/com/gps/dto/NeighbourVehicleDTO.java 20 Use explicit scoping instead of the default package private level
5361 src/com/gps/dto/NeighbourVehicleDTO.java 21 Variables should start with a lowercase character, 'Lng' starts with uppercase character.
5362 src/com/gps/dto/NeighbourVehicleDTO.java 21 fieldCommentRequirement Required
5363 src/com/gps/dto/NeighbourVehicleDTO.java 22 Use explicit scoping instead of the default package private level
5364 src/com/gps/dto/NeighbourVehicleDTO.java 23 Variables should start with a lowercase character, 'Event' starts with uppercase character.
5365 src/com/gps/dto/NeighbourVehicleDTO.java 23 fieldCommentRequirement Required
5366 src/com/gps/dto/NeighbourVehicleDTO.java 24 Use explicit scoping instead of the default package private level
5367 src/com/gps/dto/NeighbourVehicleDTO.java 24 Variables should start with a lowercase character, 'Distance' starts with uppercase character.
5368 src/com/gps/dto/NeighbourVehicleDTO.java 24 fieldCommentRequirement Required
5369 src/com/gps/dto/NeighbourVehicleDTO.java 25 Use explicit scoping instead of the default package private level
5370 src/com/gps/dto/NeighbourVehicleDTO.java 25 Variables should start with a lowercase character, 'TripStatus' starts with uppercase character.
5371 src/com/gps/dto/NeighbourVehicleDTO.java 25 fieldCommentRequirement Required
5372 src/com/gps/dto/NeighbourVehicleDTO.java 26 Use explicit scoping instead of the default package private level
5373 src/com/gps/dto/NeighbourVehicleDTO.java 26 Variables should start with a lowercase character, 'Location' starts with uppercase character.
5374 src/com/gps/dto/NeighbourVehicleDTO.java 26 fieldCommentRequirement Required
5375 src/com/gps/dto/NeighbourVehicleDTO.java 28 publicMethodCommentRequirement Required
5376 src/com/gps/dto/NeighbourVehicleDTO.java 31 Parameter 'location' is not assigned and could be declared final
5377 src/com/gps/dto/NeighbourVehicleDTO.java 31 publicMethodCommentRequirement Required
5378 src/com/gps/dto/NeighbourVehicleDTO.java 34 publicMethodCommentRequirement Required
5379 src/com/gps/dto/NeighbourVehicleDTO.java 37 Parameter 'regNo' is not assigned and could be declared final
5380 src/com/gps/dto/NeighbourVehicleDTO.java 37 publicMethodCommentRequirement Required
5381 src/com/gps/dto/NeighbourVehicleDTO.java 40 publicMethodCommentRequirement Required
5382 src/com/gps/dto/NeighbourVehicleDTO.java 43 Parameter 'reportedTime' is not assigned and could be declared final
5383 src/com/gps/dto/NeighbourVehicleDTO.java 43 publicMethodCommentRequirement Required
5384 src/com/gps/dto/NeighbourVehicleDTO.java 46 publicMethodCommentRequirement Required
5385 src/com/gps/dto/NeighbourVehicleDTO.java 49 Parameter 'speed' is not assigned and could be declared final
5386 src/com/gps/dto/NeighbourVehicleDTO.java 49 publicMethodCommentRequirement Required
5387 src/com/gps/dto/NeighbourVehicleDTO.java 53 publicMethodCommentRequirement Required
5388 src/com/gps/dto/NeighbourVehicleDTO.java 56 Parameter 'lat' is not assigned and could be declared final
5389 src/com/gps/dto/NeighbourVehicleDTO.java 56 publicMethodCommentRequirement Required
5390 src/com/gps/dto/NeighbourVehicleDTO.java 60 publicMethodCommentRequirement Required
5391 src/com/gps/dto/NeighbourVehicleDTO.java 63 Parameter 'lng' is not assigned and could be declared final
5392 src/com/gps/dto/NeighbourVehicleDTO.java 63 publicMethodCommentRequirement Required
5393 src/com/gps/dto/NeighbourVehicleDTO.java 67 publicMethodCommentRequirement Required
5394 src/com/gps/dto/NeighbourVehicleDTO.java 70 Parameter 'event' is not assigned and could be declared final
5395 src/com/gps/dto/NeighbourVehicleDTO.java 70 publicMethodCommentRequirement Required
5396 src/com/gps/dto/NeighbourVehicleDTO.java 73 publicMethodCommentRequirement Required
5397 src/com/gps/dto/NeighbourVehicleDTO.java 76 Parameter 'distance' is not assigned and could be declared final
5398 src/com/gps/dto/NeighbourVehicleDTO.java 76 publicMethodCommentRequirement Required
5399 src/com/gps/dto/NeighbourVehicleDTO.java 79 Parameter 'regNo' is not assigned and could be declared final
5400 src/com/gps/dto/NeighbourVehicleDTO.java 79 Parameter 'reportedTime' is not assigned and could be declared final
5401 src/com/gps/dto/NeighbourVehicleDTO.java 79 Parameter 'speed' is not assigned and could be declared final
5402 src/com/gps/dto/NeighbourVehicleDTO.java 79 publicMethodCommentRequirement Required
5403 src/com/gps/dto/NeighbourVehicleDTO.java 80 Parameter 'distance' is not assigned and could be declared final
5404 src/com/gps/dto/NeighbourVehicleDTO.java 80 Parameter 'event' is not assigned and could be declared final
5405 src/com/gps/dto/NeighbourVehicleDTO.java 80 Parameter 'lat' is not assigned and could be declared final
5406 src/com/gps/dto/NeighbourVehicleDTO.java 80 Parameter 'lng' is not assigned and could be declared final
5407 src/com/gps/dto/NeighbourVehicleDTO.java 80 Parameter 'location' is not assigned and could be declared final
5408 src/com/gps/dto/NeighbourVehicleDTO.java 80 Parameter 'tripStatus' is not assigned and could be declared final
5409 src/com/gps/dto/NeighbourVehicleDTO.java 92 publicMethodCommentRequirement Required
5410 src/com/gps/dto/NeighbourVehicleDTO.java 95 Parameter 'tripStatus' is not assigned and could be declared final
5411 src/com/gps/dto/NeighbourVehicleDTO.java 95 publicMethodCommentRequirement Required
5412 src/com/gps/dto/Packet.java 6 headerCommentRequirement Required
5413 src/com/gps/dto/Packet.java 8 fieldCommentRequirement Required
5414 src/com/gps/dto/Packet.java 9 fieldCommentRequirement Required
5415 src/com/gps/dto/Packet.java 10 fieldCommentRequirement Required
5416 src/com/gps/dto/Packet.java 12 Parameter 'dbdate' is not assigned and could be declared final
5417 src/com/gps/dto/Packet.java 12 Parameter 'end' is not assigned and could be declared final
5418 src/com/gps/dto/Packet.java 12 Parameter 'start' is not assigned and could be declared final
5419 src/com/gps/dto/Packet.java 12 publicMethodCommentRequirement Required
5420 src/com/gps/dto/Packet.java 18 Parameter 'dbdate' is not assigned and could be declared final
5421 src/com/gps/dto/Packet.java 18 publicMethodCommentRequirement Required
5422 src/com/gps/dto/Packet.java 21 publicMethodCommentRequirement Required
5423 src/com/gps/dto/Packet.java 25 Parameter 'start' is not assigned and could be declared final
5424 src/com/gps/dto/Packet.java 25 publicMethodCommentRequirement Required
5425 src/com/gps/dto/Packet.java 28 publicMethodCommentRequirement Required
5426 src/com/gps/dto/Packet.java 31 Parameter 'end' is not assigned and could be declared final
5427 src/com/gps/dto/Packet.java 31 publicMethodCommentRequirement Required
5428 src/com/gps/dto/Packet.java 34 publicMethodCommentRequirement Required
5429 src/com/gps/dto/RFIDInfoHistoryDTO.java 5 headerCommentRequirement Required
5430 src/com/gps/dto/RFIDInfoHistoryDTO.java 7 fieldCommentRequirement Required
5431 src/com/gps/dto/RFIDInfoHistoryDTO.java 8 fieldCommentRequirement Required
5432 src/com/gps/dto/RFIDInfoHistoryDTO.java 9 fieldCommentRequirement Required
5433 src/com/gps/dto/RFIDInfoHistoryDTO.java 10 fieldCommentRequirement Required
5434 src/com/gps/dto/RFIDInfoHistoryDTO.java 11 fieldCommentRequirement Required
5435 src/com/gps/dto/RFIDInfoHistoryDTO.java 12 fieldCommentRequirement Required
5436 src/com/gps/dto/RFIDInfoHistoryDTO.java 13 fieldCommentRequirement Required
5437 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'contactNo' is not assigned and could be declared final
5438 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'fenceName' is not assigned and could be declared final
5439 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'name' is not assigned and could be declared final
5440 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'swipeTime' is not assigned and could be declared final
5441 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'userId' is not assigned and could be declared final
5442 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 publicMethodCommentRequirement Required
5443 src/com/gps/dto/RFIDInfoHistoryDTO.java 18 Parameter 'intrSession' is not assigned and could be declared final
5444 src/com/gps/dto/RFIDInfoHistoryDTO.java 18 Parameter 'tripName' is not assigned and could be declared final
5445 src/com/gps/dto/RFIDInfoHistoryDTO.java 29 Parameter 'userId' is not assigned and could be declared final
5446 src/com/gps/dto/RFIDInfoHistoryDTO.java 29 publicMethodCommentRequirement Required
5447 src/com/gps/dto/RFIDInfoHistoryDTO.java 43 Parameter 'userId' is not assigned and could be declared final
5448 src/com/gps/dto/RFIDInfoHistoryDTO.java 57 Parameter 'swipeTime' is not assigned and could be declared final
5449 src/com/gps/dto/RFIDInfoHistoryDTO.java 71 Parameter 'fenceName' is not assigned and could be declared final
5450 src/com/gps/dto/RFIDInfoHistoryDTO.java 85 Parameter 'intrSession' is not assigned and could be declared final
5451 src/com/gps/dto/RFIDInfoHistoryDTO.java 99 Parameter 'name' is not assigned and could be declared final
5452 src/com/gps/dto/RFIDInfoHistoryDTO.java 113 Parameter 'contactNo' is not assigned and could be declared final
5453 src/com/gps/dto/RFIDInfoHistoryDTO.java 117 Parameter 'tripName' is not assigned and could be declared final
5454 src/com/gps/dto/RFIDInfoHistoryDTO.java 117 publicMethodCommentRequirement Required
5455 src/com/gps/dto/RFIDInfoHistoryDTO.java 121 publicMethodCommentRequirement Required
5456 src/com/gps/dto/TripByVehicleDTO.java 1 This class has a bunch of public methods and attributes
5457 src/com/gps/dto/TripByVehicleDTO.java 5 Too many fields
5458 src/com/gps/dto/TripByVehicleDTO.java 5 headerCommentRequirement Required
5459 src/com/gps/dto/TripByVehicleDTO.java 7 fieldCommentRequirement Required
5460 src/com/gps/dto/TripByVehicleDTO.java 8 fieldCommentRequirement Required
5461 src/com/gps/dto/TripByVehicleDTO.java 9 fieldCommentRequirement Required
5462 src/com/gps/dto/TripByVehicleDTO.java 10 fieldCommentRequirement Required
5463 src/com/gps/dto/TripByVehicleDTO.java 11 fieldCommentRequirement Required
5464 src/com/gps/dto/TripByVehicleDTO.java 12 fieldCommentRequirement Required
5465 src/com/gps/dto/TripByVehicleDTO.java 13 fieldCommentRequirement Required
5466 src/com/gps/dto/TripByVehicleDTO.java 14 fieldCommentRequirement Required
5467 src/com/gps/dto/TripByVehicleDTO.java 15 fieldCommentRequirement Required
5468 src/com/gps/dto/TripByVehicleDTO.java 16 fieldCommentRequirement Required
5469 src/com/gps/dto/TripByVehicleDTO.java 17 fieldCommentRequirement Required
5470 src/com/gps/dto/TripByVehicleDTO.java 18 fieldCommentRequirement Required
5471 src/com/gps/dto/TripByVehicleDTO.java 19 fieldCommentRequirement Required
5472 src/com/gps/dto/TripByVehicleDTO.java 20 fieldCommentRequirement Required
5473 src/com/gps/dto/TripByVehicleDTO.java 21 fieldCommentRequirement Required
5474 src/com/gps/dto/TripByVehicleDTO.java 22 fieldCommentRequirement Required
5475 src/com/gps/dto/TripByVehicleDTO.java 23 fieldCommentRequirement Required
5476 src/com/gps/dto/TripByVehicleDTO.java 24 fieldCommentRequirement Required
5477 src/com/gps/dto/TripByVehicleDTO.java 25 fieldCommentRequirement Required
5478 src/com/gps/dto/TripByVehicleDTO.java 26 fieldCommentRequirement Required
5479 src/com/gps/dto/TripByVehicleDTO.java 27 fieldCommentRequirement Required
5480 src/com/gps/dto/TripByVehicleDTO.java 28 fieldCommentRequirement Required
5481 src/com/gps/dto/TripByVehicleDTO.java 29 fieldCommentRequirement Required
5482 src/com/gps/dto/TripByVehicleDTO.java 30 fieldCommentRequirement Required
5483 src/com/gps/dto/TripByVehicleDTO.java 31 fieldCommentRequirement Required
5484 src/com/gps/dto/TripByVehicleDTO.java 32 fieldCommentRequirement Required
5485 src/com/gps/dto/TripByVehicleDTO.java 33 fieldCommentRequirement Required
5486 src/com/gps/dto/TripByVehicleDTO.java 34 fieldCommentRequirement Required
5487 src/com/gps/dto/TripByVehicleDTO.java 36 publicMethodCommentRequirement Required
5488 src/com/gps/dto/TripByVehicleDTO.java 41 Parameter 'gsmStatus' is not assigned and could be declared final
5489 src/com/gps/dto/TripByVehicleDTO.java 41 publicMethodCommentRequirement Required
5490 src/com/gps/dto/TripByVehicleDTO.java 46 publicMethodCommentRequirement Required
5491 src/com/gps/dto/TripByVehicleDTO.java 51 Parameter 'cellId' is not assigned and could be declared final
5492 src/com/gps/dto/TripByVehicleDTO.java 51 publicMethodCommentRequirement Required
5493 src/com/gps/dto/TripByVehicleDTO.java 56 Avoid long parameter lists.
5494 src/com/gps/dto/TripByVehicleDTO.java 56 Parameter 'tripDesc' is not assigned and could be declared final
5495 src/com/gps/dto/TripByVehicleDTO.java 56 Parameter 'tripName' is not assigned and could be declared final
5496 src/com/gps/dto/TripByVehicleDTO.java 56 Parameter 'tripid' is not assigned and could be declared final
5497 src/com/gps/dto/TripByVehicleDTO.java 56 publicMethodCommentRequirement Required
5498 src/com/gps/dto/TripByVehicleDTO.java 57 Parameter 'returndate' is not assigned and could be declared final
5499 src/com/gps/dto/TripByVehicleDTO.java 57 Parameter 'startTime' is not assigned and could be declared final
5500 src/com/gps/dto/TripByVehicleDTO.java 57 Parameter 'startdate' is not assigned and could be declared final
5501 src/com/gps/dto/TripByVehicleDTO.java 58 Parameter 'destination' is not assigned and could be declared final
5502 src/com/gps/dto/TripByVehicleDTO.java 58 Parameter 'returnTime' is not assigned and could be declared final
5503 src/com/gps/dto/TripByVehicleDTO.java 58 Parameter 'sourceLocation' is not assigned and could be declared final
5504 src/com/gps/dto/TripByVehicleDTO.java 59 Parameter 'lattitude' is not assigned and could be declared final
5505 src/com/gps/dto/TripByVehicleDTO.java 59 Parameter 'longitude' is not assigned and could be declared final
5506 src/com/gps/dto/TripByVehicleDTO.java 59 Parameter 'tripParamid' is not assigned and could be declared final
5507 src/com/gps/dto/TripByVehicleDTO.java 60 Parameter 'address' is not assigned and could be declared final
5508 src/com/gps/dto/TripByVehicleDTO.java 60 Parameter 'altitude' is not assigned and could be declared final
5509 src/com/gps/dto/TripByVehicleDTO.java 60 Parameter 'heading' is not assigned and could be declared final
5510 src/com/gps/dto/TripByVehicleDTO.java 60 Parameter 'speed' is not assigned and could be declared final
5511 src/com/gps/dto/TripByVehicleDTO.java 61 Parameter 'engineStatus' is not assigned and could be declared final
5512 src/com/gps/dto/TripByVehicleDTO.java 61 Parameter 'oilPreassure' is not assigned and could be declared final
5513 src/com/gps/dto/TripByVehicleDTO.java 61 Parameter 'waterTemp' is not assigned and could be declared final
5514 src/com/gps/dto/TripByVehicleDTO.java 62 Parameter 'brake' is not assigned and could be declared final
5515 src/com/gps/dto/TripByVehicleDTO.java 62 Parameter 'creationTime' is not assigned and could be declared final
5516 src/com/gps/dto/TripByVehicleDTO.java 62 Parameter 'fuelContent' is not assigned and could be declared final
5517 src/com/gps/dto/TripByVehicleDTO.java 63 Parameter 'batteryStatus' is not assigned and could be declared final
5518 src/com/gps/dto/TripByVehicleDTO.java 63 Parameter 'brakelightStatus' is not assigned and could be declared final
5519 src/com/gps/dto/TripByVehicleDTO.java 63 Parameter 'description' is not assigned and could be declared final
5520 src/com/gps/dto/TripByVehicleDTO.java 95 Avoid long parameter lists.
5521 src/com/gps/dto/TripByVehicleDTO.java 95 Parameter 'tripDesc' is not assigned and could be declared final
5522 src/com/gps/dto/TripByVehicleDTO.java 95 Parameter 'tripName' is not assigned and could be declared final
5523 src/com/gps/dto/TripByVehicleDTO.java 95 Parameter 'tripid' is not assigned and could be declared final
5524 src/com/gps/dto/TripByVehicleDTO.java 95 publicMethodCommentRequirement Required
5525 src/com/gps/dto/TripByVehicleDTO.java 96 Parameter 'returndate' is not assigned and could be declared final
5526 src/com/gps/dto/TripByVehicleDTO.java 96 Parameter 'startTime' is not assigned and could be declared final
5527 src/com/gps/dto/TripByVehicleDTO.java 96 Parameter 'startdate' is not assigned and could be declared final
5528 src/com/gps/dto/TripByVehicleDTO.java 97 Parameter 'destination' is not assigned and could be declared final
5529 src/com/gps/dto/TripByVehicleDTO.java 97 Parameter 'returnTime' is not assigned and could be declared final
5530 src/com/gps/dto/TripByVehicleDTO.java 97 Parameter 'sourceLocation' is not assigned and could be declared final
5531 src/com/gps/dto/TripByVehicleDTO.java 98 Parameter 'lattitude' is not assigned and could be declared final
5532 src/com/gps/dto/TripByVehicleDTO.java 98 Parameter 'longitude' is not assigned and could be declared final
5533 src/com/gps/dto/TripByVehicleDTO.java 98 Parameter 'tripParamid' is not assigned and could be declared final
5534 src/com/gps/dto/TripByVehicleDTO.java 99 Parameter 'address' is not assigned and could be declared final
5535 src/com/gps/dto/TripByVehicleDTO.java 99 Parameter 'altitude' is not assigned and could be declared final
5536 src/com/gps/dto/TripByVehicleDTO.java 99 Parameter 'heading' is not assigned and could be declared final
5537 src/com/gps/dto/TripByVehicleDTO.java 99 Parameter 'speed' is not assigned and could be declared final
5538 src/com/gps/dto/TripByVehicleDTO.java 100 Parameter 'engineStatus' is not assigned and could be declared final
5539 src/com/gps/dto/TripByVehicleDTO.java 100 Parameter 'oilPreassure' is not assigned and could be declared final
5540 src/com/gps/dto/TripByVehicleDTO.java 100 Parameter 'waterTemp' is not assigned and could be declared final
5541 src/com/gps/dto/TripByVehicleDTO.java 101 Parameter 'brake' is not assigned and could be declared final
5542 src/com/gps/dto/TripByVehicleDTO.java 101 Parameter 'creationTime' is not assigned and could be declared final
5543 src/com/gps/dto/TripByVehicleDTO.java 101 Parameter 'fuelContent' is not assigned and could be declared final
5544 src/com/gps/dto/TripByVehicleDTO.java 102 Parameter 'batteryStatus' is not assigned and could be declared final
5545 src/com/gps/dto/TripByVehicleDTO.java 102 Parameter 'brakelightStatus' is not assigned and could be declared final
5546 src/com/gps/dto/TripByVehicleDTO.java 102 Parameter 'eventCode' is not assigned and could be declared final
5547 src/com/gps/dto/TripByVehicleDTO.java 142 publicMethodCommentRequirement Required
5548 src/com/gps/dto/TripByVehicleDTO.java 145 Parameter 'tripid' is not assigned and could be declared final
5549 src/com/gps/dto/TripByVehicleDTO.java 145 publicMethodCommentRequirement Required
5550 src/com/gps/dto/TripByVehicleDTO.java 148 publicMethodCommentRequirement Required
5551 src/com/gps/dto/TripByVehicleDTO.java 160 Parameter 'eventCode' is not assigned and could be declared final
5552 src/com/gps/dto/TripByVehicleDTO.java 163 Parameter 'tripName' is not assigned and could be declared final
5553 src/com/gps/dto/TripByVehicleDTO.java 163 publicMethodCommentRequirement Required
5554 src/com/gps/dto/TripByVehicleDTO.java 166 publicMethodCommentRequirement Required
5555 src/com/gps/dto/TripByVehicleDTO.java 169 Parameter 'tripDesc' is not assigned and could be declared final
5556 src/com/gps/dto/TripByVehicleDTO.java 169 publicMethodCommentRequirement Required
5557 src/com/gps/dto/TripByVehicleDTO.java 172 publicMethodCommentRequirement Required
5558 src/com/gps/dto/TripByVehicleDTO.java 175 Parameter 'startdate' is not assigned and could be declared final
5559 src/com/gps/dto/TripByVehicleDTO.java 175 publicMethodCommentRequirement Required
5560 src/com/gps/dto/TripByVehicleDTO.java 178 publicMethodCommentRequirement Required
5561 src/com/gps/dto/TripByVehicleDTO.java 181 Parameter 'startTime' is not assigned and could be declared final
5562 src/com/gps/dto/TripByVehicleDTO.java 181 publicMethodCommentRequirement Required
5563 src/com/gps/dto/TripByVehicleDTO.java 184 publicMethodCommentRequirement Required
5564 src/com/gps/dto/TripByVehicleDTO.java 187 Parameter 'returndate' is not assigned and could be declared final
5565 src/com/gps/dto/TripByVehicleDTO.java 187 publicMethodCommentRequirement Required
5566 src/com/gps/dto/TripByVehicleDTO.java 190 publicMethodCommentRequirement Required
5567 src/com/gps/dto/TripByVehicleDTO.java 193 Parameter 'returnTime' is not assigned and could be declared final
5568 src/com/gps/dto/TripByVehicleDTO.java 193 publicMethodCommentRequirement Required
5569 src/com/gps/dto/TripByVehicleDTO.java 198 publicMethodCommentRequirement Required
5570 src/com/gps/dto/TripByVehicleDTO.java 201 Parameter 'tripParamid' is not assigned and could be declared final
5571 src/com/gps/dto/TripByVehicleDTO.java 201 publicMethodCommentRequirement Required
5572 src/com/gps/dto/TripByVehicleDTO.java 204 publicMethodCommentRequirement Required
5573 src/com/gps/dto/TripByVehicleDTO.java 207 Parameter 'lattitude' is not assigned and could be declared final
5574 src/com/gps/dto/TripByVehicleDTO.java 207 publicMethodCommentRequirement Required
5575 src/com/gps/dto/TripByVehicleDTO.java 210 publicMethodCommentRequirement Required
5576 src/com/gps/dto/TripByVehicleDTO.java 213 Parameter 'longitude' is not assigned and could be declared final
5577 src/com/gps/dto/TripByVehicleDTO.java 213 publicMethodCommentRequirement Required
5578 src/com/gps/dto/TripByVehicleDTO.java 216 publicMethodCommentRequirement Required
5579 src/com/gps/dto/TripByVehicleDTO.java 219 Parameter 'speed' is not assigned and could be declared final
5580 src/com/gps/dto/TripByVehicleDTO.java 219 publicMethodCommentRequirement Required
5581 src/com/gps/dto/TripByVehicleDTO.java 222 publicMethodCommentRequirement Required
5582 src/com/gps/dto/TripByVehicleDTO.java 225 Parameter 'heading' is not assigned and could be declared final
5583 src/com/gps/dto/TripByVehicleDTO.java 225 publicMethodCommentRequirement Required
5584 src/com/gps/dto/TripByVehicleDTO.java 228 publicMethodCommentRequirement Required
5585 src/com/gps/dto/TripByVehicleDTO.java 231 Parameter 'altitude' is not assigned and could be declared final
5586 src/com/gps/dto/TripByVehicleDTO.java 231 publicMethodCommentRequirement Required
5587 src/com/gps/dto/TripByVehicleDTO.java 234 publicMethodCommentRequirement Required
5588 src/com/gps/dto/TripByVehicleDTO.java 237 Parameter 'address' is not assigned and could be declared final
5589 src/com/gps/dto/TripByVehicleDTO.java 237 publicMethodCommentRequirement Required
5590 src/com/gps/dto/TripByVehicleDTO.java 240 publicMethodCommentRequirement Required
5591 src/com/gps/dto/TripByVehicleDTO.java 243 Parameter 'engineStatus' is not assigned and could be declared final
5592 src/com/gps/dto/TripByVehicleDTO.java 243 publicMethodCommentRequirement Required
5593 src/com/gps/dto/TripByVehicleDTO.java 246 publicMethodCommentRequirement Required
5594 src/com/gps/dto/TripByVehicleDTO.java 249 Parameter 'oilPreassure' is not assigned and could be declared final
5595 src/com/gps/dto/TripByVehicleDTO.java 249 publicMethodCommentRequirement Required
5596 src/com/gps/dto/TripByVehicleDTO.java 252 publicMethodCommentRequirement Required
5597 src/com/gps/dto/TripByVehicleDTO.java 255 Parameter 'waterTemp' is not assigned and could be declared final
5598 src/com/gps/dto/TripByVehicleDTO.java 255 publicMethodCommentRequirement Required
5599 src/com/gps/dto/TripByVehicleDTO.java 258 publicMethodCommentRequirement Required
5600 src/com/gps/dto/TripByVehicleDTO.java 261 Parameter 'fuelContent' is not assigned and could be declared final
5601 src/com/gps/dto/TripByVehicleDTO.java 261 publicMethodCommentRequirement Required
5602 src/com/gps/dto/TripByVehicleDTO.java 264 publicMethodCommentRequirement Required
5603 src/com/gps/dto/TripByVehicleDTO.java 267 Parameter 'brake' is not assigned and could be declared final
5604 src/com/gps/dto/TripByVehicleDTO.java 267 publicMethodCommentRequirement Required
5605 src/com/gps/dto/TripByVehicleDTO.java 270 publicMethodCommentRequirement Required
5606 src/com/gps/dto/TripByVehicleDTO.java 273 Parameter 'creationTime' is not assigned and could be declared final
5607 src/com/gps/dto/TripByVehicleDTO.java 273 publicMethodCommentRequirement Required
5608 src/com/gps/dto/TripByVehicleDTO.java 276 publicMethodCommentRequirement Required
5609 src/com/gps/dto/TripByVehicleDTO.java 279 Parameter 'brakelightStatus' is not assigned and could be declared final
5610 src/com/gps/dto/TripByVehicleDTO.java 279 publicMethodCommentRequirement Required
5611 src/com/gps/dto/TripByVehicleDTO.java 282 publicMethodCommentRequirement Required
5612 src/com/gps/dto/TripByVehicleDTO.java 285 Parameter 'batteryStatus' is not assigned and could be declared final
5613 src/com/gps/dto/TripByVehicleDTO.java 285 publicMethodCommentRequirement Required
5614 src/com/gps/dto/TripByVehicleDTO.java 288 publicMethodCommentRequirement Required
5615 src/com/gps/dto/TripByVehicleDTO.java 291 Parameter 'sourceLocation' is not assigned and could be declared final
5616 src/com/gps/dto/TripByVehicleDTO.java 291 publicMethodCommentRequirement Required
5617 src/com/gps/dto/TripByVehicleDTO.java 295 publicMethodCommentRequirement Required
5618 src/com/gps/dto/TripByVehicleDTO.java 299 Parameter 'destination' is not assigned and could be declared final
5619 src/com/gps/dto/TripByVehicleDTO.java 299 publicMethodCommentRequirement Required
5620 src/com/gps/dto/TripByVehicleDTO.java 304 Avoid long parameter lists.
5621 src/com/gps/dto/TripByVehicleDTO.java 304 Parameter 'lattitude' is not assigned and could be declared final
5622 src/com/gps/dto/TripByVehicleDTO.java 304 Parameter 'tripName' is not assigned and could be declared final
5623 src/com/gps/dto/TripByVehicleDTO.java 304 Parameter 'tripid' is not assigned and could be declared final
5624 src/com/gps/dto/TripByVehicleDTO.java 304 publicMethodCommentRequirement Required
5625 src/com/gps/dto/TripByVehicleDTO.java 305 Parameter 'batteryStatus' is not assigned and could be declared final
5626 src/com/gps/dto/TripByVehicleDTO.java 305 Parameter 'cellId' is not assigned and could be declared final
5627 src/com/gps/dto/TripByVehicleDTO.java 305 Parameter 'creationTime' is not assigned and could be declared final
5628 src/com/gps/dto/TripByVehicleDTO.java 305 Parameter 'description' is not assigned and could be declared final
5629 src/com/gps/dto/TripByVehicleDTO.java 305 Parameter 'gsmStatus' is not assigned and could be declared final
5630 src/com/gps/dto/TripByVehicleDTO.java 305 Parameter 'heading' is not assigned and could be declared final
5631 src/com/gps/dto/TripByVehicleDTO.java 305 Parameter 'longitude' is not assigned and could be declared final
5632 src/com/gps/dto/TripByVehicleDTO.java 305 Parameter 'speed' is not assigned and could be declared final
5633 src/com/gps/dto/TripByVehicleDTO.java 321 Parameter 'creationTime' is not assigned and could be declared final
5634 src/com/gps/dto/TripByVehicleDTO.java 321 publicMethodCommentRequirement Required
5635 src/com/gps/dto/TripByVehicleDTO.java 326 Parameter 'lattitude' is not assigned and could be declared final
5636 src/com/gps/dto/TripByVehicleDTO.java 326 Parameter 'longitude' is not assigned and could be declared final
5637 src/com/gps/dto/TripByVehicleDTO.java 326 publicMethodCommentRequirement Required
5638 src/com/gps/dto/TripByVehicleDTO.java 331 Parameter 'description' is not assigned and could be declared final
5639 src/com/gps/dto/TripByVehicleDTO.java 331 publicMethodCommentRequirement Required
5640 src/com/gps/dto/TripByVehicleDTO.java 334 publicMethodCommentRequirement Required
5641 src/com/gps/dto/TripDistanceDTO.java 5 headerCommentRequirement Required
5642 src/com/gps/dto/TripDistanceDTO.java 7 Use explicit scoping instead of the default package private level
5643 src/com/gps/dto/TripDistanceDTO.java 7 fieldCommentRequirement Required
5644 src/com/gps/dto/TripDistanceDTO.java 8 Use explicit scoping instead of the default package private level
5645 src/com/gps/dto/TripDistanceDTO.java 8 fieldCommentRequirement Required
5646 src/com/gps/dto/TripDistanceDTO.java 9 Use explicit scoping instead of the default package private level
5647 src/com/gps/dto/TripDistanceDTO.java 9 fieldCommentRequirement Required
5648 src/com/gps/dto/TripDistanceDTO.java 10 Use explicit scoping instead of the default package private level
5649 src/com/gps/dto/TripDistanceDTO.java 10 fieldCommentRequirement Required
5650 src/com/gps/dto/TripDistanceDTO.java 11 Use explicit scoping instead of the default package private level
5651 src/com/gps/dto/TripDistanceDTO.java 11 fieldCommentRequirement Required
5652 src/com/gps/dto/TripDistanceDTO.java 12 Use explicit scoping instead of the default package private level
5653 src/com/gps/dto/TripDistanceDTO.java 12 fieldCommentRequirement Required
5654 src/com/gps/dto/TripDistanceDTO.java 13 Use explicit scoping instead of the default package private level
5655 src/com/gps/dto/TripDistanceDTO.java 13 fieldCommentRequirement Required
5656 src/com/gps/dto/TripDistanceDTO.java 14 Use explicit scoping instead of the default package private level
5657 src/com/gps/dto/TripDistanceDTO.java 14 fieldCommentRequirement Required
5658 src/com/gps/dto/TripDistanceDTO.java 17 Parameter 'creationTime' is not assigned and could be declared final
5659 src/com/gps/dto/TripDistanceDTO.java 17 Parameter 'regNo' is not assigned and could be declared final
5660 src/com/gps/dto/TripDistanceDTO.java 17 Parameter 'tripName' is not assigned and could be declared final
5661 src/com/gps/dto/TripDistanceDTO.java 17 publicMethodCommentRequirement Required
5662 src/com/gps/dto/TripDistanceDTO.java 18 Parameter 'lattitude' is not assigned and could be declared final
5663 src/com/gps/dto/TripDistanceDTO.java 18 Parameter 'longitude' is not assigned and could be declared final
5664 src/com/gps/dto/TripDistanceDTO.java 28 Parameter 'creationTime' is not assigned and could be declared final
5665 src/com/gps/dto/TripDistanceDTO.java 28 Parameter 'regNo' is not assigned and could be declared final
5666 src/com/gps/dto/TripDistanceDTO.java 28 Parameter 'tripName' is not assigned and could be declared final
5667 src/com/gps/dto/TripDistanceDTO.java 28 publicMethodCommentRequirement Required
5668 src/com/gps/dto/TripDistanceDTO.java 29 Parameter 'lattitude' is not assigned and could be declared final
5669 src/com/gps/dto/TripDistanceDTO.java 29 Parameter 'longitude' is not assigned and could be declared final
5670 src/com/gps/dto/TripDistanceDTO.java 29 Parameter 'speed' is not assigned and could be declared final
5671 src/com/gps/dto/TripDistanceDTO.java 40 Parameter 'creationTime' is not assigned and could be declared final
5672 src/com/gps/dto/TripDistanceDTO.java 40 Parameter 'regNo' is not assigned and could be declared final
5673 src/com/gps/dto/TripDistanceDTO.java 40 Parameter 'tripName' is not assigned and could be declared final
5674 src/com/gps/dto/TripDistanceDTO.java 40 publicMethodCommentRequirement Required
5675 src/com/gps/dto/TripDistanceDTO.java 41 Parameter 'distance' is not assigned and could be declared final
5676 src/com/gps/dto/TripDistanceDTO.java 41 Parameter 'lattitude' is not assigned and could be declared final
5677 src/com/gps/dto/TripDistanceDTO.java 41 Parameter 'longitude' is not assigned and could be declared final
5678 src/com/gps/dto/TripDistanceDTO.java 41 Parameter 'speed' is not assigned and could be declared final
5679 src/com/gps/dto/TripDistanceDTO.java 54 Parameter 'creationTime' is not assigned and could be declared final
5680 src/com/gps/dto/TripDistanceDTO.java 54 Parameter 'regNo' is not assigned and could be declared final
5681 src/com/gps/dto/TripDistanceDTO.java 54 Parameter 'tripName' is not assigned and could be declared final
5682 src/com/gps/dto/TripDistanceDTO.java 54 publicMethodCommentRequirement Required
5683 src/com/gps/dto/TripDistanceDTO.java 55 Parameter 'event' is not assigned and could be declared final
5684 src/com/gps/dto/TripDistanceDTO.java 55 Parameter 'lattitude' is not assigned and could be declared final
5685 src/com/gps/dto/TripDistanceDTO.java 55 Parameter 'longitude' is not assigned and could be declared final
5686 src/com/gps/dto/TripDistanceDTO.java 66 publicMethodCommentRequirement Required
5687 src/com/gps/dto/TripDistanceDTO.java 80 Parameter 'regNo' is not assigned and could be declared final
5688 src/com/gps/dto/TripDistanceDTO.java 94 Parameter 'tripName' is not assigned and could be declared final
5689 src/com/gps/dto/TripDistanceDTO.java 108 Parameter 'creationTime' is not assigned and could be declared final
5690 src/com/gps/dto/TripDistanceDTO.java 122 Parameter 'lattitude' is not assigned and could be declared final
5691 src/com/gps/dto/TripDistanceDTO.java 136 Parameter 'longitude' is not assigned and could be declared final
5692 src/com/gps/dto/TripDistanceDTO.java 150 Parameter 'event' is not assigned and could be declared final
5693 src/com/gps/dto/TripDistanceDTO.java 164 Parameter 'speed' is not assigned and could be declared final
5694 src/com/gps/dto/TripDistanceDTO.java 179 Parameter 'distance' is not assigned and could be declared final
5695 src/com/gps/dto/VehicleInfoDTO.java 13 Comment is too large: Line too long
5696 src/com/gps/dto/VehicleInfoDTO.java 21 Comment is too large: Line too long
5697 src/com/gps/dto/VehicleInfoDTO.java 27 headerCommentRequirement Required
5698 src/com/gps/dto/VehicleInfoDTO.java 29 Use explicit scoping instead of the default package private level
5699 src/com/gps/dto/VehicleInfoDTO.java 29 Variables should start with a lowercase character, 'RegNo' starts with uppercase character.
5700 src/com/gps/dto/VehicleInfoDTO.java 29 fieldCommentRequirement Required
5701 src/com/gps/dto/VehicleInfoDTO.java 30 Use explicit scoping instead of the default package private level
5702 src/com/gps/dto/VehicleInfoDTO.java 30 Variables should start with a lowercase character, 'Location' starts with uppercase character.
5703 src/com/gps/dto/VehicleInfoDTO.java 30 fieldCommentRequirement Required
5704 src/com/gps/dto/VehicleInfoDTO.java 31 Use explicit scoping instead of the default package private level
5705 src/com/gps/dto/VehicleInfoDTO.java 31 Variables should start with a lowercase character, 'Speed' starts with uppercase character.
5706 src/com/gps/dto/VehicleInfoDTO.java 31 fieldCommentRequirement Required
5707 src/com/gps/dto/VehicleInfoDTO.java 32 Use explicit scoping instead of the default package private level
5708 src/com/gps/dto/VehicleInfoDTO.java 32 Variables should start with a lowercase character, 'Color' starts with uppercase character.
5709 src/com/gps/dto/VehicleInfoDTO.java 32 fieldCommentRequirement Required
5710 src/com/gps/dto/VehicleInfoDTO.java 33 Use explicit scoping instead of the default package private level
5711 src/com/gps/dto/VehicleInfoDTO.java 33 fieldCommentRequirement Required
5712 src/com/gps/dto/VehicleInfoDTO.java 34 Use explicit scoping instead of the default package private level
5713 src/com/gps/dto/VehicleInfoDTO.java 34 fieldCommentRequirement Required
5714 src/com/gps/dto/VehicleInfoDTO.java 35 Use explicit scoping instead of the default package private level
5715 src/com/gps/dto/VehicleInfoDTO.java 35 fieldCommentRequirement Required
5716 src/com/gps/dto/VehicleInfoDTO.java 36 Use explicit scoping instead of the default package private level
5717 src/com/gps/dto/VehicleInfoDTO.java 36 fieldCommentRequirement Required
5718 src/com/gps/dto/VehicleInfoDTO.java 37 Use explicit scoping instead of the default package private level
5719 src/com/gps/dto/VehicleInfoDTO.java 37 fieldCommentRequirement Required
5720 src/com/gps/dto/VehicleInfoDTO.java 38 Use explicit scoping instead of the default package private level
5721 src/com/gps/dto/VehicleInfoDTO.java 38 fieldCommentRequirement Required
5722 src/com/gps/dto/VehicleInfoDTO.java 39 Use explicit scoping instead of the default package private level
5723 src/com/gps/dto/VehicleInfoDTO.java 39 Variables should start with a lowercase character, 'TankCpty' starts with uppercase character.
5724 src/com/gps/dto/VehicleInfoDTO.java 39 fieldCommentRequirement Required
5725 src/com/gps/dto/VehicleInfoDTO.java 40 Use explicit scoping instead of the default package private level
5726 src/com/gps/dto/VehicleInfoDTO.java 40 Variables should start with a lowercase character, 'FuelVolt' starts with uppercase character.
5727 src/com/gps/dto/VehicleInfoDTO.java 40 fieldCommentRequirement Required
5728 src/com/gps/dto/VehicleInfoDTO.java 41 Use explicit scoping instead of the default package private level
5729 src/com/gps/dto/VehicleInfoDTO.java 41 Variables should start with a lowercase character, 'Idletime' starts with uppercase character.
5730 src/com/gps/dto/VehicleInfoDTO.java 41 fieldCommentRequirement Required
5731 src/com/gps/dto/VehicleInfoDTO.java 43 Use explicit scoping instead of the default package private level
5732 src/com/gps/dto/VehicleInfoDTO.java 43 Variables should start with a lowercase character, 'Fenceduration' starts with uppercase character.
5733 src/com/gps/dto/VehicleInfoDTO.java 43 fieldCommentRequirement Required
5734 src/com/gps/dto/VehicleInfoDTO.java 47 publicMethodCommentRequirement Required
5735 src/com/gps/dto/VehicleInfoDTO.java 66 Parameter 'location' is not assigned and could be declared final
5736 src/com/gps/dto/VehicleInfoDTO.java 66 Parameter 'regNo' is not assigned and could be declared final
5737 src/com/gps/dto/VehicleInfoDTO.java 66 Parameter 'speed' is not assigned and could be declared final
5738 src/com/gps/dto/VehicleInfoDTO.java 67 Parameter 'color' is not assigned and could be declared final
5739 src/com/gps/dto/VehicleInfoDTO.java 67 Parameter 'packetTime' is not assigned and could be declared final
5740 src/com/gps/dto/VehicleInfoDTO.java 84 Parameter 'regNo' is not assigned and could be declared final
5741 src/com/gps/dto/VehicleInfoDTO.java 96 Parameter 'location' is not assigned and could be declared final
5742 src/com/gps/dto/VehicleInfoDTO.java 108 Parameter 'speed' is not assigned and could be declared final
5743 src/com/gps/dto/VehicleInfoDTO.java 120 Parameter 'color' is not assigned and could be declared final
5744 src/com/gps/dto/VehicleInfoDTO.java 132 Parameter 'packetTime' is not assigned and could be declared final
5745 src/com/gps/dto/VehicleInfoDTO.java 146 Parameter 'eventName' is not assigned and could be declared final
5746 src/com/gps/dto/VehicleInfoDTO.java 160 Parameter 'alert' is not assigned and could be declared final
5747 src/com/gps/dto/VehicleInfoDTO.java 170 Parameter 'eventCode' is not assigned and could be declared final
5748 src/com/gps/dto/VehicleInfoDTO.java 170 Parameter 'packetTime' is not assigned and could be declared final
5749 src/com/gps/dto/VehicleInfoDTO.java 170 Parameter 'regNo' is not assigned and could be declared final
5750 src/com/gps/dto/VehicleInfoDTO.java 171 Parameter 'eventName' is not assigned and could be declared final
5751 src/com/gps/dto/VehicleInfoDTO.java 179 publicMethodCommentRequirement Required
5752 src/com/gps/dto/VehicleInfoDTO.java 183 Parameter 'tankCpty' is not assigned and could be declared final
5753 src/com/gps/dto/VehicleInfoDTO.java 183 publicMethodCommentRequirement Required
5754 src/com/gps/dto/VehicleInfoDTO.java 187 publicMethodCommentRequirement Required
5755 src/com/gps/dto/VehicleInfoDTO.java 191 Parameter 'fuelVolt' is not assigned and could be declared final
5756 src/com/gps/dto/VehicleInfoDTO.java 191 publicMethodCommentRequirement Required
5757 src/com/gps/dto/VehicleInfoDTO.java 195 publicMethodCommentRequirement Required
5758 src/com/gps/dto/VehicleInfoDTO.java 199 Parameter 'lattitude' is not assigned and could be declared final
5759 src/com/gps/dto/VehicleInfoDTO.java 199 publicMethodCommentRequirement Required
5760 src/com/gps/dto/VehicleInfoDTO.java 203 publicMethodCommentRequirement Required
5761 src/com/gps/dto/VehicleInfoDTO.java 207 Parameter 'longitude' is not assigned and could be declared final
5762 src/com/gps/dto/VehicleInfoDTO.java 207 publicMethodCommentRequirement Required
5763 src/com/gps/dto/VehicleInfoDTO.java 211 publicMethodCommentRequirement Required
5764 src/com/gps/dto/VehicleInfoDTO.java 215 Parameter 'eventCode' is not assigned and could be declared final
5765 src/com/gps/dto/VehicleInfoDTO.java 215 publicMethodCommentRequirement Required
5766 src/com/gps/dto/VehicleInfoDTO.java 219 publicMethodCommentRequirement Required
5767 src/com/gps/dto/VehicleInfoDTO.java 223 Parameter 'idletime' is not assigned and could be declared final
5768 src/com/gps/dto/VehicleInfoDTO.java 223 publicMethodCommentRequirement Required
5769 src/com/gps/dto/VehicleInfoDTO.java 227 publicMethodCommentRequirement Required
5770 src/com/gps/dto/VehicleInfoDTO.java 231 Parameter 'fenceduration' is not assigned and could be declared final
5771 src/com/gps/dto/VehicleInfoDTO.java 231 publicMethodCommentRequirement Required
5772 src/com/gps/dto/eventDTO.java 6 Class names should begin with an uppercase character
5773 src/com/gps/dto/eventDTO.java 6 headerCommentRequirement Required
5774 src/com/gps/dto/eventDTO.java 8 Use explicit scoping instead of the default package private level
5775 src/com/gps/dto/eventDTO.java 8 fieldCommentRequirement Required
5776 src/com/gps/dto/eventDTO.java 9 Use explicit scoping instead of the default package private level
5777 src/com/gps/dto/eventDTO.java 9 fieldCommentRequirement Required
5778 src/com/gps/dto/eventDTO.java 19 Parameter 'alertId' is not assigned and could be declared final
5779 src/com/gps/dto/eventDTO.java 31 Parameter 'vehicleInfo' is not assigned and could be declared final
5780 src/com/gps/exception/ExceptionHandler.java 3 headerCommentRequirement Required
5781 src/com/gps/exception/ExceptionHandler.java 5 fieldCommentRequirement Required
5782 src/com/gps/exception/ExceptionHandler.java 6 fieldCommentRequirement Required
5783 src/com/gps/exception/ExceptionHandler.java 18 Parameter 'message' is not assigned and could be declared final
5784 src/com/gps/exception/ExceptionHandler.java 32 Parameter 'type' is not assigned and could be declared final
5785 src/com/gps/form/GLatLng.java 3 headerCommentRequirement Required
5786 src/com/gps/form/GLatLng.java 5 Use explicit scoping instead of the default package private level
5787 src/com/gps/form/GLatLng.java 5 fieldCommentRequirement Required
5788 src/com/gps/form/GLatLng.java 6 Use explicit scoping instead of the default package private level
5789 src/com/gps/form/GLatLng.java 6 fieldCommentRequirement Required
5790 src/com/gps/form/GLatLng.java 8 Parameter 'lat' is not assigned and could be declared final
5791 src/com/gps/form/GLatLng.java 8 Parameter 'lon' is not assigned and could be declared final
5792 src/com/gps/form/GLatLng.java 8 publicMethodCommentRequirement Required
5793 src/com/gps/form/GLatLng.java 13 publicMethodCommentRequirement Required
5794 src/com/gps/form/GLatLng.java 17 Parameter 'longitude' is not assigned and could be declared final
5795 src/com/gps/form/GLatLng.java 17 publicMethodCommentRequirement Required
5796 src/com/gps/form/GLatLng.java 21 publicMethodCommentRequirement Required
5797 src/com/gps/form/GLatLng.java 25 Parameter 'latitude' is not assigned and could be declared final
5798 src/com/gps/form/GLatLng.java 25 publicMethodCommentRequirement Required
5799 src/com/gps/helper/ConnectionHelper.java 2 Avoid unused imports such as 'java.io.File'
5800 src/com/gps/helper/ConnectionHelper.java 17 headerCommentRequirement Required
5801 src/com/gps/helper/ConnectionHelper.java 19 fieldCommentRequirement Required
5802 src/com/gps/helper/ConnectionHelper.java 20 The Logger variable declaration does not contain the static and final modifiers
5803 src/com/gps/helper/ConnectionHelper.java 20 fieldCommentRequirement Required
5804 src/com/gps/helper/ConnectionHelper.java 24 Avoid using implementation types like 'Hashtable'; use the interface instead
5805 src/com/gps/helper/ConnectionHelper.java 24 Consider replacing this Hashtable with the newer java.util.Map
5806 src/com/gps/helper/ConnectionHelper.java 24 Parameter 'type' is not assigned and could be declared final
5807 src/com/gps/helper/ConnectionHelper.java 27 Consider replacing this Hashtable with the newer java.util.Map
5808 src/com/gps/helper/ConnectionHelper.java 27 Found 'DD'-anomaly for variable 'conn' (lines '27'-'38').
5809 src/com/gps/helper/ConnectionHelper.java 32 Potential violation of Law of Demeter (method chain calls)
5810 src/com/gps/helper/ConnectionHelper.java 33 Potential violation of Law of Demeter (method chain calls)
5811 src/com/gps/helper/ConnectionHelper.java 33 Potential violation of Law of Demeter (method chain calls)
5812 src/com/gps/helper/ConnectionHelper.java 33 There is log block not surrounded by if
5813 src/com/gps/helper/ConnectionHelper.java 33 There is log block not surrounded by if
5814 src/com/gps/helper/ConnectionHelper.java 36 Local variable 'nodeList' could be declared final
5815 src/com/gps/helper/ConnectionHelper.java 40 Avoid using Literals in Conditional Statements
5816 src/com/gps/helper/ConnectionHelper.java 43 Local variable 'firstNode' could be declared final
5817 src/com/gps/helper/ConnectionHelper.java 44 Local variable 'firstElmnt' could be declared final
5818 src/com/gps/helper/ConnectionHelper.java 46 Local variable 'fstNmElmntLst' could be declared final
5819 src/com/gps/helper/ConnectionHelper.java 46 Potential violation of Law of Demeter (object not created locally)
5820 src/com/gps/helper/ConnectionHelper.java 49 Local variable 'conNode' could be declared final
5821 src/com/gps/helper/ConnectionHelper.java 49 Potential violation of Law of Demeter (object not created locally)
5822 src/com/gps/helper/ConnectionHelper.java 52 Local variable 'list' could be declared final
5823 src/com/gps/helper/ConnectionHelper.java 52 Potential violation of Law of Demeter (object not created locally)
5824 src/com/gps/helper/ConnectionHelper.java 54 Avoid using Literals in Conditional Statements
5825 src/com/gps/helper/ConnectionHelper.java 54 Potential violation of Law of Demeter (object not created locally)
5826 src/com/gps/helper/ConnectionHelper.java 56 Potential violation of Law of Demeter (object not created locally)
5827 src/com/gps/helper/ConnectionHelper.java 56 Potential violation of Law of Demeter (object not created locally)
5828 src/com/gps/helper/ConnectionHelper.java 56 System.out.print is used
5829 src/com/gps/helper/ConnectionHelper.java 58 Potential violation of Law of Demeter (object not created locally)
5830 src/com/gps/helper/ConnectionHelper.java 60 Potential violation of Law of Demeter (method chain calls)
5831 src/com/gps/helper/ConnectionHelper.java 60 Potential violation of Law of Demeter (method chain calls)
5832 src/com/gps/helper/ConnectionHelper.java 60 Potential violation of Law of Demeter (method chain calls)
5833 src/com/gps/helper/ConnectionHelper.java 60 Potential violation of Law of Demeter (method chain calls)
5834 src/com/gps/helper/ConnectionHelper.java 60 Potential violation of Law of Demeter (object not created locally)
5835 src/com/gps/helper/ConnectionHelper.java 60 Potential violation of Law of Demeter (object not created locally)
5836 src/com/gps/helper/ConnectionHelper.java 62 Potential violation of Law of Demeter (method chain calls)
5837 src/com/gps/helper/ConnectionHelper.java 62 Potential violation of Law of Demeter (method chain calls)
5838 src/com/gps/helper/ConnectionHelper.java 62 Potential violation of Law of Demeter (method chain calls)
5839 src/com/gps/helper/ConnectionHelper.java 62 Potential violation of Law of Demeter (method chain calls)
5840 src/com/gps/helper/ConnectionHelper.java 62 Potential violation of Law of Demeter (object not created locally)
5841 src/com/gps/helper/ConnectionHelper.java 62 Potential violation of Law of Demeter (object not created locally)
5842 src/com/gps/helper/ConnectionHelper.java 67 There is log block not surrounded by if
5843 src/com/gps/helper/ConnectionHelper.java 67 There is log block not surrounded by if
5844 src/com/gps/helper/ConnectionHelper.java 71 There is log block not surrounded by if
5845 src/com/gps/helper/ConnectionHelper.java 71 There is log block not surrounded by if
5846 src/com/gps/helper/ConnectionHelper.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5847 src/com/gps/helper/ConnectionHelper.java 76 There is log block not surrounded by if
5848 src/com/gps/helper/ConnectionHelper.java 84 Parameter 'type' is not assigned and could be declared final
5849 src/com/gps/helper/ConnectionHelper.java 86 Found 'DD'-anomaly for variable 'className' (lines '86'-'105').
5850 src/com/gps/helper/ConnectionHelper.java 90 Local variable 'doc' could be declared final
5851 src/com/gps/helper/ConnectionHelper.java 91 Potential violation of Law of Demeter (method chain calls)
5852 src/com/gps/helper/ConnectionHelper.java 91 Potential violation of Law of Demeter (object not created locally)
5853 src/com/gps/helper/ConnectionHelper.java 92 Potential violation of Law of Demeter (method chain calls)
5854 src/com/gps/helper/ConnectionHelper.java 92 Potential violation of Law of Demeter (method chain calls)
5855 src/com/gps/helper/ConnectionHelper.java 92 Potential violation of Law of Demeter (object not created locally)
5856 src/com/gps/helper/ConnectionHelper.java 92 There is log block not surrounded by if
5857 src/com/gps/helper/ConnectionHelper.java 92 There is log block not surrounded by if
5858 src/com/gps/helper/ConnectionHelper.java 96 Local variable 'nodeType' could be declared final
5859 src/com/gps/helper/ConnectionHelper.java 96 Potential violation of Law of Demeter (object not created locally)
5860 src/com/gps/helper/ConnectionHelper.java 98 Avoid using Literals in Conditional Statements
5861 src/com/gps/helper/ConnectionHelper.java 98 Potential violation of Law of Demeter (object not created locally)
5862 src/com/gps/helper/ConnectionHelper.java 100 Local variable 'list' could be declared final
5863 src/com/gps/helper/ConnectionHelper.java 100 Potential violation of Law of Demeter (object not created locally)
5864 src/com/gps/helper/ConnectionHelper.java 101 Local variable 'firstElmnt' could be declared final
5865 src/com/gps/helper/ConnectionHelper.java 104 Local variable 'innerNode' could be declared final
5866 src/com/gps/helper/ConnectionHelper.java 104 Potential violation of Law of Demeter (object not created locally)
5867 src/com/gps/helper/ConnectionHelper.java 105 Potential violation of Law of Demeter (method chain calls)
5868 src/com/gps/helper/ConnectionHelper.java 105 Potential violation of Law of Demeter (object not created locally)
5869 src/com/gps/helper/ConnectionHelper.java 107 There is log block not surrounded by if
5870 src/com/gps/helper/ConnectionHelper.java 107 There is log block not surrounded by if
5871 src/com/gps/helper/ConnectionHelper.java 111 There is log block not surrounded by if
5872 src/com/gps/helper/ConnectionHelper.java 111 There is log block not surrounded by if
5873 src/com/gps/helper/ConnectionHelper.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5874 src/com/gps/helper/ConnectionHelper.java 117 Potential violation of Law of Demeter (object not created locally)
5875 src/com/gps/helper/ConnectionHelper.java 117 There is log block not surrounded by if
5876 src/com/gps/helper/ConnectionHelper.java 125 publicMethodCommentRequirement Required
5877 src/com/gps/helper/ConnectionHelper.java 127 Local variable 'dbf' could be declared final
5878 src/com/gps/helper/ConnectionHelper.java 128 Avoid variables with short names like db
5879 src/com/gps/helper/ConnectionHelper.java 129 Found 'DD'-anomaly for variable 'document' (lines '129'-'136').
5880 src/com/gps/helper/ConnectionHelper.java 130 Avoid variables with short names like is
5881 src/com/gps/helper/ConnectionHelper.java 133 Potential violation of Law of Demeter (object not created locally)
5882 src/com/gps/helper/ConnectionHelper.java 134 Potential violation of Law of Demeter (object not created locally)
5883 src/com/gps/helper/ConnectionHelper.java 136 Potential violation of Law of Demeter (object not created locally)
5884 src/com/gps/helper/ConnectionHelper.java 141 Potential violation of Law of Demeter (object not created locally)
5885 src/com/gps/helper/ConnectionHelper.java 141 There is log block not surrounded by if
5886 src/com/gps/helper/ConnectionHelper.java 145 Potential violation of Law of Demeter (object not created locally)
5887 src/com/gps/helper/ConnectionHelper.java 145 There is log block not surrounded by if
5888 src/com/gps/helper/ConnectionHelper.java 148 Potential violation of Law of Demeter (object not created locally)
5889 src/com/gps/helper/ConnectionHelper.java 148 There is log block not surrounded by if
5890 src/com/gps/helper/ConnectionHelper.java 156 Parameter 'group' is not assigned and could be declared final
5891 src/com/gps/helper/ConnectionHelper.java 156 Parameter 'type' is not assigned and could be declared final
5892 src/com/gps/helper/ConnectionHelper.java 158 Found 'DD'-anomaly for variable 'recepients' (lines '158'-'185').
5893 src/com/gps/helper/ConnectionHelper.java 164 Potential violation of Law of Demeter (method chain calls)
5894 src/com/gps/helper/ConnectionHelper.java 164 Potential violation of Law of Demeter (object not created locally)
5895 src/com/gps/helper/ConnectionHelper.java 165 Potential violation of Law of Demeter (method chain calls)
5896 src/com/gps/helper/ConnectionHelper.java 165 Potential violation of Law of Demeter (method chain calls)
5897 src/com/gps/helper/ConnectionHelper.java 165 Potential violation of Law of Demeter (object not created locally)
5898 src/com/gps/helper/ConnectionHelper.java 165 There is log block not surrounded by if
5899 src/com/gps/helper/ConnectionHelper.java 165 There is log block not surrounded by if
5900 src/com/gps/helper/ConnectionHelper.java 168 Local variable 'nodeList' could be declared final
5901 src/com/gps/helper/ConnectionHelper.java 168 Potential violation of Law of Demeter (object not created locally)
5902 src/com/gps/helper/ConnectionHelper.java 170 Avoid using Literals in Conditional Statements
5903 src/com/gps/helper/ConnectionHelper.java 170 Potential violation of Law of Demeter (object not created locally)
5904 src/com/gps/helper/ConnectionHelper.java 173 Local variable 'firstNode' could be declared final
5905 src/com/gps/helper/ConnectionHelper.java 173 Potential violation of Law of Demeter (object not created locally)
5906 src/com/gps/helper/ConnectionHelper.java 174 Local variable 'firstElmnt' could be declared final
5907 src/com/gps/helper/ConnectionHelper.java 177 Local variable 'fstNmElmntLst' could be declared final
5908 src/com/gps/helper/ConnectionHelper.java 177 Potential violation of Law of Demeter (object not created locally)
5909 src/com/gps/helper/ConnectionHelper.java 178 Local variable 'grpNode' could be declared final
5910 src/com/gps/helper/ConnectionHelper.java 178 Potential violation of Law of Demeter (object not created locally)
5911 src/com/gps/helper/ConnectionHelper.java 179 Local variable 'grpElt' could be declared final
5912 src/com/gps/helper/ConnectionHelper.java 182 Local variable 'grpList' could be declared final
5913 src/com/gps/helper/ConnectionHelper.java 182 Potential violation of Law of Demeter (object not created locally)
5914 src/com/gps/helper/ConnectionHelper.java 183 Local variable 'value' could be declared final
5915 src/com/gps/helper/ConnectionHelper.java 183 Potential violation of Law of Demeter (method chain calls)
5916 src/com/gps/helper/ConnectionHelper.java 183 Potential violation of Law of Demeter (object not created locally)
5917 src/com/gps/helper/ConnectionHelper.java 184 There is log block not surrounded by if
5918 src/com/gps/helper/ConnectionHelper.java 184 There is log block not surrounded by if
5919 src/com/gps/helper/ConnectionHelper.java 185 Potential violation of Law of Demeter (object not created locally)
5920 src/com/gps/helper/ConnectionHelper.java 189 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5921 src/com/gps/helper/ConnectionHelper.java 191 Do not add empty strings
5922 src/com/gps/helper/ConnectionHelper.java 191 Potential violation of Law of Demeter (object not created locally)
5923 src/com/gps/helper/ConnectionHelper.java 191 There is log block not surrounded by if
5924 src/com/gps/helper/ConnectionHelper.java 197 Parameter 'args' is not assigned and could be declared final
5925 src/com/gps/helper/ConnectionHelper.java 197 publicMethodCommentRequirement Required
5926 src/com/gps/helper/ConnectionHelper.java 200 Local variable 'helper' could be declared final
5927 src/com/gps/helper/ConnectionHelper.java 207 Avoid printStackTrace(); use a logger call instead.
5928 src/com/gps/helper/ConnectionHelper.java 210 Avoid printStackTrace(); use a logger call instead.
5929 src/com/gps/helper/ConnectionHelper.java 213 Avoid printStackTrace(); use a logger call instead.
5930 src/com/gps/helper/DBManager.java 9 A class which only has private constructors should be final
5931 src/com/gps/helper/DBManager.java 9 headerCommentRequirement Required
5932 src/com/gps/helper/DBManager.java 11 The Logger variable declaration does not contain the static and final modifiers
5933 src/com/gps/helper/DBManager.java 11 fieldCommentRequirement Required
5934 src/com/gps/helper/DBManager.java 12 Avoid using redundant field initializer for 'hsqlServer'
5935 src/com/gps/helper/DBManager.java 12 fieldCommentRequirement Required
5936 src/com/gps/helper/DBManager.java 14 fieldCommentRequirement Required
5937 src/com/gps/helper/DBManager.java 15 Avoid using redundant field initializer for 'connection'
5938 src/com/gps/helper/DBManager.java 15 Found non-transient, non-static member. Please mark as transient or provide accessors.
5939 src/com/gps/helper/DBManager.java 15 fieldCommentRequirement Required
5940 src/com/gps/helper/DBManager.java 19 There is log block not surrounded by if
5941 src/com/gps/helper/DBManager.java 19 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
5942 src/com/gps/helper/DBManager.java 22 publicMethodCommentRequirement Required
5943 src/com/gps/helper/DBManager.java 24 Singleton is not thread safe
5944 src/com/gps/helper/DBManager.java 32 publicMethodCommentRequirement Required
5945 src/com/gps/helper/DBManager.java 64 There is log block not surrounded by if
5946 src/com/gps/helper/DBManager.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5947 src/com/gps/helper/DBManager.java 68 Avoid printStackTrace(); use a logger call instead.
5948 src/com/gps/helper/DBManager.java 72 publicMethodCommentRequirement Required
5949 src/com/gps/helper/DBManager.java 78 There is log block not surrounded by if
5950 src/com/gps/helper/DBManager.java 78 There is log block not surrounded by if
5951 src/com/gps/helper/DBManager.java 82 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5952 src/com/gps/helper/DBManager.java 84 Avoid printStackTrace(); use a logger call instead.
5953 src/com/gps/helper/DBManager.java 90 publicMethodCommentRequirement Required
5954 src/com/gps/helper/DBManager.java 108 Avoid printStackTrace(); use a logger call instead.
5955 src/com/gps/helper/DBManager.java 108 Potential violation of Law of Demeter (object not created locally)
5956 src/com/gps/helper/DeviationHelper.java 21 Comment is too large: Line too long
5957 src/com/gps/helper/DeviationHelper.java 30 Avoid excessively long variable names like DEVIATION_PROPERTIES
5958 src/com/gps/helper/DeviationHelper.java 30 fieldCommentRequirement Required
5959 src/com/gps/helper/DeviationHelper.java 31 Avoid excessively long variable names like PERMISSIBLE_RADIUS
5960 src/com/gps/helper/DeviationHelper.java 31 fieldCommentRequirement Required
5961 src/com/gps/helper/DeviationHelper.java 32 Avoid excessively long variable names like SMS_DEVIATION_TIME_INTERVAL
5962 src/com/gps/helper/DeviationHelper.java 32 fieldCommentRequirement Required
5963 src/com/gps/helper/DeviationHelper.java 33 Avoid excessively long variable names like SMS_MOTION_TIME_INTERVAL
5964 src/com/gps/helper/DeviationHelper.java 33 fieldCommentRequirement Required
5965 src/com/gps/helper/DeviationHelper.java 34 Avoid excessively long variable names like ALLOWED_TIME_FOR_PKTS_OF_SPEED_0
5966 src/com/gps/helper/DeviationHelper.java 34 fieldCommentRequirement Required
5967 src/com/gps/helper/DeviationHelper.java 35 Avoid excessively long variable names like REASON_CODE_ROUTE_DEVIATION
5968 src/com/gps/helper/DeviationHelper.java 35 fieldCommentRequirement Required
5969 src/com/gps/helper/DeviationHelper.java 36 Avoid excessively long variable names like REASON_CODE_VEHICLE_NOT_MOVING
5970 src/com/gps/helper/DeviationHelper.java 36 fieldCommentRequirement Required
5971 src/com/gps/helper/DeviationHelper.java 37 fieldCommentRequirement Required
5972 src/com/gps/helper/DeviationHelper.java 39 The Logger variable declaration does not contain the static and final modifiers
5973 src/com/gps/helper/DeviationHelper.java 39 Use explicit scoping instead of the default package private level
5974 src/com/gps/helper/DeviationHelper.java 39 fieldCommentRequirement Required
5975 src/com/gps/helper/DeviationHelper.java 41 Comment is too large: Too many lines
5976 src/com/gps/helper/DeviationHelper.java 42 Comment is too large: Line too long
5977 src/com/gps/helper/DeviationHelper.java 50 A method/constructor shouldnt explicitly throw java.lang.Exception
5978 src/com/gps/helper/DeviationHelper.java 50 Avoid really long methods.
5979 src/com/gps/helper/DeviationHelper.java 50 Parameter 'packetTime' is not assigned and could be declared final
5980 src/com/gps/helper/DeviationHelper.java 50 Parameter 'tripid' is not assigned and could be declared final
5981 src/com/gps/helper/DeviationHelper.java 52 There is log block not surrounded by if
5982 src/com/gps/helper/DeviationHelper.java 52 There is log block not surrounded by if
5983 src/com/gps/helper/DeviationHelper.java 54 Found 'DD'-anomaly for variable 'bVehNotMoving' (lines '54'-'166').
5984 src/com/gps/helper/DeviationHelper.java 55 Local variable 'trpParamDao' could be declared final
5985 src/com/gps/helper/DeviationHelper.java 56 Local variable 'sess' could be declared final
5986 src/com/gps/helper/DeviationHelper.java 56 Potential violation of Law of Demeter (object not created locally)
5987 src/com/gps/helper/DeviationHelper.java 57 Found 'DD'-anomaly for variable 'trpParams' (lines '57'-'76').
5988 src/com/gps/helper/DeviationHelper.java 58 Local variable 'timeFormat' could be declared final
5989 src/com/gps/helper/DeviationHelper.java 58 When instantiating a SimpleDateFormat object, specify a Locale
5990 src/com/gps/helper/DeviationHelper.java 59 Comment is too large: Line too long
5991 src/com/gps/helper/DeviationHelper.java 61 Local variable 'queryString' could be declared final
5992 src/com/gps/helper/DeviationHelper.java 61 StringBuffer constructor is initialized with size 49, but has at least 173 characters appended.
5993 src/com/gps/helper/DeviationHelper.java 62 Potential violation of Law of Demeter (object not created locally)
5994 src/com/gps/helper/DeviationHelper.java 62 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
5995 src/com/gps/helper/DeviationHelper.java 63 Potential violation of Law of Demeter (object not created locally)
5996 src/com/gps/helper/DeviationHelper.java 63 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
5997 src/com/gps/helper/DeviationHelper.java 64 Potential violation of Law of Demeter (object not created locally)
5998 src/com/gps/helper/DeviationHelper.java 64 Potential violation of Law of Demeter (object not created locally)
5999 src/com/gps/helper/DeviationHelper.java 64 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6000 src/com/gps/helper/DeviationHelper.java 65 Potential violation of Law of Demeter (object not created locally)
6001 src/com/gps/helper/DeviationHelper.java 65 StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
6002 src/com/gps/helper/DeviationHelper.java 65 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6003 src/com/gps/helper/DeviationHelper.java 66 Potential violation of Law of Demeter (object not created locally)
6004 src/com/gps/helper/DeviationHelper.java 66 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6005 src/com/gps/helper/DeviationHelper.java 67 Potential violation of Law of Demeter (object not created locally)
6006 src/com/gps/helper/DeviationHelper.java 67 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6007 src/com/gps/helper/DeviationHelper.java 68 Potential violation of Law of Demeter (object not created locally)
6008 src/com/gps/helper/DeviationHelper.java 68 Potential violation of Law of Demeter (object not created locally)
6009 src/com/gps/helper/DeviationHelper.java 68 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6010 src/com/gps/helper/DeviationHelper.java 69 Potential violation of Law of Demeter (object not created locally)
6011 src/com/gps/helper/DeviationHelper.java 70 Potential violation of Law of Demeter (object not created locally)
6012 src/com/gps/helper/DeviationHelper.java 72 There is log block not surrounded by if
6013 src/com/gps/helper/DeviationHelper.java 72 There is log block not surrounded by if
6014 src/com/gps/helper/DeviationHelper.java 74 Local variable 'query' could be declared final
6015 src/com/gps/helper/DeviationHelper.java 74 Potential violation of Law of Demeter (object not created locally)
6016 src/com/gps/helper/DeviationHelper.java 74 Potential violation of Law of Demeter (object not created locally)
6017 src/com/gps/helper/DeviationHelper.java 76 Potential violation of Law of Demeter (object not created locally)
6018 src/com/gps/helper/DeviationHelper.java 77 Found 'DD'-anomaly for variable 'isAlreadySent' (lines '77'-'110').
6019 src/com/gps/helper/DeviationHelper.java 77 Found 'DU'-anomaly for variable 'isAlreadySent' (lines '77'-'172').
6020 src/com/gps/helper/DeviationHelper.java 78 Local variable 'listSize' could be declared final
6021 src/com/gps/helper/DeviationHelper.java 78 Potential violation of Law of Demeter (object not created locally)
6022 src/com/gps/helper/DeviationHelper.java 80 Avoid using Literals in Conditional Statements
6023 src/com/gps/helper/DeviationHelper.java 82 Local variable 'lastPointLon' could be declared final
6024 src/com/gps/helper/DeviationHelper.java 82 Potential violation of Law of Demeter (object not created locally)
6025 src/com/gps/helper/DeviationHelper.java 83 Local variable 'lastPointLat' could be declared final
6026 src/com/gps/helper/DeviationHelper.java 83 Potential violation of Law of Demeter (object not created locally)
6027 src/com/gps/helper/DeviationHelper.java 84 Avoid excessively long variable names like fourthLastPointLon
6028 src/com/gps/helper/DeviationHelper.java 84 Local variable 'fourthLastPointLon' could be declared final
6029 src/com/gps/helper/DeviationHelper.java 84 Potential violation of Law of Demeter (object not created locally)
6030 src/com/gps/helper/DeviationHelper.java 85 Avoid excessively long variable names like fourthLastPointLat
6031 src/com/gps/helper/DeviationHelper.java 85 Local variable 'fourthLastPointLat' could be declared final
6032 src/com/gps/helper/DeviationHelper.java 85 Potential violation of Law of Demeter (object not created locally)
6033 src/com/gps/helper/DeviationHelper.java 87 Local variable 'distance' could be declared final
6034 src/com/gps/helper/DeviationHelper.java 89 There is log block not surrounded by if
6035 src/com/gps/helper/DeviationHelper.java 89 There is log block not surrounded by if
6036 src/com/gps/helper/DeviationHelper.java 90 Comment is too large: Line too long
6037 src/com/gps/helper/DeviationHelper.java 93 Local variable 'lastPointDate' could be declared final
6038 src/com/gps/helper/DeviationHelper.java 94 Avoid excessively long variable names like fourthLastPointDate
6039 src/com/gps/helper/DeviationHelper.java 94 Local variable 'fourthLastPointDate' could be declared final
6040 src/com/gps/helper/DeviationHelper.java 96 Potential violation of Law of Demeter (method chain calls)
6041 src/com/gps/helper/DeviationHelper.java 96 Potential violation of Law of Demeter (object not created locally)
6042 src/com/gps/helper/DeviationHelper.java 96 Potential violation of Law of Demeter (object not created locally)
6043 src/com/gps/helper/DeviationHelper.java 97 Potential violation of Law of Demeter (method chain calls)
6044 src/com/gps/helper/DeviationHelper.java 97 Potential violation of Law of Demeter (object not created locally)
6045 src/com/gps/helper/DeviationHelper.java 97 Potential violation of Law of Demeter (object not created locally)
6046 src/com/gps/helper/DeviationHelper.java 98 Local variable 'diff' could be declared final
6047 src/com/gps/helper/DeviationHelper.java 98 Potential violation of Law of Demeter (object not created locally)
6048 src/com/gps/helper/DeviationHelper.java 98 Potential violation of Law of Demeter (object not created locally)
6049 src/com/gps/helper/DeviationHelper.java 100 There is log block not surrounded by if
6050 src/com/gps/helper/DeviationHelper.java 100 There is log block not surrounded by if
6051 src/com/gps/helper/DeviationHelper.java 101 Local variable 'properties' could be declared final
6052 src/com/gps/helper/DeviationHelper.java 102 Potential violation of Law of Demeter (method chain calls)
6053 src/com/gps/helper/DeviationHelper.java 102 Potential violation of Law of Demeter (method chain calls)
6054 src/com/gps/helper/DeviationHelper.java 102 Potential violation of Law of Demeter (object not created locally)
6055 src/com/gps/helper/DeviationHelper.java 105 Avoid excessively long variable names like allowedTimeInterval
6056 src/com/gps/helper/DeviationHelper.java 105 Avoid instantiating Long objects.Call Long.valueOf() instead
6057 src/com/gps/helper/DeviationHelper.java 105 Local variable 'allowedTimeInterval' could be declared final
6058 src/com/gps/helper/DeviationHelper.java 105 Potential violation of Law of Demeter (object not created locally)
6059 src/com/gps/helper/DeviationHelper.java 107 Deeply nested if..then statements are hard to read
6060 src/com/gps/helper/DeviationHelper.java 111 There is log block not surrounded by if
6061 src/com/gps/helper/DeviationHelper.java 111 There is log block not surrounded by if
6062 src/com/gps/helper/DeviationHelper.java 112 Avoid unnecessary comparisons in boolean expressions
6063 src/com/gps/helper/DeviationHelper.java 112 Avoid using Literals in Conditional Statements
6064 src/com/gps/helper/DeviationHelper.java 114 Local variable 'organizationName' could be declared final
6065 src/com/gps/helper/DeviationHelper.java 114 This statement may have some unnecessary parentheses
6066 src/com/gps/helper/DeviationHelper.java 114 Useless parentheses.
6067 src/com/gps/helper/DeviationHelper.java 115 There is log block not surrounded by if
6068 src/com/gps/helper/DeviationHelper.java 115 There is log block not surrounded by if
6069 src/com/gps/helper/DeviationHelper.java 117 Local variable 'tripName' could be declared final
6070 src/com/gps/helper/DeviationHelper.java 117 This statement may have some unnecessary parentheses
6071 src/com/gps/helper/DeviationHelper.java 117 This statement may have some unnecessary parentheses
6072 src/com/gps/helper/DeviationHelper.java 117 Useless parentheses.
6073 src/com/gps/helper/DeviationHelper.java 117 Useless parentheses.
6074 src/com/gps/helper/DeviationHelper.java 118 There is log block not surrounded by if
6075 src/com/gps/helper/DeviationHelper.java 118 There is log block not surrounded by if
6076 src/com/gps/helper/DeviationHelper.java 120 Avoid unused local variables such as 'group'.
6077 src/com/gps/helper/DeviationHelper.java 120 Found 'DU'-anomaly for variable 'group' (lines '120'-'172').
6078 src/com/gps/helper/DeviationHelper.java 120 Local variable 'group' could be declared final
6079 src/com/gps/helper/DeviationHelper.java 130 Local variable 'subject' could be declared final
6080 src/com/gps/helper/DeviationHelper.java 131 Potential violation of Law of Demeter (object not created locally)
6081 src/com/gps/helper/DeviationHelper.java 131 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6082 src/com/gps/helper/DeviationHelper.java 132 Potential violation of Law of Demeter (object not created locally)
6083 src/com/gps/helper/DeviationHelper.java 132 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6084 src/com/gps/helper/DeviationHelper.java 133 Potential violation of Law of Demeter (object not created locally)
6085 src/com/gps/helper/DeviationHelper.java 133 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6086 src/com/gps/helper/DeviationHelper.java 134 Potential violation of Law of Demeter (object not created locally)
6087 src/com/gps/helper/DeviationHelper.java 134 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
6088 src/com/gps/helper/DeviationHelper.java 134 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
6089 src/com/gps/helper/DeviationHelper.java 135 Potential violation of Law of Demeter (object not created locally)
6090 src/com/gps/helper/DeviationHelper.java 137 Local variable 'message' could be declared final
6091 src/com/gps/helper/DeviationHelper.java 138 Potential violation of Law of Demeter (object not created locally)
6092 src/com/gps/helper/DeviationHelper.java 138 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6093 src/com/gps/helper/DeviationHelper.java 139 Potential violation of Law of Demeter (object not created locally)
6094 src/com/gps/helper/DeviationHelper.java 139 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6095 src/com/gps/helper/DeviationHelper.java 140 Potential violation of Law of Demeter (object not created locally)
6096 src/com/gps/helper/DeviationHelper.java 140 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6097 src/com/gps/helper/DeviationHelper.java 141 Potential violation of Law of Demeter (object not created locally)
6098 src/com/gps/helper/DeviationHelper.java 141 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6099 src/com/gps/helper/DeviationHelper.java 142 Potential violation of Law of Demeter (object not created locally)
6100 src/com/gps/helper/DeviationHelper.java 142 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6101 src/com/gps/helper/DeviationHelper.java 143 Potential violation of Law of Demeter (object not created locally)
6102 src/com/gps/helper/DeviationHelper.java 143 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6103 src/com/gps/helper/DeviationHelper.java 144 Avoid appending characters as strings in StringBuffer.append.
6104 src/com/gps/helper/DeviationHelper.java 144 Potential violation of Law of Demeter (object not created locally)
6105 src/com/gps/helper/DeviationHelper.java 144 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
6106 src/com/gps/helper/DeviationHelper.java 144 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
6107 src/com/gps/helper/DeviationHelper.java 144 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6108 src/com/gps/helper/DeviationHelper.java 145 Potential violation of Law of Demeter (object not created locally)
6109 src/com/gps/helper/DeviationHelper.java 145 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6110 src/com/gps/helper/DeviationHelper.java 146 Potential violation of Law of Demeter (object not created locally)
6111 src/com/gps/helper/DeviationHelper.java 146 Potential violation of Law of Demeter (object not created locally)
6112 src/com/gps/helper/DeviationHelper.java 147 Potential violation of Law of Demeter (object not created locally)
6113 src/com/gps/helper/DeviationHelper.java 149 Potential violation of Law of Demeter (object not created locally)
6114 src/com/gps/helper/DeviationHelper.java 149 There is log block not surrounded by if
6115 src/com/gps/helper/DeviationHelper.java 149 There is log block not surrounded by if
6116 src/com/gps/helper/DeviationHelper.java 154 Local variable 'objSmsRegister' could be declared final
6117 src/com/gps/helper/DeviationHelper.java 156 Potential violation of Law of Demeter (object not created locally)
6118 src/com/gps/helper/DeviationHelper.java 157 Potential violation of Law of Demeter (object not created locally)
6119 src/com/gps/helper/DeviationHelper.java 158 Potential violation of Law of Demeter (object not created locally)
6120 src/com/gps/helper/DeviationHelper.java 160 Avoid variables with short names like tx
6121 src/com/gps/helper/DeviationHelper.java 160 Local variable 'tx' could be declared final
6122 src/com/gps/helper/DeviationHelper.java 160 Potential violation of Law of Demeter (object not created locally)
6123 src/com/gps/helper/DeviationHelper.java 161 Potential violation of Law of Demeter (object not created locally)
6124 src/com/gps/helper/DeviationHelper.java 162 Potential violation of Law of Demeter (object not created locally)
6125 src/com/gps/helper/DeviationHelper.java 163 Potential violation of Law of Demeter (object not created locally)
6126 src/com/gps/helper/DeviationHelper.java 164 Potential violation of Law of Demeter (object not created locally)
6127 src/com/gps/helper/DeviationHelper.java 182 Parameter 'packetTime' is not assigned and could be declared final
6128 src/com/gps/helper/DeviationHelper.java 183 Local variable 'cal' could be declared final
6129 src/com/gps/helper/DeviationHelper.java 184 Potential violation of Law of Demeter (object not created locally)
6130 src/com/gps/helper/DeviationHelper.java 185 Potential violation of Law of Demeter (object not created locally)
6131 src/com/gps/helper/DeviationHelper.java 195 A method/constructor shouldnt explicitly throw java.lang.Exception
6132 src/com/gps/helper/DeviationHelper.java 198 Local variable 'properties' could be declared final
6133 src/com/gps/helper/DeviationHelper.java 199 Potential violation of Law of Demeter (method chain calls)
6134 src/com/gps/helper/DeviationHelper.java 199 Potential violation of Law of Demeter (method chain calls)
6135 src/com/gps/helper/DeviationHelper.java 200 Avoid excessively long variable names like strPermissibleDelta
6136 src/com/gps/helper/DeviationHelper.java 200 Local variable 'strPermissibleDelta' could be declared final
6137 src/com/gps/helper/DeviationHelper.java 202 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
6138 src/com/gps/helper/DeviationHelper.java 202 Local variable 'timeDelta' could be declared final
6139 src/com/gps/helper/DeviationHelper.java 206 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6140 src/com/gps/helper/DeviationHelper.java 207 There is log block not surrounded by if
6141 src/com/gps/helper/DeviationHelper.java 219 A method/constructor shouldnt explicitly throw java.lang.Exception
6142 src/com/gps/helper/DeviationHelper.java 222 Local variable 'properties' could be declared final
6143 src/com/gps/helper/DeviationHelper.java 223 Potential violation of Law of Demeter (method chain calls)
6144 src/com/gps/helper/DeviationHelper.java 223 Potential violation of Law of Demeter (method chain calls)
6145 src/com/gps/helper/DeviationHelper.java 224 Avoid excessively long variable names like strPermissibleRadius
6146 src/com/gps/helper/DeviationHelper.java 224 Local variable 'strPermissibleRadius' could be declared final
6147 src/com/gps/helper/DeviationHelper.java 226 Avoid excessively long variable names like dPermissibleRadius
6148 src/com/gps/helper/DeviationHelper.java 226 Local variable 'dPermissibleRadius' could be declared final
6149 src/com/gps/helper/DeviationHelper.java 230 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6150 src/com/gps/helper/DeviationHelper.java 231 There is log block not surrounded by if
6151 src/com/gps/helper/DeviationHelper.java 236 A method/constructor shouldnt explicitly throw java.lang.Exception
6152 src/com/gps/helper/DeviationHelper.java 236 Parameter 'propertyName' is not assigned and could be declared final
6153 src/com/gps/helper/DeviationHelper.java 236 publicMethodCommentRequirement Required
6154 src/com/gps/helper/DeviationHelper.java 238 Local variable 'properties' could be declared final
6155 src/com/gps/helper/DeviationHelper.java 239 Potential violation of Law of Demeter (method chain calls)
6156 src/com/gps/helper/DeviationHelper.java 239 Potential violation of Law of Demeter (method chain calls)
6157 src/com/gps/helper/DeviationHelper.java 240 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
6158 src/com/gps/helper/DeviationHelper.java 240 Local variable 'smsReasonCode' could be declared final
6159 src/com/gps/helper/DeviationHelper.java 247 Comment is too large: Line too long
6160 src/com/gps/helper/DeviationHelper.java 254 A method/constructor shouldnt explicitly throw java.lang.Exception
6161 src/com/gps/helper/DeviationHelper.java 254 Parameter 'smsReasonCode' is not assigned and could be declared final
6162 src/com/gps/helper/DeviationHelper.java 257 There is log block not surrounded by if
6163 src/com/gps/helper/DeviationHelper.java 257 There is log block not surrounded by if
6164 src/com/gps/helper/DeviationHelper.java 258 Local variable 'properties' could be declared final
6165 src/com/gps/helper/DeviationHelper.java 259 Potential violation of Law of Demeter (method chain calls)
6166 src/com/gps/helper/DeviationHelper.java 259 Potential violation of Law of Demeter (method chain calls)
6167 src/com/gps/helper/DeviationHelper.java 259 Potential violation of Law of Demeter (object not created locally)
6168 src/com/gps/helper/DeviationHelper.java 260 Avoid excessively long variable names like strSmsTimeInterval
6169 src/com/gps/helper/DeviationHelper.java 260 Found 'DD'-anomaly for variable 'strSmsTimeInterval' (lines '260'-'263').
6170 src/com/gps/helper/DeviationHelper.java 260 Found 'DD'-anomaly for variable 'strSmsTimeInterval' (lines '260'-'267').
6171 src/com/gps/helper/DeviationHelper.java 261 Use equals() to compare object references.
6172 src/com/gps/helper/DeviationHelper.java 263 Potential violation of Law of Demeter (object not created locally)
6173 src/com/gps/helper/DeviationHelper.java 266 Use equals() to compare object references.
6174 src/com/gps/helper/DeviationHelper.java 267 Potential violation of Law of Demeter (object not created locally)
6175 src/com/gps/helper/DeviationHelper.java 271 Avoid instantiating Long objects.Call Long.valueOf() instead
6176 src/com/gps/helper/DeviationHelper.java 271 Local variable 'lSmsTimeInterval' could be declared final
6177 src/com/gps/helper/DeviationHelper.java 275 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6178 src/com/gps/helper/DeviationHelper.java 276 There is log block not surrounded by if
6179 src/com/gps/helper/DeviationHelper.java 287 Parameter 'point1lat' is not assigned and could be declared final
6180 src/com/gps/helper/DeviationHelper.java 287 Parameter 'point1lon' is not assigned and could be declared final
6181 src/com/gps/helper/DeviationHelper.java 287 Parameter 'point2lat' is not assigned and could be declared final
6182 src/com/gps/helper/DeviationHelper.java 287 Parameter 'point2lon' is not assigned and could be declared final
6183 src/com/gps/helper/DeviationHelper.java 289 There is log block not surrounded by if
6184 src/com/gps/helper/DeviationHelper.java 289 There is log block not surrounded by if
6185 src/com/gps/helper/DeviationHelper.java 290 There is log block not surrounded by if
6186 src/com/gps/helper/DeviationHelper.java 290 There is log block not surrounded by if
6187 src/com/gps/helper/DeviationHelper.java 291 Avoid variables with short names like R
6188 src/com/gps/helper/DeviationHelper.java 291 Local variable 'R' could be declared final
6189 src/com/gps/helper/DeviationHelper.java 291 Variables should start with a lowercase character, 'R' starts with uppercase character.
6190 src/com/gps/helper/DeviationHelper.java 292 Local variable 'lon1' could be declared final
6191 src/com/gps/helper/DeviationHelper.java 293 Local variable 'lat1' could be declared final
6192 src/com/gps/helper/DeviationHelper.java 294 Local variable 'lon2' could be declared final
6193 src/com/gps/helper/DeviationHelper.java 295 Local variable 'lat2' could be declared final
6194 src/com/gps/helper/DeviationHelper.java 296 Local variable 'deltaLat' could be declared final
6195 src/com/gps/helper/DeviationHelper.java 297 Local variable 'deltaLon' could be declared final
6196 src/com/gps/helper/DeviationHelper.java 298 Local variable 'step1' could be declared final
6197 src/com/gps/helper/DeviationHelper.java 299 Local variable 'step2' could be declared final
6198 src/com/gps/helper/DeviationHelper.java 303 Comment is too large: Too many lines
6199 src/com/gps/helper/DeviationHelper.java 304 Comment is too large: Line too long
6200 src/com/gps/helper/DeviationHelper.java 312 A method/constructor shouldnt explicitly throw java.lang.Exception
6201 src/com/gps/helper/DeviationHelper.java 312 Parameter 'packetPoint' is not assigned and could be declared final
6202 src/com/gps/helper/DeviationHelper.java 312 Parameter 'tripPointId' is not assigned and could be declared final
6203 src/com/gps/helper/DeviationHelper.java 312 Parameter 'tripid' is not assigned and could be declared final
6204 src/com/gps/helper/DeviationHelper.java 315 Found 'DD'-anomaly for variable 'isAlreadySent' (lines '315'-'317').
6205 src/com/gps/helper/DeviationHelper.java 316 There is log block not surrounded by if
6206 src/com/gps/helper/DeviationHelper.java 316 There is log block not surrounded by if
6207 src/com/gps/helper/DeviationHelper.java 318 There is log block not surrounded by if
6208 src/com/gps/helper/DeviationHelper.java 318 There is log block not surrounded by if
6209 src/com/gps/helper/DeviationHelper.java 319 Avoid unnecessary comparisons in boolean expressions
6210 src/com/gps/helper/DeviationHelper.java 319 Avoid using Literals in Conditional Statements
6211 src/com/gps/helper/DeviationHelper.java 321 Local variable 'currentTime' could be declared final
6212 src/com/gps/helper/DeviationHelper.java 322 Potential violation of Law of Demeter (object not created locally)
6213 src/com/gps/helper/DeviationHelper.java 324 There is log block not surrounded by if
6214 src/com/gps/helper/DeviationHelper.java 324 There is log block not surrounded by if
6215 src/com/gps/helper/DeviationHelper.java 325 There is log block not surrounded by if
6216 src/com/gps/helper/DeviationHelper.java 325 There is log block not surrounded by if
6217 src/com/gps/helper/DeviationHelper.java 327 Local variable 'packetLat' could be declared final
6218 src/com/gps/helper/DeviationHelper.java 328 Local variable 'packetLon' could be declared final
6219 src/com/gps/helper/DeviationHelper.java 330 Local variable 'packetTime' could be declared final
6220 src/com/gps/helper/DeviationHelper.java 330 Potential violation of Law of Demeter (method chain calls)
6221 src/com/gps/helper/DeviationHelper.java 332 Local variable 'organizationName' could be declared final
6222 src/com/gps/helper/DeviationHelper.java 332 This statement may have some unnecessary parentheses
6223 src/com/gps/helper/DeviationHelper.java 332 Useless parentheses.
6224 src/com/gps/helper/DeviationHelper.java 333 There is log block not surrounded by if
6225 src/com/gps/helper/DeviationHelper.java 333 There is log block not surrounded by if
6226 src/com/gps/helper/DeviationHelper.java 335 Local variable 'tripName' could be declared final
6227 src/com/gps/helper/DeviationHelper.java 335 This statement may have some unnecessary parentheses
6228 src/com/gps/helper/DeviationHelper.java 335 This statement may have some unnecessary parentheses
6229 src/com/gps/helper/DeviationHelper.java 335 Useless parentheses.
6230 src/com/gps/helper/DeviationHelper.java 335 Useless parentheses.
6231 src/com/gps/helper/DeviationHelper.java 337 There is log block not surrounded by if
6232 src/com/gps/helper/DeviationHelper.java 337 There is log block not surrounded by if
6233 src/com/gps/helper/DeviationHelper.java 339 Avoid unused local variables such as 'group'.
6234 src/com/gps/helper/DeviationHelper.java 339 Found 'DU'-anomaly for variable 'group' (lines '339'-'394').
6235 src/com/gps/helper/DeviationHelper.java 339 Local variable 'group' could be declared final
6236 src/com/gps/helper/DeviationHelper.java 350 Local variable 'subject' could be declared final
6237 src/com/gps/helper/DeviationHelper.java 351 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6238 src/com/gps/helper/DeviationHelper.java 352 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6239 src/com/gps/helper/DeviationHelper.java 353 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6240 src/com/gps/helper/DeviationHelper.java 357 Local variable 'message' could be declared final
6241 src/com/gps/helper/DeviationHelper.java 358 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6242 src/com/gps/helper/DeviationHelper.java 359 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6243 src/com/gps/helper/DeviationHelper.java 360 Potential violation of Law of Demeter (object not created locally)
6244 src/com/gps/helper/DeviationHelper.java 360 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6245 src/com/gps/helper/DeviationHelper.java 361 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6246 src/com/gps/helper/DeviationHelper.java 362 Potential violation of Law of Demeter (object not created locally)
6247 src/com/gps/helper/DeviationHelper.java 362 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6248 src/com/gps/helper/DeviationHelper.java 363 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6249 src/com/gps/helper/DeviationHelper.java 364 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6250 src/com/gps/helper/DeviationHelper.java 365 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6251 src/com/gps/helper/DeviationHelper.java 366 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6252 src/com/gps/helper/DeviationHelper.java 367 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6253 src/com/gps/helper/DeviationHelper.java 368 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6254 src/com/gps/helper/DeviationHelper.java 369 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6255 src/com/gps/helper/DeviationHelper.java 370 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6256 src/com/gps/helper/DeviationHelper.java 371 Avoid appending characters as strings in StringBuffer.append.
6257 src/com/gps/helper/DeviationHelper.java 374 There is log block not surrounded by if
6258 src/com/gps/helper/DeviationHelper.java 374 There is log block not surrounded by if
6259 src/com/gps/helper/DeviationHelper.java 379 Local variable 'srd' could be declared final
6260 src/com/gps/helper/DeviationHelper.java 380 Local variable 'sess' could be declared final
6261 src/com/gps/helper/DeviationHelper.java 381 Local variable 'objSmsRegister' could be declared final
6262 src/com/gps/helper/DeviationHelper.java 385 Potential violation of Law of Demeter (object not created locally)
6263 src/com/gps/helper/DeviationHelper.java 387 Avoid variables with short names like tx
6264 src/com/gps/helper/DeviationHelper.java 387 Local variable 'tx' could be declared final
6265 src/com/gps/helper/DeviationHelper.java 387 Potential violation of Law of Demeter (object not created locally)
6266 src/com/gps/helper/DeviationHelper.java 388 Potential violation of Law of Demeter (object not created locally)
6267 src/com/gps/helper/DeviationHelper.java 389 Potential violation of Law of Demeter (object not created locally)
6268 src/com/gps/helper/DeviationHelper.java 390 Potential violation of Law of Demeter (object not created locally)
6269 src/com/gps/helper/DeviationHelper.java 391 Potential violation of Law of Demeter (object not created locally)
6270 src/com/gps/helper/DeviationHelper.java 397 A method/constructor shouldnt explicitly throw java.lang.Exception
6271 src/com/gps/helper/DeviationHelper.java 397 Parameter 'smsReasonCode' is not assigned and could be declared final
6272 src/com/gps/helper/DeviationHelper.java 397 Parameter 'tripid' is not assigned and could be declared final
6273 src/com/gps/helper/DeviationHelper.java 397 publicMethodCommentRequirement Required
6274 src/com/gps/helper/DeviationHelper.java 400 Found 'DD'-anomaly for variable 'bAlreadySent' (lines '400'-'450').
6275 src/com/gps/helper/DeviationHelper.java 400 Found 'DD'-anomaly for variable 'bAlreadySent' (lines '400'-'452').
6276 src/com/gps/helper/DeviationHelper.java 400 Found 'DD'-anomaly for variable 'bAlreadySent' (lines '400'-'457').
6277 src/com/gps/helper/DeviationHelper.java 400 Found 'DU'-anomaly for variable 'bAlreadySent' (lines '400'-'466').
6278 src/com/gps/helper/DeviationHelper.java 402 Local variable 'cal' could be declared final
6279 src/com/gps/helper/DeviationHelper.java 403 Local variable 'tripSession' could be declared final
6280 src/com/gps/helper/DeviationHelper.java 403 Potential violation of Law of Demeter (object not created locally)
6281 src/com/gps/helper/DeviationHelper.java 404 Found 'DD'-anomaly for variable 'strpSession' (lines '404'-'407').
6282 src/com/gps/helper/DeviationHelper.java 404 Found 'DD'-anomaly for variable 'strpSession' (lines '404'-'411').
6283 src/com/gps/helper/DeviationHelper.java 405 Avoid using Literals in Conditional Statements
6284 src/com/gps/helper/DeviationHelper.java 414 Local variable 'srd' could be declared final
6285 src/com/gps/helper/DeviationHelper.java 415 Local variable 'sess' could be declared final
6286 src/com/gps/helper/DeviationHelper.java 415 Potential violation of Law of Demeter (object not created locally)
6287 src/com/gps/helper/DeviationHelper.java 416 Found 'DD'-anomaly for variable 'srdetails' (lines '416'-'427').
6288 src/com/gps/helper/DeviationHelper.java 418 Local variable 'queryString' could be declared final
6289 src/com/gps/helper/DeviationHelper.java 418 StringBuffer constructor is initialized with size 57, but has at least 146 characters appended.
6290 src/com/gps/helper/DeviationHelper.java 419 Potential violation of Law of Demeter (object not created locally)
6291 src/com/gps/helper/DeviationHelper.java 419 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6292 src/com/gps/helper/DeviationHelper.java 420 Potential violation of Law of Demeter (object not created locally)
6293 src/com/gps/helper/DeviationHelper.java 420 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6294 src/com/gps/helper/DeviationHelper.java 421 Potential violation of Law of Demeter (object not created locally)
6295 src/com/gps/helper/DeviationHelper.java 421 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6296 src/com/gps/helper/DeviationHelper.java 422 Potential violation of Law of Demeter (object not created locally)
6297 src/com/gps/helper/DeviationHelper.java 422 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
6298 src/com/gps/helper/DeviationHelper.java 423 Potential violation of Law of Demeter (object not created locally)
6299 src/com/gps/helper/DeviationHelper.java 424 Potential violation of Law of Demeter (object not created locally)
6300 src/com/gps/helper/DeviationHelper.java 426 Local variable 'query' could be declared final
6301 src/com/gps/helper/DeviationHelper.java 426 Potential violation of Law of Demeter (object not created locally)
6302 src/com/gps/helper/DeviationHelper.java 426 Potential violation of Law of Demeter (object not created locally)
6303 src/com/gps/helper/DeviationHelper.java 427 Potential violation of Law of Demeter (object not created locally)
6304 src/com/gps/helper/DeviationHelper.java 429 Potential violation of Law of Demeter (object not created locally)
6305 src/com/gps/helper/DeviationHelper.java 429 There is log block not surrounded by if
6306 src/com/gps/helper/DeviationHelper.java 429 There is log block not surrounded by if
6307 src/com/gps/helper/DeviationHelper.java 430 Found 'DU'-anomaly for variable 'smsSentTime' (lines '430'-'466').
6308 src/com/gps/helper/DeviationHelper.java 430 Local variable 'smsSentTime' could be declared final
6309 src/com/gps/helper/DeviationHelper.java 432 Avoid using Literals in Conditional Statements
6310 src/com/gps/helper/DeviationHelper.java 432 Potential violation of Law of Demeter (object not created locally)
6311 src/com/gps/helper/DeviationHelper.java 432 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
6312 src/com/gps/helper/DeviationHelper.java 434 Local variable 'smr' could be declared final
6313 src/com/gps/helper/DeviationHelper.java 434 Potential violation of Law of Demeter (object not created locally)
6314 src/com/gps/helper/DeviationHelper.java 434 Potential violation of Law of Demeter (object not created locally)
6315 src/com/gps/helper/DeviationHelper.java 435 Potential violation of Law of Demeter (object not created locally)
6316 src/com/gps/helper/DeviationHelper.java 435 Potential violation of Law of Demeter (object not created locally)
6317 src/com/gps/helper/DeviationHelper.java 436 Potential violation of Law of Demeter (object not created locally)
6318 src/com/gps/helper/DeviationHelper.java 436 There is log block not surrounded by if
6319 src/com/gps/helper/DeviationHelper.java 436 There is log block not surrounded by if
6320 src/com/gps/helper/DeviationHelper.java 438 Found 'DD'-anomaly for variable 'smsTimeInterval' (lines '438'-'439').
6321 src/com/gps/helper/DeviationHelper.java 440 There is log block not surrounded by if
6322 src/com/gps/helper/DeviationHelper.java 440 There is log block not surrounded by if
6323 src/com/gps/helper/DeviationHelper.java 442 Found 'DD'-anomaly for variable 'diff' (lines '442'-'445').
6324 src/com/gps/helper/DeviationHelper.java 442 Found 'DU'-anomaly for variable 'diff' (lines '442'-'466').
6325 src/com/gps/helper/DeviationHelper.java 445 Potential violation of Law of Demeter (object not created locally)
6326 src/com/gps/helper/DeviationHelper.java 445 Potential violation of Law of Demeter (object not created locally)
6327 src/com/gps/helper/DeviationHelper.java 445 Useless parentheses.
6328 src/com/gps/helper/DeviationHelper.java 445 Useless parentheses.
6329 src/com/gps/helper/DeviationHelper.java 446 There is log block not surrounded by if
6330 src/com/gps/helper/DeviationHelper.java 446 There is log block not surrounded by if
6331 src/com/gps/helper/DeviationHelper.java 447 Potential violation of Law of Demeter (object not created locally)
6332 src/com/gps/helper/DeviationHelper.java 447 There is log block not surrounded by if
6333 src/com/gps/helper/DeviationHelper.java 447 There is log block not surrounded by if
6334 src/com/gps/helper/DeviationHelper.java 448 There is log block not surrounded by if
6335 src/com/gps/helper/DeviationHelper.java 448 There is log block not surrounded by if
6336 src/com/gps/helper/DeviationHelper.java 450 Avoid using if...else statements without curly braces
6337 src/com/gps/helper/DeviationHelper.java 450 Found 'DU'-anomaly for variable 'bAlreadySent' (lines '450'-'466').
6338 src/com/gps/helper/DeviationHelper.java 452 Avoid using if...else statements without curly braces
6339 src/com/gps/helper/DeviationHelper.java 452 Found 'DU'-anomaly for variable 'bAlreadySent' (lines '452'-'466').
6340 src/com/gps/helper/DeviationHelper.java 457 Found 'DU'-anomaly for variable 'bAlreadySent' (lines '457'-'466').
6341 src/com/gps/helper/DeviationHelper.java 459 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6342 src/com/gps/helper/DeviationHelper.java 461 Avoid printStackTrace(); use a logger call instead.
6343 src/com/gps/helper/DeviationHelper.java 461 Potential violation of Law of Demeter (object not created locally)
6344 src/com/gps/helper/DeviationHelper.java 462 Avoid throwing raw exception types.
6345 src/com/gps/helper/DistanceHelper.java 3 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6346 src/com/gps/helper/DistanceHelper.java 3 headerCommentRequirement Required
6347 src/com/gps/helper/DistanceHelper.java 6 Parameter 'lat1' is not assigned and could be declared final
6348 src/com/gps/helper/DistanceHelper.java 6 Parameter 'lat2' is not assigned and could be declared final
6349 src/com/gps/helper/DistanceHelper.java 6 Parameter 'lng1' is not assigned and could be declared final
6350 src/com/gps/helper/DistanceHelper.java 6 Parameter 'lng2' is not assigned and could be declared final
6351 src/com/gps/helper/DistanceHelper.java 8 Local variable 'earthRadius' could be declared final
6352 src/com/gps/helper/DistanceHelper.java 9 Local variable 'dLat' could be declared final
6353 src/com/gps/helper/DistanceHelper.java 10 Local variable 'dLng' could be declared final
6354 src/com/gps/helper/DistanceHelper.java 11 Avoid variables with short names like a
6355 src/com/gps/helper/DistanceHelper.java 11 Local variable 'a' could be declared final
6356 src/com/gps/helper/DistanceHelper.java 14 Avoid variables with short names like c
6357 src/com/gps/helper/DistanceHelper.java 14 Local variable 'c' could be declared final
6358 src/com/gps/helper/DistanceHelper.java 15 Local variable 'dist' could be declared final
6359 src/com/gps/helper/DistanceHelper.java 16 Local variable 'kmConversion' could be declared final
6360 src/com/gps/helper/DistanceHelper.java 17 Local variable 'distance' could be declared final
6361 src/com/gps/helper/FuelAlertManager.java 10 headerCommentRequirement Required
6362 src/com/gps/helper/FuelAlertManager.java 12 The Logger variable declaration does not contain the static and final modifiers
6363 src/com/gps/helper/FuelAlertManager.java 12 Use explicit scoping instead of the default package private level
6364 src/com/gps/helper/FuelAlertManager.java 12 fieldCommentRequirement Required
6365 src/com/gps/helper/FuelAlertManager.java 13 Found non-transient, non-static member. Please mark as transient or provide accessors.
6366 src/com/gps/helper/FuelAlertManager.java 13 Use explicit scoping instead of the default package private level
6367 src/com/gps/helper/FuelAlertManager.java 13 fieldCommentRequirement Required
6368 src/com/gps/helper/FuelAlertManager.java 15 Parameter 'creationtime' is not assigned and could be declared final
6369 src/com/gps/helper/FuelAlertManager.java 15 Parameter 'fuelcontent' is not assigned and could be declared final
6370 src/com/gps/helper/FuelAlertManager.java 15 Parameter 'lattitude' is not assigned and could be declared final
6371 src/com/gps/helper/FuelAlertManager.java 15 Parameter 'longitude' is not assigned and could be declared final
6372 src/com/gps/helper/FuelAlertManager.java 15 Parameter 'vehicleid' is not assigned and could be declared final
6373 src/com/gps/helper/FuelAlertManager.java 15 publicMethodCommentRequirement Required
6374 src/com/gps/hibernate/Account.java 11 Classes implementing Serializable should set a serialVersionUID
6375 src/com/gps/hibernate/Account.java 11 Too many fields
6376 src/com/gps/hibernate/Account.java 15 fieldCommentRequirement Required
6377 src/com/gps/hibernate/Account.java 16 fieldCommentRequirement Required
6378 src/com/gps/hibernate/Account.java 17 fieldCommentRequirement Required
6379 src/com/gps/hibernate/Account.java 18 fieldCommentRequirement Required
6380 src/com/gps/hibernate/Account.java 19 fieldCommentRequirement Required
6381 src/com/gps/hibernate/Account.java 20 fieldCommentRequirement Required
6382 src/com/gps/hibernate/Account.java 21 fieldCommentRequirement Required
6383 src/com/gps/hibernate/Account.java 22 fieldCommentRequirement Required
6384 src/com/gps/hibernate/Account.java 23 fieldCommentRequirement Required
6385 src/com/gps/hibernate/Account.java 24 fieldCommentRequirement Required
6386 src/com/gps/hibernate/Account.java 25 fieldCommentRequirement Required
6387 src/com/gps/hibernate/Account.java 26 fieldCommentRequirement Required
6388 src/com/gps/hibernate/Account.java 27 fieldCommentRequirement Required
6389 src/com/gps/hibernate/Account.java 28 fieldCommentRequirement Required
6390 src/com/gps/hibernate/Account.java 29 fieldCommentRequirement Required
6391 src/com/gps/hibernate/Account.java 30 fieldCommentRequirement Required
6392 src/com/gps/hibernate/Account.java 35 Document empty constructor
6393 src/com/gps/hibernate/Account.java 39 Parameter 'accountId' is not assigned and could be declared final
6394 src/com/gps/hibernate/Account.java 44 Avoid long parameter lists.
6395 src/com/gps/hibernate/Account.java 44 Parameter 'accountId' is not assigned and could be declared final
6396 src/com/gps/hibernate/Account.java 44 Parameter 'companyId' is not assigned and could be declared final
6397 src/com/gps/hibernate/Account.java 44 Parameter 'userId' is not assigned and could be declared final
6398 src/com/gps/hibernate/Account.java 45 Parameter 'createDate' is not assigned and could be declared final
6399 src/com/gps/hibernate/Account.java 45 Parameter 'modifiedDate' is not assigned and could be declared final
6400 src/com/gps/hibernate/Account.java 45 Parameter 'userName' is not assigned and could be declared final
6401 src/com/gps/hibernate/Account.java 46 Parameter 'legalName' is not assigned and could be declared final
6402 src/com/gps/hibernate/Account.java 46 Parameter 'name' is not assigned and could be declared final
6403 src/com/gps/hibernate/Account.java 46 Parameter 'parentAccountId' is not assigned and could be declared final
6404 src/com/gps/hibernate/Account.java 47 Parameter 'legalId' is not assigned and could be declared final
6405 src/com/gps/hibernate/Account.java 47 Parameter 'legalType' is not assigned and could be declared final
6406 src/com/gps/hibernate/Account.java 47 Parameter 'sicCode' is not assigned and could be declared final
6407 src/com/gps/hibernate/Account.java 48 Parameter 'industry' is not assigned and could be declared final
6408 src/com/gps/hibernate/Account.java 48 Parameter 'size' is not assigned and could be declared final
6409 src/com/gps/hibernate/Account.java 48 Parameter 'tickerSymbol' is not assigned and could be declared final
6410 src/com/gps/hibernate/Account.java 48 Parameter 'type' is not assigned and could be declared final
6411 src/com/gps/hibernate/Account.java 69 publicMethodCommentRequirement Required
6412 src/com/gps/hibernate/Account.java 73 Parameter 'accountId' is not assigned and could be declared final
6413 src/com/gps/hibernate/Account.java 73 publicMethodCommentRequirement Required
6414 src/com/gps/hibernate/Account.java 77 publicMethodCommentRequirement Required
6415 src/com/gps/hibernate/Account.java 81 Parameter 'companyId' is not assigned and could be declared final
6416 src/com/gps/hibernate/Account.java 81 publicMethodCommentRequirement Required
6417 src/com/gps/hibernate/Account.java 85 publicMethodCommentRequirement Required
6418 src/com/gps/hibernate/Account.java 89 Parameter 'userId' is not assigned and could be declared final
6419 src/com/gps/hibernate/Account.java 89 publicMethodCommentRequirement Required
6420 src/com/gps/hibernate/Account.java 93 publicMethodCommentRequirement Required
6421 src/com/gps/hibernate/Account.java 97 Parameter 'userName' is not assigned and could be declared final
6422 src/com/gps/hibernate/Account.java 97 publicMethodCommentRequirement Required
6423 src/com/gps/hibernate/Account.java 101 publicMethodCommentRequirement Required
6424 src/com/gps/hibernate/Account.java 105 Parameter 'createDate' is not assigned and could be declared final
6425 src/com/gps/hibernate/Account.java 105 publicMethodCommentRequirement Required
6426 src/com/gps/hibernate/Account.java 109 publicMethodCommentRequirement Required
6427 src/com/gps/hibernate/Account.java 113 Parameter 'modifiedDate' is not assigned and could be declared final
6428 src/com/gps/hibernate/Account.java 113 publicMethodCommentRequirement Required
6429 src/com/gps/hibernate/Account.java 117 publicMethodCommentRequirement Required
6430 src/com/gps/hibernate/Account.java 121 Parameter 'parentAccountId' is not assigned and could be declared final
6431 src/com/gps/hibernate/Account.java 121 publicMethodCommentRequirement Required
6432 src/com/gps/hibernate/Account.java 125 publicMethodCommentRequirement Required
6433 src/com/gps/hibernate/Account.java 129 Parameter 'name' is not assigned and could be declared final
6434 src/com/gps/hibernate/Account.java 129 publicMethodCommentRequirement Required
6435 src/com/gps/hibernate/Account.java 133 publicMethodCommentRequirement Required
6436 src/com/gps/hibernate/Account.java 137 Parameter 'legalName' is not assigned and could be declared final
6437 src/com/gps/hibernate/Account.java 137 publicMethodCommentRequirement Required
6438 src/com/gps/hibernate/Account.java 141 publicMethodCommentRequirement Required
6439 src/com/gps/hibernate/Account.java 145 Parameter 'legalId' is not assigned and could be declared final
6440 src/com/gps/hibernate/Account.java 145 publicMethodCommentRequirement Required
6441 src/com/gps/hibernate/Account.java 149 publicMethodCommentRequirement Required
6442 src/com/gps/hibernate/Account.java 153 Parameter 'legalType' is not assigned and could be declared final
6443 src/com/gps/hibernate/Account.java 153 publicMethodCommentRequirement Required
6444 src/com/gps/hibernate/Account.java 157 publicMethodCommentRequirement Required
6445 src/com/gps/hibernate/Account.java 161 Parameter 'sicCode' is not assigned and could be declared final
6446 src/com/gps/hibernate/Account.java 161 publicMethodCommentRequirement Required
6447 src/com/gps/hibernate/Account.java 165 publicMethodCommentRequirement Required
6448 src/com/gps/hibernate/Account.java 169 Parameter 'tickerSymbol' is not assigned and could be declared final
6449 src/com/gps/hibernate/Account.java 169 publicMethodCommentRequirement Required
6450 src/com/gps/hibernate/Account.java 173 publicMethodCommentRequirement Required
6451 src/com/gps/hibernate/Account.java 177 Parameter 'industry' is not assigned and could be declared final
6452 src/com/gps/hibernate/Account.java 177 publicMethodCommentRequirement Required
6453 src/com/gps/hibernate/Account.java 181 publicMethodCommentRequirement Required
6454 src/com/gps/hibernate/Account.java 185 Parameter 'type' is not assigned and could be declared final
6455 src/com/gps/hibernate/Account.java 185 publicMethodCommentRequirement Required
6456 src/com/gps/hibernate/Account.java 189 publicMethodCommentRequirement Required
6457 src/com/gps/hibernate/Account.java 193 Parameter 'size' is not assigned and could be declared final
6458 src/com/gps/hibernate/Account.java 193 publicMethodCommentRequirement Required
6459 src/com/gps/hibernate/AccountDAO.java 3 Avoid unused imports such as 'java.util.Date'
6460 src/com/gps/hibernate/AccountDAO.java 11 Comment is too large: Too many lines
6461 src/com/gps/hibernate/AccountDAO.java 23 This class has too many methods, consider refactoring it.
6462 src/com/gps/hibernate/AccountDAO.java 24 Logger should be defined private static final and have the correct class
6463 src/com/gps/hibernate/AccountDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
6464 src/com/gps/hibernate/AccountDAO.java 24 fieldCommentRequirement Required
6465 src/com/gps/hibernate/AccountDAO.java 26 fieldCommentRequirement Required
6466 src/com/gps/hibernate/AccountDAO.java 27 fieldCommentRequirement Required
6467 src/com/gps/hibernate/AccountDAO.java 28 fieldCommentRequirement Required
6468 src/com/gps/hibernate/AccountDAO.java 29 fieldCommentRequirement Required
6469 src/com/gps/hibernate/AccountDAO.java 30 fieldCommentRequirement Required
6470 src/com/gps/hibernate/AccountDAO.java 31 fieldCommentRequirement Required
6471 src/com/gps/hibernate/AccountDAO.java 32 fieldCommentRequirement Required
6472 src/com/gps/hibernate/AccountDAO.java 33 fieldCommentRequirement Required
6473 src/com/gps/hibernate/AccountDAO.java 34 fieldCommentRequirement Required
6474 src/com/gps/hibernate/AccountDAO.java 35 fieldCommentRequirement Required
6475 src/com/gps/hibernate/AccountDAO.java 36 fieldCommentRequirement Required
6476 src/com/gps/hibernate/AccountDAO.java 37 fieldCommentRequirement Required
6477 src/com/gps/hibernate/AccountDAO.java 38 fieldCommentRequirement Required
6478 src/com/gps/hibernate/AccountDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
6479 src/com/gps/hibernate/AccountDAO.java 40 publicMethodCommentRequirement Required
6480 src/com/gps/hibernate/AccountDAO.java 41 There is log block not surrounded by if
6481 src/com/gps/hibernate/AccountDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6482 src/com/gps/hibernate/AccountDAO.java 43 Potential violation of Law of Demeter (method chain calls)
6483 src/com/gps/hibernate/AccountDAO.java 44 There is log block not surrounded by if
6484 src/com/gps/hibernate/AccountDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6485 src/com/gps/hibernate/AccountDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6486 src/com/gps/hibernate/AccountDAO.java 46 There is log block not surrounded by if
6487 src/com/gps/hibernate/AccountDAO.java 51 Avoid excessively long variable names like persistentInstance
6488 src/com/gps/hibernate/AccountDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
6489 src/com/gps/hibernate/AccountDAO.java 51 publicMethodCommentRequirement Required
6490 src/com/gps/hibernate/AccountDAO.java 52 There is log block not surrounded by if
6491 src/com/gps/hibernate/AccountDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6492 src/com/gps/hibernate/AccountDAO.java 54 Potential violation of Law of Demeter (method chain calls)
6493 src/com/gps/hibernate/AccountDAO.java 55 There is log block not surrounded by if
6494 src/com/gps/hibernate/AccountDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6495 src/com/gps/hibernate/AccountDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6496 src/com/gps/hibernate/AccountDAO.java 57 There is log block not surrounded by if
6497 src/com/gps/hibernate/AccountDAO.java 62 Avoid variables with short names like id
6498 src/com/gps/hibernate/AccountDAO.java 62 Parameter 'id' is not assigned and could be declared final
6499 src/com/gps/hibernate/AccountDAO.java 62 publicMethodCommentRequirement Required
6500 src/com/gps/hibernate/AccountDAO.java 63 There is log block not surrounded by if
6501 src/com/gps/hibernate/AccountDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6502 src/com/gps/hibernate/AccountDAO.java 65 Local variable 'instance' could be declared final
6503 src/com/gps/hibernate/AccountDAO.java 65 Potential violation of Law of Demeter (method chain calls)
6504 src/com/gps/hibernate/AccountDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6505 src/com/gps/hibernate/AccountDAO.java 69 There is log block not surrounded by if
6506 src/com/gps/hibernate/AccountDAO.java 74 Parameter 'instance' is not assigned and could be declared final
6507 src/com/gps/hibernate/AccountDAO.java 74 publicMethodCommentRequirement Required
6508 src/com/gps/hibernate/AccountDAO.java 75 There is log block not surrounded by if
6509 src/com/gps/hibernate/AccountDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6510 src/com/gps/hibernate/AccountDAO.java 77 Local variable 'results' could be declared final
6511 src/com/gps/hibernate/AccountDAO.java 77 Potential violation of Law of Demeter (method chain calls)
6512 src/com/gps/hibernate/AccountDAO.java 77 Potential violation of Law of Demeter (method chain calls)
6513 src/com/gps/hibernate/AccountDAO.java 77 Potential violation of Law of Demeter (method chain calls)
6514 src/com/gps/hibernate/AccountDAO.java 80 There is log block not surrounded by if
6515 src/com/gps/hibernate/AccountDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6516 src/com/gps/hibernate/AccountDAO.java 81 Potential violation of Law of Demeter (object not created locally)
6517 src/com/gps/hibernate/AccountDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6518 src/com/gps/hibernate/AccountDAO.java 84 There is log block not surrounded by if
6519 src/com/gps/hibernate/AccountDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
6520 src/com/gps/hibernate/AccountDAO.java 89 Parameter 'value' is not assigned and could be declared final
6521 src/com/gps/hibernate/AccountDAO.java 89 publicMethodCommentRequirement Required
6522 src/com/gps/hibernate/AccountDAO.java 90 There is log block not surrounded by if
6523 src/com/gps/hibernate/AccountDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6524 src/com/gps/hibernate/AccountDAO.java 93 Local variable 'queryString' could be declared final
6525 src/com/gps/hibernate/AccountDAO.java 95 Local variable 'queryObject' could be declared final
6526 src/com/gps/hibernate/AccountDAO.java 95 Potential violation of Law of Demeter (method chain calls)
6527 src/com/gps/hibernate/AccountDAO.java 96 Potential violation of Law of Demeter (object not created locally)
6528 src/com/gps/hibernate/AccountDAO.java 97 Potential violation of Law of Demeter (object not created locally)
6529 src/com/gps/hibernate/AccountDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6530 src/com/gps/hibernate/AccountDAO.java 99 There is log block not surrounded by if
6531 src/com/gps/hibernate/AccountDAO.java 104 Parameter 'companyId' is not assigned and could be declared final
6532 src/com/gps/hibernate/AccountDAO.java 104 publicMethodCommentRequirement Required
6533 src/com/gps/hibernate/AccountDAO.java 108 Parameter 'userId' is not assigned and could be declared final
6534 src/com/gps/hibernate/AccountDAO.java 108 publicMethodCommentRequirement Required
6535 src/com/gps/hibernate/AccountDAO.java 112 Parameter 'userName' is not assigned and could be declared final
6536 src/com/gps/hibernate/AccountDAO.java 112 publicMethodCommentRequirement Required
6537 src/com/gps/hibernate/AccountDAO.java 116 Parameter 'parentAccountId' is not assigned and could be declared final
6538 src/com/gps/hibernate/AccountDAO.java 116 publicMethodCommentRequirement Required
6539 src/com/gps/hibernate/AccountDAO.java 120 Parameter 'name' is not assigned and could be declared final
6540 src/com/gps/hibernate/AccountDAO.java 120 publicMethodCommentRequirement Required
6541 src/com/gps/hibernate/AccountDAO.java 124 Parameter 'legalName' is not assigned and could be declared final
6542 src/com/gps/hibernate/AccountDAO.java 124 publicMethodCommentRequirement Required
6543 src/com/gps/hibernate/AccountDAO.java 128 Parameter 'legalId' is not assigned and could be declared final
6544 src/com/gps/hibernate/AccountDAO.java 128 publicMethodCommentRequirement Required
6545 src/com/gps/hibernate/AccountDAO.java 132 Parameter 'legalType' is not assigned and could be declared final
6546 src/com/gps/hibernate/AccountDAO.java 132 publicMethodCommentRequirement Required
6547 src/com/gps/hibernate/AccountDAO.java 136 Parameter 'sicCode' is not assigned and could be declared final
6548 src/com/gps/hibernate/AccountDAO.java 136 publicMethodCommentRequirement Required
6549 src/com/gps/hibernate/AccountDAO.java 140 Parameter 'tickerSymbol' is not assigned and could be declared final
6550 src/com/gps/hibernate/AccountDAO.java 140 publicMethodCommentRequirement Required
6551 src/com/gps/hibernate/AccountDAO.java 144 Parameter 'industry' is not assigned and could be declared final
6552 src/com/gps/hibernate/AccountDAO.java 144 publicMethodCommentRequirement Required
6553 src/com/gps/hibernate/AccountDAO.java 148 Parameter 'type' is not assigned and could be declared final
6554 src/com/gps/hibernate/AccountDAO.java 148 publicMethodCommentRequirement Required
6555 src/com/gps/hibernate/AccountDAO.java 152 Parameter 'size' is not assigned and could be declared final
6556 src/com/gps/hibernate/AccountDAO.java 152 publicMethodCommentRequirement Required
6557 src/com/gps/hibernate/AccountDAO.java 156 publicMethodCommentRequirement Required
6558 src/com/gps/hibernate/AccountDAO.java 157 There is log block not surrounded by if
6559 src/com/gps/hibernate/AccountDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6560 src/com/gps/hibernate/AccountDAO.java 159 Local variable 'queryString' could be declared final
6561 src/com/gps/hibernate/AccountDAO.java 160 Local variable 'queryObject' could be declared final
6562 src/com/gps/hibernate/AccountDAO.java 160 Potential violation of Law of Demeter (method chain calls)
6563 src/com/gps/hibernate/AccountDAO.java 161 Potential violation of Law of Demeter (object not created locally)
6564 src/com/gps/hibernate/AccountDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6565 src/com/gps/hibernate/AccountDAO.java 163 There is log block not surrounded by if
6566 src/com/gps/hibernate/AccountDAO.java 168 Parameter 'detachedInstance' is not assigned and could be declared final
6567 src/com/gps/hibernate/AccountDAO.java 168 publicMethodCommentRequirement Required
6568 src/com/gps/hibernate/AccountDAO.java 169 There is log block not surrounded by if
6569 src/com/gps/hibernate/AccountDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6570 src/com/gps/hibernate/AccountDAO.java 171 Local variable 'result' could be declared final
6571 src/com/gps/hibernate/AccountDAO.java 171 Potential violation of Law of Demeter (method chain calls)
6572 src/com/gps/hibernate/AccountDAO.java 172 There is log block not surrounded by if
6573 src/com/gps/hibernate/AccountDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6574 src/com/gps/hibernate/AccountDAO.java 174 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6575 src/com/gps/hibernate/AccountDAO.java 175 There is log block not surrounded by if
6576 src/com/gps/hibernate/AccountDAO.java 180 Parameter 'instance' is not assigned and could be declared final
6577 src/com/gps/hibernate/AccountDAO.java 180 publicMethodCommentRequirement Required
6578 src/com/gps/hibernate/AccountDAO.java 181 There is log block not surrounded by if
6579 src/com/gps/hibernate/AccountDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6580 src/com/gps/hibernate/AccountDAO.java 183 Potential violation of Law of Demeter (method chain calls)
6581 src/com/gps/hibernate/AccountDAO.java 184 There is log block not surrounded by if
6582 src/com/gps/hibernate/AccountDAO.java 184 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6583 src/com/gps/hibernate/AccountDAO.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6584 src/com/gps/hibernate/AccountDAO.java 186 There is log block not surrounded by if
6585 src/com/gps/hibernate/AccountDAO.java 191 Parameter 'instance' is not assigned and could be declared final
6586 src/com/gps/hibernate/AccountDAO.java 191 publicMethodCommentRequirement Required
6587 src/com/gps/hibernate/AccountDAO.java 192 There is log block not surrounded by if
6588 src/com/gps/hibernate/AccountDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6589 src/com/gps/hibernate/AccountDAO.java 194 Potential violation of Law of Demeter (method chain calls)
6590 src/com/gps/hibernate/AccountDAO.java 195 There is log block not surrounded by if
6591 src/com/gps/hibernate/AccountDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6592 src/com/gps/hibernate/AccountDAO.java 196 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6593 src/com/gps/hibernate/AccountDAO.java 197 There is log block not surrounded by if
6594 src/com/gps/hibernate/Accounts.java 9 Classes implementing Serializable should set a serialVersionUID
6595 src/com/gps/hibernate/Accounts.java 13 Avoid variables with short names like id
6596 src/com/gps/hibernate/Accounts.java 13 fieldCommentRequirement Required
6597 src/com/gps/hibernate/Accounts.java 18 Document empty constructor
6598 src/com/gps/hibernate/Accounts.java 22 Avoid variables with short names like id
6599 src/com/gps/hibernate/Accounts.java 22 Parameter 'id' is not assigned and could be declared final
6600 src/com/gps/hibernate/Accounts.java 28 publicMethodCommentRequirement Required
6601 src/com/gps/hibernate/Accounts.java 32 Avoid variables with short names like id
6602 src/com/gps/hibernate/Accounts.java 32 Parameter 'id' is not assigned and could be declared final
6603 src/com/gps/hibernate/Accounts.java 32 publicMethodCommentRequirement Required
6604 src/com/gps/hibernate/AccountsDAO.java 10 Comment is too large: Too many lines
6605 src/com/gps/hibernate/AccountsDAO.java 23 Logger should be defined private static final and have the correct class
6606 src/com/gps/hibernate/AccountsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
6607 src/com/gps/hibernate/AccountsDAO.java 23 fieldCommentRequirement Required
6608 src/com/gps/hibernate/AccountsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
6609 src/com/gps/hibernate/AccountsDAO.java 27 publicMethodCommentRequirement Required
6610 src/com/gps/hibernate/AccountsDAO.java 28 There is log block not surrounded by if
6611 src/com/gps/hibernate/AccountsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6612 src/com/gps/hibernate/AccountsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
6613 src/com/gps/hibernate/AccountsDAO.java 31 There is log block not surrounded by if
6614 src/com/gps/hibernate/AccountsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6615 src/com/gps/hibernate/AccountsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6616 src/com/gps/hibernate/AccountsDAO.java 33 There is log block not surrounded by if
6617 src/com/gps/hibernate/AccountsDAO.java 38 Avoid excessively long variable names like persistentInstance
6618 src/com/gps/hibernate/AccountsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
6619 src/com/gps/hibernate/AccountsDAO.java 38 publicMethodCommentRequirement Required
6620 src/com/gps/hibernate/AccountsDAO.java 39 There is log block not surrounded by if
6621 src/com/gps/hibernate/AccountsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6622 src/com/gps/hibernate/AccountsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
6623 src/com/gps/hibernate/AccountsDAO.java 42 There is log block not surrounded by if
6624 src/com/gps/hibernate/AccountsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6625 src/com/gps/hibernate/AccountsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6626 src/com/gps/hibernate/AccountsDAO.java 44 There is log block not surrounded by if
6627 src/com/gps/hibernate/AccountsDAO.java 49 Avoid variables with short names like id
6628 src/com/gps/hibernate/AccountsDAO.java 49 Parameter 'id' is not assigned and could be declared final
6629 src/com/gps/hibernate/AccountsDAO.java 49 publicMethodCommentRequirement Required
6630 src/com/gps/hibernate/AccountsDAO.java 50 There is log block not surrounded by if
6631 src/com/gps/hibernate/AccountsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6632 src/com/gps/hibernate/AccountsDAO.java 52 Local variable 'instance' could be declared final
6633 src/com/gps/hibernate/AccountsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
6634 src/com/gps/hibernate/AccountsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6635 src/com/gps/hibernate/AccountsDAO.java 56 There is log block not surrounded by if
6636 src/com/gps/hibernate/AccountsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
6637 src/com/gps/hibernate/AccountsDAO.java 61 publicMethodCommentRequirement Required
6638 src/com/gps/hibernate/AccountsDAO.java 62 There is log block not surrounded by if
6639 src/com/gps/hibernate/AccountsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6640 src/com/gps/hibernate/AccountsDAO.java 64 Local variable 'results' could be declared final
6641 src/com/gps/hibernate/AccountsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
6642 src/com/gps/hibernate/AccountsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
6643 src/com/gps/hibernate/AccountsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
6644 src/com/gps/hibernate/AccountsDAO.java 67 There is log block not surrounded by if
6645 src/com/gps/hibernate/AccountsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6646 src/com/gps/hibernate/AccountsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
6647 src/com/gps/hibernate/AccountsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6648 src/com/gps/hibernate/AccountsDAO.java 71 There is log block not surrounded by if
6649 src/com/gps/hibernate/AccountsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
6650 src/com/gps/hibernate/AccountsDAO.java 76 Parameter 'value' is not assigned and could be declared final
6651 src/com/gps/hibernate/AccountsDAO.java 76 publicMethodCommentRequirement Required
6652 src/com/gps/hibernate/AccountsDAO.java 77 There is log block not surrounded by if
6653 src/com/gps/hibernate/AccountsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6654 src/com/gps/hibernate/AccountsDAO.java 80 Local variable 'queryString' could be declared final
6655 src/com/gps/hibernate/AccountsDAO.java 82 Local variable 'queryObject' could be declared final
6656 src/com/gps/hibernate/AccountsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
6657 src/com/gps/hibernate/AccountsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
6658 src/com/gps/hibernate/AccountsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
6659 src/com/gps/hibernate/AccountsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6660 src/com/gps/hibernate/AccountsDAO.java 86 There is log block not surrounded by if
6661 src/com/gps/hibernate/AccountsDAO.java 91 publicMethodCommentRequirement Required
6662 src/com/gps/hibernate/AccountsDAO.java 92 There is log block not surrounded by if
6663 src/com/gps/hibernate/AccountsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6664 src/com/gps/hibernate/AccountsDAO.java 94 Local variable 'queryString' could be declared final
6665 src/com/gps/hibernate/AccountsDAO.java 95 Local variable 'queryObject' could be declared final
6666 src/com/gps/hibernate/AccountsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
6667 src/com/gps/hibernate/AccountsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
6668 src/com/gps/hibernate/AccountsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6669 src/com/gps/hibernate/AccountsDAO.java 98 There is log block not surrounded by if
6670 src/com/gps/hibernate/AccountsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
6671 src/com/gps/hibernate/AccountsDAO.java 103 publicMethodCommentRequirement Required
6672 src/com/gps/hibernate/AccountsDAO.java 104 There is log block not surrounded by if
6673 src/com/gps/hibernate/AccountsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6674 src/com/gps/hibernate/AccountsDAO.java 106 Local variable 'result' could be declared final
6675 src/com/gps/hibernate/AccountsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
6676 src/com/gps/hibernate/AccountsDAO.java 107 There is log block not surrounded by if
6677 src/com/gps/hibernate/AccountsDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6678 src/com/gps/hibernate/AccountsDAO.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6679 src/com/gps/hibernate/AccountsDAO.java 110 There is log block not surrounded by if
6680 src/com/gps/hibernate/AccountsDAO.java 115 Parameter 'instance' is not assigned and could be declared final
6681 src/com/gps/hibernate/AccountsDAO.java 115 publicMethodCommentRequirement Required
6682 src/com/gps/hibernate/AccountsDAO.java 116 There is log block not surrounded by if
6683 src/com/gps/hibernate/AccountsDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6684 src/com/gps/hibernate/AccountsDAO.java 118 Potential violation of Law of Demeter (method chain calls)
6685 src/com/gps/hibernate/AccountsDAO.java 119 There is log block not surrounded by if
6686 src/com/gps/hibernate/AccountsDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6687 src/com/gps/hibernate/AccountsDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6688 src/com/gps/hibernate/AccountsDAO.java 121 There is log block not surrounded by if
6689 src/com/gps/hibernate/AccountsDAO.java 126 Parameter 'instance' is not assigned and could be declared final
6690 src/com/gps/hibernate/AccountsDAO.java 126 publicMethodCommentRequirement Required
6691 src/com/gps/hibernate/AccountsDAO.java 127 There is log block not surrounded by if
6692 src/com/gps/hibernate/AccountsDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6693 src/com/gps/hibernate/AccountsDAO.java 129 Potential violation of Law of Demeter (method chain calls)
6694 src/com/gps/hibernate/AccountsDAO.java 130 There is log block not surrounded by if
6695 src/com/gps/hibernate/AccountsDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6696 src/com/gps/hibernate/AccountsDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6697 src/com/gps/hibernate/AccountsDAO.java 132 There is log block not surrounded by if
6698 src/com/gps/hibernate/AccountsId.java 9 Classes implementing Serializable should set a serialVersionUID
6699 src/com/gps/hibernate/AccountsId.java 13 fieldCommentRequirement Required
6700 src/com/gps/hibernate/AccountsId.java 14 fieldCommentRequirement Required
6701 src/com/gps/hibernate/AccountsId.java 19 Document empty constructor
6702 src/com/gps/hibernate/AccountsId.java 23 Parameter 'creditLimit' is not assigned and could be declared final
6703 src/com/gps/hibernate/AccountsId.java 23 Parameter 'smsSent' is not assigned and could be declared final
6704 src/com/gps/hibernate/AccountsId.java 30 publicMethodCommentRequirement Required
6705 src/com/gps/hibernate/AccountsId.java 34 Parameter 'smsSent' is not assigned and could be declared final
6706 src/com/gps/hibernate/AccountsId.java 34 publicMethodCommentRequirement Required
6707 src/com/gps/hibernate/AccountsId.java 38 publicMethodCommentRequirement Required
6708 src/com/gps/hibernate/AccountsId.java 42 Parameter 'creditLimit' is not assigned and could be declared final
6709 src/com/gps/hibernate/AccountsId.java 42 publicMethodCommentRequirement Required
6710 src/com/gps/hibernate/AccountsId.java 46 Parameter 'other' is not assigned and could be declared final
6711 src/com/gps/hibernate/AccountsId.java 46 publicMethodCommentRequirement Required
6712 src/com/gps/hibernate/AccountsId.java 47 Avoid using if statements without curly braces
6713 src/com/gps/hibernate/AccountsId.java 47 Useless parentheses.
6714 src/com/gps/hibernate/AccountsId.java 48 A method should have only one exit point, and that should be the last statement in the method
6715 src/com/gps/hibernate/AccountsId.java 49 Avoid using if statements without curly braces
6716 src/com/gps/hibernate/AccountsId.java 49 Useless parentheses.
6717 src/com/gps/hibernate/AccountsId.java 50 A method should have only one exit point, and that should be the last statement in the method
6718 src/com/gps/hibernate/AccountsId.java 51 Avoid using if statements without curly braces
6719 src/com/gps/hibernate/AccountsId.java 52 A method should have only one exit point, and that should be the last statement in the method
6720 src/com/gps/hibernate/AccountsId.java 53 Local variable 'castOther' could be declared final
6721 src/com/gps/hibernate/AccountsId.java 55 Potential violation of Law of Demeter (method chain calls)
6722 src/com/gps/hibernate/AccountsId.java 55 Potential violation of Law of Demeter (object not created locally)
6723 src/com/gps/hibernate/AccountsId.java 55 Potential violation of Law of Demeter (object not created locally)
6724 src/com/gps/hibernate/AccountsId.java 55 Useless parentheses.
6725 src/com/gps/hibernate/AccountsId.java 55 Useless parentheses.
6726 src/com/gps/hibernate/AccountsId.java 57 Potential violation of Law of Demeter (object not created locally)
6727 src/com/gps/hibernate/AccountsId.java 58 Potential violation of Law of Demeter (object not created locally)
6728 src/com/gps/hibernate/AccountsId.java 59 Potential violation of Law of Demeter (method chain calls)
6729 src/com/gps/hibernate/AccountsId.java 59 Potential violation of Law of Demeter (object not created locally)
6730 src/com/gps/hibernate/AccountsId.java 59 Potential violation of Law of Demeter (object not created locally)
6731 src/com/gps/hibernate/AccountsId.java 59 Useless parentheses.
6732 src/com/gps/hibernate/AccountsId.java 59 Useless parentheses.
6733 src/com/gps/hibernate/AccountsId.java 61 Potential violation of Law of Demeter (object not created locally)
6734 src/com/gps/hibernate/AccountsId.java 62 Potential violation of Law of Demeter (object not created locally)
6735 src/com/gps/hibernate/AccountsId.java 65 publicMethodCommentRequirement Required
6736 src/com/gps/hibernate/AccountsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
6737 src/com/gps/hibernate/Address.java 11 Classes implementing Serializable should set a serialVersionUID
6738 src/com/gps/hibernate/Address.java 11 Too many fields
6739 src/com/gps/hibernate/Address.java 15 fieldCommentRequirement Required
6740 src/com/gps/hibernate/Address.java 16 fieldCommentRequirement Required
6741 src/com/gps/hibernate/Address.java 17 fieldCommentRequirement Required
6742 src/com/gps/hibernate/Address.java 18 fieldCommentRequirement Required
6743 src/com/gps/hibernate/Address.java 19 fieldCommentRequirement Required
6744 src/com/gps/hibernate/Address.java 20 fieldCommentRequirement Required
6745 src/com/gps/hibernate/Address.java 21 fieldCommentRequirement Required
6746 src/com/gps/hibernate/Address.java 22 fieldCommentRequirement Required
6747 src/com/gps/hibernate/Address.java 23 fieldCommentRequirement Required
6748 src/com/gps/hibernate/Address.java 24 fieldCommentRequirement Required
6749 src/com/gps/hibernate/Address.java 25 fieldCommentRequirement Required
6750 src/com/gps/hibernate/Address.java 26 fieldCommentRequirement Required
6751 src/com/gps/hibernate/Address.java 27 fieldCommentRequirement Required
6752 src/com/gps/hibernate/Address.java 28 fieldCommentRequirement Required
6753 src/com/gps/hibernate/Address.java 29 fieldCommentRequirement Required
6754 src/com/gps/hibernate/Address.java 30 fieldCommentRequirement Required
6755 src/com/gps/hibernate/Address.java 31 fieldCommentRequirement Required
6756 src/com/gps/hibernate/Address.java 32 fieldCommentRequirement Required
6757 src/com/gps/hibernate/Address.java 37 Document empty constructor
6758 src/com/gps/hibernate/Address.java 41 Parameter 'addressId' is not assigned and could be declared final
6759 src/com/gps/hibernate/Address.java 46 Avoid long parameter lists.
6760 src/com/gps/hibernate/Address.java 46 Parameter 'addressId' is not assigned and could be declared final
6761 src/com/gps/hibernate/Address.java 46 Parameter 'companyId' is not assigned and could be declared final
6762 src/com/gps/hibernate/Address.java 46 Parameter 'userId' is not assigned and could be declared final
6763 src/com/gps/hibernate/Address.java 47 Parameter 'createDate' is not assigned and could be declared final
6764 src/com/gps/hibernate/Address.java 47 Parameter 'modifiedDate' is not assigned and could be declared final
6765 src/com/gps/hibernate/Address.java 47 Parameter 'userName' is not assigned and could be declared final
6766 src/com/gps/hibernate/Address.java 48 Parameter 'classNameId' is not assigned and could be declared final
6767 src/com/gps/hibernate/Address.java 48 Parameter 'classPk' is not assigned and could be declared final
6768 src/com/gps/hibernate/Address.java 48 Parameter 'street1' is not assigned and could be declared final
6769 src/com/gps/hibernate/Address.java 48 Parameter 'street2' is not assigned and could be declared final
6770 src/com/gps/hibernate/Address.java 49 Parameter 'city' is not assigned and could be declared final
6771 src/com/gps/hibernate/Address.java 49 Parameter 'regionId' is not assigned and could be declared final
6772 src/com/gps/hibernate/Address.java 49 Parameter 'street3' is not assigned and could be declared final
6773 src/com/gps/hibernate/Address.java 49 Parameter 'zip' is not assigned and could be declared final
6774 src/com/gps/hibernate/Address.java 50 Parameter 'countryId' is not assigned and could be declared final
6775 src/com/gps/hibernate/Address.java 50 Parameter 'mailing' is not assigned and could be declared final
6776 src/com/gps/hibernate/Address.java 50 Parameter 'primary' is not assigned and could be declared final
6777 src/com/gps/hibernate/Address.java 50 Parameter 'typeId' is not assigned and could be declared final
6778 src/com/gps/hibernate/Address.java 73 publicMethodCommentRequirement Required
6779 src/com/gps/hibernate/Address.java 77 Parameter 'addressId' is not assigned and could be declared final
6780 src/com/gps/hibernate/Address.java 77 publicMethodCommentRequirement Required
6781 src/com/gps/hibernate/Address.java 81 publicMethodCommentRequirement Required
6782 src/com/gps/hibernate/Address.java 85 Parameter 'companyId' is not assigned and could be declared final
6783 src/com/gps/hibernate/Address.java 85 publicMethodCommentRequirement Required
6784 src/com/gps/hibernate/Address.java 89 publicMethodCommentRequirement Required
6785 src/com/gps/hibernate/Address.java 93 Parameter 'userId' is not assigned and could be declared final
6786 src/com/gps/hibernate/Address.java 93 publicMethodCommentRequirement Required
6787 src/com/gps/hibernate/Address.java 97 publicMethodCommentRequirement Required
6788 src/com/gps/hibernate/Address.java 101 Parameter 'userName' is not assigned and could be declared final
6789 src/com/gps/hibernate/Address.java 101 publicMethodCommentRequirement Required
6790 src/com/gps/hibernate/Address.java 105 publicMethodCommentRequirement Required
6791 src/com/gps/hibernate/Address.java 109 Parameter 'createDate' is not assigned and could be declared final
6792 src/com/gps/hibernate/Address.java 109 publicMethodCommentRequirement Required
6793 src/com/gps/hibernate/Address.java 113 publicMethodCommentRequirement Required
6794 src/com/gps/hibernate/Address.java 117 Parameter 'modifiedDate' is not assigned and could be declared final
6795 src/com/gps/hibernate/Address.java 117 publicMethodCommentRequirement Required
6796 src/com/gps/hibernate/Address.java 121 publicMethodCommentRequirement Required
6797 src/com/gps/hibernate/Address.java 125 Parameter 'classNameId' is not assigned and could be declared final
6798 src/com/gps/hibernate/Address.java 125 publicMethodCommentRequirement Required
6799 src/com/gps/hibernate/Address.java 129 publicMethodCommentRequirement Required
6800 src/com/gps/hibernate/Address.java 133 Parameter 'classPk' is not assigned and could be declared final
6801 src/com/gps/hibernate/Address.java 133 publicMethodCommentRequirement Required
6802 src/com/gps/hibernate/Address.java 137 publicMethodCommentRequirement Required
6803 src/com/gps/hibernate/Address.java 141 Parameter 'street1' is not assigned and could be declared final
6804 src/com/gps/hibernate/Address.java 141 publicMethodCommentRequirement Required
6805 src/com/gps/hibernate/Address.java 145 publicMethodCommentRequirement Required
6806 src/com/gps/hibernate/Address.java 149 Parameter 'street2' is not assigned and could be declared final
6807 src/com/gps/hibernate/Address.java 149 publicMethodCommentRequirement Required
6808 src/com/gps/hibernate/Address.java 153 publicMethodCommentRequirement Required
6809 src/com/gps/hibernate/Address.java 157 Parameter 'street3' is not assigned and could be declared final
6810 src/com/gps/hibernate/Address.java 157 publicMethodCommentRequirement Required
6811 src/com/gps/hibernate/Address.java 161 publicMethodCommentRequirement Required
6812 src/com/gps/hibernate/Address.java 165 Parameter 'city' is not assigned and could be declared final
6813 src/com/gps/hibernate/Address.java 165 publicMethodCommentRequirement Required
6814 src/com/gps/hibernate/Address.java 169 publicMethodCommentRequirement Required
6815 src/com/gps/hibernate/Address.java 173 Parameter 'zip' is not assigned and could be declared final
6816 src/com/gps/hibernate/Address.java 173 publicMethodCommentRequirement Required
6817 src/com/gps/hibernate/Address.java 177 publicMethodCommentRequirement Required
6818 src/com/gps/hibernate/Address.java 181 Parameter 'regionId' is not assigned and could be declared final
6819 src/com/gps/hibernate/Address.java 181 publicMethodCommentRequirement Required
6820 src/com/gps/hibernate/Address.java 185 publicMethodCommentRequirement Required
6821 src/com/gps/hibernate/Address.java 189 Parameter 'countryId' is not assigned and could be declared final
6822 src/com/gps/hibernate/Address.java 189 publicMethodCommentRequirement Required
6823 src/com/gps/hibernate/Address.java 193 publicMethodCommentRequirement Required
6824 src/com/gps/hibernate/Address.java 197 Parameter 'typeId' is not assigned and could be declared final
6825 src/com/gps/hibernate/Address.java 197 publicMethodCommentRequirement Required
6826 src/com/gps/hibernate/Address.java 201 publicMethodCommentRequirement Required
6827 src/com/gps/hibernate/Address.java 205 Parameter 'mailing' is not assigned and could be declared final
6828 src/com/gps/hibernate/Address.java 205 publicMethodCommentRequirement Required
6829 src/com/gps/hibernate/Address.java 209 publicMethodCommentRequirement Required
6830 src/com/gps/hibernate/Address.java 213 Parameter 'primary' is not assigned and could be declared final
6831 src/com/gps/hibernate/Address.java 213 publicMethodCommentRequirement Required
6832 src/com/gps/hibernate/AddressDAO.java 3 Avoid unused imports such as 'java.util.Date'
6833 src/com/gps/hibernate/AddressDAO.java 11 Comment is too large: Too many lines
6834 src/com/gps/hibernate/AddressDAO.java 23 This class has too many methods, consider refactoring it.
6835 src/com/gps/hibernate/AddressDAO.java 24 Logger should be defined private static final and have the correct class
6836 src/com/gps/hibernate/AddressDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
6837 src/com/gps/hibernate/AddressDAO.java 24 fieldCommentRequirement Required
6838 src/com/gps/hibernate/AddressDAO.java 26 fieldCommentRequirement Required
6839 src/com/gps/hibernate/AddressDAO.java 27 fieldCommentRequirement Required
6840 src/com/gps/hibernate/AddressDAO.java 28 fieldCommentRequirement Required
6841 src/com/gps/hibernate/AddressDAO.java 29 fieldCommentRequirement Required
6842 src/com/gps/hibernate/AddressDAO.java 30 fieldCommentRequirement Required
6843 src/com/gps/hibernate/AddressDAO.java 31 fieldCommentRequirement Required
6844 src/com/gps/hibernate/AddressDAO.java 32 fieldCommentRequirement Required
6845 src/com/gps/hibernate/AddressDAO.java 33 fieldCommentRequirement Required
6846 src/com/gps/hibernate/AddressDAO.java 34 fieldCommentRequirement Required
6847 src/com/gps/hibernate/AddressDAO.java 35 fieldCommentRequirement Required
6848 src/com/gps/hibernate/AddressDAO.java 36 fieldCommentRequirement Required
6849 src/com/gps/hibernate/AddressDAO.java 37 fieldCommentRequirement Required
6850 src/com/gps/hibernate/AddressDAO.java 38 fieldCommentRequirement Required
6851 src/com/gps/hibernate/AddressDAO.java 39 fieldCommentRequirement Required
6852 src/com/gps/hibernate/AddressDAO.java 40 fieldCommentRequirement Required
6853 src/com/gps/hibernate/AddressDAO.java 42 Parameter 'transientInstance' is not assigned and could be declared final
6854 src/com/gps/hibernate/AddressDAO.java 42 publicMethodCommentRequirement Required
6855 src/com/gps/hibernate/AddressDAO.java 43 There is log block not surrounded by if
6856 src/com/gps/hibernate/AddressDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6857 src/com/gps/hibernate/AddressDAO.java 45 Potential violation of Law of Demeter (method chain calls)
6858 src/com/gps/hibernate/AddressDAO.java 46 There is log block not surrounded by if
6859 src/com/gps/hibernate/AddressDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6860 src/com/gps/hibernate/AddressDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6861 src/com/gps/hibernate/AddressDAO.java 48 There is log block not surrounded by if
6862 src/com/gps/hibernate/AddressDAO.java 53 Avoid excessively long variable names like persistentInstance
6863 src/com/gps/hibernate/AddressDAO.java 53 Parameter 'persistentInstance' is not assigned and could be declared final
6864 src/com/gps/hibernate/AddressDAO.java 53 publicMethodCommentRequirement Required
6865 src/com/gps/hibernate/AddressDAO.java 54 There is log block not surrounded by if
6866 src/com/gps/hibernate/AddressDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6867 src/com/gps/hibernate/AddressDAO.java 56 Potential violation of Law of Demeter (method chain calls)
6868 src/com/gps/hibernate/AddressDAO.java 57 There is log block not surrounded by if
6869 src/com/gps/hibernate/AddressDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6870 src/com/gps/hibernate/AddressDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6871 src/com/gps/hibernate/AddressDAO.java 59 There is log block not surrounded by if
6872 src/com/gps/hibernate/AddressDAO.java 64 Avoid variables with short names like id
6873 src/com/gps/hibernate/AddressDAO.java 64 Parameter 'id' is not assigned and could be declared final
6874 src/com/gps/hibernate/AddressDAO.java 64 publicMethodCommentRequirement Required
6875 src/com/gps/hibernate/AddressDAO.java 65 There is log block not surrounded by if
6876 src/com/gps/hibernate/AddressDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6877 src/com/gps/hibernate/AddressDAO.java 67 Local variable 'instance' could be declared final
6878 src/com/gps/hibernate/AddressDAO.java 67 Potential violation of Law of Demeter (method chain calls)
6879 src/com/gps/hibernate/AddressDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6880 src/com/gps/hibernate/AddressDAO.java 71 There is log block not surrounded by if
6881 src/com/gps/hibernate/AddressDAO.java 76 Parameter 'instance' is not assigned and could be declared final
6882 src/com/gps/hibernate/AddressDAO.java 76 publicMethodCommentRequirement Required
6883 src/com/gps/hibernate/AddressDAO.java 77 There is log block not surrounded by if
6884 src/com/gps/hibernate/AddressDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6885 src/com/gps/hibernate/AddressDAO.java 79 Local variable 'results' could be declared final
6886 src/com/gps/hibernate/AddressDAO.java 79 Potential violation of Law of Demeter (method chain calls)
6887 src/com/gps/hibernate/AddressDAO.java 79 Potential violation of Law of Demeter (method chain calls)
6888 src/com/gps/hibernate/AddressDAO.java 79 Potential violation of Law of Demeter (method chain calls)
6889 src/com/gps/hibernate/AddressDAO.java 82 There is log block not surrounded by if
6890 src/com/gps/hibernate/AddressDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6891 src/com/gps/hibernate/AddressDAO.java 83 Potential violation of Law of Demeter (object not created locally)
6892 src/com/gps/hibernate/AddressDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6893 src/com/gps/hibernate/AddressDAO.java 86 There is log block not surrounded by if
6894 src/com/gps/hibernate/AddressDAO.java 91 Parameter 'propertyName' is not assigned and could be declared final
6895 src/com/gps/hibernate/AddressDAO.java 91 Parameter 'value' is not assigned and could be declared final
6896 src/com/gps/hibernate/AddressDAO.java 91 publicMethodCommentRequirement Required
6897 src/com/gps/hibernate/AddressDAO.java 92 There is log block not surrounded by if
6898 src/com/gps/hibernate/AddressDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6899 src/com/gps/hibernate/AddressDAO.java 95 Local variable 'queryString' could be declared final
6900 src/com/gps/hibernate/AddressDAO.java 97 Local variable 'queryObject' could be declared final
6901 src/com/gps/hibernate/AddressDAO.java 97 Potential violation of Law of Demeter (method chain calls)
6902 src/com/gps/hibernate/AddressDAO.java 98 Potential violation of Law of Demeter (object not created locally)
6903 src/com/gps/hibernate/AddressDAO.java 99 Potential violation of Law of Demeter (object not created locally)
6904 src/com/gps/hibernate/AddressDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6905 src/com/gps/hibernate/AddressDAO.java 101 There is log block not surrounded by if
6906 src/com/gps/hibernate/AddressDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
6907 src/com/gps/hibernate/AddressDAO.java 106 publicMethodCommentRequirement Required
6908 src/com/gps/hibernate/AddressDAO.java 110 Parameter 'userId' is not assigned and could be declared final
6909 src/com/gps/hibernate/AddressDAO.java 110 publicMethodCommentRequirement Required
6910 src/com/gps/hibernate/AddressDAO.java 114 Parameter 'userName' is not assigned and could be declared final
6911 src/com/gps/hibernate/AddressDAO.java 114 publicMethodCommentRequirement Required
6912 src/com/gps/hibernate/AddressDAO.java 118 Parameter 'classNameId' is not assigned and could be declared final
6913 src/com/gps/hibernate/AddressDAO.java 118 publicMethodCommentRequirement Required
6914 src/com/gps/hibernate/AddressDAO.java 122 Parameter 'classPk' is not assigned and could be declared final
6915 src/com/gps/hibernate/AddressDAO.java 122 publicMethodCommentRequirement Required
6916 src/com/gps/hibernate/AddressDAO.java 126 Parameter 'street1' is not assigned and could be declared final
6917 src/com/gps/hibernate/AddressDAO.java 126 publicMethodCommentRequirement Required
6918 src/com/gps/hibernate/AddressDAO.java 130 Parameter 'street2' is not assigned and could be declared final
6919 src/com/gps/hibernate/AddressDAO.java 130 publicMethodCommentRequirement Required
6920 src/com/gps/hibernate/AddressDAO.java 134 Parameter 'street3' is not assigned and could be declared final
6921 src/com/gps/hibernate/AddressDAO.java 134 publicMethodCommentRequirement Required
6922 src/com/gps/hibernate/AddressDAO.java 138 Parameter 'city' is not assigned and could be declared final
6923 src/com/gps/hibernate/AddressDAO.java 138 publicMethodCommentRequirement Required
6924 src/com/gps/hibernate/AddressDAO.java 142 Parameter 'zip' is not assigned and could be declared final
6925 src/com/gps/hibernate/AddressDAO.java 142 publicMethodCommentRequirement Required
6926 src/com/gps/hibernate/AddressDAO.java 146 Parameter 'regionId' is not assigned and could be declared final
6927 src/com/gps/hibernate/AddressDAO.java 146 publicMethodCommentRequirement Required
6928 src/com/gps/hibernate/AddressDAO.java 150 Parameter 'countryId' is not assigned and could be declared final
6929 src/com/gps/hibernate/AddressDAO.java 150 publicMethodCommentRequirement Required
6930 src/com/gps/hibernate/AddressDAO.java 154 Parameter 'typeId' is not assigned and could be declared final
6931 src/com/gps/hibernate/AddressDAO.java 154 publicMethodCommentRequirement Required
6932 src/com/gps/hibernate/AddressDAO.java 158 Parameter 'mailing' is not assigned and could be declared final
6933 src/com/gps/hibernate/AddressDAO.java 158 publicMethodCommentRequirement Required
6934 src/com/gps/hibernate/AddressDAO.java 162 Parameter 'primary' is not assigned and could be declared final
6935 src/com/gps/hibernate/AddressDAO.java 162 publicMethodCommentRequirement Required
6936 src/com/gps/hibernate/AddressDAO.java 166 publicMethodCommentRequirement Required
6937 src/com/gps/hibernate/AddressDAO.java 167 There is log block not surrounded by if
6938 src/com/gps/hibernate/AddressDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6939 src/com/gps/hibernate/AddressDAO.java 169 Local variable 'queryString' could be declared final
6940 src/com/gps/hibernate/AddressDAO.java 170 Local variable 'queryObject' could be declared final
6941 src/com/gps/hibernate/AddressDAO.java 170 Potential violation of Law of Demeter (method chain calls)
6942 src/com/gps/hibernate/AddressDAO.java 171 Potential violation of Law of Demeter (object not created locally)
6943 src/com/gps/hibernate/AddressDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6944 src/com/gps/hibernate/AddressDAO.java 173 There is log block not surrounded by if
6945 src/com/gps/hibernate/AddressDAO.java 178 Parameter 'detachedInstance' is not assigned and could be declared final
6946 src/com/gps/hibernate/AddressDAO.java 178 publicMethodCommentRequirement Required
6947 src/com/gps/hibernate/AddressDAO.java 179 There is log block not surrounded by if
6948 src/com/gps/hibernate/AddressDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6949 src/com/gps/hibernate/AddressDAO.java 181 Local variable 'result' could be declared final
6950 src/com/gps/hibernate/AddressDAO.java 181 Potential violation of Law of Demeter (method chain calls)
6951 src/com/gps/hibernate/AddressDAO.java 182 There is log block not surrounded by if
6952 src/com/gps/hibernate/AddressDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6953 src/com/gps/hibernate/AddressDAO.java 184 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6954 src/com/gps/hibernate/AddressDAO.java 185 There is log block not surrounded by if
6955 src/com/gps/hibernate/AddressDAO.java 190 Parameter 'instance' is not assigned and could be declared final
6956 src/com/gps/hibernate/AddressDAO.java 190 publicMethodCommentRequirement Required
6957 src/com/gps/hibernate/AddressDAO.java 191 There is log block not surrounded by if
6958 src/com/gps/hibernate/AddressDAO.java 191 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6959 src/com/gps/hibernate/AddressDAO.java 193 Potential violation of Law of Demeter (method chain calls)
6960 src/com/gps/hibernate/AddressDAO.java 194 There is log block not surrounded by if
6961 src/com/gps/hibernate/AddressDAO.java 194 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6962 src/com/gps/hibernate/AddressDAO.java 195 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6963 src/com/gps/hibernate/AddressDAO.java 196 There is log block not surrounded by if
6964 src/com/gps/hibernate/AddressDAO.java 201 Parameter 'instance' is not assigned and could be declared final
6965 src/com/gps/hibernate/AddressDAO.java 201 publicMethodCommentRequirement Required
6966 src/com/gps/hibernate/AddressDAO.java 202 There is log block not surrounded by if
6967 src/com/gps/hibernate/AddressDAO.java 202 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6968 src/com/gps/hibernate/AddressDAO.java 204 Potential violation of Law of Demeter (method chain calls)
6969 src/com/gps/hibernate/AddressDAO.java 205 There is log block not surrounded by if
6970 src/com/gps/hibernate/AddressDAO.java 205 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6971 src/com/gps/hibernate/AddressDAO.java 206 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6972 src/com/gps/hibernate/AddressDAO.java 207 There is log block not surrounded by if
6973 src/com/gps/hibernate/Announcementsdelivery.java 9 Classes implementing Serializable should set a serialVersionUID
6974 src/com/gps/hibernate/Announcementsdelivery.java 13 fieldCommentRequirement Required
6975 src/com/gps/hibernate/Announcementsdelivery.java 14 fieldCommentRequirement Required
6976 src/com/gps/hibernate/Announcementsdelivery.java 15 fieldCommentRequirement Required
6977 src/com/gps/hibernate/Announcementsdelivery.java 16 fieldCommentRequirement Required
6978 src/com/gps/hibernate/Announcementsdelivery.java 17 fieldCommentRequirement Required
6979 src/com/gps/hibernate/Announcementsdelivery.java 18 fieldCommentRequirement Required
6980 src/com/gps/hibernate/Announcementsdelivery.java 19 fieldCommentRequirement Required
6981 src/com/gps/hibernate/Announcementsdelivery.java 24 Document empty constructor
6982 src/com/gps/hibernate/Announcementsdelivery.java 28 Parameter 'deliveryId' is not assigned and could be declared final
6983 src/com/gps/hibernate/Announcementsdelivery.java 33 Parameter 'companyId' is not assigned and could be declared final
6984 src/com/gps/hibernate/Announcementsdelivery.java 33 Parameter 'deliveryId' is not assigned and could be declared final
6985 src/com/gps/hibernate/Announcementsdelivery.java 33 Parameter 'userId' is not assigned and could be declared final
6986 src/com/gps/hibernate/Announcementsdelivery.java 34 Parameter 'email' is not assigned and could be declared final
6987 src/com/gps/hibernate/Announcementsdelivery.java 34 Parameter 'sms' is not assigned and could be declared final
6988 src/com/gps/hibernate/Announcementsdelivery.java 34 Parameter 'type' is not assigned and could be declared final
6989 src/com/gps/hibernate/Announcementsdelivery.java 34 Parameter 'website' is not assigned and could be declared final
6990 src/com/gps/hibernate/Announcementsdelivery.java 46 publicMethodCommentRequirement Required
6991 src/com/gps/hibernate/Announcementsdelivery.java 50 Parameter 'deliveryId' is not assigned and could be declared final
6992 src/com/gps/hibernate/Announcementsdelivery.java 50 publicMethodCommentRequirement Required
6993 src/com/gps/hibernate/Announcementsdelivery.java 54 publicMethodCommentRequirement Required
6994 src/com/gps/hibernate/Announcementsdelivery.java 58 Parameter 'companyId' is not assigned and could be declared final
6995 src/com/gps/hibernate/Announcementsdelivery.java 58 publicMethodCommentRequirement Required
6996 src/com/gps/hibernate/Announcementsdelivery.java 62 publicMethodCommentRequirement Required
6997 src/com/gps/hibernate/Announcementsdelivery.java 66 Parameter 'userId' is not assigned and could be declared final
6998 src/com/gps/hibernate/Announcementsdelivery.java 66 publicMethodCommentRequirement Required
6999 src/com/gps/hibernate/Announcementsdelivery.java 70 publicMethodCommentRequirement Required
7000 src/com/gps/hibernate/Announcementsdelivery.java 74 Parameter 'type' is not assigned and could be declared final
7001 src/com/gps/hibernate/Announcementsdelivery.java 74 publicMethodCommentRequirement Required
7002 src/com/gps/hibernate/Announcementsdelivery.java 78 publicMethodCommentRequirement Required
7003 src/com/gps/hibernate/Announcementsdelivery.java 82 Parameter 'email' is not assigned and could be declared final
7004 src/com/gps/hibernate/Announcementsdelivery.java 82 publicMethodCommentRequirement Required
7005 src/com/gps/hibernate/Announcementsdelivery.java 86 publicMethodCommentRequirement Required
7006 src/com/gps/hibernate/Announcementsdelivery.java 90 Parameter 'sms' is not assigned and could be declared final
7007 src/com/gps/hibernate/Announcementsdelivery.java 90 publicMethodCommentRequirement Required
7008 src/com/gps/hibernate/Announcementsdelivery.java 94 publicMethodCommentRequirement Required
7009 src/com/gps/hibernate/Announcementsdelivery.java 98 Parameter 'website' is not assigned and could be declared final
7010 src/com/gps/hibernate/Announcementsdelivery.java 98 publicMethodCommentRequirement Required
7011 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 10 Comment is too large: Too many lines
7012 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 22 This class has too many methods, consider refactoring it.
7013 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 23 Logger should be defined private static final and have the correct class
7014 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
7015 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 23 fieldCommentRequirement Required
7016 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 26 fieldCommentRequirement Required
7017 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 27 fieldCommentRequirement Required
7018 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 28 fieldCommentRequirement Required
7019 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 29 fieldCommentRequirement Required
7020 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 30 fieldCommentRequirement Required
7021 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 31 fieldCommentRequirement Required
7022 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
7023 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 33 publicMethodCommentRequirement Required
7024 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 34 There is log block not surrounded by if
7025 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7026 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 36 Potential violation of Law of Demeter (method chain calls)
7027 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 37 There is log block not surrounded by if
7028 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7029 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7030 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 39 There is log block not surrounded by if
7031 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 44 Avoid excessively long variable names like persistentInstance
7032 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
7033 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 44 publicMethodCommentRequirement Required
7034 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 45 There is log block not surrounded by if
7035 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7036 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 47 Potential violation of Law of Demeter (method chain calls)
7037 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 48 There is log block not surrounded by if
7038 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7039 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7040 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 50 There is log block not surrounded by if
7041 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 55 Avoid variables with short names like id
7042 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 55 Parameter 'id' is not assigned and could be declared final
7043 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 55 publicMethodCommentRequirement Required
7044 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 56 There is log block not surrounded by if
7045 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7046 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 58 Local variable 'instance' could be declared final
7047 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 58 Potential violation of Law of Demeter (method chain calls)
7048 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7049 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 62 There is log block not surrounded by if
7050 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 67 Parameter 'instance' is not assigned and could be declared final
7051 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 67 publicMethodCommentRequirement Required
7052 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 68 There is log block not surrounded by if
7053 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7054 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 70 Local variable 'results' could be declared final
7055 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
7056 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
7057 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
7058 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 73 There is log block not surrounded by if
7059 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7060 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 74 Potential violation of Law of Demeter (object not created locally)
7061 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7062 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 77 There is log block not surrounded by if
7063 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
7064 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 82 Parameter 'value' is not assigned and could be declared final
7065 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 82 publicMethodCommentRequirement Required
7066 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 83 There is log block not surrounded by if
7067 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7068 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 86 Local variable 'queryString' could be declared final
7069 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 88 Local variable 'queryObject' could be declared final
7070 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 88 Potential violation of Law of Demeter (method chain calls)
7071 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 89 Potential violation of Law of Demeter (object not created locally)
7072 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 90 Potential violation of Law of Demeter (object not created locally)
7073 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7074 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 92 There is log block not surrounded by if
7075 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
7076 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 97 publicMethodCommentRequirement Required
7077 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 101 Parameter 'userId' is not assigned and could be declared final
7078 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 101 publicMethodCommentRequirement Required
7079 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 105 Parameter 'type' is not assigned and could be declared final
7080 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 105 publicMethodCommentRequirement Required
7081 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 109 Parameter 'email' is not assigned and could be declared final
7082 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 109 publicMethodCommentRequirement Required
7083 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 113 Parameter 'sms' is not assigned and could be declared final
7084 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 113 publicMethodCommentRequirement Required
7085 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 117 Parameter 'website' is not assigned and could be declared final
7086 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 117 publicMethodCommentRequirement Required
7087 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 121 publicMethodCommentRequirement Required
7088 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 122 There is log block not surrounded by if
7089 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7090 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 124 Local variable 'queryString' could be declared final
7091 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 125 Local variable 'queryObject' could be declared final
7092 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 125 Potential violation of Law of Demeter (method chain calls)
7093 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 126 Potential violation of Law of Demeter (object not created locally)
7094 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7095 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 128 There is log block not surrounded by if
7096 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
7097 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 133 publicMethodCommentRequirement Required
7098 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 134 There is log block not surrounded by if
7099 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7100 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 136 Local variable 'result' could be declared final
7101 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 136 Potential violation of Law of Demeter (method chain calls)
7102 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 138 There is log block not surrounded by if
7103 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7104 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7105 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 141 There is log block not surrounded by if
7106 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 146 Parameter 'instance' is not assigned and could be declared final
7107 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 146 publicMethodCommentRequirement Required
7108 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 147 There is log block not surrounded by if
7109 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7110 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 149 Potential violation of Law of Demeter (method chain calls)
7111 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 150 There is log block not surrounded by if
7112 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7113 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7114 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 152 There is log block not surrounded by if
7115 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 157 Parameter 'instance' is not assigned and could be declared final
7116 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 157 publicMethodCommentRequirement Required
7117 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 158 There is log block not surrounded by if
7118 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7119 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 160 Potential violation of Law of Demeter (method chain calls)
7120 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 161 There is log block not surrounded by if
7121 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7122 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7123 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 163 There is log block not surrounded by if
7124 src/com/gps/hibernate/Announcementsentry.java 11 Classes implementing Serializable should set a serialVersionUID
7125 src/com/gps/hibernate/Announcementsentry.java 11 Too many fields
7126 src/com/gps/hibernate/Announcementsentry.java 15 fieldCommentRequirement Required
7127 src/com/gps/hibernate/Announcementsentry.java 16 fieldCommentRequirement Required
7128 src/com/gps/hibernate/Announcementsentry.java 17 fieldCommentRequirement Required
7129 src/com/gps/hibernate/Announcementsentry.java 18 fieldCommentRequirement Required
7130 src/com/gps/hibernate/Announcementsentry.java 19 fieldCommentRequirement Required
7131 src/com/gps/hibernate/Announcementsentry.java 20 fieldCommentRequirement Required
7132 src/com/gps/hibernate/Announcementsentry.java 21 fieldCommentRequirement Required
7133 src/com/gps/hibernate/Announcementsentry.java 22 fieldCommentRequirement Required
7134 src/com/gps/hibernate/Announcementsentry.java 23 fieldCommentRequirement Required
7135 src/com/gps/hibernate/Announcementsentry.java 24 fieldCommentRequirement Required
7136 src/com/gps/hibernate/Announcementsentry.java 25 fieldCommentRequirement Required
7137 src/com/gps/hibernate/Announcementsentry.java 26 fieldCommentRequirement Required
7138 src/com/gps/hibernate/Announcementsentry.java 27 fieldCommentRequirement Required
7139 src/com/gps/hibernate/Announcementsentry.java 28 fieldCommentRequirement Required
7140 src/com/gps/hibernate/Announcementsentry.java 29 fieldCommentRequirement Required
7141 src/com/gps/hibernate/Announcementsentry.java 30 fieldCommentRequirement Required
7142 src/com/gps/hibernate/Announcementsentry.java 31 fieldCommentRequirement Required
7143 src/com/gps/hibernate/Announcementsentry.java 36 Document empty constructor
7144 src/com/gps/hibernate/Announcementsentry.java 40 Parameter 'entryId' is not assigned and could be declared final
7145 src/com/gps/hibernate/Announcementsentry.java 45 Avoid long parameter lists.
7146 src/com/gps/hibernate/Announcementsentry.java 45 Parameter 'companyId' is not assigned and could be declared final
7147 src/com/gps/hibernate/Announcementsentry.java 45 Parameter 'entryId' is not assigned and could be declared final
7148 src/com/gps/hibernate/Announcementsentry.java 45 Parameter 'uuid' is not assigned and could be declared final
7149 src/com/gps/hibernate/Announcementsentry.java 46 Parameter 'createDate' is not assigned and could be declared final
7150 src/com/gps/hibernate/Announcementsentry.java 46 Parameter 'modifiedDate' is not assigned and could be declared final
7151 src/com/gps/hibernate/Announcementsentry.java 46 Parameter 'userId' is not assigned and could be declared final
7152 src/com/gps/hibernate/Announcementsentry.java 46 Parameter 'userName' is not assigned and could be declared final
7153 src/com/gps/hibernate/Announcementsentry.java 47 Parameter 'classNameId' is not assigned and could be declared final
7154 src/com/gps/hibernate/Announcementsentry.java 47 Parameter 'classPk' is not assigned and could be declared final
7155 src/com/gps/hibernate/Announcementsentry.java 47 Parameter 'content' is not assigned and could be declared final
7156 src/com/gps/hibernate/Announcementsentry.java 47 Parameter 'title' is not assigned and could be declared final
7157 src/com/gps/hibernate/Announcementsentry.java 48 Parameter 'displayDate' is not assigned and could be declared final
7158 src/com/gps/hibernate/Announcementsentry.java 48 Parameter 'expirationDate' is not assigned and could be declared final
7159 src/com/gps/hibernate/Announcementsentry.java 48 Parameter 'type' is not assigned and could be declared final
7160 src/com/gps/hibernate/Announcementsentry.java 48 Parameter 'url' is not assigned and could be declared final
7161 src/com/gps/hibernate/Announcementsentry.java 49 Parameter 'alert' is not assigned and could be declared final
7162 src/com/gps/hibernate/Announcementsentry.java 49 Parameter 'priority' is not assigned and could be declared final
7163 src/com/gps/hibernate/Announcementsentry.java 71 publicMethodCommentRequirement Required
7164 src/com/gps/hibernate/Announcementsentry.java 75 Parameter 'entryId' is not assigned and could be declared final
7165 src/com/gps/hibernate/Announcementsentry.java 75 publicMethodCommentRequirement Required
7166 src/com/gps/hibernate/Announcementsentry.java 79 publicMethodCommentRequirement Required
7167 src/com/gps/hibernate/Announcementsentry.java 83 Parameter 'uuid' is not assigned and could be declared final
7168 src/com/gps/hibernate/Announcementsentry.java 83 publicMethodCommentRequirement Required
7169 src/com/gps/hibernate/Announcementsentry.java 87 publicMethodCommentRequirement Required
7170 src/com/gps/hibernate/Announcementsentry.java 91 Parameter 'companyId' is not assigned and could be declared final
7171 src/com/gps/hibernate/Announcementsentry.java 91 publicMethodCommentRequirement Required
7172 src/com/gps/hibernate/Announcementsentry.java 95 publicMethodCommentRequirement Required
7173 src/com/gps/hibernate/Announcementsentry.java 99 Parameter 'userId' is not assigned and could be declared final
7174 src/com/gps/hibernate/Announcementsentry.java 99 publicMethodCommentRequirement Required
7175 src/com/gps/hibernate/Announcementsentry.java 103 publicMethodCommentRequirement Required
7176 src/com/gps/hibernate/Announcementsentry.java 107 Parameter 'userName' is not assigned and could be declared final
7177 src/com/gps/hibernate/Announcementsentry.java 107 publicMethodCommentRequirement Required
7178 src/com/gps/hibernate/Announcementsentry.java 111 publicMethodCommentRequirement Required
7179 src/com/gps/hibernate/Announcementsentry.java 115 Parameter 'createDate' is not assigned and could be declared final
7180 src/com/gps/hibernate/Announcementsentry.java 115 publicMethodCommentRequirement Required
7181 src/com/gps/hibernate/Announcementsentry.java 119 publicMethodCommentRequirement Required
7182 src/com/gps/hibernate/Announcementsentry.java 123 Parameter 'modifiedDate' is not assigned and could be declared final
7183 src/com/gps/hibernate/Announcementsentry.java 123 publicMethodCommentRequirement Required
7184 src/com/gps/hibernate/Announcementsentry.java 127 publicMethodCommentRequirement Required
7185 src/com/gps/hibernate/Announcementsentry.java 131 Parameter 'classNameId' is not assigned and could be declared final
7186 src/com/gps/hibernate/Announcementsentry.java 131 publicMethodCommentRequirement Required
7187 src/com/gps/hibernate/Announcementsentry.java 135 publicMethodCommentRequirement Required
7188 src/com/gps/hibernate/Announcementsentry.java 139 Parameter 'classPk' is not assigned and could be declared final
7189 src/com/gps/hibernate/Announcementsentry.java 139 publicMethodCommentRequirement Required
7190 src/com/gps/hibernate/Announcementsentry.java 143 publicMethodCommentRequirement Required
7191 src/com/gps/hibernate/Announcementsentry.java 147 Parameter 'title' is not assigned and could be declared final
7192 src/com/gps/hibernate/Announcementsentry.java 147 publicMethodCommentRequirement Required
7193 src/com/gps/hibernate/Announcementsentry.java 151 publicMethodCommentRequirement Required
7194 src/com/gps/hibernate/Announcementsentry.java 155 Parameter 'content' is not assigned and could be declared final
7195 src/com/gps/hibernate/Announcementsentry.java 155 publicMethodCommentRequirement Required
7196 src/com/gps/hibernate/Announcementsentry.java 159 publicMethodCommentRequirement Required
7197 src/com/gps/hibernate/Announcementsentry.java 163 Parameter 'url' is not assigned and could be declared final
7198 src/com/gps/hibernate/Announcementsentry.java 163 publicMethodCommentRequirement Required
7199 src/com/gps/hibernate/Announcementsentry.java 167 publicMethodCommentRequirement Required
7200 src/com/gps/hibernate/Announcementsentry.java 171 Parameter 'type' is not assigned and could be declared final
7201 src/com/gps/hibernate/Announcementsentry.java 171 publicMethodCommentRequirement Required
7202 src/com/gps/hibernate/Announcementsentry.java 175 publicMethodCommentRequirement Required
7203 src/com/gps/hibernate/Announcementsentry.java 179 Parameter 'displayDate' is not assigned and could be declared final
7204 src/com/gps/hibernate/Announcementsentry.java 179 publicMethodCommentRequirement Required
7205 src/com/gps/hibernate/Announcementsentry.java 183 publicMethodCommentRequirement Required
7206 src/com/gps/hibernate/Announcementsentry.java 187 Parameter 'expirationDate' is not assigned and could be declared final
7207 src/com/gps/hibernate/Announcementsentry.java 187 publicMethodCommentRequirement Required
7208 src/com/gps/hibernate/Announcementsentry.java 191 publicMethodCommentRequirement Required
7209 src/com/gps/hibernate/Announcementsentry.java 195 Parameter 'priority' is not assigned and could be declared final
7210 src/com/gps/hibernate/Announcementsentry.java 195 publicMethodCommentRequirement Required
7211 src/com/gps/hibernate/Announcementsentry.java 199 publicMethodCommentRequirement Required
7212 src/com/gps/hibernate/Announcementsentry.java 203 Parameter 'alert' is not assigned and could be declared final
7213 src/com/gps/hibernate/Announcementsentry.java 203 publicMethodCommentRequirement Required
7214 src/com/gps/hibernate/AnnouncementsentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
7215 src/com/gps/hibernate/AnnouncementsentryDAO.java 11 Comment is too large: Too many lines
7216 src/com/gps/hibernate/AnnouncementsentryDAO.java 23 This class has too many methods, consider refactoring it.
7217 src/com/gps/hibernate/AnnouncementsentryDAO.java 24 Logger should be defined private static final and have the correct class
7218 src/com/gps/hibernate/AnnouncementsentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
7219 src/com/gps/hibernate/AnnouncementsentryDAO.java 24 fieldCommentRequirement Required
7220 src/com/gps/hibernate/AnnouncementsentryDAO.java 27 fieldCommentRequirement Required
7221 src/com/gps/hibernate/AnnouncementsentryDAO.java 28 fieldCommentRequirement Required
7222 src/com/gps/hibernate/AnnouncementsentryDAO.java 29 fieldCommentRequirement Required
7223 src/com/gps/hibernate/AnnouncementsentryDAO.java 30 fieldCommentRequirement Required
7224 src/com/gps/hibernate/AnnouncementsentryDAO.java 31 fieldCommentRequirement Required
7225 src/com/gps/hibernate/AnnouncementsentryDAO.java 32 fieldCommentRequirement Required
7226 src/com/gps/hibernate/AnnouncementsentryDAO.java 33 fieldCommentRequirement Required
7227 src/com/gps/hibernate/AnnouncementsentryDAO.java 34 fieldCommentRequirement Required
7228 src/com/gps/hibernate/AnnouncementsentryDAO.java 35 fieldCommentRequirement Required
7229 src/com/gps/hibernate/AnnouncementsentryDAO.java 36 fieldCommentRequirement Required
7230 src/com/gps/hibernate/AnnouncementsentryDAO.java 37 fieldCommentRequirement Required
7231 src/com/gps/hibernate/AnnouncementsentryDAO.java 38 fieldCommentRequirement Required
7232 src/com/gps/hibernate/AnnouncementsentryDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
7233 src/com/gps/hibernate/AnnouncementsentryDAO.java 40 publicMethodCommentRequirement Required
7234 src/com/gps/hibernate/AnnouncementsentryDAO.java 41 There is log block not surrounded by if
7235 src/com/gps/hibernate/AnnouncementsentryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7236 src/com/gps/hibernate/AnnouncementsentryDAO.java 43 Potential violation of Law of Demeter (method chain calls)
7237 src/com/gps/hibernate/AnnouncementsentryDAO.java 44 There is log block not surrounded by if
7238 src/com/gps/hibernate/AnnouncementsentryDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7239 src/com/gps/hibernate/AnnouncementsentryDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7240 src/com/gps/hibernate/AnnouncementsentryDAO.java 46 There is log block not surrounded by if
7241 src/com/gps/hibernate/AnnouncementsentryDAO.java 51 Avoid excessively long variable names like persistentInstance
7242 src/com/gps/hibernate/AnnouncementsentryDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
7243 src/com/gps/hibernate/AnnouncementsentryDAO.java 51 publicMethodCommentRequirement Required
7244 src/com/gps/hibernate/AnnouncementsentryDAO.java 52 There is log block not surrounded by if
7245 src/com/gps/hibernate/AnnouncementsentryDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7246 src/com/gps/hibernate/AnnouncementsentryDAO.java 54 Potential violation of Law of Demeter (method chain calls)
7247 src/com/gps/hibernate/AnnouncementsentryDAO.java 55 There is log block not surrounded by if
7248 src/com/gps/hibernate/AnnouncementsentryDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7249 src/com/gps/hibernate/AnnouncementsentryDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7250 src/com/gps/hibernate/AnnouncementsentryDAO.java 57 There is log block not surrounded by if
7251 src/com/gps/hibernate/AnnouncementsentryDAO.java 62 Avoid variables with short names like id
7252 src/com/gps/hibernate/AnnouncementsentryDAO.java 62 Parameter 'id' is not assigned and could be declared final
7253 src/com/gps/hibernate/AnnouncementsentryDAO.java 62 publicMethodCommentRequirement Required
7254 src/com/gps/hibernate/AnnouncementsentryDAO.java 63 There is log block not surrounded by if
7255 src/com/gps/hibernate/AnnouncementsentryDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7256 src/com/gps/hibernate/AnnouncementsentryDAO.java 65 Local variable 'instance' could be declared final
7257 src/com/gps/hibernate/AnnouncementsentryDAO.java 65 Potential violation of Law of Demeter (method chain calls)
7258 src/com/gps/hibernate/AnnouncementsentryDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7259 src/com/gps/hibernate/AnnouncementsentryDAO.java 69 There is log block not surrounded by if
7260 src/com/gps/hibernate/AnnouncementsentryDAO.java 74 Parameter 'instance' is not assigned and could be declared final
7261 src/com/gps/hibernate/AnnouncementsentryDAO.java 74 publicMethodCommentRequirement Required
7262 src/com/gps/hibernate/AnnouncementsentryDAO.java 75 There is log block not surrounded by if
7263 src/com/gps/hibernate/AnnouncementsentryDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7264 src/com/gps/hibernate/AnnouncementsentryDAO.java 77 Local variable 'results' could be declared final
7265 src/com/gps/hibernate/AnnouncementsentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
7266 src/com/gps/hibernate/AnnouncementsentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
7267 src/com/gps/hibernate/AnnouncementsentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
7268 src/com/gps/hibernate/AnnouncementsentryDAO.java 80 There is log block not surrounded by if
7269 src/com/gps/hibernate/AnnouncementsentryDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7270 src/com/gps/hibernate/AnnouncementsentryDAO.java 81 Potential violation of Law of Demeter (object not created locally)
7271 src/com/gps/hibernate/AnnouncementsentryDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7272 src/com/gps/hibernate/AnnouncementsentryDAO.java 84 There is log block not surrounded by if
7273 src/com/gps/hibernate/AnnouncementsentryDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
7274 src/com/gps/hibernate/AnnouncementsentryDAO.java 89 Parameter 'value' is not assigned and could be declared final
7275 src/com/gps/hibernate/AnnouncementsentryDAO.java 89 publicMethodCommentRequirement Required
7276 src/com/gps/hibernate/AnnouncementsentryDAO.java 90 There is log block not surrounded by if
7277 src/com/gps/hibernate/AnnouncementsentryDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7278 src/com/gps/hibernate/AnnouncementsentryDAO.java 93 Local variable 'queryString' could be declared final
7279 src/com/gps/hibernate/AnnouncementsentryDAO.java 95 Local variable 'queryObject' could be declared final
7280 src/com/gps/hibernate/AnnouncementsentryDAO.java 95 Potential violation of Law of Demeter (method chain calls)
7281 src/com/gps/hibernate/AnnouncementsentryDAO.java 96 Potential violation of Law of Demeter (object not created locally)
7282 src/com/gps/hibernate/AnnouncementsentryDAO.java 97 Potential violation of Law of Demeter (object not created locally)
7283 src/com/gps/hibernate/AnnouncementsentryDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7284 src/com/gps/hibernate/AnnouncementsentryDAO.java 99 There is log block not surrounded by if
7285 src/com/gps/hibernate/AnnouncementsentryDAO.java 104 Parameter 'uuid' is not assigned and could be declared final
7286 src/com/gps/hibernate/AnnouncementsentryDAO.java 104 publicMethodCommentRequirement Required
7287 src/com/gps/hibernate/AnnouncementsentryDAO.java 108 Parameter 'companyId' is not assigned and could be declared final
7288 src/com/gps/hibernate/AnnouncementsentryDAO.java 108 publicMethodCommentRequirement Required
7289 src/com/gps/hibernate/AnnouncementsentryDAO.java 112 Parameter 'userId' is not assigned and could be declared final
7290 src/com/gps/hibernate/AnnouncementsentryDAO.java 112 publicMethodCommentRequirement Required
7291 src/com/gps/hibernate/AnnouncementsentryDAO.java 116 Parameter 'userName' is not assigned and could be declared final
7292 src/com/gps/hibernate/AnnouncementsentryDAO.java 116 publicMethodCommentRequirement Required
7293 src/com/gps/hibernate/AnnouncementsentryDAO.java 120 Parameter 'classNameId' is not assigned and could be declared final
7294 src/com/gps/hibernate/AnnouncementsentryDAO.java 120 publicMethodCommentRequirement Required
7295 src/com/gps/hibernate/AnnouncementsentryDAO.java 124 Parameter 'classPk' is not assigned and could be declared final
7296 src/com/gps/hibernate/AnnouncementsentryDAO.java 124 publicMethodCommentRequirement Required
7297 src/com/gps/hibernate/AnnouncementsentryDAO.java 128 Parameter 'title' is not assigned and could be declared final
7298 src/com/gps/hibernate/AnnouncementsentryDAO.java 128 publicMethodCommentRequirement Required
7299 src/com/gps/hibernate/AnnouncementsentryDAO.java 132 Parameter 'content' is not assigned and could be declared final
7300 src/com/gps/hibernate/AnnouncementsentryDAO.java 132 publicMethodCommentRequirement Required
7301 src/com/gps/hibernate/AnnouncementsentryDAO.java 136 Parameter 'url' is not assigned and could be declared final
7302 src/com/gps/hibernate/AnnouncementsentryDAO.java 136 publicMethodCommentRequirement Required
7303 src/com/gps/hibernate/AnnouncementsentryDAO.java 140 Parameter 'type' is not assigned and could be declared final
7304 src/com/gps/hibernate/AnnouncementsentryDAO.java 140 publicMethodCommentRequirement Required
7305 src/com/gps/hibernate/AnnouncementsentryDAO.java 144 Parameter 'priority' is not assigned and could be declared final
7306 src/com/gps/hibernate/AnnouncementsentryDAO.java 144 publicMethodCommentRequirement Required
7307 src/com/gps/hibernate/AnnouncementsentryDAO.java 148 Parameter 'alert' is not assigned and could be declared final
7308 src/com/gps/hibernate/AnnouncementsentryDAO.java 148 publicMethodCommentRequirement Required
7309 src/com/gps/hibernate/AnnouncementsentryDAO.java 152 publicMethodCommentRequirement Required
7310 src/com/gps/hibernate/AnnouncementsentryDAO.java 153 There is log block not surrounded by if
7311 src/com/gps/hibernate/AnnouncementsentryDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7312 src/com/gps/hibernate/AnnouncementsentryDAO.java 155 Local variable 'queryString' could be declared final
7313 src/com/gps/hibernate/AnnouncementsentryDAO.java 156 Local variable 'queryObject' could be declared final
7314 src/com/gps/hibernate/AnnouncementsentryDAO.java 156 Potential violation of Law of Demeter (method chain calls)
7315 src/com/gps/hibernate/AnnouncementsentryDAO.java 157 Potential violation of Law of Demeter (object not created locally)
7316 src/com/gps/hibernate/AnnouncementsentryDAO.java 158 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7317 src/com/gps/hibernate/AnnouncementsentryDAO.java 159 There is log block not surrounded by if
7318 src/com/gps/hibernate/AnnouncementsentryDAO.java 164 Parameter 'detachedInstance' is not assigned and could be declared final
7319 src/com/gps/hibernate/AnnouncementsentryDAO.java 164 publicMethodCommentRequirement Required
7320 src/com/gps/hibernate/AnnouncementsentryDAO.java 165 There is log block not surrounded by if
7321 src/com/gps/hibernate/AnnouncementsentryDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7322 src/com/gps/hibernate/AnnouncementsentryDAO.java 167 Local variable 'result' could be declared final
7323 src/com/gps/hibernate/AnnouncementsentryDAO.java 167 Potential violation of Law of Demeter (method chain calls)
7324 src/com/gps/hibernate/AnnouncementsentryDAO.java 169 There is log block not surrounded by if
7325 src/com/gps/hibernate/AnnouncementsentryDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7326 src/com/gps/hibernate/AnnouncementsentryDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7327 src/com/gps/hibernate/AnnouncementsentryDAO.java 172 There is log block not surrounded by if
7328 src/com/gps/hibernate/AnnouncementsentryDAO.java 177 Parameter 'instance' is not assigned and could be declared final
7329 src/com/gps/hibernate/AnnouncementsentryDAO.java 177 publicMethodCommentRequirement Required
7330 src/com/gps/hibernate/AnnouncementsentryDAO.java 178 There is log block not surrounded by if
7331 src/com/gps/hibernate/AnnouncementsentryDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7332 src/com/gps/hibernate/AnnouncementsentryDAO.java 180 Potential violation of Law of Demeter (method chain calls)
7333 src/com/gps/hibernate/AnnouncementsentryDAO.java 181 There is log block not surrounded by if
7334 src/com/gps/hibernate/AnnouncementsentryDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7335 src/com/gps/hibernate/AnnouncementsentryDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7336 src/com/gps/hibernate/AnnouncementsentryDAO.java 183 There is log block not surrounded by if
7337 src/com/gps/hibernate/AnnouncementsentryDAO.java 188 Parameter 'instance' is not assigned and could be declared final
7338 src/com/gps/hibernate/AnnouncementsentryDAO.java 188 publicMethodCommentRequirement Required
7339 src/com/gps/hibernate/AnnouncementsentryDAO.java 189 There is log block not surrounded by if
7340 src/com/gps/hibernate/AnnouncementsentryDAO.java 189 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7341 src/com/gps/hibernate/AnnouncementsentryDAO.java 191 Potential violation of Law of Demeter (method chain calls)
7342 src/com/gps/hibernate/AnnouncementsentryDAO.java 192 There is log block not surrounded by if
7343 src/com/gps/hibernate/AnnouncementsentryDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7344 src/com/gps/hibernate/AnnouncementsentryDAO.java 193 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7345 src/com/gps/hibernate/AnnouncementsentryDAO.java 194 There is log block not surrounded by if
7346 src/com/gps/hibernate/Announcementsflag.java 11 Classes implementing Serializable should set a serialVersionUID
7347 src/com/gps/hibernate/Announcementsflag.java 15 fieldCommentRequirement Required
7348 src/com/gps/hibernate/Announcementsflag.java 16 fieldCommentRequirement Required
7349 src/com/gps/hibernate/Announcementsflag.java 17 fieldCommentRequirement Required
7350 src/com/gps/hibernate/Announcementsflag.java 18 fieldCommentRequirement Required
7351 src/com/gps/hibernate/Announcementsflag.java 19 fieldCommentRequirement Required
7352 src/com/gps/hibernate/Announcementsflag.java 24 Document empty constructor
7353 src/com/gps/hibernate/Announcementsflag.java 28 Parameter 'flagId' is not assigned and could be declared final
7354 src/com/gps/hibernate/Announcementsflag.java 33 Parameter 'createDate' is not assigned and could be declared final
7355 src/com/gps/hibernate/Announcementsflag.java 33 Parameter 'flagId' is not assigned and could be declared final
7356 src/com/gps/hibernate/Announcementsflag.java 33 Parameter 'userId' is not assigned and could be declared final
7357 src/com/gps/hibernate/Announcementsflag.java 34 Parameter 'entryId' is not assigned and could be declared final
7358 src/com/gps/hibernate/Announcementsflag.java 34 Parameter 'value' is not assigned and could be declared final
7359 src/com/gps/hibernate/Announcementsflag.java 44 publicMethodCommentRequirement Required
7360 src/com/gps/hibernate/Announcementsflag.java 48 Parameter 'flagId' is not assigned and could be declared final
7361 src/com/gps/hibernate/Announcementsflag.java 48 publicMethodCommentRequirement Required
7362 src/com/gps/hibernate/Announcementsflag.java 52 publicMethodCommentRequirement Required
7363 src/com/gps/hibernate/Announcementsflag.java 56 Parameter 'userId' is not assigned and could be declared final
7364 src/com/gps/hibernate/Announcementsflag.java 56 publicMethodCommentRequirement Required
7365 src/com/gps/hibernate/Announcementsflag.java 60 publicMethodCommentRequirement Required
7366 src/com/gps/hibernate/Announcementsflag.java 64 Parameter 'createDate' is not assigned and could be declared final
7367 src/com/gps/hibernate/Announcementsflag.java 64 publicMethodCommentRequirement Required
7368 src/com/gps/hibernate/Announcementsflag.java 68 publicMethodCommentRequirement Required
7369 src/com/gps/hibernate/Announcementsflag.java 72 Parameter 'entryId' is not assigned and could be declared final
7370 src/com/gps/hibernate/Announcementsflag.java 72 publicMethodCommentRequirement Required
7371 src/com/gps/hibernate/Announcementsflag.java 76 publicMethodCommentRequirement Required
7372 src/com/gps/hibernate/Announcementsflag.java 80 Parameter 'value' is not assigned and could be declared final
7373 src/com/gps/hibernate/Announcementsflag.java 80 publicMethodCommentRequirement Required
7374 src/com/gps/hibernate/AnnouncementsflagDAO.java 3 Avoid unused imports such as 'java.util.Date'
7375 src/com/gps/hibernate/AnnouncementsflagDAO.java 11 Comment is too large: Too many lines
7376 src/com/gps/hibernate/AnnouncementsflagDAO.java 23 This class has too many methods, consider refactoring it.
7377 src/com/gps/hibernate/AnnouncementsflagDAO.java 24 Logger should be defined private static final and have the correct class
7378 src/com/gps/hibernate/AnnouncementsflagDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
7379 src/com/gps/hibernate/AnnouncementsflagDAO.java 24 fieldCommentRequirement Required
7380 src/com/gps/hibernate/AnnouncementsflagDAO.java 27 fieldCommentRequirement Required
7381 src/com/gps/hibernate/AnnouncementsflagDAO.java 28 fieldCommentRequirement Required
7382 src/com/gps/hibernate/AnnouncementsflagDAO.java 29 fieldCommentRequirement Required
7383 src/com/gps/hibernate/AnnouncementsflagDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
7384 src/com/gps/hibernate/AnnouncementsflagDAO.java 31 publicMethodCommentRequirement Required
7385 src/com/gps/hibernate/AnnouncementsflagDAO.java 32 There is log block not surrounded by if
7386 src/com/gps/hibernate/AnnouncementsflagDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7387 src/com/gps/hibernate/AnnouncementsflagDAO.java 34 Potential violation of Law of Demeter (method chain calls)
7388 src/com/gps/hibernate/AnnouncementsflagDAO.java 35 There is log block not surrounded by if
7389 src/com/gps/hibernate/AnnouncementsflagDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7390 src/com/gps/hibernate/AnnouncementsflagDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7391 src/com/gps/hibernate/AnnouncementsflagDAO.java 37 There is log block not surrounded by if
7392 src/com/gps/hibernate/AnnouncementsflagDAO.java 42 Avoid excessively long variable names like persistentInstance
7393 src/com/gps/hibernate/AnnouncementsflagDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
7394 src/com/gps/hibernate/AnnouncementsflagDAO.java 42 publicMethodCommentRequirement Required
7395 src/com/gps/hibernate/AnnouncementsflagDAO.java 43 There is log block not surrounded by if
7396 src/com/gps/hibernate/AnnouncementsflagDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7397 src/com/gps/hibernate/AnnouncementsflagDAO.java 45 Potential violation of Law of Demeter (method chain calls)
7398 src/com/gps/hibernate/AnnouncementsflagDAO.java 46 There is log block not surrounded by if
7399 src/com/gps/hibernate/AnnouncementsflagDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7400 src/com/gps/hibernate/AnnouncementsflagDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7401 src/com/gps/hibernate/AnnouncementsflagDAO.java 48 There is log block not surrounded by if
7402 src/com/gps/hibernate/AnnouncementsflagDAO.java 53 Avoid variables with short names like id
7403 src/com/gps/hibernate/AnnouncementsflagDAO.java 53 Parameter 'id' is not assigned and could be declared final
7404 src/com/gps/hibernate/AnnouncementsflagDAO.java 53 publicMethodCommentRequirement Required
7405 src/com/gps/hibernate/AnnouncementsflagDAO.java 54 There is log block not surrounded by if
7406 src/com/gps/hibernate/AnnouncementsflagDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7407 src/com/gps/hibernate/AnnouncementsflagDAO.java 56 Local variable 'instance' could be declared final
7408 src/com/gps/hibernate/AnnouncementsflagDAO.java 56 Potential violation of Law of Demeter (method chain calls)
7409 src/com/gps/hibernate/AnnouncementsflagDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7410 src/com/gps/hibernate/AnnouncementsflagDAO.java 60 There is log block not surrounded by if
7411 src/com/gps/hibernate/AnnouncementsflagDAO.java 65 Parameter 'instance' is not assigned and could be declared final
7412 src/com/gps/hibernate/AnnouncementsflagDAO.java 65 publicMethodCommentRequirement Required
7413 src/com/gps/hibernate/AnnouncementsflagDAO.java 66 There is log block not surrounded by if
7414 src/com/gps/hibernate/AnnouncementsflagDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7415 src/com/gps/hibernate/AnnouncementsflagDAO.java 68 Local variable 'results' could be declared final
7416 src/com/gps/hibernate/AnnouncementsflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
7417 src/com/gps/hibernate/AnnouncementsflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
7418 src/com/gps/hibernate/AnnouncementsflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
7419 src/com/gps/hibernate/AnnouncementsflagDAO.java 71 There is log block not surrounded by if
7420 src/com/gps/hibernate/AnnouncementsflagDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7421 src/com/gps/hibernate/AnnouncementsflagDAO.java 72 Potential violation of Law of Demeter (object not created locally)
7422 src/com/gps/hibernate/AnnouncementsflagDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7423 src/com/gps/hibernate/AnnouncementsflagDAO.java 75 There is log block not surrounded by if
7424 src/com/gps/hibernate/AnnouncementsflagDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
7425 src/com/gps/hibernate/AnnouncementsflagDAO.java 80 Parameter 'value' is not assigned and could be declared final
7426 src/com/gps/hibernate/AnnouncementsflagDAO.java 80 publicMethodCommentRequirement Required
7427 src/com/gps/hibernate/AnnouncementsflagDAO.java 81 There is log block not surrounded by if
7428 src/com/gps/hibernate/AnnouncementsflagDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7429 src/com/gps/hibernate/AnnouncementsflagDAO.java 84 Local variable 'queryString' could be declared final
7430 src/com/gps/hibernate/AnnouncementsflagDAO.java 86 Local variable 'queryObject' could be declared final
7431 src/com/gps/hibernate/AnnouncementsflagDAO.java 86 Potential violation of Law of Demeter (method chain calls)
7432 src/com/gps/hibernate/AnnouncementsflagDAO.java 87 Potential violation of Law of Demeter (object not created locally)
7433 src/com/gps/hibernate/AnnouncementsflagDAO.java 88 Potential violation of Law of Demeter (object not created locally)
7434 src/com/gps/hibernate/AnnouncementsflagDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7435 src/com/gps/hibernate/AnnouncementsflagDAO.java 90 There is log block not surrounded by if
7436 src/com/gps/hibernate/AnnouncementsflagDAO.java 95 Parameter 'userId' is not assigned and could be declared final
7437 src/com/gps/hibernate/AnnouncementsflagDAO.java 95 publicMethodCommentRequirement Required
7438 src/com/gps/hibernate/AnnouncementsflagDAO.java 99 Parameter 'entryId' is not assigned and could be declared final
7439 src/com/gps/hibernate/AnnouncementsflagDAO.java 99 publicMethodCommentRequirement Required
7440 src/com/gps/hibernate/AnnouncementsflagDAO.java 103 Parameter 'value' is not assigned and could be declared final
7441 src/com/gps/hibernate/AnnouncementsflagDAO.java 103 publicMethodCommentRequirement Required
7442 src/com/gps/hibernate/AnnouncementsflagDAO.java 107 publicMethodCommentRequirement Required
7443 src/com/gps/hibernate/AnnouncementsflagDAO.java 108 There is log block not surrounded by if
7444 src/com/gps/hibernate/AnnouncementsflagDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7445 src/com/gps/hibernate/AnnouncementsflagDAO.java 110 Local variable 'queryString' could be declared final
7446 src/com/gps/hibernate/AnnouncementsflagDAO.java 111 Local variable 'queryObject' could be declared final
7447 src/com/gps/hibernate/AnnouncementsflagDAO.java 111 Potential violation of Law of Demeter (method chain calls)
7448 src/com/gps/hibernate/AnnouncementsflagDAO.java 112 Potential violation of Law of Demeter (object not created locally)
7449 src/com/gps/hibernate/AnnouncementsflagDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7450 src/com/gps/hibernate/AnnouncementsflagDAO.java 114 There is log block not surrounded by if
7451 src/com/gps/hibernate/AnnouncementsflagDAO.java 119 Parameter 'detachedInstance' is not assigned and could be declared final
7452 src/com/gps/hibernate/AnnouncementsflagDAO.java 119 publicMethodCommentRequirement Required
7453 src/com/gps/hibernate/AnnouncementsflagDAO.java 120 There is log block not surrounded by if
7454 src/com/gps/hibernate/AnnouncementsflagDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7455 src/com/gps/hibernate/AnnouncementsflagDAO.java 122 Local variable 'result' could be declared final
7456 src/com/gps/hibernate/AnnouncementsflagDAO.java 122 Potential violation of Law of Demeter (method chain calls)
7457 src/com/gps/hibernate/AnnouncementsflagDAO.java 124 There is log block not surrounded by if
7458 src/com/gps/hibernate/AnnouncementsflagDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7459 src/com/gps/hibernate/AnnouncementsflagDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7460 src/com/gps/hibernate/AnnouncementsflagDAO.java 127 There is log block not surrounded by if
7461 src/com/gps/hibernate/AnnouncementsflagDAO.java 132 Parameter 'instance' is not assigned and could be declared final
7462 src/com/gps/hibernate/AnnouncementsflagDAO.java 132 publicMethodCommentRequirement Required
7463 src/com/gps/hibernate/AnnouncementsflagDAO.java 133 There is log block not surrounded by if
7464 src/com/gps/hibernate/AnnouncementsflagDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7465 src/com/gps/hibernate/AnnouncementsflagDAO.java 135 Potential violation of Law of Demeter (method chain calls)
7466 src/com/gps/hibernate/AnnouncementsflagDAO.java 136 There is log block not surrounded by if
7467 src/com/gps/hibernate/AnnouncementsflagDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7468 src/com/gps/hibernate/AnnouncementsflagDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7469 src/com/gps/hibernate/AnnouncementsflagDAO.java 138 There is log block not surrounded by if
7470 src/com/gps/hibernate/AnnouncementsflagDAO.java 143 Parameter 'instance' is not assigned and could be declared final
7471 src/com/gps/hibernate/AnnouncementsflagDAO.java 143 publicMethodCommentRequirement Required
7472 src/com/gps/hibernate/AnnouncementsflagDAO.java 144 There is log block not surrounded by if
7473 src/com/gps/hibernate/AnnouncementsflagDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7474 src/com/gps/hibernate/AnnouncementsflagDAO.java 146 Potential violation of Law of Demeter (method chain calls)
7475 src/com/gps/hibernate/AnnouncementsflagDAO.java 147 There is log block not surrounded by if
7476 src/com/gps/hibernate/AnnouncementsflagDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7477 src/com/gps/hibernate/AnnouncementsflagDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7478 src/com/gps/hibernate/AnnouncementsflagDAO.java 149 There is log block not surrounded by if
7479 src/com/gps/hibernate/AutoPkSupport.java 9 Classes implementing Serializable should set a serialVersionUID
7480 src/com/gps/hibernate/AutoPkSupport.java 13 Avoid variables with short names like id
7481 src/com/gps/hibernate/AutoPkSupport.java 13 fieldCommentRequirement Required
7482 src/com/gps/hibernate/AutoPkSupport.java 18 Document empty constructor
7483 src/com/gps/hibernate/AutoPkSupport.java 22 Avoid variables with short names like id
7484 src/com/gps/hibernate/AutoPkSupport.java 22 Parameter 'id' is not assigned and could be declared final
7485 src/com/gps/hibernate/AutoPkSupport.java 28 publicMethodCommentRequirement Required
7486 src/com/gps/hibernate/AutoPkSupport.java 32 Avoid variables with short names like id
7487 src/com/gps/hibernate/AutoPkSupport.java 32 Parameter 'id' is not assigned and could be declared final
7488 src/com/gps/hibernate/AutoPkSupport.java 32 publicMethodCommentRequirement Required
7489 src/com/gps/hibernate/AutoPkSupportDAO.java 10 Comment is too large: Too many lines
7490 src/com/gps/hibernate/AutoPkSupportDAO.java 23 Logger should be defined private static final and have the correct class
7491 src/com/gps/hibernate/AutoPkSupportDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
7492 src/com/gps/hibernate/AutoPkSupportDAO.java 23 fieldCommentRequirement Required
7493 src/com/gps/hibernate/AutoPkSupportDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
7494 src/com/gps/hibernate/AutoPkSupportDAO.java 27 publicMethodCommentRequirement Required
7495 src/com/gps/hibernate/AutoPkSupportDAO.java 28 There is log block not surrounded by if
7496 src/com/gps/hibernate/AutoPkSupportDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7497 src/com/gps/hibernate/AutoPkSupportDAO.java 30 Potential violation of Law of Demeter (method chain calls)
7498 src/com/gps/hibernate/AutoPkSupportDAO.java 31 There is log block not surrounded by if
7499 src/com/gps/hibernate/AutoPkSupportDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7500 src/com/gps/hibernate/AutoPkSupportDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7501 src/com/gps/hibernate/AutoPkSupportDAO.java 33 There is log block not surrounded by if
7502 src/com/gps/hibernate/AutoPkSupportDAO.java 38 Avoid excessively long variable names like persistentInstance
7503 src/com/gps/hibernate/AutoPkSupportDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
7504 src/com/gps/hibernate/AutoPkSupportDAO.java 38 publicMethodCommentRequirement Required
7505 src/com/gps/hibernate/AutoPkSupportDAO.java 39 There is log block not surrounded by if
7506 src/com/gps/hibernate/AutoPkSupportDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7507 src/com/gps/hibernate/AutoPkSupportDAO.java 41 Potential violation of Law of Demeter (method chain calls)
7508 src/com/gps/hibernate/AutoPkSupportDAO.java 42 There is log block not surrounded by if
7509 src/com/gps/hibernate/AutoPkSupportDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7510 src/com/gps/hibernate/AutoPkSupportDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7511 src/com/gps/hibernate/AutoPkSupportDAO.java 44 There is log block not surrounded by if
7512 src/com/gps/hibernate/AutoPkSupportDAO.java 49 Avoid variables with short names like id
7513 src/com/gps/hibernate/AutoPkSupportDAO.java 49 Parameter 'id' is not assigned and could be declared final
7514 src/com/gps/hibernate/AutoPkSupportDAO.java 49 publicMethodCommentRequirement Required
7515 src/com/gps/hibernate/AutoPkSupportDAO.java 50 There is log block not surrounded by if
7516 src/com/gps/hibernate/AutoPkSupportDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7517 src/com/gps/hibernate/AutoPkSupportDAO.java 52 Local variable 'instance' could be declared final
7518 src/com/gps/hibernate/AutoPkSupportDAO.java 52 Potential violation of Law of Demeter (method chain calls)
7519 src/com/gps/hibernate/AutoPkSupportDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7520 src/com/gps/hibernate/AutoPkSupportDAO.java 56 There is log block not surrounded by if
7521 src/com/gps/hibernate/AutoPkSupportDAO.java 61 Parameter 'instance' is not assigned and could be declared final
7522 src/com/gps/hibernate/AutoPkSupportDAO.java 61 publicMethodCommentRequirement Required
7523 src/com/gps/hibernate/AutoPkSupportDAO.java 62 There is log block not surrounded by if
7524 src/com/gps/hibernate/AutoPkSupportDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7525 src/com/gps/hibernate/AutoPkSupportDAO.java 64 Local variable 'results' could be declared final
7526 src/com/gps/hibernate/AutoPkSupportDAO.java 64 Potential violation of Law of Demeter (method chain calls)
7527 src/com/gps/hibernate/AutoPkSupportDAO.java 64 Potential violation of Law of Demeter (method chain calls)
7528 src/com/gps/hibernate/AutoPkSupportDAO.java 64 Potential violation of Law of Demeter (method chain calls)
7529 src/com/gps/hibernate/AutoPkSupportDAO.java 67 There is log block not surrounded by if
7530 src/com/gps/hibernate/AutoPkSupportDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7531 src/com/gps/hibernate/AutoPkSupportDAO.java 68 Potential violation of Law of Demeter (object not created locally)
7532 src/com/gps/hibernate/AutoPkSupportDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7533 src/com/gps/hibernate/AutoPkSupportDAO.java 71 There is log block not surrounded by if
7534 src/com/gps/hibernate/AutoPkSupportDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
7535 src/com/gps/hibernate/AutoPkSupportDAO.java 76 Parameter 'value' is not assigned and could be declared final
7536 src/com/gps/hibernate/AutoPkSupportDAO.java 76 publicMethodCommentRequirement Required
7537 src/com/gps/hibernate/AutoPkSupportDAO.java 77 There is log block not surrounded by if
7538 src/com/gps/hibernate/AutoPkSupportDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7539 src/com/gps/hibernate/AutoPkSupportDAO.java 80 Local variable 'queryString' could be declared final
7540 src/com/gps/hibernate/AutoPkSupportDAO.java 82 Local variable 'queryObject' could be declared final
7541 src/com/gps/hibernate/AutoPkSupportDAO.java 82 Potential violation of Law of Demeter (method chain calls)
7542 src/com/gps/hibernate/AutoPkSupportDAO.java 83 Potential violation of Law of Demeter (object not created locally)
7543 src/com/gps/hibernate/AutoPkSupportDAO.java 84 Potential violation of Law of Demeter (object not created locally)
7544 src/com/gps/hibernate/AutoPkSupportDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7545 src/com/gps/hibernate/AutoPkSupportDAO.java 86 There is log block not surrounded by if
7546 src/com/gps/hibernate/AutoPkSupportDAO.java 91 publicMethodCommentRequirement Required
7547 src/com/gps/hibernate/AutoPkSupportDAO.java 92 There is log block not surrounded by if
7548 src/com/gps/hibernate/AutoPkSupportDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7549 src/com/gps/hibernate/AutoPkSupportDAO.java 94 Local variable 'queryString' could be declared final
7550 src/com/gps/hibernate/AutoPkSupportDAO.java 95 Local variable 'queryObject' could be declared final
7551 src/com/gps/hibernate/AutoPkSupportDAO.java 95 Potential violation of Law of Demeter (method chain calls)
7552 src/com/gps/hibernate/AutoPkSupportDAO.java 96 Potential violation of Law of Demeter (object not created locally)
7553 src/com/gps/hibernate/AutoPkSupportDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7554 src/com/gps/hibernate/AutoPkSupportDAO.java 98 There is log block not surrounded by if
7555 src/com/gps/hibernate/AutoPkSupportDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
7556 src/com/gps/hibernate/AutoPkSupportDAO.java 103 publicMethodCommentRequirement Required
7557 src/com/gps/hibernate/AutoPkSupportDAO.java 104 There is log block not surrounded by if
7558 src/com/gps/hibernate/AutoPkSupportDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7559 src/com/gps/hibernate/AutoPkSupportDAO.java 106 Local variable 'result' could be declared final
7560 src/com/gps/hibernate/AutoPkSupportDAO.java 106 Potential violation of Law of Demeter (method chain calls)
7561 src/com/gps/hibernate/AutoPkSupportDAO.java 108 There is log block not surrounded by if
7562 src/com/gps/hibernate/AutoPkSupportDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7563 src/com/gps/hibernate/AutoPkSupportDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7564 src/com/gps/hibernate/AutoPkSupportDAO.java 111 There is log block not surrounded by if
7565 src/com/gps/hibernate/AutoPkSupportDAO.java 116 Parameter 'instance' is not assigned and could be declared final
7566 src/com/gps/hibernate/AutoPkSupportDAO.java 116 publicMethodCommentRequirement Required
7567 src/com/gps/hibernate/AutoPkSupportDAO.java 117 There is log block not surrounded by if
7568 src/com/gps/hibernate/AutoPkSupportDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7569 src/com/gps/hibernate/AutoPkSupportDAO.java 119 Potential violation of Law of Demeter (method chain calls)
7570 src/com/gps/hibernate/AutoPkSupportDAO.java 120 There is log block not surrounded by if
7571 src/com/gps/hibernate/AutoPkSupportDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7572 src/com/gps/hibernate/AutoPkSupportDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7573 src/com/gps/hibernate/AutoPkSupportDAO.java 122 There is log block not surrounded by if
7574 src/com/gps/hibernate/AutoPkSupportDAO.java 127 Parameter 'instance' is not assigned and could be declared final
7575 src/com/gps/hibernate/AutoPkSupportDAO.java 127 publicMethodCommentRequirement Required
7576 src/com/gps/hibernate/AutoPkSupportDAO.java 128 There is log block not surrounded by if
7577 src/com/gps/hibernate/AutoPkSupportDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7578 src/com/gps/hibernate/AutoPkSupportDAO.java 130 Potential violation of Law of Demeter (method chain calls)
7579 src/com/gps/hibernate/AutoPkSupportDAO.java 131 There is log block not surrounded by if
7580 src/com/gps/hibernate/AutoPkSupportDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7581 src/com/gps/hibernate/AutoPkSupportDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7582 src/com/gps/hibernate/AutoPkSupportDAO.java 133 There is log block not surrounded by if
7583 src/com/gps/hibernate/AutoPkSupportId.java 9 Classes implementing Serializable should set a serialVersionUID
7584 src/com/gps/hibernate/AutoPkSupportId.java 13 fieldCommentRequirement Required
7585 src/com/gps/hibernate/AutoPkSupportId.java 14 fieldCommentRequirement Required
7586 src/com/gps/hibernate/AutoPkSupportId.java 19 Document empty constructor
7587 src/com/gps/hibernate/AutoPkSupportId.java 23 Parameter 'nextId' is not assigned and could be declared final
7588 src/com/gps/hibernate/AutoPkSupportId.java 23 Parameter 'tableName' is not assigned and could be declared final
7589 src/com/gps/hibernate/AutoPkSupportId.java 30 publicMethodCommentRequirement Required
7590 src/com/gps/hibernate/AutoPkSupportId.java 34 Parameter 'tableName' is not assigned and could be declared final
7591 src/com/gps/hibernate/AutoPkSupportId.java 34 publicMethodCommentRequirement Required
7592 src/com/gps/hibernate/AutoPkSupportId.java 38 publicMethodCommentRequirement Required
7593 src/com/gps/hibernate/AutoPkSupportId.java 42 Parameter 'nextId' is not assigned and could be declared final
7594 src/com/gps/hibernate/AutoPkSupportId.java 42 publicMethodCommentRequirement Required
7595 src/com/gps/hibernate/AutoPkSupportId.java 46 Parameter 'other' is not assigned and could be declared final
7596 src/com/gps/hibernate/AutoPkSupportId.java 46 publicMethodCommentRequirement Required
7597 src/com/gps/hibernate/AutoPkSupportId.java 47 Avoid using if statements without curly braces
7598 src/com/gps/hibernate/AutoPkSupportId.java 47 Useless parentheses.
7599 src/com/gps/hibernate/AutoPkSupportId.java 48 A method should have only one exit point, and that should be the last statement in the method
7600 src/com/gps/hibernate/AutoPkSupportId.java 49 Avoid using if statements without curly braces
7601 src/com/gps/hibernate/AutoPkSupportId.java 49 Useless parentheses.
7602 src/com/gps/hibernate/AutoPkSupportId.java 50 A method should have only one exit point, and that should be the last statement in the method
7603 src/com/gps/hibernate/AutoPkSupportId.java 51 Avoid using if statements without curly braces
7604 src/com/gps/hibernate/AutoPkSupportId.java 52 A method should have only one exit point, and that should be the last statement in the method
7605 src/com/gps/hibernate/AutoPkSupportId.java 53 Local variable 'castOther' could be declared final
7606 src/com/gps/hibernate/AutoPkSupportId.java 55 Potential violation of Law of Demeter (method chain calls)
7607 src/com/gps/hibernate/AutoPkSupportId.java 55 Potential violation of Law of Demeter (object not created locally)
7608 src/com/gps/hibernate/AutoPkSupportId.java 55 Potential violation of Law of Demeter (object not created locally)
7609 src/com/gps/hibernate/AutoPkSupportId.java 55 Useless parentheses.
7610 src/com/gps/hibernate/AutoPkSupportId.java 55 Useless parentheses.
7611 src/com/gps/hibernate/AutoPkSupportId.java 57 Potential violation of Law of Demeter (object not created locally)
7612 src/com/gps/hibernate/AutoPkSupportId.java 58 Potential violation of Law of Demeter (object not created locally)
7613 src/com/gps/hibernate/AutoPkSupportId.java 59 Potential violation of Law of Demeter (method chain calls)
7614 src/com/gps/hibernate/AutoPkSupportId.java 59 Potential violation of Law of Demeter (object not created locally)
7615 src/com/gps/hibernate/AutoPkSupportId.java 59 Potential violation of Law of Demeter (object not created locally)
7616 src/com/gps/hibernate/AutoPkSupportId.java 59 Useless parentheses.
7617 src/com/gps/hibernate/AutoPkSupportId.java 59 Useless parentheses.
7618 src/com/gps/hibernate/AutoPkSupportId.java 61 Potential violation of Law of Demeter (object not created locally)
7619 src/com/gps/hibernate/AutoPkSupportId.java 62 Potential violation of Law of Demeter (object not created locally)
7620 src/com/gps/hibernate/AutoPkSupportId.java 65 publicMethodCommentRequirement Required
7621 src/com/gps/hibernate/AutoPkSupportId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
7622 src/com/gps/hibernate/BaseHibernateDAO.java 18 The Logger variable declaration does not contain the static and final modifiers
7623 src/com/gps/hibernate/BaseHibernateDAO.java 18 fieldCommentRequirement Required
7624 src/com/gps/hibernate/BaseHibernateDAO.java 19 Avoid using redundant field initializer for 'ds'
7625 src/com/gps/hibernate/BaseHibernateDAO.java 19 Avoid variables with short names like ds
7626 src/com/gps/hibernate/BaseHibernateDAO.java 19 Use explicit scoping instead of the default package private level
7627 src/com/gps/hibernate/BaseHibernateDAO.java 19 fieldCommentRequirement Required
7628 src/com/gps/hibernate/BaseHibernateDAO.java 20 Avoid variables with short names like rs
7629 src/com/gps/hibernate/BaseHibernateDAO.java 20 Use explicit scoping instead of the default package private level
7630 src/com/gps/hibernate/BaseHibernateDAO.java 20 fieldCommentRequirement Required
7631 src/com/gps/hibernate/BaseHibernateDAO.java 21 publicMethodCommentRequirement Required
7632 src/com/gps/hibernate/BaseHibernateDAO.java 24 Local variable 'session' could be declared final
7633 src/com/gps/hibernate/BaseHibernateDAO.java 34 Avoid excessively long variable names like connectionIterator
7634 src/com/gps/hibernate/BaseHibernateDAO.java 34 Local variable 'connectionIterator' could be declared final
7635 src/com/gps/hibernate/BaseHibernateDAO.java 34 Potential violation of Law of Demeter (method chain calls)
7636 src/com/gps/hibernate/BaseHibernateDAO.java 39 Local variable 'stacktrace' could be declared final
7637 src/com/gps/hibernate/BaseHibernateDAO.java 39 Potential violation of Law of Demeter (method chain calls)
7638 src/com/gps/hibernate/BaseHibernateDAO.java 40 Avoid variables with short names like e
7639 src/com/gps/hibernate/BaseHibernateDAO.java 40 Local variable 'e' could be declared final
7640 src/com/gps/hibernate/BaseHibernateDAO.java 42 Potential violation of Law of Demeter (method chain calls)
7641 src/com/gps/hibernate/BaseHibernateDAO.java 42 Potential violation of Law of Demeter (method chain calls)
7642 src/com/gps/hibernate/BaseHibernateDAO.java 42 Potential violation of Law of Demeter (object not created locally)
7643 src/com/gps/hibernate/BaseHibernateDAO.java 42 Potential violation of Law of Demeter (object not created locally)
7644 src/com/gps/hibernate/BaseHibernateDAO.java 42 Potential violation of Law of Demeter (object not created locally)
7645 src/com/gps/hibernate/BaseHibernateDAO.java 42 There is log block not surrounded by if
7646 src/com/gps/hibernate/BaseHibernateDAO.java 42 There is log block not surrounded by if
7647 src/com/gps/hibernate/BaseHibernateDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7648 src/com/gps/hibernate/BaseHibernateDAO.java 46 Potential violation of Law of Demeter (object not created locally)
7649 src/com/gps/hibernate/BaseHibernateDAO.java 46 There is log block not surrounded by if
7650 src/com/gps/hibernate/BaseHibernateDAO.java 46 There is log block not surrounded by if
7651 src/com/gps/hibernate/Blogsentry.java 11 Classes implementing Serializable should set a serialVersionUID
7652 src/com/gps/hibernate/Blogsentry.java 15 fieldCommentRequirement Required
7653 src/com/gps/hibernate/Blogsentry.java 16 fieldCommentRequirement Required
7654 src/com/gps/hibernate/Blogsentry.java 17 fieldCommentRequirement Required
7655 src/com/gps/hibernate/Blogsentry.java 18 fieldCommentRequirement Required
7656 src/com/gps/hibernate/Blogsentry.java 19 fieldCommentRequirement Required
7657 src/com/gps/hibernate/Blogsentry.java 20 fieldCommentRequirement Required
7658 src/com/gps/hibernate/Blogsentry.java 21 fieldCommentRequirement Required
7659 src/com/gps/hibernate/Blogsentry.java 22 fieldCommentRequirement Required
7660 src/com/gps/hibernate/Blogsentry.java 23 fieldCommentRequirement Required
7661 src/com/gps/hibernate/Blogsentry.java 24 fieldCommentRequirement Required
7662 src/com/gps/hibernate/Blogsentry.java 25 fieldCommentRequirement Required
7663 src/com/gps/hibernate/Blogsentry.java 26 fieldCommentRequirement Required
7664 src/com/gps/hibernate/Blogsentry.java 27 fieldCommentRequirement Required
7665 src/com/gps/hibernate/Blogsentry.java 28 fieldCommentRequirement Required
7666 src/com/gps/hibernate/Blogsentry.java 29 fieldCommentRequirement Required
7667 src/com/gps/hibernate/Blogsentry.java 34 Document empty constructor
7668 src/com/gps/hibernate/Blogsentry.java 38 Parameter 'entryId' is not assigned and could be declared final
7669 src/com/gps/hibernate/Blogsentry.java 43 Avoid long parameter lists.
7670 src/com/gps/hibernate/Blogsentry.java 43 Parameter 'companyId' is not assigned and could be declared final
7671 src/com/gps/hibernate/Blogsentry.java 43 Parameter 'entryId' is not assigned and could be declared final
7672 src/com/gps/hibernate/Blogsentry.java 43 Parameter 'groupId' is not assigned and could be declared final
7673 src/com/gps/hibernate/Blogsentry.java 43 Parameter 'uuid' is not assigned and could be declared final
7674 src/com/gps/hibernate/Blogsentry.java 44 Parameter 'createDate' is not assigned and could be declared final
7675 src/com/gps/hibernate/Blogsentry.java 44 Parameter 'modifiedDate' is not assigned and could be declared final
7676 src/com/gps/hibernate/Blogsentry.java 44 Parameter 'userId' is not assigned and could be declared final
7677 src/com/gps/hibernate/Blogsentry.java 44 Parameter 'userName' is not assigned and could be declared final
7678 src/com/gps/hibernate/Blogsentry.java 45 Parameter 'content' is not assigned and could be declared final
7679 src/com/gps/hibernate/Blogsentry.java 45 Parameter 'displayDate' is not assigned and could be declared final
7680 src/com/gps/hibernate/Blogsentry.java 45 Parameter 'title' is not assigned and could be declared final
7681 src/com/gps/hibernate/Blogsentry.java 45 Parameter 'urlTitle' is not assigned and could be declared final
7682 src/com/gps/hibernate/Blogsentry.java 46 Parameter 'allowTrackbacks' is not assigned and could be declared final
7683 src/com/gps/hibernate/Blogsentry.java 46 Parameter 'draft' is not assigned and could be declared final
7684 src/com/gps/hibernate/Blogsentry.java 46 Parameter 'trackbacks' is not assigned and could be declared final
7685 src/com/gps/hibernate/Blogsentry.java 66 publicMethodCommentRequirement Required
7686 src/com/gps/hibernate/Blogsentry.java 70 Parameter 'entryId' is not assigned and could be declared final
7687 src/com/gps/hibernate/Blogsentry.java 70 publicMethodCommentRequirement Required
7688 src/com/gps/hibernate/Blogsentry.java 74 publicMethodCommentRequirement Required
7689 src/com/gps/hibernate/Blogsentry.java 78 Parameter 'uuid' is not assigned and could be declared final
7690 src/com/gps/hibernate/Blogsentry.java 78 publicMethodCommentRequirement Required
7691 src/com/gps/hibernate/Blogsentry.java 82 publicMethodCommentRequirement Required
7692 src/com/gps/hibernate/Blogsentry.java 86 Parameter 'groupId' is not assigned and could be declared final
7693 src/com/gps/hibernate/Blogsentry.java 86 publicMethodCommentRequirement Required
7694 src/com/gps/hibernate/Blogsentry.java 90 publicMethodCommentRequirement Required
7695 src/com/gps/hibernate/Blogsentry.java 94 Parameter 'companyId' is not assigned and could be declared final
7696 src/com/gps/hibernate/Blogsentry.java 94 publicMethodCommentRequirement Required
7697 src/com/gps/hibernate/Blogsentry.java 98 publicMethodCommentRequirement Required
7698 src/com/gps/hibernate/Blogsentry.java 102 Parameter 'userId' is not assigned and could be declared final
7699 src/com/gps/hibernate/Blogsentry.java 102 publicMethodCommentRequirement Required
7700 src/com/gps/hibernate/Blogsentry.java 106 publicMethodCommentRequirement Required
7701 src/com/gps/hibernate/Blogsentry.java 110 Parameter 'userName' is not assigned and could be declared final
7702 src/com/gps/hibernate/Blogsentry.java 110 publicMethodCommentRequirement Required
7703 src/com/gps/hibernate/Blogsentry.java 114 publicMethodCommentRequirement Required
7704 src/com/gps/hibernate/Blogsentry.java 118 Parameter 'createDate' is not assigned and could be declared final
7705 src/com/gps/hibernate/Blogsentry.java 118 publicMethodCommentRequirement Required
7706 src/com/gps/hibernate/Blogsentry.java 122 publicMethodCommentRequirement Required
7707 src/com/gps/hibernate/Blogsentry.java 126 Parameter 'modifiedDate' is not assigned and could be declared final
7708 src/com/gps/hibernate/Blogsentry.java 126 publicMethodCommentRequirement Required
7709 src/com/gps/hibernate/Blogsentry.java 130 publicMethodCommentRequirement Required
7710 src/com/gps/hibernate/Blogsentry.java 134 Parameter 'title' is not assigned and could be declared final
7711 src/com/gps/hibernate/Blogsentry.java 134 publicMethodCommentRequirement Required
7712 src/com/gps/hibernate/Blogsentry.java 138 publicMethodCommentRequirement Required
7713 src/com/gps/hibernate/Blogsentry.java 142 Parameter 'urlTitle' is not assigned and could be declared final
7714 src/com/gps/hibernate/Blogsentry.java 142 publicMethodCommentRequirement Required
7715 src/com/gps/hibernate/Blogsentry.java 146 publicMethodCommentRequirement Required
7716 src/com/gps/hibernate/Blogsentry.java 150 Parameter 'content' is not assigned and could be declared final
7717 src/com/gps/hibernate/Blogsentry.java 150 publicMethodCommentRequirement Required
7718 src/com/gps/hibernate/Blogsentry.java 154 publicMethodCommentRequirement Required
7719 src/com/gps/hibernate/Blogsentry.java 158 Parameter 'displayDate' is not assigned and could be declared final
7720 src/com/gps/hibernate/Blogsentry.java 158 publicMethodCommentRequirement Required
7721 src/com/gps/hibernate/Blogsentry.java 162 publicMethodCommentRequirement Required
7722 src/com/gps/hibernate/Blogsentry.java 166 Parameter 'draft' is not assigned and could be declared final
7723 src/com/gps/hibernate/Blogsentry.java 166 publicMethodCommentRequirement Required
7724 src/com/gps/hibernate/Blogsentry.java 170 publicMethodCommentRequirement Required
7725 src/com/gps/hibernate/Blogsentry.java 174 Parameter 'allowTrackbacks' is not assigned and could be declared final
7726 src/com/gps/hibernate/Blogsentry.java 174 publicMethodCommentRequirement Required
7727 src/com/gps/hibernate/Blogsentry.java 178 publicMethodCommentRequirement Required
7728 src/com/gps/hibernate/Blogsentry.java 182 Parameter 'trackbacks' is not assigned and could be declared final
7729 src/com/gps/hibernate/Blogsentry.java 182 publicMethodCommentRequirement Required
7730 src/com/gps/hibernate/BlogsentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
7731 src/com/gps/hibernate/BlogsentryDAO.java 11 Comment is too large: Too many lines
7732 src/com/gps/hibernate/BlogsentryDAO.java 23 This class has too many methods, consider refactoring it.
7733 src/com/gps/hibernate/BlogsentryDAO.java 24 Logger should be defined private static final and have the correct class
7734 src/com/gps/hibernate/BlogsentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
7735 src/com/gps/hibernate/BlogsentryDAO.java 24 fieldCommentRequirement Required
7736 src/com/gps/hibernate/BlogsentryDAO.java 26 fieldCommentRequirement Required
7737 src/com/gps/hibernate/BlogsentryDAO.java 27 fieldCommentRequirement Required
7738 src/com/gps/hibernate/BlogsentryDAO.java 28 fieldCommentRequirement Required
7739 src/com/gps/hibernate/BlogsentryDAO.java 29 fieldCommentRequirement Required
7740 src/com/gps/hibernate/BlogsentryDAO.java 30 fieldCommentRequirement Required
7741 src/com/gps/hibernate/BlogsentryDAO.java 31 fieldCommentRequirement Required
7742 src/com/gps/hibernate/BlogsentryDAO.java 32 fieldCommentRequirement Required
7743 src/com/gps/hibernate/BlogsentryDAO.java 33 fieldCommentRequirement Required
7744 src/com/gps/hibernate/BlogsentryDAO.java 34 fieldCommentRequirement Required
7745 src/com/gps/hibernate/BlogsentryDAO.java 35 fieldCommentRequirement Required
7746 src/com/gps/hibernate/BlogsentryDAO.java 36 fieldCommentRequirement Required
7747 src/com/gps/hibernate/BlogsentryDAO.java 38 Parameter 'transientInstance' is not assigned and could be declared final
7748 src/com/gps/hibernate/BlogsentryDAO.java 38 publicMethodCommentRequirement Required
7749 src/com/gps/hibernate/BlogsentryDAO.java 39 There is log block not surrounded by if
7750 src/com/gps/hibernate/BlogsentryDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7751 src/com/gps/hibernate/BlogsentryDAO.java 41 Potential violation of Law of Demeter (method chain calls)
7752 src/com/gps/hibernate/BlogsentryDAO.java 42 There is log block not surrounded by if
7753 src/com/gps/hibernate/BlogsentryDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7754 src/com/gps/hibernate/BlogsentryDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7755 src/com/gps/hibernate/BlogsentryDAO.java 44 There is log block not surrounded by if
7756 src/com/gps/hibernate/BlogsentryDAO.java 49 Avoid excessively long variable names like persistentInstance
7757 src/com/gps/hibernate/BlogsentryDAO.java 49 Parameter 'persistentInstance' is not assigned and could be declared final
7758 src/com/gps/hibernate/BlogsentryDAO.java 49 publicMethodCommentRequirement Required
7759 src/com/gps/hibernate/BlogsentryDAO.java 50 There is log block not surrounded by if
7760 src/com/gps/hibernate/BlogsentryDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7761 src/com/gps/hibernate/BlogsentryDAO.java 52 Potential violation of Law of Demeter (method chain calls)
7762 src/com/gps/hibernate/BlogsentryDAO.java 53 There is log block not surrounded by if
7763 src/com/gps/hibernate/BlogsentryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7764 src/com/gps/hibernate/BlogsentryDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7765 src/com/gps/hibernate/BlogsentryDAO.java 55 There is log block not surrounded by if
7766 src/com/gps/hibernate/BlogsentryDAO.java 60 Avoid variables with short names like id
7767 src/com/gps/hibernate/BlogsentryDAO.java 60 Parameter 'id' is not assigned and could be declared final
7768 src/com/gps/hibernate/BlogsentryDAO.java 60 publicMethodCommentRequirement Required
7769 src/com/gps/hibernate/BlogsentryDAO.java 61 There is log block not surrounded by if
7770 src/com/gps/hibernate/BlogsentryDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7771 src/com/gps/hibernate/BlogsentryDAO.java 63 Local variable 'instance' could be declared final
7772 src/com/gps/hibernate/BlogsentryDAO.java 63 Potential violation of Law of Demeter (method chain calls)
7773 src/com/gps/hibernate/BlogsentryDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7774 src/com/gps/hibernate/BlogsentryDAO.java 67 There is log block not surrounded by if
7775 src/com/gps/hibernate/BlogsentryDAO.java 72 Parameter 'instance' is not assigned and could be declared final
7776 src/com/gps/hibernate/BlogsentryDAO.java 72 publicMethodCommentRequirement Required
7777 src/com/gps/hibernate/BlogsentryDAO.java 73 There is log block not surrounded by if
7778 src/com/gps/hibernate/BlogsentryDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7779 src/com/gps/hibernate/BlogsentryDAO.java 75 Local variable 'results' could be declared final
7780 src/com/gps/hibernate/BlogsentryDAO.java 75 Potential violation of Law of Demeter (method chain calls)
7781 src/com/gps/hibernate/BlogsentryDAO.java 75 Potential violation of Law of Demeter (method chain calls)
7782 src/com/gps/hibernate/BlogsentryDAO.java 75 Potential violation of Law of Demeter (method chain calls)
7783 src/com/gps/hibernate/BlogsentryDAO.java 78 There is log block not surrounded by if
7784 src/com/gps/hibernate/BlogsentryDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7785 src/com/gps/hibernate/BlogsentryDAO.java 79 Potential violation of Law of Demeter (object not created locally)
7786 src/com/gps/hibernate/BlogsentryDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7787 src/com/gps/hibernate/BlogsentryDAO.java 82 There is log block not surrounded by if
7788 src/com/gps/hibernate/BlogsentryDAO.java 87 Parameter 'propertyName' is not assigned and could be declared final
7789 src/com/gps/hibernate/BlogsentryDAO.java 87 Parameter 'value' is not assigned and could be declared final
7790 src/com/gps/hibernate/BlogsentryDAO.java 87 publicMethodCommentRequirement Required
7791 src/com/gps/hibernate/BlogsentryDAO.java 88 There is log block not surrounded by if
7792 src/com/gps/hibernate/BlogsentryDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7793 src/com/gps/hibernate/BlogsentryDAO.java 91 Local variable 'queryString' could be declared final
7794 src/com/gps/hibernate/BlogsentryDAO.java 93 Local variable 'queryObject' could be declared final
7795 src/com/gps/hibernate/BlogsentryDAO.java 93 Potential violation of Law of Demeter (method chain calls)
7796 src/com/gps/hibernate/BlogsentryDAO.java 94 Potential violation of Law of Demeter (object not created locally)
7797 src/com/gps/hibernate/BlogsentryDAO.java 95 Potential violation of Law of Demeter (object not created locally)
7798 src/com/gps/hibernate/BlogsentryDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7799 src/com/gps/hibernate/BlogsentryDAO.java 97 There is log block not surrounded by if
7800 src/com/gps/hibernate/BlogsentryDAO.java 102 Parameter 'uuid' is not assigned and could be declared final
7801 src/com/gps/hibernate/BlogsentryDAO.java 102 publicMethodCommentRequirement Required
7802 src/com/gps/hibernate/BlogsentryDAO.java 106 Parameter 'groupId' is not assigned and could be declared final
7803 src/com/gps/hibernate/BlogsentryDAO.java 106 publicMethodCommentRequirement Required
7804 src/com/gps/hibernate/BlogsentryDAO.java 110 Parameter 'companyId' is not assigned and could be declared final
7805 src/com/gps/hibernate/BlogsentryDAO.java 110 publicMethodCommentRequirement Required
7806 src/com/gps/hibernate/BlogsentryDAO.java 114 Parameter 'userId' is not assigned and could be declared final
7807 src/com/gps/hibernate/BlogsentryDAO.java 114 publicMethodCommentRequirement Required
7808 src/com/gps/hibernate/BlogsentryDAO.java 118 Parameter 'userName' is not assigned and could be declared final
7809 src/com/gps/hibernate/BlogsentryDAO.java 118 publicMethodCommentRequirement Required
7810 src/com/gps/hibernate/BlogsentryDAO.java 122 Parameter 'title' is not assigned and could be declared final
7811 src/com/gps/hibernate/BlogsentryDAO.java 122 publicMethodCommentRequirement Required
7812 src/com/gps/hibernate/BlogsentryDAO.java 126 Parameter 'urlTitle' is not assigned and could be declared final
7813 src/com/gps/hibernate/BlogsentryDAO.java 126 publicMethodCommentRequirement Required
7814 src/com/gps/hibernate/BlogsentryDAO.java 130 Parameter 'content' is not assigned and could be declared final
7815 src/com/gps/hibernate/BlogsentryDAO.java 130 publicMethodCommentRequirement Required
7816 src/com/gps/hibernate/BlogsentryDAO.java 134 Parameter 'draft' is not assigned and could be declared final
7817 src/com/gps/hibernate/BlogsentryDAO.java 134 publicMethodCommentRequirement Required
7818 src/com/gps/hibernate/BlogsentryDAO.java 138 Parameter 'allowTrackbacks' is not assigned and could be declared final
7819 src/com/gps/hibernate/BlogsentryDAO.java 138 publicMethodCommentRequirement Required
7820 src/com/gps/hibernate/BlogsentryDAO.java 142 Parameter 'trackbacks' is not assigned and could be declared final
7821 src/com/gps/hibernate/BlogsentryDAO.java 142 publicMethodCommentRequirement Required
7822 src/com/gps/hibernate/BlogsentryDAO.java 146 publicMethodCommentRequirement Required
7823 src/com/gps/hibernate/BlogsentryDAO.java 147 There is log block not surrounded by if
7824 src/com/gps/hibernate/BlogsentryDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7825 src/com/gps/hibernate/BlogsentryDAO.java 149 Local variable 'queryString' could be declared final
7826 src/com/gps/hibernate/BlogsentryDAO.java 150 Local variable 'queryObject' could be declared final
7827 src/com/gps/hibernate/BlogsentryDAO.java 150 Potential violation of Law of Demeter (method chain calls)
7828 src/com/gps/hibernate/BlogsentryDAO.java 151 Potential violation of Law of Demeter (object not created locally)
7829 src/com/gps/hibernate/BlogsentryDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7830 src/com/gps/hibernate/BlogsentryDAO.java 153 There is log block not surrounded by if
7831 src/com/gps/hibernate/BlogsentryDAO.java 158 Parameter 'detachedInstance' is not assigned and could be declared final
7832 src/com/gps/hibernate/BlogsentryDAO.java 158 publicMethodCommentRequirement Required
7833 src/com/gps/hibernate/BlogsentryDAO.java 159 There is log block not surrounded by if
7834 src/com/gps/hibernate/BlogsentryDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7835 src/com/gps/hibernate/BlogsentryDAO.java 161 Local variable 'result' could be declared final
7836 src/com/gps/hibernate/BlogsentryDAO.java 161 Potential violation of Law of Demeter (method chain calls)
7837 src/com/gps/hibernate/BlogsentryDAO.java 163 There is log block not surrounded by if
7838 src/com/gps/hibernate/BlogsentryDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7839 src/com/gps/hibernate/BlogsentryDAO.java 165 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7840 src/com/gps/hibernate/BlogsentryDAO.java 166 There is log block not surrounded by if
7841 src/com/gps/hibernate/BlogsentryDAO.java 171 Parameter 'instance' is not assigned and could be declared final
7842 src/com/gps/hibernate/BlogsentryDAO.java 171 publicMethodCommentRequirement Required
7843 src/com/gps/hibernate/BlogsentryDAO.java 172 There is log block not surrounded by if
7844 src/com/gps/hibernate/BlogsentryDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7845 src/com/gps/hibernate/BlogsentryDAO.java 174 Potential violation of Law of Demeter (method chain calls)
7846 src/com/gps/hibernate/BlogsentryDAO.java 175 There is log block not surrounded by if
7847 src/com/gps/hibernate/BlogsentryDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7848 src/com/gps/hibernate/BlogsentryDAO.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7849 src/com/gps/hibernate/BlogsentryDAO.java 177 There is log block not surrounded by if
7850 src/com/gps/hibernate/BlogsentryDAO.java 182 Parameter 'instance' is not assigned and could be declared final
7851 src/com/gps/hibernate/BlogsentryDAO.java 182 publicMethodCommentRequirement Required
7852 src/com/gps/hibernate/BlogsentryDAO.java 183 There is log block not surrounded by if
7853 src/com/gps/hibernate/BlogsentryDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7854 src/com/gps/hibernate/BlogsentryDAO.java 185 Potential violation of Law of Demeter (method chain calls)
7855 src/com/gps/hibernate/BlogsentryDAO.java 186 There is log block not surrounded by if
7856 src/com/gps/hibernate/BlogsentryDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7857 src/com/gps/hibernate/BlogsentryDAO.java 187 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7858 src/com/gps/hibernate/BlogsentryDAO.java 188 There is log block not surrounded by if
7859 src/com/gps/hibernate/Blogsstatsuser.java 11 Classes implementing Serializable should set a serialVersionUID
7860 src/com/gps/hibernate/Blogsstatsuser.java 15 fieldCommentRequirement Required
7861 src/com/gps/hibernate/Blogsstatsuser.java 16 fieldCommentRequirement Required
7862 src/com/gps/hibernate/Blogsstatsuser.java 17 fieldCommentRequirement Required
7863 src/com/gps/hibernate/Blogsstatsuser.java 18 fieldCommentRequirement Required
7864 src/com/gps/hibernate/Blogsstatsuser.java 19 fieldCommentRequirement Required
7865 src/com/gps/hibernate/Blogsstatsuser.java 20 fieldCommentRequirement Required
7866 src/com/gps/hibernate/Blogsstatsuser.java 21 Avoid excessively long variable names like ratingsTotalEntries
7867 src/com/gps/hibernate/Blogsstatsuser.java 21 fieldCommentRequirement Required
7868 src/com/gps/hibernate/Blogsstatsuser.java 22 fieldCommentRequirement Required
7869 src/com/gps/hibernate/Blogsstatsuser.java 23 Avoid excessively long variable names like ratingsAverageScore
7870 src/com/gps/hibernate/Blogsstatsuser.java 23 fieldCommentRequirement Required
7871 src/com/gps/hibernate/Blogsstatsuser.java 28 Document empty constructor
7872 src/com/gps/hibernate/Blogsstatsuser.java 32 Parameter 'statsUserId' is not assigned and could be declared final
7873 src/com/gps/hibernate/Blogsstatsuser.java 37 Parameter 'companyId' is not assigned and could be declared final
7874 src/com/gps/hibernate/Blogsstatsuser.java 37 Parameter 'groupId' is not assigned and could be declared final
7875 src/com/gps/hibernate/Blogsstatsuser.java 37 Parameter 'statsUserId' is not assigned and could be declared final
7876 src/com/gps/hibernate/Blogsstatsuser.java 38 Parameter 'entryCount' is not assigned and could be declared final
7877 src/com/gps/hibernate/Blogsstatsuser.java 38 Parameter 'lastPostDate' is not assigned and could be declared final
7878 src/com/gps/hibernate/Blogsstatsuser.java 38 Parameter 'userId' is not assigned and could be declared final
7879 src/com/gps/hibernate/Blogsstatsuser.java 39 Avoid excessively long variable names like ratingsTotalEntries
7880 src/com/gps/hibernate/Blogsstatsuser.java 39 Parameter 'ratingsTotalEntries' is not assigned and could be declared final
7881 src/com/gps/hibernate/Blogsstatsuser.java 39 Parameter 'ratingsTotalScore' is not assigned and could be declared final
7882 src/com/gps/hibernate/Blogsstatsuser.java 40 Avoid excessively long variable names like ratingsAverageScore
7883 src/com/gps/hibernate/Blogsstatsuser.java 40 Parameter 'ratingsAverageScore' is not assigned and could be declared final
7884 src/com/gps/hibernate/Blogsstatsuser.java 54 publicMethodCommentRequirement Required
7885 src/com/gps/hibernate/Blogsstatsuser.java 58 Parameter 'statsUserId' is not assigned and could be declared final
7886 src/com/gps/hibernate/Blogsstatsuser.java 58 publicMethodCommentRequirement Required
7887 src/com/gps/hibernate/Blogsstatsuser.java 62 publicMethodCommentRequirement Required
7888 src/com/gps/hibernate/Blogsstatsuser.java 66 Parameter 'groupId' is not assigned and could be declared final
7889 src/com/gps/hibernate/Blogsstatsuser.java 66 publicMethodCommentRequirement Required
7890 src/com/gps/hibernate/Blogsstatsuser.java 70 publicMethodCommentRequirement Required
7891 src/com/gps/hibernate/Blogsstatsuser.java 74 Parameter 'companyId' is not assigned and could be declared final
7892 src/com/gps/hibernate/Blogsstatsuser.java 74 publicMethodCommentRequirement Required
7893 src/com/gps/hibernate/Blogsstatsuser.java 78 publicMethodCommentRequirement Required
7894 src/com/gps/hibernate/Blogsstatsuser.java 82 Parameter 'userId' is not assigned and could be declared final
7895 src/com/gps/hibernate/Blogsstatsuser.java 82 publicMethodCommentRequirement Required
7896 src/com/gps/hibernate/Blogsstatsuser.java 86 publicMethodCommentRequirement Required
7897 src/com/gps/hibernate/Blogsstatsuser.java 90 Parameter 'entryCount' is not assigned and could be declared final
7898 src/com/gps/hibernate/Blogsstatsuser.java 90 publicMethodCommentRequirement Required
7899 src/com/gps/hibernate/Blogsstatsuser.java 94 publicMethodCommentRequirement Required
7900 src/com/gps/hibernate/Blogsstatsuser.java 98 Parameter 'lastPostDate' is not assigned and could be declared final
7901 src/com/gps/hibernate/Blogsstatsuser.java 98 publicMethodCommentRequirement Required
7902 src/com/gps/hibernate/Blogsstatsuser.java 102 publicMethodCommentRequirement Required
7903 src/com/gps/hibernate/Blogsstatsuser.java 106 Avoid excessively long variable names like ratingsTotalEntries
7904 src/com/gps/hibernate/Blogsstatsuser.java 106 Parameter 'ratingsTotalEntries' is not assigned and could be declared final
7905 src/com/gps/hibernate/Blogsstatsuser.java 106 publicMethodCommentRequirement Required
7906 src/com/gps/hibernate/Blogsstatsuser.java 110 publicMethodCommentRequirement Required
7907 src/com/gps/hibernate/Blogsstatsuser.java 114 Parameter 'ratingsTotalScore' is not assigned and could be declared final
7908 src/com/gps/hibernate/Blogsstatsuser.java 114 publicMethodCommentRequirement Required
7909 src/com/gps/hibernate/Blogsstatsuser.java 118 publicMethodCommentRequirement Required
7910 src/com/gps/hibernate/Blogsstatsuser.java 122 Avoid excessively long variable names like ratingsAverageScore
7911 src/com/gps/hibernate/Blogsstatsuser.java 122 Parameter 'ratingsAverageScore' is not assigned and could be declared final
7912 src/com/gps/hibernate/Blogsstatsuser.java 122 publicMethodCommentRequirement Required
7913 src/com/gps/hibernate/BlogsstatsuserDAO.java 3 Avoid unused imports such as 'java.util.Date'
7914 src/com/gps/hibernate/BlogsstatsuserDAO.java 11 Comment is too large: Too many lines
7915 src/com/gps/hibernate/BlogsstatsuserDAO.java 23 This class has too many methods, consider refactoring it.
7916 src/com/gps/hibernate/BlogsstatsuserDAO.java 24 Logger should be defined private static final and have the correct class
7917 src/com/gps/hibernate/BlogsstatsuserDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
7918 src/com/gps/hibernate/BlogsstatsuserDAO.java 24 fieldCommentRequirement Required
7919 src/com/gps/hibernate/BlogsstatsuserDAO.java 26 fieldCommentRequirement Required
7920 src/com/gps/hibernate/BlogsstatsuserDAO.java 27 fieldCommentRequirement Required
7921 src/com/gps/hibernate/BlogsstatsuserDAO.java 28 fieldCommentRequirement Required
7922 src/com/gps/hibernate/BlogsstatsuserDAO.java 29 fieldCommentRequirement Required
7923 src/com/gps/hibernate/BlogsstatsuserDAO.java 30 Avoid excessively long variable names like RATINGS_TOTAL_ENTRIES
7924 src/com/gps/hibernate/BlogsstatsuserDAO.java 30 fieldCommentRequirement Required
7925 src/com/gps/hibernate/BlogsstatsuserDAO.java 31 Avoid excessively long variable names like RATINGS_TOTAL_SCORE
7926 src/com/gps/hibernate/BlogsstatsuserDAO.java 31 fieldCommentRequirement Required
7927 src/com/gps/hibernate/BlogsstatsuserDAO.java 32 Avoid excessively long variable names like RATINGS_AVERAGE_SCORE
7928 src/com/gps/hibernate/BlogsstatsuserDAO.java 32 fieldCommentRequirement Required
7929 src/com/gps/hibernate/BlogsstatsuserDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
7930 src/com/gps/hibernate/BlogsstatsuserDAO.java 34 publicMethodCommentRequirement Required
7931 src/com/gps/hibernate/BlogsstatsuserDAO.java 35 There is log block not surrounded by if
7932 src/com/gps/hibernate/BlogsstatsuserDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7933 src/com/gps/hibernate/BlogsstatsuserDAO.java 37 Potential violation of Law of Demeter (method chain calls)
7934 src/com/gps/hibernate/BlogsstatsuserDAO.java 38 There is log block not surrounded by if
7935 src/com/gps/hibernate/BlogsstatsuserDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7936 src/com/gps/hibernate/BlogsstatsuserDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7937 src/com/gps/hibernate/BlogsstatsuserDAO.java 40 There is log block not surrounded by if
7938 src/com/gps/hibernate/BlogsstatsuserDAO.java 45 Avoid excessively long variable names like persistentInstance
7939 src/com/gps/hibernate/BlogsstatsuserDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
7940 src/com/gps/hibernate/BlogsstatsuserDAO.java 45 publicMethodCommentRequirement Required
7941 src/com/gps/hibernate/BlogsstatsuserDAO.java 46 There is log block not surrounded by if
7942 src/com/gps/hibernate/BlogsstatsuserDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7943 src/com/gps/hibernate/BlogsstatsuserDAO.java 48 Potential violation of Law of Demeter (method chain calls)
7944 src/com/gps/hibernate/BlogsstatsuserDAO.java 49 There is log block not surrounded by if
7945 src/com/gps/hibernate/BlogsstatsuserDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7946 src/com/gps/hibernate/BlogsstatsuserDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7947 src/com/gps/hibernate/BlogsstatsuserDAO.java 51 There is log block not surrounded by if
7948 src/com/gps/hibernate/BlogsstatsuserDAO.java 56 Avoid variables with short names like id
7949 src/com/gps/hibernate/BlogsstatsuserDAO.java 56 Parameter 'id' is not assigned and could be declared final
7950 src/com/gps/hibernate/BlogsstatsuserDAO.java 56 publicMethodCommentRequirement Required
7951 src/com/gps/hibernate/BlogsstatsuserDAO.java 57 There is log block not surrounded by if
7952 src/com/gps/hibernate/BlogsstatsuserDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7953 src/com/gps/hibernate/BlogsstatsuserDAO.java 59 Local variable 'instance' could be declared final
7954 src/com/gps/hibernate/BlogsstatsuserDAO.java 59 Potential violation of Law of Demeter (method chain calls)
7955 src/com/gps/hibernate/BlogsstatsuserDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7956 src/com/gps/hibernate/BlogsstatsuserDAO.java 63 There is log block not surrounded by if
7957 src/com/gps/hibernate/BlogsstatsuserDAO.java 68 Parameter 'instance' is not assigned and could be declared final
7958 src/com/gps/hibernate/BlogsstatsuserDAO.java 68 publicMethodCommentRequirement Required
7959 src/com/gps/hibernate/BlogsstatsuserDAO.java 69 There is log block not surrounded by if
7960 src/com/gps/hibernate/BlogsstatsuserDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7961 src/com/gps/hibernate/BlogsstatsuserDAO.java 71 Local variable 'results' could be declared final
7962 src/com/gps/hibernate/BlogsstatsuserDAO.java 71 Potential violation of Law of Demeter (method chain calls)
7963 src/com/gps/hibernate/BlogsstatsuserDAO.java 71 Potential violation of Law of Demeter (method chain calls)
7964 src/com/gps/hibernate/BlogsstatsuserDAO.java 71 Potential violation of Law of Demeter (method chain calls)
7965 src/com/gps/hibernate/BlogsstatsuserDAO.java 74 There is log block not surrounded by if
7966 src/com/gps/hibernate/BlogsstatsuserDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7967 src/com/gps/hibernate/BlogsstatsuserDAO.java 75 Potential violation of Law of Demeter (object not created locally)
7968 src/com/gps/hibernate/BlogsstatsuserDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7969 src/com/gps/hibernate/BlogsstatsuserDAO.java 78 There is log block not surrounded by if
7970 src/com/gps/hibernate/BlogsstatsuserDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
7971 src/com/gps/hibernate/BlogsstatsuserDAO.java 83 Parameter 'value' is not assigned and could be declared final
7972 src/com/gps/hibernate/BlogsstatsuserDAO.java 83 publicMethodCommentRequirement Required
7973 src/com/gps/hibernate/BlogsstatsuserDAO.java 84 There is log block not surrounded by if
7974 src/com/gps/hibernate/BlogsstatsuserDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7975 src/com/gps/hibernate/BlogsstatsuserDAO.java 87 Local variable 'queryString' could be declared final
7976 src/com/gps/hibernate/BlogsstatsuserDAO.java 89 Local variable 'queryObject' could be declared final
7977 src/com/gps/hibernate/BlogsstatsuserDAO.java 89 Potential violation of Law of Demeter (method chain calls)
7978 src/com/gps/hibernate/BlogsstatsuserDAO.java 90 Potential violation of Law of Demeter (object not created locally)
7979 src/com/gps/hibernate/BlogsstatsuserDAO.java 91 Potential violation of Law of Demeter (object not created locally)
7980 src/com/gps/hibernate/BlogsstatsuserDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7981 src/com/gps/hibernate/BlogsstatsuserDAO.java 93 There is log block not surrounded by if
7982 src/com/gps/hibernate/BlogsstatsuserDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
7983 src/com/gps/hibernate/BlogsstatsuserDAO.java 98 publicMethodCommentRequirement Required
7984 src/com/gps/hibernate/BlogsstatsuserDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
7985 src/com/gps/hibernate/BlogsstatsuserDAO.java 102 publicMethodCommentRequirement Required
7986 src/com/gps/hibernate/BlogsstatsuserDAO.java 106 Parameter 'userId' is not assigned and could be declared final
7987 src/com/gps/hibernate/BlogsstatsuserDAO.java 106 publicMethodCommentRequirement Required
7988 src/com/gps/hibernate/BlogsstatsuserDAO.java 110 Parameter 'entryCount' is not assigned and could be declared final
7989 src/com/gps/hibernate/BlogsstatsuserDAO.java 110 publicMethodCommentRequirement Required
7990 src/com/gps/hibernate/BlogsstatsuserDAO.java 114 Avoid excessively long variable names like ratingsTotalEntries
7991 src/com/gps/hibernate/BlogsstatsuserDAO.java 114 Parameter 'ratingsTotalEntries' is not assigned and could be declared final
7992 src/com/gps/hibernate/BlogsstatsuserDAO.java 114 publicMethodCommentRequirement Required
7993 src/com/gps/hibernate/BlogsstatsuserDAO.java 118 Parameter 'ratingsTotalScore' is not assigned and could be declared final
7994 src/com/gps/hibernate/BlogsstatsuserDAO.java 118 publicMethodCommentRequirement Required
7995 src/com/gps/hibernate/BlogsstatsuserDAO.java 122 Avoid excessively long variable names like ratingsAverageScore
7996 src/com/gps/hibernate/BlogsstatsuserDAO.java 122 Parameter 'ratingsAverageScore' is not assigned and could be declared final
7997 src/com/gps/hibernate/BlogsstatsuserDAO.java 122 publicMethodCommentRequirement Required
7998 src/com/gps/hibernate/BlogsstatsuserDAO.java 126 publicMethodCommentRequirement Required
7999 src/com/gps/hibernate/BlogsstatsuserDAO.java 127 There is log block not surrounded by if
8000 src/com/gps/hibernate/BlogsstatsuserDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8001 src/com/gps/hibernate/BlogsstatsuserDAO.java 129 Local variable 'queryString' could be declared final
8002 src/com/gps/hibernate/BlogsstatsuserDAO.java 130 Local variable 'queryObject' could be declared final
8003 src/com/gps/hibernate/BlogsstatsuserDAO.java 130 Potential violation of Law of Demeter (method chain calls)
8004 src/com/gps/hibernate/BlogsstatsuserDAO.java 131 Potential violation of Law of Demeter (object not created locally)
8005 src/com/gps/hibernate/BlogsstatsuserDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8006 src/com/gps/hibernate/BlogsstatsuserDAO.java 133 There is log block not surrounded by if
8007 src/com/gps/hibernate/BlogsstatsuserDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
8008 src/com/gps/hibernate/BlogsstatsuserDAO.java 138 publicMethodCommentRequirement Required
8009 src/com/gps/hibernate/BlogsstatsuserDAO.java 139 There is log block not surrounded by if
8010 src/com/gps/hibernate/BlogsstatsuserDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8011 src/com/gps/hibernate/BlogsstatsuserDAO.java 141 Local variable 'result' could be declared final
8012 src/com/gps/hibernate/BlogsstatsuserDAO.java 141 Potential violation of Law of Demeter (method chain calls)
8013 src/com/gps/hibernate/BlogsstatsuserDAO.java 143 There is log block not surrounded by if
8014 src/com/gps/hibernate/BlogsstatsuserDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8015 src/com/gps/hibernate/BlogsstatsuserDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8016 src/com/gps/hibernate/BlogsstatsuserDAO.java 146 There is log block not surrounded by if
8017 src/com/gps/hibernate/BlogsstatsuserDAO.java 151 Parameter 'instance' is not assigned and could be declared final
8018 src/com/gps/hibernate/BlogsstatsuserDAO.java 151 publicMethodCommentRequirement Required
8019 src/com/gps/hibernate/BlogsstatsuserDAO.java 152 There is log block not surrounded by if
8020 src/com/gps/hibernate/BlogsstatsuserDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8021 src/com/gps/hibernate/BlogsstatsuserDAO.java 154 Potential violation of Law of Demeter (method chain calls)
8022 src/com/gps/hibernate/BlogsstatsuserDAO.java 155 There is log block not surrounded by if
8023 src/com/gps/hibernate/BlogsstatsuserDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8024 src/com/gps/hibernate/BlogsstatsuserDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8025 src/com/gps/hibernate/BlogsstatsuserDAO.java 157 There is log block not surrounded by if
8026 src/com/gps/hibernate/BlogsstatsuserDAO.java 162 Parameter 'instance' is not assigned and could be declared final
8027 src/com/gps/hibernate/BlogsstatsuserDAO.java 162 publicMethodCommentRequirement Required
8028 src/com/gps/hibernate/BlogsstatsuserDAO.java 163 There is log block not surrounded by if
8029 src/com/gps/hibernate/BlogsstatsuserDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8030 src/com/gps/hibernate/BlogsstatsuserDAO.java 165 Potential violation of Law of Demeter (method chain calls)
8031 src/com/gps/hibernate/BlogsstatsuserDAO.java 166 There is log block not surrounded by if
8032 src/com/gps/hibernate/BlogsstatsuserDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8033 src/com/gps/hibernate/BlogsstatsuserDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8034 src/com/gps/hibernate/BlogsstatsuserDAO.java 168 There is log block not surrounded by if
8035 src/com/gps/hibernate/Bookmarksentry.java 11 Classes implementing Serializable should set a serialVersionUID
8036 src/com/gps/hibernate/Bookmarksentry.java 15 fieldCommentRequirement Required
8037 src/com/gps/hibernate/Bookmarksentry.java 16 fieldCommentRequirement Required
8038 src/com/gps/hibernate/Bookmarksentry.java 17 fieldCommentRequirement Required
8039 src/com/gps/hibernate/Bookmarksentry.java 18 fieldCommentRequirement Required
8040 src/com/gps/hibernate/Bookmarksentry.java 19 fieldCommentRequirement Required
8041 src/com/gps/hibernate/Bookmarksentry.java 20 fieldCommentRequirement Required
8042 src/com/gps/hibernate/Bookmarksentry.java 21 fieldCommentRequirement Required
8043 src/com/gps/hibernate/Bookmarksentry.java 22 fieldCommentRequirement Required
8044 src/com/gps/hibernate/Bookmarksentry.java 23 fieldCommentRequirement Required
8045 src/com/gps/hibernate/Bookmarksentry.java 24 fieldCommentRequirement Required
8046 src/com/gps/hibernate/Bookmarksentry.java 25 fieldCommentRequirement Required
8047 src/com/gps/hibernate/Bookmarksentry.java 26 fieldCommentRequirement Required
8048 src/com/gps/hibernate/Bookmarksentry.java 27 fieldCommentRequirement Required
8049 src/com/gps/hibernate/Bookmarksentry.java 32 Document empty constructor
8050 src/com/gps/hibernate/Bookmarksentry.java 36 Parameter 'entryId' is not assigned and could be declared final
8051 src/com/gps/hibernate/Bookmarksentry.java 41 Avoid long parameter lists.
8052 src/com/gps/hibernate/Bookmarksentry.java 41 Parameter 'entryId' is not assigned and could be declared final
8053 src/com/gps/hibernate/Bookmarksentry.java 41 Parameter 'groupId' is not assigned and could be declared final
8054 src/com/gps/hibernate/Bookmarksentry.java 41 Parameter 'uuid' is not assigned and could be declared final
8055 src/com/gps/hibernate/Bookmarksentry.java 42 Parameter 'companyId' is not assigned and could be declared final
8056 src/com/gps/hibernate/Bookmarksentry.java 42 Parameter 'createDate' is not assigned and could be declared final
8057 src/com/gps/hibernate/Bookmarksentry.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
8058 src/com/gps/hibernate/Bookmarksentry.java 42 Parameter 'userId' is not assigned and could be declared final
8059 src/com/gps/hibernate/Bookmarksentry.java 43 Parameter 'comments' is not assigned and could be declared final
8060 src/com/gps/hibernate/Bookmarksentry.java 43 Parameter 'folderId' is not assigned and could be declared final
8061 src/com/gps/hibernate/Bookmarksentry.java 43 Parameter 'name' is not assigned and could be declared final
8062 src/com/gps/hibernate/Bookmarksentry.java 43 Parameter 'url' is not assigned and could be declared final
8063 src/com/gps/hibernate/Bookmarksentry.java 44 Parameter 'priority' is not assigned and could be declared final
8064 src/com/gps/hibernate/Bookmarksentry.java 44 Parameter 'visits' is not assigned and could be declared final
8065 src/com/gps/hibernate/Bookmarksentry.java 62 publicMethodCommentRequirement Required
8066 src/com/gps/hibernate/Bookmarksentry.java 66 Parameter 'entryId' is not assigned and could be declared final
8067 src/com/gps/hibernate/Bookmarksentry.java 66 publicMethodCommentRequirement Required
8068 src/com/gps/hibernate/Bookmarksentry.java 70 publicMethodCommentRequirement Required
8069 src/com/gps/hibernate/Bookmarksentry.java 74 Parameter 'uuid' is not assigned and could be declared final
8070 src/com/gps/hibernate/Bookmarksentry.java 74 publicMethodCommentRequirement Required
8071 src/com/gps/hibernate/Bookmarksentry.java 78 publicMethodCommentRequirement Required
8072 src/com/gps/hibernate/Bookmarksentry.java 82 Parameter 'groupId' is not assigned and could be declared final
8073 src/com/gps/hibernate/Bookmarksentry.java 82 publicMethodCommentRequirement Required
8074 src/com/gps/hibernate/Bookmarksentry.java 86 publicMethodCommentRequirement Required
8075 src/com/gps/hibernate/Bookmarksentry.java 90 Parameter 'companyId' is not assigned and could be declared final
8076 src/com/gps/hibernate/Bookmarksentry.java 90 publicMethodCommentRequirement Required
8077 src/com/gps/hibernate/Bookmarksentry.java 94 publicMethodCommentRequirement Required
8078 src/com/gps/hibernate/Bookmarksentry.java 98 Parameter 'userId' is not assigned and could be declared final
8079 src/com/gps/hibernate/Bookmarksentry.java 98 publicMethodCommentRequirement Required
8080 src/com/gps/hibernate/Bookmarksentry.java 102 publicMethodCommentRequirement Required
8081 src/com/gps/hibernate/Bookmarksentry.java 106 Parameter 'createDate' is not assigned and could be declared final
8082 src/com/gps/hibernate/Bookmarksentry.java 106 publicMethodCommentRequirement Required
8083 src/com/gps/hibernate/Bookmarksentry.java 110 publicMethodCommentRequirement Required
8084 src/com/gps/hibernate/Bookmarksentry.java 114 Parameter 'modifiedDate' is not assigned and could be declared final
8085 src/com/gps/hibernate/Bookmarksentry.java 114 publicMethodCommentRequirement Required
8086 src/com/gps/hibernate/Bookmarksentry.java 118 publicMethodCommentRequirement Required
8087 src/com/gps/hibernate/Bookmarksentry.java 122 Parameter 'folderId' is not assigned and could be declared final
8088 src/com/gps/hibernate/Bookmarksentry.java 122 publicMethodCommentRequirement Required
8089 src/com/gps/hibernate/Bookmarksentry.java 126 publicMethodCommentRequirement Required
8090 src/com/gps/hibernate/Bookmarksentry.java 130 Parameter 'name' is not assigned and could be declared final
8091 src/com/gps/hibernate/Bookmarksentry.java 130 publicMethodCommentRequirement Required
8092 src/com/gps/hibernate/Bookmarksentry.java 134 publicMethodCommentRequirement Required
8093 src/com/gps/hibernate/Bookmarksentry.java 138 Parameter 'url' is not assigned and could be declared final
8094 src/com/gps/hibernate/Bookmarksentry.java 138 publicMethodCommentRequirement Required
8095 src/com/gps/hibernate/Bookmarksentry.java 142 publicMethodCommentRequirement Required
8096 src/com/gps/hibernate/Bookmarksentry.java 146 Parameter 'comments' is not assigned and could be declared final
8097 src/com/gps/hibernate/Bookmarksentry.java 146 publicMethodCommentRequirement Required
8098 src/com/gps/hibernate/Bookmarksentry.java 150 publicMethodCommentRequirement Required
8099 src/com/gps/hibernate/Bookmarksentry.java 154 Parameter 'visits' is not assigned and could be declared final
8100 src/com/gps/hibernate/Bookmarksentry.java 154 publicMethodCommentRequirement Required
8101 src/com/gps/hibernate/Bookmarksentry.java 158 publicMethodCommentRequirement Required
8102 src/com/gps/hibernate/Bookmarksentry.java 162 Parameter 'priority' is not assigned and could be declared final
8103 src/com/gps/hibernate/Bookmarksentry.java 162 publicMethodCommentRequirement Required
8104 src/com/gps/hibernate/BookmarksentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
8105 src/com/gps/hibernate/BookmarksentryDAO.java 11 Comment is too large: Too many lines
8106 src/com/gps/hibernate/BookmarksentryDAO.java 23 This class has too many methods, consider refactoring it.
8107 src/com/gps/hibernate/BookmarksentryDAO.java 24 Logger should be defined private static final and have the correct class
8108 src/com/gps/hibernate/BookmarksentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
8109 src/com/gps/hibernate/BookmarksentryDAO.java 24 fieldCommentRequirement Required
8110 src/com/gps/hibernate/BookmarksentryDAO.java 26 fieldCommentRequirement Required
8111 src/com/gps/hibernate/BookmarksentryDAO.java 27 fieldCommentRequirement Required
8112 src/com/gps/hibernate/BookmarksentryDAO.java 28 fieldCommentRequirement Required
8113 src/com/gps/hibernate/BookmarksentryDAO.java 29 fieldCommentRequirement Required
8114 src/com/gps/hibernate/BookmarksentryDAO.java 30 fieldCommentRequirement Required
8115 src/com/gps/hibernate/BookmarksentryDAO.java 31 fieldCommentRequirement Required
8116 src/com/gps/hibernate/BookmarksentryDAO.java 32 fieldCommentRequirement Required
8117 src/com/gps/hibernate/BookmarksentryDAO.java 33 fieldCommentRequirement Required
8118 src/com/gps/hibernate/BookmarksentryDAO.java 34 fieldCommentRequirement Required
8119 src/com/gps/hibernate/BookmarksentryDAO.java 35 fieldCommentRequirement Required
8120 src/com/gps/hibernate/BookmarksentryDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
8121 src/com/gps/hibernate/BookmarksentryDAO.java 37 publicMethodCommentRequirement Required
8122 src/com/gps/hibernate/BookmarksentryDAO.java 38 There is log block not surrounded by if
8123 src/com/gps/hibernate/BookmarksentryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8124 src/com/gps/hibernate/BookmarksentryDAO.java 40 Potential violation of Law of Demeter (method chain calls)
8125 src/com/gps/hibernate/BookmarksentryDAO.java 41 There is log block not surrounded by if
8126 src/com/gps/hibernate/BookmarksentryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8127 src/com/gps/hibernate/BookmarksentryDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8128 src/com/gps/hibernate/BookmarksentryDAO.java 43 There is log block not surrounded by if
8129 src/com/gps/hibernate/BookmarksentryDAO.java 48 Avoid excessively long variable names like persistentInstance
8130 src/com/gps/hibernate/BookmarksentryDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
8131 src/com/gps/hibernate/BookmarksentryDAO.java 48 publicMethodCommentRequirement Required
8132 src/com/gps/hibernate/BookmarksentryDAO.java 49 There is log block not surrounded by if
8133 src/com/gps/hibernate/BookmarksentryDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8134 src/com/gps/hibernate/BookmarksentryDAO.java 51 Potential violation of Law of Demeter (method chain calls)
8135 src/com/gps/hibernate/BookmarksentryDAO.java 52 There is log block not surrounded by if
8136 src/com/gps/hibernate/BookmarksentryDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8137 src/com/gps/hibernate/BookmarksentryDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8138 src/com/gps/hibernate/BookmarksentryDAO.java 54 There is log block not surrounded by if
8139 src/com/gps/hibernate/BookmarksentryDAO.java 59 Avoid variables with short names like id
8140 src/com/gps/hibernate/BookmarksentryDAO.java 59 Parameter 'id' is not assigned and could be declared final
8141 src/com/gps/hibernate/BookmarksentryDAO.java 59 publicMethodCommentRequirement Required
8142 src/com/gps/hibernate/BookmarksentryDAO.java 60 There is log block not surrounded by if
8143 src/com/gps/hibernate/BookmarksentryDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8144 src/com/gps/hibernate/BookmarksentryDAO.java 62 Local variable 'instance' could be declared final
8145 src/com/gps/hibernate/BookmarksentryDAO.java 62 Potential violation of Law of Demeter (method chain calls)
8146 src/com/gps/hibernate/BookmarksentryDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8147 src/com/gps/hibernate/BookmarksentryDAO.java 66 There is log block not surrounded by if
8148 src/com/gps/hibernate/BookmarksentryDAO.java 71 Parameter 'instance' is not assigned and could be declared final
8149 src/com/gps/hibernate/BookmarksentryDAO.java 71 publicMethodCommentRequirement Required
8150 src/com/gps/hibernate/BookmarksentryDAO.java 72 There is log block not surrounded by if
8151 src/com/gps/hibernate/BookmarksentryDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8152 src/com/gps/hibernate/BookmarksentryDAO.java 74 Local variable 'results' could be declared final
8153 src/com/gps/hibernate/BookmarksentryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
8154 src/com/gps/hibernate/BookmarksentryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
8155 src/com/gps/hibernate/BookmarksentryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
8156 src/com/gps/hibernate/BookmarksentryDAO.java 77 There is log block not surrounded by if
8157 src/com/gps/hibernate/BookmarksentryDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8158 src/com/gps/hibernate/BookmarksentryDAO.java 78 Potential violation of Law of Demeter (object not created locally)
8159 src/com/gps/hibernate/BookmarksentryDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8160 src/com/gps/hibernate/BookmarksentryDAO.java 81 There is log block not surrounded by if
8161 src/com/gps/hibernate/BookmarksentryDAO.java 86 Parameter 'propertyName' is not assigned and could be declared final
8162 src/com/gps/hibernate/BookmarksentryDAO.java 86 Parameter 'value' is not assigned and could be declared final
8163 src/com/gps/hibernate/BookmarksentryDAO.java 86 publicMethodCommentRequirement Required
8164 src/com/gps/hibernate/BookmarksentryDAO.java 87 There is log block not surrounded by if
8165 src/com/gps/hibernate/BookmarksentryDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8166 src/com/gps/hibernate/BookmarksentryDAO.java 90 Local variable 'queryString' could be declared final
8167 src/com/gps/hibernate/BookmarksentryDAO.java 92 Local variable 'queryObject' could be declared final
8168 src/com/gps/hibernate/BookmarksentryDAO.java 92 Potential violation of Law of Demeter (method chain calls)
8169 src/com/gps/hibernate/BookmarksentryDAO.java 93 Potential violation of Law of Demeter (object not created locally)
8170 src/com/gps/hibernate/BookmarksentryDAO.java 94 Potential violation of Law of Demeter (object not created locally)
8171 src/com/gps/hibernate/BookmarksentryDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8172 src/com/gps/hibernate/BookmarksentryDAO.java 96 There is log block not surrounded by if
8173 src/com/gps/hibernate/BookmarksentryDAO.java 101 Parameter 'uuid' is not assigned and could be declared final
8174 src/com/gps/hibernate/BookmarksentryDAO.java 101 publicMethodCommentRequirement Required
8175 src/com/gps/hibernate/BookmarksentryDAO.java 105 Parameter 'groupId' is not assigned and could be declared final
8176 src/com/gps/hibernate/BookmarksentryDAO.java 105 publicMethodCommentRequirement Required
8177 src/com/gps/hibernate/BookmarksentryDAO.java 109 Parameter 'companyId' is not assigned and could be declared final
8178 src/com/gps/hibernate/BookmarksentryDAO.java 109 publicMethodCommentRequirement Required
8179 src/com/gps/hibernate/BookmarksentryDAO.java 113 Parameter 'userId' is not assigned and could be declared final
8180 src/com/gps/hibernate/BookmarksentryDAO.java 113 publicMethodCommentRequirement Required
8181 src/com/gps/hibernate/BookmarksentryDAO.java 117 Parameter 'folderId' is not assigned and could be declared final
8182 src/com/gps/hibernate/BookmarksentryDAO.java 117 publicMethodCommentRequirement Required
8183 src/com/gps/hibernate/BookmarksentryDAO.java 121 Parameter 'name' is not assigned and could be declared final
8184 src/com/gps/hibernate/BookmarksentryDAO.java 121 publicMethodCommentRequirement Required
8185 src/com/gps/hibernate/BookmarksentryDAO.java 125 Parameter 'url' is not assigned and could be declared final
8186 src/com/gps/hibernate/BookmarksentryDAO.java 125 publicMethodCommentRequirement Required
8187 src/com/gps/hibernate/BookmarksentryDAO.java 129 Parameter 'comments' is not assigned and could be declared final
8188 src/com/gps/hibernate/BookmarksentryDAO.java 129 publicMethodCommentRequirement Required
8189 src/com/gps/hibernate/BookmarksentryDAO.java 133 Parameter 'visits' is not assigned and could be declared final
8190 src/com/gps/hibernate/BookmarksentryDAO.java 133 publicMethodCommentRequirement Required
8191 src/com/gps/hibernate/BookmarksentryDAO.java 137 Parameter 'priority' is not assigned and could be declared final
8192 src/com/gps/hibernate/BookmarksentryDAO.java 137 publicMethodCommentRequirement Required
8193 src/com/gps/hibernate/BookmarksentryDAO.java 141 publicMethodCommentRequirement Required
8194 src/com/gps/hibernate/BookmarksentryDAO.java 142 There is log block not surrounded by if
8195 src/com/gps/hibernate/BookmarksentryDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8196 src/com/gps/hibernate/BookmarksentryDAO.java 144 Local variable 'queryString' could be declared final
8197 src/com/gps/hibernate/BookmarksentryDAO.java 145 Local variable 'queryObject' could be declared final
8198 src/com/gps/hibernate/BookmarksentryDAO.java 145 Potential violation of Law of Demeter (method chain calls)
8199 src/com/gps/hibernate/BookmarksentryDAO.java 146 Potential violation of Law of Demeter (object not created locally)
8200 src/com/gps/hibernate/BookmarksentryDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8201 src/com/gps/hibernate/BookmarksentryDAO.java 148 There is log block not surrounded by if
8202 src/com/gps/hibernate/BookmarksentryDAO.java 153 Parameter 'detachedInstance' is not assigned and could be declared final
8203 src/com/gps/hibernate/BookmarksentryDAO.java 153 publicMethodCommentRequirement Required
8204 src/com/gps/hibernate/BookmarksentryDAO.java 154 There is log block not surrounded by if
8205 src/com/gps/hibernate/BookmarksentryDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8206 src/com/gps/hibernate/BookmarksentryDAO.java 156 Local variable 'result' could be declared final
8207 src/com/gps/hibernate/BookmarksentryDAO.java 156 Potential violation of Law of Demeter (method chain calls)
8208 src/com/gps/hibernate/BookmarksentryDAO.java 158 There is log block not surrounded by if
8209 src/com/gps/hibernate/BookmarksentryDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8210 src/com/gps/hibernate/BookmarksentryDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8211 src/com/gps/hibernate/BookmarksentryDAO.java 161 There is log block not surrounded by if
8212 src/com/gps/hibernate/BookmarksentryDAO.java 166 Parameter 'instance' is not assigned and could be declared final
8213 src/com/gps/hibernate/BookmarksentryDAO.java 166 publicMethodCommentRequirement Required
8214 src/com/gps/hibernate/BookmarksentryDAO.java 167 There is log block not surrounded by if
8215 src/com/gps/hibernate/BookmarksentryDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8216 src/com/gps/hibernate/BookmarksentryDAO.java 169 Potential violation of Law of Demeter (method chain calls)
8217 src/com/gps/hibernate/BookmarksentryDAO.java 170 There is log block not surrounded by if
8218 src/com/gps/hibernate/BookmarksentryDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8219 src/com/gps/hibernate/BookmarksentryDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8220 src/com/gps/hibernate/BookmarksentryDAO.java 172 There is log block not surrounded by if
8221 src/com/gps/hibernate/BookmarksentryDAO.java 177 Parameter 'instance' is not assigned and could be declared final
8222 src/com/gps/hibernate/BookmarksentryDAO.java 177 publicMethodCommentRequirement Required
8223 src/com/gps/hibernate/BookmarksentryDAO.java 178 There is log block not surrounded by if
8224 src/com/gps/hibernate/BookmarksentryDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8225 src/com/gps/hibernate/BookmarksentryDAO.java 180 Potential violation of Law of Demeter (method chain calls)
8226 src/com/gps/hibernate/BookmarksentryDAO.java 181 There is log block not surrounded by if
8227 src/com/gps/hibernate/BookmarksentryDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8228 src/com/gps/hibernate/BookmarksentryDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8229 src/com/gps/hibernate/BookmarksentryDAO.java 183 There is log block not surrounded by if
8230 src/com/gps/hibernate/Bookmarksfolder.java 11 Classes implementing Serializable should set a serialVersionUID
8231 src/com/gps/hibernate/Bookmarksfolder.java 15 fieldCommentRequirement Required
8232 src/com/gps/hibernate/Bookmarksfolder.java 16 fieldCommentRequirement Required
8233 src/com/gps/hibernate/Bookmarksfolder.java 17 fieldCommentRequirement Required
8234 src/com/gps/hibernate/Bookmarksfolder.java 18 fieldCommentRequirement Required
8235 src/com/gps/hibernate/Bookmarksfolder.java 19 fieldCommentRequirement Required
8236 src/com/gps/hibernate/Bookmarksfolder.java 20 fieldCommentRequirement Required
8237 src/com/gps/hibernate/Bookmarksfolder.java 21 fieldCommentRequirement Required
8238 src/com/gps/hibernate/Bookmarksfolder.java 22 fieldCommentRequirement Required
8239 src/com/gps/hibernate/Bookmarksfolder.java 23 fieldCommentRequirement Required
8240 src/com/gps/hibernate/Bookmarksfolder.java 24 fieldCommentRequirement Required
8241 src/com/gps/hibernate/Bookmarksfolder.java 29 Document empty constructor
8242 src/com/gps/hibernate/Bookmarksfolder.java 33 Parameter 'folderId' is not assigned and could be declared final
8243 src/com/gps/hibernate/Bookmarksfolder.java 38 Avoid long parameter lists.
8244 src/com/gps/hibernate/Bookmarksfolder.java 38 Parameter 'folderId' is not assigned and could be declared final
8245 src/com/gps/hibernate/Bookmarksfolder.java 38 Parameter 'groupId' is not assigned and could be declared final
8246 src/com/gps/hibernate/Bookmarksfolder.java 38 Parameter 'uuid' is not assigned and could be declared final
8247 src/com/gps/hibernate/Bookmarksfolder.java 39 Parameter 'companyId' is not assigned and could be declared final
8248 src/com/gps/hibernate/Bookmarksfolder.java 39 Parameter 'createDate' is not assigned and could be declared final
8249 src/com/gps/hibernate/Bookmarksfolder.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
8250 src/com/gps/hibernate/Bookmarksfolder.java 39 Parameter 'userId' is not assigned and could be declared final
8251 src/com/gps/hibernate/Bookmarksfolder.java 40 Parameter 'description' is not assigned and could be declared final
8252 src/com/gps/hibernate/Bookmarksfolder.java 40 Parameter 'name' is not assigned and could be declared final
8253 src/com/gps/hibernate/Bookmarksfolder.java 40 Parameter 'parentFolderId' is not assigned and could be declared final
8254 src/com/gps/hibernate/Bookmarksfolder.java 55 publicMethodCommentRequirement Required
8255 src/com/gps/hibernate/Bookmarksfolder.java 59 Parameter 'folderId' is not assigned and could be declared final
8256 src/com/gps/hibernate/Bookmarksfolder.java 59 publicMethodCommentRequirement Required
8257 src/com/gps/hibernate/Bookmarksfolder.java 63 publicMethodCommentRequirement Required
8258 src/com/gps/hibernate/Bookmarksfolder.java 67 Parameter 'uuid' is not assigned and could be declared final
8259 src/com/gps/hibernate/Bookmarksfolder.java 67 publicMethodCommentRequirement Required
8260 src/com/gps/hibernate/Bookmarksfolder.java 71 publicMethodCommentRequirement Required
8261 src/com/gps/hibernate/Bookmarksfolder.java 75 Parameter 'groupId' is not assigned and could be declared final
8262 src/com/gps/hibernate/Bookmarksfolder.java 75 publicMethodCommentRequirement Required
8263 src/com/gps/hibernate/Bookmarksfolder.java 79 publicMethodCommentRequirement Required
8264 src/com/gps/hibernate/Bookmarksfolder.java 83 Parameter 'companyId' is not assigned and could be declared final
8265 src/com/gps/hibernate/Bookmarksfolder.java 83 publicMethodCommentRequirement Required
8266 src/com/gps/hibernate/Bookmarksfolder.java 87 publicMethodCommentRequirement Required
8267 src/com/gps/hibernate/Bookmarksfolder.java 91 Parameter 'userId' is not assigned and could be declared final
8268 src/com/gps/hibernate/Bookmarksfolder.java 91 publicMethodCommentRequirement Required
8269 src/com/gps/hibernate/Bookmarksfolder.java 95 publicMethodCommentRequirement Required
8270 src/com/gps/hibernate/Bookmarksfolder.java 99 Parameter 'createDate' is not assigned and could be declared final
8271 src/com/gps/hibernate/Bookmarksfolder.java 99 publicMethodCommentRequirement Required
8272 src/com/gps/hibernate/Bookmarksfolder.java 103 publicMethodCommentRequirement Required
8273 src/com/gps/hibernate/Bookmarksfolder.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
8274 src/com/gps/hibernate/Bookmarksfolder.java 107 publicMethodCommentRequirement Required
8275 src/com/gps/hibernate/Bookmarksfolder.java 111 publicMethodCommentRequirement Required
8276 src/com/gps/hibernate/Bookmarksfolder.java 115 Parameter 'parentFolderId' is not assigned and could be declared final
8277 src/com/gps/hibernate/Bookmarksfolder.java 115 publicMethodCommentRequirement Required
8278 src/com/gps/hibernate/Bookmarksfolder.java 119 publicMethodCommentRequirement Required
8279 src/com/gps/hibernate/Bookmarksfolder.java 123 Parameter 'name' is not assigned and could be declared final
8280 src/com/gps/hibernate/Bookmarksfolder.java 123 publicMethodCommentRequirement Required
8281 src/com/gps/hibernate/Bookmarksfolder.java 127 publicMethodCommentRequirement Required
8282 src/com/gps/hibernate/Bookmarksfolder.java 131 Parameter 'description' is not assigned and could be declared final
8283 src/com/gps/hibernate/Bookmarksfolder.java 131 publicMethodCommentRequirement Required
8284 src/com/gps/hibernate/BookmarksfolderDAO.java 3 Avoid unused imports such as 'java.util.Date'
8285 src/com/gps/hibernate/BookmarksfolderDAO.java 11 Comment is too large: Too many lines
8286 src/com/gps/hibernate/BookmarksfolderDAO.java 23 This class has too many methods, consider refactoring it.
8287 src/com/gps/hibernate/BookmarksfolderDAO.java 24 Logger should be defined private static final and have the correct class
8288 src/com/gps/hibernate/BookmarksfolderDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
8289 src/com/gps/hibernate/BookmarksfolderDAO.java 24 fieldCommentRequirement Required
8290 src/com/gps/hibernate/BookmarksfolderDAO.java 26 fieldCommentRequirement Required
8291 src/com/gps/hibernate/BookmarksfolderDAO.java 27 fieldCommentRequirement Required
8292 src/com/gps/hibernate/BookmarksfolderDAO.java 28 fieldCommentRequirement Required
8293 src/com/gps/hibernate/BookmarksfolderDAO.java 29 fieldCommentRequirement Required
8294 src/com/gps/hibernate/BookmarksfolderDAO.java 30 fieldCommentRequirement Required
8295 src/com/gps/hibernate/BookmarksfolderDAO.java 31 fieldCommentRequirement Required
8296 src/com/gps/hibernate/BookmarksfolderDAO.java 32 fieldCommentRequirement Required
8297 src/com/gps/hibernate/BookmarksfolderDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
8298 src/com/gps/hibernate/BookmarksfolderDAO.java 34 publicMethodCommentRequirement Required
8299 src/com/gps/hibernate/BookmarksfolderDAO.java 35 There is log block not surrounded by if
8300 src/com/gps/hibernate/BookmarksfolderDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8301 src/com/gps/hibernate/BookmarksfolderDAO.java 37 Potential violation of Law of Demeter (method chain calls)
8302 src/com/gps/hibernate/BookmarksfolderDAO.java 38 There is log block not surrounded by if
8303 src/com/gps/hibernate/BookmarksfolderDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8304 src/com/gps/hibernate/BookmarksfolderDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8305 src/com/gps/hibernate/BookmarksfolderDAO.java 40 There is log block not surrounded by if
8306 src/com/gps/hibernate/BookmarksfolderDAO.java 45 Avoid excessively long variable names like persistentInstance
8307 src/com/gps/hibernate/BookmarksfolderDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
8308 src/com/gps/hibernate/BookmarksfolderDAO.java 45 publicMethodCommentRequirement Required
8309 src/com/gps/hibernate/BookmarksfolderDAO.java 46 There is log block not surrounded by if
8310 src/com/gps/hibernate/BookmarksfolderDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8311 src/com/gps/hibernate/BookmarksfolderDAO.java 48 Potential violation of Law of Demeter (method chain calls)
8312 src/com/gps/hibernate/BookmarksfolderDAO.java 49 There is log block not surrounded by if
8313 src/com/gps/hibernate/BookmarksfolderDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8314 src/com/gps/hibernate/BookmarksfolderDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8315 src/com/gps/hibernate/BookmarksfolderDAO.java 51 There is log block not surrounded by if
8316 src/com/gps/hibernate/BookmarksfolderDAO.java 56 Avoid variables with short names like id
8317 src/com/gps/hibernate/BookmarksfolderDAO.java 56 Parameter 'id' is not assigned and could be declared final
8318 src/com/gps/hibernate/BookmarksfolderDAO.java 56 publicMethodCommentRequirement Required
8319 src/com/gps/hibernate/BookmarksfolderDAO.java 57 There is log block not surrounded by if
8320 src/com/gps/hibernate/BookmarksfolderDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8321 src/com/gps/hibernate/BookmarksfolderDAO.java 59 Local variable 'instance' could be declared final
8322 src/com/gps/hibernate/BookmarksfolderDAO.java 59 Potential violation of Law of Demeter (method chain calls)
8323 src/com/gps/hibernate/BookmarksfolderDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8324 src/com/gps/hibernate/BookmarksfolderDAO.java 63 There is log block not surrounded by if
8325 src/com/gps/hibernate/BookmarksfolderDAO.java 68 Parameter 'instance' is not assigned and could be declared final
8326 src/com/gps/hibernate/BookmarksfolderDAO.java 68 publicMethodCommentRequirement Required
8327 src/com/gps/hibernate/BookmarksfolderDAO.java 69 There is log block not surrounded by if
8328 src/com/gps/hibernate/BookmarksfolderDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8329 src/com/gps/hibernate/BookmarksfolderDAO.java 71 Local variable 'results' could be declared final
8330 src/com/gps/hibernate/BookmarksfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
8331 src/com/gps/hibernate/BookmarksfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
8332 src/com/gps/hibernate/BookmarksfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
8333 src/com/gps/hibernate/BookmarksfolderDAO.java 74 There is log block not surrounded by if
8334 src/com/gps/hibernate/BookmarksfolderDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8335 src/com/gps/hibernate/BookmarksfolderDAO.java 75 Potential violation of Law of Demeter (object not created locally)
8336 src/com/gps/hibernate/BookmarksfolderDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8337 src/com/gps/hibernate/BookmarksfolderDAO.java 78 There is log block not surrounded by if
8338 src/com/gps/hibernate/BookmarksfolderDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
8339 src/com/gps/hibernate/BookmarksfolderDAO.java 83 Parameter 'value' is not assigned and could be declared final
8340 src/com/gps/hibernate/BookmarksfolderDAO.java 83 publicMethodCommentRequirement Required
8341 src/com/gps/hibernate/BookmarksfolderDAO.java 84 There is log block not surrounded by if
8342 src/com/gps/hibernate/BookmarksfolderDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8343 src/com/gps/hibernate/BookmarksfolderDAO.java 87 Local variable 'queryString' could be declared final
8344 src/com/gps/hibernate/BookmarksfolderDAO.java 89 Local variable 'queryObject' could be declared final
8345 src/com/gps/hibernate/BookmarksfolderDAO.java 89 Potential violation of Law of Demeter (method chain calls)
8346 src/com/gps/hibernate/BookmarksfolderDAO.java 90 Potential violation of Law of Demeter (object not created locally)
8347 src/com/gps/hibernate/BookmarksfolderDAO.java 91 Potential violation of Law of Demeter (object not created locally)
8348 src/com/gps/hibernate/BookmarksfolderDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8349 src/com/gps/hibernate/BookmarksfolderDAO.java 93 There is log block not surrounded by if
8350 src/com/gps/hibernate/BookmarksfolderDAO.java 98 Parameter 'uuid' is not assigned and could be declared final
8351 src/com/gps/hibernate/BookmarksfolderDAO.java 98 publicMethodCommentRequirement Required
8352 src/com/gps/hibernate/BookmarksfolderDAO.java 102 Parameter 'groupId' is not assigned and could be declared final
8353 src/com/gps/hibernate/BookmarksfolderDAO.java 102 publicMethodCommentRequirement Required
8354 src/com/gps/hibernate/BookmarksfolderDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
8355 src/com/gps/hibernate/BookmarksfolderDAO.java 106 publicMethodCommentRequirement Required
8356 src/com/gps/hibernate/BookmarksfolderDAO.java 110 Parameter 'userId' is not assigned and could be declared final
8357 src/com/gps/hibernate/BookmarksfolderDAO.java 110 publicMethodCommentRequirement Required
8358 src/com/gps/hibernate/BookmarksfolderDAO.java 114 Parameter 'parentFolderId' is not assigned and could be declared final
8359 src/com/gps/hibernate/BookmarksfolderDAO.java 114 publicMethodCommentRequirement Required
8360 src/com/gps/hibernate/BookmarksfolderDAO.java 118 Parameter 'name' is not assigned and could be declared final
8361 src/com/gps/hibernate/BookmarksfolderDAO.java 118 publicMethodCommentRequirement Required
8362 src/com/gps/hibernate/BookmarksfolderDAO.java 122 Parameter 'description' is not assigned and could be declared final
8363 src/com/gps/hibernate/BookmarksfolderDAO.java 122 publicMethodCommentRequirement Required
8364 src/com/gps/hibernate/BookmarksfolderDAO.java 126 publicMethodCommentRequirement Required
8365 src/com/gps/hibernate/BookmarksfolderDAO.java 127 There is log block not surrounded by if
8366 src/com/gps/hibernate/BookmarksfolderDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8367 src/com/gps/hibernate/BookmarksfolderDAO.java 129 Local variable 'queryString' could be declared final
8368 src/com/gps/hibernate/BookmarksfolderDAO.java 130 Local variable 'queryObject' could be declared final
8369 src/com/gps/hibernate/BookmarksfolderDAO.java 130 Potential violation of Law of Demeter (method chain calls)
8370 src/com/gps/hibernate/BookmarksfolderDAO.java 131 Potential violation of Law of Demeter (object not created locally)
8371 src/com/gps/hibernate/BookmarksfolderDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8372 src/com/gps/hibernate/BookmarksfolderDAO.java 133 There is log block not surrounded by if
8373 src/com/gps/hibernate/BookmarksfolderDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
8374 src/com/gps/hibernate/BookmarksfolderDAO.java 138 publicMethodCommentRequirement Required
8375 src/com/gps/hibernate/BookmarksfolderDAO.java 139 There is log block not surrounded by if
8376 src/com/gps/hibernate/BookmarksfolderDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8377 src/com/gps/hibernate/BookmarksfolderDAO.java 141 Local variable 'result' could be declared final
8378 src/com/gps/hibernate/BookmarksfolderDAO.java 141 Potential violation of Law of Demeter (method chain calls)
8379 src/com/gps/hibernate/BookmarksfolderDAO.java 143 There is log block not surrounded by if
8380 src/com/gps/hibernate/BookmarksfolderDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8381 src/com/gps/hibernate/BookmarksfolderDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8382 src/com/gps/hibernate/BookmarksfolderDAO.java 146 There is log block not surrounded by if
8383 src/com/gps/hibernate/BookmarksfolderDAO.java 151 Parameter 'instance' is not assigned and could be declared final
8384 src/com/gps/hibernate/BookmarksfolderDAO.java 151 publicMethodCommentRequirement Required
8385 src/com/gps/hibernate/BookmarksfolderDAO.java 152 There is log block not surrounded by if
8386 src/com/gps/hibernate/BookmarksfolderDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8387 src/com/gps/hibernate/BookmarksfolderDAO.java 154 Potential violation of Law of Demeter (method chain calls)
8388 src/com/gps/hibernate/BookmarksfolderDAO.java 155 There is log block not surrounded by if
8389 src/com/gps/hibernate/BookmarksfolderDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8390 src/com/gps/hibernate/BookmarksfolderDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8391 src/com/gps/hibernate/BookmarksfolderDAO.java 157 There is log block not surrounded by if
8392 src/com/gps/hibernate/BookmarksfolderDAO.java 162 Parameter 'instance' is not assigned and could be declared final
8393 src/com/gps/hibernate/BookmarksfolderDAO.java 162 publicMethodCommentRequirement Required
8394 src/com/gps/hibernate/BookmarksfolderDAO.java 163 There is log block not surrounded by if
8395 src/com/gps/hibernate/BookmarksfolderDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8396 src/com/gps/hibernate/BookmarksfolderDAO.java 165 Potential violation of Law of Demeter (method chain calls)
8397 src/com/gps/hibernate/BookmarksfolderDAO.java 166 There is log block not surrounded by if
8398 src/com/gps/hibernate/BookmarksfolderDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8399 src/com/gps/hibernate/BookmarksfolderDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8400 src/com/gps/hibernate/BookmarksfolderDAO.java 168 There is log block not surrounded by if
8401 src/com/gps/hibernate/Browsertracker.java 9 Classes implementing Serializable should set a serialVersionUID
8402 src/com/gps/hibernate/Browsertracker.java 13 fieldCommentRequirement Required
8403 src/com/gps/hibernate/Browsertracker.java 14 fieldCommentRequirement Required
8404 src/com/gps/hibernate/Browsertracker.java 15 fieldCommentRequirement Required
8405 src/com/gps/hibernate/Browsertracker.java 20 Document empty constructor
8406 src/com/gps/hibernate/Browsertracker.java 24 Parameter 'browserTrackerId' is not assigned and could be declared final
8407 src/com/gps/hibernate/Browsertracker.java 29 Parameter 'browserKey' is not assigned and could be declared final
8408 src/com/gps/hibernate/Browsertracker.java 29 Parameter 'browserTrackerId' is not assigned and could be declared final
8409 src/com/gps/hibernate/Browsertracker.java 29 Parameter 'userId' is not assigned and could be declared final
8410 src/com/gps/hibernate/Browsertracker.java 37 publicMethodCommentRequirement Required
8411 src/com/gps/hibernate/Browsertracker.java 41 Parameter 'browserTrackerId' is not assigned and could be declared final
8412 src/com/gps/hibernate/Browsertracker.java 41 publicMethodCommentRequirement Required
8413 src/com/gps/hibernate/Browsertracker.java 45 publicMethodCommentRequirement Required
8414 src/com/gps/hibernate/Browsertracker.java 49 Parameter 'userId' is not assigned and could be declared final
8415 src/com/gps/hibernate/Browsertracker.java 49 publicMethodCommentRequirement Required
8416 src/com/gps/hibernate/Browsertracker.java 53 publicMethodCommentRequirement Required
8417 src/com/gps/hibernate/Browsertracker.java 57 Parameter 'browserKey' is not assigned and could be declared final
8418 src/com/gps/hibernate/Browsertracker.java 57 publicMethodCommentRequirement Required
8419 src/com/gps/hibernate/BrowsertrackerDAO.java 10 Comment is too large: Too many lines
8420 src/com/gps/hibernate/BrowsertrackerDAO.java 22 This class has too many methods, consider refactoring it.
8421 src/com/gps/hibernate/BrowsertrackerDAO.java 23 Logger should be defined private static final and have the correct class
8422 src/com/gps/hibernate/BrowsertrackerDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
8423 src/com/gps/hibernate/BrowsertrackerDAO.java 23 fieldCommentRequirement Required
8424 src/com/gps/hibernate/BrowsertrackerDAO.java 25 fieldCommentRequirement Required
8425 src/com/gps/hibernate/BrowsertrackerDAO.java 26 fieldCommentRequirement Required
8426 src/com/gps/hibernate/BrowsertrackerDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
8427 src/com/gps/hibernate/BrowsertrackerDAO.java 28 publicMethodCommentRequirement Required
8428 src/com/gps/hibernate/BrowsertrackerDAO.java 29 There is log block not surrounded by if
8429 src/com/gps/hibernate/BrowsertrackerDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8430 src/com/gps/hibernate/BrowsertrackerDAO.java 31 Potential violation of Law of Demeter (method chain calls)
8431 src/com/gps/hibernate/BrowsertrackerDAO.java 32 There is log block not surrounded by if
8432 src/com/gps/hibernate/BrowsertrackerDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8433 src/com/gps/hibernate/BrowsertrackerDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8434 src/com/gps/hibernate/BrowsertrackerDAO.java 34 There is log block not surrounded by if
8435 src/com/gps/hibernate/BrowsertrackerDAO.java 39 Avoid excessively long variable names like persistentInstance
8436 src/com/gps/hibernate/BrowsertrackerDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
8437 src/com/gps/hibernate/BrowsertrackerDAO.java 39 publicMethodCommentRequirement Required
8438 src/com/gps/hibernate/BrowsertrackerDAO.java 40 There is log block not surrounded by if
8439 src/com/gps/hibernate/BrowsertrackerDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8440 src/com/gps/hibernate/BrowsertrackerDAO.java 42 Potential violation of Law of Demeter (method chain calls)
8441 src/com/gps/hibernate/BrowsertrackerDAO.java 43 There is log block not surrounded by if
8442 src/com/gps/hibernate/BrowsertrackerDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8443 src/com/gps/hibernate/BrowsertrackerDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8444 src/com/gps/hibernate/BrowsertrackerDAO.java 45 There is log block not surrounded by if
8445 src/com/gps/hibernate/BrowsertrackerDAO.java 50 Avoid variables with short names like id
8446 src/com/gps/hibernate/BrowsertrackerDAO.java 50 Parameter 'id' is not assigned and could be declared final
8447 src/com/gps/hibernate/BrowsertrackerDAO.java 50 publicMethodCommentRequirement Required
8448 src/com/gps/hibernate/BrowsertrackerDAO.java 51 There is log block not surrounded by if
8449 src/com/gps/hibernate/BrowsertrackerDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8450 src/com/gps/hibernate/BrowsertrackerDAO.java 53 Local variable 'instance' could be declared final
8451 src/com/gps/hibernate/BrowsertrackerDAO.java 53 Potential violation of Law of Demeter (method chain calls)
8452 src/com/gps/hibernate/BrowsertrackerDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8453 src/com/gps/hibernate/BrowsertrackerDAO.java 57 There is log block not surrounded by if
8454 src/com/gps/hibernate/BrowsertrackerDAO.java 62 Parameter 'instance' is not assigned and could be declared final
8455 src/com/gps/hibernate/BrowsertrackerDAO.java 62 publicMethodCommentRequirement Required
8456 src/com/gps/hibernate/BrowsertrackerDAO.java 63 There is log block not surrounded by if
8457 src/com/gps/hibernate/BrowsertrackerDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8458 src/com/gps/hibernate/BrowsertrackerDAO.java 65 Local variable 'results' could be declared final
8459 src/com/gps/hibernate/BrowsertrackerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
8460 src/com/gps/hibernate/BrowsertrackerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
8461 src/com/gps/hibernate/BrowsertrackerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
8462 src/com/gps/hibernate/BrowsertrackerDAO.java 68 There is log block not surrounded by if
8463 src/com/gps/hibernate/BrowsertrackerDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8464 src/com/gps/hibernate/BrowsertrackerDAO.java 69 Potential violation of Law of Demeter (object not created locally)
8465 src/com/gps/hibernate/BrowsertrackerDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8466 src/com/gps/hibernate/BrowsertrackerDAO.java 72 There is log block not surrounded by if
8467 src/com/gps/hibernate/BrowsertrackerDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
8468 src/com/gps/hibernate/BrowsertrackerDAO.java 77 Parameter 'value' is not assigned and could be declared final
8469 src/com/gps/hibernate/BrowsertrackerDAO.java 77 publicMethodCommentRequirement Required
8470 src/com/gps/hibernate/BrowsertrackerDAO.java 78 There is log block not surrounded by if
8471 src/com/gps/hibernate/BrowsertrackerDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8472 src/com/gps/hibernate/BrowsertrackerDAO.java 81 Local variable 'queryString' could be declared final
8473 src/com/gps/hibernate/BrowsertrackerDAO.java 83 Local variable 'queryObject' could be declared final
8474 src/com/gps/hibernate/BrowsertrackerDAO.java 83 Potential violation of Law of Demeter (method chain calls)
8475 src/com/gps/hibernate/BrowsertrackerDAO.java 84 Potential violation of Law of Demeter (object not created locally)
8476 src/com/gps/hibernate/BrowsertrackerDAO.java 85 Potential violation of Law of Demeter (object not created locally)
8477 src/com/gps/hibernate/BrowsertrackerDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8478 src/com/gps/hibernate/BrowsertrackerDAO.java 87 There is log block not surrounded by if
8479 src/com/gps/hibernate/BrowsertrackerDAO.java 92 Parameter 'userId' is not assigned and could be declared final
8480 src/com/gps/hibernate/BrowsertrackerDAO.java 92 publicMethodCommentRequirement Required
8481 src/com/gps/hibernate/BrowsertrackerDAO.java 96 Parameter 'browserKey' is not assigned and could be declared final
8482 src/com/gps/hibernate/BrowsertrackerDAO.java 96 publicMethodCommentRequirement Required
8483 src/com/gps/hibernate/BrowsertrackerDAO.java 100 publicMethodCommentRequirement Required
8484 src/com/gps/hibernate/BrowsertrackerDAO.java 101 There is log block not surrounded by if
8485 src/com/gps/hibernate/BrowsertrackerDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8486 src/com/gps/hibernate/BrowsertrackerDAO.java 103 Local variable 'queryString' could be declared final
8487 src/com/gps/hibernate/BrowsertrackerDAO.java 104 Local variable 'queryObject' could be declared final
8488 src/com/gps/hibernate/BrowsertrackerDAO.java 104 Potential violation of Law of Demeter (method chain calls)
8489 src/com/gps/hibernate/BrowsertrackerDAO.java 105 Potential violation of Law of Demeter (object not created locally)
8490 src/com/gps/hibernate/BrowsertrackerDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8491 src/com/gps/hibernate/BrowsertrackerDAO.java 107 There is log block not surrounded by if
8492 src/com/gps/hibernate/BrowsertrackerDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
8493 src/com/gps/hibernate/BrowsertrackerDAO.java 112 publicMethodCommentRequirement Required
8494 src/com/gps/hibernate/BrowsertrackerDAO.java 113 There is log block not surrounded by if
8495 src/com/gps/hibernate/BrowsertrackerDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8496 src/com/gps/hibernate/BrowsertrackerDAO.java 115 Local variable 'result' could be declared final
8497 src/com/gps/hibernate/BrowsertrackerDAO.java 115 Potential violation of Law of Demeter (method chain calls)
8498 src/com/gps/hibernate/BrowsertrackerDAO.java 117 There is log block not surrounded by if
8499 src/com/gps/hibernate/BrowsertrackerDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8500 src/com/gps/hibernate/BrowsertrackerDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8501 src/com/gps/hibernate/BrowsertrackerDAO.java 120 There is log block not surrounded by if
8502 src/com/gps/hibernate/BrowsertrackerDAO.java 125 Parameter 'instance' is not assigned and could be declared final
8503 src/com/gps/hibernate/BrowsertrackerDAO.java 125 publicMethodCommentRequirement Required
8504 src/com/gps/hibernate/BrowsertrackerDAO.java 126 There is log block not surrounded by if
8505 src/com/gps/hibernate/BrowsertrackerDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8506 src/com/gps/hibernate/BrowsertrackerDAO.java 128 Potential violation of Law of Demeter (method chain calls)
8507 src/com/gps/hibernate/BrowsertrackerDAO.java 129 There is log block not surrounded by if
8508 src/com/gps/hibernate/BrowsertrackerDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8509 src/com/gps/hibernate/BrowsertrackerDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8510 src/com/gps/hibernate/BrowsertrackerDAO.java 131 There is log block not surrounded by if
8511 src/com/gps/hibernate/BrowsertrackerDAO.java 136 Parameter 'instance' is not assigned and could be declared final
8512 src/com/gps/hibernate/BrowsertrackerDAO.java 136 publicMethodCommentRequirement Required
8513 src/com/gps/hibernate/BrowsertrackerDAO.java 137 There is log block not surrounded by if
8514 src/com/gps/hibernate/BrowsertrackerDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8515 src/com/gps/hibernate/BrowsertrackerDAO.java 139 Potential violation of Law of Demeter (method chain calls)
8516 src/com/gps/hibernate/BrowsertrackerDAO.java 140 There is log block not surrounded by if
8517 src/com/gps/hibernate/BrowsertrackerDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8518 src/com/gps/hibernate/BrowsertrackerDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8519 src/com/gps/hibernate/BrowsertrackerDAO.java 142 There is log block not surrounded by if
8520 src/com/gps/hibernate/Calevent.java 11 Classes implementing Serializable should set a serialVersionUID
8521 src/com/gps/hibernate/Calevent.java 11 Too many fields
8522 src/com/gps/hibernate/Calevent.java 15 fieldCommentRequirement Required
8523 src/com/gps/hibernate/Calevent.java 16 fieldCommentRequirement Required
8524 src/com/gps/hibernate/Calevent.java 17 fieldCommentRequirement Required
8525 src/com/gps/hibernate/Calevent.java 18 fieldCommentRequirement Required
8526 src/com/gps/hibernate/Calevent.java 19 fieldCommentRequirement Required
8527 src/com/gps/hibernate/Calevent.java 20 fieldCommentRequirement Required
8528 src/com/gps/hibernate/Calevent.java 21 fieldCommentRequirement Required
8529 src/com/gps/hibernate/Calevent.java 22 fieldCommentRequirement Required
8530 src/com/gps/hibernate/Calevent.java 23 fieldCommentRequirement Required
8531 src/com/gps/hibernate/Calevent.java 24 fieldCommentRequirement Required
8532 src/com/gps/hibernate/Calevent.java 25 fieldCommentRequirement Required
8533 src/com/gps/hibernate/Calevent.java 26 fieldCommentRequirement Required
8534 src/com/gps/hibernate/Calevent.java 27 fieldCommentRequirement Required
8535 src/com/gps/hibernate/Calevent.java 28 fieldCommentRequirement Required
8536 src/com/gps/hibernate/Calevent.java 29 fieldCommentRequirement Required
8537 src/com/gps/hibernate/Calevent.java 30 fieldCommentRequirement Required
8538 src/com/gps/hibernate/Calevent.java 31 fieldCommentRequirement Required
8539 src/com/gps/hibernate/Calevent.java 32 fieldCommentRequirement Required
8540 src/com/gps/hibernate/Calevent.java 33 fieldCommentRequirement Required
8541 src/com/gps/hibernate/Calevent.java 34 fieldCommentRequirement Required
8542 src/com/gps/hibernate/Calevent.java 35 fieldCommentRequirement Required
8543 src/com/gps/hibernate/Calevent.java 36 fieldCommentRequirement Required
8544 src/com/gps/hibernate/Calevent.java 41 Document empty constructor
8545 src/com/gps/hibernate/Calevent.java 45 Parameter 'eventId' is not assigned and could be declared final
8546 src/com/gps/hibernate/Calevent.java 50 Avoid long parameter lists.
8547 src/com/gps/hibernate/Calevent.java 50 Parameter 'companyId' is not assigned and could be declared final
8548 src/com/gps/hibernate/Calevent.java 50 Parameter 'eventId' is not assigned and could be declared final
8549 src/com/gps/hibernate/Calevent.java 50 Parameter 'groupId' is not assigned and could be declared final
8550 src/com/gps/hibernate/Calevent.java 50 Parameter 'uuid' is not assigned and could be declared final
8551 src/com/gps/hibernate/Calevent.java 51 Parameter 'createDate' is not assigned and could be declared final
8552 src/com/gps/hibernate/Calevent.java 51 Parameter 'modifiedDate' is not assigned and could be declared final
8553 src/com/gps/hibernate/Calevent.java 51 Parameter 'userId' is not assigned and could be declared final
8554 src/com/gps/hibernate/Calevent.java 51 Parameter 'userName' is not assigned and could be declared final
8555 src/com/gps/hibernate/Calevent.java 52 Parameter 'description' is not assigned and could be declared final
8556 src/com/gps/hibernate/Calevent.java 52 Parameter 'endDate' is not assigned and could be declared final
8557 src/com/gps/hibernate/Calevent.java 52 Parameter 'startDate' is not assigned and could be declared final
8558 src/com/gps/hibernate/Calevent.java 52 Parameter 'title' is not assigned and could be declared final
8559 src/com/gps/hibernate/Calevent.java 53 Parameter 'allDay' is not assigned and could be declared final
8560 src/com/gps/hibernate/Calevent.java 53 Parameter 'durationHour' is not assigned and could be declared final
8561 src/com/gps/hibernate/Calevent.java 53 Parameter 'durationMinute' is not assigned and could be declared final
8562 src/com/gps/hibernate/Calevent.java 54 Parameter 'repeating' is not assigned and could be declared final
8563 src/com/gps/hibernate/Calevent.java 54 Parameter 'timeZoneSensitive' is not assigned and could be declared final
8564 src/com/gps/hibernate/Calevent.java 54 Parameter 'type' is not assigned and could be declared final
8565 src/com/gps/hibernate/Calevent.java 55 Parameter 'firstReminder' is not assigned and could be declared final
8566 src/com/gps/hibernate/Calevent.java 55 Parameter 'recurrence' is not assigned and could be declared final
8567 src/com/gps/hibernate/Calevent.java 55 Parameter 'remindBy' is not assigned and could be declared final
8568 src/com/gps/hibernate/Calevent.java 56 Parameter 'secondReminder' is not assigned and could be declared final
8569 src/com/gps/hibernate/Calevent.java 83 publicMethodCommentRequirement Required
8570 src/com/gps/hibernate/Calevent.java 87 Parameter 'eventId' is not assigned and could be declared final
8571 src/com/gps/hibernate/Calevent.java 87 publicMethodCommentRequirement Required
8572 src/com/gps/hibernate/Calevent.java 91 publicMethodCommentRequirement Required
8573 src/com/gps/hibernate/Calevent.java 95 Parameter 'uuid' is not assigned and could be declared final
8574 src/com/gps/hibernate/Calevent.java 95 publicMethodCommentRequirement Required
8575 src/com/gps/hibernate/Calevent.java 99 publicMethodCommentRequirement Required
8576 src/com/gps/hibernate/Calevent.java 103 Parameter 'groupId' is not assigned and could be declared final
8577 src/com/gps/hibernate/Calevent.java 103 publicMethodCommentRequirement Required
8578 src/com/gps/hibernate/Calevent.java 107 publicMethodCommentRequirement Required
8579 src/com/gps/hibernate/Calevent.java 111 Parameter 'companyId' is not assigned and could be declared final
8580 src/com/gps/hibernate/Calevent.java 111 publicMethodCommentRequirement Required
8581 src/com/gps/hibernate/Calevent.java 115 publicMethodCommentRequirement Required
8582 src/com/gps/hibernate/Calevent.java 119 Parameter 'userId' is not assigned and could be declared final
8583 src/com/gps/hibernate/Calevent.java 119 publicMethodCommentRequirement Required
8584 src/com/gps/hibernate/Calevent.java 123 publicMethodCommentRequirement Required
8585 src/com/gps/hibernate/Calevent.java 127 Parameter 'userName' is not assigned and could be declared final
8586 src/com/gps/hibernate/Calevent.java 127 publicMethodCommentRequirement Required
8587 src/com/gps/hibernate/Calevent.java 131 publicMethodCommentRequirement Required
8588 src/com/gps/hibernate/Calevent.java 135 Parameter 'createDate' is not assigned and could be declared final
8589 src/com/gps/hibernate/Calevent.java 135 publicMethodCommentRequirement Required
8590 src/com/gps/hibernate/Calevent.java 139 publicMethodCommentRequirement Required
8591 src/com/gps/hibernate/Calevent.java 143 Parameter 'modifiedDate' is not assigned and could be declared final
8592 src/com/gps/hibernate/Calevent.java 143 publicMethodCommentRequirement Required
8593 src/com/gps/hibernate/Calevent.java 147 publicMethodCommentRequirement Required
8594 src/com/gps/hibernate/Calevent.java 151 Parameter 'title' is not assigned and could be declared final
8595 src/com/gps/hibernate/Calevent.java 151 publicMethodCommentRequirement Required
8596 src/com/gps/hibernate/Calevent.java 155 publicMethodCommentRequirement Required
8597 src/com/gps/hibernate/Calevent.java 159 Parameter 'description' is not assigned and could be declared final
8598 src/com/gps/hibernate/Calevent.java 159 publicMethodCommentRequirement Required
8599 src/com/gps/hibernate/Calevent.java 163 publicMethodCommentRequirement Required
8600 src/com/gps/hibernate/Calevent.java 167 Parameter 'startDate' is not assigned and could be declared final
8601 src/com/gps/hibernate/Calevent.java 167 publicMethodCommentRequirement Required
8602 src/com/gps/hibernate/Calevent.java 171 publicMethodCommentRequirement Required
8603 src/com/gps/hibernate/Calevent.java 175 Parameter 'endDate' is not assigned and could be declared final
8604 src/com/gps/hibernate/Calevent.java 175 publicMethodCommentRequirement Required
8605 src/com/gps/hibernate/Calevent.java 179 publicMethodCommentRequirement Required
8606 src/com/gps/hibernate/Calevent.java 183 Parameter 'durationHour' is not assigned and could be declared final
8607 src/com/gps/hibernate/Calevent.java 183 publicMethodCommentRequirement Required
8608 src/com/gps/hibernate/Calevent.java 187 publicMethodCommentRequirement Required
8609 src/com/gps/hibernate/Calevent.java 191 Parameter 'durationMinute' is not assigned and could be declared final
8610 src/com/gps/hibernate/Calevent.java 191 publicMethodCommentRequirement Required
8611 src/com/gps/hibernate/Calevent.java 195 publicMethodCommentRequirement Required
8612 src/com/gps/hibernate/Calevent.java 199 Parameter 'allDay' is not assigned and could be declared final
8613 src/com/gps/hibernate/Calevent.java 199 publicMethodCommentRequirement Required
8614 src/com/gps/hibernate/Calevent.java 203 publicMethodCommentRequirement Required
8615 src/com/gps/hibernate/Calevent.java 207 Parameter 'timeZoneSensitive' is not assigned and could be declared final
8616 src/com/gps/hibernate/Calevent.java 207 publicMethodCommentRequirement Required
8617 src/com/gps/hibernate/Calevent.java 211 publicMethodCommentRequirement Required
8618 src/com/gps/hibernate/Calevent.java 215 Parameter 'type' is not assigned and could be declared final
8619 src/com/gps/hibernate/Calevent.java 215 publicMethodCommentRequirement Required
8620 src/com/gps/hibernate/Calevent.java 219 publicMethodCommentRequirement Required
8621 src/com/gps/hibernate/Calevent.java 223 Parameter 'repeating' is not assigned and could be declared final
8622 src/com/gps/hibernate/Calevent.java 223 publicMethodCommentRequirement Required
8623 src/com/gps/hibernate/Calevent.java 227 publicMethodCommentRequirement Required
8624 src/com/gps/hibernate/Calevent.java 231 Parameter 'recurrence' is not assigned and could be declared final
8625 src/com/gps/hibernate/Calevent.java 231 publicMethodCommentRequirement Required
8626 src/com/gps/hibernate/Calevent.java 235 publicMethodCommentRequirement Required
8627 src/com/gps/hibernate/Calevent.java 239 Parameter 'remindBy' is not assigned and could be declared final
8628 src/com/gps/hibernate/Calevent.java 239 publicMethodCommentRequirement Required
8629 src/com/gps/hibernate/Calevent.java 243 publicMethodCommentRequirement Required
8630 src/com/gps/hibernate/Calevent.java 247 Parameter 'firstReminder' is not assigned and could be declared final
8631 src/com/gps/hibernate/Calevent.java 247 publicMethodCommentRequirement Required
8632 src/com/gps/hibernate/Calevent.java 251 publicMethodCommentRequirement Required
8633 src/com/gps/hibernate/Calevent.java 255 Parameter 'secondReminder' is not assigned and could be declared final
8634 src/com/gps/hibernate/Calevent.java 255 publicMethodCommentRequirement Required
8635 src/com/gps/hibernate/CaleventDAO.java 3 Avoid unused imports such as 'java.util.Date'
8636 src/com/gps/hibernate/CaleventDAO.java 11 Comment is too large: Too many lines
8637 src/com/gps/hibernate/CaleventDAO.java 23 This class has too many methods, consider refactoring it.
8638 src/com/gps/hibernate/CaleventDAO.java 24 Logger should be defined private static final and have the correct class
8639 src/com/gps/hibernate/CaleventDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
8640 src/com/gps/hibernate/CaleventDAO.java 24 fieldCommentRequirement Required
8641 src/com/gps/hibernate/CaleventDAO.java 26 fieldCommentRequirement Required
8642 src/com/gps/hibernate/CaleventDAO.java 27 fieldCommentRequirement Required
8643 src/com/gps/hibernate/CaleventDAO.java 28 fieldCommentRequirement Required
8644 src/com/gps/hibernate/CaleventDAO.java 29 fieldCommentRequirement Required
8645 src/com/gps/hibernate/CaleventDAO.java 30 fieldCommentRequirement Required
8646 src/com/gps/hibernate/CaleventDAO.java 31 fieldCommentRequirement Required
8647 src/com/gps/hibernate/CaleventDAO.java 32 fieldCommentRequirement Required
8648 src/com/gps/hibernate/CaleventDAO.java 33 fieldCommentRequirement Required
8649 src/com/gps/hibernate/CaleventDAO.java 34 fieldCommentRequirement Required
8650 src/com/gps/hibernate/CaleventDAO.java 35 fieldCommentRequirement Required
8651 src/com/gps/hibernate/CaleventDAO.java 36 Avoid excessively long variable names like TIME_ZONE_SENSITIVE
8652 src/com/gps/hibernate/CaleventDAO.java 36 fieldCommentRequirement Required
8653 src/com/gps/hibernate/CaleventDAO.java 37 fieldCommentRequirement Required
8654 src/com/gps/hibernate/CaleventDAO.java 38 fieldCommentRequirement Required
8655 src/com/gps/hibernate/CaleventDAO.java 39 fieldCommentRequirement Required
8656 src/com/gps/hibernate/CaleventDAO.java 40 fieldCommentRequirement Required
8657 src/com/gps/hibernate/CaleventDAO.java 41 fieldCommentRequirement Required
8658 src/com/gps/hibernate/CaleventDAO.java 42 fieldCommentRequirement Required
8659 src/com/gps/hibernate/CaleventDAO.java 44 Parameter 'transientInstance' is not assigned and could be declared final
8660 src/com/gps/hibernate/CaleventDAO.java 44 publicMethodCommentRequirement Required
8661 src/com/gps/hibernate/CaleventDAO.java 45 There is log block not surrounded by if
8662 src/com/gps/hibernate/CaleventDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8663 src/com/gps/hibernate/CaleventDAO.java 47 Potential violation of Law of Demeter (method chain calls)
8664 src/com/gps/hibernate/CaleventDAO.java 48 There is log block not surrounded by if
8665 src/com/gps/hibernate/CaleventDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8666 src/com/gps/hibernate/CaleventDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8667 src/com/gps/hibernate/CaleventDAO.java 50 There is log block not surrounded by if
8668 src/com/gps/hibernate/CaleventDAO.java 55 Avoid excessively long variable names like persistentInstance
8669 src/com/gps/hibernate/CaleventDAO.java 55 Parameter 'persistentInstance' is not assigned and could be declared final
8670 src/com/gps/hibernate/CaleventDAO.java 55 publicMethodCommentRequirement Required
8671 src/com/gps/hibernate/CaleventDAO.java 56 There is log block not surrounded by if
8672 src/com/gps/hibernate/CaleventDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8673 src/com/gps/hibernate/CaleventDAO.java 58 Potential violation of Law of Demeter (method chain calls)
8674 src/com/gps/hibernate/CaleventDAO.java 59 There is log block not surrounded by if
8675 src/com/gps/hibernate/CaleventDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8676 src/com/gps/hibernate/CaleventDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8677 src/com/gps/hibernate/CaleventDAO.java 61 There is log block not surrounded by if
8678 src/com/gps/hibernate/CaleventDAO.java 66 Avoid variables with short names like id
8679 src/com/gps/hibernate/CaleventDAO.java 66 Parameter 'id' is not assigned and could be declared final
8680 src/com/gps/hibernate/CaleventDAO.java 66 publicMethodCommentRequirement Required
8681 src/com/gps/hibernate/CaleventDAO.java 67 There is log block not surrounded by if
8682 src/com/gps/hibernate/CaleventDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8683 src/com/gps/hibernate/CaleventDAO.java 69 Local variable 'instance' could be declared final
8684 src/com/gps/hibernate/CaleventDAO.java 69 Potential violation of Law of Demeter (method chain calls)
8685 src/com/gps/hibernate/CaleventDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8686 src/com/gps/hibernate/CaleventDAO.java 73 There is log block not surrounded by if
8687 src/com/gps/hibernate/CaleventDAO.java 78 Parameter 'instance' is not assigned and could be declared final
8688 src/com/gps/hibernate/CaleventDAO.java 78 publicMethodCommentRequirement Required
8689 src/com/gps/hibernate/CaleventDAO.java 79 There is log block not surrounded by if
8690 src/com/gps/hibernate/CaleventDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8691 src/com/gps/hibernate/CaleventDAO.java 81 Local variable 'results' could be declared final
8692 src/com/gps/hibernate/CaleventDAO.java 81 Potential violation of Law of Demeter (method chain calls)
8693 src/com/gps/hibernate/CaleventDAO.java 81 Potential violation of Law of Demeter (method chain calls)
8694 src/com/gps/hibernate/CaleventDAO.java 81 Potential violation of Law of Demeter (method chain calls)
8695 src/com/gps/hibernate/CaleventDAO.java 84 There is log block not surrounded by if
8696 src/com/gps/hibernate/CaleventDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8697 src/com/gps/hibernate/CaleventDAO.java 85 Potential violation of Law of Demeter (object not created locally)
8698 src/com/gps/hibernate/CaleventDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8699 src/com/gps/hibernate/CaleventDAO.java 88 There is log block not surrounded by if
8700 src/com/gps/hibernate/CaleventDAO.java 93 Parameter 'propertyName' is not assigned and could be declared final
8701 src/com/gps/hibernate/CaleventDAO.java 93 Parameter 'value' is not assigned and could be declared final
8702 src/com/gps/hibernate/CaleventDAO.java 93 publicMethodCommentRequirement Required
8703 src/com/gps/hibernate/CaleventDAO.java 94 There is log block not surrounded by if
8704 src/com/gps/hibernate/CaleventDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8705 src/com/gps/hibernate/CaleventDAO.java 97 Local variable 'queryString' could be declared final
8706 src/com/gps/hibernate/CaleventDAO.java 99 Local variable 'queryObject' could be declared final
8707 src/com/gps/hibernate/CaleventDAO.java 99 Potential violation of Law of Demeter (method chain calls)
8708 src/com/gps/hibernate/CaleventDAO.java 100 Potential violation of Law of Demeter (object not created locally)
8709 src/com/gps/hibernate/CaleventDAO.java 101 Potential violation of Law of Demeter (object not created locally)
8710 src/com/gps/hibernate/CaleventDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8711 src/com/gps/hibernate/CaleventDAO.java 103 There is log block not surrounded by if
8712 src/com/gps/hibernate/CaleventDAO.java 108 Parameter 'uuid' is not assigned and could be declared final
8713 src/com/gps/hibernate/CaleventDAO.java 108 publicMethodCommentRequirement Required
8714 src/com/gps/hibernate/CaleventDAO.java 112 Parameter 'groupId' is not assigned and could be declared final
8715 src/com/gps/hibernate/CaleventDAO.java 112 publicMethodCommentRequirement Required
8716 src/com/gps/hibernate/CaleventDAO.java 116 Parameter 'companyId' is not assigned and could be declared final
8717 src/com/gps/hibernate/CaleventDAO.java 116 publicMethodCommentRequirement Required
8718 src/com/gps/hibernate/CaleventDAO.java 120 Parameter 'userId' is not assigned and could be declared final
8719 src/com/gps/hibernate/CaleventDAO.java 120 publicMethodCommentRequirement Required
8720 src/com/gps/hibernate/CaleventDAO.java 124 Parameter 'userName' is not assigned and could be declared final
8721 src/com/gps/hibernate/CaleventDAO.java 124 publicMethodCommentRequirement Required
8722 src/com/gps/hibernate/CaleventDAO.java 128 Parameter 'title' is not assigned and could be declared final
8723 src/com/gps/hibernate/CaleventDAO.java 128 publicMethodCommentRequirement Required
8724 src/com/gps/hibernate/CaleventDAO.java 132 Parameter 'description' is not assigned and could be declared final
8725 src/com/gps/hibernate/CaleventDAO.java 132 publicMethodCommentRequirement Required
8726 src/com/gps/hibernate/CaleventDAO.java 136 Parameter 'durationHour' is not assigned and could be declared final
8727 src/com/gps/hibernate/CaleventDAO.java 136 publicMethodCommentRequirement Required
8728 src/com/gps/hibernate/CaleventDAO.java 140 Parameter 'durationMinute' is not assigned and could be declared final
8729 src/com/gps/hibernate/CaleventDAO.java 140 publicMethodCommentRequirement Required
8730 src/com/gps/hibernate/CaleventDAO.java 144 Parameter 'allDay' is not assigned and could be declared final
8731 src/com/gps/hibernate/CaleventDAO.java 144 publicMethodCommentRequirement Required
8732 src/com/gps/hibernate/CaleventDAO.java 148 Parameter 'timeZoneSensitive' is not assigned and could be declared final
8733 src/com/gps/hibernate/CaleventDAO.java 148 publicMethodCommentRequirement Required
8734 src/com/gps/hibernate/CaleventDAO.java 152 Parameter 'type' is not assigned and could be declared final
8735 src/com/gps/hibernate/CaleventDAO.java 152 publicMethodCommentRequirement Required
8736 src/com/gps/hibernate/CaleventDAO.java 156 Parameter 'repeating' is not assigned and could be declared final
8737 src/com/gps/hibernate/CaleventDAO.java 156 publicMethodCommentRequirement Required
8738 src/com/gps/hibernate/CaleventDAO.java 160 Parameter 'recurrence' is not assigned and could be declared final
8739 src/com/gps/hibernate/CaleventDAO.java 160 publicMethodCommentRequirement Required
8740 src/com/gps/hibernate/CaleventDAO.java 164 Parameter 'remindBy' is not assigned and could be declared final
8741 src/com/gps/hibernate/CaleventDAO.java 164 publicMethodCommentRequirement Required
8742 src/com/gps/hibernate/CaleventDAO.java 168 Parameter 'firstReminder' is not assigned and could be declared final
8743 src/com/gps/hibernate/CaleventDAO.java 168 publicMethodCommentRequirement Required
8744 src/com/gps/hibernate/CaleventDAO.java 172 Parameter 'secondReminder' is not assigned and could be declared final
8745 src/com/gps/hibernate/CaleventDAO.java 172 publicMethodCommentRequirement Required
8746 src/com/gps/hibernate/CaleventDAO.java 176 publicMethodCommentRequirement Required
8747 src/com/gps/hibernate/CaleventDAO.java 177 There is log block not surrounded by if
8748 src/com/gps/hibernate/CaleventDAO.java 177 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8749 src/com/gps/hibernate/CaleventDAO.java 179 Local variable 'queryString' could be declared final
8750 src/com/gps/hibernate/CaleventDAO.java 180 Local variable 'queryObject' could be declared final
8751 src/com/gps/hibernate/CaleventDAO.java 180 Potential violation of Law of Demeter (method chain calls)
8752 src/com/gps/hibernate/CaleventDAO.java 181 Potential violation of Law of Demeter (object not created locally)
8753 src/com/gps/hibernate/CaleventDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8754 src/com/gps/hibernate/CaleventDAO.java 183 There is log block not surrounded by if
8755 src/com/gps/hibernate/CaleventDAO.java 188 Parameter 'detachedInstance' is not assigned and could be declared final
8756 src/com/gps/hibernate/CaleventDAO.java 188 publicMethodCommentRequirement Required
8757 src/com/gps/hibernate/CaleventDAO.java 189 There is log block not surrounded by if
8758 src/com/gps/hibernate/CaleventDAO.java 189 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8759 src/com/gps/hibernate/CaleventDAO.java 191 Local variable 'result' could be declared final
8760 src/com/gps/hibernate/CaleventDAO.java 191 Potential violation of Law of Demeter (method chain calls)
8761 src/com/gps/hibernate/CaleventDAO.java 192 There is log block not surrounded by if
8762 src/com/gps/hibernate/CaleventDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8763 src/com/gps/hibernate/CaleventDAO.java 194 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8764 src/com/gps/hibernate/CaleventDAO.java 195 There is log block not surrounded by if
8765 src/com/gps/hibernate/CaleventDAO.java 200 Parameter 'instance' is not assigned and could be declared final
8766 src/com/gps/hibernate/CaleventDAO.java 200 publicMethodCommentRequirement Required
8767 src/com/gps/hibernate/CaleventDAO.java 201 There is log block not surrounded by if
8768 src/com/gps/hibernate/CaleventDAO.java 201 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8769 src/com/gps/hibernate/CaleventDAO.java 203 Potential violation of Law of Demeter (method chain calls)
8770 src/com/gps/hibernate/CaleventDAO.java 204 There is log block not surrounded by if
8771 src/com/gps/hibernate/CaleventDAO.java 204 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8772 src/com/gps/hibernate/CaleventDAO.java 205 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8773 src/com/gps/hibernate/CaleventDAO.java 206 There is log block not surrounded by if
8774 src/com/gps/hibernate/CaleventDAO.java 211 Parameter 'instance' is not assigned and could be declared final
8775 src/com/gps/hibernate/CaleventDAO.java 211 publicMethodCommentRequirement Required
8776 src/com/gps/hibernate/CaleventDAO.java 212 There is log block not surrounded by if
8777 src/com/gps/hibernate/CaleventDAO.java 212 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8778 src/com/gps/hibernate/CaleventDAO.java 214 Potential violation of Law of Demeter (method chain calls)
8779 src/com/gps/hibernate/CaleventDAO.java 215 There is log block not surrounded by if
8780 src/com/gps/hibernate/CaleventDAO.java 215 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8781 src/com/gps/hibernate/CaleventDAO.java 216 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8782 src/com/gps/hibernate/CaleventDAO.java 217 There is log block not surrounded by if
8783 src/com/gps/hibernate/CharityBarometer.java 9 Classes implementing Serializable should set a serialVersionUID
8784 src/com/gps/hibernate/CharityBarometer.java 13 fieldCommentRequirement Required
8785 src/com/gps/hibernate/CharityBarometer.java 14 fieldCommentRequirement Required
8786 src/com/gps/hibernate/CharityBarometer.java 15 fieldCommentRequirement Required
8787 src/com/gps/hibernate/CharityBarometer.java 16 fieldCommentRequirement Required
8788 src/com/gps/hibernate/CharityBarometer.java 21 Document empty constructor
8789 src/com/gps/hibernate/CharityBarometer.java 25 Parameter 'userDetails' is not assigned and could be declared final
8790 src/com/gps/hibernate/CharityBarometer.java 30 Parameter 'current' is not assigned and could be declared final
8791 src/com/gps/hibernate/CharityBarometer.java 30 Parameter 'userDetails' is not assigned and could be declared final
8792 src/com/gps/hibernate/CharityBarometer.java 31 Parameter 'target' is not assigned and could be declared final
8793 src/com/gps/hibernate/CharityBarometer.java 39 publicMethodCommentRequirement Required
8794 src/com/gps/hibernate/CharityBarometer.java 43 Parameter 'barometerId' is not assigned and could be declared final
8795 src/com/gps/hibernate/CharityBarometer.java 43 publicMethodCommentRequirement Required
8796 src/com/gps/hibernate/CharityBarometer.java 47 publicMethodCommentRequirement Required
8797 src/com/gps/hibernate/CharityBarometer.java 51 Parameter 'userDetails' is not assigned and could be declared final
8798 src/com/gps/hibernate/CharityBarometer.java 51 publicMethodCommentRequirement Required
8799 src/com/gps/hibernate/CharityBarometer.java 55 publicMethodCommentRequirement Required
8800 src/com/gps/hibernate/CharityBarometer.java 59 Parameter 'current' is not assigned and could be declared final
8801 src/com/gps/hibernate/CharityBarometer.java 59 publicMethodCommentRequirement Required
8802 src/com/gps/hibernate/CharityBarometer.java 63 publicMethodCommentRequirement Required
8803 src/com/gps/hibernate/CharityBarometer.java 67 Parameter 'target' is not assigned and could be declared final
8804 src/com/gps/hibernate/CharityBarometer.java 67 publicMethodCommentRequirement Required
8805 src/com/gps/hibernate/CharityBarometerDAO.java 10 Comment is too large: Too many lines
8806 src/com/gps/hibernate/CharityBarometerDAO.java 22 This class has too many methods, consider refactoring it.
8807 src/com/gps/hibernate/CharityBarometerDAO.java 23 Logger should be defined private static final and have the correct class
8808 src/com/gps/hibernate/CharityBarometerDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
8809 src/com/gps/hibernate/CharityBarometerDAO.java 23 fieldCommentRequirement Required
8810 src/com/gps/hibernate/CharityBarometerDAO.java 25 fieldCommentRequirement Required
8811 src/com/gps/hibernate/CharityBarometerDAO.java 26 fieldCommentRequirement Required
8812 src/com/gps/hibernate/CharityBarometerDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
8813 src/com/gps/hibernate/CharityBarometerDAO.java 28 publicMethodCommentRequirement Required
8814 src/com/gps/hibernate/CharityBarometerDAO.java 29 There is log block not surrounded by if
8815 src/com/gps/hibernate/CharityBarometerDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8816 src/com/gps/hibernate/CharityBarometerDAO.java 31 Potential violation of Law of Demeter (method chain calls)
8817 src/com/gps/hibernate/CharityBarometerDAO.java 32 There is log block not surrounded by if
8818 src/com/gps/hibernate/CharityBarometerDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8819 src/com/gps/hibernate/CharityBarometerDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8820 src/com/gps/hibernate/CharityBarometerDAO.java 34 There is log block not surrounded by if
8821 src/com/gps/hibernate/CharityBarometerDAO.java 39 Avoid excessively long variable names like persistentInstance
8822 src/com/gps/hibernate/CharityBarometerDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
8823 src/com/gps/hibernate/CharityBarometerDAO.java 39 publicMethodCommentRequirement Required
8824 src/com/gps/hibernate/CharityBarometerDAO.java 40 There is log block not surrounded by if
8825 src/com/gps/hibernate/CharityBarometerDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8826 src/com/gps/hibernate/CharityBarometerDAO.java 42 Potential violation of Law of Demeter (method chain calls)
8827 src/com/gps/hibernate/CharityBarometerDAO.java 43 There is log block not surrounded by if
8828 src/com/gps/hibernate/CharityBarometerDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8829 src/com/gps/hibernate/CharityBarometerDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8830 src/com/gps/hibernate/CharityBarometerDAO.java 45 There is log block not surrounded by if
8831 src/com/gps/hibernate/CharityBarometerDAO.java 50 Avoid variables with short names like id
8832 src/com/gps/hibernate/CharityBarometerDAO.java 50 Parameter 'id' is not assigned and could be declared final
8833 src/com/gps/hibernate/CharityBarometerDAO.java 50 publicMethodCommentRequirement Required
8834 src/com/gps/hibernate/CharityBarometerDAO.java 51 There is log block not surrounded by if
8835 src/com/gps/hibernate/CharityBarometerDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8836 src/com/gps/hibernate/CharityBarometerDAO.java 53 Local variable 'instance' could be declared final
8837 src/com/gps/hibernate/CharityBarometerDAO.java 53 Potential violation of Law of Demeter (method chain calls)
8838 src/com/gps/hibernate/CharityBarometerDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8839 src/com/gps/hibernate/CharityBarometerDAO.java 57 There is log block not surrounded by if
8840 src/com/gps/hibernate/CharityBarometerDAO.java 62 Parameter 'instance' is not assigned and could be declared final
8841 src/com/gps/hibernate/CharityBarometerDAO.java 62 publicMethodCommentRequirement Required
8842 src/com/gps/hibernate/CharityBarometerDAO.java 63 There is log block not surrounded by if
8843 src/com/gps/hibernate/CharityBarometerDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8844 src/com/gps/hibernate/CharityBarometerDAO.java 65 Local variable 'results' could be declared final
8845 src/com/gps/hibernate/CharityBarometerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
8846 src/com/gps/hibernate/CharityBarometerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
8847 src/com/gps/hibernate/CharityBarometerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
8848 src/com/gps/hibernate/CharityBarometerDAO.java 68 There is log block not surrounded by if
8849 src/com/gps/hibernate/CharityBarometerDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8850 src/com/gps/hibernate/CharityBarometerDAO.java 69 Potential violation of Law of Demeter (object not created locally)
8851 src/com/gps/hibernate/CharityBarometerDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8852 src/com/gps/hibernate/CharityBarometerDAO.java 72 There is log block not surrounded by if
8853 src/com/gps/hibernate/CharityBarometerDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
8854 src/com/gps/hibernate/CharityBarometerDAO.java 77 Parameter 'value' is not assigned and could be declared final
8855 src/com/gps/hibernate/CharityBarometerDAO.java 77 publicMethodCommentRequirement Required
8856 src/com/gps/hibernate/CharityBarometerDAO.java 78 There is log block not surrounded by if
8857 src/com/gps/hibernate/CharityBarometerDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8858 src/com/gps/hibernate/CharityBarometerDAO.java 81 Local variable 'queryString' could be declared final
8859 src/com/gps/hibernate/CharityBarometerDAO.java 83 Local variable 'queryObject' could be declared final
8860 src/com/gps/hibernate/CharityBarometerDAO.java 83 Potential violation of Law of Demeter (method chain calls)
8861 src/com/gps/hibernate/CharityBarometerDAO.java 84 Potential violation of Law of Demeter (object not created locally)
8862 src/com/gps/hibernate/CharityBarometerDAO.java 85 Potential violation of Law of Demeter (object not created locally)
8863 src/com/gps/hibernate/CharityBarometerDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8864 src/com/gps/hibernate/CharityBarometerDAO.java 87 There is log block not surrounded by if
8865 src/com/gps/hibernate/CharityBarometerDAO.java 92 Parameter 'current' is not assigned and could be declared final
8866 src/com/gps/hibernate/CharityBarometerDAO.java 92 publicMethodCommentRequirement Required
8867 src/com/gps/hibernate/CharityBarometerDAO.java 96 Parameter 'target' is not assigned and could be declared final
8868 src/com/gps/hibernate/CharityBarometerDAO.java 96 publicMethodCommentRequirement Required
8869 src/com/gps/hibernate/CharityBarometerDAO.java 100 publicMethodCommentRequirement Required
8870 src/com/gps/hibernate/CharityBarometerDAO.java 101 There is log block not surrounded by if
8871 src/com/gps/hibernate/CharityBarometerDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8872 src/com/gps/hibernate/CharityBarometerDAO.java 103 Local variable 'queryString' could be declared final
8873 src/com/gps/hibernate/CharityBarometerDAO.java 104 Local variable 'queryObject' could be declared final
8874 src/com/gps/hibernate/CharityBarometerDAO.java 104 Potential violation of Law of Demeter (method chain calls)
8875 src/com/gps/hibernate/CharityBarometerDAO.java 105 Potential violation of Law of Demeter (object not created locally)
8876 src/com/gps/hibernate/CharityBarometerDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8877 src/com/gps/hibernate/CharityBarometerDAO.java 107 There is log block not surrounded by if
8878 src/com/gps/hibernate/CharityBarometerDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
8879 src/com/gps/hibernate/CharityBarometerDAO.java 112 publicMethodCommentRequirement Required
8880 src/com/gps/hibernate/CharityBarometerDAO.java 113 There is log block not surrounded by if
8881 src/com/gps/hibernate/CharityBarometerDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8882 src/com/gps/hibernate/CharityBarometerDAO.java 115 Local variable 'result' could be declared final
8883 src/com/gps/hibernate/CharityBarometerDAO.java 115 Potential violation of Law of Demeter (method chain calls)
8884 src/com/gps/hibernate/CharityBarometerDAO.java 117 There is log block not surrounded by if
8885 src/com/gps/hibernate/CharityBarometerDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8886 src/com/gps/hibernate/CharityBarometerDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8887 src/com/gps/hibernate/CharityBarometerDAO.java 120 There is log block not surrounded by if
8888 src/com/gps/hibernate/CharityBarometerDAO.java 125 Parameter 'instance' is not assigned and could be declared final
8889 src/com/gps/hibernate/CharityBarometerDAO.java 125 publicMethodCommentRequirement Required
8890 src/com/gps/hibernate/CharityBarometerDAO.java 126 There is log block not surrounded by if
8891 src/com/gps/hibernate/CharityBarometerDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8892 src/com/gps/hibernate/CharityBarometerDAO.java 128 Potential violation of Law of Demeter (method chain calls)
8893 src/com/gps/hibernate/CharityBarometerDAO.java 129 There is log block not surrounded by if
8894 src/com/gps/hibernate/CharityBarometerDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8895 src/com/gps/hibernate/CharityBarometerDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8896 src/com/gps/hibernate/CharityBarometerDAO.java 131 There is log block not surrounded by if
8897 src/com/gps/hibernate/CharityBarometerDAO.java 136 Parameter 'instance' is not assigned and could be declared final
8898 src/com/gps/hibernate/CharityBarometerDAO.java 136 publicMethodCommentRequirement Required
8899 src/com/gps/hibernate/CharityBarometerDAO.java 137 There is log block not surrounded by if
8900 src/com/gps/hibernate/CharityBarometerDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8901 src/com/gps/hibernate/CharityBarometerDAO.java 139 Potential violation of Law of Demeter (method chain calls)
8902 src/com/gps/hibernate/CharityBarometerDAO.java 140 There is log block not surrounded by if
8903 src/com/gps/hibernate/CharityBarometerDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8904 src/com/gps/hibernate/CharityBarometerDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8905 src/com/gps/hibernate/CharityBarometerDAO.java 142 There is log block not surrounded by if
8906 src/com/gps/hibernate/ChatEntry.java 9 Classes implementing Serializable should set a serialVersionUID
8907 src/com/gps/hibernate/ChatEntry.java 13 fieldCommentRequirement Required
8908 src/com/gps/hibernate/ChatEntry.java 14 fieldCommentRequirement Required
8909 src/com/gps/hibernate/ChatEntry.java 15 fieldCommentRequirement Required
8910 src/com/gps/hibernate/ChatEntry.java 16 fieldCommentRequirement Required
8911 src/com/gps/hibernate/ChatEntry.java 17 fieldCommentRequirement Required
8912 src/com/gps/hibernate/ChatEntry.java 22 Document empty constructor
8913 src/com/gps/hibernate/ChatEntry.java 26 Parameter 'entryId' is not assigned and could be declared final
8914 src/com/gps/hibernate/ChatEntry.java 31 Parameter 'createDate' is not assigned and could be declared final
8915 src/com/gps/hibernate/ChatEntry.java 31 Parameter 'entryId' is not assigned and could be declared final
8916 src/com/gps/hibernate/ChatEntry.java 31 Parameter 'fromUserId' is not assigned and could be declared final
8917 src/com/gps/hibernate/ChatEntry.java 32 Parameter 'content' is not assigned and could be declared final
8918 src/com/gps/hibernate/ChatEntry.java 32 Parameter 'toUserId' is not assigned and could be declared final
8919 src/com/gps/hibernate/ChatEntry.java 42 publicMethodCommentRequirement Required
8920 src/com/gps/hibernate/ChatEntry.java 46 Parameter 'entryId' is not assigned and could be declared final
8921 src/com/gps/hibernate/ChatEntry.java 46 publicMethodCommentRequirement Required
8922 src/com/gps/hibernate/ChatEntry.java 50 publicMethodCommentRequirement Required
8923 src/com/gps/hibernate/ChatEntry.java 54 Parameter 'createDate' is not assigned and could be declared final
8924 src/com/gps/hibernate/ChatEntry.java 54 publicMethodCommentRequirement Required
8925 src/com/gps/hibernate/ChatEntry.java 58 publicMethodCommentRequirement Required
8926 src/com/gps/hibernate/ChatEntry.java 62 Parameter 'fromUserId' is not assigned and could be declared final
8927 src/com/gps/hibernate/ChatEntry.java 62 publicMethodCommentRequirement Required
8928 src/com/gps/hibernate/ChatEntry.java 66 publicMethodCommentRequirement Required
8929 src/com/gps/hibernate/ChatEntry.java 70 Parameter 'toUserId' is not assigned and could be declared final
8930 src/com/gps/hibernate/ChatEntry.java 70 publicMethodCommentRequirement Required
8931 src/com/gps/hibernate/ChatEntry.java 74 publicMethodCommentRequirement Required
8932 src/com/gps/hibernate/ChatEntry.java 78 Parameter 'content' is not assigned and could be declared final
8933 src/com/gps/hibernate/ChatEntry.java 78 publicMethodCommentRequirement Required
8934 src/com/gps/hibernate/ChatEntryDAO.java 10 Comment is too large: Too many lines
8935 src/com/gps/hibernate/ChatEntryDAO.java 22 This class has too many methods, consider refactoring it.
8936 src/com/gps/hibernate/ChatEntryDAO.java 23 Logger should be defined private static final and have the correct class
8937 src/com/gps/hibernate/ChatEntryDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
8938 src/com/gps/hibernate/ChatEntryDAO.java 23 fieldCommentRequirement Required
8939 src/com/gps/hibernate/ChatEntryDAO.java 25 fieldCommentRequirement Required
8940 src/com/gps/hibernate/ChatEntryDAO.java 26 fieldCommentRequirement Required
8941 src/com/gps/hibernate/ChatEntryDAO.java 27 fieldCommentRequirement Required
8942 src/com/gps/hibernate/ChatEntryDAO.java 28 fieldCommentRequirement Required
8943 src/com/gps/hibernate/ChatEntryDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
8944 src/com/gps/hibernate/ChatEntryDAO.java 30 publicMethodCommentRequirement Required
8945 src/com/gps/hibernate/ChatEntryDAO.java 31 There is log block not surrounded by if
8946 src/com/gps/hibernate/ChatEntryDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8947 src/com/gps/hibernate/ChatEntryDAO.java 33 Potential violation of Law of Demeter (method chain calls)
8948 src/com/gps/hibernate/ChatEntryDAO.java 34 There is log block not surrounded by if
8949 src/com/gps/hibernate/ChatEntryDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8950 src/com/gps/hibernate/ChatEntryDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8951 src/com/gps/hibernate/ChatEntryDAO.java 36 There is log block not surrounded by if
8952 src/com/gps/hibernate/ChatEntryDAO.java 41 Avoid excessively long variable names like persistentInstance
8953 src/com/gps/hibernate/ChatEntryDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
8954 src/com/gps/hibernate/ChatEntryDAO.java 41 publicMethodCommentRequirement Required
8955 src/com/gps/hibernate/ChatEntryDAO.java 42 There is log block not surrounded by if
8956 src/com/gps/hibernate/ChatEntryDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8957 src/com/gps/hibernate/ChatEntryDAO.java 44 Potential violation of Law of Demeter (method chain calls)
8958 src/com/gps/hibernate/ChatEntryDAO.java 45 There is log block not surrounded by if
8959 src/com/gps/hibernate/ChatEntryDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8960 src/com/gps/hibernate/ChatEntryDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8961 src/com/gps/hibernate/ChatEntryDAO.java 47 There is log block not surrounded by if
8962 src/com/gps/hibernate/ChatEntryDAO.java 52 Avoid variables with short names like id
8963 src/com/gps/hibernate/ChatEntryDAO.java 52 Parameter 'id' is not assigned and could be declared final
8964 src/com/gps/hibernate/ChatEntryDAO.java 52 publicMethodCommentRequirement Required
8965 src/com/gps/hibernate/ChatEntryDAO.java 53 There is log block not surrounded by if
8966 src/com/gps/hibernate/ChatEntryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8967 src/com/gps/hibernate/ChatEntryDAO.java 55 Local variable 'instance' could be declared final
8968 src/com/gps/hibernate/ChatEntryDAO.java 55 Potential violation of Law of Demeter (method chain calls)
8969 src/com/gps/hibernate/ChatEntryDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8970 src/com/gps/hibernate/ChatEntryDAO.java 59 There is log block not surrounded by if
8971 src/com/gps/hibernate/ChatEntryDAO.java 64 Parameter 'instance' is not assigned and could be declared final
8972 src/com/gps/hibernate/ChatEntryDAO.java 64 publicMethodCommentRequirement Required
8973 src/com/gps/hibernate/ChatEntryDAO.java 65 There is log block not surrounded by if
8974 src/com/gps/hibernate/ChatEntryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8975 src/com/gps/hibernate/ChatEntryDAO.java 67 Local variable 'results' could be declared final
8976 src/com/gps/hibernate/ChatEntryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
8977 src/com/gps/hibernate/ChatEntryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
8978 src/com/gps/hibernate/ChatEntryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
8979 src/com/gps/hibernate/ChatEntryDAO.java 70 There is log block not surrounded by if
8980 src/com/gps/hibernate/ChatEntryDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8981 src/com/gps/hibernate/ChatEntryDAO.java 71 Potential violation of Law of Demeter (object not created locally)
8982 src/com/gps/hibernate/ChatEntryDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8983 src/com/gps/hibernate/ChatEntryDAO.java 74 There is log block not surrounded by if
8984 src/com/gps/hibernate/ChatEntryDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
8985 src/com/gps/hibernate/ChatEntryDAO.java 79 Parameter 'value' is not assigned and could be declared final
8986 src/com/gps/hibernate/ChatEntryDAO.java 79 publicMethodCommentRequirement Required
8987 src/com/gps/hibernate/ChatEntryDAO.java 80 There is log block not surrounded by if
8988 src/com/gps/hibernate/ChatEntryDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
8989 src/com/gps/hibernate/ChatEntryDAO.java 83 Local variable 'queryString' could be declared final
8990 src/com/gps/hibernate/ChatEntryDAO.java 85 Local variable 'queryObject' could be declared final
8991 src/com/gps/hibernate/ChatEntryDAO.java 85 Potential violation of Law of Demeter (method chain calls)
8992 src/com/gps/hibernate/ChatEntryDAO.java 86 Potential violation of Law of Demeter (object not created locally)
8993 src/com/gps/hibernate/ChatEntryDAO.java 87 Potential violation of Law of Demeter (object not created locally)
8994 src/com/gps/hibernate/ChatEntryDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8995 src/com/gps/hibernate/ChatEntryDAO.java 89 There is log block not surrounded by if
8996 src/com/gps/hibernate/ChatEntryDAO.java 94 Parameter 'createDate' is not assigned and could be declared final
8997 src/com/gps/hibernate/ChatEntryDAO.java 94 publicMethodCommentRequirement Required
8998 src/com/gps/hibernate/ChatEntryDAO.java 98 Parameter 'fromUserId' is not assigned and could be declared final
8999 src/com/gps/hibernate/ChatEntryDAO.java 98 publicMethodCommentRequirement Required
9000 src/com/gps/hibernate/ChatEntryDAO.java 102 Parameter 'toUserId' is not assigned and could be declared final
9001 src/com/gps/hibernate/ChatEntryDAO.java 102 publicMethodCommentRequirement Required
9002 src/com/gps/hibernate/ChatEntryDAO.java 106 Parameter 'content' is not assigned and could be declared final
9003 src/com/gps/hibernate/ChatEntryDAO.java 106 publicMethodCommentRequirement Required
9004 src/com/gps/hibernate/ChatEntryDAO.java 110 publicMethodCommentRequirement Required
9005 src/com/gps/hibernate/ChatEntryDAO.java 111 There is log block not surrounded by if
9006 src/com/gps/hibernate/ChatEntryDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9007 src/com/gps/hibernate/ChatEntryDAO.java 113 Local variable 'queryString' could be declared final
9008 src/com/gps/hibernate/ChatEntryDAO.java 114 Local variable 'queryObject' could be declared final
9009 src/com/gps/hibernate/ChatEntryDAO.java 114 Potential violation of Law of Demeter (method chain calls)
9010 src/com/gps/hibernate/ChatEntryDAO.java 115 Potential violation of Law of Demeter (object not created locally)
9011 src/com/gps/hibernate/ChatEntryDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9012 src/com/gps/hibernate/ChatEntryDAO.java 117 There is log block not surrounded by if
9013 src/com/gps/hibernate/ChatEntryDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
9014 src/com/gps/hibernate/ChatEntryDAO.java 122 publicMethodCommentRequirement Required
9015 src/com/gps/hibernate/ChatEntryDAO.java 123 There is log block not surrounded by if
9016 src/com/gps/hibernate/ChatEntryDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9017 src/com/gps/hibernate/ChatEntryDAO.java 125 Local variable 'result' could be declared final
9018 src/com/gps/hibernate/ChatEntryDAO.java 125 Potential violation of Law of Demeter (method chain calls)
9019 src/com/gps/hibernate/ChatEntryDAO.java 126 There is log block not surrounded by if
9020 src/com/gps/hibernate/ChatEntryDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9021 src/com/gps/hibernate/ChatEntryDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9022 src/com/gps/hibernate/ChatEntryDAO.java 129 There is log block not surrounded by if
9023 src/com/gps/hibernate/ChatEntryDAO.java 134 Parameter 'instance' is not assigned and could be declared final
9024 src/com/gps/hibernate/ChatEntryDAO.java 134 publicMethodCommentRequirement Required
9025 src/com/gps/hibernate/ChatEntryDAO.java 135 There is log block not surrounded by if
9026 src/com/gps/hibernate/ChatEntryDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9027 src/com/gps/hibernate/ChatEntryDAO.java 137 Potential violation of Law of Demeter (method chain calls)
9028 src/com/gps/hibernate/ChatEntryDAO.java 138 There is log block not surrounded by if
9029 src/com/gps/hibernate/ChatEntryDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9030 src/com/gps/hibernate/ChatEntryDAO.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9031 src/com/gps/hibernate/ChatEntryDAO.java 140 There is log block not surrounded by if
9032 src/com/gps/hibernate/ChatEntryDAO.java 145 Parameter 'instance' is not assigned and could be declared final
9033 src/com/gps/hibernate/ChatEntryDAO.java 145 publicMethodCommentRequirement Required
9034 src/com/gps/hibernate/ChatEntryDAO.java 146 There is log block not surrounded by if
9035 src/com/gps/hibernate/ChatEntryDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9036 src/com/gps/hibernate/ChatEntryDAO.java 148 Potential violation of Law of Demeter (method chain calls)
9037 src/com/gps/hibernate/ChatEntryDAO.java 149 There is log block not surrounded by if
9038 src/com/gps/hibernate/ChatEntryDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9039 src/com/gps/hibernate/ChatEntryDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9040 src/com/gps/hibernate/ChatEntryDAO.java 151 There is log block not surrounded by if
9041 src/com/gps/hibernate/ChatStatus.java 9 Classes implementing Serializable should set a serialVersionUID
9042 src/com/gps/hibernate/ChatStatus.java 13 fieldCommentRequirement Required
9043 src/com/gps/hibernate/ChatStatus.java 14 fieldCommentRequirement Required
9044 src/com/gps/hibernate/ChatStatus.java 15 fieldCommentRequirement Required
9045 src/com/gps/hibernate/ChatStatus.java 16 fieldCommentRequirement Required
9046 src/com/gps/hibernate/ChatStatus.java 17 fieldCommentRequirement Required
9047 src/com/gps/hibernate/ChatStatus.java 18 fieldCommentRequirement Required
9048 src/com/gps/hibernate/ChatStatus.java 19 fieldCommentRequirement Required
9049 src/com/gps/hibernate/ChatStatus.java 20 fieldCommentRequirement Required
9050 src/com/gps/hibernate/ChatStatus.java 25 Document empty constructor
9051 src/com/gps/hibernate/ChatStatus.java 29 Parameter 'statusId' is not assigned and could be declared final
9052 src/com/gps/hibernate/ChatStatus.java 34 Parameter 'modifiedDate' is not assigned and could be declared final
9053 src/com/gps/hibernate/ChatStatus.java 34 Parameter 'statusId' is not assigned and could be declared final
9054 src/com/gps/hibernate/ChatStatus.java 34 Parameter 'userId' is not assigned and could be declared final
9055 src/com/gps/hibernate/ChatStatus.java 35 Parameter 'activePanelId' is not assigned and could be declared final
9056 src/com/gps/hibernate/ChatStatus.java 35 Parameter 'awake' is not assigned and could be declared final
9057 src/com/gps/hibernate/ChatStatus.java 35 Parameter 'message' is not assigned and could be declared final
9058 src/com/gps/hibernate/ChatStatus.java 35 Parameter 'online' is not assigned and could be declared final
9059 src/com/gps/hibernate/ChatStatus.java 36 Parameter 'playSound' is not assigned and could be declared final
9060 src/com/gps/hibernate/ChatStatus.java 49 publicMethodCommentRequirement Required
9061 src/com/gps/hibernate/ChatStatus.java 53 Parameter 'statusId' is not assigned and could be declared final
9062 src/com/gps/hibernate/ChatStatus.java 53 publicMethodCommentRequirement Required
9063 src/com/gps/hibernate/ChatStatus.java 57 publicMethodCommentRequirement Required
9064 src/com/gps/hibernate/ChatStatus.java 61 Parameter 'userId' is not assigned and could be declared final
9065 src/com/gps/hibernate/ChatStatus.java 61 publicMethodCommentRequirement Required
9066 src/com/gps/hibernate/ChatStatus.java 65 publicMethodCommentRequirement Required
9067 src/com/gps/hibernate/ChatStatus.java 69 Parameter 'modifiedDate' is not assigned and could be declared final
9068 src/com/gps/hibernate/ChatStatus.java 69 publicMethodCommentRequirement Required
9069 src/com/gps/hibernate/ChatStatus.java 73 publicMethodCommentRequirement Required
9070 src/com/gps/hibernate/ChatStatus.java 77 Parameter 'online' is not assigned and could be declared final
9071 src/com/gps/hibernate/ChatStatus.java 77 publicMethodCommentRequirement Required
9072 src/com/gps/hibernate/ChatStatus.java 81 publicMethodCommentRequirement Required
9073 src/com/gps/hibernate/ChatStatus.java 85 Parameter 'awake' is not assigned and could be declared final
9074 src/com/gps/hibernate/ChatStatus.java 85 publicMethodCommentRequirement Required
9075 src/com/gps/hibernate/ChatStatus.java 89 publicMethodCommentRequirement Required
9076 src/com/gps/hibernate/ChatStatus.java 93 Parameter 'activePanelId' is not assigned and could be declared final
9077 src/com/gps/hibernate/ChatStatus.java 93 publicMethodCommentRequirement Required
9078 src/com/gps/hibernate/ChatStatus.java 97 publicMethodCommentRequirement Required
9079 src/com/gps/hibernate/ChatStatus.java 101 Parameter 'message' is not assigned and could be declared final
9080 src/com/gps/hibernate/ChatStatus.java 101 publicMethodCommentRequirement Required
9081 src/com/gps/hibernate/ChatStatus.java 105 publicMethodCommentRequirement Required
9082 src/com/gps/hibernate/ChatStatus.java 109 Parameter 'playSound' is not assigned and could be declared final
9083 src/com/gps/hibernate/ChatStatus.java 109 publicMethodCommentRequirement Required
9084 src/com/gps/hibernate/ChatStatusDAO.java 10 Comment is too large: Too many lines
9085 src/com/gps/hibernate/ChatStatusDAO.java 22 This class has too many methods, consider refactoring it.
9086 src/com/gps/hibernate/ChatStatusDAO.java 23 Logger should be defined private static final and have the correct class
9087 src/com/gps/hibernate/ChatStatusDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
9088 src/com/gps/hibernate/ChatStatusDAO.java 23 fieldCommentRequirement Required
9089 src/com/gps/hibernate/ChatStatusDAO.java 25 fieldCommentRequirement Required
9090 src/com/gps/hibernate/ChatStatusDAO.java 26 fieldCommentRequirement Required
9091 src/com/gps/hibernate/ChatStatusDAO.java 27 fieldCommentRequirement Required
9092 src/com/gps/hibernate/ChatStatusDAO.java 28 fieldCommentRequirement Required
9093 src/com/gps/hibernate/ChatStatusDAO.java 29 fieldCommentRequirement Required
9094 src/com/gps/hibernate/ChatStatusDAO.java 30 fieldCommentRequirement Required
9095 src/com/gps/hibernate/ChatStatusDAO.java 31 fieldCommentRequirement Required
9096 src/com/gps/hibernate/ChatStatusDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
9097 src/com/gps/hibernate/ChatStatusDAO.java 33 publicMethodCommentRequirement Required
9098 src/com/gps/hibernate/ChatStatusDAO.java 34 There is log block not surrounded by if
9099 src/com/gps/hibernate/ChatStatusDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9100 src/com/gps/hibernate/ChatStatusDAO.java 36 Potential violation of Law of Demeter (method chain calls)
9101 src/com/gps/hibernate/ChatStatusDAO.java 37 There is log block not surrounded by if
9102 src/com/gps/hibernate/ChatStatusDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9103 src/com/gps/hibernate/ChatStatusDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9104 src/com/gps/hibernate/ChatStatusDAO.java 39 There is log block not surrounded by if
9105 src/com/gps/hibernate/ChatStatusDAO.java 44 Avoid excessively long variable names like persistentInstance
9106 src/com/gps/hibernate/ChatStatusDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
9107 src/com/gps/hibernate/ChatStatusDAO.java 44 publicMethodCommentRequirement Required
9108 src/com/gps/hibernate/ChatStatusDAO.java 45 There is log block not surrounded by if
9109 src/com/gps/hibernate/ChatStatusDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9110 src/com/gps/hibernate/ChatStatusDAO.java 47 Potential violation of Law of Demeter (method chain calls)
9111 src/com/gps/hibernate/ChatStatusDAO.java 48 There is log block not surrounded by if
9112 src/com/gps/hibernate/ChatStatusDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9113 src/com/gps/hibernate/ChatStatusDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9114 src/com/gps/hibernate/ChatStatusDAO.java 50 There is log block not surrounded by if
9115 src/com/gps/hibernate/ChatStatusDAO.java 55 Avoid variables with short names like id
9116 src/com/gps/hibernate/ChatStatusDAO.java 55 Parameter 'id' is not assigned and could be declared final
9117 src/com/gps/hibernate/ChatStatusDAO.java 55 publicMethodCommentRequirement Required
9118 src/com/gps/hibernate/ChatStatusDAO.java 56 There is log block not surrounded by if
9119 src/com/gps/hibernate/ChatStatusDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9120 src/com/gps/hibernate/ChatStatusDAO.java 58 Local variable 'instance' could be declared final
9121 src/com/gps/hibernate/ChatStatusDAO.java 58 Potential violation of Law of Demeter (method chain calls)
9122 src/com/gps/hibernate/ChatStatusDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9123 src/com/gps/hibernate/ChatStatusDAO.java 62 There is log block not surrounded by if
9124 src/com/gps/hibernate/ChatStatusDAO.java 67 Parameter 'instance' is not assigned and could be declared final
9125 src/com/gps/hibernate/ChatStatusDAO.java 67 publicMethodCommentRequirement Required
9126 src/com/gps/hibernate/ChatStatusDAO.java 68 There is log block not surrounded by if
9127 src/com/gps/hibernate/ChatStatusDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9128 src/com/gps/hibernate/ChatStatusDAO.java 70 Local variable 'results' could be declared final
9129 src/com/gps/hibernate/ChatStatusDAO.java 70 Potential violation of Law of Demeter (method chain calls)
9130 src/com/gps/hibernate/ChatStatusDAO.java 70 Potential violation of Law of Demeter (method chain calls)
9131 src/com/gps/hibernate/ChatStatusDAO.java 70 Potential violation of Law of Demeter (method chain calls)
9132 src/com/gps/hibernate/ChatStatusDAO.java 73 There is log block not surrounded by if
9133 src/com/gps/hibernate/ChatStatusDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9134 src/com/gps/hibernate/ChatStatusDAO.java 74 Potential violation of Law of Demeter (object not created locally)
9135 src/com/gps/hibernate/ChatStatusDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9136 src/com/gps/hibernate/ChatStatusDAO.java 77 There is log block not surrounded by if
9137 src/com/gps/hibernate/ChatStatusDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
9138 src/com/gps/hibernate/ChatStatusDAO.java 82 Parameter 'value' is not assigned and could be declared final
9139 src/com/gps/hibernate/ChatStatusDAO.java 82 publicMethodCommentRequirement Required
9140 src/com/gps/hibernate/ChatStatusDAO.java 83 There is log block not surrounded by if
9141 src/com/gps/hibernate/ChatStatusDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9142 src/com/gps/hibernate/ChatStatusDAO.java 86 Local variable 'queryString' could be declared final
9143 src/com/gps/hibernate/ChatStatusDAO.java 88 Local variable 'queryObject' could be declared final
9144 src/com/gps/hibernate/ChatStatusDAO.java 88 Potential violation of Law of Demeter (method chain calls)
9145 src/com/gps/hibernate/ChatStatusDAO.java 89 Potential violation of Law of Demeter (object not created locally)
9146 src/com/gps/hibernate/ChatStatusDAO.java 90 Potential violation of Law of Demeter (object not created locally)
9147 src/com/gps/hibernate/ChatStatusDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9148 src/com/gps/hibernate/ChatStatusDAO.java 92 There is log block not surrounded by if
9149 src/com/gps/hibernate/ChatStatusDAO.java 97 Parameter 'userId' is not assigned and could be declared final
9150 src/com/gps/hibernate/ChatStatusDAO.java 97 publicMethodCommentRequirement Required
9151 src/com/gps/hibernate/ChatStatusDAO.java 101 Parameter 'modifiedDate' is not assigned and could be declared final
9152 src/com/gps/hibernate/ChatStatusDAO.java 101 publicMethodCommentRequirement Required
9153 src/com/gps/hibernate/ChatStatusDAO.java 105 Parameter 'online' is not assigned and could be declared final
9154 src/com/gps/hibernate/ChatStatusDAO.java 105 publicMethodCommentRequirement Required
9155 src/com/gps/hibernate/ChatStatusDAO.java 109 Parameter 'awake' is not assigned and could be declared final
9156 src/com/gps/hibernate/ChatStatusDAO.java 109 publicMethodCommentRequirement Required
9157 src/com/gps/hibernate/ChatStatusDAO.java 113 Parameter 'activePanelId' is not assigned and could be declared final
9158 src/com/gps/hibernate/ChatStatusDAO.java 113 publicMethodCommentRequirement Required
9159 src/com/gps/hibernate/ChatStatusDAO.java 117 Parameter 'message' is not assigned and could be declared final
9160 src/com/gps/hibernate/ChatStatusDAO.java 117 publicMethodCommentRequirement Required
9161 src/com/gps/hibernate/ChatStatusDAO.java 121 Parameter 'playSound' is not assigned and could be declared final
9162 src/com/gps/hibernate/ChatStatusDAO.java 121 publicMethodCommentRequirement Required
9163 src/com/gps/hibernate/ChatStatusDAO.java 125 publicMethodCommentRequirement Required
9164 src/com/gps/hibernate/ChatStatusDAO.java 126 There is log block not surrounded by if
9165 src/com/gps/hibernate/ChatStatusDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9166 src/com/gps/hibernate/ChatStatusDAO.java 128 Local variable 'queryString' could be declared final
9167 src/com/gps/hibernate/ChatStatusDAO.java 129 Local variable 'queryObject' could be declared final
9168 src/com/gps/hibernate/ChatStatusDAO.java 129 Potential violation of Law of Demeter (method chain calls)
9169 src/com/gps/hibernate/ChatStatusDAO.java 130 Potential violation of Law of Demeter (object not created locally)
9170 src/com/gps/hibernate/ChatStatusDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9171 src/com/gps/hibernate/ChatStatusDAO.java 132 There is log block not surrounded by if
9172 src/com/gps/hibernate/ChatStatusDAO.java 137 Parameter 'detachedInstance' is not assigned and could be declared final
9173 src/com/gps/hibernate/ChatStatusDAO.java 137 publicMethodCommentRequirement Required
9174 src/com/gps/hibernate/ChatStatusDAO.java 138 There is log block not surrounded by if
9175 src/com/gps/hibernate/ChatStatusDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9176 src/com/gps/hibernate/ChatStatusDAO.java 140 Local variable 'result' could be declared final
9177 src/com/gps/hibernate/ChatStatusDAO.java 140 Potential violation of Law of Demeter (method chain calls)
9178 src/com/gps/hibernate/ChatStatusDAO.java 142 There is log block not surrounded by if
9179 src/com/gps/hibernate/ChatStatusDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9180 src/com/gps/hibernate/ChatStatusDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9181 src/com/gps/hibernate/ChatStatusDAO.java 145 There is log block not surrounded by if
9182 src/com/gps/hibernate/ChatStatusDAO.java 150 Parameter 'instance' is not assigned and could be declared final
9183 src/com/gps/hibernate/ChatStatusDAO.java 150 publicMethodCommentRequirement Required
9184 src/com/gps/hibernate/ChatStatusDAO.java 151 There is log block not surrounded by if
9185 src/com/gps/hibernate/ChatStatusDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9186 src/com/gps/hibernate/ChatStatusDAO.java 153 Potential violation of Law of Demeter (method chain calls)
9187 src/com/gps/hibernate/ChatStatusDAO.java 154 There is log block not surrounded by if
9188 src/com/gps/hibernate/ChatStatusDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9189 src/com/gps/hibernate/ChatStatusDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9190 src/com/gps/hibernate/ChatStatusDAO.java 156 There is log block not surrounded by if
9191 src/com/gps/hibernate/ChatStatusDAO.java 161 Parameter 'instance' is not assigned and could be declared final
9192 src/com/gps/hibernate/ChatStatusDAO.java 161 publicMethodCommentRequirement Required
9193 src/com/gps/hibernate/ChatStatusDAO.java 162 There is log block not surrounded by if
9194 src/com/gps/hibernate/ChatStatusDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9195 src/com/gps/hibernate/ChatStatusDAO.java 164 Potential violation of Law of Demeter (method chain calls)
9196 src/com/gps/hibernate/ChatStatusDAO.java 165 There is log block not surrounded by if
9197 src/com/gps/hibernate/ChatStatusDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9198 src/com/gps/hibernate/ChatStatusDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9199 src/com/gps/hibernate/ChatStatusDAO.java 167 There is log block not surrounded by if
9200 src/com/gps/hibernate/Classname.java 9 Classes implementing Serializable should set a serialVersionUID
9201 src/com/gps/hibernate/Classname.java 13 fieldCommentRequirement Required
9202 src/com/gps/hibernate/Classname.java 14 fieldCommentRequirement Required
9203 src/com/gps/hibernate/Classname.java 19 Document empty constructor
9204 src/com/gps/hibernate/Classname.java 23 Parameter 'classNameId' is not assigned and could be declared final
9205 src/com/gps/hibernate/Classname.java 28 Parameter 'classNameId' is not assigned and could be declared final
9206 src/com/gps/hibernate/Classname.java 28 Parameter 'value' is not assigned and could be declared final
9207 src/com/gps/hibernate/Classname.java 35 publicMethodCommentRequirement Required
9208 src/com/gps/hibernate/Classname.java 39 Parameter 'classNameId' is not assigned and could be declared final
9209 src/com/gps/hibernate/Classname.java 39 publicMethodCommentRequirement Required
9210 src/com/gps/hibernate/Classname.java 43 publicMethodCommentRequirement Required
9211 src/com/gps/hibernate/Classname.java 47 Parameter 'value' is not assigned and could be declared final
9212 src/com/gps/hibernate/Classname.java 47 publicMethodCommentRequirement Required
9213 src/com/gps/hibernate/ClassnameDAO.java 10 Comment is too large: Too many lines
9214 src/com/gps/hibernate/ClassnameDAO.java 23 Logger should be defined private static final and have the correct class
9215 src/com/gps/hibernate/ClassnameDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
9216 src/com/gps/hibernate/ClassnameDAO.java 23 fieldCommentRequirement Required
9217 src/com/gps/hibernate/ClassnameDAO.java 25 fieldCommentRequirement Required
9218 src/com/gps/hibernate/ClassnameDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
9219 src/com/gps/hibernate/ClassnameDAO.java 27 publicMethodCommentRequirement Required
9220 src/com/gps/hibernate/ClassnameDAO.java 28 There is log block not surrounded by if
9221 src/com/gps/hibernate/ClassnameDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9222 src/com/gps/hibernate/ClassnameDAO.java 30 Potential violation of Law of Demeter (method chain calls)
9223 src/com/gps/hibernate/ClassnameDAO.java 31 There is log block not surrounded by if
9224 src/com/gps/hibernate/ClassnameDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9225 src/com/gps/hibernate/ClassnameDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9226 src/com/gps/hibernate/ClassnameDAO.java 33 There is log block not surrounded by if
9227 src/com/gps/hibernate/ClassnameDAO.java 38 Avoid excessively long variable names like persistentInstance
9228 src/com/gps/hibernate/ClassnameDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
9229 src/com/gps/hibernate/ClassnameDAO.java 38 publicMethodCommentRequirement Required
9230 src/com/gps/hibernate/ClassnameDAO.java 39 There is log block not surrounded by if
9231 src/com/gps/hibernate/ClassnameDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9232 src/com/gps/hibernate/ClassnameDAO.java 41 Potential violation of Law of Demeter (method chain calls)
9233 src/com/gps/hibernate/ClassnameDAO.java 42 There is log block not surrounded by if
9234 src/com/gps/hibernate/ClassnameDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9235 src/com/gps/hibernate/ClassnameDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9236 src/com/gps/hibernate/ClassnameDAO.java 44 There is log block not surrounded by if
9237 src/com/gps/hibernate/ClassnameDAO.java 49 Avoid variables with short names like id
9238 src/com/gps/hibernate/ClassnameDAO.java 49 Parameter 'id' is not assigned and could be declared final
9239 src/com/gps/hibernate/ClassnameDAO.java 49 publicMethodCommentRequirement Required
9240 src/com/gps/hibernate/ClassnameDAO.java 50 There is log block not surrounded by if
9241 src/com/gps/hibernate/ClassnameDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9242 src/com/gps/hibernate/ClassnameDAO.java 52 Local variable 'instance' could be declared final
9243 src/com/gps/hibernate/ClassnameDAO.java 52 Potential violation of Law of Demeter (method chain calls)
9244 src/com/gps/hibernate/ClassnameDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9245 src/com/gps/hibernate/ClassnameDAO.java 56 There is log block not surrounded by if
9246 src/com/gps/hibernate/ClassnameDAO.java 61 Parameter 'instance' is not assigned and could be declared final
9247 src/com/gps/hibernate/ClassnameDAO.java 61 publicMethodCommentRequirement Required
9248 src/com/gps/hibernate/ClassnameDAO.java 62 There is log block not surrounded by if
9249 src/com/gps/hibernate/ClassnameDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9250 src/com/gps/hibernate/ClassnameDAO.java 64 Local variable 'results' could be declared final
9251 src/com/gps/hibernate/ClassnameDAO.java 64 Potential violation of Law of Demeter (method chain calls)
9252 src/com/gps/hibernate/ClassnameDAO.java 64 Potential violation of Law of Demeter (method chain calls)
9253 src/com/gps/hibernate/ClassnameDAO.java 64 Potential violation of Law of Demeter (method chain calls)
9254 src/com/gps/hibernate/ClassnameDAO.java 67 There is log block not surrounded by if
9255 src/com/gps/hibernate/ClassnameDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9256 src/com/gps/hibernate/ClassnameDAO.java 68 Potential violation of Law of Demeter (object not created locally)
9257 src/com/gps/hibernate/ClassnameDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9258 src/com/gps/hibernate/ClassnameDAO.java 71 There is log block not surrounded by if
9259 src/com/gps/hibernate/ClassnameDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
9260 src/com/gps/hibernate/ClassnameDAO.java 76 Parameter 'value' is not assigned and could be declared final
9261 src/com/gps/hibernate/ClassnameDAO.java 76 publicMethodCommentRequirement Required
9262 src/com/gps/hibernate/ClassnameDAO.java 77 There is log block not surrounded by if
9263 src/com/gps/hibernate/ClassnameDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9264 src/com/gps/hibernate/ClassnameDAO.java 80 Local variable 'queryString' could be declared final
9265 src/com/gps/hibernate/ClassnameDAO.java 82 Local variable 'queryObject' could be declared final
9266 src/com/gps/hibernate/ClassnameDAO.java 82 Potential violation of Law of Demeter (method chain calls)
9267 src/com/gps/hibernate/ClassnameDAO.java 83 Potential violation of Law of Demeter (object not created locally)
9268 src/com/gps/hibernate/ClassnameDAO.java 84 Potential violation of Law of Demeter (object not created locally)
9269 src/com/gps/hibernate/ClassnameDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9270 src/com/gps/hibernate/ClassnameDAO.java 86 There is log block not surrounded by if
9271 src/com/gps/hibernate/ClassnameDAO.java 91 Parameter 'value' is not assigned and could be declared final
9272 src/com/gps/hibernate/ClassnameDAO.java 91 publicMethodCommentRequirement Required
9273 src/com/gps/hibernate/ClassnameDAO.java 95 publicMethodCommentRequirement Required
9274 src/com/gps/hibernate/ClassnameDAO.java 96 There is log block not surrounded by if
9275 src/com/gps/hibernate/ClassnameDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9276 src/com/gps/hibernate/ClassnameDAO.java 98 Local variable 'queryString' could be declared final
9277 src/com/gps/hibernate/ClassnameDAO.java 99 Local variable 'queryObject' could be declared final
9278 src/com/gps/hibernate/ClassnameDAO.java 99 Potential violation of Law of Demeter (method chain calls)
9279 src/com/gps/hibernate/ClassnameDAO.java 100 Potential violation of Law of Demeter (object not created locally)
9280 src/com/gps/hibernate/ClassnameDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9281 src/com/gps/hibernate/ClassnameDAO.java 102 There is log block not surrounded by if
9282 src/com/gps/hibernate/ClassnameDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
9283 src/com/gps/hibernate/ClassnameDAO.java 107 publicMethodCommentRequirement Required
9284 src/com/gps/hibernate/ClassnameDAO.java 108 There is log block not surrounded by if
9285 src/com/gps/hibernate/ClassnameDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9286 src/com/gps/hibernate/ClassnameDAO.java 110 Local variable 'result' could be declared final
9287 src/com/gps/hibernate/ClassnameDAO.java 110 Potential violation of Law of Demeter (method chain calls)
9288 src/com/gps/hibernate/ClassnameDAO.java 111 There is log block not surrounded by if
9289 src/com/gps/hibernate/ClassnameDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9290 src/com/gps/hibernate/ClassnameDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9291 src/com/gps/hibernate/ClassnameDAO.java 114 There is log block not surrounded by if
9292 src/com/gps/hibernate/ClassnameDAO.java 119 Parameter 'instance' is not assigned and could be declared final
9293 src/com/gps/hibernate/ClassnameDAO.java 119 publicMethodCommentRequirement Required
9294 src/com/gps/hibernate/ClassnameDAO.java 120 There is log block not surrounded by if
9295 src/com/gps/hibernate/ClassnameDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9296 src/com/gps/hibernate/ClassnameDAO.java 122 Potential violation of Law of Demeter (method chain calls)
9297 src/com/gps/hibernate/ClassnameDAO.java 123 There is log block not surrounded by if
9298 src/com/gps/hibernate/ClassnameDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9299 src/com/gps/hibernate/ClassnameDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9300 src/com/gps/hibernate/ClassnameDAO.java 125 There is log block not surrounded by if
9301 src/com/gps/hibernate/ClassnameDAO.java 130 Parameter 'instance' is not assigned and could be declared final
9302 src/com/gps/hibernate/ClassnameDAO.java 130 publicMethodCommentRequirement Required
9303 src/com/gps/hibernate/ClassnameDAO.java 131 There is log block not surrounded by if
9304 src/com/gps/hibernate/ClassnameDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9305 src/com/gps/hibernate/ClassnameDAO.java 133 Potential violation of Law of Demeter (method chain calls)
9306 src/com/gps/hibernate/ClassnameDAO.java 134 There is log block not surrounded by if
9307 src/com/gps/hibernate/ClassnameDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9308 src/com/gps/hibernate/ClassnameDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9309 src/com/gps/hibernate/ClassnameDAO.java 136 There is log block not surrounded by if
9310 src/com/gps/hibernate/Company.java 9 Classes implementing Serializable should set a serialVersionUID
9311 src/com/gps/hibernate/Company.java 13 fieldCommentRequirement Required
9312 src/com/gps/hibernate/Company.java 14 fieldCommentRequirement Required
9313 src/com/gps/hibernate/Company.java 15 fieldCommentRequirement Required
9314 src/com/gps/hibernate/Company.java 16 fieldCommentRequirement Required
9315 src/com/gps/hibernate/Company.java 17 fieldCommentRequirement Required
9316 src/com/gps/hibernate/Company.java 18 Avoid variables with short names like mx
9317 src/com/gps/hibernate/Company.java 18 fieldCommentRequirement Required
9318 src/com/gps/hibernate/Company.java 19 fieldCommentRequirement Required
9319 src/com/gps/hibernate/Company.java 20 fieldCommentRequirement Required
9320 src/com/gps/hibernate/Company.java 21 fieldCommentRequirement Required
9321 src/com/gps/hibernate/Company.java 26 Document empty constructor
9322 src/com/gps/hibernate/Company.java 30 Parameter 'companyId' is not assigned and could be declared final
9323 src/com/gps/hibernate/Company.java 35 Parameter 'accountId' is not assigned and could be declared final
9324 src/com/gps/hibernate/Company.java 35 Parameter 'companyId' is not assigned and could be declared final
9325 src/com/gps/hibernate/Company.java 35 Parameter 'key' is not assigned and could be declared final
9326 src/com/gps/hibernate/Company.java 35 Parameter 'webId' is not assigned and could be declared final
9327 src/com/gps/hibernate/Company.java 36 Avoid variables with short names like mx
9328 src/com/gps/hibernate/Company.java 36 Parameter 'homeUrl' is not assigned and could be declared final
9329 src/com/gps/hibernate/Company.java 36 Parameter 'logoId' is not assigned and could be declared final
9330 src/com/gps/hibernate/Company.java 36 Parameter 'mx' is not assigned and could be declared final
9331 src/com/gps/hibernate/Company.java 36 Parameter 'virtualHost' is not assigned and could be declared final
9332 src/com/gps/hibernate/Company.java 37 Parameter 'system' is not assigned and could be declared final
9333 src/com/gps/hibernate/Company.java 51 publicMethodCommentRequirement Required
9334 src/com/gps/hibernate/Company.java 55 Parameter 'companyId' is not assigned and could be declared final
9335 src/com/gps/hibernate/Company.java 55 publicMethodCommentRequirement Required
9336 src/com/gps/hibernate/Company.java 59 publicMethodCommentRequirement Required
9337 src/com/gps/hibernate/Company.java 63 Parameter 'accountId' is not assigned and could be declared final
9338 src/com/gps/hibernate/Company.java 63 publicMethodCommentRequirement Required
9339 src/com/gps/hibernate/Company.java 67 publicMethodCommentRequirement Required
9340 src/com/gps/hibernate/Company.java 71 Parameter 'webId' is not assigned and could be declared final
9341 src/com/gps/hibernate/Company.java 71 publicMethodCommentRequirement Required
9342 src/com/gps/hibernate/Company.java 75 publicMethodCommentRequirement Required
9343 src/com/gps/hibernate/Company.java 79 Parameter 'key' is not assigned and could be declared final
9344 src/com/gps/hibernate/Company.java 79 publicMethodCommentRequirement Required
9345 src/com/gps/hibernate/Company.java 83 publicMethodCommentRequirement Required
9346 src/com/gps/hibernate/Company.java 87 Parameter 'virtualHost' is not assigned and could be declared final
9347 src/com/gps/hibernate/Company.java 87 publicMethodCommentRequirement Required
9348 src/com/gps/hibernate/Company.java 91 publicMethodCommentRequirement Required
9349 src/com/gps/hibernate/Company.java 95 Avoid variables with short names like mx
9350 src/com/gps/hibernate/Company.java 95 Parameter 'mx' is not assigned and could be declared final
9351 src/com/gps/hibernate/Company.java 95 publicMethodCommentRequirement Required
9352 src/com/gps/hibernate/Company.java 99 publicMethodCommentRequirement Required
9353 src/com/gps/hibernate/Company.java 103 Parameter 'homeUrl' is not assigned and could be declared final
9354 src/com/gps/hibernate/Company.java 103 publicMethodCommentRequirement Required
9355 src/com/gps/hibernate/Company.java 107 publicMethodCommentRequirement Required
9356 src/com/gps/hibernate/Company.java 111 Parameter 'logoId' is not assigned and could be declared final
9357 src/com/gps/hibernate/Company.java 111 publicMethodCommentRequirement Required
9358 src/com/gps/hibernate/Company.java 115 publicMethodCommentRequirement Required
9359 src/com/gps/hibernate/Company.java 119 Parameter 'system' is not assigned and could be declared final
9360 src/com/gps/hibernate/Company.java 119 publicMethodCommentRequirement Required
9361 src/com/gps/hibernate/CompanyDAO.java 10 Comment is too large: Too many lines
9362 src/com/gps/hibernate/CompanyDAO.java 22 This class has too many methods, consider refactoring it.
9363 src/com/gps/hibernate/CompanyDAO.java 23 Logger should be defined private static final and have the correct class
9364 src/com/gps/hibernate/CompanyDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
9365 src/com/gps/hibernate/CompanyDAO.java 23 fieldCommentRequirement Required
9366 src/com/gps/hibernate/CompanyDAO.java 25 fieldCommentRequirement Required
9367 src/com/gps/hibernate/CompanyDAO.java 26 fieldCommentRequirement Required
9368 src/com/gps/hibernate/CompanyDAO.java 27 fieldCommentRequirement Required
9369 src/com/gps/hibernate/CompanyDAO.java 28 fieldCommentRequirement Required
9370 src/com/gps/hibernate/CompanyDAO.java 29 Avoid variables with short names like MX
9371 src/com/gps/hibernate/CompanyDAO.java 29 fieldCommentRequirement Required
9372 src/com/gps/hibernate/CompanyDAO.java 30 fieldCommentRequirement Required
9373 src/com/gps/hibernate/CompanyDAO.java 31 fieldCommentRequirement Required
9374 src/com/gps/hibernate/CompanyDAO.java 32 fieldCommentRequirement Required
9375 src/com/gps/hibernate/CompanyDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
9376 src/com/gps/hibernate/CompanyDAO.java 34 publicMethodCommentRequirement Required
9377 src/com/gps/hibernate/CompanyDAO.java 35 There is log block not surrounded by if
9378 src/com/gps/hibernate/CompanyDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9379 src/com/gps/hibernate/CompanyDAO.java 37 Potential violation of Law of Demeter (method chain calls)
9380 src/com/gps/hibernate/CompanyDAO.java 38 There is log block not surrounded by if
9381 src/com/gps/hibernate/CompanyDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9382 src/com/gps/hibernate/CompanyDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9383 src/com/gps/hibernate/CompanyDAO.java 40 There is log block not surrounded by if
9384 src/com/gps/hibernate/CompanyDAO.java 45 Avoid excessively long variable names like persistentInstance
9385 src/com/gps/hibernate/CompanyDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
9386 src/com/gps/hibernate/CompanyDAO.java 45 publicMethodCommentRequirement Required
9387 src/com/gps/hibernate/CompanyDAO.java 46 There is log block not surrounded by if
9388 src/com/gps/hibernate/CompanyDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9389 src/com/gps/hibernate/CompanyDAO.java 48 Potential violation of Law of Demeter (method chain calls)
9390 src/com/gps/hibernate/CompanyDAO.java 49 There is log block not surrounded by if
9391 src/com/gps/hibernate/CompanyDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9392 src/com/gps/hibernate/CompanyDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9393 src/com/gps/hibernate/CompanyDAO.java 51 There is log block not surrounded by if
9394 src/com/gps/hibernate/CompanyDAO.java 56 Avoid variables with short names like id
9395 src/com/gps/hibernate/CompanyDAO.java 56 Parameter 'id' is not assigned and could be declared final
9396 src/com/gps/hibernate/CompanyDAO.java 56 publicMethodCommentRequirement Required
9397 src/com/gps/hibernate/CompanyDAO.java 57 There is log block not surrounded by if
9398 src/com/gps/hibernate/CompanyDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9399 src/com/gps/hibernate/CompanyDAO.java 59 Local variable 'instance' could be declared final
9400 src/com/gps/hibernate/CompanyDAO.java 59 Potential violation of Law of Demeter (method chain calls)
9401 src/com/gps/hibernate/CompanyDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9402 src/com/gps/hibernate/CompanyDAO.java 63 There is log block not surrounded by if
9403 src/com/gps/hibernate/CompanyDAO.java 68 Parameter 'instance' is not assigned and could be declared final
9404 src/com/gps/hibernate/CompanyDAO.java 68 publicMethodCommentRequirement Required
9405 src/com/gps/hibernate/CompanyDAO.java 69 There is log block not surrounded by if
9406 src/com/gps/hibernate/CompanyDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9407 src/com/gps/hibernate/CompanyDAO.java 71 Local variable 'results' could be declared final
9408 src/com/gps/hibernate/CompanyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
9409 src/com/gps/hibernate/CompanyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
9410 src/com/gps/hibernate/CompanyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
9411 src/com/gps/hibernate/CompanyDAO.java 74 There is log block not surrounded by if
9412 src/com/gps/hibernate/CompanyDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9413 src/com/gps/hibernate/CompanyDAO.java 75 Potential violation of Law of Demeter (object not created locally)
9414 src/com/gps/hibernate/CompanyDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9415 src/com/gps/hibernate/CompanyDAO.java 78 There is log block not surrounded by if
9416 src/com/gps/hibernate/CompanyDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
9417 src/com/gps/hibernate/CompanyDAO.java 83 Parameter 'value' is not assigned and could be declared final
9418 src/com/gps/hibernate/CompanyDAO.java 83 publicMethodCommentRequirement Required
9419 src/com/gps/hibernate/CompanyDAO.java 84 There is log block not surrounded by if
9420 src/com/gps/hibernate/CompanyDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9421 src/com/gps/hibernate/CompanyDAO.java 87 Local variable 'queryString' could be declared final
9422 src/com/gps/hibernate/CompanyDAO.java 89 Local variable 'queryObject' could be declared final
9423 src/com/gps/hibernate/CompanyDAO.java 89 Potential violation of Law of Demeter (method chain calls)
9424 src/com/gps/hibernate/CompanyDAO.java 90 Potential violation of Law of Demeter (object not created locally)
9425 src/com/gps/hibernate/CompanyDAO.java 91 Potential violation of Law of Demeter (object not created locally)
9426 src/com/gps/hibernate/CompanyDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9427 src/com/gps/hibernate/CompanyDAO.java 93 There is log block not surrounded by if
9428 src/com/gps/hibernate/CompanyDAO.java 98 Parameter 'accountId' is not assigned and could be declared final
9429 src/com/gps/hibernate/CompanyDAO.java 98 publicMethodCommentRequirement Required
9430 src/com/gps/hibernate/CompanyDAO.java 102 Parameter 'webId' is not assigned and could be declared final
9431 src/com/gps/hibernate/CompanyDAO.java 102 publicMethodCommentRequirement Required
9432 src/com/gps/hibernate/CompanyDAO.java 106 Parameter 'key' is not assigned and could be declared final
9433 src/com/gps/hibernate/CompanyDAO.java 106 publicMethodCommentRequirement Required
9434 src/com/gps/hibernate/CompanyDAO.java 110 Parameter 'virtualHost' is not assigned and could be declared final
9435 src/com/gps/hibernate/CompanyDAO.java 110 publicMethodCommentRequirement Required
9436 src/com/gps/hibernate/CompanyDAO.java 114 Avoid variables with short names like mx
9437 src/com/gps/hibernate/CompanyDAO.java 114 Parameter 'mx' is not assigned and could be declared final
9438 src/com/gps/hibernate/CompanyDAO.java 114 publicMethodCommentRequirement Required
9439 src/com/gps/hibernate/CompanyDAO.java 118 Parameter 'homeUrl' is not assigned and could be declared final
9440 src/com/gps/hibernate/CompanyDAO.java 118 publicMethodCommentRequirement Required
9441 src/com/gps/hibernate/CompanyDAO.java 122 Parameter 'logoId' is not assigned and could be declared final
9442 src/com/gps/hibernate/CompanyDAO.java 122 publicMethodCommentRequirement Required
9443 src/com/gps/hibernate/CompanyDAO.java 126 Parameter 'system' is not assigned and could be declared final
9444 src/com/gps/hibernate/CompanyDAO.java 126 publicMethodCommentRequirement Required
9445 src/com/gps/hibernate/CompanyDAO.java 130 publicMethodCommentRequirement Required
9446 src/com/gps/hibernate/CompanyDAO.java 131 There is log block not surrounded by if
9447 src/com/gps/hibernate/CompanyDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9448 src/com/gps/hibernate/CompanyDAO.java 133 Local variable 'queryString' could be declared final
9449 src/com/gps/hibernate/CompanyDAO.java 134 Local variable 'queryObject' could be declared final
9450 src/com/gps/hibernate/CompanyDAO.java 134 Potential violation of Law of Demeter (method chain calls)
9451 src/com/gps/hibernate/CompanyDAO.java 135 Potential violation of Law of Demeter (object not created locally)
9452 src/com/gps/hibernate/CompanyDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9453 src/com/gps/hibernate/CompanyDAO.java 137 There is log block not surrounded by if
9454 src/com/gps/hibernate/CompanyDAO.java 142 Parameter 'detachedInstance' is not assigned and could be declared final
9455 src/com/gps/hibernate/CompanyDAO.java 142 publicMethodCommentRequirement Required
9456 src/com/gps/hibernate/CompanyDAO.java 143 There is log block not surrounded by if
9457 src/com/gps/hibernate/CompanyDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9458 src/com/gps/hibernate/CompanyDAO.java 145 Local variable 'result' could be declared final
9459 src/com/gps/hibernate/CompanyDAO.java 145 Potential violation of Law of Demeter (method chain calls)
9460 src/com/gps/hibernate/CompanyDAO.java 146 There is log block not surrounded by if
9461 src/com/gps/hibernate/CompanyDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9462 src/com/gps/hibernate/CompanyDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9463 src/com/gps/hibernate/CompanyDAO.java 149 There is log block not surrounded by if
9464 src/com/gps/hibernate/CompanyDAO.java 154 Parameter 'instance' is not assigned and could be declared final
9465 src/com/gps/hibernate/CompanyDAO.java 154 publicMethodCommentRequirement Required
9466 src/com/gps/hibernate/CompanyDAO.java 155 There is log block not surrounded by if
9467 src/com/gps/hibernate/CompanyDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9468 src/com/gps/hibernate/CompanyDAO.java 157 Potential violation of Law of Demeter (method chain calls)
9469 src/com/gps/hibernate/CompanyDAO.java 158 There is log block not surrounded by if
9470 src/com/gps/hibernate/CompanyDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9471 src/com/gps/hibernate/CompanyDAO.java 159 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9472 src/com/gps/hibernate/CompanyDAO.java 160 There is log block not surrounded by if
9473 src/com/gps/hibernate/CompanyDAO.java 165 Parameter 'instance' is not assigned and could be declared final
9474 src/com/gps/hibernate/CompanyDAO.java 165 publicMethodCommentRequirement Required
9475 src/com/gps/hibernate/CompanyDAO.java 166 There is log block not surrounded by if
9476 src/com/gps/hibernate/CompanyDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9477 src/com/gps/hibernate/CompanyDAO.java 168 Potential violation of Law of Demeter (method chain calls)
9478 src/com/gps/hibernate/CompanyDAO.java 169 There is log block not surrounded by if
9479 src/com/gps/hibernate/CompanyDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9480 src/com/gps/hibernate/CompanyDAO.java 170 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9481 src/com/gps/hibernate/CompanyDAO.java 171 There is log block not surrounded by if
9482 src/com/gps/hibernate/Contact.java 1 This class has a bunch of public methods and attributes
9483 src/com/gps/hibernate/Contact.java 11 Classes implementing Serializable should set a serialVersionUID
9484 src/com/gps/hibernate/Contact.java 11 Too many fields
9485 src/com/gps/hibernate/Contact.java 15 fieldCommentRequirement Required
9486 src/com/gps/hibernate/Contact.java 16 fieldCommentRequirement Required
9487 src/com/gps/hibernate/Contact.java 17 fieldCommentRequirement Required
9488 src/com/gps/hibernate/Contact.java 18 fieldCommentRequirement Required
9489 src/com/gps/hibernate/Contact.java 19 fieldCommentRequirement Required
9490 src/com/gps/hibernate/Contact.java 20 fieldCommentRequirement Required
9491 src/com/gps/hibernate/Contact.java 21 fieldCommentRequirement Required
9492 src/com/gps/hibernate/Contact.java 22 fieldCommentRequirement Required
9493 src/com/gps/hibernate/Contact.java 23 fieldCommentRequirement Required
9494 src/com/gps/hibernate/Contact.java 24 fieldCommentRequirement Required
9495 src/com/gps/hibernate/Contact.java 25 fieldCommentRequirement Required
9496 src/com/gps/hibernate/Contact.java 26 fieldCommentRequirement Required
9497 src/com/gps/hibernate/Contact.java 27 fieldCommentRequirement Required
9498 src/com/gps/hibernate/Contact.java 28 fieldCommentRequirement Required
9499 src/com/gps/hibernate/Contact.java 29 fieldCommentRequirement Required
9500 src/com/gps/hibernate/Contact.java 30 fieldCommentRequirement Required
9501 src/com/gps/hibernate/Contact.java 31 fieldCommentRequirement Required
9502 src/com/gps/hibernate/Contact.java 32 fieldCommentRequirement Required
9503 src/com/gps/hibernate/Contact.java 33 fieldCommentRequirement Required
9504 src/com/gps/hibernate/Contact.java 34 fieldCommentRequirement Required
9505 src/com/gps/hibernate/Contact.java 35 fieldCommentRequirement Required
9506 src/com/gps/hibernate/Contact.java 36 fieldCommentRequirement Required
9507 src/com/gps/hibernate/Contact.java 37 fieldCommentRequirement Required
9508 src/com/gps/hibernate/Contact.java 38 fieldCommentRequirement Required
9509 src/com/gps/hibernate/Contact.java 39 fieldCommentRequirement Required
9510 src/com/gps/hibernate/Contact.java 40 fieldCommentRequirement Required
9511 src/com/gps/hibernate/Contact.java 41 fieldCommentRequirement Required
9512 src/com/gps/hibernate/Contact.java 42 fieldCommentRequirement Required
9513 src/com/gps/hibernate/Contact.java 43 fieldCommentRequirement Required
9514 src/com/gps/hibernate/Contact.java 44 fieldCommentRequirement Required
9515 src/com/gps/hibernate/Contact.java 49 Document empty constructor
9516 src/com/gps/hibernate/Contact.java 53 Parameter 'contactId' is not assigned and could be declared final
9517 src/com/gps/hibernate/Contact.java 58 Avoid long parameter lists.
9518 src/com/gps/hibernate/Contact.java 58 Parameter 'companyId' is not assigned and could be declared final
9519 src/com/gps/hibernate/Contact.java 58 Parameter 'contactId' is not assigned and could be declared final
9520 src/com/gps/hibernate/Contact.java 58 Parameter 'userId' is not assigned and could be declared final
9521 src/com/gps/hibernate/Contact.java 59 Parameter 'createDate' is not assigned and could be declared final
9522 src/com/gps/hibernate/Contact.java 59 Parameter 'modifiedDate' is not assigned and could be declared final
9523 src/com/gps/hibernate/Contact.java 59 Parameter 'userName' is not assigned and could be declared final
9524 src/com/gps/hibernate/Contact.java 60 Parameter 'accountId' is not assigned and could be declared final
9525 src/com/gps/hibernate/Contact.java 60 Parameter 'firstName' is not assigned and could be declared final
9526 src/com/gps/hibernate/Contact.java 60 Parameter 'parentContactId' is not assigned and could be declared final
9527 src/com/gps/hibernate/Contact.java 61 Parameter 'lastName' is not assigned and could be declared final
9528 src/com/gps/hibernate/Contact.java 61 Parameter 'middleName' is not assigned and could be declared final
9529 src/com/gps/hibernate/Contact.java 61 Parameter 'prefixId' is not assigned and could be declared final
9530 src/com/gps/hibernate/Contact.java 62 Parameter 'birthday' is not assigned and could be declared final
9531 src/com/gps/hibernate/Contact.java 62 Parameter 'male' is not assigned and could be declared final
9532 src/com/gps/hibernate/Contact.java 62 Parameter 'smsSn' is not assigned and could be declared final
9533 src/com/gps/hibernate/Contact.java 62 Parameter 'suffixId' is not assigned and could be declared final
9534 src/com/gps/hibernate/Contact.java 63 Parameter 'aimSn' is not assigned and could be declared final
9535 src/com/gps/hibernate/Contact.java 63 Parameter 'facebookSn' is not assigned and could be declared final
9536 src/com/gps/hibernate/Contact.java 63 Parameter 'icqSn' is not assigned and could be declared final
9537 src/com/gps/hibernate/Contact.java 63 Parameter 'jabberSn' is not assigned and could be declared final
9538 src/com/gps/hibernate/Contact.java 64 Parameter 'msnSn' is not assigned and could be declared final
9539 src/com/gps/hibernate/Contact.java 64 Parameter 'mySpaceSn' is not assigned and could be declared final
9540 src/com/gps/hibernate/Contact.java 64 Parameter 'skypeSn' is not assigned and could be declared final
9541 src/com/gps/hibernate/Contact.java 64 Parameter 'twitterSn' is not assigned and could be declared final
9542 src/com/gps/hibernate/Contact.java 65 Parameter 'employeeNumber' is not assigned and could be declared final
9543 src/com/gps/hibernate/Contact.java 65 Parameter 'employeeStatusId' is not assigned and could be declared final
9544 src/com/gps/hibernate/Contact.java 65 Parameter 'ymSn' is not assigned and could be declared final
9545 src/com/gps/hibernate/Contact.java 66 Parameter 'hoursOfOperation' is not assigned and could be declared final
9546 src/com/gps/hibernate/Contact.java 66 Parameter 'jobClass' is not assigned and could be declared final
9547 src/com/gps/hibernate/Contact.java 66 Parameter 'jobTitle' is not assigned and could be declared final
9548 src/com/gps/hibernate/Contact.java 101 publicMethodCommentRequirement Required
9549 src/com/gps/hibernate/Contact.java 105 Parameter 'contactId' is not assigned and could be declared final
9550 src/com/gps/hibernate/Contact.java 105 publicMethodCommentRequirement Required
9551 src/com/gps/hibernate/Contact.java 109 publicMethodCommentRequirement Required
9552 src/com/gps/hibernate/Contact.java 113 Parameter 'companyId' is not assigned and could be declared final
9553 src/com/gps/hibernate/Contact.java 113 publicMethodCommentRequirement Required
9554 src/com/gps/hibernate/Contact.java 117 publicMethodCommentRequirement Required
9555 src/com/gps/hibernate/Contact.java 121 Parameter 'userId' is not assigned and could be declared final
9556 src/com/gps/hibernate/Contact.java 121 publicMethodCommentRequirement Required
9557 src/com/gps/hibernate/Contact.java 125 publicMethodCommentRequirement Required
9558 src/com/gps/hibernate/Contact.java 129 Parameter 'userName' is not assigned and could be declared final
9559 src/com/gps/hibernate/Contact.java 129 publicMethodCommentRequirement Required
9560 src/com/gps/hibernate/Contact.java 133 publicMethodCommentRequirement Required
9561 src/com/gps/hibernate/Contact.java 137 Parameter 'createDate' is not assigned and could be declared final
9562 src/com/gps/hibernate/Contact.java 137 publicMethodCommentRequirement Required
9563 src/com/gps/hibernate/Contact.java 141 publicMethodCommentRequirement Required
9564 src/com/gps/hibernate/Contact.java 145 Parameter 'modifiedDate' is not assigned and could be declared final
9565 src/com/gps/hibernate/Contact.java 145 publicMethodCommentRequirement Required
9566 src/com/gps/hibernate/Contact.java 149 publicMethodCommentRequirement Required
9567 src/com/gps/hibernate/Contact.java 153 Parameter 'accountId' is not assigned and could be declared final
9568 src/com/gps/hibernate/Contact.java 153 publicMethodCommentRequirement Required
9569 src/com/gps/hibernate/Contact.java 157 publicMethodCommentRequirement Required
9570 src/com/gps/hibernate/Contact.java 161 Parameter 'parentContactId' is not assigned and could be declared final
9571 src/com/gps/hibernate/Contact.java 161 publicMethodCommentRequirement Required
9572 src/com/gps/hibernate/Contact.java 165 publicMethodCommentRequirement Required
9573 src/com/gps/hibernate/Contact.java 169 Parameter 'firstName' is not assigned and could be declared final
9574 src/com/gps/hibernate/Contact.java 169 publicMethodCommentRequirement Required
9575 src/com/gps/hibernate/Contact.java 173 publicMethodCommentRequirement Required
9576 src/com/gps/hibernate/Contact.java 177 Parameter 'middleName' is not assigned and could be declared final
9577 src/com/gps/hibernate/Contact.java 177 publicMethodCommentRequirement Required
9578 src/com/gps/hibernate/Contact.java 181 publicMethodCommentRequirement Required
9579 src/com/gps/hibernate/Contact.java 185 Parameter 'lastName' is not assigned and could be declared final
9580 src/com/gps/hibernate/Contact.java 185 publicMethodCommentRequirement Required
9581 src/com/gps/hibernate/Contact.java 189 publicMethodCommentRequirement Required
9582 src/com/gps/hibernate/Contact.java 193 Parameter 'prefixId' is not assigned and could be declared final
9583 src/com/gps/hibernate/Contact.java 193 publicMethodCommentRequirement Required
9584 src/com/gps/hibernate/Contact.java 197 publicMethodCommentRequirement Required
9585 src/com/gps/hibernate/Contact.java 201 Parameter 'suffixId' is not assigned and could be declared final
9586 src/com/gps/hibernate/Contact.java 201 publicMethodCommentRequirement Required
9587 src/com/gps/hibernate/Contact.java 205 publicMethodCommentRequirement Required
9588 src/com/gps/hibernate/Contact.java 209 Parameter 'male' is not assigned and could be declared final
9589 src/com/gps/hibernate/Contact.java 209 publicMethodCommentRequirement Required
9590 src/com/gps/hibernate/Contact.java 213 publicMethodCommentRequirement Required
9591 src/com/gps/hibernate/Contact.java 217 Parameter 'birthday' is not assigned and could be declared final
9592 src/com/gps/hibernate/Contact.java 217 publicMethodCommentRequirement Required
9593 src/com/gps/hibernate/Contact.java 221 publicMethodCommentRequirement Required
9594 src/com/gps/hibernate/Contact.java 225 Parameter 'smsSn' is not assigned and could be declared final
9595 src/com/gps/hibernate/Contact.java 225 publicMethodCommentRequirement Required
9596 src/com/gps/hibernate/Contact.java 229 publicMethodCommentRequirement Required
9597 src/com/gps/hibernate/Contact.java 233 Parameter 'aimSn' is not assigned and could be declared final
9598 src/com/gps/hibernate/Contact.java 233 publicMethodCommentRequirement Required
9599 src/com/gps/hibernate/Contact.java 237 publicMethodCommentRequirement Required
9600 src/com/gps/hibernate/Contact.java 241 Parameter 'facebookSn' is not assigned and could be declared final
9601 src/com/gps/hibernate/Contact.java 241 publicMethodCommentRequirement Required
9602 src/com/gps/hibernate/Contact.java 245 publicMethodCommentRequirement Required
9603 src/com/gps/hibernate/Contact.java 249 Parameter 'icqSn' is not assigned and could be declared final
9604 src/com/gps/hibernate/Contact.java 249 publicMethodCommentRequirement Required
9605 src/com/gps/hibernate/Contact.java 253 publicMethodCommentRequirement Required
9606 src/com/gps/hibernate/Contact.java 257 Parameter 'jabberSn' is not assigned and could be declared final
9607 src/com/gps/hibernate/Contact.java 257 publicMethodCommentRequirement Required
9608 src/com/gps/hibernate/Contact.java 261 publicMethodCommentRequirement Required
9609 src/com/gps/hibernate/Contact.java 265 Parameter 'msnSn' is not assigned and could be declared final
9610 src/com/gps/hibernate/Contact.java 265 publicMethodCommentRequirement Required
9611 src/com/gps/hibernate/Contact.java 269 publicMethodCommentRequirement Required
9612 src/com/gps/hibernate/Contact.java 273 Parameter 'mySpaceSn' is not assigned and could be declared final
9613 src/com/gps/hibernate/Contact.java 273 publicMethodCommentRequirement Required
9614 src/com/gps/hibernate/Contact.java 277 publicMethodCommentRequirement Required
9615 src/com/gps/hibernate/Contact.java 281 Parameter 'skypeSn' is not assigned and could be declared final
9616 src/com/gps/hibernate/Contact.java 281 publicMethodCommentRequirement Required
9617 src/com/gps/hibernate/Contact.java 285 publicMethodCommentRequirement Required
9618 src/com/gps/hibernate/Contact.java 289 Parameter 'twitterSn' is not assigned and could be declared final
9619 src/com/gps/hibernate/Contact.java 289 publicMethodCommentRequirement Required
9620 src/com/gps/hibernate/Contact.java 293 publicMethodCommentRequirement Required
9621 src/com/gps/hibernate/Contact.java 297 Parameter 'ymSn' is not assigned and could be declared final
9622 src/com/gps/hibernate/Contact.java 297 publicMethodCommentRequirement Required
9623 src/com/gps/hibernate/Contact.java 301 publicMethodCommentRequirement Required
9624 src/com/gps/hibernate/Contact.java 305 Parameter 'employeeStatusId' is not assigned and could be declared final
9625 src/com/gps/hibernate/Contact.java 305 publicMethodCommentRequirement Required
9626 src/com/gps/hibernate/Contact.java 309 publicMethodCommentRequirement Required
9627 src/com/gps/hibernate/Contact.java 313 Parameter 'employeeNumber' is not assigned and could be declared final
9628 src/com/gps/hibernate/Contact.java 313 publicMethodCommentRequirement Required
9629 src/com/gps/hibernate/Contact.java 317 publicMethodCommentRequirement Required
9630 src/com/gps/hibernate/Contact.java 321 Parameter 'jobTitle' is not assigned and could be declared final
9631 src/com/gps/hibernate/Contact.java 321 publicMethodCommentRequirement Required
9632 src/com/gps/hibernate/Contact.java 325 publicMethodCommentRequirement Required
9633 src/com/gps/hibernate/Contact.java 329 Parameter 'jobClass' is not assigned and could be declared final
9634 src/com/gps/hibernate/Contact.java 329 publicMethodCommentRequirement Required
9635 src/com/gps/hibernate/Contact.java 333 publicMethodCommentRequirement Required
9636 src/com/gps/hibernate/Contact.java 337 Parameter 'hoursOfOperation' is not assigned and could be declared final
9637 src/com/gps/hibernate/Contact.java 337 publicMethodCommentRequirement Required
9638 src/com/gps/hibernate/ContactDAO.java 3 Avoid unused imports such as 'java.util.Date'
9639 src/com/gps/hibernate/ContactDAO.java 11 Comment is too large: Too many lines
9640 src/com/gps/hibernate/ContactDAO.java 23 This class has too many methods, consider refactoring it.
9641 src/com/gps/hibernate/ContactDAO.java 24 Logger should be defined private static final and have the correct class
9642 src/com/gps/hibernate/ContactDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
9643 src/com/gps/hibernate/ContactDAO.java 24 fieldCommentRequirement Required
9644 src/com/gps/hibernate/ContactDAO.java 26 fieldCommentRequirement Required
9645 src/com/gps/hibernate/ContactDAO.java 27 fieldCommentRequirement Required
9646 src/com/gps/hibernate/ContactDAO.java 28 fieldCommentRequirement Required
9647 src/com/gps/hibernate/ContactDAO.java 29 fieldCommentRequirement Required
9648 src/com/gps/hibernate/ContactDAO.java 30 fieldCommentRequirement Required
9649 src/com/gps/hibernate/ContactDAO.java 31 fieldCommentRequirement Required
9650 src/com/gps/hibernate/ContactDAO.java 32 fieldCommentRequirement Required
9651 src/com/gps/hibernate/ContactDAO.java 33 fieldCommentRequirement Required
9652 src/com/gps/hibernate/ContactDAO.java 34 fieldCommentRequirement Required
9653 src/com/gps/hibernate/ContactDAO.java 35 fieldCommentRequirement Required
9654 src/com/gps/hibernate/ContactDAO.java 36 fieldCommentRequirement Required
9655 src/com/gps/hibernate/ContactDAO.java 37 fieldCommentRequirement Required
9656 src/com/gps/hibernate/ContactDAO.java 38 fieldCommentRequirement Required
9657 src/com/gps/hibernate/ContactDAO.java 39 fieldCommentRequirement Required
9658 src/com/gps/hibernate/ContactDAO.java 40 fieldCommentRequirement Required
9659 src/com/gps/hibernate/ContactDAO.java 41 fieldCommentRequirement Required
9660 src/com/gps/hibernate/ContactDAO.java 42 fieldCommentRequirement Required
9661 src/com/gps/hibernate/ContactDAO.java 43 fieldCommentRequirement Required
9662 src/com/gps/hibernate/ContactDAO.java 44 fieldCommentRequirement Required
9663 src/com/gps/hibernate/ContactDAO.java 45 fieldCommentRequirement Required
9664 src/com/gps/hibernate/ContactDAO.java 46 fieldCommentRequirement Required
9665 src/com/gps/hibernate/ContactDAO.java 47 Avoid excessively long variable names like EMPLOYEE_STATUS_ID
9666 src/com/gps/hibernate/ContactDAO.java 47 fieldCommentRequirement Required
9667 src/com/gps/hibernate/ContactDAO.java 48 fieldCommentRequirement Required
9668 src/com/gps/hibernate/ContactDAO.java 49 fieldCommentRequirement Required
9669 src/com/gps/hibernate/ContactDAO.java 50 fieldCommentRequirement Required
9670 src/com/gps/hibernate/ContactDAO.java 51 Avoid excessively long variable names like HOURS_OF_OPERATION
9671 src/com/gps/hibernate/ContactDAO.java 51 fieldCommentRequirement Required
9672 src/com/gps/hibernate/ContactDAO.java 53 Parameter 'transientInstance' is not assigned and could be declared final
9673 src/com/gps/hibernate/ContactDAO.java 53 publicMethodCommentRequirement Required
9674 src/com/gps/hibernate/ContactDAO.java 54 There is log block not surrounded by if
9675 src/com/gps/hibernate/ContactDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9676 src/com/gps/hibernate/ContactDAO.java 56 Potential violation of Law of Demeter (method chain calls)
9677 src/com/gps/hibernate/ContactDAO.java 57 There is log block not surrounded by if
9678 src/com/gps/hibernate/ContactDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9679 src/com/gps/hibernate/ContactDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9680 src/com/gps/hibernate/ContactDAO.java 59 There is log block not surrounded by if
9681 src/com/gps/hibernate/ContactDAO.java 64 Avoid excessively long variable names like persistentInstance
9682 src/com/gps/hibernate/ContactDAO.java 64 Parameter 'persistentInstance' is not assigned and could be declared final
9683 src/com/gps/hibernate/ContactDAO.java 64 publicMethodCommentRequirement Required
9684 src/com/gps/hibernate/ContactDAO.java 65 There is log block not surrounded by if
9685 src/com/gps/hibernate/ContactDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9686 src/com/gps/hibernate/ContactDAO.java 67 Potential violation of Law of Demeter (method chain calls)
9687 src/com/gps/hibernate/ContactDAO.java 68 There is log block not surrounded by if
9688 src/com/gps/hibernate/ContactDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9689 src/com/gps/hibernate/ContactDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9690 src/com/gps/hibernate/ContactDAO.java 70 There is log block not surrounded by if
9691 src/com/gps/hibernate/ContactDAO.java 75 Avoid variables with short names like id
9692 src/com/gps/hibernate/ContactDAO.java 75 Parameter 'id' is not assigned and could be declared final
9693 src/com/gps/hibernate/ContactDAO.java 75 publicMethodCommentRequirement Required
9694 src/com/gps/hibernate/ContactDAO.java 76 There is log block not surrounded by if
9695 src/com/gps/hibernate/ContactDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9696 src/com/gps/hibernate/ContactDAO.java 78 Local variable 'instance' could be declared final
9697 src/com/gps/hibernate/ContactDAO.java 78 Potential violation of Law of Demeter (method chain calls)
9698 src/com/gps/hibernate/ContactDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9699 src/com/gps/hibernate/ContactDAO.java 82 There is log block not surrounded by if
9700 src/com/gps/hibernate/ContactDAO.java 87 Parameter 'instance' is not assigned and could be declared final
9701 src/com/gps/hibernate/ContactDAO.java 87 publicMethodCommentRequirement Required
9702 src/com/gps/hibernate/ContactDAO.java 88 There is log block not surrounded by if
9703 src/com/gps/hibernate/ContactDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9704 src/com/gps/hibernate/ContactDAO.java 90 Local variable 'results' could be declared final
9705 src/com/gps/hibernate/ContactDAO.java 90 Potential violation of Law of Demeter (method chain calls)
9706 src/com/gps/hibernate/ContactDAO.java 90 Potential violation of Law of Demeter (method chain calls)
9707 src/com/gps/hibernate/ContactDAO.java 90 Potential violation of Law of Demeter (method chain calls)
9708 src/com/gps/hibernate/ContactDAO.java 93 There is log block not surrounded by if
9709 src/com/gps/hibernate/ContactDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9710 src/com/gps/hibernate/ContactDAO.java 94 Potential violation of Law of Demeter (object not created locally)
9711 src/com/gps/hibernate/ContactDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9712 src/com/gps/hibernate/ContactDAO.java 97 There is log block not surrounded by if
9713 src/com/gps/hibernate/ContactDAO.java 102 Parameter 'propertyName' is not assigned and could be declared final
9714 src/com/gps/hibernate/ContactDAO.java 102 Parameter 'value' is not assigned and could be declared final
9715 src/com/gps/hibernate/ContactDAO.java 102 publicMethodCommentRequirement Required
9716 src/com/gps/hibernate/ContactDAO.java 103 There is log block not surrounded by if
9717 src/com/gps/hibernate/ContactDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9718 src/com/gps/hibernate/ContactDAO.java 106 Local variable 'queryString' could be declared final
9719 src/com/gps/hibernate/ContactDAO.java 108 Local variable 'queryObject' could be declared final
9720 src/com/gps/hibernate/ContactDAO.java 108 Potential violation of Law of Demeter (method chain calls)
9721 src/com/gps/hibernate/ContactDAO.java 109 Potential violation of Law of Demeter (object not created locally)
9722 src/com/gps/hibernate/ContactDAO.java 110 Potential violation of Law of Demeter (object not created locally)
9723 src/com/gps/hibernate/ContactDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9724 src/com/gps/hibernate/ContactDAO.java 112 There is log block not surrounded by if
9725 src/com/gps/hibernate/ContactDAO.java 117 Parameter 'companyId' is not assigned and could be declared final
9726 src/com/gps/hibernate/ContactDAO.java 117 publicMethodCommentRequirement Required
9727 src/com/gps/hibernate/ContactDAO.java 121 Parameter 'userId' is not assigned and could be declared final
9728 src/com/gps/hibernate/ContactDAO.java 121 publicMethodCommentRequirement Required
9729 src/com/gps/hibernate/ContactDAO.java 125 Parameter 'userName' is not assigned and could be declared final
9730 src/com/gps/hibernate/ContactDAO.java 125 publicMethodCommentRequirement Required
9731 src/com/gps/hibernate/ContactDAO.java 129 Parameter 'accountId' is not assigned and could be declared final
9732 src/com/gps/hibernate/ContactDAO.java 129 publicMethodCommentRequirement Required
9733 src/com/gps/hibernate/ContactDAO.java 133 Parameter 'parentContactId' is not assigned and could be declared final
9734 src/com/gps/hibernate/ContactDAO.java 133 publicMethodCommentRequirement Required
9735 src/com/gps/hibernate/ContactDAO.java 137 Parameter 'firstName' is not assigned and could be declared final
9736 src/com/gps/hibernate/ContactDAO.java 137 publicMethodCommentRequirement Required
9737 src/com/gps/hibernate/ContactDAO.java 141 Parameter 'middleName' is not assigned and could be declared final
9738 src/com/gps/hibernate/ContactDAO.java 141 publicMethodCommentRequirement Required
9739 src/com/gps/hibernate/ContactDAO.java 145 Parameter 'lastName' is not assigned and could be declared final
9740 src/com/gps/hibernate/ContactDAO.java 145 publicMethodCommentRequirement Required
9741 src/com/gps/hibernate/ContactDAO.java 149 Parameter 'prefixId' is not assigned and could be declared final
9742 src/com/gps/hibernate/ContactDAO.java 149 publicMethodCommentRequirement Required
9743 src/com/gps/hibernate/ContactDAO.java 153 Parameter 'suffixId' is not assigned and could be declared final
9744 src/com/gps/hibernate/ContactDAO.java 153 publicMethodCommentRequirement Required
9745 src/com/gps/hibernate/ContactDAO.java 157 Parameter 'male' is not assigned and could be declared final
9746 src/com/gps/hibernate/ContactDAO.java 157 publicMethodCommentRequirement Required
9747 src/com/gps/hibernate/ContactDAO.java 161 Parameter 'smsSn' is not assigned and could be declared final
9748 src/com/gps/hibernate/ContactDAO.java 161 publicMethodCommentRequirement Required
9749 src/com/gps/hibernate/ContactDAO.java 165 Parameter 'aimSn' is not assigned and could be declared final
9750 src/com/gps/hibernate/ContactDAO.java 165 publicMethodCommentRequirement Required
9751 src/com/gps/hibernate/ContactDAO.java 169 Parameter 'facebookSn' is not assigned and could be declared final
9752 src/com/gps/hibernate/ContactDAO.java 169 publicMethodCommentRequirement Required
9753 src/com/gps/hibernate/ContactDAO.java 173 Parameter 'icqSn' is not assigned and could be declared final
9754 src/com/gps/hibernate/ContactDAO.java 173 publicMethodCommentRequirement Required
9755 src/com/gps/hibernate/ContactDAO.java 177 Parameter 'jabberSn' is not assigned and could be declared final
9756 src/com/gps/hibernate/ContactDAO.java 177 publicMethodCommentRequirement Required
9757 src/com/gps/hibernate/ContactDAO.java 181 Parameter 'msnSn' is not assigned and could be declared final
9758 src/com/gps/hibernate/ContactDAO.java 181 publicMethodCommentRequirement Required
9759 src/com/gps/hibernate/ContactDAO.java 185 Parameter 'mySpaceSn' is not assigned and could be declared final
9760 src/com/gps/hibernate/ContactDAO.java 185 publicMethodCommentRequirement Required
9761 src/com/gps/hibernate/ContactDAO.java 189 Parameter 'skypeSn' is not assigned and could be declared final
9762 src/com/gps/hibernate/ContactDAO.java 189 publicMethodCommentRequirement Required
9763 src/com/gps/hibernate/ContactDAO.java 193 Parameter 'twitterSn' is not assigned and could be declared final
9764 src/com/gps/hibernate/ContactDAO.java 193 publicMethodCommentRequirement Required
9765 src/com/gps/hibernate/ContactDAO.java 197 Parameter 'ymSn' is not assigned and could be declared final
9766 src/com/gps/hibernate/ContactDAO.java 197 publicMethodCommentRequirement Required
9767 src/com/gps/hibernate/ContactDAO.java 201 Parameter 'employeeStatusId' is not assigned and could be declared final
9768 src/com/gps/hibernate/ContactDAO.java 201 publicMethodCommentRequirement Required
9769 src/com/gps/hibernate/ContactDAO.java 205 Parameter 'employeeNumber' is not assigned and could be declared final
9770 src/com/gps/hibernate/ContactDAO.java 205 publicMethodCommentRequirement Required
9771 src/com/gps/hibernate/ContactDAO.java 209 Parameter 'jobTitle' is not assigned and could be declared final
9772 src/com/gps/hibernate/ContactDAO.java 209 publicMethodCommentRequirement Required
9773 src/com/gps/hibernate/ContactDAO.java 213 Parameter 'jobClass' is not assigned and could be declared final
9774 src/com/gps/hibernate/ContactDAO.java 213 publicMethodCommentRequirement Required
9775 src/com/gps/hibernate/ContactDAO.java 217 Parameter 'hoursOfOperation' is not assigned and could be declared final
9776 src/com/gps/hibernate/ContactDAO.java 217 publicMethodCommentRequirement Required
9777 src/com/gps/hibernate/ContactDAO.java 221 publicMethodCommentRequirement Required
9778 src/com/gps/hibernate/ContactDAO.java 222 There is log block not surrounded by if
9779 src/com/gps/hibernate/ContactDAO.java 222 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9780 src/com/gps/hibernate/ContactDAO.java 224 Local variable 'queryString' could be declared final
9781 src/com/gps/hibernate/ContactDAO.java 225 Local variable 'queryObject' could be declared final
9782 src/com/gps/hibernate/ContactDAO.java 225 Potential violation of Law of Demeter (method chain calls)
9783 src/com/gps/hibernate/ContactDAO.java 226 Potential violation of Law of Demeter (object not created locally)
9784 src/com/gps/hibernate/ContactDAO.java 227 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9785 src/com/gps/hibernate/ContactDAO.java 228 There is log block not surrounded by if
9786 src/com/gps/hibernate/ContactDAO.java 233 Parameter 'detachedInstance' is not assigned and could be declared final
9787 src/com/gps/hibernate/ContactDAO.java 233 publicMethodCommentRequirement Required
9788 src/com/gps/hibernate/ContactDAO.java 234 There is log block not surrounded by if
9789 src/com/gps/hibernate/ContactDAO.java 234 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9790 src/com/gps/hibernate/ContactDAO.java 236 Local variable 'result' could be declared final
9791 src/com/gps/hibernate/ContactDAO.java 236 Potential violation of Law of Demeter (method chain calls)
9792 src/com/gps/hibernate/ContactDAO.java 237 There is log block not surrounded by if
9793 src/com/gps/hibernate/ContactDAO.java 237 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9794 src/com/gps/hibernate/ContactDAO.java 239 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9795 src/com/gps/hibernate/ContactDAO.java 240 There is log block not surrounded by if
9796 src/com/gps/hibernate/ContactDAO.java 245 Parameter 'instance' is not assigned and could be declared final
9797 src/com/gps/hibernate/ContactDAO.java 245 publicMethodCommentRequirement Required
9798 src/com/gps/hibernate/ContactDAO.java 246 There is log block not surrounded by if
9799 src/com/gps/hibernate/ContactDAO.java 246 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9800 src/com/gps/hibernate/ContactDAO.java 248 Potential violation of Law of Demeter (method chain calls)
9801 src/com/gps/hibernate/ContactDAO.java 249 There is log block not surrounded by if
9802 src/com/gps/hibernate/ContactDAO.java 249 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9803 src/com/gps/hibernate/ContactDAO.java 250 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9804 src/com/gps/hibernate/ContactDAO.java 251 There is log block not surrounded by if
9805 src/com/gps/hibernate/ContactDAO.java 256 Parameter 'instance' is not assigned and could be declared final
9806 src/com/gps/hibernate/ContactDAO.java 256 publicMethodCommentRequirement Required
9807 src/com/gps/hibernate/ContactDAO.java 257 There is log block not surrounded by if
9808 src/com/gps/hibernate/ContactDAO.java 257 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9809 src/com/gps/hibernate/ContactDAO.java 259 Potential violation of Law of Demeter (method chain calls)
9810 src/com/gps/hibernate/ContactDAO.java 260 There is log block not surrounded by if
9811 src/com/gps/hibernate/ContactDAO.java 260 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9812 src/com/gps/hibernate/ContactDAO.java 261 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9813 src/com/gps/hibernate/ContactDAO.java 262 There is log block not surrounded by if
9814 src/com/gps/hibernate/Counter.java 9 Classes implementing Serializable should set a serialVersionUID
9815 src/com/gps/hibernate/Counter.java 13 fieldCommentRequirement Required
9816 src/com/gps/hibernate/Counter.java 14 fieldCommentRequirement Required
9817 src/com/gps/hibernate/Counter.java 19 Document empty constructor
9818 src/com/gps/hibernate/Counter.java 23 Parameter 'name' is not assigned and could be declared final
9819 src/com/gps/hibernate/Counter.java 28 Parameter 'currentId' is not assigned and could be declared final
9820 src/com/gps/hibernate/Counter.java 28 Parameter 'name' is not assigned and could be declared final
9821 src/com/gps/hibernate/Counter.java 35 publicMethodCommentRequirement Required
9822 src/com/gps/hibernate/Counter.java 39 Parameter 'name' is not assigned and could be declared final
9823 src/com/gps/hibernate/Counter.java 39 publicMethodCommentRequirement Required
9824 src/com/gps/hibernate/Counter.java 43 publicMethodCommentRequirement Required
9825 src/com/gps/hibernate/Counter.java 47 Parameter 'currentId' is not assigned and could be declared final
9826 src/com/gps/hibernate/Counter.java 47 publicMethodCommentRequirement Required
9827 src/com/gps/hibernate/CounterDAO.java 10 Comment is too large: Too many lines
9828 src/com/gps/hibernate/CounterDAO.java 23 Logger should be defined private static final and have the correct class
9829 src/com/gps/hibernate/CounterDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
9830 src/com/gps/hibernate/CounterDAO.java 23 fieldCommentRequirement Required
9831 src/com/gps/hibernate/CounterDAO.java 25 fieldCommentRequirement Required
9832 src/com/gps/hibernate/CounterDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
9833 src/com/gps/hibernate/CounterDAO.java 27 publicMethodCommentRequirement Required
9834 src/com/gps/hibernate/CounterDAO.java 28 There is log block not surrounded by if
9835 src/com/gps/hibernate/CounterDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9836 src/com/gps/hibernate/CounterDAO.java 30 Potential violation of Law of Demeter (method chain calls)
9837 src/com/gps/hibernate/CounterDAO.java 31 There is log block not surrounded by if
9838 src/com/gps/hibernate/CounterDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9839 src/com/gps/hibernate/CounterDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9840 src/com/gps/hibernate/CounterDAO.java 33 There is log block not surrounded by if
9841 src/com/gps/hibernate/CounterDAO.java 38 Avoid excessively long variable names like persistentInstance
9842 src/com/gps/hibernate/CounterDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
9843 src/com/gps/hibernate/CounterDAO.java 38 publicMethodCommentRequirement Required
9844 src/com/gps/hibernate/CounterDAO.java 39 There is log block not surrounded by if
9845 src/com/gps/hibernate/CounterDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9846 src/com/gps/hibernate/CounterDAO.java 41 Potential violation of Law of Demeter (method chain calls)
9847 src/com/gps/hibernate/CounterDAO.java 42 There is log block not surrounded by if
9848 src/com/gps/hibernate/CounterDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9849 src/com/gps/hibernate/CounterDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9850 src/com/gps/hibernate/CounterDAO.java 44 There is log block not surrounded by if
9851 src/com/gps/hibernate/CounterDAO.java 49 Avoid variables with short names like id
9852 src/com/gps/hibernate/CounterDAO.java 49 Parameter 'id' is not assigned and could be declared final
9853 src/com/gps/hibernate/CounterDAO.java 49 publicMethodCommentRequirement Required
9854 src/com/gps/hibernate/CounterDAO.java 50 There is log block not surrounded by if
9855 src/com/gps/hibernate/CounterDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9856 src/com/gps/hibernate/CounterDAO.java 52 Local variable 'instance' could be declared final
9857 src/com/gps/hibernate/CounterDAO.java 52 Potential violation of Law of Demeter (method chain calls)
9858 src/com/gps/hibernate/CounterDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9859 src/com/gps/hibernate/CounterDAO.java 56 There is log block not surrounded by if
9860 src/com/gps/hibernate/CounterDAO.java 61 Parameter 'instance' is not assigned and could be declared final
9861 src/com/gps/hibernate/CounterDAO.java 61 publicMethodCommentRequirement Required
9862 src/com/gps/hibernate/CounterDAO.java 62 There is log block not surrounded by if
9863 src/com/gps/hibernate/CounterDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9864 src/com/gps/hibernate/CounterDAO.java 64 Local variable 'results' could be declared final
9865 src/com/gps/hibernate/CounterDAO.java 64 Potential violation of Law of Demeter (method chain calls)
9866 src/com/gps/hibernate/CounterDAO.java 64 Potential violation of Law of Demeter (method chain calls)
9867 src/com/gps/hibernate/CounterDAO.java 64 Potential violation of Law of Demeter (method chain calls)
9868 src/com/gps/hibernate/CounterDAO.java 67 There is log block not surrounded by if
9869 src/com/gps/hibernate/CounterDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9870 src/com/gps/hibernate/CounterDAO.java 68 Potential violation of Law of Demeter (object not created locally)
9871 src/com/gps/hibernate/CounterDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9872 src/com/gps/hibernate/CounterDAO.java 71 There is log block not surrounded by if
9873 src/com/gps/hibernate/CounterDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
9874 src/com/gps/hibernate/CounterDAO.java 76 Parameter 'value' is not assigned and could be declared final
9875 src/com/gps/hibernate/CounterDAO.java 76 publicMethodCommentRequirement Required
9876 src/com/gps/hibernate/CounterDAO.java 77 There is log block not surrounded by if
9877 src/com/gps/hibernate/CounterDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9878 src/com/gps/hibernate/CounterDAO.java 80 Local variable 'queryString' could be declared final
9879 src/com/gps/hibernate/CounterDAO.java 82 Local variable 'queryObject' could be declared final
9880 src/com/gps/hibernate/CounterDAO.java 82 Potential violation of Law of Demeter (method chain calls)
9881 src/com/gps/hibernate/CounterDAO.java 83 Potential violation of Law of Demeter (object not created locally)
9882 src/com/gps/hibernate/CounterDAO.java 84 Potential violation of Law of Demeter (object not created locally)
9883 src/com/gps/hibernate/CounterDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9884 src/com/gps/hibernate/CounterDAO.java 86 There is log block not surrounded by if
9885 src/com/gps/hibernate/CounterDAO.java 91 Parameter 'currentId' is not assigned and could be declared final
9886 src/com/gps/hibernate/CounterDAO.java 91 publicMethodCommentRequirement Required
9887 src/com/gps/hibernate/CounterDAO.java 95 publicMethodCommentRequirement Required
9888 src/com/gps/hibernate/CounterDAO.java 96 There is log block not surrounded by if
9889 src/com/gps/hibernate/CounterDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9890 src/com/gps/hibernate/CounterDAO.java 98 Local variable 'queryString' could be declared final
9891 src/com/gps/hibernate/CounterDAO.java 99 Local variable 'queryObject' could be declared final
9892 src/com/gps/hibernate/CounterDAO.java 99 Potential violation of Law of Demeter (method chain calls)
9893 src/com/gps/hibernate/CounterDAO.java 100 Potential violation of Law of Demeter (object not created locally)
9894 src/com/gps/hibernate/CounterDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9895 src/com/gps/hibernate/CounterDAO.java 102 There is log block not surrounded by if
9896 src/com/gps/hibernate/CounterDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
9897 src/com/gps/hibernate/CounterDAO.java 107 publicMethodCommentRequirement Required
9898 src/com/gps/hibernate/CounterDAO.java 108 There is log block not surrounded by if
9899 src/com/gps/hibernate/CounterDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9900 src/com/gps/hibernate/CounterDAO.java 110 Local variable 'result' could be declared final
9901 src/com/gps/hibernate/CounterDAO.java 110 Potential violation of Law of Demeter (method chain calls)
9902 src/com/gps/hibernate/CounterDAO.java 111 There is log block not surrounded by if
9903 src/com/gps/hibernate/CounterDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9904 src/com/gps/hibernate/CounterDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9905 src/com/gps/hibernate/CounterDAO.java 114 There is log block not surrounded by if
9906 src/com/gps/hibernate/CounterDAO.java 119 Parameter 'instance' is not assigned and could be declared final
9907 src/com/gps/hibernate/CounterDAO.java 119 publicMethodCommentRequirement Required
9908 src/com/gps/hibernate/CounterDAO.java 120 There is log block not surrounded by if
9909 src/com/gps/hibernate/CounterDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9910 src/com/gps/hibernate/CounterDAO.java 122 Potential violation of Law of Demeter (method chain calls)
9911 src/com/gps/hibernate/CounterDAO.java 123 There is log block not surrounded by if
9912 src/com/gps/hibernate/CounterDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9913 src/com/gps/hibernate/CounterDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9914 src/com/gps/hibernate/CounterDAO.java 125 There is log block not surrounded by if
9915 src/com/gps/hibernate/CounterDAO.java 130 Parameter 'instance' is not assigned and could be declared final
9916 src/com/gps/hibernate/CounterDAO.java 130 publicMethodCommentRequirement Required
9917 src/com/gps/hibernate/CounterDAO.java 131 There is log block not surrounded by if
9918 src/com/gps/hibernate/CounterDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9919 src/com/gps/hibernate/CounterDAO.java 133 Potential violation of Law of Demeter (method chain calls)
9920 src/com/gps/hibernate/CounterDAO.java 134 There is log block not surrounded by if
9921 src/com/gps/hibernate/CounterDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9922 src/com/gps/hibernate/CounterDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9923 src/com/gps/hibernate/CounterDAO.java 136 There is log block not surrounded by if
9924 src/com/gps/hibernate/Country.java 9 Classes implementing Serializable should set a serialVersionUID
9925 src/com/gps/hibernate/Country.java 13 fieldCommentRequirement Required
9926 src/com/gps/hibernate/Country.java 14 fieldCommentRequirement Required
9927 src/com/gps/hibernate/Country.java 15 Avoid variables with short names like a2
9928 src/com/gps/hibernate/Country.java 15 fieldCommentRequirement Required
9929 src/com/gps/hibernate/Country.java 16 Avoid variables with short names like a3
9930 src/com/gps/hibernate/Country.java 16 fieldCommentRequirement Required
9931 src/com/gps/hibernate/Country.java 17 fieldCommentRequirement Required
9932 src/com/gps/hibernate/Country.java 18 fieldCommentRequirement Required
9933 src/com/gps/hibernate/Country.java 19 fieldCommentRequirement Required
9934 src/com/gps/hibernate/Country.java 24 Document empty constructor
9935 src/com/gps/hibernate/Country.java 28 Parameter 'countryId' is not assigned and could be declared final
9936 src/com/gps/hibernate/Country.java 33 Avoid variables with short names like a2
9937 src/com/gps/hibernate/Country.java 33 Avoid variables with short names like a3
9938 src/com/gps/hibernate/Country.java 33 Parameter 'a2' is not assigned and could be declared final
9939 src/com/gps/hibernate/Country.java 33 Parameter 'a3' is not assigned and could be declared final
9940 src/com/gps/hibernate/Country.java 33 Parameter 'countryId' is not assigned and could be declared final
9941 src/com/gps/hibernate/Country.java 33 Parameter 'name' is not assigned and could be declared final
9942 src/com/gps/hibernate/Country.java 34 Parameter 'active' is not assigned and could be declared final
9943 src/com/gps/hibernate/Country.java 34 Parameter 'idd' is not assigned and could be declared final
9944 src/com/gps/hibernate/Country.java 34 Parameter 'number' is not assigned and could be declared final
9945 src/com/gps/hibernate/Country.java 46 publicMethodCommentRequirement Required
9946 src/com/gps/hibernate/Country.java 50 Parameter 'countryId' is not assigned and could be declared final
9947 src/com/gps/hibernate/Country.java 50 publicMethodCommentRequirement Required
9948 src/com/gps/hibernate/Country.java 54 publicMethodCommentRequirement Required
9949 src/com/gps/hibernate/Country.java 58 Parameter 'name' is not assigned and could be declared final
9950 src/com/gps/hibernate/Country.java 58 publicMethodCommentRequirement Required
9951 src/com/gps/hibernate/Country.java 62 publicMethodCommentRequirement Required
9952 src/com/gps/hibernate/Country.java 66 Avoid variables with short names like a2
9953 src/com/gps/hibernate/Country.java 66 Parameter 'a2' is not assigned and could be declared final
9954 src/com/gps/hibernate/Country.java 66 publicMethodCommentRequirement Required
9955 src/com/gps/hibernate/Country.java 70 publicMethodCommentRequirement Required
9956 src/com/gps/hibernate/Country.java 74 Avoid variables with short names like a3
9957 src/com/gps/hibernate/Country.java 74 Parameter 'a3' is not assigned and could be declared final
9958 src/com/gps/hibernate/Country.java 74 publicMethodCommentRequirement Required
9959 src/com/gps/hibernate/Country.java 78 publicMethodCommentRequirement Required
9960 src/com/gps/hibernate/Country.java 82 Parameter 'number' is not assigned and could be declared final
9961 src/com/gps/hibernate/Country.java 82 publicMethodCommentRequirement Required
9962 src/com/gps/hibernate/Country.java 86 publicMethodCommentRequirement Required
9963 src/com/gps/hibernate/Country.java 90 Parameter 'idd' is not assigned and could be declared final
9964 src/com/gps/hibernate/Country.java 90 publicMethodCommentRequirement Required
9965 src/com/gps/hibernate/Country.java 94 publicMethodCommentRequirement Required
9966 src/com/gps/hibernate/Country.java 98 Parameter 'active' is not assigned and could be declared final
9967 src/com/gps/hibernate/Country.java 98 publicMethodCommentRequirement Required
9968 src/com/gps/hibernate/CountryDAO.java 10 Comment is too large: Too many lines
9969 src/com/gps/hibernate/CountryDAO.java 22 This class has too many methods, consider refactoring it.
9970 src/com/gps/hibernate/CountryDAO.java 23 Logger should be defined private static final and have the correct class
9971 src/com/gps/hibernate/CountryDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
9972 src/com/gps/hibernate/CountryDAO.java 23 fieldCommentRequirement Required
9973 src/com/gps/hibernate/CountryDAO.java 25 fieldCommentRequirement Required
9974 src/com/gps/hibernate/CountryDAO.java 26 Avoid variables with short names like A2
9975 src/com/gps/hibernate/CountryDAO.java 26 fieldCommentRequirement Required
9976 src/com/gps/hibernate/CountryDAO.java 27 Avoid variables with short names like A3
9977 src/com/gps/hibernate/CountryDAO.java 27 fieldCommentRequirement Required
9978 src/com/gps/hibernate/CountryDAO.java 28 fieldCommentRequirement Required
9979 src/com/gps/hibernate/CountryDAO.java 29 fieldCommentRequirement Required
9980 src/com/gps/hibernate/CountryDAO.java 30 fieldCommentRequirement Required
9981 src/com/gps/hibernate/CountryDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
9982 src/com/gps/hibernate/CountryDAO.java 32 publicMethodCommentRequirement Required
9983 src/com/gps/hibernate/CountryDAO.java 33 There is log block not surrounded by if
9984 src/com/gps/hibernate/CountryDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9985 src/com/gps/hibernate/CountryDAO.java 35 Potential violation of Law of Demeter (method chain calls)
9986 src/com/gps/hibernate/CountryDAO.java 36 There is log block not surrounded by if
9987 src/com/gps/hibernate/CountryDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9988 src/com/gps/hibernate/CountryDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9989 src/com/gps/hibernate/CountryDAO.java 38 There is log block not surrounded by if
9990 src/com/gps/hibernate/CountryDAO.java 43 Avoid excessively long variable names like persistentInstance
9991 src/com/gps/hibernate/CountryDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
9992 src/com/gps/hibernate/CountryDAO.java 43 publicMethodCommentRequirement Required
9993 src/com/gps/hibernate/CountryDAO.java 44 There is log block not surrounded by if
9994 src/com/gps/hibernate/CountryDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9995 src/com/gps/hibernate/CountryDAO.java 46 Potential violation of Law of Demeter (method chain calls)
9996 src/com/gps/hibernate/CountryDAO.java 47 There is log block not surrounded by if
9997 src/com/gps/hibernate/CountryDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9998 src/com/gps/hibernate/CountryDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9999 src/com/gps/hibernate/CountryDAO.java 49 There is log block not surrounded by if
10000 src/com/gps/hibernate/CountryDAO.java 54 Avoid variables with short names like id
10001 src/com/gps/hibernate/CountryDAO.java 54 Parameter 'id' is not assigned and could be declared final
10002 src/com/gps/hibernate/CountryDAO.java 54 publicMethodCommentRequirement Required
10003 src/com/gps/hibernate/CountryDAO.java 55 There is log block not surrounded by if
10004 src/com/gps/hibernate/CountryDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10005 src/com/gps/hibernate/CountryDAO.java 57 Local variable 'instance' could be declared final
10006 src/com/gps/hibernate/CountryDAO.java 57 Potential violation of Law of Demeter (method chain calls)
10007 src/com/gps/hibernate/CountryDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10008 src/com/gps/hibernate/CountryDAO.java 61 There is log block not surrounded by if
10009 src/com/gps/hibernate/CountryDAO.java 66 Parameter 'instance' is not assigned and could be declared final
10010 src/com/gps/hibernate/CountryDAO.java 66 publicMethodCommentRequirement Required
10011 src/com/gps/hibernate/CountryDAO.java 67 There is log block not surrounded by if
10012 src/com/gps/hibernate/CountryDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10013 src/com/gps/hibernate/CountryDAO.java 69 Local variable 'results' could be declared final
10014 src/com/gps/hibernate/CountryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
10015 src/com/gps/hibernate/CountryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
10016 src/com/gps/hibernate/CountryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
10017 src/com/gps/hibernate/CountryDAO.java 72 There is log block not surrounded by if
10018 src/com/gps/hibernate/CountryDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10019 src/com/gps/hibernate/CountryDAO.java 73 Potential violation of Law of Demeter (object not created locally)
10020 src/com/gps/hibernate/CountryDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10021 src/com/gps/hibernate/CountryDAO.java 76 There is log block not surrounded by if
10022 src/com/gps/hibernate/CountryDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
10023 src/com/gps/hibernate/CountryDAO.java 81 Parameter 'value' is not assigned and could be declared final
10024 src/com/gps/hibernate/CountryDAO.java 81 publicMethodCommentRequirement Required
10025 src/com/gps/hibernate/CountryDAO.java 82 There is log block not surrounded by if
10026 src/com/gps/hibernate/CountryDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10027 src/com/gps/hibernate/CountryDAO.java 85 Local variable 'queryString' could be declared final
10028 src/com/gps/hibernate/CountryDAO.java 87 Local variable 'queryObject' could be declared final
10029 src/com/gps/hibernate/CountryDAO.java 87 Potential violation of Law of Demeter (method chain calls)
10030 src/com/gps/hibernate/CountryDAO.java 88 Potential violation of Law of Demeter (object not created locally)
10031 src/com/gps/hibernate/CountryDAO.java 89 Potential violation of Law of Demeter (object not created locally)
10032 src/com/gps/hibernate/CountryDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10033 src/com/gps/hibernate/CountryDAO.java 91 There is log block not surrounded by if
10034 src/com/gps/hibernate/CountryDAO.java 96 Parameter 'name' is not assigned and could be declared final
10035 src/com/gps/hibernate/CountryDAO.java 96 publicMethodCommentRequirement Required
10036 src/com/gps/hibernate/CountryDAO.java 100 Avoid variables with short names like a2
10037 src/com/gps/hibernate/CountryDAO.java 100 Parameter 'a2' is not assigned and could be declared final
10038 src/com/gps/hibernate/CountryDAO.java 100 publicMethodCommentRequirement Required
10039 src/com/gps/hibernate/CountryDAO.java 104 Avoid variables with short names like a3
10040 src/com/gps/hibernate/CountryDAO.java 104 Parameter 'a3' is not assigned and could be declared final
10041 src/com/gps/hibernate/CountryDAO.java 104 publicMethodCommentRequirement Required
10042 src/com/gps/hibernate/CountryDAO.java 108 Parameter 'number' is not assigned and could be declared final
10043 src/com/gps/hibernate/CountryDAO.java 108 publicMethodCommentRequirement Required
10044 src/com/gps/hibernate/CountryDAO.java 112 Parameter 'idd' is not assigned and could be declared final
10045 src/com/gps/hibernate/CountryDAO.java 112 publicMethodCommentRequirement Required
10046 src/com/gps/hibernate/CountryDAO.java 116 Parameter 'active' is not assigned and could be declared final
10047 src/com/gps/hibernate/CountryDAO.java 116 publicMethodCommentRequirement Required
10048 src/com/gps/hibernate/CountryDAO.java 120 publicMethodCommentRequirement Required
10049 src/com/gps/hibernate/CountryDAO.java 121 There is log block not surrounded by if
10050 src/com/gps/hibernate/CountryDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10051 src/com/gps/hibernate/CountryDAO.java 123 Local variable 'queryString' could be declared final
10052 src/com/gps/hibernate/CountryDAO.java 124 Local variable 'queryObject' could be declared final
10053 src/com/gps/hibernate/CountryDAO.java 124 Potential violation of Law of Demeter (method chain calls)
10054 src/com/gps/hibernate/CountryDAO.java 125 Potential violation of Law of Demeter (object not created locally)
10055 src/com/gps/hibernate/CountryDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10056 src/com/gps/hibernate/CountryDAO.java 127 There is log block not surrounded by if
10057 src/com/gps/hibernate/CountryDAO.java 132 Parameter 'detachedInstance' is not assigned and could be declared final
10058 src/com/gps/hibernate/CountryDAO.java 132 publicMethodCommentRequirement Required
10059 src/com/gps/hibernate/CountryDAO.java 133 There is log block not surrounded by if
10060 src/com/gps/hibernate/CountryDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10061 src/com/gps/hibernate/CountryDAO.java 135 Local variable 'result' could be declared final
10062 src/com/gps/hibernate/CountryDAO.java 135 Potential violation of Law of Demeter (method chain calls)
10063 src/com/gps/hibernate/CountryDAO.java 136 There is log block not surrounded by if
10064 src/com/gps/hibernate/CountryDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10065 src/com/gps/hibernate/CountryDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10066 src/com/gps/hibernate/CountryDAO.java 139 There is log block not surrounded by if
10067 src/com/gps/hibernate/CountryDAO.java 144 Parameter 'instance' is not assigned and could be declared final
10068 src/com/gps/hibernate/CountryDAO.java 144 publicMethodCommentRequirement Required
10069 src/com/gps/hibernate/CountryDAO.java 145 There is log block not surrounded by if
10070 src/com/gps/hibernate/CountryDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10071 src/com/gps/hibernate/CountryDAO.java 147 Potential violation of Law of Demeter (method chain calls)
10072 src/com/gps/hibernate/CountryDAO.java 148 There is log block not surrounded by if
10073 src/com/gps/hibernate/CountryDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10074 src/com/gps/hibernate/CountryDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10075 src/com/gps/hibernate/CountryDAO.java 150 There is log block not surrounded by if
10076 src/com/gps/hibernate/CountryDAO.java 155 Parameter 'instance' is not assigned and could be declared final
10077 src/com/gps/hibernate/CountryDAO.java 155 publicMethodCommentRequirement Required
10078 src/com/gps/hibernate/CountryDAO.java 156 There is log block not surrounded by if
10079 src/com/gps/hibernate/CountryDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10080 src/com/gps/hibernate/CountryDAO.java 158 Potential violation of Law of Demeter (method chain calls)
10081 src/com/gps/hibernate/CountryDAO.java 159 There is log block not surrounded by if
10082 src/com/gps/hibernate/CountryDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10083 src/com/gps/hibernate/CountryDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10084 src/com/gps/hibernate/CountryDAO.java 161 There is log block not surrounded by if
10085 src/com/gps/hibernate/Cyrususer.java 9 Classes implementing Serializable should set a serialVersionUID
10086 src/com/gps/hibernate/Cyrususer.java 13 fieldCommentRequirement Required
10087 src/com/gps/hibernate/Cyrususer.java 14 fieldCommentRequirement Required
10088 src/com/gps/hibernate/Cyrususer.java 19 Document empty constructor
10089 src/com/gps/hibernate/Cyrususer.java 23 Parameter 'password' is not assigned and could be declared final
10090 src/com/gps/hibernate/Cyrususer.java 23 Parameter 'userId' is not assigned and could be declared final
10091 src/com/gps/hibernate/Cyrususer.java 30 publicMethodCommentRequirement Required
10092 src/com/gps/hibernate/Cyrususer.java 34 Parameter 'userId' is not assigned and could be declared final
10093 src/com/gps/hibernate/Cyrususer.java 34 publicMethodCommentRequirement Required
10094 src/com/gps/hibernate/Cyrususer.java 38 publicMethodCommentRequirement Required
10095 src/com/gps/hibernate/Cyrususer.java 42 Parameter 'password' is not assigned and could be declared final
10096 src/com/gps/hibernate/Cyrususer.java 42 publicMethodCommentRequirement Required
10097 src/com/gps/hibernate/CyrususerDAO.java 10 Comment is too large: Too many lines
10098 src/com/gps/hibernate/CyrususerDAO.java 23 Logger should be defined private static final and have the correct class
10099 src/com/gps/hibernate/CyrususerDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
10100 src/com/gps/hibernate/CyrususerDAO.java 23 fieldCommentRequirement Required
10101 src/com/gps/hibernate/CyrususerDAO.java 25 fieldCommentRequirement Required
10102 src/com/gps/hibernate/CyrususerDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
10103 src/com/gps/hibernate/CyrususerDAO.java 27 publicMethodCommentRequirement Required
10104 src/com/gps/hibernate/CyrususerDAO.java 28 There is log block not surrounded by if
10105 src/com/gps/hibernate/CyrususerDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10106 src/com/gps/hibernate/CyrususerDAO.java 30 Potential violation of Law of Demeter (method chain calls)
10107 src/com/gps/hibernate/CyrususerDAO.java 31 There is log block not surrounded by if
10108 src/com/gps/hibernate/CyrususerDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10109 src/com/gps/hibernate/CyrususerDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10110 src/com/gps/hibernate/CyrususerDAO.java 33 There is log block not surrounded by if
10111 src/com/gps/hibernate/CyrususerDAO.java 38 Avoid excessively long variable names like persistentInstance
10112 src/com/gps/hibernate/CyrususerDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
10113 src/com/gps/hibernate/CyrususerDAO.java 38 publicMethodCommentRequirement Required
10114 src/com/gps/hibernate/CyrususerDAO.java 39 There is log block not surrounded by if
10115 src/com/gps/hibernate/CyrususerDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10116 src/com/gps/hibernate/CyrususerDAO.java 41 Potential violation of Law of Demeter (method chain calls)
10117 src/com/gps/hibernate/CyrususerDAO.java 42 There is log block not surrounded by if
10118 src/com/gps/hibernate/CyrususerDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10119 src/com/gps/hibernate/CyrususerDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10120 src/com/gps/hibernate/CyrususerDAO.java 44 There is log block not surrounded by if
10121 src/com/gps/hibernate/CyrususerDAO.java 49 Avoid variables with short names like id
10122 src/com/gps/hibernate/CyrususerDAO.java 49 Parameter 'id' is not assigned and could be declared final
10123 src/com/gps/hibernate/CyrususerDAO.java 49 publicMethodCommentRequirement Required
10124 src/com/gps/hibernate/CyrususerDAO.java 50 There is log block not surrounded by if
10125 src/com/gps/hibernate/CyrususerDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10126 src/com/gps/hibernate/CyrususerDAO.java 52 Local variable 'instance' could be declared final
10127 src/com/gps/hibernate/CyrususerDAO.java 52 Potential violation of Law of Demeter (method chain calls)
10128 src/com/gps/hibernate/CyrususerDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10129 src/com/gps/hibernate/CyrususerDAO.java 56 There is log block not surrounded by if
10130 src/com/gps/hibernate/CyrususerDAO.java 61 Parameter 'instance' is not assigned and could be declared final
10131 src/com/gps/hibernate/CyrususerDAO.java 61 publicMethodCommentRequirement Required
10132 src/com/gps/hibernate/CyrususerDAO.java 62 There is log block not surrounded by if
10133 src/com/gps/hibernate/CyrususerDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10134 src/com/gps/hibernate/CyrususerDAO.java 64 Local variable 'results' could be declared final
10135 src/com/gps/hibernate/CyrususerDAO.java 64 Potential violation of Law of Demeter (method chain calls)
10136 src/com/gps/hibernate/CyrususerDAO.java 64 Potential violation of Law of Demeter (method chain calls)
10137 src/com/gps/hibernate/CyrususerDAO.java 64 Potential violation of Law of Demeter (method chain calls)
10138 src/com/gps/hibernate/CyrususerDAO.java 67 There is log block not surrounded by if
10139 src/com/gps/hibernate/CyrususerDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10140 src/com/gps/hibernate/CyrususerDAO.java 68 Potential violation of Law of Demeter (object not created locally)
10141 src/com/gps/hibernate/CyrususerDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10142 src/com/gps/hibernate/CyrususerDAO.java 71 There is log block not surrounded by if
10143 src/com/gps/hibernate/CyrususerDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
10144 src/com/gps/hibernate/CyrususerDAO.java 76 Parameter 'value' is not assigned and could be declared final
10145 src/com/gps/hibernate/CyrususerDAO.java 76 publicMethodCommentRequirement Required
10146 src/com/gps/hibernate/CyrususerDAO.java 77 There is log block not surrounded by if
10147 src/com/gps/hibernate/CyrususerDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10148 src/com/gps/hibernate/CyrususerDAO.java 80 Local variable 'queryString' could be declared final
10149 src/com/gps/hibernate/CyrususerDAO.java 82 Local variable 'queryObject' could be declared final
10150 src/com/gps/hibernate/CyrususerDAO.java 82 Potential violation of Law of Demeter (method chain calls)
10151 src/com/gps/hibernate/CyrususerDAO.java 83 Potential violation of Law of Demeter (object not created locally)
10152 src/com/gps/hibernate/CyrususerDAO.java 84 Potential violation of Law of Demeter (object not created locally)
10153 src/com/gps/hibernate/CyrususerDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10154 src/com/gps/hibernate/CyrususerDAO.java 86 There is log block not surrounded by if
10155 src/com/gps/hibernate/CyrususerDAO.java 91 Parameter 'password' is not assigned and could be declared final
10156 src/com/gps/hibernate/CyrususerDAO.java 91 publicMethodCommentRequirement Required
10157 src/com/gps/hibernate/CyrususerDAO.java 95 publicMethodCommentRequirement Required
10158 src/com/gps/hibernate/CyrususerDAO.java 96 There is log block not surrounded by if
10159 src/com/gps/hibernate/CyrususerDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10160 src/com/gps/hibernate/CyrususerDAO.java 98 Local variable 'queryString' could be declared final
10161 src/com/gps/hibernate/CyrususerDAO.java 99 Local variable 'queryObject' could be declared final
10162 src/com/gps/hibernate/CyrususerDAO.java 99 Potential violation of Law of Demeter (method chain calls)
10163 src/com/gps/hibernate/CyrususerDAO.java 100 Potential violation of Law of Demeter (object not created locally)
10164 src/com/gps/hibernate/CyrususerDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10165 src/com/gps/hibernate/CyrususerDAO.java 102 There is log block not surrounded by if
10166 src/com/gps/hibernate/CyrususerDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
10167 src/com/gps/hibernate/CyrususerDAO.java 107 publicMethodCommentRequirement Required
10168 src/com/gps/hibernate/CyrususerDAO.java 108 There is log block not surrounded by if
10169 src/com/gps/hibernate/CyrususerDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10170 src/com/gps/hibernate/CyrususerDAO.java 110 Local variable 'result' could be declared final
10171 src/com/gps/hibernate/CyrususerDAO.java 110 Potential violation of Law of Demeter (method chain calls)
10172 src/com/gps/hibernate/CyrususerDAO.java 111 There is log block not surrounded by if
10173 src/com/gps/hibernate/CyrususerDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10174 src/com/gps/hibernate/CyrususerDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10175 src/com/gps/hibernate/CyrususerDAO.java 114 There is log block not surrounded by if
10176 src/com/gps/hibernate/CyrususerDAO.java 119 Parameter 'instance' is not assigned and could be declared final
10177 src/com/gps/hibernate/CyrususerDAO.java 119 publicMethodCommentRequirement Required
10178 src/com/gps/hibernate/CyrususerDAO.java 120 There is log block not surrounded by if
10179 src/com/gps/hibernate/CyrususerDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10180 src/com/gps/hibernate/CyrususerDAO.java 122 Potential violation of Law of Demeter (method chain calls)
10181 src/com/gps/hibernate/CyrususerDAO.java 123 There is log block not surrounded by if
10182 src/com/gps/hibernate/CyrususerDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10183 src/com/gps/hibernate/CyrususerDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10184 src/com/gps/hibernate/CyrususerDAO.java 125 There is log block not surrounded by if
10185 src/com/gps/hibernate/CyrususerDAO.java 130 Parameter 'instance' is not assigned and could be declared final
10186 src/com/gps/hibernate/CyrususerDAO.java 130 publicMethodCommentRequirement Required
10187 src/com/gps/hibernate/CyrususerDAO.java 131 There is log block not surrounded by if
10188 src/com/gps/hibernate/CyrususerDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10189 src/com/gps/hibernate/CyrususerDAO.java 133 Potential violation of Law of Demeter (method chain calls)
10190 src/com/gps/hibernate/CyrususerDAO.java 134 There is log block not surrounded by if
10191 src/com/gps/hibernate/CyrususerDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10192 src/com/gps/hibernate/CyrususerDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10193 src/com/gps/hibernate/CyrususerDAO.java 136 There is log block not surrounded by if
10194 src/com/gps/hibernate/Cyrusvirtual.java 9 Classes implementing Serializable should set a serialVersionUID
10195 src/com/gps/hibernate/Cyrusvirtual.java 13 fieldCommentRequirement Required
10196 src/com/gps/hibernate/Cyrusvirtual.java 14 fieldCommentRequirement Required
10197 src/com/gps/hibernate/Cyrusvirtual.java 19 Document empty constructor
10198 src/com/gps/hibernate/Cyrusvirtual.java 23 Parameter 'emailAddress' is not assigned and could be declared final
10199 src/com/gps/hibernate/Cyrusvirtual.java 23 Parameter 'userId' is not assigned and could be declared final
10200 src/com/gps/hibernate/Cyrusvirtual.java 30 publicMethodCommentRequirement Required
10201 src/com/gps/hibernate/Cyrusvirtual.java 34 Parameter 'emailAddress' is not assigned and could be declared final
10202 src/com/gps/hibernate/Cyrusvirtual.java 34 publicMethodCommentRequirement Required
10203 src/com/gps/hibernate/Cyrusvirtual.java 38 publicMethodCommentRequirement Required
10204 src/com/gps/hibernate/Cyrusvirtual.java 42 Parameter 'userId' is not assigned and could be declared final
10205 src/com/gps/hibernate/Cyrusvirtual.java 42 publicMethodCommentRequirement Required
10206 src/com/gps/hibernate/CyrusvirtualDAO.java 10 Comment is too large: Too many lines
10207 src/com/gps/hibernate/CyrusvirtualDAO.java 23 Logger should be defined private static final and have the correct class
10208 src/com/gps/hibernate/CyrusvirtualDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
10209 src/com/gps/hibernate/CyrusvirtualDAO.java 23 fieldCommentRequirement Required
10210 src/com/gps/hibernate/CyrusvirtualDAO.java 25 fieldCommentRequirement Required
10211 src/com/gps/hibernate/CyrusvirtualDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
10212 src/com/gps/hibernate/CyrusvirtualDAO.java 27 publicMethodCommentRequirement Required
10213 src/com/gps/hibernate/CyrusvirtualDAO.java 28 There is log block not surrounded by if
10214 src/com/gps/hibernate/CyrusvirtualDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10215 src/com/gps/hibernate/CyrusvirtualDAO.java 30 Potential violation of Law of Demeter (method chain calls)
10216 src/com/gps/hibernate/CyrusvirtualDAO.java 31 There is log block not surrounded by if
10217 src/com/gps/hibernate/CyrusvirtualDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10218 src/com/gps/hibernate/CyrusvirtualDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10219 src/com/gps/hibernate/CyrusvirtualDAO.java 33 There is log block not surrounded by if
10220 src/com/gps/hibernate/CyrusvirtualDAO.java 38 Avoid excessively long variable names like persistentInstance
10221 src/com/gps/hibernate/CyrusvirtualDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
10222 src/com/gps/hibernate/CyrusvirtualDAO.java 38 publicMethodCommentRequirement Required
10223 src/com/gps/hibernate/CyrusvirtualDAO.java 39 There is log block not surrounded by if
10224 src/com/gps/hibernate/CyrusvirtualDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10225 src/com/gps/hibernate/CyrusvirtualDAO.java 41 Potential violation of Law of Demeter (method chain calls)
10226 src/com/gps/hibernate/CyrusvirtualDAO.java 42 There is log block not surrounded by if
10227 src/com/gps/hibernate/CyrusvirtualDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10228 src/com/gps/hibernate/CyrusvirtualDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10229 src/com/gps/hibernate/CyrusvirtualDAO.java 44 There is log block not surrounded by if
10230 src/com/gps/hibernate/CyrusvirtualDAO.java 49 Avoid variables with short names like id
10231 src/com/gps/hibernate/CyrusvirtualDAO.java 49 Parameter 'id' is not assigned and could be declared final
10232 src/com/gps/hibernate/CyrusvirtualDAO.java 49 publicMethodCommentRequirement Required
10233 src/com/gps/hibernate/CyrusvirtualDAO.java 50 There is log block not surrounded by if
10234 src/com/gps/hibernate/CyrusvirtualDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10235 src/com/gps/hibernate/CyrusvirtualDAO.java 52 Local variable 'instance' could be declared final
10236 src/com/gps/hibernate/CyrusvirtualDAO.java 52 Potential violation of Law of Demeter (method chain calls)
10237 src/com/gps/hibernate/CyrusvirtualDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10238 src/com/gps/hibernate/CyrusvirtualDAO.java 56 There is log block not surrounded by if
10239 src/com/gps/hibernate/CyrusvirtualDAO.java 61 Parameter 'instance' is not assigned and could be declared final
10240 src/com/gps/hibernate/CyrusvirtualDAO.java 61 publicMethodCommentRequirement Required
10241 src/com/gps/hibernate/CyrusvirtualDAO.java 62 There is log block not surrounded by if
10242 src/com/gps/hibernate/CyrusvirtualDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10243 src/com/gps/hibernate/CyrusvirtualDAO.java 64 Local variable 'results' could be declared final
10244 src/com/gps/hibernate/CyrusvirtualDAO.java 64 Potential violation of Law of Demeter (method chain calls)
10245 src/com/gps/hibernate/CyrusvirtualDAO.java 64 Potential violation of Law of Demeter (method chain calls)
10246 src/com/gps/hibernate/CyrusvirtualDAO.java 64 Potential violation of Law of Demeter (method chain calls)
10247 src/com/gps/hibernate/CyrusvirtualDAO.java 67 There is log block not surrounded by if
10248 src/com/gps/hibernate/CyrusvirtualDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10249 src/com/gps/hibernate/CyrusvirtualDAO.java 68 Potential violation of Law of Demeter (object not created locally)
10250 src/com/gps/hibernate/CyrusvirtualDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10251 src/com/gps/hibernate/CyrusvirtualDAO.java 71 There is log block not surrounded by if
10252 src/com/gps/hibernate/CyrusvirtualDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
10253 src/com/gps/hibernate/CyrusvirtualDAO.java 76 Parameter 'value' is not assigned and could be declared final
10254 src/com/gps/hibernate/CyrusvirtualDAO.java 76 publicMethodCommentRequirement Required
10255 src/com/gps/hibernate/CyrusvirtualDAO.java 77 There is log block not surrounded by if
10256 src/com/gps/hibernate/CyrusvirtualDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10257 src/com/gps/hibernate/CyrusvirtualDAO.java 80 Local variable 'queryString' could be declared final
10258 src/com/gps/hibernate/CyrusvirtualDAO.java 82 Local variable 'queryObject' could be declared final
10259 src/com/gps/hibernate/CyrusvirtualDAO.java 82 Potential violation of Law of Demeter (method chain calls)
10260 src/com/gps/hibernate/CyrusvirtualDAO.java 83 Potential violation of Law of Demeter (object not created locally)
10261 src/com/gps/hibernate/CyrusvirtualDAO.java 84 Potential violation of Law of Demeter (object not created locally)
10262 src/com/gps/hibernate/CyrusvirtualDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10263 src/com/gps/hibernate/CyrusvirtualDAO.java 86 There is log block not surrounded by if
10264 src/com/gps/hibernate/CyrusvirtualDAO.java 91 Parameter 'userId' is not assigned and could be declared final
10265 src/com/gps/hibernate/CyrusvirtualDAO.java 91 publicMethodCommentRequirement Required
10266 src/com/gps/hibernate/CyrusvirtualDAO.java 95 publicMethodCommentRequirement Required
10267 src/com/gps/hibernate/CyrusvirtualDAO.java 96 There is log block not surrounded by if
10268 src/com/gps/hibernate/CyrusvirtualDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10269 src/com/gps/hibernate/CyrusvirtualDAO.java 98 Local variable 'queryString' could be declared final
10270 src/com/gps/hibernate/CyrusvirtualDAO.java 99 Local variable 'queryObject' could be declared final
10271 src/com/gps/hibernate/CyrusvirtualDAO.java 99 Potential violation of Law of Demeter (method chain calls)
10272 src/com/gps/hibernate/CyrusvirtualDAO.java 100 Potential violation of Law of Demeter (object not created locally)
10273 src/com/gps/hibernate/CyrusvirtualDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10274 src/com/gps/hibernate/CyrusvirtualDAO.java 102 There is log block not surrounded by if
10275 src/com/gps/hibernate/CyrusvirtualDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
10276 src/com/gps/hibernate/CyrusvirtualDAO.java 107 publicMethodCommentRequirement Required
10277 src/com/gps/hibernate/CyrusvirtualDAO.java 108 There is log block not surrounded by if
10278 src/com/gps/hibernate/CyrusvirtualDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10279 src/com/gps/hibernate/CyrusvirtualDAO.java 110 Local variable 'result' could be declared final
10280 src/com/gps/hibernate/CyrusvirtualDAO.java 110 Potential violation of Law of Demeter (method chain calls)
10281 src/com/gps/hibernate/CyrusvirtualDAO.java 112 There is log block not surrounded by if
10282 src/com/gps/hibernate/CyrusvirtualDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10283 src/com/gps/hibernate/CyrusvirtualDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10284 src/com/gps/hibernate/CyrusvirtualDAO.java 115 There is log block not surrounded by if
10285 src/com/gps/hibernate/CyrusvirtualDAO.java 120 Parameter 'instance' is not assigned and could be declared final
10286 src/com/gps/hibernate/CyrusvirtualDAO.java 120 publicMethodCommentRequirement Required
10287 src/com/gps/hibernate/CyrusvirtualDAO.java 121 There is log block not surrounded by if
10288 src/com/gps/hibernate/CyrusvirtualDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10289 src/com/gps/hibernate/CyrusvirtualDAO.java 123 Potential violation of Law of Demeter (method chain calls)
10290 src/com/gps/hibernate/CyrusvirtualDAO.java 124 There is log block not surrounded by if
10291 src/com/gps/hibernate/CyrusvirtualDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10292 src/com/gps/hibernate/CyrusvirtualDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10293 src/com/gps/hibernate/CyrusvirtualDAO.java 126 There is log block not surrounded by if
10294 src/com/gps/hibernate/CyrusvirtualDAO.java 131 Parameter 'instance' is not assigned and could be declared final
10295 src/com/gps/hibernate/CyrusvirtualDAO.java 131 publicMethodCommentRequirement Required
10296 src/com/gps/hibernate/CyrusvirtualDAO.java 132 There is log block not surrounded by if
10297 src/com/gps/hibernate/CyrusvirtualDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10298 src/com/gps/hibernate/CyrusvirtualDAO.java 134 Potential violation of Law of Demeter (method chain calls)
10299 src/com/gps/hibernate/CyrusvirtualDAO.java 135 There is log block not surrounded by if
10300 src/com/gps/hibernate/CyrusvirtualDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10301 src/com/gps/hibernate/CyrusvirtualDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10302 src/com/gps/hibernate/CyrusvirtualDAO.java 137 There is log block not surrounded by if
10303 src/com/gps/hibernate/Device.java 14 Classes implementing Serializable should set a serialVersionUID
10304 src/com/gps/hibernate/Device.java 18 fieldCommentRequirement Required
10305 src/com/gps/hibernate/Device.java 19 fieldCommentRequirement Required
10306 src/com/gps/hibernate/Device.java 20 fieldCommentRequirement Required
10307 src/com/gps/hibernate/Device.java 21 Avoid excessively long variable names like lastPacketReceivedTime
10308 src/com/gps/hibernate/Device.java 21 fieldCommentRequirement Required
10309 src/com/gps/hibernate/Device.java 22 fieldCommentRequirement Required
10310 src/com/gps/hibernate/Device.java 23 fieldCommentRequirement Required
10311 src/com/gps/hibernate/Device.java 24 fieldCommentRequirement Required
10312 src/com/gps/hibernate/Device.java 25 fieldCommentRequirement Required
10313 src/com/gps/hibernate/Device.java 26 fieldCommentRequirement Required
10314 src/com/gps/hibernate/Device.java 27 fieldCommentRequirement Required
10315 src/com/gps/hibernate/Device.java 28 fieldCommentRequirement Required
10316 src/com/gps/hibernate/Device.java 29 publicMethodCommentRequirement Required
10317 src/com/gps/hibernate/Device.java 33 Parameter 'workStatus' is not assigned and could be declared final
10318 src/com/gps/hibernate/Device.java 33 publicMethodCommentRequirement Required
10319 src/com/gps/hibernate/Device.java 37 publicMethodCommentRequirement Required
10320 src/com/gps/hibernate/Device.java 41 Parameter 'inuseStatus' is not assigned and could be declared final
10321 src/com/gps/hibernate/Device.java 41 publicMethodCommentRequirement Required
10322 src/com/gps/hibernate/Device.java 45 publicMethodCommentRequirement Required
10323 src/com/gps/hibernate/Device.java 49 Parameter 'enableStatus' is not assigned and could be declared final
10324 src/com/gps/hibernate/Device.java 49 publicMethodCommentRequirement Required
10325 src/com/gps/hibernate/Device.java 53 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10326 src/com/gps/hibernate/Device.java 53 fieldCommentRequirement Required
10327 src/com/gps/hibernate/Device.java 58 Document empty constructor
10328 src/com/gps/hibernate/Device.java 62 Avoid excessively long variable names like lastPacketReceivedTime
10329 src/com/gps/hibernate/Device.java 62 Parameter 'imeiNumber' is not assigned and could be declared final
10330 src/com/gps/hibernate/Device.java 62 Parameter 'lastPacketReceivedTime' is not assigned and could be declared final
10331 src/com/gps/hibernate/Device.java 63 Parameter 'firmwareVersion' is not assigned and could be declared final
10332 src/com/gps/hibernate/Device.java 63 Parameter 'lastKnownIp' is not assigned and could be declared final
10333 src/com/gps/hibernate/Device.java 63 Parameter 'mobileNumber' is not assigned and could be declared final
10334 src/com/gps/hibernate/Device.java 72 Avoid excessively long variable names like lastPacketReceivedTime
10335 src/com/gps/hibernate/Device.java 72 Parameter 'imeiNumber' is not assigned and could be declared final
10336 src/com/gps/hibernate/Device.java 72 Parameter 'lastPacketReceivedTime' is not assigned and could be declared final
10337 src/com/gps/hibernate/Device.java 73 Parameter 'firmwareVersion' is not assigned and could be declared final
10338 src/com/gps/hibernate/Device.java 73 Parameter 'lastKnownIp' is not assigned and could be declared final
10339 src/com/gps/hibernate/Device.java 73 Parameter 'mobileNumber' is not assigned and could be declared final
10340 src/com/gps/hibernate/Device.java 74 Parameter 'vehicleDetailses' is not assigned and could be declared final
10341 src/com/gps/hibernate/Device.java 88 publicMethodCommentRequirement Required
10342 src/com/gps/hibernate/Device.java 92 publicMethodCommentRequirement Required
10343 src/com/gps/hibernate/Device.java 96 Parameter 'aliasName' is not assigned and could be declared final
10344 src/com/gps/hibernate/Device.java 96 publicMethodCommentRequirement Required
10345 src/com/gps/hibernate/Device.java 100 Parameter 'deviceId' is not assigned and could be declared final
10346 src/com/gps/hibernate/Device.java 100 publicMethodCommentRequirement Required
10347 src/com/gps/hibernate/Device.java 104 publicMethodCommentRequirement Required
10348 src/com/gps/hibernate/Device.java 108 Parameter 'imeiNumber' is not assigned and could be declared final
10349 src/com/gps/hibernate/Device.java 108 publicMethodCommentRequirement Required
10350 src/com/gps/hibernate/Device.java 112 publicMethodCommentRequirement Required
10351 src/com/gps/hibernate/Device.java 116 Avoid excessively long variable names like lastPacketReceivedTime
10352 src/com/gps/hibernate/Device.java 116 Parameter 'lastPacketReceivedTime' is not assigned and could be declared final
10353 src/com/gps/hibernate/Device.java 116 publicMethodCommentRequirement Required
10354 src/com/gps/hibernate/Device.java 120 publicMethodCommentRequirement Required
10355 src/com/gps/hibernate/Device.java 124 Parameter 'lastKnownIp' is not assigned and could be declared final
10356 src/com/gps/hibernate/Device.java 124 publicMethodCommentRequirement Required
10357 src/com/gps/hibernate/Device.java 128 publicMethodCommentRequirement Required
10358 src/com/gps/hibernate/Device.java 132 Parameter 'firmwareVersion' is not assigned and could be declared final
10359 src/com/gps/hibernate/Device.java 132 publicMethodCommentRequirement Required
10360 src/com/gps/hibernate/Device.java 136 publicMethodCommentRequirement Required
10361 src/com/gps/hibernate/Device.java 140 Parameter 'mobileNumber' is not assigned and could be declared final
10362 src/com/gps/hibernate/Device.java 140 publicMethodCommentRequirement Required
10363 src/com/gps/hibernate/Device.java 144 publicMethodCommentRequirement Required
10364 src/com/gps/hibernate/Device.java 148 Parameter 'vehicleDetailses' is not assigned and could be declared final
10365 src/com/gps/hibernate/Device.java 148 publicMethodCommentRequirement Required
10366 src/com/gps/hibernate/Device.java 152 publicMethodCommentRequirement Required
10367 src/com/gps/hibernate/Device.java 156 Parameter 'organization' is not assigned and could be declared final
10368 src/com/gps/hibernate/Device.java 156 publicMethodCommentRequirement Required
10369 src/com/gps/hibernate/DeviceDAO.java 4 Avoid unused imports such as 'java.util.Date'
10370 src/com/gps/hibernate/DeviceDAO.java 6 Avoid unused imports such as 'java.util.Set'
10371 src/com/gps/hibernate/DeviceDAO.java 13 Comment is too large: Too many lines
10372 src/com/gps/hibernate/DeviceDAO.java 25 This class has too many methods, consider refactoring it.
10373 src/com/gps/hibernate/DeviceDAO.java 26 Logger should be defined private static final and have the correct class
10374 src/com/gps/hibernate/DeviceDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
10375 src/com/gps/hibernate/DeviceDAO.java 26 fieldCommentRequirement Required
10376 src/com/gps/hibernate/DeviceDAO.java 28 fieldCommentRequirement Required
10377 src/com/gps/hibernate/DeviceDAO.java 29 fieldCommentRequirement Required
10378 src/com/gps/hibernate/DeviceDAO.java 30 fieldCommentRequirement Required
10379 src/com/gps/hibernate/DeviceDAO.java 31 fieldCommentRequirement Required
10380 src/com/gps/hibernate/DeviceDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
10381 src/com/gps/hibernate/DeviceDAO.java 33 publicMethodCommentRequirement Required
10382 src/com/gps/hibernate/DeviceDAO.java 34 There is log block not surrounded by if
10383 src/com/gps/hibernate/DeviceDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10384 src/com/gps/hibernate/DeviceDAO.java 36 Potential violation of Law of Demeter (method chain calls)
10385 src/com/gps/hibernate/DeviceDAO.java 37 There is log block not surrounded by if
10386 src/com/gps/hibernate/DeviceDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10387 src/com/gps/hibernate/DeviceDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10388 src/com/gps/hibernate/DeviceDAO.java 39 There is log block not surrounded by if
10389 src/com/gps/hibernate/DeviceDAO.java 44 Avoid excessively long variable names like persistentInstance
10390 src/com/gps/hibernate/DeviceDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
10391 src/com/gps/hibernate/DeviceDAO.java 44 publicMethodCommentRequirement Required
10392 src/com/gps/hibernate/DeviceDAO.java 45 There is log block not surrounded by if
10393 src/com/gps/hibernate/DeviceDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10394 src/com/gps/hibernate/DeviceDAO.java 47 Potential violation of Law of Demeter (method chain calls)
10395 src/com/gps/hibernate/DeviceDAO.java 48 There is log block not surrounded by if
10396 src/com/gps/hibernate/DeviceDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10397 src/com/gps/hibernate/DeviceDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10398 src/com/gps/hibernate/DeviceDAO.java 50 There is log block not surrounded by if
10399 src/com/gps/hibernate/DeviceDAO.java 55 Avoid variables with short names like id
10400 src/com/gps/hibernate/DeviceDAO.java 55 Parameter 'id' is not assigned and could be declared final
10401 src/com/gps/hibernate/DeviceDAO.java 55 publicMethodCommentRequirement Required
10402 src/com/gps/hibernate/DeviceDAO.java 56 There is log block not surrounded by if
10403 src/com/gps/hibernate/DeviceDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10404 src/com/gps/hibernate/DeviceDAO.java 58 Local variable 'instance' could be declared final
10405 src/com/gps/hibernate/DeviceDAO.java 58 Potential violation of Law of Demeter (method chain calls)
10406 src/com/gps/hibernate/DeviceDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10407 src/com/gps/hibernate/DeviceDAO.java 62 There is log block not surrounded by if
10408 src/com/gps/hibernate/DeviceDAO.java 67 Parameter 'instance' is not assigned and could be declared final
10409 src/com/gps/hibernate/DeviceDAO.java 67 publicMethodCommentRequirement Required
10410 src/com/gps/hibernate/DeviceDAO.java 68 There is log block not surrounded by if
10411 src/com/gps/hibernate/DeviceDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10412 src/com/gps/hibernate/DeviceDAO.java 70 Local variable 'results' could be declared final
10413 src/com/gps/hibernate/DeviceDAO.java 70 Potential violation of Law of Demeter (method chain calls)
10414 src/com/gps/hibernate/DeviceDAO.java 70 Potential violation of Law of Demeter (method chain calls)
10415 src/com/gps/hibernate/DeviceDAO.java 70 Potential violation of Law of Demeter (method chain calls)
10416 src/com/gps/hibernate/DeviceDAO.java 73 There is log block not surrounded by if
10417 src/com/gps/hibernate/DeviceDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10418 src/com/gps/hibernate/DeviceDAO.java 74 Potential violation of Law of Demeter (object not created locally)
10419 src/com/gps/hibernate/DeviceDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10420 src/com/gps/hibernate/DeviceDAO.java 77 There is log block not surrounded by if
10421 src/com/gps/hibernate/DeviceDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
10422 src/com/gps/hibernate/DeviceDAO.java 82 Parameter 'value' is not assigned and could be declared final
10423 src/com/gps/hibernate/DeviceDAO.java 82 publicMethodCommentRequirement Required
10424 src/com/gps/hibernate/DeviceDAO.java 83 There is log block not surrounded by if
10425 src/com/gps/hibernate/DeviceDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10426 src/com/gps/hibernate/DeviceDAO.java 86 Local variable 'queryString' could be declared final
10427 src/com/gps/hibernate/DeviceDAO.java 88 Local variable 'queryObject' could be declared final
10428 src/com/gps/hibernate/DeviceDAO.java 88 Potential violation of Law of Demeter (method chain calls)
10429 src/com/gps/hibernate/DeviceDAO.java 89 Potential violation of Law of Demeter (object not created locally)
10430 src/com/gps/hibernate/DeviceDAO.java 90 Potential violation of Law of Demeter (object not created locally)
10431 src/com/gps/hibernate/DeviceDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10432 src/com/gps/hibernate/DeviceDAO.java 92 There is log block not surrounded by if
10433 src/com/gps/hibernate/DeviceDAO.java 97 Parameter 'imeiNumber' is not assigned and could be declared final
10434 src/com/gps/hibernate/DeviceDAO.java 97 publicMethodCommentRequirement Required
10435 src/com/gps/hibernate/DeviceDAO.java 101 Parameter 'lastKnownIp' is not assigned and could be declared final
10436 src/com/gps/hibernate/DeviceDAO.java 101 publicMethodCommentRequirement Required
10437 src/com/gps/hibernate/DeviceDAO.java 105 Parameter 'firmwareVersion' is not assigned and could be declared final
10438 src/com/gps/hibernate/DeviceDAO.java 105 publicMethodCommentRequirement Required
10439 src/com/gps/hibernate/DeviceDAO.java 109 Parameter 'mobileNumber' is not assigned and could be declared final
10440 src/com/gps/hibernate/DeviceDAO.java 109 publicMethodCommentRequirement Required
10441 src/com/gps/hibernate/DeviceDAO.java 113 Parameter 'first' is not assigned and could be declared final
10442 src/com/gps/hibernate/DeviceDAO.java 113 Parameter 'last' is not assigned and could be declared final
10443 src/com/gps/hibernate/DeviceDAO.java 113 publicMethodCommentRequirement Required
10444 src/com/gps/hibernate/DeviceDAO.java 114 There is log block not surrounded by if
10445 src/com/gps/hibernate/DeviceDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10446 src/com/gps/hibernate/DeviceDAO.java 116 Local variable 'queryString' could be declared final
10447 src/com/gps/hibernate/DeviceDAO.java 117 Local variable 'queryObject' could be declared final
10448 src/com/gps/hibernate/DeviceDAO.java 117 Potential violation of Law of Demeter (method chain calls)
10449 src/com/gps/hibernate/DeviceDAO.java 118 Potential violation of Law of Demeter (object not created locally)
10450 src/com/gps/hibernate/DeviceDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10451 src/com/gps/hibernate/DeviceDAO.java 120 There is log block not surrounded by if
10452 src/com/gps/hibernate/DeviceDAO.java 125 Parameter 'detachedInstance' is not assigned and could be declared final
10453 src/com/gps/hibernate/DeviceDAO.java 125 publicMethodCommentRequirement Required
10454 src/com/gps/hibernate/DeviceDAO.java 126 There is log block not surrounded by if
10455 src/com/gps/hibernate/DeviceDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10456 src/com/gps/hibernate/DeviceDAO.java 128 Local variable 'result' could be declared final
10457 src/com/gps/hibernate/DeviceDAO.java 128 Potential violation of Law of Demeter (method chain calls)
10458 src/com/gps/hibernate/DeviceDAO.java 129 There is log block not surrounded by if
10459 src/com/gps/hibernate/DeviceDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10460 src/com/gps/hibernate/DeviceDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10461 src/com/gps/hibernate/DeviceDAO.java 132 There is log block not surrounded by if
10462 src/com/gps/hibernate/DeviceDAO.java 137 Parameter 'instance' is not assigned and could be declared final
10463 src/com/gps/hibernate/DeviceDAO.java 137 publicMethodCommentRequirement Required
10464 src/com/gps/hibernate/DeviceDAO.java 138 There is log block not surrounded by if
10465 src/com/gps/hibernate/DeviceDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10466 src/com/gps/hibernate/DeviceDAO.java 140 Potential violation of Law of Demeter (method chain calls)
10467 src/com/gps/hibernate/DeviceDAO.java 141 There is log block not surrounded by if
10468 src/com/gps/hibernate/DeviceDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10469 src/com/gps/hibernate/DeviceDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10470 src/com/gps/hibernate/DeviceDAO.java 143 There is log block not surrounded by if
10471 src/com/gps/hibernate/DeviceDAO.java 148 Parameter 'instance' is not assigned and could be declared final
10472 src/com/gps/hibernate/DeviceDAO.java 148 publicMethodCommentRequirement Required
10473 src/com/gps/hibernate/DeviceDAO.java 149 There is log block not surrounded by if
10474 src/com/gps/hibernate/DeviceDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10475 src/com/gps/hibernate/DeviceDAO.java 151 Potential violation of Law of Demeter (method chain calls)
10476 src/com/gps/hibernate/DeviceDAO.java 152 There is log block not surrounded by if
10477 src/com/gps/hibernate/DeviceDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10478 src/com/gps/hibernate/DeviceDAO.java 153 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10479 src/com/gps/hibernate/DeviceDAO.java 154 There is log block not surrounded by if
10480 src/com/gps/hibernate/Dlfileentry.java 11 Classes implementing Serializable should set a serialVersionUID
10481 src/com/gps/hibernate/Dlfileentry.java 11 Too many fields
10482 src/com/gps/hibernate/Dlfileentry.java 15 fieldCommentRequirement Required
10483 src/com/gps/hibernate/Dlfileentry.java 16 fieldCommentRequirement Required
10484 src/com/gps/hibernate/Dlfileentry.java 17 fieldCommentRequirement Required
10485 src/com/gps/hibernate/Dlfileentry.java 18 fieldCommentRequirement Required
10486 src/com/gps/hibernate/Dlfileentry.java 19 fieldCommentRequirement Required
10487 src/com/gps/hibernate/Dlfileentry.java 20 fieldCommentRequirement Required
10488 src/com/gps/hibernate/Dlfileentry.java 21 fieldCommentRequirement Required
10489 src/com/gps/hibernate/Dlfileentry.java 22 fieldCommentRequirement Required
10490 src/com/gps/hibernate/Dlfileentry.java 23 fieldCommentRequirement Required
10491 src/com/gps/hibernate/Dlfileentry.java 24 fieldCommentRequirement Required
10492 src/com/gps/hibernate/Dlfileentry.java 25 fieldCommentRequirement Required
10493 src/com/gps/hibernate/Dlfileentry.java 26 fieldCommentRequirement Required
10494 src/com/gps/hibernate/Dlfileentry.java 27 fieldCommentRequirement Required
10495 src/com/gps/hibernate/Dlfileentry.java 28 fieldCommentRequirement Required
10496 src/com/gps/hibernate/Dlfileentry.java 29 fieldCommentRequirement Required
10497 src/com/gps/hibernate/Dlfileentry.java 30 fieldCommentRequirement Required
10498 src/com/gps/hibernate/Dlfileentry.java 31 fieldCommentRequirement Required
10499 src/com/gps/hibernate/Dlfileentry.java 32 fieldCommentRequirement Required
10500 src/com/gps/hibernate/Dlfileentry.java 37 Document empty constructor
10501 src/com/gps/hibernate/Dlfileentry.java 41 Parameter 'fileEntryId' is not assigned and could be declared final
10502 src/com/gps/hibernate/Dlfileentry.java 46 Avoid long parameter lists.
10503 src/com/gps/hibernate/Dlfileentry.java 46 Parameter 'fileEntryId' is not assigned and could be declared final
10504 src/com/gps/hibernate/Dlfileentry.java 46 Parameter 'groupId' is not assigned and could be declared final
10505 src/com/gps/hibernate/Dlfileentry.java 46 Parameter 'uuid' is not assigned and could be declared final
10506 src/com/gps/hibernate/Dlfileentry.java 47 Parameter 'companyId' is not assigned and could be declared final
10507 src/com/gps/hibernate/Dlfileentry.java 47 Parameter 'userId' is not assigned and could be declared final
10508 src/com/gps/hibernate/Dlfileentry.java 47 Parameter 'userName' is not assigned and could be declared final
10509 src/com/gps/hibernate/Dlfileentry.java 47 Parameter 'versionUserId' is not assigned and could be declared final
10510 src/com/gps/hibernate/Dlfileentry.java 48 Parameter 'createDate' is not assigned and could be declared final
10511 src/com/gps/hibernate/Dlfileentry.java 48 Parameter 'modifiedDate' is not assigned and could be declared final
10512 src/com/gps/hibernate/Dlfileentry.java 48 Parameter 'versionUserName' is not assigned and could be declared final
10513 src/com/gps/hibernate/Dlfileentry.java 49 Parameter 'description' is not assigned and could be declared final
10514 src/com/gps/hibernate/Dlfileentry.java 49 Parameter 'folderId' is not assigned and could be declared final
10515 src/com/gps/hibernate/Dlfileentry.java 49 Parameter 'name' is not assigned and could be declared final
10516 src/com/gps/hibernate/Dlfileentry.java 49 Parameter 'title' is not assigned and could be declared final
10517 src/com/gps/hibernate/Dlfileentry.java 50 Parameter 'readCount' is not assigned and could be declared final
10518 src/com/gps/hibernate/Dlfileentry.java 50 Parameter 'size' is not assigned and could be declared final
10519 src/com/gps/hibernate/Dlfileentry.java 50 Parameter 'version' is not assigned and could be declared final
10520 src/com/gps/hibernate/Dlfileentry.java 51 Parameter 'extraSettings' is not assigned and could be declared final
10521 src/com/gps/hibernate/Dlfileentry.java 74 publicMethodCommentRequirement Required
10522 src/com/gps/hibernate/Dlfileentry.java 78 Parameter 'fileEntryId' is not assigned and could be declared final
10523 src/com/gps/hibernate/Dlfileentry.java 78 publicMethodCommentRequirement Required
10524 src/com/gps/hibernate/Dlfileentry.java 82 publicMethodCommentRequirement Required
10525 src/com/gps/hibernate/Dlfileentry.java 86 Parameter 'uuid' is not assigned and could be declared final
10526 src/com/gps/hibernate/Dlfileentry.java 86 publicMethodCommentRequirement Required
10527 src/com/gps/hibernate/Dlfileentry.java 90 publicMethodCommentRequirement Required
10528 src/com/gps/hibernate/Dlfileentry.java 94 Parameter 'groupId' is not assigned and could be declared final
10529 src/com/gps/hibernate/Dlfileentry.java 94 publicMethodCommentRequirement Required
10530 src/com/gps/hibernate/Dlfileentry.java 98 publicMethodCommentRequirement Required
10531 src/com/gps/hibernate/Dlfileentry.java 102 Parameter 'companyId' is not assigned and could be declared final
10532 src/com/gps/hibernate/Dlfileentry.java 102 publicMethodCommentRequirement Required
10533 src/com/gps/hibernate/Dlfileentry.java 106 publicMethodCommentRequirement Required
10534 src/com/gps/hibernate/Dlfileentry.java 110 Parameter 'userId' is not assigned and could be declared final
10535 src/com/gps/hibernate/Dlfileentry.java 110 publicMethodCommentRequirement Required
10536 src/com/gps/hibernate/Dlfileentry.java 114 publicMethodCommentRequirement Required
10537 src/com/gps/hibernate/Dlfileentry.java 118 Parameter 'userName' is not assigned and could be declared final
10538 src/com/gps/hibernate/Dlfileentry.java 118 publicMethodCommentRequirement Required
10539 src/com/gps/hibernate/Dlfileentry.java 122 publicMethodCommentRequirement Required
10540 src/com/gps/hibernate/Dlfileentry.java 126 Parameter 'versionUserId' is not assigned and could be declared final
10541 src/com/gps/hibernate/Dlfileentry.java 126 publicMethodCommentRequirement Required
10542 src/com/gps/hibernate/Dlfileentry.java 130 publicMethodCommentRequirement Required
10543 src/com/gps/hibernate/Dlfileentry.java 134 Parameter 'versionUserName' is not assigned and could be declared final
10544 src/com/gps/hibernate/Dlfileentry.java 134 publicMethodCommentRequirement Required
10545 src/com/gps/hibernate/Dlfileentry.java 138 publicMethodCommentRequirement Required
10546 src/com/gps/hibernate/Dlfileentry.java 142 Parameter 'createDate' is not assigned and could be declared final
10547 src/com/gps/hibernate/Dlfileentry.java 142 publicMethodCommentRequirement Required
10548 src/com/gps/hibernate/Dlfileentry.java 146 publicMethodCommentRequirement Required
10549 src/com/gps/hibernate/Dlfileentry.java 150 Parameter 'modifiedDate' is not assigned and could be declared final
10550 src/com/gps/hibernate/Dlfileentry.java 150 publicMethodCommentRequirement Required
10551 src/com/gps/hibernate/Dlfileentry.java 154 publicMethodCommentRequirement Required
10552 src/com/gps/hibernate/Dlfileentry.java 158 Parameter 'folderId' is not assigned and could be declared final
10553 src/com/gps/hibernate/Dlfileentry.java 158 publicMethodCommentRequirement Required
10554 src/com/gps/hibernate/Dlfileentry.java 162 publicMethodCommentRequirement Required
10555 src/com/gps/hibernate/Dlfileentry.java 166 Parameter 'name' is not assigned and could be declared final
10556 src/com/gps/hibernate/Dlfileentry.java 166 publicMethodCommentRequirement Required
10557 src/com/gps/hibernate/Dlfileentry.java 170 publicMethodCommentRequirement Required
10558 src/com/gps/hibernate/Dlfileentry.java 174 Parameter 'title' is not assigned and could be declared final
10559 src/com/gps/hibernate/Dlfileentry.java 174 publicMethodCommentRequirement Required
10560 src/com/gps/hibernate/Dlfileentry.java 178 publicMethodCommentRequirement Required
10561 src/com/gps/hibernate/Dlfileentry.java 182 Parameter 'description' is not assigned and could be declared final
10562 src/com/gps/hibernate/Dlfileentry.java 182 publicMethodCommentRequirement Required
10563 src/com/gps/hibernate/Dlfileentry.java 186 publicMethodCommentRequirement Required
10564 src/com/gps/hibernate/Dlfileentry.java 190 Parameter 'version' is not assigned and could be declared final
10565 src/com/gps/hibernate/Dlfileentry.java 190 publicMethodCommentRequirement Required
10566 src/com/gps/hibernate/Dlfileentry.java 194 publicMethodCommentRequirement Required
10567 src/com/gps/hibernate/Dlfileentry.java 198 Parameter 'size' is not assigned and could be declared final
10568 src/com/gps/hibernate/Dlfileentry.java 198 publicMethodCommentRequirement Required
10569 src/com/gps/hibernate/Dlfileentry.java 202 publicMethodCommentRequirement Required
10570 src/com/gps/hibernate/Dlfileentry.java 206 Parameter 'readCount' is not assigned and could be declared final
10571 src/com/gps/hibernate/Dlfileentry.java 206 publicMethodCommentRequirement Required
10572 src/com/gps/hibernate/Dlfileentry.java 210 publicMethodCommentRequirement Required
10573 src/com/gps/hibernate/Dlfileentry.java 214 Parameter 'extraSettings' is not assigned and could be declared final
10574 src/com/gps/hibernate/Dlfileentry.java 214 publicMethodCommentRequirement Required
10575 src/com/gps/hibernate/DlfileentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
10576 src/com/gps/hibernate/DlfileentryDAO.java 11 Comment is too large: Too many lines
10577 src/com/gps/hibernate/DlfileentryDAO.java 23 This class has too many methods, consider refactoring it.
10578 src/com/gps/hibernate/DlfileentryDAO.java 24 Logger should be defined private static final and have the correct class
10579 src/com/gps/hibernate/DlfileentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
10580 src/com/gps/hibernate/DlfileentryDAO.java 24 fieldCommentRequirement Required
10581 src/com/gps/hibernate/DlfileentryDAO.java 26 fieldCommentRequirement Required
10582 src/com/gps/hibernate/DlfileentryDAO.java 27 fieldCommentRequirement Required
10583 src/com/gps/hibernate/DlfileentryDAO.java 28 fieldCommentRequirement Required
10584 src/com/gps/hibernate/DlfileentryDAO.java 29 fieldCommentRequirement Required
10585 src/com/gps/hibernate/DlfileentryDAO.java 30 fieldCommentRequirement Required
10586 src/com/gps/hibernate/DlfileentryDAO.java 31 fieldCommentRequirement Required
10587 src/com/gps/hibernate/DlfileentryDAO.java 32 fieldCommentRequirement Required
10588 src/com/gps/hibernate/DlfileentryDAO.java 33 fieldCommentRequirement Required
10589 src/com/gps/hibernate/DlfileentryDAO.java 34 fieldCommentRequirement Required
10590 src/com/gps/hibernate/DlfileentryDAO.java 35 fieldCommentRequirement Required
10591 src/com/gps/hibernate/DlfileentryDAO.java 36 fieldCommentRequirement Required
10592 src/com/gps/hibernate/DlfileentryDAO.java 37 fieldCommentRequirement Required
10593 src/com/gps/hibernate/DlfileentryDAO.java 38 fieldCommentRequirement Required
10594 src/com/gps/hibernate/DlfileentryDAO.java 39 fieldCommentRequirement Required
10595 src/com/gps/hibernate/DlfileentryDAO.java 40 fieldCommentRequirement Required
10596 src/com/gps/hibernate/DlfileentryDAO.java 42 Parameter 'transientInstance' is not assigned and could be declared final
10597 src/com/gps/hibernate/DlfileentryDAO.java 42 publicMethodCommentRequirement Required
10598 src/com/gps/hibernate/DlfileentryDAO.java 43 There is log block not surrounded by if
10599 src/com/gps/hibernate/DlfileentryDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10600 src/com/gps/hibernate/DlfileentryDAO.java 45 Potential violation of Law of Demeter (method chain calls)
10601 src/com/gps/hibernate/DlfileentryDAO.java 46 There is log block not surrounded by if
10602 src/com/gps/hibernate/DlfileentryDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10603 src/com/gps/hibernate/DlfileentryDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10604 src/com/gps/hibernate/DlfileentryDAO.java 48 There is log block not surrounded by if
10605 src/com/gps/hibernate/DlfileentryDAO.java 53 Avoid excessively long variable names like persistentInstance
10606 src/com/gps/hibernate/DlfileentryDAO.java 53 Parameter 'persistentInstance' is not assigned and could be declared final
10607 src/com/gps/hibernate/DlfileentryDAO.java 53 publicMethodCommentRequirement Required
10608 src/com/gps/hibernate/DlfileentryDAO.java 54 There is log block not surrounded by if
10609 src/com/gps/hibernate/DlfileentryDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10610 src/com/gps/hibernate/DlfileentryDAO.java 56 Potential violation of Law of Demeter (method chain calls)
10611 src/com/gps/hibernate/DlfileentryDAO.java 57 There is log block not surrounded by if
10612 src/com/gps/hibernate/DlfileentryDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10613 src/com/gps/hibernate/DlfileentryDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10614 src/com/gps/hibernate/DlfileentryDAO.java 59 There is log block not surrounded by if
10615 src/com/gps/hibernate/DlfileentryDAO.java 64 Avoid variables with short names like id
10616 src/com/gps/hibernate/DlfileentryDAO.java 64 Parameter 'id' is not assigned and could be declared final
10617 src/com/gps/hibernate/DlfileentryDAO.java 64 publicMethodCommentRequirement Required
10618 src/com/gps/hibernate/DlfileentryDAO.java 65 There is log block not surrounded by if
10619 src/com/gps/hibernate/DlfileentryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10620 src/com/gps/hibernate/DlfileentryDAO.java 67 Local variable 'instance' could be declared final
10621 src/com/gps/hibernate/DlfileentryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
10622 src/com/gps/hibernate/DlfileentryDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10623 src/com/gps/hibernate/DlfileentryDAO.java 71 There is log block not surrounded by if
10624 src/com/gps/hibernate/DlfileentryDAO.java 76 Parameter 'instance' is not assigned and could be declared final
10625 src/com/gps/hibernate/DlfileentryDAO.java 76 publicMethodCommentRequirement Required
10626 src/com/gps/hibernate/DlfileentryDAO.java 77 There is log block not surrounded by if
10627 src/com/gps/hibernate/DlfileentryDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10628 src/com/gps/hibernate/DlfileentryDAO.java 79 Local variable 'results' could be declared final
10629 src/com/gps/hibernate/DlfileentryDAO.java 79 Potential violation of Law of Demeter (method chain calls)
10630 src/com/gps/hibernate/DlfileentryDAO.java 79 Potential violation of Law of Demeter (method chain calls)
10631 src/com/gps/hibernate/DlfileentryDAO.java 79 Potential violation of Law of Demeter (method chain calls)
10632 src/com/gps/hibernate/DlfileentryDAO.java 82 There is log block not surrounded by if
10633 src/com/gps/hibernate/DlfileentryDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10634 src/com/gps/hibernate/DlfileentryDAO.java 83 Potential violation of Law of Demeter (object not created locally)
10635 src/com/gps/hibernate/DlfileentryDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10636 src/com/gps/hibernate/DlfileentryDAO.java 86 There is log block not surrounded by if
10637 src/com/gps/hibernate/DlfileentryDAO.java 91 Parameter 'propertyName' is not assigned and could be declared final
10638 src/com/gps/hibernate/DlfileentryDAO.java 91 Parameter 'value' is not assigned and could be declared final
10639 src/com/gps/hibernate/DlfileentryDAO.java 91 publicMethodCommentRequirement Required
10640 src/com/gps/hibernate/DlfileentryDAO.java 92 There is log block not surrounded by if
10641 src/com/gps/hibernate/DlfileentryDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10642 src/com/gps/hibernate/DlfileentryDAO.java 95 Local variable 'queryString' could be declared final
10643 src/com/gps/hibernate/DlfileentryDAO.java 97 Local variable 'queryObject' could be declared final
10644 src/com/gps/hibernate/DlfileentryDAO.java 97 Potential violation of Law of Demeter (method chain calls)
10645 src/com/gps/hibernate/DlfileentryDAO.java 98 Potential violation of Law of Demeter (object not created locally)
10646 src/com/gps/hibernate/DlfileentryDAO.java 99 Potential violation of Law of Demeter (object not created locally)
10647 src/com/gps/hibernate/DlfileentryDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10648 src/com/gps/hibernate/DlfileentryDAO.java 101 There is log block not surrounded by if
10649 src/com/gps/hibernate/DlfileentryDAO.java 106 Parameter 'uuid' is not assigned and could be declared final
10650 src/com/gps/hibernate/DlfileentryDAO.java 106 publicMethodCommentRequirement Required
10651 src/com/gps/hibernate/DlfileentryDAO.java 110 Parameter 'groupId' is not assigned and could be declared final
10652 src/com/gps/hibernate/DlfileentryDAO.java 110 publicMethodCommentRequirement Required
10653 src/com/gps/hibernate/DlfileentryDAO.java 114 Parameter 'companyId' is not assigned and could be declared final
10654 src/com/gps/hibernate/DlfileentryDAO.java 114 publicMethodCommentRequirement Required
10655 src/com/gps/hibernate/DlfileentryDAO.java 118 Parameter 'userId' is not assigned and could be declared final
10656 src/com/gps/hibernate/DlfileentryDAO.java 118 publicMethodCommentRequirement Required
10657 src/com/gps/hibernate/DlfileentryDAO.java 122 Parameter 'userName' is not assigned and could be declared final
10658 src/com/gps/hibernate/DlfileentryDAO.java 122 publicMethodCommentRequirement Required
10659 src/com/gps/hibernate/DlfileentryDAO.java 126 Parameter 'versionUserId' is not assigned and could be declared final
10660 src/com/gps/hibernate/DlfileentryDAO.java 126 publicMethodCommentRequirement Required
10661 src/com/gps/hibernate/DlfileentryDAO.java 130 Parameter 'versionUserName' is not assigned and could be declared final
10662 src/com/gps/hibernate/DlfileentryDAO.java 130 publicMethodCommentRequirement Required
10663 src/com/gps/hibernate/DlfileentryDAO.java 134 Parameter 'folderId' is not assigned and could be declared final
10664 src/com/gps/hibernate/DlfileentryDAO.java 134 publicMethodCommentRequirement Required
10665 src/com/gps/hibernate/DlfileentryDAO.java 138 Parameter 'name' is not assigned and could be declared final
10666 src/com/gps/hibernate/DlfileentryDAO.java 138 publicMethodCommentRequirement Required
10667 src/com/gps/hibernate/DlfileentryDAO.java 142 Parameter 'title' is not assigned and could be declared final
10668 src/com/gps/hibernate/DlfileentryDAO.java 142 publicMethodCommentRequirement Required
10669 src/com/gps/hibernate/DlfileentryDAO.java 146 Parameter 'description' is not assigned and could be declared final
10670 src/com/gps/hibernate/DlfileentryDAO.java 146 publicMethodCommentRequirement Required
10671 src/com/gps/hibernate/DlfileentryDAO.java 150 Parameter 'version' is not assigned and could be declared final
10672 src/com/gps/hibernate/DlfileentryDAO.java 150 publicMethodCommentRequirement Required
10673 src/com/gps/hibernate/DlfileentryDAO.java 154 Parameter 'size' is not assigned and could be declared final
10674 src/com/gps/hibernate/DlfileentryDAO.java 154 publicMethodCommentRequirement Required
10675 src/com/gps/hibernate/DlfileentryDAO.java 158 Parameter 'readCount' is not assigned and could be declared final
10676 src/com/gps/hibernate/DlfileentryDAO.java 158 publicMethodCommentRequirement Required
10677 src/com/gps/hibernate/DlfileentryDAO.java 162 Parameter 'extraSettings' is not assigned and could be declared final
10678 src/com/gps/hibernate/DlfileentryDAO.java 162 publicMethodCommentRequirement Required
10679 src/com/gps/hibernate/DlfileentryDAO.java 166 publicMethodCommentRequirement Required
10680 src/com/gps/hibernate/DlfileentryDAO.java 167 There is log block not surrounded by if
10681 src/com/gps/hibernate/DlfileentryDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10682 src/com/gps/hibernate/DlfileentryDAO.java 169 Local variable 'queryString' could be declared final
10683 src/com/gps/hibernate/DlfileentryDAO.java 170 Local variable 'queryObject' could be declared final
10684 src/com/gps/hibernate/DlfileentryDAO.java 170 Potential violation of Law of Demeter (method chain calls)
10685 src/com/gps/hibernate/DlfileentryDAO.java 171 Potential violation of Law of Demeter (object not created locally)
10686 src/com/gps/hibernate/DlfileentryDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10687 src/com/gps/hibernate/DlfileentryDAO.java 173 There is log block not surrounded by if
10688 src/com/gps/hibernate/DlfileentryDAO.java 178 Parameter 'detachedInstance' is not assigned and could be declared final
10689 src/com/gps/hibernate/DlfileentryDAO.java 178 publicMethodCommentRequirement Required
10690 src/com/gps/hibernate/DlfileentryDAO.java 179 There is log block not surrounded by if
10691 src/com/gps/hibernate/DlfileentryDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10692 src/com/gps/hibernate/DlfileentryDAO.java 181 Local variable 'result' could be declared final
10693 src/com/gps/hibernate/DlfileentryDAO.java 181 Potential violation of Law of Demeter (method chain calls)
10694 src/com/gps/hibernate/DlfileentryDAO.java 183 There is log block not surrounded by if
10695 src/com/gps/hibernate/DlfileentryDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10696 src/com/gps/hibernate/DlfileentryDAO.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10697 src/com/gps/hibernate/DlfileentryDAO.java 186 There is log block not surrounded by if
10698 src/com/gps/hibernate/DlfileentryDAO.java 191 Parameter 'instance' is not assigned and could be declared final
10699 src/com/gps/hibernate/DlfileentryDAO.java 191 publicMethodCommentRequirement Required
10700 src/com/gps/hibernate/DlfileentryDAO.java 192 There is log block not surrounded by if
10701 src/com/gps/hibernate/DlfileentryDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10702 src/com/gps/hibernate/DlfileentryDAO.java 194 Potential violation of Law of Demeter (method chain calls)
10703 src/com/gps/hibernate/DlfileentryDAO.java 195 There is log block not surrounded by if
10704 src/com/gps/hibernate/DlfileentryDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10705 src/com/gps/hibernate/DlfileentryDAO.java 196 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10706 src/com/gps/hibernate/DlfileentryDAO.java 197 There is log block not surrounded by if
10707 src/com/gps/hibernate/DlfileentryDAO.java 202 Parameter 'instance' is not assigned and could be declared final
10708 src/com/gps/hibernate/DlfileentryDAO.java 202 publicMethodCommentRequirement Required
10709 src/com/gps/hibernate/DlfileentryDAO.java 203 There is log block not surrounded by if
10710 src/com/gps/hibernate/DlfileentryDAO.java 203 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10711 src/com/gps/hibernate/DlfileentryDAO.java 205 Potential violation of Law of Demeter (method chain calls)
10712 src/com/gps/hibernate/DlfileentryDAO.java 206 There is log block not surrounded by if
10713 src/com/gps/hibernate/DlfileentryDAO.java 206 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10714 src/com/gps/hibernate/DlfileentryDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10715 src/com/gps/hibernate/DlfileentryDAO.java 208 There is log block not surrounded by if
10716 src/com/gps/hibernate/Dlfilerank.java 11 Classes implementing Serializable should set a serialVersionUID
10717 src/com/gps/hibernate/Dlfilerank.java 15 fieldCommentRequirement Required
10718 src/com/gps/hibernate/Dlfilerank.java 16 fieldCommentRequirement Required
10719 src/com/gps/hibernate/Dlfilerank.java 17 fieldCommentRequirement Required
10720 src/com/gps/hibernate/Dlfilerank.java 18 fieldCommentRequirement Required
10721 src/com/gps/hibernate/Dlfilerank.java 19 fieldCommentRequirement Required
10722 src/com/gps/hibernate/Dlfilerank.java 20 fieldCommentRequirement Required
10723 src/com/gps/hibernate/Dlfilerank.java 21 fieldCommentRequirement Required
10724 src/com/gps/hibernate/Dlfilerank.java 26 Document empty constructor
10725 src/com/gps/hibernate/Dlfilerank.java 30 Parameter 'fileRankId' is not assigned and could be declared final
10726 src/com/gps/hibernate/Dlfilerank.java 35 Parameter 'companyId' is not assigned and could be declared final
10727 src/com/gps/hibernate/Dlfilerank.java 35 Parameter 'fileRankId' is not assigned and could be declared final
10728 src/com/gps/hibernate/Dlfilerank.java 35 Parameter 'groupId' is not assigned and could be declared final
10729 src/com/gps/hibernate/Dlfilerank.java 36 Parameter 'createDate' is not assigned and could be declared final
10730 src/com/gps/hibernate/Dlfilerank.java 36 Parameter 'folderId' is not assigned and could be declared final
10731 src/com/gps/hibernate/Dlfilerank.java 36 Parameter 'name' is not assigned and could be declared final
10732 src/com/gps/hibernate/Dlfilerank.java 36 Parameter 'userId' is not assigned and could be declared final
10733 src/com/gps/hibernate/Dlfilerank.java 48 publicMethodCommentRequirement Required
10734 src/com/gps/hibernate/Dlfilerank.java 52 Parameter 'fileRankId' is not assigned and could be declared final
10735 src/com/gps/hibernate/Dlfilerank.java 52 publicMethodCommentRequirement Required
10736 src/com/gps/hibernate/Dlfilerank.java 56 publicMethodCommentRequirement Required
10737 src/com/gps/hibernate/Dlfilerank.java 60 Parameter 'groupId' is not assigned and could be declared final
10738 src/com/gps/hibernate/Dlfilerank.java 60 publicMethodCommentRequirement Required
10739 src/com/gps/hibernate/Dlfilerank.java 64 publicMethodCommentRequirement Required
10740 src/com/gps/hibernate/Dlfilerank.java 68 Parameter 'companyId' is not assigned and could be declared final
10741 src/com/gps/hibernate/Dlfilerank.java 68 publicMethodCommentRequirement Required
10742 src/com/gps/hibernate/Dlfilerank.java 72 publicMethodCommentRequirement Required
10743 src/com/gps/hibernate/Dlfilerank.java 76 Parameter 'userId' is not assigned and could be declared final
10744 src/com/gps/hibernate/Dlfilerank.java 76 publicMethodCommentRequirement Required
10745 src/com/gps/hibernate/Dlfilerank.java 80 publicMethodCommentRequirement Required
10746 src/com/gps/hibernate/Dlfilerank.java 84 Parameter 'createDate' is not assigned and could be declared final
10747 src/com/gps/hibernate/Dlfilerank.java 84 publicMethodCommentRequirement Required
10748 src/com/gps/hibernate/Dlfilerank.java 88 publicMethodCommentRequirement Required
10749 src/com/gps/hibernate/Dlfilerank.java 92 Parameter 'folderId' is not assigned and could be declared final
10750 src/com/gps/hibernate/Dlfilerank.java 92 publicMethodCommentRequirement Required
10751 src/com/gps/hibernate/Dlfilerank.java 96 publicMethodCommentRequirement Required
10752 src/com/gps/hibernate/Dlfilerank.java 100 Parameter 'name' is not assigned and could be declared final
10753 src/com/gps/hibernate/Dlfilerank.java 100 publicMethodCommentRequirement Required
10754 src/com/gps/hibernate/DlfilerankDAO.java 3 Avoid unused imports such as 'java.util.Date'
10755 src/com/gps/hibernate/DlfilerankDAO.java 11 Comment is too large: Too many lines
10756 src/com/gps/hibernate/DlfilerankDAO.java 23 This class has too many methods, consider refactoring it.
10757 src/com/gps/hibernate/DlfilerankDAO.java 24 Logger should be defined private static final and have the correct class
10758 src/com/gps/hibernate/DlfilerankDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
10759 src/com/gps/hibernate/DlfilerankDAO.java 24 fieldCommentRequirement Required
10760 src/com/gps/hibernate/DlfilerankDAO.java 26 fieldCommentRequirement Required
10761 src/com/gps/hibernate/DlfilerankDAO.java 27 fieldCommentRequirement Required
10762 src/com/gps/hibernate/DlfilerankDAO.java 28 fieldCommentRequirement Required
10763 src/com/gps/hibernate/DlfilerankDAO.java 29 fieldCommentRequirement Required
10764 src/com/gps/hibernate/DlfilerankDAO.java 30 fieldCommentRequirement Required
10765 src/com/gps/hibernate/DlfilerankDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
10766 src/com/gps/hibernate/DlfilerankDAO.java 32 publicMethodCommentRequirement Required
10767 src/com/gps/hibernate/DlfilerankDAO.java 33 There is log block not surrounded by if
10768 src/com/gps/hibernate/DlfilerankDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10769 src/com/gps/hibernate/DlfilerankDAO.java 35 Potential violation of Law of Demeter (method chain calls)
10770 src/com/gps/hibernate/DlfilerankDAO.java 36 There is log block not surrounded by if
10771 src/com/gps/hibernate/DlfilerankDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10772 src/com/gps/hibernate/DlfilerankDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10773 src/com/gps/hibernate/DlfilerankDAO.java 38 There is log block not surrounded by if
10774 src/com/gps/hibernate/DlfilerankDAO.java 43 Avoid excessively long variable names like persistentInstance
10775 src/com/gps/hibernate/DlfilerankDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
10776 src/com/gps/hibernate/DlfilerankDAO.java 43 publicMethodCommentRequirement Required
10777 src/com/gps/hibernate/DlfilerankDAO.java 44 There is log block not surrounded by if
10778 src/com/gps/hibernate/DlfilerankDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10779 src/com/gps/hibernate/DlfilerankDAO.java 46 Potential violation of Law of Demeter (method chain calls)
10780 src/com/gps/hibernate/DlfilerankDAO.java 47 There is log block not surrounded by if
10781 src/com/gps/hibernate/DlfilerankDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10782 src/com/gps/hibernate/DlfilerankDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10783 src/com/gps/hibernate/DlfilerankDAO.java 49 There is log block not surrounded by if
10784 src/com/gps/hibernate/DlfilerankDAO.java 54 Avoid variables with short names like id
10785 src/com/gps/hibernate/DlfilerankDAO.java 54 Parameter 'id' is not assigned and could be declared final
10786 src/com/gps/hibernate/DlfilerankDAO.java 54 publicMethodCommentRequirement Required
10787 src/com/gps/hibernate/DlfilerankDAO.java 55 There is log block not surrounded by if
10788 src/com/gps/hibernate/DlfilerankDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10789 src/com/gps/hibernate/DlfilerankDAO.java 57 Local variable 'instance' could be declared final
10790 src/com/gps/hibernate/DlfilerankDAO.java 57 Potential violation of Law of Demeter (method chain calls)
10791 src/com/gps/hibernate/DlfilerankDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10792 src/com/gps/hibernate/DlfilerankDAO.java 61 There is log block not surrounded by if
10793 src/com/gps/hibernate/DlfilerankDAO.java 66 Parameter 'instance' is not assigned and could be declared final
10794 src/com/gps/hibernate/DlfilerankDAO.java 66 publicMethodCommentRequirement Required
10795 src/com/gps/hibernate/DlfilerankDAO.java 67 There is log block not surrounded by if
10796 src/com/gps/hibernate/DlfilerankDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10797 src/com/gps/hibernate/DlfilerankDAO.java 69 Local variable 'results' could be declared final
10798 src/com/gps/hibernate/DlfilerankDAO.java 69 Potential violation of Law of Demeter (method chain calls)
10799 src/com/gps/hibernate/DlfilerankDAO.java 69 Potential violation of Law of Demeter (method chain calls)
10800 src/com/gps/hibernate/DlfilerankDAO.java 69 Potential violation of Law of Demeter (method chain calls)
10801 src/com/gps/hibernate/DlfilerankDAO.java 72 There is log block not surrounded by if
10802 src/com/gps/hibernate/DlfilerankDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10803 src/com/gps/hibernate/DlfilerankDAO.java 73 Potential violation of Law of Demeter (object not created locally)
10804 src/com/gps/hibernate/DlfilerankDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10805 src/com/gps/hibernate/DlfilerankDAO.java 76 There is log block not surrounded by if
10806 src/com/gps/hibernate/DlfilerankDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
10807 src/com/gps/hibernate/DlfilerankDAO.java 81 Parameter 'value' is not assigned and could be declared final
10808 src/com/gps/hibernate/DlfilerankDAO.java 81 publicMethodCommentRequirement Required
10809 src/com/gps/hibernate/DlfilerankDAO.java 82 There is log block not surrounded by if
10810 src/com/gps/hibernate/DlfilerankDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10811 src/com/gps/hibernate/DlfilerankDAO.java 85 Local variable 'queryString' could be declared final
10812 src/com/gps/hibernate/DlfilerankDAO.java 87 Local variable 'queryObject' could be declared final
10813 src/com/gps/hibernate/DlfilerankDAO.java 87 Potential violation of Law of Demeter (method chain calls)
10814 src/com/gps/hibernate/DlfilerankDAO.java 88 Potential violation of Law of Demeter (object not created locally)
10815 src/com/gps/hibernate/DlfilerankDAO.java 89 Potential violation of Law of Demeter (object not created locally)
10816 src/com/gps/hibernate/DlfilerankDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10817 src/com/gps/hibernate/DlfilerankDAO.java 91 There is log block not surrounded by if
10818 src/com/gps/hibernate/DlfilerankDAO.java 96 Parameter 'groupId' is not assigned and could be declared final
10819 src/com/gps/hibernate/DlfilerankDAO.java 96 publicMethodCommentRequirement Required
10820 src/com/gps/hibernate/DlfilerankDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
10821 src/com/gps/hibernate/DlfilerankDAO.java 100 publicMethodCommentRequirement Required
10822 src/com/gps/hibernate/DlfilerankDAO.java 104 Parameter 'userId' is not assigned and could be declared final
10823 src/com/gps/hibernate/DlfilerankDAO.java 104 publicMethodCommentRequirement Required
10824 src/com/gps/hibernate/DlfilerankDAO.java 108 Parameter 'folderId' is not assigned and could be declared final
10825 src/com/gps/hibernate/DlfilerankDAO.java 108 publicMethodCommentRequirement Required
10826 src/com/gps/hibernate/DlfilerankDAO.java 112 Parameter 'name' is not assigned and could be declared final
10827 src/com/gps/hibernate/DlfilerankDAO.java 112 publicMethodCommentRequirement Required
10828 src/com/gps/hibernate/DlfilerankDAO.java 116 publicMethodCommentRequirement Required
10829 src/com/gps/hibernate/DlfilerankDAO.java 117 There is log block not surrounded by if
10830 src/com/gps/hibernate/DlfilerankDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10831 src/com/gps/hibernate/DlfilerankDAO.java 119 Local variable 'queryString' could be declared final
10832 src/com/gps/hibernate/DlfilerankDAO.java 120 Local variable 'queryObject' could be declared final
10833 src/com/gps/hibernate/DlfilerankDAO.java 120 Potential violation of Law of Demeter (method chain calls)
10834 src/com/gps/hibernate/DlfilerankDAO.java 121 Potential violation of Law of Demeter (object not created locally)
10835 src/com/gps/hibernate/DlfilerankDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10836 src/com/gps/hibernate/DlfilerankDAO.java 123 There is log block not surrounded by if
10837 src/com/gps/hibernate/DlfilerankDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
10838 src/com/gps/hibernate/DlfilerankDAO.java 128 publicMethodCommentRequirement Required
10839 src/com/gps/hibernate/DlfilerankDAO.java 129 There is log block not surrounded by if
10840 src/com/gps/hibernate/DlfilerankDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10841 src/com/gps/hibernate/DlfilerankDAO.java 131 Local variable 'result' could be declared final
10842 src/com/gps/hibernate/DlfilerankDAO.java 131 Potential violation of Law of Demeter (method chain calls)
10843 src/com/gps/hibernate/DlfilerankDAO.java 133 There is log block not surrounded by if
10844 src/com/gps/hibernate/DlfilerankDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10845 src/com/gps/hibernate/DlfilerankDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10846 src/com/gps/hibernate/DlfilerankDAO.java 136 There is log block not surrounded by if
10847 src/com/gps/hibernate/DlfilerankDAO.java 141 Parameter 'instance' is not assigned and could be declared final
10848 src/com/gps/hibernate/DlfilerankDAO.java 141 publicMethodCommentRequirement Required
10849 src/com/gps/hibernate/DlfilerankDAO.java 142 There is log block not surrounded by if
10850 src/com/gps/hibernate/DlfilerankDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10851 src/com/gps/hibernate/DlfilerankDAO.java 144 Potential violation of Law of Demeter (method chain calls)
10852 src/com/gps/hibernate/DlfilerankDAO.java 145 There is log block not surrounded by if
10853 src/com/gps/hibernate/DlfilerankDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10854 src/com/gps/hibernate/DlfilerankDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10855 src/com/gps/hibernate/DlfilerankDAO.java 147 There is log block not surrounded by if
10856 src/com/gps/hibernate/DlfilerankDAO.java 152 Parameter 'instance' is not assigned and could be declared final
10857 src/com/gps/hibernate/DlfilerankDAO.java 152 publicMethodCommentRequirement Required
10858 src/com/gps/hibernate/DlfilerankDAO.java 153 There is log block not surrounded by if
10859 src/com/gps/hibernate/DlfilerankDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10860 src/com/gps/hibernate/DlfilerankDAO.java 155 Potential violation of Law of Demeter (method chain calls)
10861 src/com/gps/hibernate/DlfilerankDAO.java 156 There is log block not surrounded by if
10862 src/com/gps/hibernate/DlfilerankDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10863 src/com/gps/hibernate/DlfilerankDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10864 src/com/gps/hibernate/DlfilerankDAO.java 158 There is log block not surrounded by if
10865 src/com/gps/hibernate/Dlfileshortcut.java 11 Classes implementing Serializable should set a serialVersionUID
10866 src/com/gps/hibernate/Dlfileshortcut.java 15 fieldCommentRequirement Required
10867 src/com/gps/hibernate/Dlfileshortcut.java 16 fieldCommentRequirement Required
10868 src/com/gps/hibernate/Dlfileshortcut.java 17 fieldCommentRequirement Required
10869 src/com/gps/hibernate/Dlfileshortcut.java 18 fieldCommentRequirement Required
10870 src/com/gps/hibernate/Dlfileshortcut.java 19 fieldCommentRequirement Required
10871 src/com/gps/hibernate/Dlfileshortcut.java 20 fieldCommentRequirement Required
10872 src/com/gps/hibernate/Dlfileshortcut.java 21 fieldCommentRequirement Required
10873 src/com/gps/hibernate/Dlfileshortcut.java 22 fieldCommentRequirement Required
10874 src/com/gps/hibernate/Dlfileshortcut.java 23 fieldCommentRequirement Required
10875 src/com/gps/hibernate/Dlfileshortcut.java 24 fieldCommentRequirement Required
10876 src/com/gps/hibernate/Dlfileshortcut.java 25 fieldCommentRequirement Required
10877 src/com/gps/hibernate/Dlfileshortcut.java 30 Document empty constructor
10878 src/com/gps/hibernate/Dlfileshortcut.java 34 Parameter 'fileShortcutId' is not assigned and could be declared final
10879 src/com/gps/hibernate/Dlfileshortcut.java 39 Avoid long parameter lists.
10880 src/com/gps/hibernate/Dlfileshortcut.java 39 Parameter 'fileShortcutId' is not assigned and could be declared final
10881 src/com/gps/hibernate/Dlfileshortcut.java 39 Parameter 'groupId' is not assigned and could be declared final
10882 src/com/gps/hibernate/Dlfileshortcut.java 39 Parameter 'uuid' is not assigned and could be declared final
10883 src/com/gps/hibernate/Dlfileshortcut.java 40 Parameter 'companyId' is not assigned and could be declared final
10884 src/com/gps/hibernate/Dlfileshortcut.java 40 Parameter 'createDate' is not assigned and could be declared final
10885 src/com/gps/hibernate/Dlfileshortcut.java 40 Parameter 'userId' is not assigned and could be declared final
10886 src/com/gps/hibernate/Dlfileshortcut.java 40 Parameter 'userName' is not assigned and could be declared final
10887 src/com/gps/hibernate/Dlfileshortcut.java 41 Parameter 'folderId' is not assigned and could be declared final
10888 src/com/gps/hibernate/Dlfileshortcut.java 41 Parameter 'modifiedDate' is not assigned and could be declared final
10889 src/com/gps/hibernate/Dlfileshortcut.java 41 Parameter 'toFolderId' is not assigned and could be declared final
10890 src/com/gps/hibernate/Dlfileshortcut.java 41 Parameter 'toName' is not assigned and could be declared final
10891 src/com/gps/hibernate/Dlfileshortcut.java 57 publicMethodCommentRequirement Required
10892 src/com/gps/hibernate/Dlfileshortcut.java 61 Parameter 'fileShortcutId' is not assigned and could be declared final
10893 src/com/gps/hibernate/Dlfileshortcut.java 61 publicMethodCommentRequirement Required
10894 src/com/gps/hibernate/Dlfileshortcut.java 65 publicMethodCommentRequirement Required
10895 src/com/gps/hibernate/Dlfileshortcut.java 69 Parameter 'uuid' is not assigned and could be declared final
10896 src/com/gps/hibernate/Dlfileshortcut.java 69 publicMethodCommentRequirement Required
10897 src/com/gps/hibernate/Dlfileshortcut.java 73 publicMethodCommentRequirement Required
10898 src/com/gps/hibernate/Dlfileshortcut.java 77 Parameter 'groupId' is not assigned and could be declared final
10899 src/com/gps/hibernate/Dlfileshortcut.java 77 publicMethodCommentRequirement Required
10900 src/com/gps/hibernate/Dlfileshortcut.java 81 publicMethodCommentRequirement Required
10901 src/com/gps/hibernate/Dlfileshortcut.java 85 Parameter 'companyId' is not assigned and could be declared final
10902 src/com/gps/hibernate/Dlfileshortcut.java 85 publicMethodCommentRequirement Required
10903 src/com/gps/hibernate/Dlfileshortcut.java 89 publicMethodCommentRequirement Required
10904 src/com/gps/hibernate/Dlfileshortcut.java 93 Parameter 'userId' is not assigned and could be declared final
10905 src/com/gps/hibernate/Dlfileshortcut.java 93 publicMethodCommentRequirement Required
10906 src/com/gps/hibernate/Dlfileshortcut.java 97 publicMethodCommentRequirement Required
10907 src/com/gps/hibernate/Dlfileshortcut.java 101 Parameter 'userName' is not assigned and could be declared final
10908 src/com/gps/hibernate/Dlfileshortcut.java 101 publicMethodCommentRequirement Required
10909 src/com/gps/hibernate/Dlfileshortcut.java 105 publicMethodCommentRequirement Required
10910 src/com/gps/hibernate/Dlfileshortcut.java 109 Parameter 'createDate' is not assigned and could be declared final
10911 src/com/gps/hibernate/Dlfileshortcut.java 109 publicMethodCommentRequirement Required
10912 src/com/gps/hibernate/Dlfileshortcut.java 113 publicMethodCommentRequirement Required
10913 src/com/gps/hibernate/Dlfileshortcut.java 117 Parameter 'modifiedDate' is not assigned and could be declared final
10914 src/com/gps/hibernate/Dlfileshortcut.java 117 publicMethodCommentRequirement Required
10915 src/com/gps/hibernate/Dlfileshortcut.java 121 publicMethodCommentRequirement Required
10916 src/com/gps/hibernate/Dlfileshortcut.java 125 Parameter 'folderId' is not assigned and could be declared final
10917 src/com/gps/hibernate/Dlfileshortcut.java 125 publicMethodCommentRequirement Required
10918 src/com/gps/hibernate/Dlfileshortcut.java 129 publicMethodCommentRequirement Required
10919 src/com/gps/hibernate/Dlfileshortcut.java 133 Parameter 'toFolderId' is not assigned and could be declared final
10920 src/com/gps/hibernate/Dlfileshortcut.java 133 publicMethodCommentRequirement Required
10921 src/com/gps/hibernate/Dlfileshortcut.java 137 publicMethodCommentRequirement Required
10922 src/com/gps/hibernate/Dlfileshortcut.java 141 Parameter 'toName' is not assigned and could be declared final
10923 src/com/gps/hibernate/Dlfileshortcut.java 141 publicMethodCommentRequirement Required
10924 src/com/gps/hibernate/DlfileshortcutDAO.java 3 Avoid unused imports such as 'java.util.Date'
10925 src/com/gps/hibernate/DlfileshortcutDAO.java 11 Comment is too large: Too many lines
10926 src/com/gps/hibernate/DlfileshortcutDAO.java 23 This class has too many methods, consider refactoring it.
10927 src/com/gps/hibernate/DlfileshortcutDAO.java 24 Logger should be defined private static final and have the correct class
10928 src/com/gps/hibernate/DlfileshortcutDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
10929 src/com/gps/hibernate/DlfileshortcutDAO.java 24 fieldCommentRequirement Required
10930 src/com/gps/hibernate/DlfileshortcutDAO.java 26 fieldCommentRequirement Required
10931 src/com/gps/hibernate/DlfileshortcutDAO.java 27 fieldCommentRequirement Required
10932 src/com/gps/hibernate/DlfileshortcutDAO.java 28 fieldCommentRequirement Required
10933 src/com/gps/hibernate/DlfileshortcutDAO.java 29 fieldCommentRequirement Required
10934 src/com/gps/hibernate/DlfileshortcutDAO.java 30 fieldCommentRequirement Required
10935 src/com/gps/hibernate/DlfileshortcutDAO.java 31 fieldCommentRequirement Required
10936 src/com/gps/hibernate/DlfileshortcutDAO.java 32 fieldCommentRequirement Required
10937 src/com/gps/hibernate/DlfileshortcutDAO.java 33 fieldCommentRequirement Required
10938 src/com/gps/hibernate/DlfileshortcutDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
10939 src/com/gps/hibernate/DlfileshortcutDAO.java 35 publicMethodCommentRequirement Required
10940 src/com/gps/hibernate/DlfileshortcutDAO.java 36 There is log block not surrounded by if
10941 src/com/gps/hibernate/DlfileshortcutDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10942 src/com/gps/hibernate/DlfileshortcutDAO.java 38 Potential violation of Law of Demeter (method chain calls)
10943 src/com/gps/hibernate/DlfileshortcutDAO.java 39 There is log block not surrounded by if
10944 src/com/gps/hibernate/DlfileshortcutDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10945 src/com/gps/hibernate/DlfileshortcutDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10946 src/com/gps/hibernate/DlfileshortcutDAO.java 41 There is log block not surrounded by if
10947 src/com/gps/hibernate/DlfileshortcutDAO.java 46 Avoid excessively long variable names like persistentInstance
10948 src/com/gps/hibernate/DlfileshortcutDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
10949 src/com/gps/hibernate/DlfileshortcutDAO.java 46 publicMethodCommentRequirement Required
10950 src/com/gps/hibernate/DlfileshortcutDAO.java 47 There is log block not surrounded by if
10951 src/com/gps/hibernate/DlfileshortcutDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10952 src/com/gps/hibernate/DlfileshortcutDAO.java 49 Potential violation of Law of Demeter (method chain calls)
10953 src/com/gps/hibernate/DlfileshortcutDAO.java 50 There is log block not surrounded by if
10954 src/com/gps/hibernate/DlfileshortcutDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10955 src/com/gps/hibernate/DlfileshortcutDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10956 src/com/gps/hibernate/DlfileshortcutDAO.java 52 There is log block not surrounded by if
10957 src/com/gps/hibernate/DlfileshortcutDAO.java 57 Avoid variables with short names like id
10958 src/com/gps/hibernate/DlfileshortcutDAO.java 57 Parameter 'id' is not assigned and could be declared final
10959 src/com/gps/hibernate/DlfileshortcutDAO.java 57 publicMethodCommentRequirement Required
10960 src/com/gps/hibernate/DlfileshortcutDAO.java 58 There is log block not surrounded by if
10961 src/com/gps/hibernate/DlfileshortcutDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10962 src/com/gps/hibernate/DlfileshortcutDAO.java 60 Local variable 'instance' could be declared final
10963 src/com/gps/hibernate/DlfileshortcutDAO.java 60 Potential violation of Law of Demeter (method chain calls)
10964 src/com/gps/hibernate/DlfileshortcutDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10965 src/com/gps/hibernate/DlfileshortcutDAO.java 64 There is log block not surrounded by if
10966 src/com/gps/hibernate/DlfileshortcutDAO.java 69 Parameter 'instance' is not assigned and could be declared final
10967 src/com/gps/hibernate/DlfileshortcutDAO.java 69 publicMethodCommentRequirement Required
10968 src/com/gps/hibernate/DlfileshortcutDAO.java 70 There is log block not surrounded by if
10969 src/com/gps/hibernate/DlfileshortcutDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10970 src/com/gps/hibernate/DlfileshortcutDAO.java 72 Local variable 'results' could be declared final
10971 src/com/gps/hibernate/DlfileshortcutDAO.java 72 Potential violation of Law of Demeter (method chain calls)
10972 src/com/gps/hibernate/DlfileshortcutDAO.java 72 Potential violation of Law of Demeter (method chain calls)
10973 src/com/gps/hibernate/DlfileshortcutDAO.java 72 Potential violation of Law of Demeter (method chain calls)
10974 src/com/gps/hibernate/DlfileshortcutDAO.java 75 There is log block not surrounded by if
10975 src/com/gps/hibernate/DlfileshortcutDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10976 src/com/gps/hibernate/DlfileshortcutDAO.java 76 Potential violation of Law of Demeter (object not created locally)
10977 src/com/gps/hibernate/DlfileshortcutDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10978 src/com/gps/hibernate/DlfileshortcutDAO.java 79 There is log block not surrounded by if
10979 src/com/gps/hibernate/DlfileshortcutDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
10980 src/com/gps/hibernate/DlfileshortcutDAO.java 84 Parameter 'value' is not assigned and could be declared final
10981 src/com/gps/hibernate/DlfileshortcutDAO.java 84 publicMethodCommentRequirement Required
10982 src/com/gps/hibernate/DlfileshortcutDAO.java 85 There is log block not surrounded by if
10983 src/com/gps/hibernate/DlfileshortcutDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10984 src/com/gps/hibernate/DlfileshortcutDAO.java 88 Local variable 'queryString' could be declared final
10985 src/com/gps/hibernate/DlfileshortcutDAO.java 90 Local variable 'queryObject' could be declared final
10986 src/com/gps/hibernate/DlfileshortcutDAO.java 90 Potential violation of Law of Demeter (method chain calls)
10987 src/com/gps/hibernate/DlfileshortcutDAO.java 91 Potential violation of Law of Demeter (object not created locally)
10988 src/com/gps/hibernate/DlfileshortcutDAO.java 92 Potential violation of Law of Demeter (object not created locally)
10989 src/com/gps/hibernate/DlfileshortcutDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10990 src/com/gps/hibernate/DlfileshortcutDAO.java 94 There is log block not surrounded by if
10991 src/com/gps/hibernate/DlfileshortcutDAO.java 99 Parameter 'uuid' is not assigned and could be declared final
10992 src/com/gps/hibernate/DlfileshortcutDAO.java 99 publicMethodCommentRequirement Required
10993 src/com/gps/hibernate/DlfileshortcutDAO.java 103 Parameter 'groupId' is not assigned and could be declared final
10994 src/com/gps/hibernate/DlfileshortcutDAO.java 103 publicMethodCommentRequirement Required
10995 src/com/gps/hibernate/DlfileshortcutDAO.java 107 Parameter 'companyId' is not assigned and could be declared final
10996 src/com/gps/hibernate/DlfileshortcutDAO.java 107 publicMethodCommentRequirement Required
10997 src/com/gps/hibernate/DlfileshortcutDAO.java 111 Parameter 'userId' is not assigned and could be declared final
10998 src/com/gps/hibernate/DlfileshortcutDAO.java 111 publicMethodCommentRequirement Required
10999 src/com/gps/hibernate/DlfileshortcutDAO.java 115 Parameter 'userName' is not assigned and could be declared final
11000 src/com/gps/hibernate/DlfileshortcutDAO.java 115 publicMethodCommentRequirement Required
11001 src/com/gps/hibernate/DlfileshortcutDAO.java 119 Parameter 'folderId' is not assigned and could be declared final
11002 src/com/gps/hibernate/DlfileshortcutDAO.java 119 publicMethodCommentRequirement Required
11003 src/com/gps/hibernate/DlfileshortcutDAO.java 123 Parameter 'toFolderId' is not assigned and could be declared final
11004 src/com/gps/hibernate/DlfileshortcutDAO.java 123 publicMethodCommentRequirement Required
11005 src/com/gps/hibernate/DlfileshortcutDAO.java 127 Parameter 'toName' is not assigned and could be declared final
11006 src/com/gps/hibernate/DlfileshortcutDAO.java 127 publicMethodCommentRequirement Required
11007 src/com/gps/hibernate/DlfileshortcutDAO.java 131 publicMethodCommentRequirement Required
11008 src/com/gps/hibernate/DlfileshortcutDAO.java 132 There is log block not surrounded by if
11009 src/com/gps/hibernate/DlfileshortcutDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11010 src/com/gps/hibernate/DlfileshortcutDAO.java 134 Local variable 'queryString' could be declared final
11011 src/com/gps/hibernate/DlfileshortcutDAO.java 135 Local variable 'queryObject' could be declared final
11012 src/com/gps/hibernate/DlfileshortcutDAO.java 135 Potential violation of Law of Demeter (method chain calls)
11013 src/com/gps/hibernate/DlfileshortcutDAO.java 136 Potential violation of Law of Demeter (object not created locally)
11014 src/com/gps/hibernate/DlfileshortcutDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11015 src/com/gps/hibernate/DlfileshortcutDAO.java 138 There is log block not surrounded by if
11016 src/com/gps/hibernate/DlfileshortcutDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
11017 src/com/gps/hibernate/DlfileshortcutDAO.java 143 publicMethodCommentRequirement Required
11018 src/com/gps/hibernate/DlfileshortcutDAO.java 144 There is log block not surrounded by if
11019 src/com/gps/hibernate/DlfileshortcutDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11020 src/com/gps/hibernate/DlfileshortcutDAO.java 146 Local variable 'result' could be declared final
11021 src/com/gps/hibernate/DlfileshortcutDAO.java 146 Potential violation of Law of Demeter (method chain calls)
11022 src/com/gps/hibernate/DlfileshortcutDAO.java 148 There is log block not surrounded by if
11023 src/com/gps/hibernate/DlfileshortcutDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11024 src/com/gps/hibernate/DlfileshortcutDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11025 src/com/gps/hibernate/DlfileshortcutDAO.java 151 There is log block not surrounded by if
11026 src/com/gps/hibernate/DlfileshortcutDAO.java 156 Parameter 'instance' is not assigned and could be declared final
11027 src/com/gps/hibernate/DlfileshortcutDAO.java 156 publicMethodCommentRequirement Required
11028 src/com/gps/hibernate/DlfileshortcutDAO.java 157 There is log block not surrounded by if
11029 src/com/gps/hibernate/DlfileshortcutDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11030 src/com/gps/hibernate/DlfileshortcutDAO.java 159 Potential violation of Law of Demeter (method chain calls)
11031 src/com/gps/hibernate/DlfileshortcutDAO.java 160 There is log block not surrounded by if
11032 src/com/gps/hibernate/DlfileshortcutDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11033 src/com/gps/hibernate/DlfileshortcutDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11034 src/com/gps/hibernate/DlfileshortcutDAO.java 162 There is log block not surrounded by if
11035 src/com/gps/hibernate/DlfileshortcutDAO.java 167 Parameter 'instance' is not assigned and could be declared final
11036 src/com/gps/hibernate/DlfileshortcutDAO.java 167 publicMethodCommentRequirement Required
11037 src/com/gps/hibernate/DlfileshortcutDAO.java 168 There is log block not surrounded by if
11038 src/com/gps/hibernate/DlfileshortcutDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11039 src/com/gps/hibernate/DlfileshortcutDAO.java 170 Potential violation of Law of Demeter (method chain calls)
11040 src/com/gps/hibernate/DlfileshortcutDAO.java 171 There is log block not surrounded by if
11041 src/com/gps/hibernate/DlfileshortcutDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11042 src/com/gps/hibernate/DlfileshortcutDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11043 src/com/gps/hibernate/DlfileshortcutDAO.java 173 There is log block not surrounded by if
11044 src/com/gps/hibernate/Dlfileversion.java 11 Classes implementing Serializable should set a serialVersionUID
11045 src/com/gps/hibernate/Dlfileversion.java 15 fieldCommentRequirement Required
11046 src/com/gps/hibernate/Dlfileversion.java 16 fieldCommentRequirement Required
11047 src/com/gps/hibernate/Dlfileversion.java 17 fieldCommentRequirement Required
11048 src/com/gps/hibernate/Dlfileversion.java 18 fieldCommentRequirement Required
11049 src/com/gps/hibernate/Dlfileversion.java 19 fieldCommentRequirement Required
11050 src/com/gps/hibernate/Dlfileversion.java 20 fieldCommentRequirement Required
11051 src/com/gps/hibernate/Dlfileversion.java 21 fieldCommentRequirement Required
11052 src/com/gps/hibernate/Dlfileversion.java 22 fieldCommentRequirement Required
11053 src/com/gps/hibernate/Dlfileversion.java 23 fieldCommentRequirement Required
11054 src/com/gps/hibernate/Dlfileversion.java 24 fieldCommentRequirement Required
11055 src/com/gps/hibernate/Dlfileversion.java 29 Document empty constructor
11056 src/com/gps/hibernate/Dlfileversion.java 33 Parameter 'fileVersionId' is not assigned and could be declared final
11057 src/com/gps/hibernate/Dlfileversion.java 38 Avoid long parameter lists.
11058 src/com/gps/hibernate/Dlfileversion.java 38 Parameter 'companyId' is not assigned and could be declared final
11059 src/com/gps/hibernate/Dlfileversion.java 38 Parameter 'fileVersionId' is not assigned and could be declared final
11060 src/com/gps/hibernate/Dlfileversion.java 38 Parameter 'groupId' is not assigned and could be declared final
11061 src/com/gps/hibernate/Dlfileversion.java 39 Parameter 'createDate' is not assigned and could be declared final
11062 src/com/gps/hibernate/Dlfileversion.java 39 Parameter 'folderId' is not assigned and could be declared final
11063 src/com/gps/hibernate/Dlfileversion.java 39 Parameter 'userId' is not assigned and could be declared final
11064 src/com/gps/hibernate/Dlfileversion.java 39 Parameter 'userName' is not assigned and could be declared final
11065 src/com/gps/hibernate/Dlfileversion.java 40 Parameter 'name' is not assigned and could be declared final
11066 src/com/gps/hibernate/Dlfileversion.java 40 Parameter 'size' is not assigned and could be declared final
11067 src/com/gps/hibernate/Dlfileversion.java 40 Parameter 'version' is not assigned and could be declared final
11068 src/com/gps/hibernate/Dlfileversion.java 55 publicMethodCommentRequirement Required
11069 src/com/gps/hibernate/Dlfileversion.java 59 Parameter 'fileVersionId' is not assigned and could be declared final
11070 src/com/gps/hibernate/Dlfileversion.java 59 publicMethodCommentRequirement Required
11071 src/com/gps/hibernate/Dlfileversion.java 63 publicMethodCommentRequirement Required
11072 src/com/gps/hibernate/Dlfileversion.java 67 Parameter 'groupId' is not assigned and could be declared final
11073 src/com/gps/hibernate/Dlfileversion.java 67 publicMethodCommentRequirement Required
11074 src/com/gps/hibernate/Dlfileversion.java 71 publicMethodCommentRequirement Required
11075 src/com/gps/hibernate/Dlfileversion.java 75 Parameter 'companyId' is not assigned and could be declared final
11076 src/com/gps/hibernate/Dlfileversion.java 75 publicMethodCommentRequirement Required
11077 src/com/gps/hibernate/Dlfileversion.java 79 publicMethodCommentRequirement Required
11078 src/com/gps/hibernate/Dlfileversion.java 83 Parameter 'userId' is not assigned and could be declared final
11079 src/com/gps/hibernate/Dlfileversion.java 83 publicMethodCommentRequirement Required
11080 src/com/gps/hibernate/Dlfileversion.java 87 publicMethodCommentRequirement Required
11081 src/com/gps/hibernate/Dlfileversion.java 91 Parameter 'userName' is not assigned and could be declared final
11082 src/com/gps/hibernate/Dlfileversion.java 91 publicMethodCommentRequirement Required
11083 src/com/gps/hibernate/Dlfileversion.java 95 publicMethodCommentRequirement Required
11084 src/com/gps/hibernate/Dlfileversion.java 99 Parameter 'createDate' is not assigned and could be declared final
11085 src/com/gps/hibernate/Dlfileversion.java 99 publicMethodCommentRequirement Required
11086 src/com/gps/hibernate/Dlfileversion.java 103 publicMethodCommentRequirement Required
11087 src/com/gps/hibernate/Dlfileversion.java 107 Parameter 'folderId' is not assigned and could be declared final
11088 src/com/gps/hibernate/Dlfileversion.java 107 publicMethodCommentRequirement Required
11089 src/com/gps/hibernate/Dlfileversion.java 111 publicMethodCommentRequirement Required
11090 src/com/gps/hibernate/Dlfileversion.java 115 Parameter 'name' is not assigned and could be declared final
11091 src/com/gps/hibernate/Dlfileversion.java 115 publicMethodCommentRequirement Required
11092 src/com/gps/hibernate/Dlfileversion.java 119 publicMethodCommentRequirement Required
11093 src/com/gps/hibernate/Dlfileversion.java 123 Parameter 'version' is not assigned and could be declared final
11094 src/com/gps/hibernate/Dlfileversion.java 123 publicMethodCommentRequirement Required
11095 src/com/gps/hibernate/Dlfileversion.java 127 publicMethodCommentRequirement Required
11096 src/com/gps/hibernate/Dlfileversion.java 131 Parameter 'size' is not assigned and could be declared final
11097 src/com/gps/hibernate/Dlfileversion.java 131 publicMethodCommentRequirement Required
11098 src/com/gps/hibernate/DlfileversionDAO.java 3 Avoid unused imports such as 'java.util.Date'
11099 src/com/gps/hibernate/DlfileversionDAO.java 11 Comment is too large: Too many lines
11100 src/com/gps/hibernate/DlfileversionDAO.java 23 This class has too many methods, consider refactoring it.
11101 src/com/gps/hibernate/DlfileversionDAO.java 24 Logger should be defined private static final and have the correct class
11102 src/com/gps/hibernate/DlfileversionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
11103 src/com/gps/hibernate/DlfileversionDAO.java 24 fieldCommentRequirement Required
11104 src/com/gps/hibernate/DlfileversionDAO.java 26 fieldCommentRequirement Required
11105 src/com/gps/hibernate/DlfileversionDAO.java 27 fieldCommentRequirement Required
11106 src/com/gps/hibernate/DlfileversionDAO.java 28 fieldCommentRequirement Required
11107 src/com/gps/hibernate/DlfileversionDAO.java 29 fieldCommentRequirement Required
11108 src/com/gps/hibernate/DlfileversionDAO.java 30 fieldCommentRequirement Required
11109 src/com/gps/hibernate/DlfileversionDAO.java 31 fieldCommentRequirement Required
11110 src/com/gps/hibernate/DlfileversionDAO.java 32 fieldCommentRequirement Required
11111 src/com/gps/hibernate/DlfileversionDAO.java 33 fieldCommentRequirement Required
11112 src/com/gps/hibernate/DlfileversionDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
11113 src/com/gps/hibernate/DlfileversionDAO.java 35 publicMethodCommentRequirement Required
11114 src/com/gps/hibernate/DlfileversionDAO.java 36 There is log block not surrounded by if
11115 src/com/gps/hibernate/DlfileversionDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11116 src/com/gps/hibernate/DlfileversionDAO.java 38 Potential violation of Law of Demeter (method chain calls)
11117 src/com/gps/hibernate/DlfileversionDAO.java 39 There is log block not surrounded by if
11118 src/com/gps/hibernate/DlfileversionDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11119 src/com/gps/hibernate/DlfileversionDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11120 src/com/gps/hibernate/DlfileversionDAO.java 41 There is log block not surrounded by if
11121 src/com/gps/hibernate/DlfileversionDAO.java 46 Avoid excessively long variable names like persistentInstance
11122 src/com/gps/hibernate/DlfileversionDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
11123 src/com/gps/hibernate/DlfileversionDAO.java 46 publicMethodCommentRequirement Required
11124 src/com/gps/hibernate/DlfileversionDAO.java 47 There is log block not surrounded by if
11125 src/com/gps/hibernate/DlfileversionDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11126 src/com/gps/hibernate/DlfileversionDAO.java 49 Potential violation of Law of Demeter (method chain calls)
11127 src/com/gps/hibernate/DlfileversionDAO.java 50 There is log block not surrounded by if
11128 src/com/gps/hibernate/DlfileversionDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11129 src/com/gps/hibernate/DlfileversionDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11130 src/com/gps/hibernate/DlfileversionDAO.java 52 There is log block not surrounded by if
11131 src/com/gps/hibernate/DlfileversionDAO.java 57 Avoid variables with short names like id
11132 src/com/gps/hibernate/DlfileversionDAO.java 57 Parameter 'id' is not assigned and could be declared final
11133 src/com/gps/hibernate/DlfileversionDAO.java 57 publicMethodCommentRequirement Required
11134 src/com/gps/hibernate/DlfileversionDAO.java 58 There is log block not surrounded by if
11135 src/com/gps/hibernate/DlfileversionDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11136 src/com/gps/hibernate/DlfileversionDAO.java 60 Local variable 'instance' could be declared final
11137 src/com/gps/hibernate/DlfileversionDAO.java 60 Potential violation of Law of Demeter (method chain calls)
11138 src/com/gps/hibernate/DlfileversionDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11139 src/com/gps/hibernate/DlfileversionDAO.java 64 There is log block not surrounded by if
11140 src/com/gps/hibernate/DlfileversionDAO.java 69 Parameter 'instance' is not assigned and could be declared final
11141 src/com/gps/hibernate/DlfileversionDAO.java 69 publicMethodCommentRequirement Required
11142 src/com/gps/hibernate/DlfileversionDAO.java 70 There is log block not surrounded by if
11143 src/com/gps/hibernate/DlfileversionDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11144 src/com/gps/hibernate/DlfileversionDAO.java 72 Local variable 'results' could be declared final
11145 src/com/gps/hibernate/DlfileversionDAO.java 72 Potential violation of Law of Demeter (method chain calls)
11146 src/com/gps/hibernate/DlfileversionDAO.java 72 Potential violation of Law of Demeter (method chain calls)
11147 src/com/gps/hibernate/DlfileversionDAO.java 72 Potential violation of Law of Demeter (method chain calls)
11148 src/com/gps/hibernate/DlfileversionDAO.java 75 There is log block not surrounded by if
11149 src/com/gps/hibernate/DlfileversionDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11150 src/com/gps/hibernate/DlfileversionDAO.java 76 Potential violation of Law of Demeter (object not created locally)
11151 src/com/gps/hibernate/DlfileversionDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11152 src/com/gps/hibernate/DlfileversionDAO.java 79 There is log block not surrounded by if
11153 src/com/gps/hibernate/DlfileversionDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
11154 src/com/gps/hibernate/DlfileversionDAO.java 84 Parameter 'value' is not assigned and could be declared final
11155 src/com/gps/hibernate/DlfileversionDAO.java 84 publicMethodCommentRequirement Required
11156 src/com/gps/hibernate/DlfileversionDAO.java 85 There is log block not surrounded by if
11157 src/com/gps/hibernate/DlfileversionDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11158 src/com/gps/hibernate/DlfileversionDAO.java 88 Local variable 'queryString' could be declared final
11159 src/com/gps/hibernate/DlfileversionDAO.java 90 Local variable 'queryObject' could be declared final
11160 src/com/gps/hibernate/DlfileversionDAO.java 90 Potential violation of Law of Demeter (method chain calls)
11161 src/com/gps/hibernate/DlfileversionDAO.java 91 Potential violation of Law of Demeter (object not created locally)
11162 src/com/gps/hibernate/DlfileversionDAO.java 92 Potential violation of Law of Demeter (object not created locally)
11163 src/com/gps/hibernate/DlfileversionDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11164 src/com/gps/hibernate/DlfileversionDAO.java 94 There is log block not surrounded by if
11165 src/com/gps/hibernate/DlfileversionDAO.java 99 Parameter 'groupId' is not assigned and could be declared final
11166 src/com/gps/hibernate/DlfileversionDAO.java 99 publicMethodCommentRequirement Required
11167 src/com/gps/hibernate/DlfileversionDAO.java 103 Parameter 'companyId' is not assigned and could be declared final
11168 src/com/gps/hibernate/DlfileversionDAO.java 103 publicMethodCommentRequirement Required
11169 src/com/gps/hibernate/DlfileversionDAO.java 107 Parameter 'userId' is not assigned and could be declared final
11170 src/com/gps/hibernate/DlfileversionDAO.java 107 publicMethodCommentRequirement Required
11171 src/com/gps/hibernate/DlfileversionDAO.java 111 Parameter 'userName' is not assigned and could be declared final
11172 src/com/gps/hibernate/DlfileversionDAO.java 111 publicMethodCommentRequirement Required
11173 src/com/gps/hibernate/DlfileversionDAO.java 115 Parameter 'folderId' is not assigned and could be declared final
11174 src/com/gps/hibernate/DlfileversionDAO.java 115 publicMethodCommentRequirement Required
11175 src/com/gps/hibernate/DlfileversionDAO.java 119 Parameter 'name' is not assigned and could be declared final
11176 src/com/gps/hibernate/DlfileversionDAO.java 119 publicMethodCommentRequirement Required
11177 src/com/gps/hibernate/DlfileversionDAO.java 123 Parameter 'version' is not assigned and could be declared final
11178 src/com/gps/hibernate/DlfileversionDAO.java 123 publicMethodCommentRequirement Required
11179 src/com/gps/hibernate/DlfileversionDAO.java 127 Parameter 'size' is not assigned and could be declared final
11180 src/com/gps/hibernate/DlfileversionDAO.java 127 publicMethodCommentRequirement Required
11181 src/com/gps/hibernate/DlfileversionDAO.java 131 publicMethodCommentRequirement Required
11182 src/com/gps/hibernate/DlfileversionDAO.java 132 There is log block not surrounded by if
11183 src/com/gps/hibernate/DlfileversionDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11184 src/com/gps/hibernate/DlfileversionDAO.java 134 Local variable 'queryString' could be declared final
11185 src/com/gps/hibernate/DlfileversionDAO.java 135 Local variable 'queryObject' could be declared final
11186 src/com/gps/hibernate/DlfileversionDAO.java 135 Potential violation of Law of Demeter (method chain calls)
11187 src/com/gps/hibernate/DlfileversionDAO.java 136 Potential violation of Law of Demeter (object not created locally)
11188 src/com/gps/hibernate/DlfileversionDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11189 src/com/gps/hibernate/DlfileversionDAO.java 138 There is log block not surrounded by if
11190 src/com/gps/hibernate/DlfileversionDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
11191 src/com/gps/hibernate/DlfileversionDAO.java 143 publicMethodCommentRequirement Required
11192 src/com/gps/hibernate/DlfileversionDAO.java 144 There is log block not surrounded by if
11193 src/com/gps/hibernate/DlfileversionDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11194 src/com/gps/hibernate/DlfileversionDAO.java 146 Local variable 'result' could be declared final
11195 src/com/gps/hibernate/DlfileversionDAO.java 146 Potential violation of Law of Demeter (method chain calls)
11196 src/com/gps/hibernate/DlfileversionDAO.java 148 There is log block not surrounded by if
11197 src/com/gps/hibernate/DlfileversionDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11198 src/com/gps/hibernate/DlfileversionDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11199 src/com/gps/hibernate/DlfileversionDAO.java 151 There is log block not surrounded by if
11200 src/com/gps/hibernate/DlfileversionDAO.java 156 Parameter 'instance' is not assigned and could be declared final
11201 src/com/gps/hibernate/DlfileversionDAO.java 156 publicMethodCommentRequirement Required
11202 src/com/gps/hibernate/DlfileversionDAO.java 157 There is log block not surrounded by if
11203 src/com/gps/hibernate/DlfileversionDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11204 src/com/gps/hibernate/DlfileversionDAO.java 159 Potential violation of Law of Demeter (method chain calls)
11205 src/com/gps/hibernate/DlfileversionDAO.java 160 There is log block not surrounded by if
11206 src/com/gps/hibernate/DlfileversionDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11207 src/com/gps/hibernate/DlfileversionDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11208 src/com/gps/hibernate/DlfileversionDAO.java 162 There is log block not surrounded by if
11209 src/com/gps/hibernate/DlfileversionDAO.java 167 Parameter 'instance' is not assigned and could be declared final
11210 src/com/gps/hibernate/DlfileversionDAO.java 167 publicMethodCommentRequirement Required
11211 src/com/gps/hibernate/DlfileversionDAO.java 168 There is log block not surrounded by if
11212 src/com/gps/hibernate/DlfileversionDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11213 src/com/gps/hibernate/DlfileversionDAO.java 170 Potential violation of Law of Demeter (method chain calls)
11214 src/com/gps/hibernate/DlfileversionDAO.java 171 There is log block not surrounded by if
11215 src/com/gps/hibernate/DlfileversionDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11216 src/com/gps/hibernate/DlfileversionDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11217 src/com/gps/hibernate/DlfileversionDAO.java 173 There is log block not surrounded by if
11218 src/com/gps/hibernate/Dlfolder.java 11 Classes implementing Serializable should set a serialVersionUID
11219 src/com/gps/hibernate/Dlfolder.java 15 fieldCommentRequirement Required
11220 src/com/gps/hibernate/Dlfolder.java 16 fieldCommentRequirement Required
11221 src/com/gps/hibernate/Dlfolder.java 17 fieldCommentRequirement Required
11222 src/com/gps/hibernate/Dlfolder.java 18 fieldCommentRequirement Required
11223 src/com/gps/hibernate/Dlfolder.java 19 fieldCommentRequirement Required
11224 src/com/gps/hibernate/Dlfolder.java 20 fieldCommentRequirement Required
11225 src/com/gps/hibernate/Dlfolder.java 21 fieldCommentRequirement Required
11226 src/com/gps/hibernate/Dlfolder.java 22 fieldCommentRequirement Required
11227 src/com/gps/hibernate/Dlfolder.java 23 fieldCommentRequirement Required
11228 src/com/gps/hibernate/Dlfolder.java 24 fieldCommentRequirement Required
11229 src/com/gps/hibernate/Dlfolder.java 25 fieldCommentRequirement Required
11230 src/com/gps/hibernate/Dlfolder.java 26 fieldCommentRequirement Required
11231 src/com/gps/hibernate/Dlfolder.java 31 Document empty constructor
11232 src/com/gps/hibernate/Dlfolder.java 35 Parameter 'folderId' is not assigned and could be declared final
11233 src/com/gps/hibernate/Dlfolder.java 40 Avoid long parameter lists.
11234 src/com/gps/hibernate/Dlfolder.java 40 Parameter 'companyId' is not assigned and could be declared final
11235 src/com/gps/hibernate/Dlfolder.java 40 Parameter 'folderId' is not assigned and could be declared final
11236 src/com/gps/hibernate/Dlfolder.java 40 Parameter 'groupId' is not assigned and could be declared final
11237 src/com/gps/hibernate/Dlfolder.java 40 Parameter 'uuid' is not assigned and could be declared final
11238 src/com/gps/hibernate/Dlfolder.java 41 Parameter 'createDate' is not assigned and could be declared final
11239 src/com/gps/hibernate/Dlfolder.java 41 Parameter 'modifiedDate' is not assigned and could be declared final
11240 src/com/gps/hibernate/Dlfolder.java 41 Parameter 'userId' is not assigned and could be declared final
11241 src/com/gps/hibernate/Dlfolder.java 41 Parameter 'userName' is not assigned and could be declared final
11242 src/com/gps/hibernate/Dlfolder.java 42 Parameter 'description' is not assigned and could be declared final
11243 src/com/gps/hibernate/Dlfolder.java 42 Parameter 'name' is not assigned and could be declared final
11244 src/com/gps/hibernate/Dlfolder.java 42 Parameter 'parentFolderId' is not assigned and could be declared final
11245 src/com/gps/hibernate/Dlfolder.java 43 Parameter 'lastPostDate' is not assigned and could be declared final
11246 src/com/gps/hibernate/Dlfolder.java 60 publicMethodCommentRequirement Required
11247 src/com/gps/hibernate/Dlfolder.java 64 Parameter 'folderId' is not assigned and could be declared final
11248 src/com/gps/hibernate/Dlfolder.java 64 publicMethodCommentRequirement Required
11249 src/com/gps/hibernate/Dlfolder.java 68 publicMethodCommentRequirement Required
11250 src/com/gps/hibernate/Dlfolder.java 72 Parameter 'uuid' is not assigned and could be declared final
11251 src/com/gps/hibernate/Dlfolder.java 72 publicMethodCommentRequirement Required
11252 src/com/gps/hibernate/Dlfolder.java 76 publicMethodCommentRequirement Required
11253 src/com/gps/hibernate/Dlfolder.java 80 Parameter 'groupId' is not assigned and could be declared final
11254 src/com/gps/hibernate/Dlfolder.java 80 publicMethodCommentRequirement Required
11255 src/com/gps/hibernate/Dlfolder.java 84 publicMethodCommentRequirement Required
11256 src/com/gps/hibernate/Dlfolder.java 88 Parameter 'companyId' is not assigned and could be declared final
11257 src/com/gps/hibernate/Dlfolder.java 88 publicMethodCommentRequirement Required
11258 src/com/gps/hibernate/Dlfolder.java 92 publicMethodCommentRequirement Required
11259 src/com/gps/hibernate/Dlfolder.java 96 Parameter 'userId' is not assigned and could be declared final
11260 src/com/gps/hibernate/Dlfolder.java 96 publicMethodCommentRequirement Required
11261 src/com/gps/hibernate/Dlfolder.java 100 publicMethodCommentRequirement Required
11262 src/com/gps/hibernate/Dlfolder.java 104 Parameter 'userName' is not assigned and could be declared final
11263 src/com/gps/hibernate/Dlfolder.java 104 publicMethodCommentRequirement Required
11264 src/com/gps/hibernate/Dlfolder.java 108 publicMethodCommentRequirement Required
11265 src/com/gps/hibernate/Dlfolder.java 112 Parameter 'createDate' is not assigned and could be declared final
11266 src/com/gps/hibernate/Dlfolder.java 112 publicMethodCommentRequirement Required
11267 src/com/gps/hibernate/Dlfolder.java 116 publicMethodCommentRequirement Required
11268 src/com/gps/hibernate/Dlfolder.java 120 Parameter 'modifiedDate' is not assigned and could be declared final
11269 src/com/gps/hibernate/Dlfolder.java 120 publicMethodCommentRequirement Required
11270 src/com/gps/hibernate/Dlfolder.java 124 publicMethodCommentRequirement Required
11271 src/com/gps/hibernate/Dlfolder.java 128 Parameter 'parentFolderId' is not assigned and could be declared final
11272 src/com/gps/hibernate/Dlfolder.java 128 publicMethodCommentRequirement Required
11273 src/com/gps/hibernate/Dlfolder.java 132 publicMethodCommentRequirement Required
11274 src/com/gps/hibernate/Dlfolder.java 136 Parameter 'name' is not assigned and could be declared final
11275 src/com/gps/hibernate/Dlfolder.java 136 publicMethodCommentRequirement Required
11276 src/com/gps/hibernate/Dlfolder.java 140 publicMethodCommentRequirement Required
11277 src/com/gps/hibernate/Dlfolder.java 144 Parameter 'description' is not assigned and could be declared final
11278 src/com/gps/hibernate/Dlfolder.java 144 publicMethodCommentRequirement Required
11279 src/com/gps/hibernate/Dlfolder.java 148 publicMethodCommentRequirement Required
11280 src/com/gps/hibernate/Dlfolder.java 152 Parameter 'lastPostDate' is not assigned and could be declared final
11281 src/com/gps/hibernate/Dlfolder.java 152 publicMethodCommentRequirement Required
11282 src/com/gps/hibernate/DlfolderDAO.java 3 Avoid unused imports such as 'java.util.Date'
11283 src/com/gps/hibernate/DlfolderDAO.java 11 Comment is too large: Too many lines
11284 src/com/gps/hibernate/DlfolderDAO.java 23 This class has too many methods, consider refactoring it.
11285 src/com/gps/hibernate/DlfolderDAO.java 24 Logger should be defined private static final and have the correct class
11286 src/com/gps/hibernate/DlfolderDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
11287 src/com/gps/hibernate/DlfolderDAO.java 24 fieldCommentRequirement Required
11288 src/com/gps/hibernate/DlfolderDAO.java 26 fieldCommentRequirement Required
11289 src/com/gps/hibernate/DlfolderDAO.java 27 fieldCommentRequirement Required
11290 src/com/gps/hibernate/DlfolderDAO.java 28 fieldCommentRequirement Required
11291 src/com/gps/hibernate/DlfolderDAO.java 29 fieldCommentRequirement Required
11292 src/com/gps/hibernate/DlfolderDAO.java 30 fieldCommentRequirement Required
11293 src/com/gps/hibernate/DlfolderDAO.java 31 fieldCommentRequirement Required
11294 src/com/gps/hibernate/DlfolderDAO.java 32 fieldCommentRequirement Required
11295 src/com/gps/hibernate/DlfolderDAO.java 33 fieldCommentRequirement Required
11296 src/com/gps/hibernate/DlfolderDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
11297 src/com/gps/hibernate/DlfolderDAO.java 35 publicMethodCommentRequirement Required
11298 src/com/gps/hibernate/DlfolderDAO.java 36 There is log block not surrounded by if
11299 src/com/gps/hibernate/DlfolderDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11300 src/com/gps/hibernate/DlfolderDAO.java 38 Potential violation of Law of Demeter (method chain calls)
11301 src/com/gps/hibernate/DlfolderDAO.java 39 There is log block not surrounded by if
11302 src/com/gps/hibernate/DlfolderDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11303 src/com/gps/hibernate/DlfolderDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11304 src/com/gps/hibernate/DlfolderDAO.java 41 There is log block not surrounded by if
11305 src/com/gps/hibernate/DlfolderDAO.java 46 Avoid excessively long variable names like persistentInstance
11306 src/com/gps/hibernate/DlfolderDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
11307 src/com/gps/hibernate/DlfolderDAO.java 46 publicMethodCommentRequirement Required
11308 src/com/gps/hibernate/DlfolderDAO.java 47 There is log block not surrounded by if
11309 src/com/gps/hibernate/DlfolderDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11310 src/com/gps/hibernate/DlfolderDAO.java 49 Potential violation of Law of Demeter (method chain calls)
11311 src/com/gps/hibernate/DlfolderDAO.java 50 There is log block not surrounded by if
11312 src/com/gps/hibernate/DlfolderDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11313 src/com/gps/hibernate/DlfolderDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11314 src/com/gps/hibernate/DlfolderDAO.java 52 There is log block not surrounded by if
11315 src/com/gps/hibernate/DlfolderDAO.java 57 Avoid variables with short names like id
11316 src/com/gps/hibernate/DlfolderDAO.java 57 Parameter 'id' is not assigned and could be declared final
11317 src/com/gps/hibernate/DlfolderDAO.java 57 publicMethodCommentRequirement Required
11318 src/com/gps/hibernate/DlfolderDAO.java 58 There is log block not surrounded by if
11319 src/com/gps/hibernate/DlfolderDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11320 src/com/gps/hibernate/DlfolderDAO.java 60 Local variable 'instance' could be declared final
11321 src/com/gps/hibernate/DlfolderDAO.java 60 Potential violation of Law of Demeter (method chain calls)
11322 src/com/gps/hibernate/DlfolderDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11323 src/com/gps/hibernate/DlfolderDAO.java 64 There is log block not surrounded by if
11324 src/com/gps/hibernate/DlfolderDAO.java 69 Parameter 'instance' is not assigned and could be declared final
11325 src/com/gps/hibernate/DlfolderDAO.java 69 publicMethodCommentRequirement Required
11326 src/com/gps/hibernate/DlfolderDAO.java 70 There is log block not surrounded by if
11327 src/com/gps/hibernate/DlfolderDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11328 src/com/gps/hibernate/DlfolderDAO.java 72 Local variable 'results' could be declared final
11329 src/com/gps/hibernate/DlfolderDAO.java 72 Potential violation of Law of Demeter (method chain calls)
11330 src/com/gps/hibernate/DlfolderDAO.java 72 Potential violation of Law of Demeter (method chain calls)
11331 src/com/gps/hibernate/DlfolderDAO.java 72 Potential violation of Law of Demeter (method chain calls)
11332 src/com/gps/hibernate/DlfolderDAO.java 75 There is log block not surrounded by if
11333 src/com/gps/hibernate/DlfolderDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11334 src/com/gps/hibernate/DlfolderDAO.java 76 Potential violation of Law of Demeter (object not created locally)
11335 src/com/gps/hibernate/DlfolderDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11336 src/com/gps/hibernate/DlfolderDAO.java 79 There is log block not surrounded by if
11337 src/com/gps/hibernate/DlfolderDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
11338 src/com/gps/hibernate/DlfolderDAO.java 84 Parameter 'value' is not assigned and could be declared final
11339 src/com/gps/hibernate/DlfolderDAO.java 84 publicMethodCommentRequirement Required
11340 src/com/gps/hibernate/DlfolderDAO.java 85 There is log block not surrounded by if
11341 src/com/gps/hibernate/DlfolderDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11342 src/com/gps/hibernate/DlfolderDAO.java 88 Local variable 'queryString' could be declared final
11343 src/com/gps/hibernate/DlfolderDAO.java 90 Local variable 'queryObject' could be declared final
11344 src/com/gps/hibernate/DlfolderDAO.java 90 Potential violation of Law of Demeter (method chain calls)
11345 src/com/gps/hibernate/DlfolderDAO.java 91 Potential violation of Law of Demeter (object not created locally)
11346 src/com/gps/hibernate/DlfolderDAO.java 92 Potential violation of Law of Demeter (object not created locally)
11347 src/com/gps/hibernate/DlfolderDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11348 src/com/gps/hibernate/DlfolderDAO.java 94 There is log block not surrounded by if
11349 src/com/gps/hibernate/DlfolderDAO.java 99 Parameter 'uuid' is not assigned and could be declared final
11350 src/com/gps/hibernate/DlfolderDAO.java 99 publicMethodCommentRequirement Required
11351 src/com/gps/hibernate/DlfolderDAO.java 103 Parameter 'groupId' is not assigned and could be declared final
11352 src/com/gps/hibernate/DlfolderDAO.java 103 publicMethodCommentRequirement Required
11353 src/com/gps/hibernate/DlfolderDAO.java 107 Parameter 'companyId' is not assigned and could be declared final
11354 src/com/gps/hibernate/DlfolderDAO.java 107 publicMethodCommentRequirement Required
11355 src/com/gps/hibernate/DlfolderDAO.java 111 Parameter 'userId' is not assigned and could be declared final
11356 src/com/gps/hibernate/DlfolderDAO.java 111 publicMethodCommentRequirement Required
11357 src/com/gps/hibernate/DlfolderDAO.java 115 Parameter 'userName' is not assigned and could be declared final
11358 src/com/gps/hibernate/DlfolderDAO.java 115 publicMethodCommentRequirement Required
11359 src/com/gps/hibernate/DlfolderDAO.java 119 Parameter 'parentFolderId' is not assigned and could be declared final
11360 src/com/gps/hibernate/DlfolderDAO.java 119 publicMethodCommentRequirement Required
11361 src/com/gps/hibernate/DlfolderDAO.java 123 Parameter 'name' is not assigned and could be declared final
11362 src/com/gps/hibernate/DlfolderDAO.java 123 publicMethodCommentRequirement Required
11363 src/com/gps/hibernate/DlfolderDAO.java 127 Parameter 'description' is not assigned and could be declared final
11364 src/com/gps/hibernate/DlfolderDAO.java 127 publicMethodCommentRequirement Required
11365 src/com/gps/hibernate/DlfolderDAO.java 131 publicMethodCommentRequirement Required
11366 src/com/gps/hibernate/DlfolderDAO.java 132 There is log block not surrounded by if
11367 src/com/gps/hibernate/DlfolderDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11368 src/com/gps/hibernate/DlfolderDAO.java 134 Local variable 'queryString' could be declared final
11369 src/com/gps/hibernate/DlfolderDAO.java 135 Local variable 'queryObject' could be declared final
11370 src/com/gps/hibernate/DlfolderDAO.java 135 Potential violation of Law of Demeter (method chain calls)
11371 src/com/gps/hibernate/DlfolderDAO.java 136 Potential violation of Law of Demeter (object not created locally)
11372 src/com/gps/hibernate/DlfolderDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11373 src/com/gps/hibernate/DlfolderDAO.java 138 There is log block not surrounded by if
11374 src/com/gps/hibernate/DlfolderDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
11375 src/com/gps/hibernate/DlfolderDAO.java 143 publicMethodCommentRequirement Required
11376 src/com/gps/hibernate/DlfolderDAO.java 144 There is log block not surrounded by if
11377 src/com/gps/hibernate/DlfolderDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11378 src/com/gps/hibernate/DlfolderDAO.java 146 Local variable 'result' could be declared final
11379 src/com/gps/hibernate/DlfolderDAO.java 146 Potential violation of Law of Demeter (method chain calls)
11380 src/com/gps/hibernate/DlfolderDAO.java 147 There is log block not surrounded by if
11381 src/com/gps/hibernate/DlfolderDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11382 src/com/gps/hibernate/DlfolderDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11383 src/com/gps/hibernate/DlfolderDAO.java 150 There is log block not surrounded by if
11384 src/com/gps/hibernate/DlfolderDAO.java 155 Parameter 'instance' is not assigned and could be declared final
11385 src/com/gps/hibernate/DlfolderDAO.java 155 publicMethodCommentRequirement Required
11386 src/com/gps/hibernate/DlfolderDAO.java 156 There is log block not surrounded by if
11387 src/com/gps/hibernate/DlfolderDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11388 src/com/gps/hibernate/DlfolderDAO.java 158 Potential violation of Law of Demeter (method chain calls)
11389 src/com/gps/hibernate/DlfolderDAO.java 159 There is log block not surrounded by if
11390 src/com/gps/hibernate/DlfolderDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11391 src/com/gps/hibernate/DlfolderDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11392 src/com/gps/hibernate/DlfolderDAO.java 161 There is log block not surrounded by if
11393 src/com/gps/hibernate/DlfolderDAO.java 166 Parameter 'instance' is not assigned and could be declared final
11394 src/com/gps/hibernate/DlfolderDAO.java 166 publicMethodCommentRequirement Required
11395 src/com/gps/hibernate/DlfolderDAO.java 167 There is log block not surrounded by if
11396 src/com/gps/hibernate/DlfolderDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11397 src/com/gps/hibernate/DlfolderDAO.java 169 Potential violation of Law of Demeter (method chain calls)
11398 src/com/gps/hibernate/DlfolderDAO.java 170 There is log block not surrounded by if
11399 src/com/gps/hibernate/DlfolderDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11400 src/com/gps/hibernate/DlfolderDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11401 src/com/gps/hibernate/DlfolderDAO.java 172 There is log block not surrounded by if
11402 src/com/gps/hibernate/Emailaddress.java 11 Classes implementing Serializable should set a serialVersionUID
11403 src/com/gps/hibernate/Emailaddress.java 15 fieldCommentRequirement Required
11404 src/com/gps/hibernate/Emailaddress.java 16 fieldCommentRequirement Required
11405 src/com/gps/hibernate/Emailaddress.java 17 fieldCommentRequirement Required
11406 src/com/gps/hibernate/Emailaddress.java 18 fieldCommentRequirement Required
11407 src/com/gps/hibernate/Emailaddress.java 19 fieldCommentRequirement Required
11408 src/com/gps/hibernate/Emailaddress.java 20 fieldCommentRequirement Required
11409 src/com/gps/hibernate/Emailaddress.java 21 fieldCommentRequirement Required
11410 src/com/gps/hibernate/Emailaddress.java 22 fieldCommentRequirement Required
11411 src/com/gps/hibernate/Emailaddress.java 23 fieldCommentRequirement Required
11412 src/com/gps/hibernate/Emailaddress.java 24 fieldCommentRequirement Required
11413 src/com/gps/hibernate/Emailaddress.java 25 fieldCommentRequirement Required
11414 src/com/gps/hibernate/Emailaddress.java 30 Document empty constructor
11415 src/com/gps/hibernate/Emailaddress.java 34 Parameter 'emailAddressId' is not assigned and could be declared final
11416 src/com/gps/hibernate/Emailaddress.java 39 Avoid long parameter lists.
11417 src/com/gps/hibernate/Emailaddress.java 39 Parameter 'companyId' is not assigned and could be declared final
11418 src/com/gps/hibernate/Emailaddress.java 39 Parameter 'emailAddressId' is not assigned and could be declared final
11419 src/com/gps/hibernate/Emailaddress.java 39 Parameter 'userId' is not assigned and could be declared final
11420 src/com/gps/hibernate/Emailaddress.java 40 Parameter 'createDate' is not assigned and could be declared final
11421 src/com/gps/hibernate/Emailaddress.java 40 Parameter 'modifiedDate' is not assigned and could be declared final
11422 src/com/gps/hibernate/Emailaddress.java 40 Parameter 'userName' is not assigned and could be declared final
11423 src/com/gps/hibernate/Emailaddress.java 41 Parameter 'address' is not assigned and could be declared final
11424 src/com/gps/hibernate/Emailaddress.java 41 Parameter 'classNameId' is not assigned and could be declared final
11425 src/com/gps/hibernate/Emailaddress.java 41 Parameter 'classPk' is not assigned and could be declared final
11426 src/com/gps/hibernate/Emailaddress.java 41 Parameter 'typeId' is not assigned and could be declared final
11427 src/com/gps/hibernate/Emailaddress.java 42 Parameter 'primary' is not assigned and could be declared final
11428 src/com/gps/hibernate/Emailaddress.java 58 publicMethodCommentRequirement Required
11429 src/com/gps/hibernate/Emailaddress.java 62 Parameter 'emailAddressId' is not assigned and could be declared final
11430 src/com/gps/hibernate/Emailaddress.java 62 publicMethodCommentRequirement Required
11431 src/com/gps/hibernate/Emailaddress.java 66 publicMethodCommentRequirement Required
11432 src/com/gps/hibernate/Emailaddress.java 70 Parameter 'companyId' is not assigned and could be declared final
11433 src/com/gps/hibernate/Emailaddress.java 70 publicMethodCommentRequirement Required
11434 src/com/gps/hibernate/Emailaddress.java 74 publicMethodCommentRequirement Required
11435 src/com/gps/hibernate/Emailaddress.java 78 Parameter 'userId' is not assigned and could be declared final
11436 src/com/gps/hibernate/Emailaddress.java 78 publicMethodCommentRequirement Required
11437 src/com/gps/hibernate/Emailaddress.java 82 publicMethodCommentRequirement Required
11438 src/com/gps/hibernate/Emailaddress.java 86 Parameter 'userName' is not assigned and could be declared final
11439 src/com/gps/hibernate/Emailaddress.java 86 publicMethodCommentRequirement Required
11440 src/com/gps/hibernate/Emailaddress.java 90 publicMethodCommentRequirement Required
11441 src/com/gps/hibernate/Emailaddress.java 94 Parameter 'createDate' is not assigned and could be declared final
11442 src/com/gps/hibernate/Emailaddress.java 94 publicMethodCommentRequirement Required
11443 src/com/gps/hibernate/Emailaddress.java 98 publicMethodCommentRequirement Required
11444 src/com/gps/hibernate/Emailaddress.java 102 Parameter 'modifiedDate' is not assigned and could be declared final
11445 src/com/gps/hibernate/Emailaddress.java 102 publicMethodCommentRequirement Required
11446 src/com/gps/hibernate/Emailaddress.java 106 publicMethodCommentRequirement Required
11447 src/com/gps/hibernate/Emailaddress.java 110 Parameter 'classNameId' is not assigned and could be declared final
11448 src/com/gps/hibernate/Emailaddress.java 110 publicMethodCommentRequirement Required
11449 src/com/gps/hibernate/Emailaddress.java 114 publicMethodCommentRequirement Required
11450 src/com/gps/hibernate/Emailaddress.java 118 Parameter 'classPk' is not assigned and could be declared final
11451 src/com/gps/hibernate/Emailaddress.java 118 publicMethodCommentRequirement Required
11452 src/com/gps/hibernate/Emailaddress.java 122 publicMethodCommentRequirement Required
11453 src/com/gps/hibernate/Emailaddress.java 126 Parameter 'address' is not assigned and could be declared final
11454 src/com/gps/hibernate/Emailaddress.java 126 publicMethodCommentRequirement Required
11455 src/com/gps/hibernate/Emailaddress.java 130 publicMethodCommentRequirement Required
11456 src/com/gps/hibernate/Emailaddress.java 134 Parameter 'typeId' is not assigned and could be declared final
11457 src/com/gps/hibernate/Emailaddress.java 134 publicMethodCommentRequirement Required
11458 src/com/gps/hibernate/Emailaddress.java 138 publicMethodCommentRequirement Required
11459 src/com/gps/hibernate/Emailaddress.java 142 Parameter 'primary' is not assigned and could be declared final
11460 src/com/gps/hibernate/Emailaddress.java 142 publicMethodCommentRequirement Required
11461 src/com/gps/hibernate/EmailaddressDAO.java 3 Avoid unused imports such as 'java.util.Date'
11462 src/com/gps/hibernate/EmailaddressDAO.java 11 Comment is too large: Too many lines
11463 src/com/gps/hibernate/EmailaddressDAO.java 23 This class has too many methods, consider refactoring it.
11464 src/com/gps/hibernate/EmailaddressDAO.java 24 Logger should be defined private static final and have the correct class
11465 src/com/gps/hibernate/EmailaddressDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
11466 src/com/gps/hibernate/EmailaddressDAO.java 24 fieldCommentRequirement Required
11467 src/com/gps/hibernate/EmailaddressDAO.java 26 fieldCommentRequirement Required
11468 src/com/gps/hibernate/EmailaddressDAO.java 27 fieldCommentRequirement Required
11469 src/com/gps/hibernate/EmailaddressDAO.java 28 fieldCommentRequirement Required
11470 src/com/gps/hibernate/EmailaddressDAO.java 29 fieldCommentRequirement Required
11471 src/com/gps/hibernate/EmailaddressDAO.java 30 fieldCommentRequirement Required
11472 src/com/gps/hibernate/EmailaddressDAO.java 31 fieldCommentRequirement Required
11473 src/com/gps/hibernate/EmailaddressDAO.java 32 fieldCommentRequirement Required
11474 src/com/gps/hibernate/EmailaddressDAO.java 33 fieldCommentRequirement Required
11475 src/com/gps/hibernate/EmailaddressDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
11476 src/com/gps/hibernate/EmailaddressDAO.java 35 publicMethodCommentRequirement Required
11477 src/com/gps/hibernate/EmailaddressDAO.java 36 There is log block not surrounded by if
11478 src/com/gps/hibernate/EmailaddressDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11479 src/com/gps/hibernate/EmailaddressDAO.java 38 Potential violation of Law of Demeter (method chain calls)
11480 src/com/gps/hibernate/EmailaddressDAO.java 39 There is log block not surrounded by if
11481 src/com/gps/hibernate/EmailaddressDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11482 src/com/gps/hibernate/EmailaddressDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11483 src/com/gps/hibernate/EmailaddressDAO.java 41 There is log block not surrounded by if
11484 src/com/gps/hibernate/EmailaddressDAO.java 46 Avoid excessively long variable names like persistentInstance
11485 src/com/gps/hibernate/EmailaddressDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
11486 src/com/gps/hibernate/EmailaddressDAO.java 46 publicMethodCommentRequirement Required
11487 src/com/gps/hibernate/EmailaddressDAO.java 47 There is log block not surrounded by if
11488 src/com/gps/hibernate/EmailaddressDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11489 src/com/gps/hibernate/EmailaddressDAO.java 49 Potential violation of Law of Demeter (method chain calls)
11490 src/com/gps/hibernate/EmailaddressDAO.java 50 There is log block not surrounded by if
11491 src/com/gps/hibernate/EmailaddressDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11492 src/com/gps/hibernate/EmailaddressDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11493 src/com/gps/hibernate/EmailaddressDAO.java 52 There is log block not surrounded by if
11494 src/com/gps/hibernate/EmailaddressDAO.java 57 Avoid variables with short names like id
11495 src/com/gps/hibernate/EmailaddressDAO.java 57 Parameter 'id' is not assigned and could be declared final
11496 src/com/gps/hibernate/EmailaddressDAO.java 57 publicMethodCommentRequirement Required
11497 src/com/gps/hibernate/EmailaddressDAO.java 58 There is log block not surrounded by if
11498 src/com/gps/hibernate/EmailaddressDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11499 src/com/gps/hibernate/EmailaddressDAO.java 60 Local variable 'instance' could be declared final
11500 src/com/gps/hibernate/EmailaddressDAO.java 60 Potential violation of Law of Demeter (method chain calls)
11501 src/com/gps/hibernate/EmailaddressDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11502 src/com/gps/hibernate/EmailaddressDAO.java 64 There is log block not surrounded by if
11503 src/com/gps/hibernate/EmailaddressDAO.java 69 Parameter 'instance' is not assigned and could be declared final
11504 src/com/gps/hibernate/EmailaddressDAO.java 69 publicMethodCommentRequirement Required
11505 src/com/gps/hibernate/EmailaddressDAO.java 70 There is log block not surrounded by if
11506 src/com/gps/hibernate/EmailaddressDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11507 src/com/gps/hibernate/EmailaddressDAO.java 72 Local variable 'results' could be declared final
11508 src/com/gps/hibernate/EmailaddressDAO.java 72 Potential violation of Law of Demeter (method chain calls)
11509 src/com/gps/hibernate/EmailaddressDAO.java 72 Potential violation of Law of Demeter (method chain calls)
11510 src/com/gps/hibernate/EmailaddressDAO.java 72 Potential violation of Law of Demeter (method chain calls)
11511 src/com/gps/hibernate/EmailaddressDAO.java 75 There is log block not surrounded by if
11512 src/com/gps/hibernate/EmailaddressDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11513 src/com/gps/hibernate/EmailaddressDAO.java 76 Potential violation of Law of Demeter (object not created locally)
11514 src/com/gps/hibernate/EmailaddressDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11515 src/com/gps/hibernate/EmailaddressDAO.java 79 There is log block not surrounded by if
11516 src/com/gps/hibernate/EmailaddressDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
11517 src/com/gps/hibernate/EmailaddressDAO.java 84 Parameter 'value' is not assigned and could be declared final
11518 src/com/gps/hibernate/EmailaddressDAO.java 84 publicMethodCommentRequirement Required
11519 src/com/gps/hibernate/EmailaddressDAO.java 85 There is log block not surrounded by if
11520 src/com/gps/hibernate/EmailaddressDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11521 src/com/gps/hibernate/EmailaddressDAO.java 88 Local variable 'queryString' could be declared final
11522 src/com/gps/hibernate/EmailaddressDAO.java 90 Local variable 'queryObject' could be declared final
11523 src/com/gps/hibernate/EmailaddressDAO.java 90 Potential violation of Law of Demeter (method chain calls)
11524 src/com/gps/hibernate/EmailaddressDAO.java 91 Potential violation of Law of Demeter (object not created locally)
11525 src/com/gps/hibernate/EmailaddressDAO.java 92 Potential violation of Law of Demeter (object not created locally)
11526 src/com/gps/hibernate/EmailaddressDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11527 src/com/gps/hibernate/EmailaddressDAO.java 94 There is log block not surrounded by if
11528 src/com/gps/hibernate/EmailaddressDAO.java 99 Parameter 'companyId' is not assigned and could be declared final
11529 src/com/gps/hibernate/EmailaddressDAO.java 99 publicMethodCommentRequirement Required
11530 src/com/gps/hibernate/EmailaddressDAO.java 103 Parameter 'userId' is not assigned and could be declared final
11531 src/com/gps/hibernate/EmailaddressDAO.java 103 publicMethodCommentRequirement Required
11532 src/com/gps/hibernate/EmailaddressDAO.java 107 Parameter 'userName' is not assigned and could be declared final
11533 src/com/gps/hibernate/EmailaddressDAO.java 107 publicMethodCommentRequirement Required
11534 src/com/gps/hibernate/EmailaddressDAO.java 111 Parameter 'classNameId' is not assigned and could be declared final
11535 src/com/gps/hibernate/EmailaddressDAO.java 111 publicMethodCommentRequirement Required
11536 src/com/gps/hibernate/EmailaddressDAO.java 115 Parameter 'classPk' is not assigned and could be declared final
11537 src/com/gps/hibernate/EmailaddressDAO.java 115 publicMethodCommentRequirement Required
11538 src/com/gps/hibernate/EmailaddressDAO.java 119 Parameter 'address' is not assigned and could be declared final
11539 src/com/gps/hibernate/EmailaddressDAO.java 119 publicMethodCommentRequirement Required
11540 src/com/gps/hibernate/EmailaddressDAO.java 123 Parameter 'typeId' is not assigned and could be declared final
11541 src/com/gps/hibernate/EmailaddressDAO.java 123 publicMethodCommentRequirement Required
11542 src/com/gps/hibernate/EmailaddressDAO.java 127 Parameter 'primary' is not assigned and could be declared final
11543 src/com/gps/hibernate/EmailaddressDAO.java 127 publicMethodCommentRequirement Required
11544 src/com/gps/hibernate/EmailaddressDAO.java 131 publicMethodCommentRequirement Required
11545 src/com/gps/hibernate/EmailaddressDAO.java 132 There is log block not surrounded by if
11546 src/com/gps/hibernate/EmailaddressDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11547 src/com/gps/hibernate/EmailaddressDAO.java 134 Local variable 'queryString' could be declared final
11548 src/com/gps/hibernate/EmailaddressDAO.java 135 Local variable 'queryObject' could be declared final
11549 src/com/gps/hibernate/EmailaddressDAO.java 135 Potential violation of Law of Demeter (method chain calls)
11550 src/com/gps/hibernate/EmailaddressDAO.java 136 Potential violation of Law of Demeter (object not created locally)
11551 src/com/gps/hibernate/EmailaddressDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11552 src/com/gps/hibernate/EmailaddressDAO.java 138 There is log block not surrounded by if
11553 src/com/gps/hibernate/EmailaddressDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
11554 src/com/gps/hibernate/EmailaddressDAO.java 143 publicMethodCommentRequirement Required
11555 src/com/gps/hibernate/EmailaddressDAO.java 144 There is log block not surrounded by if
11556 src/com/gps/hibernate/EmailaddressDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11557 src/com/gps/hibernate/EmailaddressDAO.java 146 Local variable 'result' could be declared final
11558 src/com/gps/hibernate/EmailaddressDAO.java 146 Potential violation of Law of Demeter (method chain calls)
11559 src/com/gps/hibernate/EmailaddressDAO.java 148 There is log block not surrounded by if
11560 src/com/gps/hibernate/EmailaddressDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11561 src/com/gps/hibernate/EmailaddressDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11562 src/com/gps/hibernate/EmailaddressDAO.java 151 There is log block not surrounded by if
11563 src/com/gps/hibernate/EmailaddressDAO.java 156 Parameter 'instance' is not assigned and could be declared final
11564 src/com/gps/hibernate/EmailaddressDAO.java 156 publicMethodCommentRequirement Required
11565 src/com/gps/hibernate/EmailaddressDAO.java 157 There is log block not surrounded by if
11566 src/com/gps/hibernate/EmailaddressDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11567 src/com/gps/hibernate/EmailaddressDAO.java 159 Potential violation of Law of Demeter (method chain calls)
11568 src/com/gps/hibernate/EmailaddressDAO.java 160 There is log block not surrounded by if
11569 src/com/gps/hibernate/EmailaddressDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11570 src/com/gps/hibernate/EmailaddressDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11571 src/com/gps/hibernate/EmailaddressDAO.java 162 There is log block not surrounded by if
11572 src/com/gps/hibernate/EmailaddressDAO.java 167 Parameter 'instance' is not assigned and could be declared final
11573 src/com/gps/hibernate/EmailaddressDAO.java 167 publicMethodCommentRequirement Required
11574 src/com/gps/hibernate/EmailaddressDAO.java 168 There is log block not surrounded by if
11575 src/com/gps/hibernate/EmailaddressDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11576 src/com/gps/hibernate/EmailaddressDAO.java 170 Potential violation of Law of Demeter (method chain calls)
11577 src/com/gps/hibernate/EmailaddressDAO.java 171 There is log block not surrounded by if
11578 src/com/gps/hibernate/EmailaddressDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11579 src/com/gps/hibernate/EmailaddressDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11580 src/com/gps/hibernate/EmailaddressDAO.java 173 There is log block not surrounded by if
11581 src/com/gps/hibernate/EventNotification.java 12 headerCommentRequirement Required
11582 src/com/gps/hibernate/EventNotification.java 14 Variables should start with a lowercase character, 'Alertid' starts with uppercase character.
11583 src/com/gps/hibernate/EventNotification.java 14 fieldCommentRequirement Required
11584 src/com/gps/hibernate/EventNotification.java 15 Variables should start with a lowercase character, 'Orgid' starts with uppercase character.
11585 src/com/gps/hibernate/EventNotification.java 15 fieldCommentRequirement Required
11586 src/com/gps/hibernate/EventNotification.java 16 fieldCommentRequirement Required
11587 src/com/gps/hibernate/EventNotification.java 17 fieldCommentRequirement Required
11588 src/com/gps/hibernate/EventNotification.java 18 fieldCommentRequirement Required
11589 src/com/gps/hibernate/EventNotification.java 19 Variables should start with a lowercase character, 'StartTime' starts with uppercase character.
11590 src/com/gps/hibernate/EventNotification.java 19 fieldCommentRequirement Required
11591 src/com/gps/hibernate/EventNotification.java 20 Variables should start with a lowercase character, 'EndTime' starts with uppercase character.
11592 src/com/gps/hibernate/EventNotification.java 20 fieldCommentRequirement Required
11593 src/com/gps/hibernate/EventNotification.java 22 fieldCommentRequirement Required
11594 src/com/gps/hibernate/EventNotification.java 24 publicMethodCommentRequirement Required
11595 src/com/gps/hibernate/EventNotification.java 27 Parameter 'startTime' is not assigned and could be declared final
11596 src/com/gps/hibernate/EventNotification.java 27 publicMethodCommentRequirement Required
11597 src/com/gps/hibernate/EventNotification.java 30 publicMethodCommentRequirement Required
11598 src/com/gps/hibernate/EventNotification.java 33 Parameter 'endTime' is not assigned and could be declared final
11599 src/com/gps/hibernate/EventNotification.java 33 publicMethodCommentRequirement Required
11600 src/com/gps/hibernate/EventNotification.java 36 publicMethodCommentRequirement Required
11601 src/com/gps/hibernate/EventNotification.java 39 Parameter 'alertid' is not assigned and could be declared final
11602 src/com/gps/hibernate/EventNotification.java 39 publicMethodCommentRequirement Required
11603 src/com/gps/hibernate/EventNotification.java 42 publicMethodCommentRequirement Required
11604 src/com/gps/hibernate/EventNotification.java 45 Parameter 'orgid' is not assigned and could be declared final
11605 src/com/gps/hibernate/EventNotification.java 45 publicMethodCommentRequirement Required
11606 src/com/gps/hibernate/EventNotification.java 48 publicMethodCommentRequirement Required
11607 src/com/gps/hibernate/EventNotification.java 51 Parameter 'phone' is not assigned and could be declared final
11608 src/com/gps/hibernate/EventNotification.java 51 publicMethodCommentRequirement Required
11609 src/com/gps/hibernate/EventNotification.java 54 publicMethodCommentRequirement Required
11610 src/com/gps/hibernate/EventNotification.java 57 Parameter 'event' is not assigned and could be declared final
11611 src/com/gps/hibernate/EventNotification.java 57 publicMethodCommentRequirement Required
11612 src/com/gps/hibernate/EventNotification.java 60 publicMethodCommentRequirement Required
11613 src/com/gps/hibernate/EventNotification.java 63 Parameter 'alertTrip' is not assigned and could be declared final
11614 src/com/gps/hibernate/EventNotification.java 63 publicMethodCommentRequirement Required
11615 src/com/gps/hibernate/EventNotification.java 67 publicMethodCommentRequirement Required
11616 src/com/gps/hibernate/EventNotification.java 70 Parameter 'mode' is not assigned and could be declared final
11617 src/com/gps/hibernate/EventNotification.java 70 publicMethodCommentRequirement Required
11618 src/com/gps/hibernate/EventNotificationDAO.java 19 Avoid unused imports such as 'com.gps.notifier.EventAlertMgr'
11619 src/com/gps/hibernate/EventNotificationDAO.java 23 headerCommentRequirement Required
11620 src/com/gps/hibernate/EventNotificationDAO.java 25 Logger should be defined private static final and have the correct class
11621 src/com/gps/hibernate/EventNotificationDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
11622 src/com/gps/hibernate/EventNotificationDAO.java 25 fieldCommentRequirement Required
11623 src/com/gps/hibernate/EventNotificationDAO.java 26 Parameter 'eventCode' is not assigned and could be declared final
11624 src/com/gps/hibernate/EventNotificationDAO.java 26 Parameter 'orgid' is not assigned and could be declared final
11625 src/com/gps/hibernate/EventNotificationDAO.java 26 publicMethodCommentRequirement Required
11626 src/com/gps/hibernate/EventNotificationDAO.java 28 Local variable 'SendTo' could be declared final
11627 src/com/gps/hibernate/EventNotificationDAO.java 28 Variables should start with a lowercase character, 'SendTo' starts with uppercase character.
11628 src/com/gps/hibernate/EventNotificationDAO.java 30 Found 'DD'-anomaly for variable 'orgType' (lines '30'-'35').
11629 src/com/gps/hibernate/EventNotificationDAO.java 31 Found 'DD'-anomaly for variable 'eventNotification' (lines '31'-'45').
11630 src/com/gps/hibernate/EventNotificationDAO.java 31 Found 'DU'-anomaly for variable 'eventNotification' (lines '31'-'63').
11631 src/com/gps/hibernate/EventNotificationDAO.java 35 Potential violation of Law of Demeter (method chain calls)
11632 src/com/gps/hibernate/EventNotificationDAO.java 36 Local variable 'eventNotifyQry' could be declared final
11633 src/com/gps/hibernate/EventNotificationDAO.java 36 Potential violation of Law of Demeter (method chain calls)
11634 src/com/gps/hibernate/EventNotificationDAO.java 40 Local variable 'schedulerList' could be declared final
11635 src/com/gps/hibernate/EventNotificationDAO.java 42 Local variable 'schedulerIter' could be declared final
11636 src/com/gps/hibernate/EventNotificationDAO.java 44 Local variable 'rows' could be declared final
11637 src/com/gps/hibernate/EventNotificationDAO.java 45 Avoid instantiating new objects inside loops
11638 src/com/gps/hibernate/EventNotificationDAO.java 46 Potential violation of Law of Demeter (method chain calls)
11639 src/com/gps/hibernate/EventNotificationDAO.java 47 Potential violation of Law of Demeter (method chain calls)
11640 src/com/gps/hibernate/EventNotificationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
11641 src/com/gps/hibernate/EventNotificationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
11642 src/com/gps/hibernate/EventNotificationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
11643 src/com/gps/hibernate/EventNotificationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
11644 src/com/gps/hibernate/EventNotificationDAO.java 49 Potential violation of Law of Demeter (method chain calls)
11645 src/com/gps/hibernate/EventNotificationDAO.java 50 Potential violation of Law of Demeter (method chain calls)
11646 src/com/gps/hibernate/EventNotificationDAO.java 51 Potential violation of Law of Demeter (method chain calls)
11647 src/com/gps/hibernate/EventNotificationDAO.java 52 Potential violation of Law of Demeter (method chain calls)
11648 src/com/gps/hibernate/EventNotificationDAO.java 53 Potential violation of Law of Demeter (method chain calls)
11649 src/com/gps/hibernate/EventNotificationDAO.java 53 Potential violation of Law of Demeter (method chain calls)
11650 src/com/gps/hibernate/EventNotificationDAO.java 53 Potential violation of Law of Demeter (method chain calls)
11651 src/com/gps/hibernate/EventNotificationDAO.java 53 Potential violation of Law of Demeter (method chain calls)
11652 src/com/gps/hibernate/EventNotificationDAO.java 57 There is log block not surrounded by if
11653 src/com/gps/hibernate/EventNotificationDAO.java 57 There is log block not surrounded by if
11654 src/com/gps/hibernate/EventNotificationDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11655 src/com/gps/hibernate/EventNotificationDAO.java 59 There is log block not surrounded by if
11656 src/com/gps/hibernate/Expandocolumn.java 9 Classes implementing Serializable should set a serialVersionUID
11657 src/com/gps/hibernate/Expandocolumn.java 13 fieldCommentRequirement Required
11658 src/com/gps/hibernate/Expandocolumn.java 14 fieldCommentRequirement Required
11659 src/com/gps/hibernate/Expandocolumn.java 15 fieldCommentRequirement Required
11660 src/com/gps/hibernate/Expandocolumn.java 16 fieldCommentRequirement Required
11661 src/com/gps/hibernate/Expandocolumn.java 17 fieldCommentRequirement Required
11662 src/com/gps/hibernate/Expandocolumn.java 18 fieldCommentRequirement Required
11663 src/com/gps/hibernate/Expandocolumn.java 19 fieldCommentRequirement Required
11664 src/com/gps/hibernate/Expandocolumn.java 24 Document empty constructor
11665 src/com/gps/hibernate/Expandocolumn.java 28 Parameter 'columnId' is not assigned and could be declared final
11666 src/com/gps/hibernate/Expandocolumn.java 33 Parameter 'columnId' is not assigned and could be declared final
11667 src/com/gps/hibernate/Expandocolumn.java 33 Parameter 'companyId' is not assigned and could be declared final
11668 src/com/gps/hibernate/Expandocolumn.java 33 Parameter 'tableId' is not assigned and could be declared final
11669 src/com/gps/hibernate/Expandocolumn.java 34 Parameter 'defaultData' is not assigned and could be declared final
11670 src/com/gps/hibernate/Expandocolumn.java 34 Parameter 'name' is not assigned and could be declared final
11671 src/com/gps/hibernate/Expandocolumn.java 34 Parameter 'type' is not assigned and could be declared final
11672 src/com/gps/hibernate/Expandocolumn.java 34 Parameter 'typeSettings' is not assigned and could be declared final
11673 src/com/gps/hibernate/Expandocolumn.java 46 publicMethodCommentRequirement Required
11674 src/com/gps/hibernate/Expandocolumn.java 50 Parameter 'columnId' is not assigned and could be declared final
11675 src/com/gps/hibernate/Expandocolumn.java 50 publicMethodCommentRequirement Required
11676 src/com/gps/hibernate/Expandocolumn.java 54 publicMethodCommentRequirement Required
11677 src/com/gps/hibernate/Expandocolumn.java 58 Parameter 'companyId' is not assigned and could be declared final
11678 src/com/gps/hibernate/Expandocolumn.java 58 publicMethodCommentRequirement Required
11679 src/com/gps/hibernate/Expandocolumn.java 62 publicMethodCommentRequirement Required
11680 src/com/gps/hibernate/Expandocolumn.java 66 Parameter 'tableId' is not assigned and could be declared final
11681 src/com/gps/hibernate/Expandocolumn.java 66 publicMethodCommentRequirement Required
11682 src/com/gps/hibernate/Expandocolumn.java 70 publicMethodCommentRequirement Required
11683 src/com/gps/hibernate/Expandocolumn.java 74 Parameter 'name' is not assigned and could be declared final
11684 src/com/gps/hibernate/Expandocolumn.java 74 publicMethodCommentRequirement Required
11685 src/com/gps/hibernate/Expandocolumn.java 78 publicMethodCommentRequirement Required
11686 src/com/gps/hibernate/Expandocolumn.java 82 Parameter 'type' is not assigned and could be declared final
11687 src/com/gps/hibernate/Expandocolumn.java 82 publicMethodCommentRequirement Required
11688 src/com/gps/hibernate/Expandocolumn.java 86 publicMethodCommentRequirement Required
11689 src/com/gps/hibernate/Expandocolumn.java 90 Parameter 'defaultData' is not assigned and could be declared final
11690 src/com/gps/hibernate/Expandocolumn.java 90 publicMethodCommentRequirement Required
11691 src/com/gps/hibernate/Expandocolumn.java 94 publicMethodCommentRequirement Required
11692 src/com/gps/hibernate/Expandocolumn.java 98 Parameter 'typeSettings' is not assigned and could be declared final
11693 src/com/gps/hibernate/Expandocolumn.java 98 publicMethodCommentRequirement Required
11694 src/com/gps/hibernate/ExpandocolumnDAO.java 10 Comment is too large: Too many lines
11695 src/com/gps/hibernate/ExpandocolumnDAO.java 22 This class has too many methods, consider refactoring it.
11696 src/com/gps/hibernate/ExpandocolumnDAO.java 23 Logger should be defined private static final and have the correct class
11697 src/com/gps/hibernate/ExpandocolumnDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
11698 src/com/gps/hibernate/ExpandocolumnDAO.java 23 fieldCommentRequirement Required
11699 src/com/gps/hibernate/ExpandocolumnDAO.java 25 fieldCommentRequirement Required
11700 src/com/gps/hibernate/ExpandocolumnDAO.java 26 fieldCommentRequirement Required
11701 src/com/gps/hibernate/ExpandocolumnDAO.java 27 fieldCommentRequirement Required
11702 src/com/gps/hibernate/ExpandocolumnDAO.java 28 fieldCommentRequirement Required
11703 src/com/gps/hibernate/ExpandocolumnDAO.java 29 fieldCommentRequirement Required
11704 src/com/gps/hibernate/ExpandocolumnDAO.java 30 fieldCommentRequirement Required
11705 src/com/gps/hibernate/ExpandocolumnDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
11706 src/com/gps/hibernate/ExpandocolumnDAO.java 32 publicMethodCommentRequirement Required
11707 src/com/gps/hibernate/ExpandocolumnDAO.java 33 There is log block not surrounded by if
11708 src/com/gps/hibernate/ExpandocolumnDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11709 src/com/gps/hibernate/ExpandocolumnDAO.java 35 Potential violation of Law of Demeter (method chain calls)
11710 src/com/gps/hibernate/ExpandocolumnDAO.java 36 There is log block not surrounded by if
11711 src/com/gps/hibernate/ExpandocolumnDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11712 src/com/gps/hibernate/ExpandocolumnDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11713 src/com/gps/hibernate/ExpandocolumnDAO.java 38 There is log block not surrounded by if
11714 src/com/gps/hibernate/ExpandocolumnDAO.java 43 Avoid excessively long variable names like persistentInstance
11715 src/com/gps/hibernate/ExpandocolumnDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
11716 src/com/gps/hibernate/ExpandocolumnDAO.java 43 publicMethodCommentRequirement Required
11717 src/com/gps/hibernate/ExpandocolumnDAO.java 44 There is log block not surrounded by if
11718 src/com/gps/hibernate/ExpandocolumnDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11719 src/com/gps/hibernate/ExpandocolumnDAO.java 46 Potential violation of Law of Demeter (method chain calls)
11720 src/com/gps/hibernate/ExpandocolumnDAO.java 47 There is log block not surrounded by if
11721 src/com/gps/hibernate/ExpandocolumnDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11722 src/com/gps/hibernate/ExpandocolumnDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11723 src/com/gps/hibernate/ExpandocolumnDAO.java 49 There is log block not surrounded by if
11724 src/com/gps/hibernate/ExpandocolumnDAO.java 54 Avoid variables with short names like id
11725 src/com/gps/hibernate/ExpandocolumnDAO.java 54 Parameter 'id' is not assigned and could be declared final
11726 src/com/gps/hibernate/ExpandocolumnDAO.java 54 publicMethodCommentRequirement Required
11727 src/com/gps/hibernate/ExpandocolumnDAO.java 55 There is log block not surrounded by if
11728 src/com/gps/hibernate/ExpandocolumnDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11729 src/com/gps/hibernate/ExpandocolumnDAO.java 57 Local variable 'instance' could be declared final
11730 src/com/gps/hibernate/ExpandocolumnDAO.java 57 Potential violation of Law of Demeter (method chain calls)
11731 src/com/gps/hibernate/ExpandocolumnDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11732 src/com/gps/hibernate/ExpandocolumnDAO.java 61 There is log block not surrounded by if
11733 src/com/gps/hibernate/ExpandocolumnDAO.java 66 Parameter 'instance' is not assigned and could be declared final
11734 src/com/gps/hibernate/ExpandocolumnDAO.java 66 publicMethodCommentRequirement Required
11735 src/com/gps/hibernate/ExpandocolumnDAO.java 67 There is log block not surrounded by if
11736 src/com/gps/hibernate/ExpandocolumnDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11737 src/com/gps/hibernate/ExpandocolumnDAO.java 69 Local variable 'results' could be declared final
11738 src/com/gps/hibernate/ExpandocolumnDAO.java 69 Potential violation of Law of Demeter (method chain calls)
11739 src/com/gps/hibernate/ExpandocolumnDAO.java 69 Potential violation of Law of Demeter (method chain calls)
11740 src/com/gps/hibernate/ExpandocolumnDAO.java 69 Potential violation of Law of Demeter (method chain calls)
11741 src/com/gps/hibernate/ExpandocolumnDAO.java 72 There is log block not surrounded by if
11742 src/com/gps/hibernate/ExpandocolumnDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11743 src/com/gps/hibernate/ExpandocolumnDAO.java 73 Potential violation of Law of Demeter (object not created locally)
11744 src/com/gps/hibernate/ExpandocolumnDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11745 src/com/gps/hibernate/ExpandocolumnDAO.java 76 There is log block not surrounded by if
11746 src/com/gps/hibernate/ExpandocolumnDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
11747 src/com/gps/hibernate/ExpandocolumnDAO.java 81 Parameter 'value' is not assigned and could be declared final
11748 src/com/gps/hibernate/ExpandocolumnDAO.java 81 publicMethodCommentRequirement Required
11749 src/com/gps/hibernate/ExpandocolumnDAO.java 82 There is log block not surrounded by if
11750 src/com/gps/hibernate/ExpandocolumnDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11751 src/com/gps/hibernate/ExpandocolumnDAO.java 85 Local variable 'queryString' could be declared final
11752 src/com/gps/hibernate/ExpandocolumnDAO.java 87 Local variable 'queryObject' could be declared final
11753 src/com/gps/hibernate/ExpandocolumnDAO.java 87 Potential violation of Law of Demeter (method chain calls)
11754 src/com/gps/hibernate/ExpandocolumnDAO.java 88 Potential violation of Law of Demeter (object not created locally)
11755 src/com/gps/hibernate/ExpandocolumnDAO.java 89 Potential violation of Law of Demeter (object not created locally)
11756 src/com/gps/hibernate/ExpandocolumnDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11757 src/com/gps/hibernate/ExpandocolumnDAO.java 91 There is log block not surrounded by if
11758 src/com/gps/hibernate/ExpandocolumnDAO.java 96 Parameter 'companyId' is not assigned and could be declared final
11759 src/com/gps/hibernate/ExpandocolumnDAO.java 96 publicMethodCommentRequirement Required
11760 src/com/gps/hibernate/ExpandocolumnDAO.java 100 Parameter 'tableId' is not assigned and could be declared final
11761 src/com/gps/hibernate/ExpandocolumnDAO.java 100 publicMethodCommentRequirement Required
11762 src/com/gps/hibernate/ExpandocolumnDAO.java 104 Parameter 'name' is not assigned and could be declared final
11763 src/com/gps/hibernate/ExpandocolumnDAO.java 104 publicMethodCommentRequirement Required
11764 src/com/gps/hibernate/ExpandocolumnDAO.java 108 Parameter 'type' is not assigned and could be declared final
11765 src/com/gps/hibernate/ExpandocolumnDAO.java 108 publicMethodCommentRequirement Required
11766 src/com/gps/hibernate/ExpandocolumnDAO.java 112 Parameter 'defaultData' is not assigned and could be declared final
11767 src/com/gps/hibernate/ExpandocolumnDAO.java 112 publicMethodCommentRequirement Required
11768 src/com/gps/hibernate/ExpandocolumnDAO.java 116 Parameter 'typeSettings' is not assigned and could be declared final
11769 src/com/gps/hibernate/ExpandocolumnDAO.java 116 publicMethodCommentRequirement Required
11770 src/com/gps/hibernate/ExpandocolumnDAO.java 120 publicMethodCommentRequirement Required
11771 src/com/gps/hibernate/ExpandocolumnDAO.java 121 There is log block not surrounded by if
11772 src/com/gps/hibernate/ExpandocolumnDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11773 src/com/gps/hibernate/ExpandocolumnDAO.java 123 Local variable 'queryString' could be declared final
11774 src/com/gps/hibernate/ExpandocolumnDAO.java 124 Local variable 'queryObject' could be declared final
11775 src/com/gps/hibernate/ExpandocolumnDAO.java 124 Potential violation of Law of Demeter (method chain calls)
11776 src/com/gps/hibernate/ExpandocolumnDAO.java 125 Potential violation of Law of Demeter (object not created locally)
11777 src/com/gps/hibernate/ExpandocolumnDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11778 src/com/gps/hibernate/ExpandocolumnDAO.java 127 There is log block not surrounded by if
11779 src/com/gps/hibernate/ExpandocolumnDAO.java 132 Parameter 'detachedInstance' is not assigned and could be declared final
11780 src/com/gps/hibernate/ExpandocolumnDAO.java 132 publicMethodCommentRequirement Required
11781 src/com/gps/hibernate/ExpandocolumnDAO.java 133 There is log block not surrounded by if
11782 src/com/gps/hibernate/ExpandocolumnDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11783 src/com/gps/hibernate/ExpandocolumnDAO.java 135 Local variable 'result' could be declared final
11784 src/com/gps/hibernate/ExpandocolumnDAO.java 135 Potential violation of Law of Demeter (method chain calls)
11785 src/com/gps/hibernate/ExpandocolumnDAO.java 137 There is log block not surrounded by if
11786 src/com/gps/hibernate/ExpandocolumnDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11787 src/com/gps/hibernate/ExpandocolumnDAO.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11788 src/com/gps/hibernate/ExpandocolumnDAO.java 140 There is log block not surrounded by if
11789 src/com/gps/hibernate/ExpandocolumnDAO.java 145 Parameter 'instance' is not assigned and could be declared final
11790 src/com/gps/hibernate/ExpandocolumnDAO.java 145 publicMethodCommentRequirement Required
11791 src/com/gps/hibernate/ExpandocolumnDAO.java 146 There is log block not surrounded by if
11792 src/com/gps/hibernate/ExpandocolumnDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11793 src/com/gps/hibernate/ExpandocolumnDAO.java 148 Potential violation of Law of Demeter (method chain calls)
11794 src/com/gps/hibernate/ExpandocolumnDAO.java 149 There is log block not surrounded by if
11795 src/com/gps/hibernate/ExpandocolumnDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11796 src/com/gps/hibernate/ExpandocolumnDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11797 src/com/gps/hibernate/ExpandocolumnDAO.java 151 There is log block not surrounded by if
11798 src/com/gps/hibernate/ExpandocolumnDAO.java 156 Parameter 'instance' is not assigned and could be declared final
11799 src/com/gps/hibernate/ExpandocolumnDAO.java 156 publicMethodCommentRequirement Required
11800 src/com/gps/hibernate/ExpandocolumnDAO.java 157 There is log block not surrounded by if
11801 src/com/gps/hibernate/ExpandocolumnDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11802 src/com/gps/hibernate/ExpandocolumnDAO.java 159 Potential violation of Law of Demeter (method chain calls)
11803 src/com/gps/hibernate/ExpandocolumnDAO.java 160 There is log block not surrounded by if
11804 src/com/gps/hibernate/ExpandocolumnDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11805 src/com/gps/hibernate/ExpandocolumnDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11806 src/com/gps/hibernate/ExpandocolumnDAO.java 162 There is log block not surrounded by if
11807 src/com/gps/hibernate/Expandorow.java 9 Classes implementing Serializable should set a serialVersionUID
11808 src/com/gps/hibernate/Expandorow.java 13 fieldCommentRequirement Required
11809 src/com/gps/hibernate/Expandorow.java 14 fieldCommentRequirement Required
11810 src/com/gps/hibernate/Expandorow.java 15 fieldCommentRequirement Required
11811 src/com/gps/hibernate/Expandorow.java 16 fieldCommentRequirement Required
11812 src/com/gps/hibernate/Expandorow.java 21 Document empty constructor
11813 src/com/gps/hibernate/Expandorow.java 25 Parameter 'rowId' is not assigned and could be declared final
11814 src/com/gps/hibernate/Expandorow.java 30 Parameter 'classPk' is not assigned and could be declared final
11815 src/com/gps/hibernate/Expandorow.java 30 Parameter 'companyId' is not assigned and could be declared final
11816 src/com/gps/hibernate/Expandorow.java 30 Parameter 'rowId' is not assigned and could be declared final
11817 src/com/gps/hibernate/Expandorow.java 30 Parameter 'tableId' is not assigned and could be declared final
11818 src/com/gps/hibernate/Expandorow.java 39 publicMethodCommentRequirement Required
11819 src/com/gps/hibernate/Expandorow.java 43 Parameter 'rowId' is not assigned and could be declared final
11820 src/com/gps/hibernate/Expandorow.java 43 publicMethodCommentRequirement Required
11821 src/com/gps/hibernate/Expandorow.java 47 publicMethodCommentRequirement Required
11822 src/com/gps/hibernate/Expandorow.java 51 Parameter 'companyId' is not assigned and could be declared final
11823 src/com/gps/hibernate/Expandorow.java 51 publicMethodCommentRequirement Required
11824 src/com/gps/hibernate/Expandorow.java 55 publicMethodCommentRequirement Required
11825 src/com/gps/hibernate/Expandorow.java 59 Parameter 'tableId' is not assigned and could be declared final
11826 src/com/gps/hibernate/Expandorow.java 59 publicMethodCommentRequirement Required
11827 src/com/gps/hibernate/Expandorow.java 63 publicMethodCommentRequirement Required
11828 src/com/gps/hibernate/Expandorow.java 67 Parameter 'classPk' is not assigned and could be declared final
11829 src/com/gps/hibernate/Expandorow.java 67 publicMethodCommentRequirement Required
11830 src/com/gps/hibernate/ExpandorowDAO.java 10 Comment is too large: Too many lines
11831 src/com/gps/hibernate/ExpandorowDAO.java 22 This class has too many methods, consider refactoring it.
11832 src/com/gps/hibernate/ExpandorowDAO.java 23 Logger should be defined private static final and have the correct class
11833 src/com/gps/hibernate/ExpandorowDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
11834 src/com/gps/hibernate/ExpandorowDAO.java 23 fieldCommentRequirement Required
11835 src/com/gps/hibernate/ExpandorowDAO.java 25 fieldCommentRequirement Required
11836 src/com/gps/hibernate/ExpandorowDAO.java 26 fieldCommentRequirement Required
11837 src/com/gps/hibernate/ExpandorowDAO.java 27 fieldCommentRequirement Required
11838 src/com/gps/hibernate/ExpandorowDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
11839 src/com/gps/hibernate/ExpandorowDAO.java 29 publicMethodCommentRequirement Required
11840 src/com/gps/hibernate/ExpandorowDAO.java 30 There is log block not surrounded by if
11841 src/com/gps/hibernate/ExpandorowDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11842 src/com/gps/hibernate/ExpandorowDAO.java 32 Potential violation of Law of Demeter (method chain calls)
11843 src/com/gps/hibernate/ExpandorowDAO.java 33 There is log block not surrounded by if
11844 src/com/gps/hibernate/ExpandorowDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11845 src/com/gps/hibernate/ExpandorowDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11846 src/com/gps/hibernate/ExpandorowDAO.java 35 There is log block not surrounded by if
11847 src/com/gps/hibernate/ExpandorowDAO.java 40 Avoid excessively long variable names like persistentInstance
11848 src/com/gps/hibernate/ExpandorowDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
11849 src/com/gps/hibernate/ExpandorowDAO.java 40 publicMethodCommentRequirement Required
11850 src/com/gps/hibernate/ExpandorowDAO.java 41 There is log block not surrounded by if
11851 src/com/gps/hibernate/ExpandorowDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11852 src/com/gps/hibernate/ExpandorowDAO.java 43 Potential violation of Law of Demeter (method chain calls)
11853 src/com/gps/hibernate/ExpandorowDAO.java 44 There is log block not surrounded by if
11854 src/com/gps/hibernate/ExpandorowDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11855 src/com/gps/hibernate/ExpandorowDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11856 src/com/gps/hibernate/ExpandorowDAO.java 46 There is log block not surrounded by if
11857 src/com/gps/hibernate/ExpandorowDAO.java 51 Avoid variables with short names like id
11858 src/com/gps/hibernate/ExpandorowDAO.java 51 Parameter 'id' is not assigned and could be declared final
11859 src/com/gps/hibernate/ExpandorowDAO.java 51 publicMethodCommentRequirement Required
11860 src/com/gps/hibernate/ExpandorowDAO.java 52 There is log block not surrounded by if
11861 src/com/gps/hibernate/ExpandorowDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11862 src/com/gps/hibernate/ExpandorowDAO.java 54 Local variable 'instance' could be declared final
11863 src/com/gps/hibernate/ExpandorowDAO.java 54 Potential violation of Law of Demeter (method chain calls)
11864 src/com/gps/hibernate/ExpandorowDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11865 src/com/gps/hibernate/ExpandorowDAO.java 58 There is log block not surrounded by if
11866 src/com/gps/hibernate/ExpandorowDAO.java 63 Parameter 'instance' is not assigned and could be declared final
11867 src/com/gps/hibernate/ExpandorowDAO.java 63 publicMethodCommentRequirement Required
11868 src/com/gps/hibernate/ExpandorowDAO.java 64 There is log block not surrounded by if
11869 src/com/gps/hibernate/ExpandorowDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11870 src/com/gps/hibernate/ExpandorowDAO.java 66 Local variable 'results' could be declared final
11871 src/com/gps/hibernate/ExpandorowDAO.java 66 Potential violation of Law of Demeter (method chain calls)
11872 src/com/gps/hibernate/ExpandorowDAO.java 66 Potential violation of Law of Demeter (method chain calls)
11873 src/com/gps/hibernate/ExpandorowDAO.java 66 Potential violation of Law of Demeter (method chain calls)
11874 src/com/gps/hibernate/ExpandorowDAO.java 69 There is log block not surrounded by if
11875 src/com/gps/hibernate/ExpandorowDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11876 src/com/gps/hibernate/ExpandorowDAO.java 70 Potential violation of Law of Demeter (object not created locally)
11877 src/com/gps/hibernate/ExpandorowDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11878 src/com/gps/hibernate/ExpandorowDAO.java 73 There is log block not surrounded by if
11879 src/com/gps/hibernate/ExpandorowDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
11880 src/com/gps/hibernate/ExpandorowDAO.java 78 Parameter 'value' is not assigned and could be declared final
11881 src/com/gps/hibernate/ExpandorowDAO.java 78 publicMethodCommentRequirement Required
11882 src/com/gps/hibernate/ExpandorowDAO.java 79 There is log block not surrounded by if
11883 src/com/gps/hibernate/ExpandorowDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11884 src/com/gps/hibernate/ExpandorowDAO.java 82 Local variable 'queryString' could be declared final
11885 src/com/gps/hibernate/ExpandorowDAO.java 84 Local variable 'queryObject' could be declared final
11886 src/com/gps/hibernate/ExpandorowDAO.java 84 Potential violation of Law of Demeter (method chain calls)
11887 src/com/gps/hibernate/ExpandorowDAO.java 85 Potential violation of Law of Demeter (object not created locally)
11888 src/com/gps/hibernate/ExpandorowDAO.java 86 Potential violation of Law of Demeter (object not created locally)
11889 src/com/gps/hibernate/ExpandorowDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11890 src/com/gps/hibernate/ExpandorowDAO.java 88 There is log block not surrounded by if
11891 src/com/gps/hibernate/ExpandorowDAO.java 93 Parameter 'companyId' is not assigned and could be declared final
11892 src/com/gps/hibernate/ExpandorowDAO.java 93 publicMethodCommentRequirement Required
11893 src/com/gps/hibernate/ExpandorowDAO.java 97 Parameter 'tableId' is not assigned and could be declared final
11894 src/com/gps/hibernate/ExpandorowDAO.java 97 publicMethodCommentRequirement Required
11895 src/com/gps/hibernate/ExpandorowDAO.java 101 Parameter 'classPk' is not assigned and could be declared final
11896 src/com/gps/hibernate/ExpandorowDAO.java 101 publicMethodCommentRequirement Required
11897 src/com/gps/hibernate/ExpandorowDAO.java 105 publicMethodCommentRequirement Required
11898 src/com/gps/hibernate/ExpandorowDAO.java 106 There is log block not surrounded by if
11899 src/com/gps/hibernate/ExpandorowDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11900 src/com/gps/hibernate/ExpandorowDAO.java 108 Local variable 'queryString' could be declared final
11901 src/com/gps/hibernate/ExpandorowDAO.java 109 Local variable 'queryObject' could be declared final
11902 src/com/gps/hibernate/ExpandorowDAO.java 109 Potential violation of Law of Demeter (method chain calls)
11903 src/com/gps/hibernate/ExpandorowDAO.java 110 Potential violation of Law of Demeter (object not created locally)
11904 src/com/gps/hibernate/ExpandorowDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11905 src/com/gps/hibernate/ExpandorowDAO.java 112 There is log block not surrounded by if
11906 src/com/gps/hibernate/ExpandorowDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
11907 src/com/gps/hibernate/ExpandorowDAO.java 117 publicMethodCommentRequirement Required
11908 src/com/gps/hibernate/ExpandorowDAO.java 118 There is log block not surrounded by if
11909 src/com/gps/hibernate/ExpandorowDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11910 src/com/gps/hibernate/ExpandorowDAO.java 120 Local variable 'result' could be declared final
11911 src/com/gps/hibernate/ExpandorowDAO.java 120 Potential violation of Law of Demeter (method chain calls)
11912 src/com/gps/hibernate/ExpandorowDAO.java 122 There is log block not surrounded by if
11913 src/com/gps/hibernate/ExpandorowDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11914 src/com/gps/hibernate/ExpandorowDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11915 src/com/gps/hibernate/ExpandorowDAO.java 125 There is log block not surrounded by if
11916 src/com/gps/hibernate/ExpandorowDAO.java 130 Parameter 'instance' is not assigned and could be declared final
11917 src/com/gps/hibernate/ExpandorowDAO.java 130 publicMethodCommentRequirement Required
11918 src/com/gps/hibernate/ExpandorowDAO.java 131 There is log block not surrounded by if
11919 src/com/gps/hibernate/ExpandorowDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11920 src/com/gps/hibernate/ExpandorowDAO.java 133 Potential violation of Law of Demeter (method chain calls)
11921 src/com/gps/hibernate/ExpandorowDAO.java 134 There is log block not surrounded by if
11922 src/com/gps/hibernate/ExpandorowDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11923 src/com/gps/hibernate/ExpandorowDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11924 src/com/gps/hibernate/ExpandorowDAO.java 136 There is log block not surrounded by if
11925 src/com/gps/hibernate/ExpandorowDAO.java 141 Parameter 'instance' is not assigned and could be declared final
11926 src/com/gps/hibernate/ExpandorowDAO.java 141 publicMethodCommentRequirement Required
11927 src/com/gps/hibernate/ExpandorowDAO.java 142 There is log block not surrounded by if
11928 src/com/gps/hibernate/ExpandorowDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11929 src/com/gps/hibernate/ExpandorowDAO.java 144 Potential violation of Law of Demeter (method chain calls)
11930 src/com/gps/hibernate/ExpandorowDAO.java 145 There is log block not surrounded by if
11931 src/com/gps/hibernate/ExpandorowDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11932 src/com/gps/hibernate/ExpandorowDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11933 src/com/gps/hibernate/ExpandorowDAO.java 147 There is log block not surrounded by if
11934 src/com/gps/hibernate/Expandotable.java 9 Classes implementing Serializable should set a serialVersionUID
11935 src/com/gps/hibernate/Expandotable.java 13 fieldCommentRequirement Required
11936 src/com/gps/hibernate/Expandotable.java 14 fieldCommentRequirement Required
11937 src/com/gps/hibernate/Expandotable.java 15 fieldCommentRequirement Required
11938 src/com/gps/hibernate/Expandotable.java 16 fieldCommentRequirement Required
11939 src/com/gps/hibernate/Expandotable.java 21 Document empty constructor
11940 src/com/gps/hibernate/Expandotable.java 25 Parameter 'tableId' is not assigned and could be declared final
11941 src/com/gps/hibernate/Expandotable.java 30 Parameter 'classNameId' is not assigned and could be declared final
11942 src/com/gps/hibernate/Expandotable.java 30 Parameter 'companyId' is not assigned and could be declared final
11943 src/com/gps/hibernate/Expandotable.java 30 Parameter 'tableId' is not assigned and could be declared final
11944 src/com/gps/hibernate/Expandotable.java 31 Parameter 'name' is not assigned and could be declared final
11945 src/com/gps/hibernate/Expandotable.java 40 publicMethodCommentRequirement Required
11946 src/com/gps/hibernate/Expandotable.java 44 Parameter 'tableId' is not assigned and could be declared final
11947 src/com/gps/hibernate/Expandotable.java 44 publicMethodCommentRequirement Required
11948 src/com/gps/hibernate/Expandotable.java 48 publicMethodCommentRequirement Required
11949 src/com/gps/hibernate/Expandotable.java 52 Parameter 'companyId' is not assigned and could be declared final
11950 src/com/gps/hibernate/Expandotable.java 52 publicMethodCommentRequirement Required
11951 src/com/gps/hibernate/Expandotable.java 56 publicMethodCommentRequirement Required
11952 src/com/gps/hibernate/Expandotable.java 60 Parameter 'classNameId' is not assigned and could be declared final
11953 src/com/gps/hibernate/Expandotable.java 60 publicMethodCommentRequirement Required
11954 src/com/gps/hibernate/Expandotable.java 64 publicMethodCommentRequirement Required
11955 src/com/gps/hibernate/Expandotable.java 68 Parameter 'name' is not assigned and could be declared final
11956 src/com/gps/hibernate/Expandotable.java 68 publicMethodCommentRequirement Required
11957 src/com/gps/hibernate/ExpandotableDAO.java 10 Comment is too large: Too many lines
11958 src/com/gps/hibernate/ExpandotableDAO.java 22 This class has too many methods, consider refactoring it.
11959 src/com/gps/hibernate/ExpandotableDAO.java 23 Logger should be defined private static final and have the correct class
11960 src/com/gps/hibernate/ExpandotableDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
11961 src/com/gps/hibernate/ExpandotableDAO.java 23 fieldCommentRequirement Required
11962 src/com/gps/hibernate/ExpandotableDAO.java 25 fieldCommentRequirement Required
11963 src/com/gps/hibernate/ExpandotableDAO.java 26 fieldCommentRequirement Required
11964 src/com/gps/hibernate/ExpandotableDAO.java 27 fieldCommentRequirement Required
11965 src/com/gps/hibernate/ExpandotableDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
11966 src/com/gps/hibernate/ExpandotableDAO.java 29 publicMethodCommentRequirement Required
11967 src/com/gps/hibernate/ExpandotableDAO.java 30 There is log block not surrounded by if
11968 src/com/gps/hibernate/ExpandotableDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11969 src/com/gps/hibernate/ExpandotableDAO.java 32 Potential violation of Law of Demeter (method chain calls)
11970 src/com/gps/hibernate/ExpandotableDAO.java 33 There is log block not surrounded by if
11971 src/com/gps/hibernate/ExpandotableDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11972 src/com/gps/hibernate/ExpandotableDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11973 src/com/gps/hibernate/ExpandotableDAO.java 35 There is log block not surrounded by if
11974 src/com/gps/hibernate/ExpandotableDAO.java 40 Avoid excessively long variable names like persistentInstance
11975 src/com/gps/hibernate/ExpandotableDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
11976 src/com/gps/hibernate/ExpandotableDAO.java 40 publicMethodCommentRequirement Required
11977 src/com/gps/hibernate/ExpandotableDAO.java 41 There is log block not surrounded by if
11978 src/com/gps/hibernate/ExpandotableDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11979 src/com/gps/hibernate/ExpandotableDAO.java 43 Potential violation of Law of Demeter (method chain calls)
11980 src/com/gps/hibernate/ExpandotableDAO.java 44 There is log block not surrounded by if
11981 src/com/gps/hibernate/ExpandotableDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11982 src/com/gps/hibernate/ExpandotableDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11983 src/com/gps/hibernate/ExpandotableDAO.java 46 There is log block not surrounded by if
11984 src/com/gps/hibernate/ExpandotableDAO.java 51 Avoid variables with short names like id
11985 src/com/gps/hibernate/ExpandotableDAO.java 51 Parameter 'id' is not assigned and could be declared final
11986 src/com/gps/hibernate/ExpandotableDAO.java 51 publicMethodCommentRequirement Required
11987 src/com/gps/hibernate/ExpandotableDAO.java 52 There is log block not surrounded by if
11988 src/com/gps/hibernate/ExpandotableDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11989 src/com/gps/hibernate/ExpandotableDAO.java 54 Local variable 'instance' could be declared final
11990 src/com/gps/hibernate/ExpandotableDAO.java 54 Potential violation of Law of Demeter (method chain calls)
11991 src/com/gps/hibernate/ExpandotableDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11992 src/com/gps/hibernate/ExpandotableDAO.java 58 There is log block not surrounded by if
11993 src/com/gps/hibernate/ExpandotableDAO.java 63 Parameter 'instance' is not assigned and could be declared final
11994 src/com/gps/hibernate/ExpandotableDAO.java 63 publicMethodCommentRequirement Required
11995 src/com/gps/hibernate/ExpandotableDAO.java 64 There is log block not surrounded by if
11996 src/com/gps/hibernate/ExpandotableDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
11997 src/com/gps/hibernate/ExpandotableDAO.java 66 Local variable 'results' could be declared final
11998 src/com/gps/hibernate/ExpandotableDAO.java 66 Potential violation of Law of Demeter (method chain calls)
11999 src/com/gps/hibernate/ExpandotableDAO.java 66 Potential violation of Law of Demeter (method chain calls)
12000 src/com/gps/hibernate/ExpandotableDAO.java 66 Potential violation of Law of Demeter (method chain calls)
12001 src/com/gps/hibernate/ExpandotableDAO.java 69 There is log block not surrounded by if
12002 src/com/gps/hibernate/ExpandotableDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12003 src/com/gps/hibernate/ExpandotableDAO.java 70 Potential violation of Law of Demeter (object not created locally)
12004 src/com/gps/hibernate/ExpandotableDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12005 src/com/gps/hibernate/ExpandotableDAO.java 73 There is log block not surrounded by if
12006 src/com/gps/hibernate/ExpandotableDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
12007 src/com/gps/hibernate/ExpandotableDAO.java 78 Parameter 'value' is not assigned and could be declared final
12008 src/com/gps/hibernate/ExpandotableDAO.java 78 publicMethodCommentRequirement Required
12009 src/com/gps/hibernate/ExpandotableDAO.java 79 There is log block not surrounded by if
12010 src/com/gps/hibernate/ExpandotableDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12011 src/com/gps/hibernate/ExpandotableDAO.java 82 Local variable 'queryString' could be declared final
12012 src/com/gps/hibernate/ExpandotableDAO.java 84 Local variable 'queryObject' could be declared final
12013 src/com/gps/hibernate/ExpandotableDAO.java 84 Potential violation of Law of Demeter (method chain calls)
12014 src/com/gps/hibernate/ExpandotableDAO.java 85 Potential violation of Law of Demeter (object not created locally)
12015 src/com/gps/hibernate/ExpandotableDAO.java 86 Potential violation of Law of Demeter (object not created locally)
12016 src/com/gps/hibernate/ExpandotableDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12017 src/com/gps/hibernate/ExpandotableDAO.java 88 There is log block not surrounded by if
12018 src/com/gps/hibernate/ExpandotableDAO.java 93 Parameter 'companyId' is not assigned and could be declared final
12019 src/com/gps/hibernate/ExpandotableDAO.java 93 publicMethodCommentRequirement Required
12020 src/com/gps/hibernate/ExpandotableDAO.java 97 Parameter 'classNameId' is not assigned and could be declared final
12021 src/com/gps/hibernate/ExpandotableDAO.java 97 publicMethodCommentRequirement Required
12022 src/com/gps/hibernate/ExpandotableDAO.java 101 Parameter 'name' is not assigned and could be declared final
12023 src/com/gps/hibernate/ExpandotableDAO.java 101 publicMethodCommentRequirement Required
12024 src/com/gps/hibernate/ExpandotableDAO.java 105 publicMethodCommentRequirement Required
12025 src/com/gps/hibernate/ExpandotableDAO.java 106 There is log block not surrounded by if
12026 src/com/gps/hibernate/ExpandotableDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12027 src/com/gps/hibernate/ExpandotableDAO.java 108 Local variable 'queryString' could be declared final
12028 src/com/gps/hibernate/ExpandotableDAO.java 109 Local variable 'queryObject' could be declared final
12029 src/com/gps/hibernate/ExpandotableDAO.java 109 Potential violation of Law of Demeter (method chain calls)
12030 src/com/gps/hibernate/ExpandotableDAO.java 110 Potential violation of Law of Demeter (object not created locally)
12031 src/com/gps/hibernate/ExpandotableDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12032 src/com/gps/hibernate/ExpandotableDAO.java 112 There is log block not surrounded by if
12033 src/com/gps/hibernate/ExpandotableDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
12034 src/com/gps/hibernate/ExpandotableDAO.java 117 publicMethodCommentRequirement Required
12035 src/com/gps/hibernate/ExpandotableDAO.java 118 There is log block not surrounded by if
12036 src/com/gps/hibernate/ExpandotableDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12037 src/com/gps/hibernate/ExpandotableDAO.java 120 Local variable 'result' could be declared final
12038 src/com/gps/hibernate/ExpandotableDAO.java 120 Potential violation of Law of Demeter (method chain calls)
12039 src/com/gps/hibernate/ExpandotableDAO.java 122 There is log block not surrounded by if
12040 src/com/gps/hibernate/ExpandotableDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12041 src/com/gps/hibernate/ExpandotableDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12042 src/com/gps/hibernate/ExpandotableDAO.java 125 There is log block not surrounded by if
12043 src/com/gps/hibernate/ExpandotableDAO.java 130 Parameter 'instance' is not assigned and could be declared final
12044 src/com/gps/hibernate/ExpandotableDAO.java 130 publicMethodCommentRequirement Required
12045 src/com/gps/hibernate/ExpandotableDAO.java 131 There is log block not surrounded by if
12046 src/com/gps/hibernate/ExpandotableDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12047 src/com/gps/hibernate/ExpandotableDAO.java 133 Potential violation of Law of Demeter (method chain calls)
12048 src/com/gps/hibernate/ExpandotableDAO.java 134 There is log block not surrounded by if
12049 src/com/gps/hibernate/ExpandotableDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12050 src/com/gps/hibernate/ExpandotableDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12051 src/com/gps/hibernate/ExpandotableDAO.java 136 There is log block not surrounded by if
12052 src/com/gps/hibernate/ExpandotableDAO.java 141 Parameter 'instance' is not assigned and could be declared final
12053 src/com/gps/hibernate/ExpandotableDAO.java 141 publicMethodCommentRequirement Required
12054 src/com/gps/hibernate/ExpandotableDAO.java 142 There is log block not surrounded by if
12055 src/com/gps/hibernate/ExpandotableDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12056 src/com/gps/hibernate/ExpandotableDAO.java 144 Potential violation of Law of Demeter (method chain calls)
12057 src/com/gps/hibernate/ExpandotableDAO.java 145 There is log block not surrounded by if
12058 src/com/gps/hibernate/ExpandotableDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12059 src/com/gps/hibernate/ExpandotableDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12060 src/com/gps/hibernate/ExpandotableDAO.java 147 There is log block not surrounded by if
12061 src/com/gps/hibernate/Expandovalue.java 9 Classes implementing Serializable should set a serialVersionUID
12062 src/com/gps/hibernate/Expandovalue.java 13 fieldCommentRequirement Required
12063 src/com/gps/hibernate/Expandovalue.java 14 fieldCommentRequirement Required
12064 src/com/gps/hibernate/Expandovalue.java 15 fieldCommentRequirement Required
12065 src/com/gps/hibernate/Expandovalue.java 16 fieldCommentRequirement Required
12066 src/com/gps/hibernate/Expandovalue.java 17 fieldCommentRequirement Required
12067 src/com/gps/hibernate/Expandovalue.java 18 fieldCommentRequirement Required
12068 src/com/gps/hibernate/Expandovalue.java 19 fieldCommentRequirement Required
12069 src/com/gps/hibernate/Expandovalue.java 20 fieldCommentRequirement Required
12070 src/com/gps/hibernate/Expandovalue.java 25 Document empty constructor
12071 src/com/gps/hibernate/Expandovalue.java 29 Parameter 'valueId' is not assigned and could be declared final
12072 src/com/gps/hibernate/Expandovalue.java 34 Parameter 'companyId' is not assigned and could be declared final
12073 src/com/gps/hibernate/Expandovalue.java 34 Parameter 'tableId' is not assigned and could be declared final
12074 src/com/gps/hibernate/Expandovalue.java 34 Parameter 'valueId' is not assigned and could be declared final
12075 src/com/gps/hibernate/Expandovalue.java 35 Parameter 'classNameId' is not assigned and could be declared final
12076 src/com/gps/hibernate/Expandovalue.java 35 Parameter 'classPk' is not assigned and could be declared final
12077 src/com/gps/hibernate/Expandovalue.java 35 Parameter 'columnId' is not assigned and could be declared final
12078 src/com/gps/hibernate/Expandovalue.java 35 Parameter 'rowId' is not assigned and could be declared final
12079 src/com/gps/hibernate/Expandovalue.java 36 Parameter 'data' is not assigned and could be declared final
12080 src/com/gps/hibernate/Expandovalue.java 49 publicMethodCommentRequirement Required
12081 src/com/gps/hibernate/Expandovalue.java 53 Parameter 'valueId' is not assigned and could be declared final
12082 src/com/gps/hibernate/Expandovalue.java 53 publicMethodCommentRequirement Required
12083 src/com/gps/hibernate/Expandovalue.java 57 publicMethodCommentRequirement Required
12084 src/com/gps/hibernate/Expandovalue.java 61 Parameter 'companyId' is not assigned and could be declared final
12085 src/com/gps/hibernate/Expandovalue.java 61 publicMethodCommentRequirement Required
12086 src/com/gps/hibernate/Expandovalue.java 65 publicMethodCommentRequirement Required
12087 src/com/gps/hibernate/Expandovalue.java 69 Parameter 'tableId' is not assigned and could be declared final
12088 src/com/gps/hibernate/Expandovalue.java 69 publicMethodCommentRequirement Required
12089 src/com/gps/hibernate/Expandovalue.java 73 publicMethodCommentRequirement Required
12090 src/com/gps/hibernate/Expandovalue.java 77 Parameter 'columnId' is not assigned and could be declared final
12091 src/com/gps/hibernate/Expandovalue.java 77 publicMethodCommentRequirement Required
12092 src/com/gps/hibernate/Expandovalue.java 81 publicMethodCommentRequirement Required
12093 src/com/gps/hibernate/Expandovalue.java 85 Parameter 'rowId' is not assigned and could be declared final
12094 src/com/gps/hibernate/Expandovalue.java 85 publicMethodCommentRequirement Required
12095 src/com/gps/hibernate/Expandovalue.java 89 publicMethodCommentRequirement Required
12096 src/com/gps/hibernate/Expandovalue.java 93 Parameter 'classNameId' is not assigned and could be declared final
12097 src/com/gps/hibernate/Expandovalue.java 93 publicMethodCommentRequirement Required
12098 src/com/gps/hibernate/Expandovalue.java 97 publicMethodCommentRequirement Required
12099 src/com/gps/hibernate/Expandovalue.java 101 Parameter 'classPk' is not assigned and could be declared final
12100 src/com/gps/hibernate/Expandovalue.java 101 publicMethodCommentRequirement Required
12101 src/com/gps/hibernate/Expandovalue.java 105 publicMethodCommentRequirement Required
12102 src/com/gps/hibernate/Expandovalue.java 109 Parameter 'data' is not assigned and could be declared final
12103 src/com/gps/hibernate/Expandovalue.java 109 publicMethodCommentRequirement Required
12104 src/com/gps/hibernate/ExpandovalueDAO.java 10 Comment is too large: Too many lines
12105 src/com/gps/hibernate/ExpandovalueDAO.java 22 This class has too many methods, consider refactoring it.
12106 src/com/gps/hibernate/ExpandovalueDAO.java 23 Logger should be defined private static final and have the correct class
12107 src/com/gps/hibernate/ExpandovalueDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
12108 src/com/gps/hibernate/ExpandovalueDAO.java 23 fieldCommentRequirement Required
12109 src/com/gps/hibernate/ExpandovalueDAO.java 25 fieldCommentRequirement Required
12110 src/com/gps/hibernate/ExpandovalueDAO.java 26 fieldCommentRequirement Required
12111 src/com/gps/hibernate/ExpandovalueDAO.java 27 fieldCommentRequirement Required
12112 src/com/gps/hibernate/ExpandovalueDAO.java 28 fieldCommentRequirement Required
12113 src/com/gps/hibernate/ExpandovalueDAO.java 29 fieldCommentRequirement Required
12114 src/com/gps/hibernate/ExpandovalueDAO.java 30 fieldCommentRequirement Required
12115 src/com/gps/hibernate/ExpandovalueDAO.java 31 fieldCommentRequirement Required
12116 src/com/gps/hibernate/ExpandovalueDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
12117 src/com/gps/hibernate/ExpandovalueDAO.java 33 publicMethodCommentRequirement Required
12118 src/com/gps/hibernate/ExpandovalueDAO.java 34 There is log block not surrounded by if
12119 src/com/gps/hibernate/ExpandovalueDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12120 src/com/gps/hibernate/ExpandovalueDAO.java 36 Potential violation of Law of Demeter (method chain calls)
12121 src/com/gps/hibernate/ExpandovalueDAO.java 37 There is log block not surrounded by if
12122 src/com/gps/hibernate/ExpandovalueDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12123 src/com/gps/hibernate/ExpandovalueDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12124 src/com/gps/hibernate/ExpandovalueDAO.java 39 There is log block not surrounded by if
12125 src/com/gps/hibernate/ExpandovalueDAO.java 44 Avoid excessively long variable names like persistentInstance
12126 src/com/gps/hibernate/ExpandovalueDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
12127 src/com/gps/hibernate/ExpandovalueDAO.java 44 publicMethodCommentRequirement Required
12128 src/com/gps/hibernate/ExpandovalueDAO.java 45 There is log block not surrounded by if
12129 src/com/gps/hibernate/ExpandovalueDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12130 src/com/gps/hibernate/ExpandovalueDAO.java 47 Potential violation of Law of Demeter (method chain calls)
12131 src/com/gps/hibernate/ExpandovalueDAO.java 48 There is log block not surrounded by if
12132 src/com/gps/hibernate/ExpandovalueDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12133 src/com/gps/hibernate/ExpandovalueDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12134 src/com/gps/hibernate/ExpandovalueDAO.java 50 There is log block not surrounded by if
12135 src/com/gps/hibernate/ExpandovalueDAO.java 55 Avoid variables with short names like id
12136 src/com/gps/hibernate/ExpandovalueDAO.java 55 Parameter 'id' is not assigned and could be declared final
12137 src/com/gps/hibernate/ExpandovalueDAO.java 55 publicMethodCommentRequirement Required
12138 src/com/gps/hibernate/ExpandovalueDAO.java 56 There is log block not surrounded by if
12139 src/com/gps/hibernate/ExpandovalueDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12140 src/com/gps/hibernate/ExpandovalueDAO.java 58 Local variable 'instance' could be declared final
12141 src/com/gps/hibernate/ExpandovalueDAO.java 58 Potential violation of Law of Demeter (method chain calls)
12142 src/com/gps/hibernate/ExpandovalueDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12143 src/com/gps/hibernate/ExpandovalueDAO.java 62 There is log block not surrounded by if
12144 src/com/gps/hibernate/ExpandovalueDAO.java 67 Parameter 'instance' is not assigned and could be declared final
12145 src/com/gps/hibernate/ExpandovalueDAO.java 67 publicMethodCommentRequirement Required
12146 src/com/gps/hibernate/ExpandovalueDAO.java 68 There is log block not surrounded by if
12147 src/com/gps/hibernate/ExpandovalueDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12148 src/com/gps/hibernate/ExpandovalueDAO.java 70 Local variable 'results' could be declared final
12149 src/com/gps/hibernate/ExpandovalueDAO.java 70 Potential violation of Law of Demeter (method chain calls)
12150 src/com/gps/hibernate/ExpandovalueDAO.java 70 Potential violation of Law of Demeter (method chain calls)
12151 src/com/gps/hibernate/ExpandovalueDAO.java 70 Potential violation of Law of Demeter (method chain calls)
12152 src/com/gps/hibernate/ExpandovalueDAO.java 73 There is log block not surrounded by if
12153 src/com/gps/hibernate/ExpandovalueDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12154 src/com/gps/hibernate/ExpandovalueDAO.java 74 Potential violation of Law of Demeter (object not created locally)
12155 src/com/gps/hibernate/ExpandovalueDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12156 src/com/gps/hibernate/ExpandovalueDAO.java 77 There is log block not surrounded by if
12157 src/com/gps/hibernate/ExpandovalueDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
12158 src/com/gps/hibernate/ExpandovalueDAO.java 82 Parameter 'value' is not assigned and could be declared final
12159 src/com/gps/hibernate/ExpandovalueDAO.java 82 publicMethodCommentRequirement Required
12160 src/com/gps/hibernate/ExpandovalueDAO.java 83 There is log block not surrounded by if
12161 src/com/gps/hibernate/ExpandovalueDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12162 src/com/gps/hibernate/ExpandovalueDAO.java 86 Local variable 'queryString' could be declared final
12163 src/com/gps/hibernate/ExpandovalueDAO.java 88 Local variable 'queryObject' could be declared final
12164 src/com/gps/hibernate/ExpandovalueDAO.java 88 Potential violation of Law of Demeter (method chain calls)
12165 src/com/gps/hibernate/ExpandovalueDAO.java 89 Potential violation of Law of Demeter (object not created locally)
12166 src/com/gps/hibernate/ExpandovalueDAO.java 90 Potential violation of Law of Demeter (object not created locally)
12167 src/com/gps/hibernate/ExpandovalueDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12168 src/com/gps/hibernate/ExpandovalueDAO.java 92 There is log block not surrounded by if
12169 src/com/gps/hibernate/ExpandovalueDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
12170 src/com/gps/hibernate/ExpandovalueDAO.java 97 publicMethodCommentRequirement Required
12171 src/com/gps/hibernate/ExpandovalueDAO.java 101 Parameter 'tableId' is not assigned and could be declared final
12172 src/com/gps/hibernate/ExpandovalueDAO.java 101 publicMethodCommentRequirement Required
12173 src/com/gps/hibernate/ExpandovalueDAO.java 105 Parameter 'columnId' is not assigned and could be declared final
12174 src/com/gps/hibernate/ExpandovalueDAO.java 105 publicMethodCommentRequirement Required
12175 src/com/gps/hibernate/ExpandovalueDAO.java 109 Parameter 'rowId' is not assigned and could be declared final
12176 src/com/gps/hibernate/ExpandovalueDAO.java 109 publicMethodCommentRequirement Required
12177 src/com/gps/hibernate/ExpandovalueDAO.java 113 Parameter 'classNameId' is not assigned and could be declared final
12178 src/com/gps/hibernate/ExpandovalueDAO.java 113 publicMethodCommentRequirement Required
12179 src/com/gps/hibernate/ExpandovalueDAO.java 117 Parameter 'classPk' is not assigned and could be declared final
12180 src/com/gps/hibernate/ExpandovalueDAO.java 117 publicMethodCommentRequirement Required
12181 src/com/gps/hibernate/ExpandovalueDAO.java 121 Parameter 'data' is not assigned and could be declared final
12182 src/com/gps/hibernate/ExpandovalueDAO.java 121 publicMethodCommentRequirement Required
12183 src/com/gps/hibernate/ExpandovalueDAO.java 125 publicMethodCommentRequirement Required
12184 src/com/gps/hibernate/ExpandovalueDAO.java 126 There is log block not surrounded by if
12185 src/com/gps/hibernate/ExpandovalueDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12186 src/com/gps/hibernate/ExpandovalueDAO.java 128 Local variable 'queryString' could be declared final
12187 src/com/gps/hibernate/ExpandovalueDAO.java 129 Local variable 'queryObject' could be declared final
12188 src/com/gps/hibernate/ExpandovalueDAO.java 129 Potential violation of Law of Demeter (method chain calls)
12189 src/com/gps/hibernate/ExpandovalueDAO.java 130 Potential violation of Law of Demeter (object not created locally)
12190 src/com/gps/hibernate/ExpandovalueDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12191 src/com/gps/hibernate/ExpandovalueDAO.java 132 There is log block not surrounded by if
12192 src/com/gps/hibernate/ExpandovalueDAO.java 137 Parameter 'detachedInstance' is not assigned and could be declared final
12193 src/com/gps/hibernate/ExpandovalueDAO.java 137 publicMethodCommentRequirement Required
12194 src/com/gps/hibernate/ExpandovalueDAO.java 138 There is log block not surrounded by if
12195 src/com/gps/hibernate/ExpandovalueDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12196 src/com/gps/hibernate/ExpandovalueDAO.java 140 Local variable 'result' could be declared final
12197 src/com/gps/hibernate/ExpandovalueDAO.java 140 Potential violation of Law of Demeter (method chain calls)
12198 src/com/gps/hibernate/ExpandovalueDAO.java 142 There is log block not surrounded by if
12199 src/com/gps/hibernate/ExpandovalueDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12200 src/com/gps/hibernate/ExpandovalueDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12201 src/com/gps/hibernate/ExpandovalueDAO.java 145 There is log block not surrounded by if
12202 src/com/gps/hibernate/ExpandovalueDAO.java 150 Parameter 'instance' is not assigned and could be declared final
12203 src/com/gps/hibernate/ExpandovalueDAO.java 150 publicMethodCommentRequirement Required
12204 src/com/gps/hibernate/ExpandovalueDAO.java 151 There is log block not surrounded by if
12205 src/com/gps/hibernate/ExpandovalueDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12206 src/com/gps/hibernate/ExpandovalueDAO.java 153 Potential violation of Law of Demeter (method chain calls)
12207 src/com/gps/hibernate/ExpandovalueDAO.java 154 There is log block not surrounded by if
12208 src/com/gps/hibernate/ExpandovalueDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12209 src/com/gps/hibernate/ExpandovalueDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12210 src/com/gps/hibernate/ExpandovalueDAO.java 156 There is log block not surrounded by if
12211 src/com/gps/hibernate/ExpandovalueDAO.java 161 Parameter 'instance' is not assigned and could be declared final
12212 src/com/gps/hibernate/ExpandovalueDAO.java 161 publicMethodCommentRequirement Required
12213 src/com/gps/hibernate/ExpandovalueDAO.java 162 There is log block not surrounded by if
12214 src/com/gps/hibernate/ExpandovalueDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12215 src/com/gps/hibernate/ExpandovalueDAO.java 164 Potential violation of Law of Demeter (method chain calls)
12216 src/com/gps/hibernate/ExpandovalueDAO.java 165 There is log block not surrounded by if
12217 src/com/gps/hibernate/ExpandovalueDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12218 src/com/gps/hibernate/ExpandovalueDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12219 src/com/gps/hibernate/ExpandovalueDAO.java 167 There is log block not surrounded by if
12220 src/com/gps/hibernate/Feedback.java 11 Classes implementing Serializable should set a serialVersionUID
12221 src/com/gps/hibernate/Feedback.java 15 fieldCommentRequirement Required
12222 src/com/gps/hibernate/Feedback.java 16 fieldCommentRequirement Required
12223 src/com/gps/hibernate/Feedback.java 17 fieldCommentRequirement Required
12224 src/com/gps/hibernate/Feedback.java 18 fieldCommentRequirement Required
12225 src/com/gps/hibernate/Feedback.java 19 fieldCommentRequirement Required
12226 src/com/gps/hibernate/Feedback.java 20 fieldCommentRequirement Required
12227 src/com/gps/hibernate/Feedback.java 21 fieldCommentRequirement Required
12228 src/com/gps/hibernate/Feedback.java 22 fieldCommentRequirement Required
12229 src/com/gps/hibernate/Feedback.java 27 Document empty constructor
12230 src/com/gps/hibernate/Feedback.java 31 Parameter 'tripDetails' is not assigned and could be declared final
12231 src/com/gps/hibernate/Feedback.java 31 Parameter 'userDetails' is not assigned and could be declared final
12232 src/com/gps/hibernate/Feedback.java 37 Parameter 'tripDetails' is not assigned and could be declared final
12233 src/com/gps/hibernate/Feedback.java 37 Parameter 'userDetails' is not assigned and could be declared final
12234 src/com/gps/hibernate/Feedback.java 38 Parameter 'carRating' is not assigned and could be declared final
12235 src/com/gps/hibernate/Feedback.java 38 Parameter 'date' is not assigned and could be declared final
12236 src/com/gps/hibernate/Feedback.java 38 Parameter 'driveRating' is not assigned and could be declared final
12237 src/com/gps/hibernate/Feedback.java 38 Parameter 'tripRating' is not assigned and could be declared final
12238 src/com/gps/hibernate/Feedback.java 39 Parameter 'comment' is not assigned and could be declared final
12239 src/com/gps/hibernate/Feedback.java 51 publicMethodCommentRequirement Required
12240 src/com/gps/hibernate/Feedback.java 55 Parameter 'feedbackid' is not assigned and could be declared final
12241 src/com/gps/hibernate/Feedback.java 55 publicMethodCommentRequirement Required
12242 src/com/gps/hibernate/Feedback.java 59 publicMethodCommentRequirement Required
12243 src/com/gps/hibernate/Feedback.java 63 Parameter 'userDetails' is not assigned and could be declared final
12244 src/com/gps/hibernate/Feedback.java 63 publicMethodCommentRequirement Required
12245 src/com/gps/hibernate/Feedback.java 67 publicMethodCommentRequirement Required
12246 src/com/gps/hibernate/Feedback.java 71 Parameter 'tripDetails' is not assigned and could be declared final
12247 src/com/gps/hibernate/Feedback.java 71 publicMethodCommentRequirement Required
12248 src/com/gps/hibernate/Feedback.java 75 publicMethodCommentRequirement Required
12249 src/com/gps/hibernate/Feedback.java 79 Parameter 'date' is not assigned and could be declared final
12250 src/com/gps/hibernate/Feedback.java 79 publicMethodCommentRequirement Required
12251 src/com/gps/hibernate/Feedback.java 83 publicMethodCommentRequirement Required
12252 src/com/gps/hibernate/Feedback.java 87 Parameter 'driveRating' is not assigned and could be declared final
12253 src/com/gps/hibernate/Feedback.java 87 publicMethodCommentRequirement Required
12254 src/com/gps/hibernate/Feedback.java 91 publicMethodCommentRequirement Required
12255 src/com/gps/hibernate/Feedback.java 95 Parameter 'tripRating' is not assigned and could be declared final
12256 src/com/gps/hibernate/Feedback.java 95 publicMethodCommentRequirement Required
12257 src/com/gps/hibernate/Feedback.java 99 publicMethodCommentRequirement Required
12258 src/com/gps/hibernate/Feedback.java 103 Parameter 'carRating' is not assigned and could be declared final
12259 src/com/gps/hibernate/Feedback.java 103 publicMethodCommentRequirement Required
12260 src/com/gps/hibernate/Feedback.java 107 publicMethodCommentRequirement Required
12261 src/com/gps/hibernate/Feedback.java 111 Parameter 'comment' is not assigned and could be declared final
12262 src/com/gps/hibernate/Feedback.java 111 publicMethodCommentRequirement Required
12263 src/com/gps/hibernate/FeedbackDAO.java 3 Avoid unused imports such as 'java.util.Date'
12264 src/com/gps/hibernate/FeedbackDAO.java 11 Comment is too large: Too many lines
12265 src/com/gps/hibernate/FeedbackDAO.java 23 This class has too many methods, consider refactoring it.
12266 src/com/gps/hibernate/FeedbackDAO.java 24 Logger should be defined private static final and have the correct class
12267 src/com/gps/hibernate/FeedbackDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
12268 src/com/gps/hibernate/FeedbackDAO.java 24 fieldCommentRequirement Required
12269 src/com/gps/hibernate/FeedbackDAO.java 26 fieldCommentRequirement Required
12270 src/com/gps/hibernate/FeedbackDAO.java 27 fieldCommentRequirement Required
12271 src/com/gps/hibernate/FeedbackDAO.java 28 fieldCommentRequirement Required
12272 src/com/gps/hibernate/FeedbackDAO.java 29 fieldCommentRequirement Required
12273 src/com/gps/hibernate/FeedbackDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
12274 src/com/gps/hibernate/FeedbackDAO.java 31 publicMethodCommentRequirement Required
12275 src/com/gps/hibernate/FeedbackDAO.java 32 There is log block not surrounded by if
12276 src/com/gps/hibernate/FeedbackDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12277 src/com/gps/hibernate/FeedbackDAO.java 34 Potential violation of Law of Demeter (method chain calls)
12278 src/com/gps/hibernate/FeedbackDAO.java 35 There is log block not surrounded by if
12279 src/com/gps/hibernate/FeedbackDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12280 src/com/gps/hibernate/FeedbackDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12281 src/com/gps/hibernate/FeedbackDAO.java 37 There is log block not surrounded by if
12282 src/com/gps/hibernate/FeedbackDAO.java 42 Avoid excessively long variable names like persistentInstance
12283 src/com/gps/hibernate/FeedbackDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
12284 src/com/gps/hibernate/FeedbackDAO.java 42 publicMethodCommentRequirement Required
12285 src/com/gps/hibernate/FeedbackDAO.java 43 There is log block not surrounded by if
12286 src/com/gps/hibernate/FeedbackDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12287 src/com/gps/hibernate/FeedbackDAO.java 45 Potential violation of Law of Demeter (method chain calls)
12288 src/com/gps/hibernate/FeedbackDAO.java 46 There is log block not surrounded by if
12289 src/com/gps/hibernate/FeedbackDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12290 src/com/gps/hibernate/FeedbackDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12291 src/com/gps/hibernate/FeedbackDAO.java 48 There is log block not surrounded by if
12292 src/com/gps/hibernate/FeedbackDAO.java 53 Avoid variables with short names like id
12293 src/com/gps/hibernate/FeedbackDAO.java 53 Parameter 'id' is not assigned and could be declared final
12294 src/com/gps/hibernate/FeedbackDAO.java 53 publicMethodCommentRequirement Required
12295 src/com/gps/hibernate/FeedbackDAO.java 54 There is log block not surrounded by if
12296 src/com/gps/hibernate/FeedbackDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12297 src/com/gps/hibernate/FeedbackDAO.java 56 Local variable 'instance' could be declared final
12298 src/com/gps/hibernate/FeedbackDAO.java 56 Potential violation of Law of Demeter (method chain calls)
12299 src/com/gps/hibernate/FeedbackDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12300 src/com/gps/hibernate/FeedbackDAO.java 60 There is log block not surrounded by if
12301 src/com/gps/hibernate/FeedbackDAO.java 65 Parameter 'instance' is not assigned and could be declared final
12302 src/com/gps/hibernate/FeedbackDAO.java 65 publicMethodCommentRequirement Required
12303 src/com/gps/hibernate/FeedbackDAO.java 66 There is log block not surrounded by if
12304 src/com/gps/hibernate/FeedbackDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12305 src/com/gps/hibernate/FeedbackDAO.java 68 Local variable 'results' could be declared final
12306 src/com/gps/hibernate/FeedbackDAO.java 68 Potential violation of Law of Demeter (method chain calls)
12307 src/com/gps/hibernate/FeedbackDAO.java 68 Potential violation of Law of Demeter (method chain calls)
12308 src/com/gps/hibernate/FeedbackDAO.java 68 Potential violation of Law of Demeter (method chain calls)
12309 src/com/gps/hibernate/FeedbackDAO.java 71 There is log block not surrounded by if
12310 src/com/gps/hibernate/FeedbackDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12311 src/com/gps/hibernate/FeedbackDAO.java 72 Potential violation of Law of Demeter (object not created locally)
12312 src/com/gps/hibernate/FeedbackDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12313 src/com/gps/hibernate/FeedbackDAO.java 75 There is log block not surrounded by if
12314 src/com/gps/hibernate/FeedbackDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
12315 src/com/gps/hibernate/FeedbackDAO.java 80 Parameter 'value' is not assigned and could be declared final
12316 src/com/gps/hibernate/FeedbackDAO.java 80 publicMethodCommentRequirement Required
12317 src/com/gps/hibernate/FeedbackDAO.java 81 There is log block not surrounded by if
12318 src/com/gps/hibernate/FeedbackDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12319 src/com/gps/hibernate/FeedbackDAO.java 84 Local variable 'queryString' could be declared final
12320 src/com/gps/hibernate/FeedbackDAO.java 86 Local variable 'queryObject' could be declared final
12321 src/com/gps/hibernate/FeedbackDAO.java 86 Potential violation of Law of Demeter (method chain calls)
12322 src/com/gps/hibernate/FeedbackDAO.java 87 Potential violation of Law of Demeter (object not created locally)
12323 src/com/gps/hibernate/FeedbackDAO.java 88 Potential violation of Law of Demeter (object not created locally)
12324 src/com/gps/hibernate/FeedbackDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12325 src/com/gps/hibernate/FeedbackDAO.java 90 There is log block not surrounded by if
12326 src/com/gps/hibernate/FeedbackDAO.java 95 Parameter 'driveRating' is not assigned and could be declared final
12327 src/com/gps/hibernate/FeedbackDAO.java 95 publicMethodCommentRequirement Required
12328 src/com/gps/hibernate/FeedbackDAO.java 99 Parameter 'tripRating' is not assigned and could be declared final
12329 src/com/gps/hibernate/FeedbackDAO.java 99 publicMethodCommentRequirement Required
12330 src/com/gps/hibernate/FeedbackDAO.java 103 Parameter 'carRating' is not assigned and could be declared final
12331 src/com/gps/hibernate/FeedbackDAO.java 103 publicMethodCommentRequirement Required
12332 src/com/gps/hibernate/FeedbackDAO.java 107 Parameter 'comment' is not assigned and could be declared final
12333 src/com/gps/hibernate/FeedbackDAO.java 107 publicMethodCommentRequirement Required
12334 src/com/gps/hibernate/FeedbackDAO.java 111 publicMethodCommentRequirement Required
12335 src/com/gps/hibernate/FeedbackDAO.java 112 There is log block not surrounded by if
12336 src/com/gps/hibernate/FeedbackDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12337 src/com/gps/hibernate/FeedbackDAO.java 114 Local variable 'queryString' could be declared final
12338 src/com/gps/hibernate/FeedbackDAO.java 115 Local variable 'queryObject' could be declared final
12339 src/com/gps/hibernate/FeedbackDAO.java 115 Potential violation of Law of Demeter (method chain calls)
12340 src/com/gps/hibernate/FeedbackDAO.java 116 Potential violation of Law of Demeter (object not created locally)
12341 src/com/gps/hibernate/FeedbackDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12342 src/com/gps/hibernate/FeedbackDAO.java 118 There is log block not surrounded by if
12343 src/com/gps/hibernate/FeedbackDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
12344 src/com/gps/hibernate/FeedbackDAO.java 123 publicMethodCommentRequirement Required
12345 src/com/gps/hibernate/FeedbackDAO.java 124 There is log block not surrounded by if
12346 src/com/gps/hibernate/FeedbackDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12347 src/com/gps/hibernate/FeedbackDAO.java 126 Local variable 'result' could be declared final
12348 src/com/gps/hibernate/FeedbackDAO.java 126 Potential violation of Law of Demeter (method chain calls)
12349 src/com/gps/hibernate/FeedbackDAO.java 127 There is log block not surrounded by if
12350 src/com/gps/hibernate/FeedbackDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12351 src/com/gps/hibernate/FeedbackDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12352 src/com/gps/hibernate/FeedbackDAO.java 130 There is log block not surrounded by if
12353 src/com/gps/hibernate/FeedbackDAO.java 135 Parameter 'instance' is not assigned and could be declared final
12354 src/com/gps/hibernate/FeedbackDAO.java 135 publicMethodCommentRequirement Required
12355 src/com/gps/hibernate/FeedbackDAO.java 136 There is log block not surrounded by if
12356 src/com/gps/hibernate/FeedbackDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12357 src/com/gps/hibernate/FeedbackDAO.java 138 Potential violation of Law of Demeter (method chain calls)
12358 src/com/gps/hibernate/FeedbackDAO.java 139 There is log block not surrounded by if
12359 src/com/gps/hibernate/FeedbackDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12360 src/com/gps/hibernate/FeedbackDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12361 src/com/gps/hibernate/FeedbackDAO.java 141 There is log block not surrounded by if
12362 src/com/gps/hibernate/FeedbackDAO.java 146 Parameter 'instance' is not assigned and could be declared final
12363 src/com/gps/hibernate/FeedbackDAO.java 146 publicMethodCommentRequirement Required
12364 src/com/gps/hibernate/FeedbackDAO.java 147 There is log block not surrounded by if
12365 src/com/gps/hibernate/FeedbackDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12366 src/com/gps/hibernate/FeedbackDAO.java 149 Potential violation of Law of Demeter (method chain calls)
12367 src/com/gps/hibernate/FeedbackDAO.java 150 There is log block not surrounded by if
12368 src/com/gps/hibernate/FeedbackDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12369 src/com/gps/hibernate/FeedbackDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12370 src/com/gps/hibernate/FeedbackDAO.java 152 There is log block not surrounded by if
12371 src/com/gps/hibernate/FenceHistory.java 11 Classes implementing Serializable should set a serialVersionUID
12372 src/com/gps/hibernate/FenceHistory.java 15 fieldCommentRequirement Required
12373 src/com/gps/hibernate/FenceHistory.java 17 fieldCommentRequirement Required
12374 src/com/gps/hibernate/FenceHistory.java 18 fieldCommentRequirement Required
12375 src/com/gps/hibernate/FenceHistory.java 19 fieldCommentRequirement Required
12376 src/com/gps/hibernate/FenceHistory.java 20 fieldCommentRequirement Required
12377 src/com/gps/hibernate/FenceHistory.java 21 fieldCommentRequirement Required
12378 src/com/gps/hibernate/FenceHistory.java 22 fieldCommentRequirement Required
12379 src/com/gps/hibernate/FenceHistory.java 23 fieldCommentRequirement Required
12380 src/com/gps/hibernate/FenceHistory.java 34 Parameter 'historyId' is not assigned and could be declared final
12381 src/com/gps/hibernate/FenceHistory.java 46 Parameter 'geofence' is not assigned and could be declared final
12382 src/com/gps/hibernate/FenceHistory.java 59 Parameter 'monSms' is not assigned and could be declared final
12383 src/com/gps/hibernate/FenceHistory.java 71 Parameter 'evenSms' is not assigned and could be declared final
12384 src/com/gps/hibernate/FenceHistory.java 83 Parameter 'monSpotOrder' is not assigned and could be declared final
12385 src/com/gps/hibernate/FenceHistory.java 101 Parameter 'session' is not assigned and could be declared final
12386 src/com/gps/hibernate/FenceHistory.java 107 Parameter 'evenSpotOrder' is not assigned and could be declared final
12387 src/com/gps/hibernate/FenceHistory.java 110 publicMethodCommentRequirement Required
12388 src/com/gps/hibernate/FenceHistory.java 113 Parameter 'type' is not assigned and could be declared final
12389 src/com/gps/hibernate/FenceHistory.java 113 publicMethodCommentRequirement Required
12390 src/com/gps/hibernate/FenceHistoryDAO.java 3 Avoid unused imports such as 'java.util.Date'
12391 src/com/gps/hibernate/FenceHistoryDAO.java 11 Comment is too large: Too many lines
12392 src/com/gps/hibernate/FenceHistoryDAO.java 23 This class has too many methods, consider refactoring it.
12393 src/com/gps/hibernate/FenceHistoryDAO.java 24 Logger should be defined private static final and have the correct class
12394 src/com/gps/hibernate/FenceHistoryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
12395 src/com/gps/hibernate/FenceHistoryDAO.java 24 fieldCommentRequirement Required
12396 src/com/gps/hibernate/FenceHistoryDAO.java 26 fieldCommentRequirement Required
12397 src/com/gps/hibernate/FenceHistoryDAO.java 27 fieldCommentRequirement Required
12398 src/com/gps/hibernate/FenceHistoryDAO.java 28 fieldCommentRequirement Required
12399 src/com/gps/hibernate/FenceHistoryDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
12400 src/com/gps/hibernate/FenceHistoryDAO.java 30 publicMethodCommentRequirement Required
12401 src/com/gps/hibernate/FenceHistoryDAO.java 31 There is log block not surrounded by if
12402 src/com/gps/hibernate/FenceHistoryDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12403 src/com/gps/hibernate/FenceHistoryDAO.java 33 Potential violation of Law of Demeter (method chain calls)
12404 src/com/gps/hibernate/FenceHistoryDAO.java 34 There is log block not surrounded by if
12405 src/com/gps/hibernate/FenceHistoryDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12406 src/com/gps/hibernate/FenceHistoryDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12407 src/com/gps/hibernate/FenceHistoryDAO.java 36 There is log block not surrounded by if
12408 src/com/gps/hibernate/FenceHistoryDAO.java 41 Avoid excessively long variable names like persistentInstance
12409 src/com/gps/hibernate/FenceHistoryDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
12410 src/com/gps/hibernate/FenceHistoryDAO.java 41 publicMethodCommentRequirement Required
12411 src/com/gps/hibernate/FenceHistoryDAO.java 42 There is log block not surrounded by if
12412 src/com/gps/hibernate/FenceHistoryDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12413 src/com/gps/hibernate/FenceHistoryDAO.java 44 Potential violation of Law of Demeter (method chain calls)
12414 src/com/gps/hibernate/FenceHistoryDAO.java 45 There is log block not surrounded by if
12415 src/com/gps/hibernate/FenceHistoryDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12416 src/com/gps/hibernate/FenceHistoryDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12417 src/com/gps/hibernate/FenceHistoryDAO.java 47 There is log block not surrounded by if
12418 src/com/gps/hibernate/FenceHistoryDAO.java 52 Avoid variables with short names like id
12419 src/com/gps/hibernate/FenceHistoryDAO.java 52 Parameter 'id' is not assigned and could be declared final
12420 src/com/gps/hibernate/FenceHistoryDAO.java 52 publicMethodCommentRequirement Required
12421 src/com/gps/hibernate/FenceHistoryDAO.java 53 There is log block not surrounded by if
12422 src/com/gps/hibernate/FenceHistoryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12423 src/com/gps/hibernate/FenceHistoryDAO.java 55 Local variable 'instance' could be declared final
12424 src/com/gps/hibernate/FenceHistoryDAO.java 55 Potential violation of Law of Demeter (method chain calls)
12425 src/com/gps/hibernate/FenceHistoryDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12426 src/com/gps/hibernate/FenceHistoryDAO.java 59 There is log block not surrounded by if
12427 src/com/gps/hibernate/FenceHistoryDAO.java 64 Parameter 'instance' is not assigned and could be declared final
12428 src/com/gps/hibernate/FenceHistoryDAO.java 64 publicMethodCommentRequirement Required
12429 src/com/gps/hibernate/FenceHistoryDAO.java 65 There is log block not surrounded by if
12430 src/com/gps/hibernate/FenceHistoryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12431 src/com/gps/hibernate/FenceHistoryDAO.java 67 Local variable 'results' could be declared final
12432 src/com/gps/hibernate/FenceHistoryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
12433 src/com/gps/hibernate/FenceHistoryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
12434 src/com/gps/hibernate/FenceHistoryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
12435 src/com/gps/hibernate/FenceHistoryDAO.java 70 There is log block not surrounded by if
12436 src/com/gps/hibernate/FenceHistoryDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12437 src/com/gps/hibernate/FenceHistoryDAO.java 71 Potential violation of Law of Demeter (object not created locally)
12438 src/com/gps/hibernate/FenceHistoryDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12439 src/com/gps/hibernate/FenceHistoryDAO.java 74 There is log block not surrounded by if
12440 src/com/gps/hibernate/FenceHistoryDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
12441 src/com/gps/hibernate/FenceHistoryDAO.java 79 Parameter 'value' is not assigned and could be declared final
12442 src/com/gps/hibernate/FenceHistoryDAO.java 79 publicMethodCommentRequirement Required
12443 src/com/gps/hibernate/FenceHistoryDAO.java 80 There is log block not surrounded by if
12444 src/com/gps/hibernate/FenceHistoryDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12445 src/com/gps/hibernate/FenceHistoryDAO.java 83 Local variable 'queryString' could be declared final
12446 src/com/gps/hibernate/FenceHistoryDAO.java 85 Local variable 'queryObject' could be declared final
12447 src/com/gps/hibernate/FenceHistoryDAO.java 85 Potential violation of Law of Demeter (method chain calls)
12448 src/com/gps/hibernate/FenceHistoryDAO.java 86 Potential violation of Law of Demeter (object not created locally)
12449 src/com/gps/hibernate/FenceHistoryDAO.java 87 Potential violation of Law of Demeter (object not created locally)
12450 src/com/gps/hibernate/FenceHistoryDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12451 src/com/gps/hibernate/FenceHistoryDAO.java 89 There is log block not surrounded by if
12452 src/com/gps/hibernate/FenceHistoryDAO.java 94 Parameter 'monSpotOrder' is not assigned and could be declared final
12453 src/com/gps/hibernate/FenceHistoryDAO.java 94 publicMethodCommentRequirement Required
12454 src/com/gps/hibernate/FenceHistoryDAO.java 98 Parameter 'evenSpotOrder' is not assigned and could be declared final
12455 src/com/gps/hibernate/FenceHistoryDAO.java 98 publicMethodCommentRequirement Required
12456 src/com/gps/hibernate/FenceHistoryDAO.java 102 Parameter 'session' is not assigned and could be declared final
12457 src/com/gps/hibernate/FenceHistoryDAO.java 102 publicMethodCommentRequirement Required
12458 src/com/gps/hibernate/FenceHistoryDAO.java 106 publicMethodCommentRequirement Required
12459 src/com/gps/hibernate/FenceHistoryDAO.java 107 There is log block not surrounded by if
12460 src/com/gps/hibernate/FenceHistoryDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12461 src/com/gps/hibernate/FenceHistoryDAO.java 109 Local variable 'queryString' could be declared final
12462 src/com/gps/hibernate/FenceHistoryDAO.java 110 Local variable 'queryObject' could be declared final
12463 src/com/gps/hibernate/FenceHistoryDAO.java 110 Potential violation of Law of Demeter (method chain calls)
12464 src/com/gps/hibernate/FenceHistoryDAO.java 111 Potential violation of Law of Demeter (object not created locally)
12465 src/com/gps/hibernate/FenceHistoryDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12466 src/com/gps/hibernate/FenceHistoryDAO.java 113 There is log block not surrounded by if
12467 src/com/gps/hibernate/FenceHistoryDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
12468 src/com/gps/hibernate/FenceHistoryDAO.java 118 publicMethodCommentRequirement Required
12469 src/com/gps/hibernate/FenceHistoryDAO.java 119 There is log block not surrounded by if
12470 src/com/gps/hibernate/FenceHistoryDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12471 src/com/gps/hibernate/FenceHistoryDAO.java 121 Local variable 'result' could be declared final
12472 src/com/gps/hibernate/FenceHistoryDAO.java 121 Potential violation of Law of Demeter (method chain calls)
12473 src/com/gps/hibernate/FenceHistoryDAO.java 123 There is log block not surrounded by if
12474 src/com/gps/hibernate/FenceHistoryDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12475 src/com/gps/hibernate/FenceHistoryDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12476 src/com/gps/hibernate/FenceHistoryDAO.java 126 There is log block not surrounded by if
12477 src/com/gps/hibernate/FenceHistoryDAO.java 131 Parameter 'instance' is not assigned and could be declared final
12478 src/com/gps/hibernate/FenceHistoryDAO.java 131 publicMethodCommentRequirement Required
12479 src/com/gps/hibernate/FenceHistoryDAO.java 132 There is log block not surrounded by if
12480 src/com/gps/hibernate/FenceHistoryDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12481 src/com/gps/hibernate/FenceHistoryDAO.java 134 Potential violation of Law of Demeter (method chain calls)
12482 src/com/gps/hibernate/FenceHistoryDAO.java 135 There is log block not surrounded by if
12483 src/com/gps/hibernate/FenceHistoryDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12484 src/com/gps/hibernate/FenceHistoryDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12485 src/com/gps/hibernate/FenceHistoryDAO.java 137 There is log block not surrounded by if
12486 src/com/gps/hibernate/FenceHistoryDAO.java 142 Parameter 'instance' is not assigned and could be declared final
12487 src/com/gps/hibernate/FenceHistoryDAO.java 142 publicMethodCommentRequirement Required
12488 src/com/gps/hibernate/FenceHistoryDAO.java 143 There is log block not surrounded by if
12489 src/com/gps/hibernate/FenceHistoryDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12490 src/com/gps/hibernate/FenceHistoryDAO.java 145 Potential violation of Law of Demeter (method chain calls)
12491 src/com/gps/hibernate/FenceHistoryDAO.java 146 There is log block not surrounded by if
12492 src/com/gps/hibernate/FenceHistoryDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12493 src/com/gps/hibernate/FenceHistoryDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12494 src/com/gps/hibernate/FenceHistoryDAO.java 148 There is log block not surrounded by if
12495 src/com/gps/hibernate/FenceReport.java 11 Classes implementing Serializable should set a serialVersionUID
12496 src/com/gps/hibernate/FenceReport.java 14 fieldCommentRequirement Required
12497 src/com/gps/hibernate/FenceReport.java 16 publicMethodCommentRequirement Required
12498 src/com/gps/hibernate/FenceReport.java 19 Parameter 'tripDetails' is not assigned and could be declared final
12499 src/com/gps/hibernate/FenceReport.java 19 publicMethodCommentRequirement Required
12500 src/com/gps/hibernate/FenceReport.java 23 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
12501 src/com/gps/hibernate/FenceReport.java 23 fieldCommentRequirement Required
12502 src/com/gps/hibernate/FenceReport.java 24 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
12503 src/com/gps/hibernate/FenceReport.java 24 fieldCommentRequirement Required
12504 src/com/gps/hibernate/FenceReport.java 25 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
12505 src/com/gps/hibernate/FenceReport.java 25 fieldCommentRequirement Required
12506 src/com/gps/hibernate/FenceReport.java 26 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
12507 src/com/gps/hibernate/FenceReport.java 26 fieldCommentRequirement Required
12508 src/com/gps/hibernate/FenceReport.java 27 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
12509 src/com/gps/hibernate/FenceReport.java 27 fieldCommentRequirement Required
12510 src/com/gps/hibernate/FenceReport.java 28 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
12511 src/com/gps/hibernate/FenceReport.java 28 fieldCommentRequirement Required
12512 src/com/gps/hibernate/FenceReport.java 29 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
12513 src/com/gps/hibernate/FenceReport.java 29 fieldCommentRequirement Required
12514 src/com/gps/hibernate/FenceReport.java 30 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
12515 src/com/gps/hibernate/FenceReport.java 30 Variables should start with a lowercase character, 'Distance' starts with uppercase character.
12516 src/com/gps/hibernate/FenceReport.java 30 fieldCommentRequirement Required
12517 src/com/gps/hibernate/FenceReport.java 31 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
12518 src/com/gps/hibernate/FenceReport.java 31 fieldCommentRequirement Required
12519 src/com/gps/hibernate/FenceReport.java 32 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
12520 src/com/gps/hibernate/FenceReport.java 32 fieldCommentRequirement Required
12521 src/com/gps/hibernate/FenceReport.java 33 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
12522 src/com/gps/hibernate/FenceReport.java 33 fieldCommentRequirement Required
12523 src/com/gps/hibernate/FenceReport.java 34 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
12524 src/com/gps/hibernate/FenceReport.java 34 fieldCommentRequirement Required
12525 src/com/gps/hibernate/FenceReport.java 35 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
12526 src/com/gps/hibernate/FenceReport.java 35 fieldCommentRequirement Required
12527 src/com/gps/hibernate/FenceReport.java 36 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
12528 src/com/gps/hibernate/FenceReport.java 36 fieldCommentRequirement Required
12529 src/com/gps/hibernate/FenceReport.java 43 Comment is too large: Too many lines
12530 src/com/gps/hibernate/FenceReport.java 55 Avoid long parameter lists.
12531 src/com/gps/hibernate/FenceReport.java 55 Parameter 'geofence' is not assigned and could be declared final
12532 src/com/gps/hibernate/FenceReport.java 55 Parameter 'reportId' is not assigned and could be declared final
12533 src/com/gps/hibernate/FenceReport.java 56 Parameter 'entryTime' is not assigned and could be declared final
12534 src/com/gps/hibernate/FenceReport.java 56 Parameter 'reportDate' is not assigned and could be declared final
12535 src/com/gps/hibernate/FenceReport.java 56 Parameter 'vehicle' is not assigned and could be declared final
12536 src/com/gps/hibernate/FenceReport.java 57 Parameter 'avgSpeed' is not assigned and could be declared final
12537 src/com/gps/hibernate/FenceReport.java 57 Parameter 'createdTime' is not assigned and could be declared final
12538 src/com/gps/hibernate/FenceReport.java 57 Parameter 'distance' is not assigned and could be declared final
12539 src/com/gps/hibernate/FenceReport.java 57 Parameter 'exitTime' is not assigned and could be declared final
12540 src/com/gps/hibernate/FenceReport.java 58 Parameter 'updatedTime' is not assigned and could be declared final
12541 src/com/gps/hibernate/FenceReport.java 71 Comment is too large: Too many lines
12542 src/com/gps/hibernate/FenceReport.java 81 Parameter 'geofence' is not assigned and could be declared final
12543 src/com/gps/hibernate/FenceReport.java 81 Parameter 'reportId' is not assigned and could be declared final
12544 src/com/gps/hibernate/FenceReport.java 82 Parameter 'entryTime' is not assigned and could be declared final
12545 src/com/gps/hibernate/FenceReport.java 82 Parameter 'reportDate' is not assigned and could be declared final
12546 src/com/gps/hibernate/FenceReport.java 82 Parameter 'vehicle' is not assigned and could be declared final
12547 src/com/gps/hibernate/FenceReport.java 83 Parameter 'avgSpeed' is not assigned and could be declared final
12548 src/com/gps/hibernate/FenceReport.java 83 Parameter 'distance' is not assigned and could be declared final
12549 src/com/gps/hibernate/FenceReport.java 83 Parameter 'exitTime' is not assigned and could be declared final
12550 src/com/gps/hibernate/FenceReport.java 94 Comment is too large: Too many lines
12551 src/com/gps/hibernate/FenceReport.java 103 Parameter 'geofence' is not assigned and could be declared final
12552 src/com/gps/hibernate/FenceReport.java 103 Parameter 'vehicle' is not assigned and could be declared final
12553 src/com/gps/hibernate/FenceReport.java 104 Parameter 'avgSpeed' is not assigned and could be declared final
12554 src/com/gps/hibernate/FenceReport.java 104 Parameter 'entryTime' is not assigned and could be declared final
12555 src/com/gps/hibernate/FenceReport.java 104 Parameter 'exitTime' is not assigned and could be declared final
12556 src/com/gps/hibernate/FenceReport.java 104 Parameter 'reportDate' is not assigned and could be declared final
12557 src/com/gps/hibernate/FenceReport.java 105 Parameter 'distance' is not assigned and could be declared final
12558 src/com/gps/hibernate/FenceReport.java 124 Parameter 'reportId' is not assigned and could be declared final
12559 src/com/gps/hibernate/FenceReport.java 136 Parameter 'geofence' is not assigned and could be declared final
12560 src/com/gps/hibernate/FenceReport.java 148 Parameter 'vehicle' is not assigned and could be declared final
12561 src/com/gps/hibernate/FenceReport.java 160 Parameter 'reportDate' is not assigned and could be declared final
12562 src/com/gps/hibernate/FenceReport.java 172 Parameter 'entryTime' is not assigned and could be declared final
12563 src/com/gps/hibernate/FenceReport.java 184 Parameter 'exitTime' is not assigned and could be declared final
12564 src/com/gps/hibernate/FenceReport.java 196 Parameter 'avgSpeed' is not assigned and could be declared final
12565 src/com/gps/hibernate/FenceReport.java 208 Parameter 'distance' is not assigned and could be declared final
12566 src/com/gps/hibernate/FenceReport.java 220 Parameter 'createdTime' is not assigned and could be declared final
12567 src/com/gps/hibernate/FenceReport.java 232 Parameter 'updatedTime' is not assigned and could be declared final
12568 src/com/gps/hibernate/FenceReport.java 244 Parameter 'stopTime' is not assigned and could be declared final
12569 src/com/gps/hibernate/FenceReport.java 256 Parameter 'stopLat' is not assigned and could be declared final
12570 src/com/gps/hibernate/FenceReport.java 268 Parameter 'stopLong' is not assigned and could be declared final
12571 src/com/gps/hibernate/FenceReport.java 280 Parameter 'stopReading' is not assigned and could be declared final
12572 src/com/gps/hibernate/FenceReportDAO.java 1 Possible God class (WMC=48, ATFD=31, TCC=0.0)
12573 src/com/gps/hibernate/FenceReportDAO.java 18 Avoid unused imports such as 'org.hibernate.SQLQuery'
12574 src/com/gps/hibernate/FenceReportDAO.java 22 Avoid unused imports such as 'com.gps.helper.DistanceHelper'
12575 src/com/gps/hibernate/FenceReportDAO.java 24 Avoid unused imports such as 'com.gps.vo.PickUpPoints'
12576 src/com/gps/hibernate/FenceReportDAO.java 26 Comment is too large: Too many lines
12577 src/com/gps/hibernate/FenceReportDAO.java 38 This class has too many methods, consider refactoring it.
12578 src/com/gps/hibernate/FenceReportDAO.java 39 Logger should be defined private static final and have the correct class
12579 src/com/gps/hibernate/FenceReportDAO.java 39 Variables that are final and static should be all capitals, 'log' is not all capitals.
12580 src/com/gps/hibernate/FenceReportDAO.java 39 fieldCommentRequirement Required
12581 src/com/gps/hibernate/FenceReportDAO.java 41 Variables that are final and static should be all capitals, 'Geofence' is not all capitals.
12582 src/com/gps/hibernate/FenceReportDAO.java 41 fieldCommentRequirement Required
12583 src/com/gps/hibernate/FenceReportDAO.java 42 Variables that are final and static should be all capitals, 'Vehicle' is not all capitals.
12584 src/com/gps/hibernate/FenceReportDAO.java 42 fieldCommentRequirement Required
12585 src/com/gps/hibernate/FenceReportDAO.java 43 Variables that are final and static should be all capitals, 'Date' is not all capitals.
12586 src/com/gps/hibernate/FenceReportDAO.java 43 fieldCommentRequirement Required
12587 src/com/gps/hibernate/FenceReportDAO.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
12588 src/com/gps/hibernate/FenceReportDAO.java 44 Use explicit scoping instead of the default package private level
12589 src/com/gps/hibernate/FenceReportDAO.java 44 When instantiating a SimpleDateFormat object, specify a Locale
12590 src/com/gps/hibernate/FenceReportDAO.java 44 fieldCommentRequirement Required
12591 src/com/gps/hibernate/FenceReportDAO.java 45 Parameter 'transientInstance' is not assigned and could be declared final
12592 src/com/gps/hibernate/FenceReportDAO.java 45 publicMethodCommentRequirement Required
12593 src/com/gps/hibernate/FenceReportDAO.java 46 There is log block not surrounded by if
12594 src/com/gps/hibernate/FenceReportDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12595 src/com/gps/hibernate/FenceReportDAO.java 48 Potential violation of Law of Demeter (method chain calls)
12596 src/com/gps/hibernate/FenceReportDAO.java 49 There is log block not surrounded by if
12597 src/com/gps/hibernate/FenceReportDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12598 src/com/gps/hibernate/FenceReportDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12599 src/com/gps/hibernate/FenceReportDAO.java 51 There is log block not surrounded by if
12600 src/com/gps/hibernate/FenceReportDAO.java 56 Avoid excessively long variable names like persistentInstance
12601 src/com/gps/hibernate/FenceReportDAO.java 56 Parameter 'persistentInstance' is not assigned and could be declared final
12602 src/com/gps/hibernate/FenceReportDAO.java 56 publicMethodCommentRequirement Required
12603 src/com/gps/hibernate/FenceReportDAO.java 57 There is log block not surrounded by if
12604 src/com/gps/hibernate/FenceReportDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12605 src/com/gps/hibernate/FenceReportDAO.java 59 Potential violation of Law of Demeter (method chain calls)
12606 src/com/gps/hibernate/FenceReportDAO.java 60 There is log block not surrounded by if
12607 src/com/gps/hibernate/FenceReportDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12608 src/com/gps/hibernate/FenceReportDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12609 src/com/gps/hibernate/FenceReportDAO.java 62 There is log block not surrounded by if
12610 src/com/gps/hibernate/FenceReportDAO.java 67 Avoid variables with short names like id
12611 src/com/gps/hibernate/FenceReportDAO.java 67 Parameter 'id' is not assigned and could be declared final
12612 src/com/gps/hibernate/FenceReportDAO.java 67 publicMethodCommentRequirement Required
12613 src/com/gps/hibernate/FenceReportDAO.java 68 There is log block not surrounded by if
12614 src/com/gps/hibernate/FenceReportDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12615 src/com/gps/hibernate/FenceReportDAO.java 70 Local variable 'instance' could be declared final
12616 src/com/gps/hibernate/FenceReportDAO.java 70 Potential violation of Law of Demeter (method chain calls)
12617 src/com/gps/hibernate/FenceReportDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12618 src/com/gps/hibernate/FenceReportDAO.java 74 There is log block not surrounded by if
12619 src/com/gps/hibernate/FenceReportDAO.java 79 Parameter 'instance' is not assigned and could be declared final
12620 src/com/gps/hibernate/FenceReportDAO.java 79 publicMethodCommentRequirement Required
12621 src/com/gps/hibernate/FenceReportDAO.java 80 There is log block not surrounded by if
12622 src/com/gps/hibernate/FenceReportDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12623 src/com/gps/hibernate/FenceReportDAO.java 82 Local variable 'results' could be declared final
12624 src/com/gps/hibernate/FenceReportDAO.java 82 Potential violation of Law of Demeter (method chain calls)
12625 src/com/gps/hibernate/FenceReportDAO.java 82 Potential violation of Law of Demeter (method chain calls)
12626 src/com/gps/hibernate/FenceReportDAO.java 82 Potential violation of Law of Demeter (method chain calls)
12627 src/com/gps/hibernate/FenceReportDAO.java 85 There is log block not surrounded by if
12628 src/com/gps/hibernate/FenceReportDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12629 src/com/gps/hibernate/FenceReportDAO.java 86 Potential violation of Law of Demeter (object not created locally)
12630 src/com/gps/hibernate/FenceReportDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12631 src/com/gps/hibernate/FenceReportDAO.java 89 There is log block not surrounded by if
12632 src/com/gps/hibernate/FenceReportDAO.java 94 Parameter 'propertyName' is not assigned and could be declared final
12633 src/com/gps/hibernate/FenceReportDAO.java 94 Parameter 'value' is not assigned and could be declared final
12634 src/com/gps/hibernate/FenceReportDAO.java 94 publicMethodCommentRequirement Required
12635 src/com/gps/hibernate/FenceReportDAO.java 95 There is log block not surrounded by if
12636 src/com/gps/hibernate/FenceReportDAO.java 95 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12637 src/com/gps/hibernate/FenceReportDAO.java 98 Local variable 'queryString' could be declared final
12638 src/com/gps/hibernate/FenceReportDAO.java 100 Local variable 'queryObject' could be declared final
12639 src/com/gps/hibernate/FenceReportDAO.java 100 Potential violation of Law of Demeter (method chain calls)
12640 src/com/gps/hibernate/FenceReportDAO.java 101 Potential violation of Law of Demeter (object not created locally)
12641 src/com/gps/hibernate/FenceReportDAO.java 102 Potential violation of Law of Demeter (object not created locally)
12642 src/com/gps/hibernate/FenceReportDAO.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12643 src/com/gps/hibernate/FenceReportDAO.java 104 There is log block not surrounded by if
12644 src/com/gps/hibernate/FenceReportDAO.java 109 Parameter 'date' is not assigned and could be declared final
12645 src/com/gps/hibernate/FenceReportDAO.java 109 publicMethodCommentRequirement Required
12646 src/com/gps/hibernate/FenceReportDAO.java 113 Parameter 'geofence' is not assigned and could be declared final
12647 src/com/gps/hibernate/FenceReportDAO.java 113 publicMethodCommentRequirement Required
12648 src/com/gps/hibernate/FenceReportDAO.java 117 Parameter 'vehicle' is not assigned and could be declared final
12649 src/com/gps/hibernate/FenceReportDAO.java 117 publicMethodCommentRequirement Required
12650 src/com/gps/hibernate/FenceReportDAO.java 121 publicMethodCommentRequirement Required
12651 src/com/gps/hibernate/FenceReportDAO.java 122 There is log block not surrounded by if
12652 src/com/gps/hibernate/FenceReportDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12653 src/com/gps/hibernate/FenceReportDAO.java 124 Local variable 'queryString' could be declared final
12654 src/com/gps/hibernate/FenceReportDAO.java 125 Local variable 'queryObject' could be declared final
12655 src/com/gps/hibernate/FenceReportDAO.java 125 Potential violation of Law of Demeter (method chain calls)
12656 src/com/gps/hibernate/FenceReportDAO.java 126 Potential violation of Law of Demeter (object not created locally)
12657 src/com/gps/hibernate/FenceReportDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12658 src/com/gps/hibernate/FenceReportDAO.java 128 There is log block not surrounded by if
12659 src/com/gps/hibernate/FenceReportDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
12660 src/com/gps/hibernate/FenceReportDAO.java 133 publicMethodCommentRequirement Required
12661 src/com/gps/hibernate/FenceReportDAO.java 134 There is log block not surrounded by if
12662 src/com/gps/hibernate/FenceReportDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12663 src/com/gps/hibernate/FenceReportDAO.java 136 Local variable 'result' could be declared final
12664 src/com/gps/hibernate/FenceReportDAO.java 136 Potential violation of Law of Demeter (method chain calls)
12665 src/com/gps/hibernate/FenceReportDAO.java 138 There is log block not surrounded by if
12666 src/com/gps/hibernate/FenceReportDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12667 src/com/gps/hibernate/FenceReportDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12668 src/com/gps/hibernate/FenceReportDAO.java 141 There is log block not surrounded by if
12669 src/com/gps/hibernate/FenceReportDAO.java 146 Parameter 'instance' is not assigned and could be declared final
12670 src/com/gps/hibernate/FenceReportDAO.java 146 publicMethodCommentRequirement Required
12671 src/com/gps/hibernate/FenceReportDAO.java 147 There is log block not surrounded by if
12672 src/com/gps/hibernate/FenceReportDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12673 src/com/gps/hibernate/FenceReportDAO.java 149 Potential violation of Law of Demeter (method chain calls)
12674 src/com/gps/hibernate/FenceReportDAO.java 150 There is log block not surrounded by if
12675 src/com/gps/hibernate/FenceReportDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12676 src/com/gps/hibernate/FenceReportDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12677 src/com/gps/hibernate/FenceReportDAO.java 152 There is log block not surrounded by if
12678 src/com/gps/hibernate/FenceReportDAO.java 157 Parameter 'instance' is not assigned and could be declared final
12679 src/com/gps/hibernate/FenceReportDAO.java 157 publicMethodCommentRequirement Required
12680 src/com/gps/hibernate/FenceReportDAO.java 158 There is log block not surrounded by if
12681 src/com/gps/hibernate/FenceReportDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12682 src/com/gps/hibernate/FenceReportDAO.java 160 Potential violation of Law of Demeter (method chain calls)
12683 src/com/gps/hibernate/FenceReportDAO.java 161 There is log block not surrounded by if
12684 src/com/gps/hibernate/FenceReportDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12685 src/com/gps/hibernate/FenceReportDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12686 src/com/gps/hibernate/FenceReportDAO.java 163 There is log block not surrounded by if
12687 src/com/gps/hibernate/FenceReportDAO.java 168 Comment is too large: Too many lines
12688 src/com/gps/hibernate/FenceReportDAO.java 211 Parameter 'geofence' is not assigned and could be declared final
12689 src/com/gps/hibernate/FenceReportDAO.java 211 Parameter 'vehicle' is not assigned and could be declared final
12690 src/com/gps/hibernate/FenceReportDAO.java 211 publicMethodCommentRequirement Required
12691 src/com/gps/hibernate/FenceReportDAO.java 212 Parameter 'packetTime' is not assigned and could be declared final
12692 src/com/gps/hibernate/FenceReportDAO.java 212 Parameter 'tripDetails' is not assigned and could be declared final
12693 src/com/gps/hibernate/FenceReportDAO.java 213 Local variable 'conn' could be declared final
12694 src/com/gps/hibernate/FenceReportDAO.java 213 Potential violation of Law of Demeter (method chain calls)
12695 src/com/gps/hibernate/FenceReportDAO.java 216 Local variable 'pkttime' could be declared final
12696 src/com/gps/hibernate/FenceReportDAO.java 217 Local variable 'currdate' could be declared final
12697 src/com/gps/hibernate/FenceReportDAO.java 217 Potential violation of Law of Demeter (method chain calls)
12698 src/com/gps/hibernate/FenceReportDAO.java 218 Local variable 'datestr' could be declared final
12699 src/com/gps/hibernate/FenceReportDAO.java 220 Avoid variables with short names like cs
12700 src/com/gps/hibernate/FenceReportDAO.java 220 Local variable 'cs' could be declared final
12701 src/com/gps/hibernate/FenceReportDAO.java 220 Potential violation of Law of Demeter (object not created locally)
12702 src/com/gps/hibernate/FenceReportDAO.java 223 Local variable 'txn' could be declared final
12703 src/com/gps/hibernate/FenceReportDAO.java 223 Potential violation of Law of Demeter (method chain calls)
12704 src/com/gps/hibernate/FenceReportDAO.java 225 Potential violation of Law of Demeter (method chain calls)
12705 src/com/gps/hibernate/FenceReportDAO.java 225 Potential violation of Law of Demeter (method chain calls)
12706 src/com/gps/hibernate/FenceReportDAO.java 225 Potential violation of Law of Demeter (object not created locally)
12707 src/com/gps/hibernate/FenceReportDAO.java 226 Potential violation of Law of Demeter (method chain calls)
12708 src/com/gps/hibernate/FenceReportDAO.java 226 Potential violation of Law of Demeter (method chain calls)
12709 src/com/gps/hibernate/FenceReportDAO.java 226 Potential violation of Law of Demeter (object not created locally)
12710 src/com/gps/hibernate/FenceReportDAO.java 227 Potential violation of Law of Demeter (object not created locally)
12711 src/com/gps/hibernate/FenceReportDAO.java 228 Potential violation of Law of Demeter (object not created locally)
12712 src/com/gps/hibernate/FenceReportDAO.java 229 Potential violation of Law of Demeter (method chain calls)
12713 src/com/gps/hibernate/FenceReportDAO.java 229 Potential violation of Law of Demeter (method chain calls)
12714 src/com/gps/hibernate/FenceReportDAO.java 229 Potential violation of Law of Demeter (object not created locally)
12715 src/com/gps/hibernate/FenceReportDAO.java 230 Potential violation of Law of Demeter (object not created locally)
12716 src/com/gps/hibernate/FenceReportDAO.java 232 Local variable 'count' could be declared final
12717 src/com/gps/hibernate/FenceReportDAO.java 232 Potential violation of Law of Demeter (object not created locally)
12718 src/com/gps/hibernate/FenceReportDAO.java 233 Potential violation of Law of Demeter (object not created locally)
12719 src/com/gps/hibernate/FenceReportDAO.java 234 There is log block not surrounded by if
12720 src/com/gps/hibernate/FenceReportDAO.java 234 There is log block not surrounded by if
12721 src/com/gps/hibernate/FenceReportDAO.java 235 Potential violation of Law of Demeter (object not created locally)
12722 src/com/gps/hibernate/FenceReportDAO.java 240 Avoid printStackTrace(); use a logger call instead.
12723 src/com/gps/hibernate/FenceReportDAO.java 241 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12724 src/com/gps/hibernate/FenceReportDAO.java 243 Avoid printStackTrace(); use a logger call instead.
12725 src/com/gps/hibernate/FenceReportDAO.java 245 Potential violation of Law of Demeter (object not created locally)
12726 src/com/gps/hibernate/FenceReportDAO.java 251 Parameter 'geofence' is not assigned and could be declared final
12727 src/com/gps/hibernate/FenceReportDAO.java 251 Parameter 'vehicle' is not assigned and could be declared final
12728 src/com/gps/hibernate/FenceReportDAO.java 251 publicMethodCommentRequirement Required
12729 src/com/gps/hibernate/FenceReportDAO.java 252 Parameter 'packetTime' is not assigned and could be declared final
12730 src/com/gps/hibernate/FenceReportDAO.java 252 Parameter 'tripDetail' is not assigned and could be declared final
12731 src/com/gps/hibernate/FenceReportDAO.java 254 Local variable 'conn' could be declared final
12732 src/com/gps/hibernate/FenceReportDAO.java 254 Potential violation of Law of Demeter (method chain calls)
12733 src/com/gps/hibernate/FenceReportDAO.java 259 Local variable 'format' could be declared final
12734 src/com/gps/hibernate/FenceReportDAO.java 259 When instantiating a SimpleDateFormat object, specify a Locale
12735 src/com/gps/hibernate/FenceReportDAO.java 260 Local variable 'newTime' could be declared final
12736 src/com/gps/hibernate/FenceReportDAO.java 261 Local variable 'updatetime' could be declared final
12737 src/com/gps/hibernate/FenceReportDAO.java 261 Potential violation of Law of Demeter (method chain calls)
12738 src/com/gps/hibernate/FenceReportDAO.java 261 Potential violation of Law of Demeter (method chain calls)
12739 src/com/gps/hibernate/FenceReportDAO.java 263 Local variable 'callstmt' could be declared final
12740 src/com/gps/hibernate/FenceReportDAO.java 263 Potential violation of Law of Demeter (object not created locally)
12741 src/com/gps/hibernate/FenceReportDAO.java 264 Local variable 'txn' could be declared final
12742 src/com/gps/hibernate/FenceReportDAO.java 264 Potential violation of Law of Demeter (method chain calls)
12743 src/com/gps/hibernate/FenceReportDAO.java 266 Potential violation of Law of Demeter (object not created locally)
12744 src/com/gps/hibernate/FenceReportDAO.java 267 Potential violation of Law of Demeter (method chain calls)
12745 src/com/gps/hibernate/FenceReportDAO.java 267 Potential violation of Law of Demeter (method chain calls)
12746 src/com/gps/hibernate/FenceReportDAO.java 267 Potential violation of Law of Demeter (object not created locally)
12747 src/com/gps/hibernate/FenceReportDAO.java 268 Potential violation of Law of Demeter (object not created locally)
12748 src/com/gps/hibernate/FenceReportDAO.java 269 Potential violation of Law of Demeter (method chain calls)
12749 src/com/gps/hibernate/FenceReportDAO.java 269 Potential violation of Law of Demeter (method chain calls)
12750 src/com/gps/hibernate/FenceReportDAO.java 269 Potential violation of Law of Demeter (object not created locally)
12751 src/com/gps/hibernate/FenceReportDAO.java 270 Potential violation of Law of Demeter (method chain calls)
12752 src/com/gps/hibernate/FenceReportDAO.java 270 Potential violation of Law of Demeter (method chain calls)
12753 src/com/gps/hibernate/FenceReportDAO.java 270 Potential violation of Law of Demeter (object not created locally)
12754 src/com/gps/hibernate/FenceReportDAO.java 271 Local variable 'updateCount' could be declared final
12755 src/com/gps/hibernate/FenceReportDAO.java 271 Potential violation of Law of Demeter (object not created locally)
12756 src/com/gps/hibernate/FenceReportDAO.java 272 There is log block not surrounded by if
12757 src/com/gps/hibernate/FenceReportDAO.java 272 There is log block not surrounded by if
12758 src/com/gps/hibernate/FenceReportDAO.java 273 Potential violation of Law of Demeter (object not created locally)
12759 src/com/gps/hibernate/FenceReportDAO.java 274 Potential violation of Law of Demeter (object not created locally)
12760 src/com/gps/hibernate/FenceReportDAO.java 275 Potential violation of Law of Demeter (method chain calls)
12761 src/com/gps/hibernate/FenceReportDAO.java 278 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12762 src/com/gps/hibernate/FenceReportDAO.java 279 There is log block not surrounded by if
12763 src/com/gps/hibernate/FenceReportDAO.java 279 There is log block not surrounded by if
12764 src/com/gps/hibernate/FenceReportDAO.java 281 Potential violation of Law of Demeter (object not created locally)
12765 src/com/gps/hibernate/FenceReportDAO.java 285 Parameter 'trip' is not assigned and could be declared final
12766 src/com/gps/hibernate/FenceReportDAO.java 285 publicMethodCommentRequirement Required
12767 src/com/gps/hibernate/FenceReportDAO.java 287 Found 'DD'-anomaly for variable 'fence' (lines '287'-'301').
12768 src/com/gps/hibernate/FenceReportDAO.java 287 Found 'DD'-anomaly for variable 'fence' (lines '287'-'315').
12769 src/com/gps/hibernate/FenceReportDAO.java 289 Found 'DD'-anomaly for variable 'geoList' (lines '289'-'298').
12770 src/com/gps/hibernate/FenceReportDAO.java 290 Found 'DD'-anomaly for variable 'fenceList' (lines '290'-'309').
12771 src/com/gps/hibernate/FenceReportDAO.java 290 Found 'DU'-anomaly for variable 'fenceList' (lines '290'-'324').
12772 src/com/gps/hibernate/FenceReportDAO.java 291 Found 'DD'-anomaly for variable 'condition' (lines '291'-'305').
12773 src/com/gps/hibernate/FenceReportDAO.java 291 Found 'DD'-anomaly for variable 'condition' (lines '291'-'307').
12774 src/com/gps/hibernate/FenceReportDAO.java 291 Found 'DU'-anomaly for variable 'condition' (lines '291'-'324').
12775 src/com/gps/hibernate/FenceReportDAO.java 294 Local variable 'geoQry' could be declared final
12776 src/com/gps/hibernate/FenceReportDAO.java 294 Potential violation of Law of Demeter (method chain calls)
12777 src/com/gps/hibernate/FenceReportDAO.java 297 Potential violation of Law of Demeter (object not created locally)
12778 src/com/gps/hibernate/FenceReportDAO.java 298 Potential violation of Law of Demeter (object not created locally)
12779 src/com/gps/hibernate/FenceReportDAO.java 300 Avoid using Literals in Conditional Statements
12780 src/com/gps/hibernate/FenceReportDAO.java 300 Potential violation of Law of Demeter (object not created locally)
12781 src/com/gps/hibernate/FenceReportDAO.java 300 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
12782 src/com/gps/hibernate/FenceReportDAO.java 301 Avoid using if...else statements without curly braces
12783 src/com/gps/hibernate/FenceReportDAO.java 301 Potential violation of Law of Demeter (method chain calls)
12784 src/com/gps/hibernate/FenceReportDAO.java 301 Potential violation of Law of Demeter (object not created locally)
12785 src/com/gps/hibernate/FenceReportDAO.java 305 Avoid using if...else statements without curly braces
12786 src/com/gps/hibernate/FenceReportDAO.java 307 Avoid using if...else statements without curly braces
12787 src/com/gps/hibernate/FenceReportDAO.java 309 Potential violation of Law of Demeter (method chain calls)
12788 src/com/gps/hibernate/FenceReportDAO.java 309 Potential violation of Law of Demeter (method chain calls)
12789 src/com/gps/hibernate/FenceReportDAO.java 314 Avoid using Literals in Conditional Statements
12790 src/com/gps/hibernate/FenceReportDAO.java 314 Avoid using if statements without curly braces
12791 src/com/gps/hibernate/FenceReportDAO.java 314 Potential violation of Law of Demeter (object not created locally)
12792 src/com/gps/hibernate/FenceReportDAO.java 314 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
12793 src/com/gps/hibernate/FenceReportDAO.java 315 Potential violation of Law of Demeter (object not created locally)
12794 src/com/gps/hibernate/FenceReportDAO.java 318 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12795 src/com/gps/hibernate/FenceReportDAO.java 320 Avoid printStackTrace(); use a logger call instead.
12796 src/com/gps/hibernate/FenceReportDAO.java 320 Potential violation of Law of Demeter (object not created locally)
12797 src/com/gps/hibernate/FenceReportDAO.java 326 Found 'UR'-anomaly for variable 'actualPickUpPoints' (lines '326'-'336').
12798 src/com/gps/hibernate/FenceReportDAO.java 326 Parameter 'tripId' is not assigned and could be declared final
12799 src/com/gps/hibernate/FenceReportDAO.java 326 publicMethodCommentRequirement Required
12800 src/com/gps/hibernate/FenceReportDAO.java 328 Found 'DD'-anomaly for variable 'pickUps' (lines '328'-'330').
12801 src/com/gps/hibernate/FenceReportDAO.java 330 Potential violation of Law of Demeter (method chain calls)
12802 src/com/gps/hibernate/FenceReportDAO.java 330 Potential violation of Law of Demeter (method chain calls)
12803 src/com/gps/hibernate/FenceReportDAO.java 334 Potential violation of Law of Demeter (object not created locally)
12804 src/com/gps/hibernate/FenceReportDAO.java 334 There is log block not surrounded by if
12805 src/com/gps/hibernate/FenceReportDAO.java 334 There is log block not surrounded by if
12806 src/com/gps/hibernate/FenceReportDAO.java 335 Avoid excessively long variable names like actualPickUpPoints
12807 src/com/gps/hibernate/FenceReportDAO.java 335 Local variable 'actualPickUpPoints' could be declared final
12808 src/com/gps/hibernate/FenceReportDAO.java 336 There is log block not surrounded by if
12809 src/com/gps/hibernate/FenceReportDAO.java 336 There is log block not surrounded by if
12810 src/com/gps/hibernate/FenceReportDAO.java 346 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12811 src/com/gps/hibernate/FenceReportDAO.java 348 Avoid printStackTrace(); use a logger call instead.
12812 src/com/gps/hibernate/FenceReportDAO.java 348 Potential violation of Law of Demeter (object not created locally)
12813 src/com/gps/hibernate/FenceReportDAO.java 353 Parameter 'trip' is not assigned and could be declared final
12814 src/com/gps/hibernate/FenceReportDAO.java 353 publicMethodCommentRequirement Required
12815 src/com/gps/hibernate/FenceReportDAO.java 355 Found 'DD'-anomaly for variable 'fenceList' (lines '355'-'370').
12816 src/com/gps/hibernate/FenceReportDAO.java 356 Found 'DD'-anomaly for variable 'repList' (lines '356'-'373').
12817 src/com/gps/hibernate/FenceReportDAO.java 356 Found 'DU'-anomaly for variable 'repList' (lines '356'-'391').
12818 src/com/gps/hibernate/FenceReportDAO.java 357 Found 'DD'-anomaly for variable 'qry' (lines '357'-'366').
12819 src/com/gps/hibernate/FenceReportDAO.java 361 Avoid using if...else statements without curly braces
12820 src/com/gps/hibernate/FenceReportDAO.java 363 Avoid using if...else statements without curly braces
12821 src/com/gps/hibernate/FenceReportDAO.java 365 There is log block not surrounded by if
12822 src/com/gps/hibernate/FenceReportDAO.java 365 There is log block not surrounded by if
12823 src/com/gps/hibernate/FenceReportDAO.java 366 Potential violation of Law of Demeter (method chain calls)
12824 src/com/gps/hibernate/FenceReportDAO.java 366 Potential violation of Law of Demeter (method chain calls)
12825 src/com/gps/hibernate/FenceReportDAO.java 369 There is log block not surrounded by if
12826 src/com/gps/hibernate/FenceReportDAO.java 369 There is log block not surrounded by if
12827 src/com/gps/hibernate/FenceReportDAO.java 370 Potential violation of Law of Demeter (object not created locally)
12828 src/com/gps/hibernate/FenceReportDAO.java 371 Potential violation of Law of Demeter (object not created locally)
12829 src/com/gps/hibernate/FenceReportDAO.java 371 There is log block not surrounded by if
12830 src/com/gps/hibernate/FenceReportDAO.java 371 There is log block not surrounded by if
12831 src/com/gps/hibernate/FenceReportDAO.java 372 Avoid using Literals in Conditional Statements
12832 src/com/gps/hibernate/FenceReportDAO.java 372 Potential violation of Law of Demeter (object not created locally)
12833 src/com/gps/hibernate/FenceReportDAO.java 372 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
12834 src/com/gps/hibernate/FenceReportDAO.java 373 Potential violation of Law of Demeter (method chain calls)
12835 src/com/gps/hibernate/FenceReportDAO.java 373 Potential violation of Law of Demeter (method chain calls)
12836 src/com/gps/hibernate/FenceReportDAO.java 373 Potential violation of Law of Demeter (method chain calls)
12837 src/com/gps/hibernate/FenceReportDAO.java 373 Potential violation of Law of Demeter (method chain calls)
12838 src/com/gps/hibernate/FenceReportDAO.java 376 Potential violation of Law of Demeter (method chain calls)
12839 src/com/gps/hibernate/FenceReportDAO.java 376 Potential violation of Law of Demeter (object not created locally)
12840 src/com/gps/hibernate/FenceReportDAO.java 380 Avoid using Literals in Conditional Statements
12841 src/com/gps/hibernate/FenceReportDAO.java 380 Potential violation of Law of Demeter (object not created locally)
12842 src/com/gps/hibernate/FenceReportDAO.java 380 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
12843 src/com/gps/hibernate/FenceReportDAO.java 381 Potential violation of Law of Demeter (method chain calls)
12844 src/com/gps/hibernate/FenceReportDAO.java 381 Potential violation of Law of Demeter (method chain calls)
12845 src/com/gps/hibernate/FenceReportDAO.java 381 Potential violation of Law of Demeter (method chain calls)
12846 src/com/gps/hibernate/FenceReportDAO.java 381 Potential violation of Law of Demeter (method chain calls)
12847 src/com/gps/hibernate/FenceReportDAO.java 381 Potential violation of Law of Demeter (object not created locally)
12848 src/com/gps/hibernate/FenceReportDAO.java 381 There is log block not surrounded by if
12849 src/com/gps/hibernate/FenceReportDAO.java 381 There is log block not surrounded by if
12850 src/com/gps/hibernate/FenceReportDAO.java 382 A method should have only one exit point, and that should be the last statement in the method
12851 src/com/gps/hibernate/FenceReportDAO.java 382 Potential violation of Law of Demeter (object not created locally)
12852 src/com/gps/hibernate/FenceReportDAO.java 386 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12853 src/com/gps/hibernate/FenceReportDAO.java 388 Avoid printStackTrace(); use a logger call instead.
12854 src/com/gps/hibernate/FenceReportDAO.java 388 Potential violation of Law of Demeter (object not created locally)
12855 src/com/gps/hibernate/FenceReportDAO.java 393 Parameter 'trip' is not assigned and could be declared final
12856 src/com/gps/hibernate/FenceReportDAO.java 393 publicMethodCommentRequirement Required
12857 src/com/gps/hibernate/FenceReportDAO.java 395 Found 'DD'-anomaly for variable 'fenceList' (lines '395'-'404').
12858 src/com/gps/hibernate/FenceReportDAO.java 396 Found 'DD'-anomaly for variable 'repList' (lines '396'-'412').
12859 src/com/gps/hibernate/FenceReportDAO.java 396 Found 'DU'-anomaly for variable 'repList' (lines '396'-'428').
12860 src/com/gps/hibernate/FenceReportDAO.java 400 Avoid using if...else statements without curly braces
12861 src/com/gps/hibernate/FenceReportDAO.java 402 Avoid using if...else statements without curly braces
12862 src/com/gps/hibernate/FenceReportDAO.java 404 Potential violation of Law of Demeter (method chain calls)
12863 src/com/gps/hibernate/FenceReportDAO.java 404 Potential violation of Law of Demeter (method chain calls)
12864 src/com/gps/hibernate/FenceReportDAO.java 404 Potential violation of Law of Demeter (method chain calls)
12865 src/com/gps/hibernate/FenceReportDAO.java 410 Avoid using Literals in Conditional Statements
12866 src/com/gps/hibernate/FenceReportDAO.java 410 Potential violation of Law of Demeter (object not created locally)
12867 src/com/gps/hibernate/FenceReportDAO.java 410 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
12868 src/com/gps/hibernate/FenceReportDAO.java 412 Potential violation of Law of Demeter (method chain calls)
12869 src/com/gps/hibernate/FenceReportDAO.java 412 Potential violation of Law of Demeter (method chain calls)
12870 src/com/gps/hibernate/FenceReportDAO.java 412 Potential violation of Law of Demeter (method chain calls)
12871 src/com/gps/hibernate/FenceReportDAO.java 412 Potential violation of Law of Demeter (method chain calls)
12872 src/com/gps/hibernate/FenceReportDAO.java 415 Potential violation of Law of Demeter (method chain calls)
12873 src/com/gps/hibernate/FenceReportDAO.java 415 Potential violation of Law of Demeter (object not created locally)
12874 src/com/gps/hibernate/FenceReportDAO.java 419 Avoid using Literals in Conditional Statements
12875 src/com/gps/hibernate/FenceReportDAO.java 419 Avoid using if statements without curly braces
12876 src/com/gps/hibernate/FenceReportDAO.java 419 Potential violation of Law of Demeter (object not created locally)
12877 src/com/gps/hibernate/FenceReportDAO.java 419 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
12878 src/com/gps/hibernate/FenceReportDAO.java 420 Potential violation of Law of Demeter (object not created locally)
12879 src/com/gps/hibernate/FenceReportDAO.java 423 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12880 src/com/gps/hibernate/FenceReportDAO.java 425 Avoid printStackTrace(); use a logger call instead.
12881 src/com/gps/hibernate/FenceReportDAO.java 425 Potential violation of Law of Demeter (object not created locally)
12882 src/com/gps/hibernate/FenceReportDAO.java 431 Parameter 'fenceid' is not assigned and could be declared final
12883 src/com/gps/hibernate/FenceReportDAO.java 431 Parameter 'vehicleid' is not assigned and could be declared final
12884 src/com/gps/hibernate/FenceReportDAO.java 431 publicMethodCommentRequirement Required
12885 src/com/gps/hibernate/FenceReportDAO.java 432 Parameter 'packetTime' is not assigned and could be declared final
12886 src/com/gps/hibernate/FenceReportDAO.java 432 Parameter 'tripid' is not assigned and could be declared final
12887 src/com/gps/hibernate/FenceReportDAO.java 434 Ensure that resources like this Connection object are closed after use
12888 src/com/gps/hibernate/FenceReportDAO.java 434 Local variable 'conn' could be declared final
12889 src/com/gps/hibernate/FenceReportDAO.java 434 Potential violation of Law of Demeter (method chain calls)
12890 src/com/gps/hibernate/FenceReportDAO.java 437 Local variable 'cst' could be declared final
12891 src/com/gps/hibernate/FenceReportDAO.java 437 Potential violation of Law of Demeter (object not created locally)
12892 src/com/gps/hibernate/FenceReportDAO.java 438 Potential violation of Law of Demeter (object not created locally)
12893 src/com/gps/hibernate/FenceReportDAO.java 439 Potential violation of Law of Demeter (object not created locally)
12894 src/com/gps/hibernate/FenceReportDAO.java 440 Potential violation of Law of Demeter (object not created locally)
12895 src/com/gps/hibernate/FenceReportDAO.java 441 Local variable 'count' could be declared final
12896 src/com/gps/hibernate/FenceReportDAO.java 441 Potential violation of Law of Demeter (object not created locally)
12897 src/com/gps/hibernate/FenceReportDAO.java 442 System.out.print is used
12898 src/com/gps/hibernate/FenceReportDAO.java 444 Avoid using Literals in Conditional Statements
12899 src/com/gps/hibernate/FenceReportDAO.java 445 Local variable 'reportId' could be declared final
12900 src/com/gps/hibernate/FenceReportDAO.java 445 Potential violation of Law of Demeter (object not created locally)
12901 src/com/gps/hibernate/FenceReportDAO.java 446 System.out.print is used
12902 src/com/gps/hibernate/FenceReportDAO.java 447 Potential violation of Law of Demeter (object not created locally)
12903 src/com/gps/hibernate/FenceReportDAO.java 448 Avoid unused local variables such as 'twoDForm'.
12904 src/com/gps/hibernate/FenceReportDAO.java 448 Found 'DU'-anomaly for variable 'twoDForm' (lines '448'-'475').
12905 src/com/gps/hibernate/FenceReportDAO.java 448 Local variable 'twoDForm' could be declared final
12906 src/com/gps/hibernate/FenceReportDAO.java 451 Local variable 'format' could be declared final
12907 src/com/gps/hibernate/FenceReportDAO.java 451 When instantiating a SimpleDateFormat object, specify a Locale
12908 src/com/gps/hibernate/FenceReportDAO.java 452 Local variable 'newTime' could be declared final
12909 src/com/gps/hibernate/FenceReportDAO.java 453 Local variable 'updatetime' could be declared final
12910 src/com/gps/hibernate/FenceReportDAO.java 453 Potential violation of Law of Demeter (method chain calls)
12911 src/com/gps/hibernate/FenceReportDAO.java 453 Potential violation of Law of Demeter (method chain calls)
12912 src/com/gps/hibernate/FenceReportDAO.java 455 Local variable 'callstmt' could be declared final
12913 src/com/gps/hibernate/FenceReportDAO.java 455 Potential violation of Law of Demeter (object not created locally)
12914 src/com/gps/hibernate/FenceReportDAO.java 456 Local variable 'txn' could be declared final
12915 src/com/gps/hibernate/FenceReportDAO.java 456 Potential violation of Law of Demeter (method chain calls)
12916 src/com/gps/hibernate/FenceReportDAO.java 458 Potential violation of Law of Demeter (object not created locally)
12917 src/com/gps/hibernate/FenceReportDAO.java 459 Potential violation of Law of Demeter (object not created locally)
12918 src/com/gps/hibernate/FenceReportDAO.java 460 Potential violation of Law of Demeter (object not created locally)
12919 src/com/gps/hibernate/FenceReportDAO.java 461 Potential violation of Law of Demeter (object not created locally)
12920 src/com/gps/hibernate/FenceReportDAO.java 461 Potential violation of Law of Demeter (object not created locally)
12921 src/com/gps/hibernate/FenceReportDAO.java 462 Local variable 'instcount' could be declared final
12922 src/com/gps/hibernate/FenceReportDAO.java 462 Potential violation of Law of Demeter (object not created locally)
12923 src/com/gps/hibernate/FenceReportDAO.java 463 System.out.print is used
12924 src/com/gps/hibernate/FenceReportDAO.java 464 Potential violation of Law of Demeter (object not created locally)
12925 src/com/gps/hibernate/FenceReportDAO.java 465 Potential violation of Law of Demeter (object not created locally)
12926 src/com/gps/hibernate/FenceReportDAO.java 466 Potential violation of Law of Demeter (method chain calls)
12927 src/com/gps/hibernate/FenceReportDAO.java 467 Potential violation of Law of Demeter (object not created locally)
12928 src/com/gps/hibernate/FenceReportDAO.java 469 Potential violation of Law of Demeter (object not created locally)
12929 src/com/gps/hibernate/FenceReportDAO.java 470 Potential violation of Law of Demeter (object not created locally)
12930 src/com/gps/hibernate/FenceReportDAO.java 472 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12931 src/com/gps/hibernate/FenceReportDAO.java 473 There is log block not surrounded by if
12932 src/com/gps/hibernate/FenceReportDAO.java 473 There is log block not surrounded by if
12933 src/com/gps/hibernate/FenceReportDAO.java 477 Parameter 'args' is not assigned and could be declared final
12934 src/com/gps/hibernate/FenceReportDAO.java 477 publicMethodCommentRequirement Required
12935 src/com/gps/hibernate/FenceReportDAO.java 479 Local variable 'fenceDAO' could be declared final
12936 src/com/gps/hibernate/FrequentTravellerDetails.java 9 Classes implementing Serializable should set a serialVersionUID
12937 src/com/gps/hibernate/FrequentTravellerDetails.java 13 Avoid variables with short names like id
12938 src/com/gps/hibernate/FrequentTravellerDetails.java 13 fieldCommentRequirement Required
12939 src/com/gps/hibernate/FrequentTravellerDetails.java 18 Document empty constructor
12940 src/com/gps/hibernate/FrequentTravellerDetails.java 22 Avoid variables with short names like id
12941 src/com/gps/hibernate/FrequentTravellerDetails.java 22 Parameter 'id' is not assigned and could be declared final
12942 src/com/gps/hibernate/FrequentTravellerDetails.java 28 publicMethodCommentRequirement Required
12943 src/com/gps/hibernate/FrequentTravellerDetails.java 32 Avoid variables with short names like id
12944 src/com/gps/hibernate/FrequentTravellerDetails.java 32 Parameter 'id' is not assigned and could be declared final
12945 src/com/gps/hibernate/FrequentTravellerDetails.java 32 publicMethodCommentRequirement Required
12946 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 10 Comment is too large: Too many lines
12947 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 24 Logger should be defined private static final and have the correct class
12948 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
12949 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 24 fieldCommentRequirement Required
12950 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
12951 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 29 publicMethodCommentRequirement Required
12952 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 30 There is log block not surrounded by if
12953 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12954 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 32 Potential violation of Law of Demeter (method chain calls)
12955 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 33 There is log block not surrounded by if
12956 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12957 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12958 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 35 There is log block not surrounded by if
12959 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 40 Avoid excessively long variable names like persistentInstance
12960 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
12961 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 40 publicMethodCommentRequirement Required
12962 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 41 There is log block not surrounded by if
12963 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12964 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 43 Potential violation of Law of Demeter (method chain calls)
12965 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 44 There is log block not surrounded by if
12966 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12967 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12968 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 46 There is log block not surrounded by if
12969 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 51 publicMethodCommentRequirement Required
12970 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 52 Avoid variables with short names like id
12971 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 52 Parameter 'id' is not assigned and could be declared final
12972 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 53 There is log block not surrounded by if
12973 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12974 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 55 Local variable 'instance' could be declared final
12975 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 55 Potential violation of Law of Demeter (method chain calls)
12976 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12977 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 59 There is log block not surrounded by if
12978 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 64 Parameter 'instance' is not assigned and could be declared final
12979 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 64 publicMethodCommentRequirement Required
12980 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 65 There is log block not surrounded by if
12981 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12982 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 67 Local variable 'results' could be declared final
12983 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 67 Potential violation of Law of Demeter (method chain calls)
12984 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 67 Potential violation of Law of Demeter (method chain calls)
12985 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 67 Potential violation of Law of Demeter (method chain calls)
12986 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 70 There is log block not surrounded by if
12987 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12988 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 71 Potential violation of Law of Demeter (object not created locally)
12989 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12990 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 74 There is log block not surrounded by if
12991 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
12992 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 79 Parameter 'value' is not assigned and could be declared final
12993 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 79 publicMethodCommentRequirement Required
12994 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 80 There is log block not surrounded by if
12995 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12996 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 83 Local variable 'queryString' could be declared final
12997 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 85 Local variable 'queryObject' could be declared final
12998 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 85 Potential violation of Law of Demeter (method chain calls)
12999 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 86 Potential violation of Law of Demeter (object not created locally)
13000 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 87 Potential violation of Law of Demeter (object not created locally)
13001 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13002 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 89 There is log block not surrounded by if
13003 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 94 publicMethodCommentRequirement Required
13004 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 95 There is log block not surrounded by if
13005 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 95 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13006 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 97 Local variable 'queryString' could be declared final
13007 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 98 Local variable 'queryObject' could be declared final
13008 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 98 Potential violation of Law of Demeter (method chain calls)
13009 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 99 Potential violation of Law of Demeter (object not created locally)
13010 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13011 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 101 There is log block not surrounded by if
13012 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 106 publicMethodCommentRequirement Required
13013 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
13014 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 108 There is log block not surrounded by if
13015 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13016 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 110 Local variable 'result' could be declared final
13017 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 110 Potential violation of Law of Demeter (method chain calls)
13018 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 112 There is log block not surrounded by if
13019 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13020 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13021 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 115 There is log block not surrounded by if
13022 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 120 Parameter 'instance' is not assigned and could be declared final
13023 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 120 publicMethodCommentRequirement Required
13024 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 121 There is log block not surrounded by if
13025 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13026 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 123 Potential violation of Law of Demeter (method chain calls)
13027 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 124 There is log block not surrounded by if
13028 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13029 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13030 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 126 There is log block not surrounded by if
13031 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 131 Parameter 'instance' is not assigned and could be declared final
13032 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 131 publicMethodCommentRequirement Required
13033 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 132 There is log block not surrounded by if
13034 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13035 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 134 Potential violation of Law of Demeter (method chain calls)
13036 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 135 There is log block not surrounded by if
13037 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13038 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13039 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 137 There is log block not surrounded by if
13040 src/com/gps/hibernate/FrequentTravellerDetailsId.java 9 Classes implementing Serializable should set a serialVersionUID
13041 src/com/gps/hibernate/FrequentTravellerDetailsId.java 13 Avoid excessively long variable names like tripTravelerDetails
13042 src/com/gps/hibernate/FrequentTravellerDetailsId.java 13 fieldCommentRequirement Required
13043 src/com/gps/hibernate/FrequentTravellerDetailsId.java 14 fieldCommentRequirement Required
13044 src/com/gps/hibernate/FrequentTravellerDetailsId.java 19 Document empty constructor
13045 src/com/gps/hibernate/FrequentTravellerDetailsId.java 23 Avoid excessively long variable names like tripTravelerDetails
13046 src/com/gps/hibernate/FrequentTravellerDetailsId.java 23 Parameter 'tripTravelerDetails' is not assigned and could be declared final
13047 src/com/gps/hibernate/FrequentTravellerDetailsId.java 24 Parameter 'day' is not assigned and could be declared final
13048 src/com/gps/hibernate/FrequentTravellerDetailsId.java 31 publicMethodCommentRequirement Required
13049 src/com/gps/hibernate/FrequentTravellerDetailsId.java 35 Avoid excessively long variable names like tripTravelerDetails
13050 src/com/gps/hibernate/FrequentTravellerDetailsId.java 35 Parameter 'tripTravelerDetails' is not assigned and could be declared final
13051 src/com/gps/hibernate/FrequentTravellerDetailsId.java 35 publicMethodCommentRequirement Required
13052 src/com/gps/hibernate/FrequentTravellerDetailsId.java 39 publicMethodCommentRequirement Required
13053 src/com/gps/hibernate/FrequentTravellerDetailsId.java 43 Parameter 'day' is not assigned and could be declared final
13054 src/com/gps/hibernate/FrequentTravellerDetailsId.java 43 publicMethodCommentRequirement Required
13055 src/com/gps/hibernate/FrequentTravellerDetailsId.java 47 Parameter 'other' is not assigned and could be declared final
13056 src/com/gps/hibernate/FrequentTravellerDetailsId.java 47 publicMethodCommentRequirement Required
13057 src/com/gps/hibernate/FrequentTravellerDetailsId.java 48 Avoid using if statements without curly braces
13058 src/com/gps/hibernate/FrequentTravellerDetailsId.java 48 Useless parentheses.
13059 src/com/gps/hibernate/FrequentTravellerDetailsId.java 49 A method should have only one exit point, and that should be the last statement in the method
13060 src/com/gps/hibernate/FrequentTravellerDetailsId.java 50 Avoid using if statements without curly braces
13061 src/com/gps/hibernate/FrequentTravellerDetailsId.java 50 Useless parentheses.
13062 src/com/gps/hibernate/FrequentTravellerDetailsId.java 51 A method should have only one exit point, and that should be the last statement in the method
13063 src/com/gps/hibernate/FrequentTravellerDetailsId.java 52 Avoid using if statements without curly braces
13064 src/com/gps/hibernate/FrequentTravellerDetailsId.java 53 A method should have only one exit point, and that should be the last statement in the method
13065 src/com/gps/hibernate/FrequentTravellerDetailsId.java 54 Local variable 'castOther' could be declared final
13066 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Potential violation of Law of Demeter (method chain calls)
13067 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Potential violation of Law of Demeter (object not created locally)
13068 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Potential violation of Law of Demeter (object not created locally)
13069 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Useless parentheses.
13070 src/com/gps/hibernate/FrequentTravellerDetailsId.java 57 Useless parentheses.
13071 src/com/gps/hibernate/FrequentTravellerDetailsId.java 58 Potential violation of Law of Demeter (object not created locally)
13072 src/com/gps/hibernate/FrequentTravellerDetailsId.java 60 Potential violation of Law of Demeter (object not created locally)
13073 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Potential violation of Law of Demeter (method chain calls)
13074 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Potential violation of Law of Demeter (object not created locally)
13075 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Potential violation of Law of Demeter (object not created locally)
13076 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Useless parentheses.
13077 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Useless parentheses.
13078 src/com/gps/hibernate/FrequentTravellerDetailsId.java 62 Potential violation of Law of Demeter (object not created locally)
13079 src/com/gps/hibernate/FrequentTravellerDetailsId.java 63 Potential violation of Law of Demeter (object not created locally)
13080 src/com/gps/hibernate/FrequentTravellerDetailsId.java 66 publicMethodCommentRequirement Required
13081 src/com/gps/hibernate/FrequentTravellerDetailsId.java 67 Found 'DD'-anomaly for variable 'result' (lines '67'-'69').
13082 src/com/gps/hibernate/FrequentTripDetails.java 9 Classes implementing Serializable should set a serialVersionUID
13083 src/com/gps/hibernate/FrequentTripDetails.java 13 Avoid variables with short names like id
13084 src/com/gps/hibernate/FrequentTripDetails.java 13 fieldCommentRequirement Required
13085 src/com/gps/hibernate/FrequentTripDetails.java 14 fieldCommentRequirement Required
13086 src/com/gps/hibernate/FrequentTripDetails.java 19 Document empty constructor
13087 src/com/gps/hibernate/FrequentTripDetails.java 23 Avoid variables with short names like id
13088 src/com/gps/hibernate/FrequentTripDetails.java 23 Parameter 'id' is not assigned and could be declared final
13089 src/com/gps/hibernate/FrequentTripDetails.java 29 Avoid variables with short names like id
13090 src/com/gps/hibernate/FrequentTripDetails.java 29 Parameter 'id' is not assigned and could be declared final
13091 src/com/gps/hibernate/FrequentTripDetails.java 29 Parameter 'time' is not assigned and could be declared final
13092 src/com/gps/hibernate/FrequentTripDetails.java 36 publicMethodCommentRequirement Required
13093 src/com/gps/hibernate/FrequentTripDetails.java 40 Avoid variables with short names like id
13094 src/com/gps/hibernate/FrequentTripDetails.java 40 Parameter 'id' is not assigned and could be declared final
13095 src/com/gps/hibernate/FrequentTripDetails.java 40 publicMethodCommentRequirement Required
13096 src/com/gps/hibernate/FrequentTripDetails.java 44 publicMethodCommentRequirement Required
13097 src/com/gps/hibernate/FrequentTripDetails.java 48 Parameter 'time' is not assigned and could be declared final
13098 src/com/gps/hibernate/FrequentTripDetails.java 48 publicMethodCommentRequirement Required
13099 src/com/gps/hibernate/FrequentTripDetailsDAO.java 10 Comment is too large: Too many lines
13100 src/com/gps/hibernate/FrequentTripDetailsDAO.java 23 Logger should be defined private static final and have the correct class
13101 src/com/gps/hibernate/FrequentTripDetailsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
13102 src/com/gps/hibernate/FrequentTripDetailsDAO.java 23 fieldCommentRequirement Required
13103 src/com/gps/hibernate/FrequentTripDetailsDAO.java 26 fieldCommentRequirement Required
13104 src/com/gps/hibernate/FrequentTripDetailsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
13105 src/com/gps/hibernate/FrequentTripDetailsDAO.java 28 publicMethodCommentRequirement Required
13106 src/com/gps/hibernate/FrequentTripDetailsDAO.java 29 There is log block not surrounded by if
13107 src/com/gps/hibernate/FrequentTripDetailsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13108 src/com/gps/hibernate/FrequentTripDetailsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
13109 src/com/gps/hibernate/FrequentTripDetailsDAO.java 32 There is log block not surrounded by if
13110 src/com/gps/hibernate/FrequentTripDetailsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13111 src/com/gps/hibernate/FrequentTripDetailsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13112 src/com/gps/hibernate/FrequentTripDetailsDAO.java 34 There is log block not surrounded by if
13113 src/com/gps/hibernate/FrequentTripDetailsDAO.java 39 Avoid excessively long variable names like persistentInstance
13114 src/com/gps/hibernate/FrequentTripDetailsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
13115 src/com/gps/hibernate/FrequentTripDetailsDAO.java 39 publicMethodCommentRequirement Required
13116 src/com/gps/hibernate/FrequentTripDetailsDAO.java 40 There is log block not surrounded by if
13117 src/com/gps/hibernate/FrequentTripDetailsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13118 src/com/gps/hibernate/FrequentTripDetailsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
13119 src/com/gps/hibernate/FrequentTripDetailsDAO.java 43 There is log block not surrounded by if
13120 src/com/gps/hibernate/FrequentTripDetailsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13121 src/com/gps/hibernate/FrequentTripDetailsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13122 src/com/gps/hibernate/FrequentTripDetailsDAO.java 45 There is log block not surrounded by if
13123 src/com/gps/hibernate/FrequentTripDetailsDAO.java 50 publicMethodCommentRequirement Required
13124 src/com/gps/hibernate/FrequentTripDetailsDAO.java 51 Avoid variables with short names like id
13125 src/com/gps/hibernate/FrequentTripDetailsDAO.java 51 Parameter 'id' is not assigned and could be declared final
13126 src/com/gps/hibernate/FrequentTripDetailsDAO.java 52 There is log block not surrounded by if
13127 src/com/gps/hibernate/FrequentTripDetailsDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13128 src/com/gps/hibernate/FrequentTripDetailsDAO.java 54 Local variable 'instance' could be declared final
13129 src/com/gps/hibernate/FrequentTripDetailsDAO.java 54 Potential violation of Law of Demeter (method chain calls)
13130 src/com/gps/hibernate/FrequentTripDetailsDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13131 src/com/gps/hibernate/FrequentTripDetailsDAO.java 58 There is log block not surrounded by if
13132 src/com/gps/hibernate/FrequentTripDetailsDAO.java 63 Parameter 'instance' is not assigned and could be declared final
13133 src/com/gps/hibernate/FrequentTripDetailsDAO.java 63 publicMethodCommentRequirement Required
13134 src/com/gps/hibernate/FrequentTripDetailsDAO.java 64 There is log block not surrounded by if
13135 src/com/gps/hibernate/FrequentTripDetailsDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13136 src/com/gps/hibernate/FrequentTripDetailsDAO.java 66 Local variable 'results' could be declared final
13137 src/com/gps/hibernate/FrequentTripDetailsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
13138 src/com/gps/hibernate/FrequentTripDetailsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
13139 src/com/gps/hibernate/FrequentTripDetailsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
13140 src/com/gps/hibernate/FrequentTripDetailsDAO.java 69 There is log block not surrounded by if
13141 src/com/gps/hibernate/FrequentTripDetailsDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13142 src/com/gps/hibernate/FrequentTripDetailsDAO.java 70 Potential violation of Law of Demeter (object not created locally)
13143 src/com/gps/hibernate/FrequentTripDetailsDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13144 src/com/gps/hibernate/FrequentTripDetailsDAO.java 73 There is log block not surrounded by if
13145 src/com/gps/hibernate/FrequentTripDetailsDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
13146 src/com/gps/hibernate/FrequentTripDetailsDAO.java 78 Parameter 'value' is not assigned and could be declared final
13147 src/com/gps/hibernate/FrequentTripDetailsDAO.java 78 publicMethodCommentRequirement Required
13148 src/com/gps/hibernate/FrequentTripDetailsDAO.java 79 There is log block not surrounded by if
13149 src/com/gps/hibernate/FrequentTripDetailsDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13150 src/com/gps/hibernate/FrequentTripDetailsDAO.java 82 Local variable 'queryString' could be declared final
13151 src/com/gps/hibernate/FrequentTripDetailsDAO.java 84 Local variable 'queryObject' could be declared final
13152 src/com/gps/hibernate/FrequentTripDetailsDAO.java 84 Potential violation of Law of Demeter (method chain calls)
13153 src/com/gps/hibernate/FrequentTripDetailsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
13154 src/com/gps/hibernate/FrequentTripDetailsDAO.java 86 Potential violation of Law of Demeter (object not created locally)
13155 src/com/gps/hibernate/FrequentTripDetailsDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13156 src/com/gps/hibernate/FrequentTripDetailsDAO.java 88 There is log block not surrounded by if
13157 src/com/gps/hibernate/FrequentTripDetailsDAO.java 93 Parameter 'time' is not assigned and could be declared final
13158 src/com/gps/hibernate/FrequentTripDetailsDAO.java 93 publicMethodCommentRequirement Required
13159 src/com/gps/hibernate/FrequentTripDetailsDAO.java 97 publicMethodCommentRequirement Required
13160 src/com/gps/hibernate/FrequentTripDetailsDAO.java 98 There is log block not surrounded by if
13161 src/com/gps/hibernate/FrequentTripDetailsDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13162 src/com/gps/hibernate/FrequentTripDetailsDAO.java 100 Local variable 'queryString' could be declared final
13163 src/com/gps/hibernate/FrequentTripDetailsDAO.java 101 Local variable 'queryObject' could be declared final
13164 src/com/gps/hibernate/FrequentTripDetailsDAO.java 101 Potential violation of Law of Demeter (method chain calls)
13165 src/com/gps/hibernate/FrequentTripDetailsDAO.java 102 Potential violation of Law of Demeter (object not created locally)
13166 src/com/gps/hibernate/FrequentTripDetailsDAO.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13167 src/com/gps/hibernate/FrequentTripDetailsDAO.java 104 There is log block not surrounded by if
13168 src/com/gps/hibernate/FrequentTripDetailsDAO.java 109 Parameter 'detachedInstance' is not assigned and could be declared final
13169 src/com/gps/hibernate/FrequentTripDetailsDAO.java 109 publicMethodCommentRequirement Required
13170 src/com/gps/hibernate/FrequentTripDetailsDAO.java 110 There is log block not surrounded by if
13171 src/com/gps/hibernate/FrequentTripDetailsDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13172 src/com/gps/hibernate/FrequentTripDetailsDAO.java 112 Local variable 'result' could be declared final
13173 src/com/gps/hibernate/FrequentTripDetailsDAO.java 112 Potential violation of Law of Demeter (method chain calls)
13174 src/com/gps/hibernate/FrequentTripDetailsDAO.java 114 There is log block not surrounded by if
13175 src/com/gps/hibernate/FrequentTripDetailsDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13176 src/com/gps/hibernate/FrequentTripDetailsDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13177 src/com/gps/hibernate/FrequentTripDetailsDAO.java 117 There is log block not surrounded by if
13178 src/com/gps/hibernate/FrequentTripDetailsDAO.java 122 Parameter 'instance' is not assigned and could be declared final
13179 src/com/gps/hibernate/FrequentTripDetailsDAO.java 122 publicMethodCommentRequirement Required
13180 src/com/gps/hibernate/FrequentTripDetailsDAO.java 123 There is log block not surrounded by if
13181 src/com/gps/hibernate/FrequentTripDetailsDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13182 src/com/gps/hibernate/FrequentTripDetailsDAO.java 125 Potential violation of Law of Demeter (method chain calls)
13183 src/com/gps/hibernate/FrequentTripDetailsDAO.java 126 There is log block not surrounded by if
13184 src/com/gps/hibernate/FrequentTripDetailsDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13185 src/com/gps/hibernate/FrequentTripDetailsDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13186 src/com/gps/hibernate/FrequentTripDetailsDAO.java 128 There is log block not surrounded by if
13187 src/com/gps/hibernate/FrequentTripDetailsDAO.java 133 Parameter 'instance' is not assigned and could be declared final
13188 src/com/gps/hibernate/FrequentTripDetailsDAO.java 133 publicMethodCommentRequirement Required
13189 src/com/gps/hibernate/FrequentTripDetailsDAO.java 134 There is log block not surrounded by if
13190 src/com/gps/hibernate/FrequentTripDetailsDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13191 src/com/gps/hibernate/FrequentTripDetailsDAO.java 136 Potential violation of Law of Demeter (method chain calls)
13192 src/com/gps/hibernate/FrequentTripDetailsDAO.java 137 There is log block not surrounded by if
13193 src/com/gps/hibernate/FrequentTripDetailsDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13194 src/com/gps/hibernate/FrequentTripDetailsDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13195 src/com/gps/hibernate/FrequentTripDetailsDAO.java 139 There is log block not surrounded by if
13196 src/com/gps/hibernate/FrequentTripDetailsId.java 9 Classes implementing Serializable should set a serialVersionUID
13197 src/com/gps/hibernate/FrequentTripDetailsId.java 13 fieldCommentRequirement Required
13198 src/com/gps/hibernate/FrequentTripDetailsId.java 14 fieldCommentRequirement Required
13199 src/com/gps/hibernate/FrequentTripDetailsId.java 19 Document empty constructor
13200 src/com/gps/hibernate/FrequentTripDetailsId.java 23 Parameter 'day' is not assigned and could be declared final
13201 src/com/gps/hibernate/FrequentTripDetailsId.java 23 Parameter 'tripDetails' is not assigned and could be declared final
13202 src/com/gps/hibernate/FrequentTripDetailsId.java 30 publicMethodCommentRequirement Required
13203 src/com/gps/hibernate/FrequentTripDetailsId.java 34 Parameter 'tripDetails' is not assigned and could be declared final
13204 src/com/gps/hibernate/FrequentTripDetailsId.java 34 publicMethodCommentRequirement Required
13205 src/com/gps/hibernate/FrequentTripDetailsId.java 38 publicMethodCommentRequirement Required
13206 src/com/gps/hibernate/FrequentTripDetailsId.java 42 Parameter 'day' is not assigned and could be declared final
13207 src/com/gps/hibernate/FrequentTripDetailsId.java 42 publicMethodCommentRequirement Required
13208 src/com/gps/hibernate/FrequentTripDetailsId.java 46 Parameter 'other' is not assigned and could be declared final
13209 src/com/gps/hibernate/FrequentTripDetailsId.java 46 publicMethodCommentRequirement Required
13210 src/com/gps/hibernate/FrequentTripDetailsId.java 47 Avoid using if statements without curly braces
13211 src/com/gps/hibernate/FrequentTripDetailsId.java 47 Useless parentheses.
13212 src/com/gps/hibernate/FrequentTripDetailsId.java 48 A method should have only one exit point, and that should be the last statement in the method
13213 src/com/gps/hibernate/FrequentTripDetailsId.java 49 Avoid using if statements without curly braces
13214 src/com/gps/hibernate/FrequentTripDetailsId.java 49 Useless parentheses.
13215 src/com/gps/hibernate/FrequentTripDetailsId.java 50 A method should have only one exit point, and that should be the last statement in the method
13216 src/com/gps/hibernate/FrequentTripDetailsId.java 51 Avoid using if statements without curly braces
13217 src/com/gps/hibernate/FrequentTripDetailsId.java 52 A method should have only one exit point, and that should be the last statement in the method
13218 src/com/gps/hibernate/FrequentTripDetailsId.java 53 Local variable 'castOther' could be declared final
13219 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Potential violation of Law of Demeter (method chain calls)
13220 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Potential violation of Law of Demeter (object not created locally)
13221 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Potential violation of Law of Demeter (object not created locally)
13222 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Useless parentheses.
13223 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Useless parentheses.
13224 src/com/gps/hibernate/FrequentTripDetailsId.java 57 Potential violation of Law of Demeter (object not created locally)
13225 src/com/gps/hibernate/FrequentTripDetailsId.java 58 Potential violation of Law of Demeter (object not created locally)
13226 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Potential violation of Law of Demeter (method chain calls)
13227 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Potential violation of Law of Demeter (object not created locally)
13228 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Potential violation of Law of Demeter (object not created locally)
13229 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Useless parentheses.
13230 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Useless parentheses.
13231 src/com/gps/hibernate/FrequentTripDetailsId.java 60 Potential violation of Law of Demeter (object not created locally)
13232 src/com/gps/hibernate/FrequentTripDetailsId.java 61 Potential violation of Law of Demeter (object not created locally)
13233 src/com/gps/hibernate/FrequentTripDetailsId.java 64 publicMethodCommentRequirement Required
13234 src/com/gps/hibernate/FrequentTripDetailsId.java 65 Found 'DD'-anomaly for variable 'result' (lines '65'-'67').
13235 src/com/gps/hibernate/FuelCalibration.java 4 Avoid unused imports such as 'java.util.HashSet'
13236 src/com/gps/hibernate/FuelCalibration.java 5 Avoid unused imports such as 'java.util.Set'
13237 src/com/gps/hibernate/FuelCalibration.java 13 Classes implementing Serializable should set a serialVersionUID
13238 src/com/gps/hibernate/FuelCalibration.java 15 Avoid variables with short names like Id
13239 src/com/gps/hibernate/FuelCalibration.java 15 Use explicit scoping instead of the default package private level
13240 src/com/gps/hibernate/FuelCalibration.java 15 Variables should start with a lowercase character, 'Id' starts with uppercase character.
13241 src/com/gps/hibernate/FuelCalibration.java 15 fieldCommentRequirement Required
13242 src/com/gps/hibernate/FuelCalibration.java 16 Use explicit scoping instead of the default package private level
13243 src/com/gps/hibernate/FuelCalibration.java 16 fieldCommentRequirement Required
13244 src/com/gps/hibernate/FuelCalibration.java 17 Use explicit scoping instead of the default package private level
13245 src/com/gps/hibernate/FuelCalibration.java 17 fieldCommentRequirement Required
13246 src/com/gps/hibernate/FuelCalibration.java 18 Use explicit scoping instead of the default package private level
13247 src/com/gps/hibernate/FuelCalibration.java 18 Variables should start with a lowercase character, 'FuelVolt' starts with uppercase character.
13248 src/com/gps/hibernate/FuelCalibration.java 18 fieldCommentRequirement Required
13249 src/com/gps/hibernate/FuelCalibration.java 31 Avoid variables with short names like id
13250 src/com/gps/hibernate/FuelCalibration.java 31 Parameter 'fuelValue' is not assigned and could be declared final
13251 src/com/gps/hibernate/FuelCalibration.java 31 Parameter 'id' is not assigned and could be declared final
13252 src/com/gps/hibernate/FuelCalibration.java 31 Parameter 'typeId' is not assigned and could be declared final
13253 src/com/gps/hibernate/FuelCalibration.java 32 Parameter 'fuelVolt' is not assigned and could be declared final
13254 src/com/gps/hibernate/FuelCalibration.java 48 Avoid variables with short names like id
13255 src/com/gps/hibernate/FuelCalibration.java 48 Parameter 'id' is not assigned and could be declared final
13256 src/com/gps/hibernate/FuelCalibration.java 60 Parameter 'typeId' is not assigned and could be declared final
13257 src/com/gps/hibernate/FuelCalibration.java 72 Parameter 'fuelValue' is not assigned and could be declared final
13258 src/com/gps/hibernate/FuelCalibration.java 84 Parameter 'fuelVolt' is not assigned and could be declared final
13259 src/com/gps/hibernate/FuelCalibrationDAO.java 4 Avoid unused imports such as 'java.util.Set'
13260 src/com/gps/hibernate/FuelCalibrationDAO.java 11 Comment is too large: Too many lines
13261 src/com/gps/hibernate/FuelCalibrationDAO.java 24 Logger should be defined private static final and have the correct class
13262 src/com/gps/hibernate/FuelCalibrationDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
13263 src/com/gps/hibernate/FuelCalibrationDAO.java 24 fieldCommentRequirement Required
13264 src/com/gps/hibernate/FuelCalibrationDAO.java 26 Parameter 'transientInstance' is not assigned and could be declared final
13265 src/com/gps/hibernate/FuelCalibrationDAO.java 26 publicMethodCommentRequirement Required
13266 src/com/gps/hibernate/FuelCalibrationDAO.java 27 There is log block not surrounded by if
13267 src/com/gps/hibernate/FuelCalibrationDAO.java 27 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13268 src/com/gps/hibernate/FuelCalibrationDAO.java 29 Potential violation of Law of Demeter (method chain calls)
13269 src/com/gps/hibernate/FuelCalibrationDAO.java 30 There is log block not surrounded by if
13270 src/com/gps/hibernate/FuelCalibrationDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13271 src/com/gps/hibernate/FuelCalibrationDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13272 src/com/gps/hibernate/FuelCalibrationDAO.java 32 There is log block not surrounded by if
13273 src/com/gps/hibernate/FuelCalibrationDAO.java 37 Avoid excessively long variable names like persistentInstance
13274 src/com/gps/hibernate/FuelCalibrationDAO.java 37 Parameter 'persistentInstance' is not assigned and could be declared final
13275 src/com/gps/hibernate/FuelCalibrationDAO.java 37 publicMethodCommentRequirement Required
13276 src/com/gps/hibernate/FuelCalibrationDAO.java 38 There is log block not surrounded by if
13277 src/com/gps/hibernate/FuelCalibrationDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13278 src/com/gps/hibernate/FuelCalibrationDAO.java 40 Potential violation of Law of Demeter (method chain calls)
13279 src/com/gps/hibernate/FuelCalibrationDAO.java 41 There is log block not surrounded by if
13280 src/com/gps/hibernate/FuelCalibrationDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13281 src/com/gps/hibernate/FuelCalibrationDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13282 src/com/gps/hibernate/FuelCalibrationDAO.java 43 There is log block not surrounded by if
13283 src/com/gps/hibernate/FuelCalibrationDAO.java 48 Avoid variables with short names like id
13284 src/com/gps/hibernate/FuelCalibrationDAO.java 48 Parameter 'id' is not assigned and could be declared final
13285 src/com/gps/hibernate/FuelCalibrationDAO.java 48 publicMethodCommentRequirement Required
13286 src/com/gps/hibernate/FuelCalibrationDAO.java 49 There is log block not surrounded by if
13287 src/com/gps/hibernate/FuelCalibrationDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13288 src/com/gps/hibernate/FuelCalibrationDAO.java 51 Local variable 'instance' could be declared final
13289 src/com/gps/hibernate/FuelCalibrationDAO.java 51 Potential violation of Law of Demeter (method chain calls)
13290 src/com/gps/hibernate/FuelCalibrationDAO.java 55 Avoid catching NullPointerException; consider removing the cause of the NPE.
13291 src/com/gps/hibernate/FuelCalibrationDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13292 src/com/gps/hibernate/FuelCalibrationDAO.java 57 There is log block not surrounded by if
13293 src/com/gps/hibernate/FuelCalibrationDAO.java 57 There is log block not surrounded by if
13294 src/com/gps/hibernate/FuelCalibrationDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13295 src/com/gps/hibernate/FuelCalibrationDAO.java 61 There is log block not surrounded by if
13296 src/com/gps/hibernate/FuelCalibrationDAO.java 66 Parameter 'instance' is not assigned and could be declared final
13297 src/com/gps/hibernate/FuelCalibrationDAO.java 66 publicMethodCommentRequirement Required
13298 src/com/gps/hibernate/FuelCalibrationDAO.java 67 There is log block not surrounded by if
13299 src/com/gps/hibernate/FuelCalibrationDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13300 src/com/gps/hibernate/FuelCalibrationDAO.java 69 Local variable 'results' could be declared final
13301 src/com/gps/hibernate/FuelCalibrationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
13302 src/com/gps/hibernate/FuelCalibrationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
13303 src/com/gps/hibernate/FuelCalibrationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
13304 src/com/gps/hibernate/FuelCalibrationDAO.java 72 There is log block not surrounded by if
13305 src/com/gps/hibernate/FuelCalibrationDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13306 src/com/gps/hibernate/FuelCalibrationDAO.java 73 Potential violation of Law of Demeter (object not created locally)
13307 src/com/gps/hibernate/FuelCalibrationDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13308 src/com/gps/hibernate/FuelCalibrationDAO.java 76 There is log block not surrounded by if
13309 src/com/gps/hibernate/FuelCalibrationDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
13310 src/com/gps/hibernate/FuelCalibrationDAO.java 81 Parameter 'value' is not assigned and could be declared final
13311 src/com/gps/hibernate/FuelCalibrationDAO.java 81 publicMethodCommentRequirement Required
13312 src/com/gps/hibernate/FuelCalibrationDAO.java 82 There is log block not surrounded by if
13313 src/com/gps/hibernate/FuelCalibrationDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13314 src/com/gps/hibernate/FuelCalibrationDAO.java 85 Local variable 'queryString' could be declared final
13315 src/com/gps/hibernate/FuelCalibrationDAO.java 87 Local variable 'queryObject' could be declared final
13316 src/com/gps/hibernate/FuelCalibrationDAO.java 87 Potential violation of Law of Demeter (method chain calls)
13317 src/com/gps/hibernate/FuelCalibrationDAO.java 88 Potential violation of Law of Demeter (object not created locally)
13318 src/com/gps/hibernate/FuelCalibrationDAO.java 89 Potential violation of Law of Demeter (object not created locally)
13319 src/com/gps/hibernate/FuelCalibrationDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13320 src/com/gps/hibernate/FuelCalibrationDAO.java 91 There is log block not surrounded by if
13321 src/com/gps/hibernate/FuelCalibrationDAO.java 96 Parameter 'first' is not assigned and could be declared final
13322 src/com/gps/hibernate/FuelCalibrationDAO.java 96 Parameter 'last' is not assigned and could be declared final
13323 src/com/gps/hibernate/FuelCalibrationDAO.java 96 publicMethodCommentRequirement Required
13324 src/com/gps/hibernate/FuelCalibrationDAO.java 97 There is log block not surrounded by if
13325 src/com/gps/hibernate/FuelCalibrationDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13326 src/com/gps/hibernate/FuelCalibrationDAO.java 99 Local variable 'queryString' could be declared final
13327 src/com/gps/hibernate/FuelCalibrationDAO.java 100 Local variable 'queryObject' could be declared final
13328 src/com/gps/hibernate/FuelCalibrationDAO.java 100 Potential violation of Law of Demeter (method chain calls)
13329 src/com/gps/hibernate/FuelCalibrationDAO.java 101 Potential violation of Law of Demeter (object not created locally)
13330 src/com/gps/hibernate/FuelCalibrationDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13331 src/com/gps/hibernate/FuelCalibrationDAO.java 103 There is log block not surrounded by if
13332 src/com/gps/hibernate/FuelCalibrationDAO.java 108 Parameter 'detachedInstance' is not assigned and could be declared final
13333 src/com/gps/hibernate/FuelCalibrationDAO.java 108 publicMethodCommentRequirement Required
13334 src/com/gps/hibernate/FuelCalibrationDAO.java 109 There is log block not surrounded by if
13335 src/com/gps/hibernate/FuelCalibrationDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13336 src/com/gps/hibernate/FuelCalibrationDAO.java 111 Local variable 'result' could be declared final
13337 src/com/gps/hibernate/FuelCalibrationDAO.java 111 Potential violation of Law of Demeter (method chain calls)
13338 src/com/gps/hibernate/FuelCalibrationDAO.java 113 There is log block not surrounded by if
13339 src/com/gps/hibernate/FuelCalibrationDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13340 src/com/gps/hibernate/FuelCalibrationDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13341 src/com/gps/hibernate/FuelCalibrationDAO.java 116 There is log block not surrounded by if
13342 src/com/gps/hibernate/FuelCalibrationDAO.java 121 Parameter 'instance' is not assigned and could be declared final
13343 src/com/gps/hibernate/FuelCalibrationDAO.java 121 publicMethodCommentRequirement Required
13344 src/com/gps/hibernate/FuelCalibrationDAO.java 122 There is log block not surrounded by if
13345 src/com/gps/hibernate/FuelCalibrationDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13346 src/com/gps/hibernate/FuelCalibrationDAO.java 124 Potential violation of Law of Demeter (method chain calls)
13347 src/com/gps/hibernate/FuelCalibrationDAO.java 125 There is log block not surrounded by if
13348 src/com/gps/hibernate/FuelCalibrationDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13349 src/com/gps/hibernate/FuelCalibrationDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13350 src/com/gps/hibernate/FuelCalibrationDAO.java 127 There is log block not surrounded by if
13351 src/com/gps/hibernate/FuelCalibrationDAO.java 132 Parameter 'instance' is not assigned and could be declared final
13352 src/com/gps/hibernate/FuelCalibrationDAO.java 132 publicMethodCommentRequirement Required
13353 src/com/gps/hibernate/FuelCalibrationDAO.java 133 There is log block not surrounded by if
13354 src/com/gps/hibernate/FuelCalibrationDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13355 src/com/gps/hibernate/FuelCalibrationDAO.java 135 Potential violation of Law of Demeter (method chain calls)
13356 src/com/gps/hibernate/FuelCalibrationDAO.java 136 There is log block not surrounded by if
13357 src/com/gps/hibernate/FuelCalibrationDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13358 src/com/gps/hibernate/FuelCalibrationDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13359 src/com/gps/hibernate/FuelCalibrationDAO.java 138 There is log block not surrounded by if
13360 src/com/gps/hibernate/Geofence.java 14 Classes implementing Serializable should set a serialVersionUID
13361 src/com/gps/hibernate/Geofence.java 14 Too many fields
13362 src/com/gps/hibernate/Geofence.java 18 Avoid variables with short names like id
13363 src/com/gps/hibernate/Geofence.java 18 fieldCommentRequirement Required
13364 src/com/gps/hibernate/Geofence.java 19 fieldCommentRequirement Required
13365 src/com/gps/hibernate/Geofence.java 20 fieldCommentRequirement Required
13366 src/com/gps/hibernate/Geofence.java 21 fieldCommentRequirement Required
13367 src/com/gps/hibernate/Geofence.java 22 fieldCommentRequirement Required
13368 src/com/gps/hibernate/Geofence.java 23 fieldCommentRequirement Required
13369 src/com/gps/hibernate/Geofence.java 24 fieldCommentRequirement Required
13370 src/com/gps/hibernate/Geofence.java 25 fieldCommentRequirement Required
13371 src/com/gps/hibernate/Geofence.java 26 fieldCommentRequirement Required
13372 src/com/gps/hibernate/Geofence.java 27 fieldCommentRequirement Required
13373 src/com/gps/hibernate/Geofence.java 28 fieldCommentRequirement Required
13374 src/com/gps/hibernate/Geofence.java 29 fieldCommentRequirement Required
13375 src/com/gps/hibernate/Geofence.java 30 fieldCommentRequirement Required
13376 src/com/gps/hibernate/Geofence.java 31 Variables should start with a lowercase character, 'SeqFenceAM' starts with uppercase character.
13377 src/com/gps/hibernate/Geofence.java 31 fieldCommentRequirement Required
13378 src/com/gps/hibernate/Geofence.java 32 Variables should start with a lowercase character, 'SeqFencePM' starts with uppercase character.
13379 src/com/gps/hibernate/Geofence.java 32 fieldCommentRequirement Required
13380 src/com/gps/hibernate/Geofence.java 33 Variables should start with a lowercase character, 'StopTimeAM' starts with uppercase character.
13381 src/com/gps/hibernate/Geofence.java 33 fieldCommentRequirement Required
13382 src/com/gps/hibernate/Geofence.java 34 Variables should start with a lowercase character, 'StopTimePM' starts with uppercase character.
13383 src/com/gps/hibernate/Geofence.java 34 fieldCommentRequirement Required
13384 src/com/gps/hibernate/Geofence.java 35 fieldCommentRequirement Required
13385 src/com/gps/hibernate/Geofence.java 36 fieldCommentRequirement Required
13386 src/com/gps/hibernate/Geofence.java 37 fieldCommentRequirement Required
13387 src/com/gps/hibernate/Geofence.java 42 Document empty constructor
13388 src/com/gps/hibernate/Geofence.java 44 Parameter 'geoLatitude' is not assigned and could be declared final
13389 src/com/gps/hibernate/Geofence.java 44 Parameter 'geoLongitude' is not assigned and could be declared final
13390 src/com/gps/hibernate/Geofence.java 44 publicMethodCommentRequirement Required
13391 src/com/gps/hibernate/Geofence.java 51 Avoid long parameter lists.
13392 src/com/gps/hibernate/Geofence.java 51 Parameter 'geofenceId' is not assigned and could be declared final
13393 src/com/gps/hibernate/Geofence.java 51 Parameter 'tripDetails' is not assigned and could be declared final
13394 src/com/gps/hibernate/Geofence.java 51 Parameter 'userid' is not assigned and could be declared final
13395 src/com/gps/hibernate/Geofence.java 52 Parameter 'address' is not assigned and could be declared final
13396 src/com/gps/hibernate/Geofence.java 52 Parameter 'countryCode' is not assigned and could be declared final
13397 src/com/gps/hibernate/Geofence.java 52 Parameter 'geoName' is not assigned and could be declared final
13398 src/com/gps/hibernate/Geofence.java 53 Parameter 'geoLatitude' is not assigned and could be declared final
13399 src/com/gps/hibernate/Geofence.java 53 Parameter 'geoLongitude' is not assigned and could be declared final
13400 src/com/gps/hibernate/Geofence.java 53 Parameter 'radius' is not assigned and could be declared final
13401 src/com/gps/hibernate/Geofence.java 54 Parameter 'fenceHistories' is not assigned and could be declared final
13402 src/com/gps/hibernate/Geofence.java 54 Parameter 'insertOrder' is not assigned and could be declared final
13403 src/com/gps/hibernate/Geofence.java 70 publicMethodCommentRequirement Required
13404 src/com/gps/hibernate/Geofence.java 74 Avoid variables with short names like id
13405 src/com/gps/hibernate/Geofence.java 74 Parameter 'id' is not assigned and could be declared final
13406 src/com/gps/hibernate/Geofence.java 74 publicMethodCommentRequirement Required
13407 src/com/gps/hibernate/Geofence.java 78 publicMethodCommentRequirement Required
13408 src/com/gps/hibernate/Geofence.java 82 Parameter 'tripDetails' is not assigned and could be declared final
13409 src/com/gps/hibernate/Geofence.java 82 publicMethodCommentRequirement Required
13410 src/com/gps/hibernate/Geofence.java 86 publicMethodCommentRequirement Required
13411 src/com/gps/hibernate/Geofence.java 90 Parameter 'userid' is not assigned and could be declared final
13412 src/com/gps/hibernate/Geofence.java 90 publicMethodCommentRequirement Required
13413 src/com/gps/hibernate/Geofence.java 94 publicMethodCommentRequirement Required
13414 src/com/gps/hibernate/Geofence.java 98 Parameter 'geofenceId' is not assigned and could be declared final
13415 src/com/gps/hibernate/Geofence.java 98 publicMethodCommentRequirement Required
13416 src/com/gps/hibernate/Geofence.java 102 publicMethodCommentRequirement Required
13417 src/com/gps/hibernate/Geofence.java 106 Parameter 'geoName' is not assigned and could be declared final
13418 src/com/gps/hibernate/Geofence.java 106 publicMethodCommentRequirement Required
13419 src/com/gps/hibernate/Geofence.java 110 publicMethodCommentRequirement Required
13420 src/com/gps/hibernate/Geofence.java 114 Parameter 'address' is not assigned and could be declared final
13421 src/com/gps/hibernate/Geofence.java 114 publicMethodCommentRequirement Required
13422 src/com/gps/hibernate/Geofence.java 118 publicMethodCommentRequirement Required
13423 src/com/gps/hibernate/Geofence.java 122 Parameter 'countryCode' is not assigned and could be declared final
13424 src/com/gps/hibernate/Geofence.java 122 publicMethodCommentRequirement Required
13425 src/com/gps/hibernate/Geofence.java 126 publicMethodCommentRequirement Required
13426 src/com/gps/hibernate/Geofence.java 130 Parameter 'geoLatitude' is not assigned and could be declared final
13427 src/com/gps/hibernate/Geofence.java 130 publicMethodCommentRequirement Required
13428 src/com/gps/hibernate/Geofence.java 134 publicMethodCommentRequirement Required
13429 src/com/gps/hibernate/Geofence.java 138 Parameter 'geoLongitude' is not assigned and could be declared final
13430 src/com/gps/hibernate/Geofence.java 138 publicMethodCommentRequirement Required
13431 src/com/gps/hibernate/Geofence.java 142 publicMethodCommentRequirement Required
13432 src/com/gps/hibernate/Geofence.java 146 Parameter 'radius' is not assigned and could be declared final
13433 src/com/gps/hibernate/Geofence.java 146 publicMethodCommentRequirement Required
13434 src/com/gps/hibernate/Geofence.java 150 publicMethodCommentRequirement Required
13435 src/com/gps/hibernate/Geofence.java 154 Parameter 'insertOrder' is not assigned and could be declared final
13436 src/com/gps/hibernate/Geofence.java 154 publicMethodCommentRequirement Required
13437 src/com/gps/hibernate/Geofence.java 158 publicMethodCommentRequirement Required
13438 src/com/gps/hibernate/Geofence.java 163 Parameter 'landmark' is not assigned and could be declared final
13439 src/com/gps/hibernate/Geofence.java 163 publicMethodCommentRequirement Required
13440 src/com/gps/hibernate/Geofence.java 166 publicMethodCommentRequirement Required
13441 src/com/gps/hibernate/Geofence.java 170 Parameter 'fenceHistories' is not assigned and could be declared final
13442 src/com/gps/hibernate/Geofence.java 170 publicMethodCommentRequirement Required
13443 src/com/gps/hibernate/Geofence.java 173 publicMethodCommentRequirement Required
13444 src/com/gps/hibernate/Geofence.java 176 Parameter 'seqFenceAM' is not assigned and could be declared final
13445 src/com/gps/hibernate/Geofence.java 176 publicMethodCommentRequirement Required
13446 src/com/gps/hibernate/Geofence.java 179 publicMethodCommentRequirement Required
13447 src/com/gps/hibernate/Geofence.java 182 Parameter 'seqFencePM' is not assigned and could be declared final
13448 src/com/gps/hibernate/Geofence.java 182 publicMethodCommentRequirement Required
13449 src/com/gps/hibernate/Geofence.java 185 publicMethodCommentRequirement Required
13450 src/com/gps/hibernate/Geofence.java 188 Parameter 'stopTimeAM' is not assigned and could be declared final
13451 src/com/gps/hibernate/Geofence.java 188 publicMethodCommentRequirement Required
13452 src/com/gps/hibernate/Geofence.java 191 publicMethodCommentRequirement Required
13453 src/com/gps/hibernate/Geofence.java 194 Parameter 'stopTimePM' is not assigned and could be declared final
13454 src/com/gps/hibernate/Geofence.java 194 publicMethodCommentRequirement Required
13455 src/com/gps/hibernate/Geofence.java 206 Parameter 'isValid' is not assigned and could be declared final
13456 src/com/gps/hibernate/GeofenceDAO.java 15 Avoid unused imports such as 'java.util.Set'
13457 src/com/gps/hibernate/GeofenceDAO.java 22 Comment is too large: Too many lines
13458 src/com/gps/hibernate/GeofenceDAO.java 34 This class has too many methods, consider refactoring it.
13459 src/com/gps/hibernate/GeofenceDAO.java 35 Logger should be defined private static final and have the correct class
13460 src/com/gps/hibernate/GeofenceDAO.java 35 Variables that are final and static should be all capitals, 'log' is not all capitals.
13461 src/com/gps/hibernate/GeofenceDAO.java 35 fieldCommentRequirement Required
13462 src/com/gps/hibernate/GeofenceDAO.java 37 fieldCommentRequirement Required
13463 src/com/gps/hibernate/GeofenceDAO.java 38 fieldCommentRequirement Required
13464 src/com/gps/hibernate/GeofenceDAO.java 39 fieldCommentRequirement Required
13465 src/com/gps/hibernate/GeofenceDAO.java 40 fieldCommentRequirement Required
13466 src/com/gps/hibernate/GeofenceDAO.java 41 fieldCommentRequirement Required
13467 src/com/gps/hibernate/GeofenceDAO.java 42 fieldCommentRequirement Required
13468 src/com/gps/hibernate/GeofenceDAO.java 43 fieldCommentRequirement Required
13469 src/com/gps/hibernate/GeofenceDAO.java 44 fieldCommentRequirement Required
13470 src/com/gps/hibernate/GeofenceDAO.java 45 fieldCommentRequirement Required
13471 src/com/gps/hibernate/GeofenceDAO.java 47 Parameter 'transientInstance' is not assigned and could be declared final
13472 src/com/gps/hibernate/GeofenceDAO.java 47 publicMethodCommentRequirement Required
13473 src/com/gps/hibernate/GeofenceDAO.java 48 There is log block not surrounded by if
13474 src/com/gps/hibernate/GeofenceDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13475 src/com/gps/hibernate/GeofenceDAO.java 50 Potential violation of Law of Demeter (method chain calls)
13476 src/com/gps/hibernate/GeofenceDAO.java 51 There is log block not surrounded by if
13477 src/com/gps/hibernate/GeofenceDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13478 src/com/gps/hibernate/GeofenceDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13479 src/com/gps/hibernate/GeofenceDAO.java 53 There is log block not surrounded by if
13480 src/com/gps/hibernate/GeofenceDAO.java 58 Avoid excessively long variable names like persistentInstance
13481 src/com/gps/hibernate/GeofenceDAO.java 58 Parameter 'persistentInstance' is not assigned and could be declared final
13482 src/com/gps/hibernate/GeofenceDAO.java 58 publicMethodCommentRequirement Required
13483 src/com/gps/hibernate/GeofenceDAO.java 59 There is log block not surrounded by if
13484 src/com/gps/hibernate/GeofenceDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13485 src/com/gps/hibernate/GeofenceDAO.java 61 Potential violation of Law of Demeter (method chain calls)
13486 src/com/gps/hibernate/GeofenceDAO.java 62 There is log block not surrounded by if
13487 src/com/gps/hibernate/GeofenceDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13488 src/com/gps/hibernate/GeofenceDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13489 src/com/gps/hibernate/GeofenceDAO.java 64 There is log block not surrounded by if
13490 src/com/gps/hibernate/GeofenceDAO.java 69 Avoid variables with short names like id
13491 src/com/gps/hibernate/GeofenceDAO.java 69 Parameter 'id' is not assigned and could be declared final
13492 src/com/gps/hibernate/GeofenceDAO.java 69 publicMethodCommentRequirement Required
13493 src/com/gps/hibernate/GeofenceDAO.java 71 There is log block not surrounded by if
13494 src/com/gps/hibernate/GeofenceDAO.java 71 There is log block not surrounded by if
13495 src/com/gps/hibernate/GeofenceDAO.java 73 Found 'DD'-anomaly for variable 'instance' (lines '73'-'76').
13496 src/com/gps/hibernate/GeofenceDAO.java 76 Potential violation of Law of Demeter (method chain calls)
13497 src/com/gps/hibernate/GeofenceDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13498 src/com/gps/hibernate/GeofenceDAO.java 81 There is log block not surrounded by if
13499 src/com/gps/hibernate/GeofenceDAO.java 88 Parameter 'instance' is not assigned and could be declared final
13500 src/com/gps/hibernate/GeofenceDAO.java 88 publicMethodCommentRequirement Required
13501 src/com/gps/hibernate/GeofenceDAO.java 89 There is log block not surrounded by if
13502 src/com/gps/hibernate/GeofenceDAO.java 89 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13503 src/com/gps/hibernate/GeofenceDAO.java 91 Local variable 'results' could be declared final
13504 src/com/gps/hibernate/GeofenceDAO.java 91 Potential violation of Law of Demeter (method chain calls)
13505 src/com/gps/hibernate/GeofenceDAO.java 91 Potential violation of Law of Demeter (method chain calls)
13506 src/com/gps/hibernate/GeofenceDAO.java 91 Potential violation of Law of Demeter (method chain calls)
13507 src/com/gps/hibernate/GeofenceDAO.java 94 There is log block not surrounded by if
13508 src/com/gps/hibernate/GeofenceDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13509 src/com/gps/hibernate/GeofenceDAO.java 95 Potential violation of Law of Demeter (object not created locally)
13510 src/com/gps/hibernate/GeofenceDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13511 src/com/gps/hibernate/GeofenceDAO.java 98 There is log block not surrounded by if
13512 src/com/gps/hibernate/GeofenceDAO.java 103 Parameter 'propertyName' is not assigned and could be declared final
13513 src/com/gps/hibernate/GeofenceDAO.java 103 Parameter 'value' is not assigned and could be declared final
13514 src/com/gps/hibernate/GeofenceDAO.java 103 publicMethodCommentRequirement Required
13515 src/com/gps/hibernate/GeofenceDAO.java 104 There is log block not surrounded by if
13516 src/com/gps/hibernate/GeofenceDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13517 src/com/gps/hibernate/GeofenceDAO.java 107 Local variable 'queryString' could be declared final
13518 src/com/gps/hibernate/GeofenceDAO.java 109 Local variable 'queryObject' could be declared final
13519 src/com/gps/hibernate/GeofenceDAO.java 109 Potential violation of Law of Demeter (method chain calls)
13520 src/com/gps/hibernate/GeofenceDAO.java 110 Potential violation of Law of Demeter (object not created locally)
13521 src/com/gps/hibernate/GeofenceDAO.java 111 Potential violation of Law of Demeter (object not created locally)
13522 src/com/gps/hibernate/GeofenceDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13523 src/com/gps/hibernate/GeofenceDAO.java 113 There is log block not surrounded by if
13524 src/com/gps/hibernate/GeofenceDAO.java 118 Parameter 'userid' is not assigned and could be declared final
13525 src/com/gps/hibernate/GeofenceDAO.java 118 publicMethodCommentRequirement Required
13526 src/com/gps/hibernate/GeofenceDAO.java 122 Parameter 'geofenceId' is not assigned and could be declared final
13527 src/com/gps/hibernate/GeofenceDAO.java 122 publicMethodCommentRequirement Required
13528 src/com/gps/hibernate/GeofenceDAO.java 126 Parameter 'geoName' is not assigned and could be declared final
13529 src/com/gps/hibernate/GeofenceDAO.java 126 publicMethodCommentRequirement Required
13530 src/com/gps/hibernate/GeofenceDAO.java 130 Parameter 'address' is not assigned and could be declared final
13531 src/com/gps/hibernate/GeofenceDAO.java 130 publicMethodCommentRequirement Required
13532 src/com/gps/hibernate/GeofenceDAO.java 134 Parameter 'countryCode' is not assigned and could be declared final
13533 src/com/gps/hibernate/GeofenceDAO.java 134 publicMethodCommentRequirement Required
13534 src/com/gps/hibernate/GeofenceDAO.java 138 Parameter 'geoLatitude' is not assigned and could be declared final
13535 src/com/gps/hibernate/GeofenceDAO.java 138 publicMethodCommentRequirement Required
13536 src/com/gps/hibernate/GeofenceDAO.java 142 Parameter 'geoLongitude' is not assigned and could be declared final
13537 src/com/gps/hibernate/GeofenceDAO.java 142 publicMethodCommentRequirement Required
13538 src/com/gps/hibernate/GeofenceDAO.java 146 Parameter 'radius' is not assigned and could be declared final
13539 src/com/gps/hibernate/GeofenceDAO.java 146 publicMethodCommentRequirement Required
13540 src/com/gps/hibernate/GeofenceDAO.java 150 Parameter 'insertOrder' is not assigned and could be declared final
13541 src/com/gps/hibernate/GeofenceDAO.java 150 publicMethodCommentRequirement Required
13542 src/com/gps/hibernate/GeofenceDAO.java 154 publicMethodCommentRequirement Required
13543 src/com/gps/hibernate/GeofenceDAO.java 155 There is log block not surrounded by if
13544 src/com/gps/hibernate/GeofenceDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13545 src/com/gps/hibernate/GeofenceDAO.java 157 Local variable 'queryString' could be declared final
13546 src/com/gps/hibernate/GeofenceDAO.java 158 Local variable 'queryObject' could be declared final
13547 src/com/gps/hibernate/GeofenceDAO.java 158 Potential violation of Law of Demeter (method chain calls)
13548 src/com/gps/hibernate/GeofenceDAO.java 159 Potential violation of Law of Demeter (object not created locally)
13549 src/com/gps/hibernate/GeofenceDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13550 src/com/gps/hibernate/GeofenceDAO.java 161 There is log block not surrounded by if
13551 src/com/gps/hibernate/GeofenceDAO.java 166 Parameter 'detachedInstance' is not assigned and could be declared final
13552 src/com/gps/hibernate/GeofenceDAO.java 166 publicMethodCommentRequirement Required
13553 src/com/gps/hibernate/GeofenceDAO.java 167 There is log block not surrounded by if
13554 src/com/gps/hibernate/GeofenceDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13555 src/com/gps/hibernate/GeofenceDAO.java 169 Local variable 'result' could be declared final
13556 src/com/gps/hibernate/GeofenceDAO.java 169 Potential violation of Law of Demeter (method chain calls)
13557 src/com/gps/hibernate/GeofenceDAO.java 170 There is log block not surrounded by if
13558 src/com/gps/hibernate/GeofenceDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13559 src/com/gps/hibernate/GeofenceDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13560 src/com/gps/hibernate/GeofenceDAO.java 173 There is log block not surrounded by if
13561 src/com/gps/hibernate/GeofenceDAO.java 178 Parameter 'instance' is not assigned and could be declared final
13562 src/com/gps/hibernate/GeofenceDAO.java 178 publicMethodCommentRequirement Required
13563 src/com/gps/hibernate/GeofenceDAO.java 179 There is log block not surrounded by if
13564 src/com/gps/hibernate/GeofenceDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13565 src/com/gps/hibernate/GeofenceDAO.java 181 Potential violation of Law of Demeter (method chain calls)
13566 src/com/gps/hibernate/GeofenceDAO.java 182 There is log block not surrounded by if
13567 src/com/gps/hibernate/GeofenceDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13568 src/com/gps/hibernate/GeofenceDAO.java 183 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13569 src/com/gps/hibernate/GeofenceDAO.java 184 There is log block not surrounded by if
13570 src/com/gps/hibernate/GeofenceDAO.java 189 Parameter 'instance' is not assigned and could be declared final
13571 src/com/gps/hibernate/GeofenceDAO.java 189 publicMethodCommentRequirement Required
13572 src/com/gps/hibernate/GeofenceDAO.java 190 There is log block not surrounded by if
13573 src/com/gps/hibernate/GeofenceDAO.java 190 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13574 src/com/gps/hibernate/GeofenceDAO.java 192 Potential violation of Law of Demeter (method chain calls)
13575 src/com/gps/hibernate/GeofenceDAO.java 193 There is log block not surrounded by if
13576 src/com/gps/hibernate/GeofenceDAO.java 193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13577 src/com/gps/hibernate/GeofenceDAO.java 194 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13578 src/com/gps/hibernate/GeofenceDAO.java 195 There is log block not surrounded by if
13579 src/com/gps/hibernate/GeovehicleMap.java 30 Classes implementing Serializable should set a serialVersionUID
13580 src/com/gps/hibernate/GeovehicleMap.java 34 Avoid variables with short names like id
13581 src/com/gps/hibernate/GeovehicleMap.java 34 fieldCommentRequirement Required
13582 src/com/gps/hibernate/GeovehicleMap.java 35 fieldCommentRequirement Required
13583 src/com/gps/hibernate/GeovehicleMap.java 36 fieldCommentRequirement Required
13584 src/com/gps/hibernate/GeovehicleMap.java 37 fieldCommentRequirement Required
13585 src/com/gps/hibernate/GeovehicleMap.java 39 Variables should start with a lowercase character, 'InFenceTime' starts with uppercase character.
13586 src/com/gps/hibernate/GeovehicleMap.java 39 fieldCommentRequirement Required
13587 src/com/gps/hibernate/GeovehicleMap.java 41 publicMethodCommentRequirement Required
13588 src/com/gps/hibernate/GeovehicleMap.java 44 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
13589 src/com/gps/hibernate/GeovehicleMap.java 44 Parameter 'inFenceTime' is not assigned and could be declared final
13590 src/com/gps/hibernate/GeovehicleMap.java 44 publicMethodCommentRequirement Required
13591 src/com/gps/hibernate/GeovehicleMap.java 50 Document empty constructor
13592 src/com/gps/hibernate/GeovehicleMap.java 52 Avoid variables with short names like id
13593 src/com/gps/hibernate/GeovehicleMap.java 52 Parameter 'geofenceId' is not assigned and could be declared final
13594 src/com/gps/hibernate/GeovehicleMap.java 52 Parameter 'id' is not assigned and could be declared final
13595 src/com/gps/hibernate/GeovehicleMap.java 52 publicMethodCommentRequirement Required
13596 src/com/gps/hibernate/GeovehicleMap.java 59 Parameter 'geofenceId' is not assigned and could be declared final
13597 src/com/gps/hibernate/GeovehicleMap.java 59 Parameter 'vehicleDetails' is not assigned and could be declared final
13598 src/com/gps/hibernate/GeovehicleMap.java 65 Parameter 'geofenceId' is not assigned and could be declared final
13599 src/com/gps/hibernate/GeovehicleMap.java 65 Parameter 'vehicleDetails' is not assigned and could be declared final
13600 src/com/gps/hibernate/GeovehicleMap.java 66 Parameter 'notifications' is not assigned and could be declared final
13601 src/com/gps/hibernate/GeovehicleMap.java 74 publicMethodCommentRequirement Required
13602 src/com/gps/hibernate/GeovehicleMap.java 78 Avoid variables with short names like id
13603 src/com/gps/hibernate/GeovehicleMap.java 78 Parameter 'id' is not assigned and could be declared final
13604 src/com/gps/hibernate/GeovehicleMap.java 78 publicMethodCommentRequirement Required
13605 src/com/gps/hibernate/GeovehicleMap.java 82 publicMethodCommentRequirement Required
13606 src/com/gps/hibernate/GeovehicleMap.java 86 Parameter 'vehicleDetails' is not assigned and could be declared final
13607 src/com/gps/hibernate/GeovehicleMap.java 86 publicMethodCommentRequirement Required
13608 src/com/gps/hibernate/GeovehicleMap.java 90 publicMethodCommentRequirement Required
13609 src/com/gps/hibernate/GeovehicleMap.java 94 Parameter 'geofenceId' is not assigned and could be declared final
13610 src/com/gps/hibernate/GeovehicleMap.java 94 publicMethodCommentRequirement Required
13611 src/com/gps/hibernate/GeovehicleMap.java 98 publicMethodCommentRequirement Required
13612 src/com/gps/hibernate/GeovehicleMap.java 102 Parameter 'notifications' is not assigned and could be declared final
13613 src/com/gps/hibernate/GeovehicleMap.java 102 publicMethodCommentRequirement Required
13614 src/com/gps/hibernate/GeovehicleMapDAO.java 28 Comment is too large: Too many lines
13615 src/com/gps/hibernate/GeovehicleMapDAO.java 40 This class has too many methods, consider refactoring it.
13616 src/com/gps/hibernate/GeovehicleMapDAO.java 41 Logger should be defined private static final and have the correct class
13617 src/com/gps/hibernate/GeovehicleMapDAO.java 41 Variables that are final and static should be all capitals, 'log' is not all capitals.
13618 src/com/gps/hibernate/GeovehicleMapDAO.java 41 fieldCommentRequirement Required
13619 src/com/gps/hibernate/GeovehicleMapDAO.java 43 fieldCommentRequirement Required
13620 src/com/gps/hibernate/GeovehicleMapDAO.java 45 Parameter 'transientInstance' is not assigned and could be declared final
13621 src/com/gps/hibernate/GeovehicleMapDAO.java 45 publicMethodCommentRequirement Required
13622 src/com/gps/hibernate/GeovehicleMapDAO.java 47 Avoid variables with short names like tx
13623 src/com/gps/hibernate/GeovehicleMapDAO.java 47 Found 'DD'-anomaly for variable 'tx' (lines '47'-'48').
13624 src/com/gps/hibernate/GeovehicleMapDAO.java 48 Potential violation of Law of Demeter (method chain calls)
13625 src/com/gps/hibernate/GeovehicleMapDAO.java 49 Potential violation of Law of Demeter (object not created locally)
13626 src/com/gps/hibernate/GeovehicleMapDAO.java 52 Potential violation of Law of Demeter (method chain calls)
13627 src/com/gps/hibernate/GeovehicleMapDAO.java 53 Potential violation of Law of Demeter (object not created locally)
13628 src/com/gps/hibernate/GeovehicleMapDAO.java 54 Potential violation of Law of Demeter (method chain calls)
13629 src/com/gps/hibernate/GeovehicleMapDAO.java 55 There is log block not surrounded by if
13630 src/com/gps/hibernate/GeovehicleMapDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13631 src/com/gps/hibernate/GeovehicleMapDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13632 src/com/gps/hibernate/GeovehicleMapDAO.java 59 Potential violation of Law of Demeter (object not created locally)
13633 src/com/gps/hibernate/GeovehicleMapDAO.java 60 There is log block not surrounded by if
13634 src/com/gps/hibernate/GeovehicleMapDAO.java 64 Avoid excessively long variable names like persistentInstance
13635 src/com/gps/hibernate/GeovehicleMapDAO.java 64 Parameter 'persistentInstance' is not assigned and could be declared final
13636 src/com/gps/hibernate/GeovehicleMapDAO.java 64 publicMethodCommentRequirement Required
13637 src/com/gps/hibernate/GeovehicleMapDAO.java 65 There is log block not surrounded by if
13638 src/com/gps/hibernate/GeovehicleMapDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13639 src/com/gps/hibernate/GeovehicleMapDAO.java 67 Potential violation of Law of Demeter (method chain calls)
13640 src/com/gps/hibernate/GeovehicleMapDAO.java 68 There is log block not surrounded by if
13641 src/com/gps/hibernate/GeovehicleMapDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13642 src/com/gps/hibernate/GeovehicleMapDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13643 src/com/gps/hibernate/GeovehicleMapDAO.java 70 There is log block not surrounded by if
13644 src/com/gps/hibernate/GeovehicleMapDAO.java 75 Avoid variables with short names like id
13645 src/com/gps/hibernate/GeovehicleMapDAO.java 75 Parameter 'id' is not assigned and could be declared final
13646 src/com/gps/hibernate/GeovehicleMapDAO.java 75 publicMethodCommentRequirement Required
13647 src/com/gps/hibernate/GeovehicleMapDAO.java 76 There is log block not surrounded by if
13648 src/com/gps/hibernate/GeovehicleMapDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13649 src/com/gps/hibernate/GeovehicleMapDAO.java 78 Local variable 'instance' could be declared final
13650 src/com/gps/hibernate/GeovehicleMapDAO.java 78 Potential violation of Law of Demeter (method chain calls)
13651 src/com/gps/hibernate/GeovehicleMapDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13652 src/com/gps/hibernate/GeovehicleMapDAO.java 82 There is log block not surrounded by if
13653 src/com/gps/hibernate/GeovehicleMapDAO.java 87 Parameter 'instance' is not assigned and could be declared final
13654 src/com/gps/hibernate/GeovehicleMapDAO.java 87 publicMethodCommentRequirement Required
13655 src/com/gps/hibernate/GeovehicleMapDAO.java 88 There is log block not surrounded by if
13656 src/com/gps/hibernate/GeovehicleMapDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13657 src/com/gps/hibernate/GeovehicleMapDAO.java 90 Local variable 'results' could be declared final
13658 src/com/gps/hibernate/GeovehicleMapDAO.java 90 Potential violation of Law of Demeter (method chain calls)
13659 src/com/gps/hibernate/GeovehicleMapDAO.java 90 Potential violation of Law of Demeter (method chain calls)
13660 src/com/gps/hibernate/GeovehicleMapDAO.java 90 Potential violation of Law of Demeter (method chain calls)
13661 src/com/gps/hibernate/GeovehicleMapDAO.java 93 There is log block not surrounded by if
13662 src/com/gps/hibernate/GeovehicleMapDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13663 src/com/gps/hibernate/GeovehicleMapDAO.java 94 Potential violation of Law of Demeter (object not created locally)
13664 src/com/gps/hibernate/GeovehicleMapDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13665 src/com/gps/hibernate/GeovehicleMapDAO.java 97 There is log block not surrounded by if
13666 src/com/gps/hibernate/GeovehicleMapDAO.java 102 Parameter 'propertyName' is not assigned and could be declared final
13667 src/com/gps/hibernate/GeovehicleMapDAO.java 102 Parameter 'value' is not assigned and could be declared final
13668 src/com/gps/hibernate/GeovehicleMapDAO.java 102 publicMethodCommentRequirement Required
13669 src/com/gps/hibernate/GeovehicleMapDAO.java 103 There is log block not surrounded by if
13670 src/com/gps/hibernate/GeovehicleMapDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13671 src/com/gps/hibernate/GeovehicleMapDAO.java 106 Local variable 'queryString' could be declared final
13672 src/com/gps/hibernate/GeovehicleMapDAO.java 108 Local variable 'queryObject' could be declared final
13673 src/com/gps/hibernate/GeovehicleMapDAO.java 108 Potential violation of Law of Demeter (method chain calls)
13674 src/com/gps/hibernate/GeovehicleMapDAO.java 109 Potential violation of Law of Demeter (object not created locally)
13675 src/com/gps/hibernate/GeovehicleMapDAO.java 110 Potential violation of Law of Demeter (object not created locally)
13676 src/com/gps/hibernate/GeovehicleMapDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13677 src/com/gps/hibernate/GeovehicleMapDAO.java 112 There is log block not surrounded by if
13678 src/com/gps/hibernate/GeovehicleMapDAO.java 117 Parameter 'orgId' is not assigned and could be declared final
13679 src/com/gps/hibernate/GeovehicleMapDAO.java 117 publicMethodCommentRequirement Required
13680 src/com/gps/hibernate/GeovehicleMapDAO.java 119 Found 'DD'-anomaly for variable 'results' (lines '119'-'122').
13681 src/com/gps/hibernate/GeovehicleMapDAO.java 122 Potential violation of Law of Demeter (method chain calls)
13682 src/com/gps/hibernate/GeovehicleMapDAO.java 122 Potential violation of Law of Demeter (method chain calls)
13683 src/com/gps/hibernate/GeovehicleMapDAO.java 126 There is log block not surrounded by if
13684 src/com/gps/hibernate/GeovehicleMapDAO.java 131 Parameter 'geofenceId' is not assigned and could be declared final
13685 src/com/gps/hibernate/GeovehicleMapDAO.java 131 publicMethodCommentRequirement Required
13686 src/com/gps/hibernate/GeovehicleMapDAO.java 135 publicMethodCommentRequirement Required
13687 src/com/gps/hibernate/GeovehicleMapDAO.java 136 There is log block not surrounded by if
13688 src/com/gps/hibernate/GeovehicleMapDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13689 src/com/gps/hibernate/GeovehicleMapDAO.java 138 Local variable 'queryString' could be declared final
13690 src/com/gps/hibernate/GeovehicleMapDAO.java 139 Local variable 'queryObject' could be declared final
13691 src/com/gps/hibernate/GeovehicleMapDAO.java 139 Potential violation of Law of Demeter (method chain calls)
13692 src/com/gps/hibernate/GeovehicleMapDAO.java 140 Potential violation of Law of Demeter (object not created locally)
13693 src/com/gps/hibernate/GeovehicleMapDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13694 src/com/gps/hibernate/GeovehicleMapDAO.java 142 There is log block not surrounded by if
13695 src/com/gps/hibernate/GeovehicleMapDAO.java 147 Parameter 'detachedInstance' is not assigned and could be declared final
13696 src/com/gps/hibernate/GeovehicleMapDAO.java 147 publicMethodCommentRequirement Required
13697 src/com/gps/hibernate/GeovehicleMapDAO.java 148 There is log block not surrounded by if
13698 src/com/gps/hibernate/GeovehicleMapDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13699 src/com/gps/hibernate/GeovehicleMapDAO.java 150 Local variable 'result' could be declared final
13700 src/com/gps/hibernate/GeovehicleMapDAO.java 150 Potential violation of Law of Demeter (method chain calls)
13701 src/com/gps/hibernate/GeovehicleMapDAO.java 152 There is log block not surrounded by if
13702 src/com/gps/hibernate/GeovehicleMapDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13703 src/com/gps/hibernate/GeovehicleMapDAO.java 154 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13704 src/com/gps/hibernate/GeovehicleMapDAO.java 155 There is log block not surrounded by if
13705 src/com/gps/hibernate/GeovehicleMapDAO.java 160 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fence_id' is not final.
13706 src/com/gps/hibernate/GeovehicleMapDAO.java 160 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
13707 src/com/gps/hibernate/GeovehicleMapDAO.java 160 Parameter 'fence_id' is not assigned and could be declared final
13708 src/com/gps/hibernate/GeovehicleMapDAO.java 160 Parameter 'vehicle_id' is not assigned and could be declared final
13709 src/com/gps/hibernate/GeovehicleMapDAO.java 160 publicMethodCommentRequirement Required
13710 src/com/gps/hibernate/GeovehicleMapDAO.java 162 Found 'DD'-anomaly for variable 'results' (lines '162'-'167').
13711 src/com/gps/hibernate/GeovehicleMapDAO.java 163 Found 'DD'-anomaly for variable 'vehMap' (lines '163'-'169').
13712 src/com/gps/hibernate/GeovehicleMapDAO.java 166 There is log block not surrounded by if
13713 src/com/gps/hibernate/GeovehicleMapDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13714 src/com/gps/hibernate/GeovehicleMapDAO.java 167 Potential violation of Law of Demeter (method chain calls)
13715 src/com/gps/hibernate/GeovehicleMapDAO.java 167 Potential violation of Law of Demeter (method chain calls)
13716 src/com/gps/hibernate/GeovehicleMapDAO.java 168 Avoid using if statements without curly braces
13717 src/com/gps/hibernate/GeovehicleMapDAO.java 169 Potential violation of Law of Demeter (object not created locally)
13718 src/com/gps/hibernate/GeovehicleMapDAO.java 171 Avoid catching NullPointerException; consider removing the cause of the NPE.
13719 src/com/gps/hibernate/GeovehicleMapDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13720 src/com/gps/hibernate/GeovehicleMapDAO.java 173 There is log block not surrounded by if
13721 src/com/gps/hibernate/GeovehicleMapDAO.java 177 There is log block not surrounded by if
13722 src/com/gps/hibernate/GeovehicleMapDAO.java 182 Parameter 'instance' is not assigned and could be declared final
13723 src/com/gps/hibernate/GeovehicleMapDAO.java 182 publicMethodCommentRequirement Required
13724 src/com/gps/hibernate/GeovehicleMapDAO.java 183 There is log block not surrounded by if
13725 src/com/gps/hibernate/GeovehicleMapDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13726 src/com/gps/hibernate/GeovehicleMapDAO.java 185 Potential violation of Law of Demeter (method chain calls)
13727 src/com/gps/hibernate/GeovehicleMapDAO.java 186 There is log block not surrounded by if
13728 src/com/gps/hibernate/GeovehicleMapDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13729 src/com/gps/hibernate/GeovehicleMapDAO.java 187 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13730 src/com/gps/hibernate/GeovehicleMapDAO.java 188 There is log block not surrounded by if
13731 src/com/gps/hibernate/GeovehicleMapDAO.java 193 Parameter 'instance' is not assigned and could be declared final
13732 src/com/gps/hibernate/GeovehicleMapDAO.java 193 publicMethodCommentRequirement Required
13733 src/com/gps/hibernate/GeovehicleMapDAO.java 194 There is log block not surrounded by if
13734 src/com/gps/hibernate/GeovehicleMapDAO.java 194 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13735 src/com/gps/hibernate/GeovehicleMapDAO.java 196 Potential violation of Law of Demeter (method chain calls)
13736 src/com/gps/hibernate/GeovehicleMapDAO.java 197 There is log block not surrounded by if
13737 src/com/gps/hibernate/GeovehicleMapDAO.java 197 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13738 src/com/gps/hibernate/GeovehicleMapDAO.java 198 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13739 src/com/gps/hibernate/GeovehicleMapDAO.java 199 There is log block not surrounded by if
13740 src/com/gps/hibernate/GeovehicleMapDAO.java 203 Found 'UR'-anomaly for variable 'geofence' (lines '203'-'208').
13741 src/com/gps/hibernate/GeovehicleMapDAO.java 203 Parameter 'args' is not assigned and could be declared final
13742 src/com/gps/hibernate/GeovehicleMapDAO.java 203 publicMethodCommentRequirement Required
13743 src/com/gps/hibernate/GeovehicleMapDAO.java 205 Local variable 'geo' could be declared final
13744 src/com/gps/hibernate/GeovehicleMapDAO.java 206 Local variable 'geofence' could be declared final
13745 src/com/gps/hibernate/GeovehicleMapDAO.java 208 There is log block not surrounded by if
13746 src/com/gps/hibernate/GeovehicleMapDAO.java 208 There is log block not surrounded by if
13747 src/com/gps/hibernate/GoogleReqCount.java 10 Classes implementing Serializable should set a serialVersionUID
13748 src/com/gps/hibernate/GoogleReqCount.java 12 Avoid variables with short names like id
13749 src/com/gps/hibernate/GoogleReqCount.java 12 fieldCommentRequirement Required
13750 src/com/gps/hibernate/GoogleReqCount.java 13 fieldCommentRequirement Required
13751 src/com/gps/hibernate/GoogleReqCount.java 14 fieldCommentRequirement Required
13752 src/com/gps/hibernate/GoogleReqCount.java 15 fieldCommentRequirement Required
13753 src/com/gps/hibernate/GoogleReqCount.java 17 Document empty constructor
13754 src/com/gps/hibernate/GoogleReqCount.java 17 publicMethodCommentRequirement Required
13755 src/com/gps/hibernate/GoogleReqCount.java 20 Parameter 'organization' is not assigned and could be declared final
13756 src/com/gps/hibernate/GoogleReqCount.java 20 Parameter 'requestTime' is not assigned and could be declared final
13757 src/com/gps/hibernate/GoogleReqCount.java 20 publicMethodCommentRequirement Required
13758 src/com/gps/hibernate/GoogleReqCount.java 21 Parameter 'count' is not assigned and could be declared final
13759 src/com/gps/hibernate/GoogleReqCount.java 27 publicMethodCommentRequirement Required
13760 src/com/gps/hibernate/GoogleReqCount.java 31 Avoid variables with short names like id
13761 src/com/gps/hibernate/GoogleReqCount.java 31 Parameter 'id' is not assigned and could be declared final
13762 src/com/gps/hibernate/GoogleReqCount.java 31 publicMethodCommentRequirement Required
13763 src/com/gps/hibernate/GoogleReqCount.java 35 publicMethodCommentRequirement Required
13764 src/com/gps/hibernate/GoogleReqCount.java 39 Parameter 'organization' is not assigned and could be declared final
13765 src/com/gps/hibernate/GoogleReqCount.java 39 publicMethodCommentRequirement Required
13766 src/com/gps/hibernate/GoogleReqCount.java 43 publicMethodCommentRequirement Required
13767 src/com/gps/hibernate/GoogleReqCount.java 47 Parameter 'requestTime' is not assigned and could be declared final
13768 src/com/gps/hibernate/GoogleReqCount.java 47 publicMethodCommentRequirement Required
13769 src/com/gps/hibernate/GoogleReqCount.java 51 publicMethodCommentRequirement Required
13770 src/com/gps/hibernate/GoogleReqCount.java 55 Parameter 'count' is not assigned and could be declared final
13771 src/com/gps/hibernate/GoogleReqCount.java 55 publicMethodCommentRequirement Required
13772 src/com/gps/hibernate/Group.java 9 Classes implementing Serializable should set a serialVersionUID
13773 src/com/gps/hibernate/Group.java 13 fieldCommentRequirement Required
13774 src/com/gps/hibernate/Group.java 14 fieldCommentRequirement Required
13775 src/com/gps/hibernate/Group.java 15 fieldCommentRequirement Required
13776 src/com/gps/hibernate/Group.java 16 fieldCommentRequirement Required
13777 src/com/gps/hibernate/Group.java 17 fieldCommentRequirement Required
13778 src/com/gps/hibernate/Group.java 18 fieldCommentRequirement Required
13779 src/com/gps/hibernate/Group.java 19 fieldCommentRequirement Required
13780 src/com/gps/hibernate/Group.java 20 fieldCommentRequirement Required
13781 src/com/gps/hibernate/Group.java 21 fieldCommentRequirement Required
13782 src/com/gps/hibernate/Group.java 22 fieldCommentRequirement Required
13783 src/com/gps/hibernate/Group.java 23 fieldCommentRequirement Required
13784 src/com/gps/hibernate/Group.java 24 fieldCommentRequirement Required
13785 src/com/gps/hibernate/Group.java 25 fieldCommentRequirement Required
13786 src/com/gps/hibernate/Group.java 30 Document empty constructor
13787 src/com/gps/hibernate/Group.java 34 Parameter 'groupId' is not assigned and could be declared final
13788 src/com/gps/hibernate/Group.java 39 Avoid long parameter lists.
13789 src/com/gps/hibernate/Group.java 39 Parameter 'companyId' is not assigned and could be declared final
13790 src/com/gps/hibernate/Group.java 39 Parameter 'creatorUserId' is not assigned and could be declared final
13791 src/com/gps/hibernate/Group.java 39 Parameter 'groupId' is not assigned and could be declared final
13792 src/com/gps/hibernate/Group.java 40 Parameter 'classNameId' is not assigned and could be declared final
13793 src/com/gps/hibernate/Group.java 40 Parameter 'classPk' is not assigned and could be declared final
13794 src/com/gps/hibernate/Group.java 40 Parameter 'parentGroupId' is not assigned and could be declared final
13795 src/com/gps/hibernate/Group.java 41 Parameter 'description' is not assigned and could be declared final
13796 src/com/gps/hibernate/Group.java 41 Parameter 'liveGroupId' is not assigned and could be declared final
13797 src/com/gps/hibernate/Group.java 41 Parameter 'name' is not assigned and could be declared final
13798 src/com/gps/hibernate/Group.java 41 Parameter 'type' is not assigned and could be declared final
13799 src/com/gps/hibernate/Group.java 42 Parameter 'active' is not assigned and could be declared final
13800 src/com/gps/hibernate/Group.java 42 Parameter 'friendlyUrl' is not assigned and could be declared final
13801 src/com/gps/hibernate/Group.java 42 Parameter 'typeSettings' is not assigned and could be declared final
13802 src/com/gps/hibernate/Group.java 60 publicMethodCommentRequirement Required
13803 src/com/gps/hibernate/Group.java 64 Parameter 'groupId' is not assigned and could be declared final
13804 src/com/gps/hibernate/Group.java 64 publicMethodCommentRequirement Required
13805 src/com/gps/hibernate/Group.java 68 publicMethodCommentRequirement Required
13806 src/com/gps/hibernate/Group.java 72 Parameter 'companyId' is not assigned and could be declared final
13807 src/com/gps/hibernate/Group.java 72 publicMethodCommentRequirement Required
13808 src/com/gps/hibernate/Group.java 76 publicMethodCommentRequirement Required
13809 src/com/gps/hibernate/Group.java 80 Parameter 'creatorUserId' is not assigned and could be declared final
13810 src/com/gps/hibernate/Group.java 80 publicMethodCommentRequirement Required
13811 src/com/gps/hibernate/Group.java 84 publicMethodCommentRequirement Required
13812 src/com/gps/hibernate/Group.java 88 Parameter 'classNameId' is not assigned and could be declared final
13813 src/com/gps/hibernate/Group.java 88 publicMethodCommentRequirement Required
13814 src/com/gps/hibernate/Group.java 92 publicMethodCommentRequirement Required
13815 src/com/gps/hibernate/Group.java 96 Parameter 'classPk' is not assigned and could be declared final
13816 src/com/gps/hibernate/Group.java 96 publicMethodCommentRequirement Required
13817 src/com/gps/hibernate/Group.java 100 publicMethodCommentRequirement Required
13818 src/com/gps/hibernate/Group.java 104 Parameter 'parentGroupId' is not assigned and could be declared final
13819 src/com/gps/hibernate/Group.java 104 publicMethodCommentRequirement Required
13820 src/com/gps/hibernate/Group.java 108 publicMethodCommentRequirement Required
13821 src/com/gps/hibernate/Group.java 112 Parameter 'liveGroupId' is not assigned and could be declared final
13822 src/com/gps/hibernate/Group.java 112 publicMethodCommentRequirement Required
13823 src/com/gps/hibernate/Group.java 116 publicMethodCommentRequirement Required
13824 src/com/gps/hibernate/Group.java 120 Parameter 'name' is not assigned and could be declared final
13825 src/com/gps/hibernate/Group.java 120 publicMethodCommentRequirement Required
13826 src/com/gps/hibernate/Group.java 124 publicMethodCommentRequirement Required
13827 src/com/gps/hibernate/Group.java 128 Parameter 'description' is not assigned and could be declared final
13828 src/com/gps/hibernate/Group.java 128 publicMethodCommentRequirement Required
13829 src/com/gps/hibernate/Group.java 132 publicMethodCommentRequirement Required
13830 src/com/gps/hibernate/Group.java 136 Parameter 'type' is not assigned and could be declared final
13831 src/com/gps/hibernate/Group.java 136 publicMethodCommentRequirement Required
13832 src/com/gps/hibernate/Group.java 140 publicMethodCommentRequirement Required
13833 src/com/gps/hibernate/Group.java 144 Parameter 'typeSettings' is not assigned and could be declared final
13834 src/com/gps/hibernate/Group.java 144 publicMethodCommentRequirement Required
13835 src/com/gps/hibernate/Group.java 148 publicMethodCommentRequirement Required
13836 src/com/gps/hibernate/Group.java 152 Parameter 'friendlyUrl' is not assigned and could be declared final
13837 src/com/gps/hibernate/Group.java 152 publicMethodCommentRequirement Required
13838 src/com/gps/hibernate/Group.java 156 publicMethodCommentRequirement Required
13839 src/com/gps/hibernate/Group.java 160 Parameter 'active' is not assigned and could be declared final
13840 src/com/gps/hibernate/Group.java 160 publicMethodCommentRequirement Required
13841 src/com/gps/hibernate/GroupDAO.java 10 Comment is too large: Too many lines
13842 src/com/gps/hibernate/GroupDAO.java 22 This class has too many methods, consider refactoring it.
13843 src/com/gps/hibernate/GroupDAO.java 23 Logger should be defined private static final and have the correct class
13844 src/com/gps/hibernate/GroupDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
13845 src/com/gps/hibernate/GroupDAO.java 23 fieldCommentRequirement Required
13846 src/com/gps/hibernate/GroupDAO.java 25 fieldCommentRequirement Required
13847 src/com/gps/hibernate/GroupDAO.java 26 fieldCommentRequirement Required
13848 src/com/gps/hibernate/GroupDAO.java 27 fieldCommentRequirement Required
13849 src/com/gps/hibernate/GroupDAO.java 28 fieldCommentRequirement Required
13850 src/com/gps/hibernate/GroupDAO.java 29 fieldCommentRequirement Required
13851 src/com/gps/hibernate/GroupDAO.java 30 fieldCommentRequirement Required
13852 src/com/gps/hibernate/GroupDAO.java 31 fieldCommentRequirement Required
13853 src/com/gps/hibernate/GroupDAO.java 32 fieldCommentRequirement Required
13854 src/com/gps/hibernate/GroupDAO.java 33 fieldCommentRequirement Required
13855 src/com/gps/hibernate/GroupDAO.java 34 fieldCommentRequirement Required
13856 src/com/gps/hibernate/GroupDAO.java 35 fieldCommentRequirement Required
13857 src/com/gps/hibernate/GroupDAO.java 36 fieldCommentRequirement Required
13858 src/com/gps/hibernate/GroupDAO.java 38 Parameter 'transientInstance' is not assigned and could be declared final
13859 src/com/gps/hibernate/GroupDAO.java 38 publicMethodCommentRequirement Required
13860 src/com/gps/hibernate/GroupDAO.java 39 There is log block not surrounded by if
13861 src/com/gps/hibernate/GroupDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13862 src/com/gps/hibernate/GroupDAO.java 41 Potential violation of Law of Demeter (method chain calls)
13863 src/com/gps/hibernate/GroupDAO.java 42 There is log block not surrounded by if
13864 src/com/gps/hibernate/GroupDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13865 src/com/gps/hibernate/GroupDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13866 src/com/gps/hibernate/GroupDAO.java 44 There is log block not surrounded by if
13867 src/com/gps/hibernate/GroupDAO.java 49 Avoid excessively long variable names like persistentInstance
13868 src/com/gps/hibernate/GroupDAO.java 49 Parameter 'persistentInstance' is not assigned and could be declared final
13869 src/com/gps/hibernate/GroupDAO.java 49 publicMethodCommentRequirement Required
13870 src/com/gps/hibernate/GroupDAO.java 50 There is log block not surrounded by if
13871 src/com/gps/hibernate/GroupDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13872 src/com/gps/hibernate/GroupDAO.java 52 Potential violation of Law of Demeter (method chain calls)
13873 src/com/gps/hibernate/GroupDAO.java 53 There is log block not surrounded by if
13874 src/com/gps/hibernate/GroupDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13875 src/com/gps/hibernate/GroupDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13876 src/com/gps/hibernate/GroupDAO.java 55 There is log block not surrounded by if
13877 src/com/gps/hibernate/GroupDAO.java 60 Avoid variables with short names like id
13878 src/com/gps/hibernate/GroupDAO.java 60 Parameter 'id' is not assigned and could be declared final
13879 src/com/gps/hibernate/GroupDAO.java 60 publicMethodCommentRequirement Required
13880 src/com/gps/hibernate/GroupDAO.java 61 There is log block not surrounded by if
13881 src/com/gps/hibernate/GroupDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13882 src/com/gps/hibernate/GroupDAO.java 63 Local variable 'instance' could be declared final
13883 src/com/gps/hibernate/GroupDAO.java 63 Potential violation of Law of Demeter (method chain calls)
13884 src/com/gps/hibernate/GroupDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13885 src/com/gps/hibernate/GroupDAO.java 67 There is log block not surrounded by if
13886 src/com/gps/hibernate/GroupDAO.java 72 Parameter 'instance' is not assigned and could be declared final
13887 src/com/gps/hibernate/GroupDAO.java 72 publicMethodCommentRequirement Required
13888 src/com/gps/hibernate/GroupDAO.java 73 There is log block not surrounded by if
13889 src/com/gps/hibernate/GroupDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13890 src/com/gps/hibernate/GroupDAO.java 75 Local variable 'results' could be declared final
13891 src/com/gps/hibernate/GroupDAO.java 75 Potential violation of Law of Demeter (method chain calls)
13892 src/com/gps/hibernate/GroupDAO.java 75 Potential violation of Law of Demeter (method chain calls)
13893 src/com/gps/hibernate/GroupDAO.java 75 Potential violation of Law of Demeter (method chain calls)
13894 src/com/gps/hibernate/GroupDAO.java 78 There is log block not surrounded by if
13895 src/com/gps/hibernate/GroupDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13896 src/com/gps/hibernate/GroupDAO.java 79 Potential violation of Law of Demeter (object not created locally)
13897 src/com/gps/hibernate/GroupDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13898 src/com/gps/hibernate/GroupDAO.java 82 There is log block not surrounded by if
13899 src/com/gps/hibernate/GroupDAO.java 87 Parameter 'propertyName' is not assigned and could be declared final
13900 src/com/gps/hibernate/GroupDAO.java 87 Parameter 'value' is not assigned and could be declared final
13901 src/com/gps/hibernate/GroupDAO.java 87 publicMethodCommentRequirement Required
13902 src/com/gps/hibernate/GroupDAO.java 88 There is log block not surrounded by if
13903 src/com/gps/hibernate/GroupDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13904 src/com/gps/hibernate/GroupDAO.java 91 Local variable 'queryString' could be declared final
13905 src/com/gps/hibernate/GroupDAO.java 93 Local variable 'queryObject' could be declared final
13906 src/com/gps/hibernate/GroupDAO.java 93 Potential violation of Law of Demeter (method chain calls)
13907 src/com/gps/hibernate/GroupDAO.java 94 Potential violation of Law of Demeter (object not created locally)
13908 src/com/gps/hibernate/GroupDAO.java 95 Potential violation of Law of Demeter (object not created locally)
13909 src/com/gps/hibernate/GroupDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13910 src/com/gps/hibernate/GroupDAO.java 97 There is log block not surrounded by if
13911 src/com/gps/hibernate/GroupDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
13912 src/com/gps/hibernate/GroupDAO.java 102 publicMethodCommentRequirement Required
13913 src/com/gps/hibernate/GroupDAO.java 106 Parameter 'creatorUserId' is not assigned and could be declared final
13914 src/com/gps/hibernate/GroupDAO.java 106 publicMethodCommentRequirement Required
13915 src/com/gps/hibernate/GroupDAO.java 110 Parameter 'classNameId' is not assigned and could be declared final
13916 src/com/gps/hibernate/GroupDAO.java 110 publicMethodCommentRequirement Required
13917 src/com/gps/hibernate/GroupDAO.java 114 Parameter 'classPk' is not assigned and could be declared final
13918 src/com/gps/hibernate/GroupDAO.java 114 publicMethodCommentRequirement Required
13919 src/com/gps/hibernate/GroupDAO.java 118 Parameter 'parentGroupId' is not assigned and could be declared final
13920 src/com/gps/hibernate/GroupDAO.java 118 publicMethodCommentRequirement Required
13921 src/com/gps/hibernate/GroupDAO.java 122 Parameter 'liveGroupId' is not assigned and could be declared final
13922 src/com/gps/hibernate/GroupDAO.java 122 publicMethodCommentRequirement Required
13923 src/com/gps/hibernate/GroupDAO.java 126 Parameter 'name' is not assigned and could be declared final
13924 src/com/gps/hibernate/GroupDAO.java 126 publicMethodCommentRequirement Required
13925 src/com/gps/hibernate/GroupDAO.java 130 Parameter 'description' is not assigned and could be declared final
13926 src/com/gps/hibernate/GroupDAO.java 130 publicMethodCommentRequirement Required
13927 src/com/gps/hibernate/GroupDAO.java 134 Parameter 'type' is not assigned and could be declared final
13928 src/com/gps/hibernate/GroupDAO.java 134 publicMethodCommentRequirement Required
13929 src/com/gps/hibernate/GroupDAO.java 138 Parameter 'typeSettings' is not assigned and could be declared final
13930 src/com/gps/hibernate/GroupDAO.java 138 publicMethodCommentRequirement Required
13931 src/com/gps/hibernate/GroupDAO.java 142 Parameter 'friendlyUrl' is not assigned and could be declared final
13932 src/com/gps/hibernate/GroupDAO.java 142 publicMethodCommentRequirement Required
13933 src/com/gps/hibernate/GroupDAO.java 146 Parameter 'active' is not assigned and could be declared final
13934 src/com/gps/hibernate/GroupDAO.java 146 publicMethodCommentRequirement Required
13935 src/com/gps/hibernate/GroupDAO.java 150 publicMethodCommentRequirement Required
13936 src/com/gps/hibernate/GroupDAO.java 151 There is log block not surrounded by if
13937 src/com/gps/hibernate/GroupDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13938 src/com/gps/hibernate/GroupDAO.java 153 Local variable 'queryString' could be declared final
13939 src/com/gps/hibernate/GroupDAO.java 154 Local variable 'queryObject' could be declared final
13940 src/com/gps/hibernate/GroupDAO.java 154 Potential violation of Law of Demeter (method chain calls)
13941 src/com/gps/hibernate/GroupDAO.java 155 Potential violation of Law of Demeter (object not created locally)
13942 src/com/gps/hibernate/GroupDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13943 src/com/gps/hibernate/GroupDAO.java 157 There is log block not surrounded by if
13944 src/com/gps/hibernate/GroupDAO.java 162 Parameter 'detachedInstance' is not assigned and could be declared final
13945 src/com/gps/hibernate/GroupDAO.java 162 publicMethodCommentRequirement Required
13946 src/com/gps/hibernate/GroupDAO.java 163 There is log block not surrounded by if
13947 src/com/gps/hibernate/GroupDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13948 src/com/gps/hibernate/GroupDAO.java 165 Local variable 'result' could be declared final
13949 src/com/gps/hibernate/GroupDAO.java 165 Potential violation of Law of Demeter (method chain calls)
13950 src/com/gps/hibernate/GroupDAO.java 166 There is log block not surrounded by if
13951 src/com/gps/hibernate/GroupDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13952 src/com/gps/hibernate/GroupDAO.java 168 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13953 src/com/gps/hibernate/GroupDAO.java 169 There is log block not surrounded by if
13954 src/com/gps/hibernate/GroupDAO.java 174 Parameter 'instance' is not assigned and could be declared final
13955 src/com/gps/hibernate/GroupDAO.java 174 publicMethodCommentRequirement Required
13956 src/com/gps/hibernate/GroupDAO.java 175 There is log block not surrounded by if
13957 src/com/gps/hibernate/GroupDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13958 src/com/gps/hibernate/GroupDAO.java 177 Potential violation of Law of Demeter (method chain calls)
13959 src/com/gps/hibernate/GroupDAO.java 178 There is log block not surrounded by if
13960 src/com/gps/hibernate/GroupDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13961 src/com/gps/hibernate/GroupDAO.java 179 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13962 src/com/gps/hibernate/GroupDAO.java 180 There is log block not surrounded by if
13963 src/com/gps/hibernate/GroupDAO.java 185 Parameter 'instance' is not assigned and could be declared final
13964 src/com/gps/hibernate/GroupDAO.java 185 publicMethodCommentRequirement Required
13965 src/com/gps/hibernate/GroupDAO.java 186 There is log block not surrounded by if
13966 src/com/gps/hibernate/GroupDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13967 src/com/gps/hibernate/GroupDAO.java 188 Potential violation of Law of Demeter (method chain calls)
13968 src/com/gps/hibernate/GroupDAO.java 189 There is log block not surrounded by if
13969 src/com/gps/hibernate/GroupDAO.java 189 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13970 src/com/gps/hibernate/GroupDAO.java 190 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13971 src/com/gps/hibernate/GroupDAO.java 191 There is log block not surrounded by if
13972 src/com/gps/hibernate/GroupsOrgs.java 9 Classes implementing Serializable should set a serialVersionUID
13973 src/com/gps/hibernate/GroupsOrgs.java 13 Avoid variables with short names like id
13974 src/com/gps/hibernate/GroupsOrgs.java 13 fieldCommentRequirement Required
13975 src/com/gps/hibernate/GroupsOrgs.java 18 Document empty constructor
13976 src/com/gps/hibernate/GroupsOrgs.java 22 Avoid variables with short names like id
13977 src/com/gps/hibernate/GroupsOrgs.java 22 Parameter 'id' is not assigned and could be declared final
13978 src/com/gps/hibernate/GroupsOrgs.java 28 publicMethodCommentRequirement Required
13979 src/com/gps/hibernate/GroupsOrgs.java 32 Avoid variables with short names like id
13980 src/com/gps/hibernate/GroupsOrgs.java 32 Parameter 'id' is not assigned and could be declared final
13981 src/com/gps/hibernate/GroupsOrgs.java 32 publicMethodCommentRequirement Required
13982 src/com/gps/hibernate/GroupsOrgsDAO.java 10 Comment is too large: Too many lines
13983 src/com/gps/hibernate/GroupsOrgsDAO.java 23 Logger should be defined private static final and have the correct class
13984 src/com/gps/hibernate/GroupsOrgsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
13985 src/com/gps/hibernate/GroupsOrgsDAO.java 23 fieldCommentRequirement Required
13986 src/com/gps/hibernate/GroupsOrgsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
13987 src/com/gps/hibernate/GroupsOrgsDAO.java 27 publicMethodCommentRequirement Required
13988 src/com/gps/hibernate/GroupsOrgsDAO.java 28 There is log block not surrounded by if
13989 src/com/gps/hibernate/GroupsOrgsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13990 src/com/gps/hibernate/GroupsOrgsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
13991 src/com/gps/hibernate/GroupsOrgsDAO.java 31 There is log block not surrounded by if
13992 src/com/gps/hibernate/GroupsOrgsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13993 src/com/gps/hibernate/GroupsOrgsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13994 src/com/gps/hibernate/GroupsOrgsDAO.java 33 There is log block not surrounded by if
13995 src/com/gps/hibernate/GroupsOrgsDAO.java 38 Avoid excessively long variable names like persistentInstance
13996 src/com/gps/hibernate/GroupsOrgsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
13997 src/com/gps/hibernate/GroupsOrgsDAO.java 38 publicMethodCommentRequirement Required
13998 src/com/gps/hibernate/GroupsOrgsDAO.java 39 There is log block not surrounded by if
13999 src/com/gps/hibernate/GroupsOrgsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14000 src/com/gps/hibernate/GroupsOrgsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
14001 src/com/gps/hibernate/GroupsOrgsDAO.java 42 There is log block not surrounded by if
14002 src/com/gps/hibernate/GroupsOrgsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14003 src/com/gps/hibernate/GroupsOrgsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14004 src/com/gps/hibernate/GroupsOrgsDAO.java 44 There is log block not surrounded by if
14005 src/com/gps/hibernate/GroupsOrgsDAO.java 49 Avoid variables with short names like id
14006 src/com/gps/hibernate/GroupsOrgsDAO.java 49 Parameter 'id' is not assigned and could be declared final
14007 src/com/gps/hibernate/GroupsOrgsDAO.java 49 publicMethodCommentRequirement Required
14008 src/com/gps/hibernate/GroupsOrgsDAO.java 50 There is log block not surrounded by if
14009 src/com/gps/hibernate/GroupsOrgsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14010 src/com/gps/hibernate/GroupsOrgsDAO.java 52 Local variable 'instance' could be declared final
14011 src/com/gps/hibernate/GroupsOrgsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
14012 src/com/gps/hibernate/GroupsOrgsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14013 src/com/gps/hibernate/GroupsOrgsDAO.java 56 There is log block not surrounded by if
14014 src/com/gps/hibernate/GroupsOrgsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
14015 src/com/gps/hibernate/GroupsOrgsDAO.java 61 publicMethodCommentRequirement Required
14016 src/com/gps/hibernate/GroupsOrgsDAO.java 62 There is log block not surrounded by if
14017 src/com/gps/hibernate/GroupsOrgsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14018 src/com/gps/hibernate/GroupsOrgsDAO.java 64 Local variable 'results' could be declared final
14019 src/com/gps/hibernate/GroupsOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
14020 src/com/gps/hibernate/GroupsOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
14021 src/com/gps/hibernate/GroupsOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
14022 src/com/gps/hibernate/GroupsOrgsDAO.java 67 There is log block not surrounded by if
14023 src/com/gps/hibernate/GroupsOrgsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14024 src/com/gps/hibernate/GroupsOrgsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
14025 src/com/gps/hibernate/GroupsOrgsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14026 src/com/gps/hibernate/GroupsOrgsDAO.java 71 There is log block not surrounded by if
14027 src/com/gps/hibernate/GroupsOrgsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
14028 src/com/gps/hibernate/GroupsOrgsDAO.java 76 Parameter 'value' is not assigned and could be declared final
14029 src/com/gps/hibernate/GroupsOrgsDAO.java 76 publicMethodCommentRequirement Required
14030 src/com/gps/hibernate/GroupsOrgsDAO.java 77 There is log block not surrounded by if
14031 src/com/gps/hibernate/GroupsOrgsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14032 src/com/gps/hibernate/GroupsOrgsDAO.java 80 Local variable 'queryString' could be declared final
14033 src/com/gps/hibernate/GroupsOrgsDAO.java 82 Local variable 'queryObject' could be declared final
14034 src/com/gps/hibernate/GroupsOrgsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
14035 src/com/gps/hibernate/GroupsOrgsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
14036 src/com/gps/hibernate/GroupsOrgsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
14037 src/com/gps/hibernate/GroupsOrgsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14038 src/com/gps/hibernate/GroupsOrgsDAO.java 86 There is log block not surrounded by if
14039 src/com/gps/hibernate/GroupsOrgsDAO.java 91 publicMethodCommentRequirement Required
14040 src/com/gps/hibernate/GroupsOrgsDAO.java 92 There is log block not surrounded by if
14041 src/com/gps/hibernate/GroupsOrgsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14042 src/com/gps/hibernate/GroupsOrgsDAO.java 94 Local variable 'queryString' could be declared final
14043 src/com/gps/hibernate/GroupsOrgsDAO.java 95 Local variable 'queryObject' could be declared final
14044 src/com/gps/hibernate/GroupsOrgsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
14045 src/com/gps/hibernate/GroupsOrgsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
14046 src/com/gps/hibernate/GroupsOrgsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14047 src/com/gps/hibernate/GroupsOrgsDAO.java 98 There is log block not surrounded by if
14048 src/com/gps/hibernate/GroupsOrgsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
14049 src/com/gps/hibernate/GroupsOrgsDAO.java 103 publicMethodCommentRequirement Required
14050 src/com/gps/hibernate/GroupsOrgsDAO.java 104 There is log block not surrounded by if
14051 src/com/gps/hibernate/GroupsOrgsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14052 src/com/gps/hibernate/GroupsOrgsDAO.java 106 Local variable 'result' could be declared final
14053 src/com/gps/hibernate/GroupsOrgsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
14054 src/com/gps/hibernate/GroupsOrgsDAO.java 108 There is log block not surrounded by if
14055 src/com/gps/hibernate/GroupsOrgsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14056 src/com/gps/hibernate/GroupsOrgsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14057 src/com/gps/hibernate/GroupsOrgsDAO.java 111 There is log block not surrounded by if
14058 src/com/gps/hibernate/GroupsOrgsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
14059 src/com/gps/hibernate/GroupsOrgsDAO.java 116 publicMethodCommentRequirement Required
14060 src/com/gps/hibernate/GroupsOrgsDAO.java 117 There is log block not surrounded by if
14061 src/com/gps/hibernate/GroupsOrgsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14062 src/com/gps/hibernate/GroupsOrgsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
14063 src/com/gps/hibernate/GroupsOrgsDAO.java 120 There is log block not surrounded by if
14064 src/com/gps/hibernate/GroupsOrgsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14065 src/com/gps/hibernate/GroupsOrgsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14066 src/com/gps/hibernate/GroupsOrgsDAO.java 122 There is log block not surrounded by if
14067 src/com/gps/hibernate/GroupsOrgsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
14068 src/com/gps/hibernate/GroupsOrgsDAO.java 127 publicMethodCommentRequirement Required
14069 src/com/gps/hibernate/GroupsOrgsDAO.java 128 There is log block not surrounded by if
14070 src/com/gps/hibernate/GroupsOrgsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14071 src/com/gps/hibernate/GroupsOrgsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
14072 src/com/gps/hibernate/GroupsOrgsDAO.java 131 There is log block not surrounded by if
14073 src/com/gps/hibernate/GroupsOrgsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14074 src/com/gps/hibernate/GroupsOrgsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14075 src/com/gps/hibernate/GroupsOrgsDAO.java 133 There is log block not surrounded by if
14076 src/com/gps/hibernate/GroupsOrgsId.java 9 Classes implementing Serializable should set a serialVersionUID
14077 src/com/gps/hibernate/GroupsOrgsId.java 13 fieldCommentRequirement Required
14078 src/com/gps/hibernate/GroupsOrgsId.java 14 fieldCommentRequirement Required
14079 src/com/gps/hibernate/GroupsOrgsId.java 19 Document empty constructor
14080 src/com/gps/hibernate/GroupsOrgsId.java 23 Parameter 'groupId' is not assigned and could be declared final
14081 src/com/gps/hibernate/GroupsOrgsId.java 23 Parameter 'organizationId' is not assigned and could be declared final
14082 src/com/gps/hibernate/GroupsOrgsId.java 30 publicMethodCommentRequirement Required
14083 src/com/gps/hibernate/GroupsOrgsId.java 34 Parameter 'groupId' is not assigned and could be declared final
14084 src/com/gps/hibernate/GroupsOrgsId.java 34 publicMethodCommentRequirement Required
14085 src/com/gps/hibernate/GroupsOrgsId.java 38 publicMethodCommentRequirement Required
14086 src/com/gps/hibernate/GroupsOrgsId.java 42 Parameter 'organizationId' is not assigned and could be declared final
14087 src/com/gps/hibernate/GroupsOrgsId.java 42 publicMethodCommentRequirement Required
14088 src/com/gps/hibernate/GroupsOrgsId.java 46 Parameter 'other' is not assigned and could be declared final
14089 src/com/gps/hibernate/GroupsOrgsId.java 46 publicMethodCommentRequirement Required
14090 src/com/gps/hibernate/GroupsOrgsId.java 47 Avoid using if statements without curly braces
14091 src/com/gps/hibernate/GroupsOrgsId.java 47 Useless parentheses.
14092 src/com/gps/hibernate/GroupsOrgsId.java 48 A method should have only one exit point, and that should be the last statement in the method
14093 src/com/gps/hibernate/GroupsOrgsId.java 49 Avoid using if statements without curly braces
14094 src/com/gps/hibernate/GroupsOrgsId.java 49 Useless parentheses.
14095 src/com/gps/hibernate/GroupsOrgsId.java 50 A method should have only one exit point, and that should be the last statement in the method
14096 src/com/gps/hibernate/GroupsOrgsId.java 51 Avoid using if statements without curly braces
14097 src/com/gps/hibernate/GroupsOrgsId.java 52 A method should have only one exit point, and that should be the last statement in the method
14098 src/com/gps/hibernate/GroupsOrgsId.java 53 Local variable 'castOther' could be declared final
14099 src/com/gps/hibernate/GroupsOrgsId.java 55 Potential violation of Law of Demeter (method chain calls)
14100 src/com/gps/hibernate/GroupsOrgsId.java 55 Potential violation of Law of Demeter (object not created locally)
14101 src/com/gps/hibernate/GroupsOrgsId.java 55 Potential violation of Law of Demeter (object not created locally)
14102 src/com/gps/hibernate/GroupsOrgsId.java 55 Useless parentheses.
14103 src/com/gps/hibernate/GroupsOrgsId.java 55 Useless parentheses.
14104 src/com/gps/hibernate/GroupsOrgsId.java 57 Potential violation of Law of Demeter (object not created locally)
14105 src/com/gps/hibernate/GroupsOrgsId.java 58 Potential violation of Law of Demeter (object not created locally)
14106 src/com/gps/hibernate/GroupsOrgsId.java 59 Potential violation of Law of Demeter (method chain calls)
14107 src/com/gps/hibernate/GroupsOrgsId.java 59 Potential violation of Law of Demeter (object not created locally)
14108 src/com/gps/hibernate/GroupsOrgsId.java 59 Potential violation of Law of Demeter (object not created locally)
14109 src/com/gps/hibernate/GroupsOrgsId.java 59 Useless parentheses.
14110 src/com/gps/hibernate/GroupsOrgsId.java 59 Useless parentheses.
14111 src/com/gps/hibernate/GroupsOrgsId.java 61 Potential violation of Law of Demeter (object not created locally)
14112 src/com/gps/hibernate/GroupsOrgsId.java 63 Potential violation of Law of Demeter (object not created locally)
14113 src/com/gps/hibernate/GroupsOrgsId.java 66 publicMethodCommentRequirement Required
14114 src/com/gps/hibernate/GroupsOrgsId.java 67 Found 'DD'-anomaly for variable 'result' (lines '67'-'69').
14115 src/com/gps/hibernate/GroupsPermissions.java 9 Classes implementing Serializable should set a serialVersionUID
14116 src/com/gps/hibernate/GroupsPermissions.java 13 Avoid variables with short names like id
14117 src/com/gps/hibernate/GroupsPermissions.java 13 fieldCommentRequirement Required
14118 src/com/gps/hibernate/GroupsPermissions.java 18 Document empty constructor
14119 src/com/gps/hibernate/GroupsPermissions.java 22 Avoid variables with short names like id
14120 src/com/gps/hibernate/GroupsPermissions.java 22 Parameter 'id' is not assigned and could be declared final
14121 src/com/gps/hibernate/GroupsPermissions.java 28 publicMethodCommentRequirement Required
14122 src/com/gps/hibernate/GroupsPermissions.java 32 Avoid variables with short names like id
14123 src/com/gps/hibernate/GroupsPermissions.java 32 Parameter 'id' is not assigned and could be declared final
14124 src/com/gps/hibernate/GroupsPermissions.java 32 publicMethodCommentRequirement Required
14125 src/com/gps/hibernate/GroupsPermissionsDAO.java 10 Comment is too large: Too many lines
14126 src/com/gps/hibernate/GroupsPermissionsDAO.java 23 Logger should be defined private static final and have the correct class
14127 src/com/gps/hibernate/GroupsPermissionsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
14128 src/com/gps/hibernate/GroupsPermissionsDAO.java 23 fieldCommentRequirement Required
14129 src/com/gps/hibernate/GroupsPermissionsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
14130 src/com/gps/hibernate/GroupsPermissionsDAO.java 28 publicMethodCommentRequirement Required
14131 src/com/gps/hibernate/GroupsPermissionsDAO.java 29 There is log block not surrounded by if
14132 src/com/gps/hibernate/GroupsPermissionsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14133 src/com/gps/hibernate/GroupsPermissionsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
14134 src/com/gps/hibernate/GroupsPermissionsDAO.java 32 There is log block not surrounded by if
14135 src/com/gps/hibernate/GroupsPermissionsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14136 src/com/gps/hibernate/GroupsPermissionsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14137 src/com/gps/hibernate/GroupsPermissionsDAO.java 34 There is log block not surrounded by if
14138 src/com/gps/hibernate/GroupsPermissionsDAO.java 39 Avoid excessively long variable names like persistentInstance
14139 src/com/gps/hibernate/GroupsPermissionsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
14140 src/com/gps/hibernate/GroupsPermissionsDAO.java 39 publicMethodCommentRequirement Required
14141 src/com/gps/hibernate/GroupsPermissionsDAO.java 40 There is log block not surrounded by if
14142 src/com/gps/hibernate/GroupsPermissionsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14143 src/com/gps/hibernate/GroupsPermissionsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
14144 src/com/gps/hibernate/GroupsPermissionsDAO.java 43 There is log block not surrounded by if
14145 src/com/gps/hibernate/GroupsPermissionsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14146 src/com/gps/hibernate/GroupsPermissionsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14147 src/com/gps/hibernate/GroupsPermissionsDAO.java 45 There is log block not surrounded by if
14148 src/com/gps/hibernate/GroupsPermissionsDAO.java 50 Avoid variables with short names like id
14149 src/com/gps/hibernate/GroupsPermissionsDAO.java 50 Parameter 'id' is not assigned and could be declared final
14150 src/com/gps/hibernate/GroupsPermissionsDAO.java 50 publicMethodCommentRequirement Required
14151 src/com/gps/hibernate/GroupsPermissionsDAO.java 51 There is log block not surrounded by if
14152 src/com/gps/hibernate/GroupsPermissionsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14153 src/com/gps/hibernate/GroupsPermissionsDAO.java 53 Local variable 'instance' could be declared final
14154 src/com/gps/hibernate/GroupsPermissionsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
14155 src/com/gps/hibernate/GroupsPermissionsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14156 src/com/gps/hibernate/GroupsPermissionsDAO.java 57 There is log block not surrounded by if
14157 src/com/gps/hibernate/GroupsPermissionsDAO.java 62 Parameter 'instance' is not assigned and could be declared final
14158 src/com/gps/hibernate/GroupsPermissionsDAO.java 62 publicMethodCommentRequirement Required
14159 src/com/gps/hibernate/GroupsPermissionsDAO.java 63 There is log block not surrounded by if
14160 src/com/gps/hibernate/GroupsPermissionsDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14161 src/com/gps/hibernate/GroupsPermissionsDAO.java 65 Local variable 'results' could be declared final
14162 src/com/gps/hibernate/GroupsPermissionsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
14163 src/com/gps/hibernate/GroupsPermissionsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
14164 src/com/gps/hibernate/GroupsPermissionsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
14165 src/com/gps/hibernate/GroupsPermissionsDAO.java 68 There is log block not surrounded by if
14166 src/com/gps/hibernate/GroupsPermissionsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14167 src/com/gps/hibernate/GroupsPermissionsDAO.java 69 Potential violation of Law of Demeter (object not created locally)
14168 src/com/gps/hibernate/GroupsPermissionsDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14169 src/com/gps/hibernate/GroupsPermissionsDAO.java 72 There is log block not surrounded by if
14170 src/com/gps/hibernate/GroupsPermissionsDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
14171 src/com/gps/hibernate/GroupsPermissionsDAO.java 77 Parameter 'value' is not assigned and could be declared final
14172 src/com/gps/hibernate/GroupsPermissionsDAO.java 77 publicMethodCommentRequirement Required
14173 src/com/gps/hibernate/GroupsPermissionsDAO.java 78 There is log block not surrounded by if
14174 src/com/gps/hibernate/GroupsPermissionsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14175 src/com/gps/hibernate/GroupsPermissionsDAO.java 81 Local variable 'queryString' could be declared final
14176 src/com/gps/hibernate/GroupsPermissionsDAO.java 83 Local variable 'queryObject' could be declared final
14177 src/com/gps/hibernate/GroupsPermissionsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
14178 src/com/gps/hibernate/GroupsPermissionsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
14179 src/com/gps/hibernate/GroupsPermissionsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
14180 src/com/gps/hibernate/GroupsPermissionsDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14181 src/com/gps/hibernate/GroupsPermissionsDAO.java 87 There is log block not surrounded by if
14182 src/com/gps/hibernate/GroupsPermissionsDAO.java 92 publicMethodCommentRequirement Required
14183 src/com/gps/hibernate/GroupsPermissionsDAO.java 93 There is log block not surrounded by if
14184 src/com/gps/hibernate/GroupsPermissionsDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14185 src/com/gps/hibernate/GroupsPermissionsDAO.java 95 Local variable 'queryString' could be declared final
14186 src/com/gps/hibernate/GroupsPermissionsDAO.java 96 Local variable 'queryObject' could be declared final
14187 src/com/gps/hibernate/GroupsPermissionsDAO.java 96 Potential violation of Law of Demeter (method chain calls)
14188 src/com/gps/hibernate/GroupsPermissionsDAO.java 97 Potential violation of Law of Demeter (object not created locally)
14189 src/com/gps/hibernate/GroupsPermissionsDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14190 src/com/gps/hibernate/GroupsPermissionsDAO.java 99 There is log block not surrounded by if
14191 src/com/gps/hibernate/GroupsPermissionsDAO.java 104 Parameter 'detachedInstance' is not assigned and could be declared final
14192 src/com/gps/hibernate/GroupsPermissionsDAO.java 104 publicMethodCommentRequirement Required
14193 src/com/gps/hibernate/GroupsPermissionsDAO.java 105 There is log block not surrounded by if
14194 src/com/gps/hibernate/GroupsPermissionsDAO.java 105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14195 src/com/gps/hibernate/GroupsPermissionsDAO.java 107 Local variable 'result' could be declared final
14196 src/com/gps/hibernate/GroupsPermissionsDAO.java 107 Potential violation of Law of Demeter (method chain calls)
14197 src/com/gps/hibernate/GroupsPermissionsDAO.java 109 There is log block not surrounded by if
14198 src/com/gps/hibernate/GroupsPermissionsDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14199 src/com/gps/hibernate/GroupsPermissionsDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14200 src/com/gps/hibernate/GroupsPermissionsDAO.java 112 There is log block not surrounded by if
14201 src/com/gps/hibernate/GroupsPermissionsDAO.java 117 Parameter 'instance' is not assigned and could be declared final
14202 src/com/gps/hibernate/GroupsPermissionsDAO.java 117 publicMethodCommentRequirement Required
14203 src/com/gps/hibernate/GroupsPermissionsDAO.java 118 There is log block not surrounded by if
14204 src/com/gps/hibernate/GroupsPermissionsDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14205 src/com/gps/hibernate/GroupsPermissionsDAO.java 120 Potential violation of Law of Demeter (method chain calls)
14206 src/com/gps/hibernate/GroupsPermissionsDAO.java 121 There is log block not surrounded by if
14207 src/com/gps/hibernate/GroupsPermissionsDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14208 src/com/gps/hibernate/GroupsPermissionsDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14209 src/com/gps/hibernate/GroupsPermissionsDAO.java 123 There is log block not surrounded by if
14210 src/com/gps/hibernate/GroupsPermissionsDAO.java 128 Parameter 'instance' is not assigned and could be declared final
14211 src/com/gps/hibernate/GroupsPermissionsDAO.java 128 publicMethodCommentRequirement Required
14212 src/com/gps/hibernate/GroupsPermissionsDAO.java 129 There is log block not surrounded by if
14213 src/com/gps/hibernate/GroupsPermissionsDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14214 src/com/gps/hibernate/GroupsPermissionsDAO.java 131 Potential violation of Law of Demeter (method chain calls)
14215 src/com/gps/hibernate/GroupsPermissionsDAO.java 132 There is log block not surrounded by if
14216 src/com/gps/hibernate/GroupsPermissionsDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14217 src/com/gps/hibernate/GroupsPermissionsDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14218 src/com/gps/hibernate/GroupsPermissionsDAO.java 134 There is log block not surrounded by if
14219 src/com/gps/hibernate/GroupsPermissionsId.java 9 Classes implementing Serializable should set a serialVersionUID
14220 src/com/gps/hibernate/GroupsPermissionsId.java 13 fieldCommentRequirement Required
14221 src/com/gps/hibernate/GroupsPermissionsId.java 14 fieldCommentRequirement Required
14222 src/com/gps/hibernate/GroupsPermissionsId.java 19 Document empty constructor
14223 src/com/gps/hibernate/GroupsPermissionsId.java 23 Parameter 'groupId' is not assigned and could be declared final
14224 src/com/gps/hibernate/GroupsPermissionsId.java 23 Parameter 'permissionId' is not assigned and could be declared final
14225 src/com/gps/hibernate/GroupsPermissionsId.java 30 publicMethodCommentRequirement Required
14226 src/com/gps/hibernate/GroupsPermissionsId.java 34 Parameter 'groupId' is not assigned and could be declared final
14227 src/com/gps/hibernate/GroupsPermissionsId.java 34 publicMethodCommentRequirement Required
14228 src/com/gps/hibernate/GroupsPermissionsId.java 38 publicMethodCommentRequirement Required
14229 src/com/gps/hibernate/GroupsPermissionsId.java 42 Parameter 'permissionId' is not assigned and could be declared final
14230 src/com/gps/hibernate/GroupsPermissionsId.java 42 publicMethodCommentRequirement Required
14231 src/com/gps/hibernate/GroupsPermissionsId.java 46 Parameter 'other' is not assigned and could be declared final
14232 src/com/gps/hibernate/GroupsPermissionsId.java 46 publicMethodCommentRequirement Required
14233 src/com/gps/hibernate/GroupsPermissionsId.java 47 Avoid using if statements without curly braces
14234 src/com/gps/hibernate/GroupsPermissionsId.java 47 Useless parentheses.
14235 src/com/gps/hibernate/GroupsPermissionsId.java 48 A method should have only one exit point, and that should be the last statement in the method
14236 src/com/gps/hibernate/GroupsPermissionsId.java 49 Avoid using if statements without curly braces
14237 src/com/gps/hibernate/GroupsPermissionsId.java 49 Useless parentheses.
14238 src/com/gps/hibernate/GroupsPermissionsId.java 50 A method should have only one exit point, and that should be the last statement in the method
14239 src/com/gps/hibernate/GroupsPermissionsId.java 51 Avoid using if statements without curly braces
14240 src/com/gps/hibernate/GroupsPermissionsId.java 52 A method should have only one exit point, and that should be the last statement in the method
14241 src/com/gps/hibernate/GroupsPermissionsId.java 53 Local variable 'castOther' could be declared final
14242 src/com/gps/hibernate/GroupsPermissionsId.java 55 Potential violation of Law of Demeter (method chain calls)
14243 src/com/gps/hibernate/GroupsPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
14244 src/com/gps/hibernate/GroupsPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
14245 src/com/gps/hibernate/GroupsPermissionsId.java 55 Useless parentheses.
14246 src/com/gps/hibernate/GroupsPermissionsId.java 55 Useless parentheses.
14247 src/com/gps/hibernate/GroupsPermissionsId.java 57 Potential violation of Law of Demeter (object not created locally)
14248 src/com/gps/hibernate/GroupsPermissionsId.java 58 Potential violation of Law of Demeter (object not created locally)
14249 src/com/gps/hibernate/GroupsPermissionsId.java 59 Potential violation of Law of Demeter (method chain calls)
14250 src/com/gps/hibernate/GroupsPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
14251 src/com/gps/hibernate/GroupsPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
14252 src/com/gps/hibernate/GroupsPermissionsId.java 59 Useless parentheses.
14253 src/com/gps/hibernate/GroupsPermissionsId.java 59 Useless parentheses.
14254 src/com/gps/hibernate/GroupsPermissionsId.java 61 Potential violation of Law of Demeter (object not created locally)
14255 src/com/gps/hibernate/GroupsPermissionsId.java 62 Potential violation of Law of Demeter (object not created locally)
14256 src/com/gps/hibernate/GroupsPermissionsId.java 65 publicMethodCommentRequirement Required
14257 src/com/gps/hibernate/GroupsPermissionsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
14258 src/com/gps/hibernate/GroupsRoles.java 9 Classes implementing Serializable should set a serialVersionUID
14259 src/com/gps/hibernate/GroupsRoles.java 13 Avoid variables with short names like id
14260 src/com/gps/hibernate/GroupsRoles.java 13 fieldCommentRequirement Required
14261 src/com/gps/hibernate/GroupsRoles.java 18 Document empty constructor
14262 src/com/gps/hibernate/GroupsRoles.java 22 Avoid variables with short names like id
14263 src/com/gps/hibernate/GroupsRoles.java 22 Parameter 'id' is not assigned and could be declared final
14264 src/com/gps/hibernate/GroupsRoles.java 28 publicMethodCommentRequirement Required
14265 src/com/gps/hibernate/GroupsRoles.java 32 Avoid variables with short names like id
14266 src/com/gps/hibernate/GroupsRoles.java 32 Parameter 'id' is not assigned and could be declared final
14267 src/com/gps/hibernate/GroupsRoles.java 32 publicMethodCommentRequirement Required
14268 src/com/gps/hibernate/GroupsRolesDAO.java 10 Comment is too large: Too many lines
14269 src/com/gps/hibernate/GroupsRolesDAO.java 23 Logger should be defined private static final and have the correct class
14270 src/com/gps/hibernate/GroupsRolesDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
14271 src/com/gps/hibernate/GroupsRolesDAO.java 23 fieldCommentRequirement Required
14272 src/com/gps/hibernate/GroupsRolesDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
14273 src/com/gps/hibernate/GroupsRolesDAO.java 27 publicMethodCommentRequirement Required
14274 src/com/gps/hibernate/GroupsRolesDAO.java 28 There is log block not surrounded by if
14275 src/com/gps/hibernate/GroupsRolesDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14276 src/com/gps/hibernate/GroupsRolesDAO.java 30 Potential violation of Law of Demeter (method chain calls)
14277 src/com/gps/hibernate/GroupsRolesDAO.java 31 There is log block not surrounded by if
14278 src/com/gps/hibernate/GroupsRolesDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14279 src/com/gps/hibernate/GroupsRolesDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14280 src/com/gps/hibernate/GroupsRolesDAO.java 33 There is log block not surrounded by if
14281 src/com/gps/hibernate/GroupsRolesDAO.java 38 Avoid excessively long variable names like persistentInstance
14282 src/com/gps/hibernate/GroupsRolesDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
14283 src/com/gps/hibernate/GroupsRolesDAO.java 38 publicMethodCommentRequirement Required
14284 src/com/gps/hibernate/GroupsRolesDAO.java 39 There is log block not surrounded by if
14285 src/com/gps/hibernate/GroupsRolesDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14286 src/com/gps/hibernate/GroupsRolesDAO.java 41 Potential violation of Law of Demeter (method chain calls)
14287 src/com/gps/hibernate/GroupsRolesDAO.java 42 There is log block not surrounded by if
14288 src/com/gps/hibernate/GroupsRolesDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14289 src/com/gps/hibernate/GroupsRolesDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14290 src/com/gps/hibernate/GroupsRolesDAO.java 44 There is log block not surrounded by if
14291 src/com/gps/hibernate/GroupsRolesDAO.java 49 Avoid variables with short names like id
14292 src/com/gps/hibernate/GroupsRolesDAO.java 49 Parameter 'id' is not assigned and could be declared final
14293 src/com/gps/hibernate/GroupsRolesDAO.java 49 publicMethodCommentRequirement Required
14294 src/com/gps/hibernate/GroupsRolesDAO.java 50 There is log block not surrounded by if
14295 src/com/gps/hibernate/GroupsRolesDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14296 src/com/gps/hibernate/GroupsRolesDAO.java 52 Local variable 'instance' could be declared final
14297 src/com/gps/hibernate/GroupsRolesDAO.java 52 Potential violation of Law of Demeter (method chain calls)
14298 src/com/gps/hibernate/GroupsRolesDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14299 src/com/gps/hibernate/GroupsRolesDAO.java 56 There is log block not surrounded by if
14300 src/com/gps/hibernate/GroupsRolesDAO.java 61 Parameter 'instance' is not assigned and could be declared final
14301 src/com/gps/hibernate/GroupsRolesDAO.java 61 publicMethodCommentRequirement Required
14302 src/com/gps/hibernate/GroupsRolesDAO.java 62 There is log block not surrounded by if
14303 src/com/gps/hibernate/GroupsRolesDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14304 src/com/gps/hibernate/GroupsRolesDAO.java 64 Local variable 'results' could be declared final
14305 src/com/gps/hibernate/GroupsRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
14306 src/com/gps/hibernate/GroupsRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
14307 src/com/gps/hibernate/GroupsRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
14308 src/com/gps/hibernate/GroupsRolesDAO.java 67 There is log block not surrounded by if
14309 src/com/gps/hibernate/GroupsRolesDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14310 src/com/gps/hibernate/GroupsRolesDAO.java 68 Potential violation of Law of Demeter (object not created locally)
14311 src/com/gps/hibernate/GroupsRolesDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14312 src/com/gps/hibernate/GroupsRolesDAO.java 71 There is log block not surrounded by if
14313 src/com/gps/hibernate/GroupsRolesDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
14314 src/com/gps/hibernate/GroupsRolesDAO.java 76 Parameter 'value' is not assigned and could be declared final
14315 src/com/gps/hibernate/GroupsRolesDAO.java 76 publicMethodCommentRequirement Required
14316 src/com/gps/hibernate/GroupsRolesDAO.java 77 There is log block not surrounded by if
14317 src/com/gps/hibernate/GroupsRolesDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14318 src/com/gps/hibernate/GroupsRolesDAO.java 80 Local variable 'queryString' could be declared final
14319 src/com/gps/hibernate/GroupsRolesDAO.java 82 Local variable 'queryObject' could be declared final
14320 src/com/gps/hibernate/GroupsRolesDAO.java 82 Potential violation of Law of Demeter (method chain calls)
14321 src/com/gps/hibernate/GroupsRolesDAO.java 83 Potential violation of Law of Demeter (object not created locally)
14322 src/com/gps/hibernate/GroupsRolesDAO.java 84 Potential violation of Law of Demeter (object not created locally)
14323 src/com/gps/hibernate/GroupsRolesDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14324 src/com/gps/hibernate/GroupsRolesDAO.java 86 There is log block not surrounded by if
14325 src/com/gps/hibernate/GroupsRolesDAO.java 91 publicMethodCommentRequirement Required
14326 src/com/gps/hibernate/GroupsRolesDAO.java 92 There is log block not surrounded by if
14327 src/com/gps/hibernate/GroupsRolesDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14328 src/com/gps/hibernate/GroupsRolesDAO.java 94 Local variable 'queryString' could be declared final
14329 src/com/gps/hibernate/GroupsRolesDAO.java 95 Local variable 'queryObject' could be declared final
14330 src/com/gps/hibernate/GroupsRolesDAO.java 95 Potential violation of Law of Demeter (method chain calls)
14331 src/com/gps/hibernate/GroupsRolesDAO.java 96 Potential violation of Law of Demeter (object not created locally)
14332 src/com/gps/hibernate/GroupsRolesDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14333 src/com/gps/hibernate/GroupsRolesDAO.java 98 There is log block not surrounded by if
14334 src/com/gps/hibernate/GroupsRolesDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
14335 src/com/gps/hibernate/GroupsRolesDAO.java 103 publicMethodCommentRequirement Required
14336 src/com/gps/hibernate/GroupsRolesDAO.java 104 There is log block not surrounded by if
14337 src/com/gps/hibernate/GroupsRolesDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14338 src/com/gps/hibernate/GroupsRolesDAO.java 106 Local variable 'result' could be declared final
14339 src/com/gps/hibernate/GroupsRolesDAO.java 106 Potential violation of Law of Demeter (method chain calls)
14340 src/com/gps/hibernate/GroupsRolesDAO.java 108 There is log block not surrounded by if
14341 src/com/gps/hibernate/GroupsRolesDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14342 src/com/gps/hibernate/GroupsRolesDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14343 src/com/gps/hibernate/GroupsRolesDAO.java 111 There is log block not surrounded by if
14344 src/com/gps/hibernate/GroupsRolesDAO.java 116 Parameter 'instance' is not assigned and could be declared final
14345 src/com/gps/hibernate/GroupsRolesDAO.java 116 publicMethodCommentRequirement Required
14346 src/com/gps/hibernate/GroupsRolesDAO.java 117 There is log block not surrounded by if
14347 src/com/gps/hibernate/GroupsRolesDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14348 src/com/gps/hibernate/GroupsRolesDAO.java 119 Potential violation of Law of Demeter (method chain calls)
14349 src/com/gps/hibernate/GroupsRolesDAO.java 120 There is log block not surrounded by if
14350 src/com/gps/hibernate/GroupsRolesDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14351 src/com/gps/hibernate/GroupsRolesDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14352 src/com/gps/hibernate/GroupsRolesDAO.java 122 There is log block not surrounded by if
14353 src/com/gps/hibernate/GroupsRolesDAO.java 127 Parameter 'instance' is not assigned and could be declared final
14354 src/com/gps/hibernate/GroupsRolesDAO.java 127 publicMethodCommentRequirement Required
14355 src/com/gps/hibernate/GroupsRolesDAO.java 128 There is log block not surrounded by if
14356 src/com/gps/hibernate/GroupsRolesDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14357 src/com/gps/hibernate/GroupsRolesDAO.java 130 Potential violation of Law of Demeter (method chain calls)
14358 src/com/gps/hibernate/GroupsRolesDAO.java 131 There is log block not surrounded by if
14359 src/com/gps/hibernate/GroupsRolesDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14360 src/com/gps/hibernate/GroupsRolesDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14361 src/com/gps/hibernate/GroupsRolesDAO.java 133 There is log block not surrounded by if
14362 src/com/gps/hibernate/GroupsRolesId.java 9 Classes implementing Serializable should set a serialVersionUID
14363 src/com/gps/hibernate/GroupsRolesId.java 13 fieldCommentRequirement Required
14364 src/com/gps/hibernate/GroupsRolesId.java 14 fieldCommentRequirement Required
14365 src/com/gps/hibernate/GroupsRolesId.java 19 Document empty constructor
14366 src/com/gps/hibernate/GroupsRolesId.java 23 Parameter 'groupId' is not assigned and could be declared final
14367 src/com/gps/hibernate/GroupsRolesId.java 23 Parameter 'roleId' is not assigned and could be declared final
14368 src/com/gps/hibernate/GroupsRolesId.java 30 publicMethodCommentRequirement Required
14369 src/com/gps/hibernate/GroupsRolesId.java 34 Parameter 'groupId' is not assigned and could be declared final
14370 src/com/gps/hibernate/GroupsRolesId.java 34 publicMethodCommentRequirement Required
14371 src/com/gps/hibernate/GroupsRolesId.java 38 publicMethodCommentRequirement Required
14372 src/com/gps/hibernate/GroupsRolesId.java 42 Parameter 'roleId' is not assigned and could be declared final
14373 src/com/gps/hibernate/GroupsRolesId.java 42 publicMethodCommentRequirement Required
14374 src/com/gps/hibernate/GroupsRolesId.java 46 Parameter 'other' is not assigned and could be declared final
14375 src/com/gps/hibernate/GroupsRolesId.java 46 publicMethodCommentRequirement Required
14376 src/com/gps/hibernate/GroupsRolesId.java 47 Avoid using if statements without curly braces
14377 src/com/gps/hibernate/GroupsRolesId.java 47 Useless parentheses.
14378 src/com/gps/hibernate/GroupsRolesId.java 48 A method should have only one exit point, and that should be the last statement in the method
14379 src/com/gps/hibernate/GroupsRolesId.java 49 Avoid using if statements without curly braces
14380 src/com/gps/hibernate/GroupsRolesId.java 49 Useless parentheses.
14381 src/com/gps/hibernate/GroupsRolesId.java 50 A method should have only one exit point, and that should be the last statement in the method
14382 src/com/gps/hibernate/GroupsRolesId.java 51 Avoid using if statements without curly braces
14383 src/com/gps/hibernate/GroupsRolesId.java 52 A method should have only one exit point, and that should be the last statement in the method
14384 src/com/gps/hibernate/GroupsRolesId.java 53 Local variable 'castOther' could be declared final
14385 src/com/gps/hibernate/GroupsRolesId.java 55 Potential violation of Law of Demeter (method chain calls)
14386 src/com/gps/hibernate/GroupsRolesId.java 55 Potential violation of Law of Demeter (object not created locally)
14387 src/com/gps/hibernate/GroupsRolesId.java 55 Potential violation of Law of Demeter (object not created locally)
14388 src/com/gps/hibernate/GroupsRolesId.java 55 Useless parentheses.
14389 src/com/gps/hibernate/GroupsRolesId.java 55 Useless parentheses.
14390 src/com/gps/hibernate/GroupsRolesId.java 57 Potential violation of Law of Demeter (object not created locally)
14391 src/com/gps/hibernate/GroupsRolesId.java 58 Potential violation of Law of Demeter (object not created locally)
14392 src/com/gps/hibernate/GroupsRolesId.java 59 Potential violation of Law of Demeter (method chain calls)
14393 src/com/gps/hibernate/GroupsRolesId.java 59 Potential violation of Law of Demeter (object not created locally)
14394 src/com/gps/hibernate/GroupsRolesId.java 59 Potential violation of Law of Demeter (object not created locally)
14395 src/com/gps/hibernate/GroupsRolesId.java 59 Useless parentheses.
14396 src/com/gps/hibernate/GroupsRolesId.java 59 Useless parentheses.
14397 src/com/gps/hibernate/GroupsRolesId.java 61 Potential violation of Law of Demeter (object not created locally)
14398 src/com/gps/hibernate/GroupsRolesId.java 62 Potential violation of Law of Demeter (object not created locally)
14399 src/com/gps/hibernate/GroupsRolesId.java 65 publicMethodCommentRequirement Required
14400 src/com/gps/hibernate/GroupsRolesId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
14401 src/com/gps/hibernate/GroupsUsergroups.java 9 Classes implementing Serializable should set a serialVersionUID
14402 src/com/gps/hibernate/GroupsUsergroups.java 13 Avoid variables with short names like id
14403 src/com/gps/hibernate/GroupsUsergroups.java 13 fieldCommentRequirement Required
14404 src/com/gps/hibernate/GroupsUsergroups.java 18 Document empty constructor
14405 src/com/gps/hibernate/GroupsUsergroups.java 22 Avoid variables with short names like id
14406 src/com/gps/hibernate/GroupsUsergroups.java 22 Parameter 'id' is not assigned and could be declared final
14407 src/com/gps/hibernate/GroupsUsergroups.java 28 publicMethodCommentRequirement Required
14408 src/com/gps/hibernate/GroupsUsergroups.java 32 Avoid variables with short names like id
14409 src/com/gps/hibernate/GroupsUsergroups.java 32 Parameter 'id' is not assigned and could be declared final
14410 src/com/gps/hibernate/GroupsUsergroups.java 32 publicMethodCommentRequirement Required
14411 src/com/gps/hibernate/GroupsUsergroupsDAO.java 10 Comment is too large: Too many lines
14412 src/com/gps/hibernate/GroupsUsergroupsDAO.java 23 Logger should be defined private static final and have the correct class
14413 src/com/gps/hibernate/GroupsUsergroupsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
14414 src/com/gps/hibernate/GroupsUsergroupsDAO.java 23 fieldCommentRequirement Required
14415 src/com/gps/hibernate/GroupsUsergroupsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
14416 src/com/gps/hibernate/GroupsUsergroupsDAO.java 27 publicMethodCommentRequirement Required
14417 src/com/gps/hibernate/GroupsUsergroupsDAO.java 28 There is log block not surrounded by if
14418 src/com/gps/hibernate/GroupsUsergroupsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14419 src/com/gps/hibernate/GroupsUsergroupsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
14420 src/com/gps/hibernate/GroupsUsergroupsDAO.java 31 There is log block not surrounded by if
14421 src/com/gps/hibernate/GroupsUsergroupsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14422 src/com/gps/hibernate/GroupsUsergroupsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14423 src/com/gps/hibernate/GroupsUsergroupsDAO.java 33 There is log block not surrounded by if
14424 src/com/gps/hibernate/GroupsUsergroupsDAO.java 38 Avoid excessively long variable names like persistentInstance
14425 src/com/gps/hibernate/GroupsUsergroupsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
14426 src/com/gps/hibernate/GroupsUsergroupsDAO.java 38 publicMethodCommentRequirement Required
14427 src/com/gps/hibernate/GroupsUsergroupsDAO.java 39 There is log block not surrounded by if
14428 src/com/gps/hibernate/GroupsUsergroupsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14429 src/com/gps/hibernate/GroupsUsergroupsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
14430 src/com/gps/hibernate/GroupsUsergroupsDAO.java 42 There is log block not surrounded by if
14431 src/com/gps/hibernate/GroupsUsergroupsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14432 src/com/gps/hibernate/GroupsUsergroupsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14433 src/com/gps/hibernate/GroupsUsergroupsDAO.java 44 There is log block not surrounded by if
14434 src/com/gps/hibernate/GroupsUsergroupsDAO.java 49 Avoid variables with short names like id
14435 src/com/gps/hibernate/GroupsUsergroupsDAO.java 49 Parameter 'id' is not assigned and could be declared final
14436 src/com/gps/hibernate/GroupsUsergroupsDAO.java 49 publicMethodCommentRequirement Required
14437 src/com/gps/hibernate/GroupsUsergroupsDAO.java 50 There is log block not surrounded by if
14438 src/com/gps/hibernate/GroupsUsergroupsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14439 src/com/gps/hibernate/GroupsUsergroupsDAO.java 52 Local variable 'instance' could be declared final
14440 src/com/gps/hibernate/GroupsUsergroupsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
14441 src/com/gps/hibernate/GroupsUsergroupsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14442 src/com/gps/hibernate/GroupsUsergroupsDAO.java 56 There is log block not surrounded by if
14443 src/com/gps/hibernate/GroupsUsergroupsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
14444 src/com/gps/hibernate/GroupsUsergroupsDAO.java 61 publicMethodCommentRequirement Required
14445 src/com/gps/hibernate/GroupsUsergroupsDAO.java 62 There is log block not surrounded by if
14446 src/com/gps/hibernate/GroupsUsergroupsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14447 src/com/gps/hibernate/GroupsUsergroupsDAO.java 64 Local variable 'results' could be declared final
14448 src/com/gps/hibernate/GroupsUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
14449 src/com/gps/hibernate/GroupsUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
14450 src/com/gps/hibernate/GroupsUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
14451 src/com/gps/hibernate/GroupsUsergroupsDAO.java 67 There is log block not surrounded by if
14452 src/com/gps/hibernate/GroupsUsergroupsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14453 src/com/gps/hibernate/GroupsUsergroupsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
14454 src/com/gps/hibernate/GroupsUsergroupsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14455 src/com/gps/hibernate/GroupsUsergroupsDAO.java 71 There is log block not surrounded by if
14456 src/com/gps/hibernate/GroupsUsergroupsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
14457 src/com/gps/hibernate/GroupsUsergroupsDAO.java 76 Parameter 'value' is not assigned and could be declared final
14458 src/com/gps/hibernate/GroupsUsergroupsDAO.java 76 publicMethodCommentRequirement Required
14459 src/com/gps/hibernate/GroupsUsergroupsDAO.java 77 There is log block not surrounded by if
14460 src/com/gps/hibernate/GroupsUsergroupsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14461 src/com/gps/hibernate/GroupsUsergroupsDAO.java 80 Local variable 'queryString' could be declared final
14462 src/com/gps/hibernate/GroupsUsergroupsDAO.java 82 Local variable 'queryObject' could be declared final
14463 src/com/gps/hibernate/GroupsUsergroupsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
14464 src/com/gps/hibernate/GroupsUsergroupsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
14465 src/com/gps/hibernate/GroupsUsergroupsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
14466 src/com/gps/hibernate/GroupsUsergroupsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14467 src/com/gps/hibernate/GroupsUsergroupsDAO.java 86 There is log block not surrounded by if
14468 src/com/gps/hibernate/GroupsUsergroupsDAO.java 91 publicMethodCommentRequirement Required
14469 src/com/gps/hibernate/GroupsUsergroupsDAO.java 92 There is log block not surrounded by if
14470 src/com/gps/hibernate/GroupsUsergroupsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14471 src/com/gps/hibernate/GroupsUsergroupsDAO.java 94 Local variable 'queryString' could be declared final
14472 src/com/gps/hibernate/GroupsUsergroupsDAO.java 95 Local variable 'queryObject' could be declared final
14473 src/com/gps/hibernate/GroupsUsergroupsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
14474 src/com/gps/hibernate/GroupsUsergroupsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
14475 src/com/gps/hibernate/GroupsUsergroupsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14476 src/com/gps/hibernate/GroupsUsergroupsDAO.java 98 There is log block not surrounded by if
14477 src/com/gps/hibernate/GroupsUsergroupsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
14478 src/com/gps/hibernate/GroupsUsergroupsDAO.java 103 publicMethodCommentRequirement Required
14479 src/com/gps/hibernate/GroupsUsergroupsDAO.java 104 There is log block not surrounded by if
14480 src/com/gps/hibernate/GroupsUsergroupsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14481 src/com/gps/hibernate/GroupsUsergroupsDAO.java 106 Local variable 'result' could be declared final
14482 src/com/gps/hibernate/GroupsUsergroupsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
14483 src/com/gps/hibernate/GroupsUsergroupsDAO.java 108 There is log block not surrounded by if
14484 src/com/gps/hibernate/GroupsUsergroupsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14485 src/com/gps/hibernate/GroupsUsergroupsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14486 src/com/gps/hibernate/GroupsUsergroupsDAO.java 111 There is log block not surrounded by if
14487 src/com/gps/hibernate/GroupsUsergroupsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
14488 src/com/gps/hibernate/GroupsUsergroupsDAO.java 116 publicMethodCommentRequirement Required
14489 src/com/gps/hibernate/GroupsUsergroupsDAO.java 117 There is log block not surrounded by if
14490 src/com/gps/hibernate/GroupsUsergroupsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14491 src/com/gps/hibernate/GroupsUsergroupsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
14492 src/com/gps/hibernate/GroupsUsergroupsDAO.java 120 There is log block not surrounded by if
14493 src/com/gps/hibernate/GroupsUsergroupsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14494 src/com/gps/hibernate/GroupsUsergroupsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14495 src/com/gps/hibernate/GroupsUsergroupsDAO.java 122 There is log block not surrounded by if
14496 src/com/gps/hibernate/GroupsUsergroupsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
14497 src/com/gps/hibernate/GroupsUsergroupsDAO.java 127 publicMethodCommentRequirement Required
14498 src/com/gps/hibernate/GroupsUsergroupsDAO.java 128 There is log block not surrounded by if
14499 src/com/gps/hibernate/GroupsUsergroupsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14500 src/com/gps/hibernate/GroupsUsergroupsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
14501 src/com/gps/hibernate/GroupsUsergroupsDAO.java 131 There is log block not surrounded by if
14502 src/com/gps/hibernate/GroupsUsergroupsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14503 src/com/gps/hibernate/GroupsUsergroupsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14504 src/com/gps/hibernate/GroupsUsergroupsDAO.java 133 There is log block not surrounded by if
14505 src/com/gps/hibernate/GroupsUsergroupsId.java 9 Classes implementing Serializable should set a serialVersionUID
14506 src/com/gps/hibernate/GroupsUsergroupsId.java 13 fieldCommentRequirement Required
14507 src/com/gps/hibernate/GroupsUsergroupsId.java 14 fieldCommentRequirement Required
14508 src/com/gps/hibernate/GroupsUsergroupsId.java 19 Document empty constructor
14509 src/com/gps/hibernate/GroupsUsergroupsId.java 23 Parameter 'groupId' is not assigned and could be declared final
14510 src/com/gps/hibernate/GroupsUsergroupsId.java 23 Parameter 'userGroupId' is not assigned and could be declared final
14511 src/com/gps/hibernate/GroupsUsergroupsId.java 30 publicMethodCommentRequirement Required
14512 src/com/gps/hibernate/GroupsUsergroupsId.java 34 Parameter 'groupId' is not assigned and could be declared final
14513 src/com/gps/hibernate/GroupsUsergroupsId.java 34 publicMethodCommentRequirement Required
14514 src/com/gps/hibernate/GroupsUsergroupsId.java 38 publicMethodCommentRequirement Required
14515 src/com/gps/hibernate/GroupsUsergroupsId.java 42 Parameter 'userGroupId' is not assigned and could be declared final
14516 src/com/gps/hibernate/GroupsUsergroupsId.java 42 publicMethodCommentRequirement Required
14517 src/com/gps/hibernate/GroupsUsergroupsId.java 46 Parameter 'other' is not assigned and could be declared final
14518 src/com/gps/hibernate/GroupsUsergroupsId.java 46 publicMethodCommentRequirement Required
14519 src/com/gps/hibernate/GroupsUsergroupsId.java 47 Avoid using if statements without curly braces
14520 src/com/gps/hibernate/GroupsUsergroupsId.java 47 Useless parentheses.
14521 src/com/gps/hibernate/GroupsUsergroupsId.java 48 A method should have only one exit point, and that should be the last statement in the method
14522 src/com/gps/hibernate/GroupsUsergroupsId.java 49 Avoid using if statements without curly braces
14523 src/com/gps/hibernate/GroupsUsergroupsId.java 49 Useless parentheses.
14524 src/com/gps/hibernate/GroupsUsergroupsId.java 50 A method should have only one exit point, and that should be the last statement in the method
14525 src/com/gps/hibernate/GroupsUsergroupsId.java 51 Avoid using if statements without curly braces
14526 src/com/gps/hibernate/GroupsUsergroupsId.java 52 A method should have only one exit point, and that should be the last statement in the method
14527 src/com/gps/hibernate/GroupsUsergroupsId.java 53 Local variable 'castOther' could be declared final
14528 src/com/gps/hibernate/GroupsUsergroupsId.java 55 Potential violation of Law of Demeter (method chain calls)
14529 src/com/gps/hibernate/GroupsUsergroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
14530 src/com/gps/hibernate/GroupsUsergroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
14531 src/com/gps/hibernate/GroupsUsergroupsId.java 55 Useless parentheses.
14532 src/com/gps/hibernate/GroupsUsergroupsId.java 55 Useless parentheses.
14533 src/com/gps/hibernate/GroupsUsergroupsId.java 57 Potential violation of Law of Demeter (object not created locally)
14534 src/com/gps/hibernate/GroupsUsergroupsId.java 58 Potential violation of Law of Demeter (object not created locally)
14535 src/com/gps/hibernate/GroupsUsergroupsId.java 59 Potential violation of Law of Demeter (method chain calls)
14536 src/com/gps/hibernate/GroupsUsergroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
14537 src/com/gps/hibernate/GroupsUsergroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
14538 src/com/gps/hibernate/GroupsUsergroupsId.java 59 Useless parentheses.
14539 src/com/gps/hibernate/GroupsUsergroupsId.java 59 Useless parentheses.
14540 src/com/gps/hibernate/GroupsUsergroupsId.java 61 Potential violation of Law of Demeter (object not created locally)
14541 src/com/gps/hibernate/GroupsUsergroupsId.java 62 Potential violation of Law of Demeter (object not created locally)
14542 src/com/gps/hibernate/GroupsUsergroupsId.java 65 publicMethodCommentRequirement Required
14543 src/com/gps/hibernate/GroupsUsergroupsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
14544 src/com/gps/hibernate/HibernateSessionFactory.java 1 Comment is too large: Too many lines
14545 src/com/gps/hibernate/HibernateSessionFactory.java 24 A class which only has private constructors should be final
14546 src/com/gps/hibernate/HibernateSessionFactory.java 34 Avoid excessively long variable names like CONFIG_FILE_LOCATION
14547 src/com/gps/hibernate/HibernateSessionFactory.java 34 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'CONFIG_FILE_LOCATION' is not final.
14548 src/com/gps/hibernate/HibernateSessionFactory.java 34 The field name indicates a constant but its modifiers do not
14549 src/com/gps/hibernate/HibernateSessionFactory.java 34 Variables should start with a lowercase character, 'CONFIG_FILE_LOCATION' starts with uppercase character.
14550 src/com/gps/hibernate/HibernateSessionFactory.java 35 Variables that are final and static should be all capitals, 'threadLocal' is not all capitals.
14551 src/com/gps/hibernate/HibernateSessionFactory.java 35 fieldCommentRequirement Required
14552 src/com/gps/hibernate/HibernateSessionFactory.java 36 fieldCommentRequirement Required
14553 src/com/gps/hibernate/HibernateSessionFactory.java 37 fieldCommentRequirement Required
14554 src/com/gps/hibernate/HibernateSessionFactory.java 38 fieldCommentRequirement Required
14555 src/com/gps/hibernate/HibernateSessionFactory.java 39 The Logger variable declaration does not contain the static and final modifiers
14556 src/com/gps/hibernate/HibernateSessionFactory.java 39 fieldCommentRequirement Required
14557 src/com/gps/hibernate/HibernateSessionFactory.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14558 src/com/gps/hibernate/HibernateSessionFactory.java 48 System.out.print is used
14559 src/com/gps/hibernate/HibernateSessionFactory.java 51 Avoid printStackTrace(); use a logger call instead.
14560 src/com/gps/hibernate/HibernateSessionFactory.java 68 Found 'DD'-anomaly for variable 'session' (lines '68'-'71').
14561 src/com/gps/hibernate/HibernateSessionFactory.java 70 Avoid using if statements without curly braces
14562 src/com/gps/hibernate/HibernateSessionFactory.java 73 Potential violation of Law of Demeter (object not created locally)
14563 src/com/gps/hibernate/HibernateSessionFactory.java 78 Avoid if (x != y) ..; else ..;
14564 src/com/gps/hibernate/HibernateSessionFactory.java 79 Assigning an Object to null is a code smell. Consider refactoring.
14565 src/com/gps/hibernate/HibernateSessionFactory.java 83 A method should have only one exit point, and that should be the last statement in the method
14566 src/com/gps/hibernate/HibernateSessionFactory.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14567 src/com/gps/hibernate/HibernateSessionFactory.java 87 Avoid printStackTrace(); use a logger call instead.
14568 src/com/gps/hibernate/HibernateSessionFactory.java 87 Potential violation of Law of Demeter (object not created locally)
14569 src/com/gps/hibernate/HibernateSessionFactory.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14570 src/com/gps/hibernate/HibernateSessionFactory.java 102 System.out.print is used
14571 src/com/gps/hibernate/HibernateSessionFactory.java 105 Avoid printStackTrace(); use a logger call instead.
14572 src/com/gps/hibernate/HibernateSessionFactory.java 105 Potential violation of Law of Demeter (object not created locally)
14573 src/com/gps/hibernate/HibernateSessionFactory.java 113 Found 'DD'-anomaly for variable 'session' (lines '113'-'118').
14574 src/com/gps/hibernate/HibernateSessionFactory.java 113 Found 'DU'-anomaly for variable 'session' (lines '113'-'135').
14575 src/com/gps/hibernate/HibernateSessionFactory.java 123 Avoid using if statements without curly braces
14576 src/com/gps/hibernate/HibernateSessionFactory.java 123 Potential violation of Law of Demeter (object not created locally)
14577 src/com/gps/hibernate/HibernateSessionFactory.java 124 Potential violation of Law of Demeter (object not created locally)
14578 src/com/gps/hibernate/HibernateSessionFactory.java 126 There is log block not surrounded by if
14579 src/com/gps/hibernate/HibernateSessionFactory.java 126 There is log block not surrounded by if
14580 src/com/gps/hibernate/HibernateSessionFactory.java 128 Avoid catching NullPointerException; consider removing the cause of the NPE.
14581 src/com/gps/hibernate/HibernateSessionFactory.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14582 src/com/gps/hibernate/HibernateSessionFactory.java 129 There is log block not surrounded by if
14583 src/com/gps/hibernate/HibernateSessionFactory.java 131 There is log block not surrounded by if
14584 src/com/gps/hibernate/HibernateSessionFactory.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14585 src/com/gps/hibernate/HibernateSessionFactory.java 133 There is log block not surrounded by if
14586 src/com/gps/hibernate/HibernateSessionFactory.java 152 Parameter 'configFile' is not assigned and could be declared final
14587 src/com/gps/hibernate/HibernateSessionFactory.java 154 Assigning an Object to null is a code smell. Consider refactoring.
14588 src/com/gps/hibernate/Holidays.java 3 Avoid unused imports such as 'java.util.HashSet'
14589 src/com/gps/hibernate/Holidays.java 4 Avoid unused imports such as 'java.util.Set'
14590 src/com/gps/hibernate/Holidays.java 6 Avoid unused imports such as 'org.hibernate.annotations.OrderBy'
14591 src/com/gps/hibernate/Holidays.java 7 Avoid unused imports such as 'org.hibernate.annotations.Sort'
14592 src/com/gps/hibernate/Holidays.java 9 Classes implementing Serializable should set a serialVersionUID
14593 src/com/gps/hibernate/Holidays.java 9 headerCommentRequirement Required
14594 src/com/gps/hibernate/Holidays.java 12 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'h_id' is not final.
14595 src/com/gps/hibernate/Holidays.java 12 fieldCommentRequirement Required
14596 src/com/gps/hibernate/Holidays.java 13 fieldCommentRequirement Required
14597 src/com/gps/hibernate/Holidays.java 14 fieldCommentRequirement Required
14598 src/com/gps/hibernate/Holidays.java 15 fieldCommentRequirement Required
14599 src/com/gps/hibernate/Holidays.java 18 Document empty constructor
14600 src/com/gps/hibernate/Holidays.java 21 Parameter 'hId' is not assigned and could be declared final
14601 src/com/gps/hibernate/Holidays.java 21 Parameter 'holiday' is not assigned and could be declared final
14602 src/com/gps/hibernate/Holidays.java 21 publicMethodCommentRequirement Required
14603 src/com/gps/hibernate/Holidays.java 22 Parameter 'day' is not assigned and could be declared final
14604 src/com/gps/hibernate/Holidays.java 22 Parameter 'organization' is not assigned and could be declared final
14605 src/com/gps/hibernate/Holidays.java 31 Method names should not contain underscores
14606 src/com/gps/hibernate/Holidays.java 31 publicMethodCommentRequirement Required
14607 src/com/gps/hibernate/Holidays.java 34 Method names should not contain underscores
14608 src/com/gps/hibernate/Holidays.java 34 Parameter 'hId' is not assigned and could be declared final
14609 src/com/gps/hibernate/Holidays.java 34 publicMethodCommentRequirement Required
14610 src/com/gps/hibernate/Holidays.java 37 publicMethodCommentRequirement Required
14611 src/com/gps/hibernate/Holidays.java 40 Parameter 'holiday' is not assigned and could be declared final
14612 src/com/gps/hibernate/Holidays.java 40 publicMethodCommentRequirement Required
14613 src/com/gps/hibernate/Holidays.java 43 publicMethodCommentRequirement Required
14614 src/com/gps/hibernate/Holidays.java 46 Parameter 'day' is not assigned and could be declared final
14615 src/com/gps/hibernate/Holidays.java 46 publicMethodCommentRequirement Required
14616 src/com/gps/hibernate/Holidays.java 49 publicMethodCommentRequirement Required
14617 src/com/gps/hibernate/Holidays.java 52 Parameter 'organization' is not assigned and could be declared final
14618 src/com/gps/hibernate/Holidays.java 52 publicMethodCommentRequirement Required
14619 src/com/gps/hibernate/HolidaysDAO.java 6 Avoid unused imports such as 'java.util.Set'
14620 src/com/gps/hibernate/HolidaysDAO.java 13 headerCommentRequirement Required
14621 src/com/gps/hibernate/HolidaysDAO.java 14 Logger should be defined private static final and have the correct class
14622 src/com/gps/hibernate/HolidaysDAO.java 14 Variables that are final and static should be all capitals, 'log' is not all capitals.
14623 src/com/gps/hibernate/HolidaysDAO.java 14 fieldCommentRequirement Required
14624 src/com/gps/hibernate/HolidaysDAO.java 16 fieldCommentRequirement Required
14625 src/com/gps/hibernate/HolidaysDAO.java 17 fieldCommentRequirement Required
14626 src/com/gps/hibernate/HolidaysDAO.java 18 fieldCommentRequirement Required
14627 src/com/gps/hibernate/HolidaysDAO.java 19 fieldCommentRequirement Required
14628 src/com/gps/hibernate/HolidaysDAO.java 22 Parameter 'transientInstance' is not assigned and could be declared final
14629 src/com/gps/hibernate/HolidaysDAO.java 22 publicMethodCommentRequirement Required
14630 src/com/gps/hibernate/HolidaysDAO.java 23 There is log block not surrounded by if
14631 src/com/gps/hibernate/HolidaysDAO.java 23 There is log block not surrounded by if
14632 src/com/gps/hibernate/HolidaysDAO.java 25 Potential violation of Law of Demeter (method chain calls)
14633 src/com/gps/hibernate/HolidaysDAO.java 26 There is log block not surrounded by if
14634 src/com/gps/hibernate/HolidaysDAO.java 26 There is log block not surrounded by if
14635 src/com/gps/hibernate/HolidaysDAO.java 27 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14636 src/com/gps/hibernate/HolidaysDAO.java 28 There is log block not surrounded by if
14637 src/com/gps/hibernate/HolidaysDAO.java 33 Avoid excessively long variable names like persistentInstance
14638 src/com/gps/hibernate/HolidaysDAO.java 33 Parameter 'persistentInstance' is not assigned and could be declared final
14639 src/com/gps/hibernate/HolidaysDAO.java 33 publicMethodCommentRequirement Required
14640 src/com/gps/hibernate/HolidaysDAO.java 34 There is log block not surrounded by if
14641 src/com/gps/hibernate/HolidaysDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14642 src/com/gps/hibernate/HolidaysDAO.java 36 Potential violation of Law of Demeter (method chain calls)
14643 src/com/gps/hibernate/HolidaysDAO.java 37 There is log block not surrounded by if
14644 src/com/gps/hibernate/HolidaysDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14645 src/com/gps/hibernate/HolidaysDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14646 src/com/gps/hibernate/HolidaysDAO.java 39 There is log block not surrounded by if
14647 src/com/gps/hibernate/HolidaysDAO.java 44 Avoid variables with short names like id
14648 src/com/gps/hibernate/HolidaysDAO.java 44 Parameter 'id' is not assigned and could be declared final
14649 src/com/gps/hibernate/HolidaysDAO.java 44 publicMethodCommentRequirement Required
14650 src/com/gps/hibernate/HolidaysDAO.java 45 There is log block not surrounded by if
14651 src/com/gps/hibernate/HolidaysDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14652 src/com/gps/hibernate/HolidaysDAO.java 47 Local variable 'instance' could be declared final
14653 src/com/gps/hibernate/HolidaysDAO.java 47 Potential violation of Law of Demeter (method chain calls)
14654 src/com/gps/hibernate/HolidaysDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14655 src/com/gps/hibernate/HolidaysDAO.java 51 There is log block not surrounded by if
14656 src/com/gps/hibernate/HolidaysDAO.java 57 Parameter 'propertyName' is not assigned and could be declared final
14657 src/com/gps/hibernate/HolidaysDAO.java 57 Parameter 'value' is not assigned and could be declared final
14658 src/com/gps/hibernate/HolidaysDAO.java 57 publicMethodCommentRequirement Required
14659 src/com/gps/hibernate/HolidaysDAO.java 58 There is log block not surrounded by if
14660 src/com/gps/hibernate/HolidaysDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14661 src/com/gps/hibernate/HolidaysDAO.java 61 Local variable 'queryString' could be declared final
14662 src/com/gps/hibernate/HolidaysDAO.java 63 Local variable 'queryObject' could be declared final
14663 src/com/gps/hibernate/HolidaysDAO.java 63 Potential violation of Law of Demeter (method chain calls)
14664 src/com/gps/hibernate/HolidaysDAO.java 64 Potential violation of Law of Demeter (object not created locally)
14665 src/com/gps/hibernate/HolidaysDAO.java 65 Potential violation of Law of Demeter (object not created locally)
14666 src/com/gps/hibernate/HolidaysDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14667 src/com/gps/hibernate/HolidaysDAO.java 67 There is log block not surrounded by if
14668 src/com/gps/hibernate/HolidaysDAO.java 72 Parameter 'hId' is not assigned and could be declared final
14669 src/com/gps/hibernate/HolidaysDAO.java 72 publicMethodCommentRequirement Required
14670 src/com/gps/hibernate/HolidaysDAO.java 76 Parameter 'organizationId' is not assigned and could be declared final
14671 src/com/gps/hibernate/HolidaysDAO.java 76 publicMethodCommentRequirement Required
14672 src/com/gps/hibernate/HolidaysDAO.java 80 Parameter 'organizationId' is not assigned and could be declared final
14673 src/com/gps/hibernate/HolidaysDAO.java 80 publicMethodCommentRequirement Required
14674 src/com/gps/hibernate/HolidaysDAO.java 87 Potential violation of Law of Demeter (method chain calls)
14675 src/com/gps/hibernate/HolidaysDAO.java 87 Potential violation of Law of Demeter (object not created locally)
14676 src/com/gps/hibernate/HolidaysDAO.java 88 Potential violation of Law of Demeter (object not created locally)
14677 src/com/gps/hibernate/HolidaysDAO.java 89 Potential violation of Law of Demeter (object not created locally)
14678 src/com/gps/hibernate/HolidaysDAO.java 94 Parameter 'first' is not assigned and could be declared final
14679 src/com/gps/hibernate/HolidaysDAO.java 94 Parameter 'last' is not assigned and could be declared final
14680 src/com/gps/hibernate/HolidaysDAO.java 94 publicMethodCommentRequirement Required
14681 src/com/gps/hibernate/HolidaysDAO.java 96 There is log block not surrounded by if
14682 src/com/gps/hibernate/HolidaysDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14683 src/com/gps/hibernate/HolidaysDAO.java 99 Local variable 'queryString' could be declared final
14684 src/com/gps/hibernate/HolidaysDAO.java 100 Local variable 'queryObject' could be declared final
14685 src/com/gps/hibernate/HolidaysDAO.java 100 Potential violation of Law of Demeter (method chain calls)
14686 src/com/gps/hibernate/HolidaysDAO.java 103 Potential violation of Law of Demeter (object not created locally)
14687 src/com/gps/hibernate/HolidaysDAO.java 104 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14688 src/com/gps/hibernate/HolidaysDAO.java 105 There is log block not surrounded by if
14689 src/com/gps/hibernate/IBaseHibernateDAO.java 12 Avoid modifiers which are implied by the context
14690 src/com/gps/hibernate/IBaseHibernateDAO.java 12 publicMethodCommentRequirement Required
14691 src/com/gps/hibernate/Igfolder.java 11 Classes implementing Serializable should set a serialVersionUID
14692 src/com/gps/hibernate/Igfolder.java 15 fieldCommentRequirement Required
14693 src/com/gps/hibernate/Igfolder.java 16 fieldCommentRequirement Required
14694 src/com/gps/hibernate/Igfolder.java 17 fieldCommentRequirement Required
14695 src/com/gps/hibernate/Igfolder.java 18 fieldCommentRequirement Required
14696 src/com/gps/hibernate/Igfolder.java 19 fieldCommentRequirement Required
14697 src/com/gps/hibernate/Igfolder.java 20 fieldCommentRequirement Required
14698 src/com/gps/hibernate/Igfolder.java 21 fieldCommentRequirement Required
14699 src/com/gps/hibernate/Igfolder.java 22 fieldCommentRequirement Required
14700 src/com/gps/hibernate/Igfolder.java 23 fieldCommentRequirement Required
14701 src/com/gps/hibernate/Igfolder.java 24 fieldCommentRequirement Required
14702 src/com/gps/hibernate/Igfolder.java 29 Document empty constructor
14703 src/com/gps/hibernate/Igfolder.java 33 Parameter 'folderId' is not assigned and could be declared final
14704 src/com/gps/hibernate/Igfolder.java 38 Avoid long parameter lists.
14705 src/com/gps/hibernate/Igfolder.java 38 Parameter 'companyId' is not assigned and could be declared final
14706 src/com/gps/hibernate/Igfolder.java 38 Parameter 'folderId' is not assigned and could be declared final
14707 src/com/gps/hibernate/Igfolder.java 38 Parameter 'groupId' is not assigned and could be declared final
14708 src/com/gps/hibernate/Igfolder.java 38 Parameter 'uuid' is not assigned and could be declared final
14709 src/com/gps/hibernate/Igfolder.java 39 Parameter 'createDate' is not assigned and could be declared final
14710 src/com/gps/hibernate/Igfolder.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
14711 src/com/gps/hibernate/Igfolder.java 39 Parameter 'userId' is not assigned and could be declared final
14712 src/com/gps/hibernate/Igfolder.java 40 Parameter 'description' is not assigned and could be declared final
14713 src/com/gps/hibernate/Igfolder.java 40 Parameter 'name' is not assigned and could be declared final
14714 src/com/gps/hibernate/Igfolder.java 40 Parameter 'parentFolderId' is not assigned and could be declared final
14715 src/com/gps/hibernate/Igfolder.java 55 publicMethodCommentRequirement Required
14716 src/com/gps/hibernate/Igfolder.java 59 Parameter 'folderId' is not assigned and could be declared final
14717 src/com/gps/hibernate/Igfolder.java 59 publicMethodCommentRequirement Required
14718 src/com/gps/hibernate/Igfolder.java 63 publicMethodCommentRequirement Required
14719 src/com/gps/hibernate/Igfolder.java 67 Parameter 'uuid' is not assigned and could be declared final
14720 src/com/gps/hibernate/Igfolder.java 67 publicMethodCommentRequirement Required
14721 src/com/gps/hibernate/Igfolder.java 71 publicMethodCommentRequirement Required
14722 src/com/gps/hibernate/Igfolder.java 75 Parameter 'groupId' is not assigned and could be declared final
14723 src/com/gps/hibernate/Igfolder.java 75 publicMethodCommentRequirement Required
14724 src/com/gps/hibernate/Igfolder.java 79 publicMethodCommentRequirement Required
14725 src/com/gps/hibernate/Igfolder.java 83 Parameter 'companyId' is not assigned and could be declared final
14726 src/com/gps/hibernate/Igfolder.java 83 publicMethodCommentRequirement Required
14727 src/com/gps/hibernate/Igfolder.java 87 publicMethodCommentRequirement Required
14728 src/com/gps/hibernate/Igfolder.java 91 Parameter 'userId' is not assigned and could be declared final
14729 src/com/gps/hibernate/Igfolder.java 91 publicMethodCommentRequirement Required
14730 src/com/gps/hibernate/Igfolder.java 95 publicMethodCommentRequirement Required
14731 src/com/gps/hibernate/Igfolder.java 99 Parameter 'createDate' is not assigned and could be declared final
14732 src/com/gps/hibernate/Igfolder.java 99 publicMethodCommentRequirement Required
14733 src/com/gps/hibernate/Igfolder.java 103 publicMethodCommentRequirement Required
14734 src/com/gps/hibernate/Igfolder.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
14735 src/com/gps/hibernate/Igfolder.java 107 publicMethodCommentRequirement Required
14736 src/com/gps/hibernate/Igfolder.java 111 publicMethodCommentRequirement Required
14737 src/com/gps/hibernate/Igfolder.java 115 Parameter 'parentFolderId' is not assigned and could be declared final
14738 src/com/gps/hibernate/Igfolder.java 115 publicMethodCommentRequirement Required
14739 src/com/gps/hibernate/Igfolder.java 119 publicMethodCommentRequirement Required
14740 src/com/gps/hibernate/Igfolder.java 123 Parameter 'name' is not assigned and could be declared final
14741 src/com/gps/hibernate/Igfolder.java 123 publicMethodCommentRequirement Required
14742 src/com/gps/hibernate/Igfolder.java 127 publicMethodCommentRequirement Required
14743 src/com/gps/hibernate/Igfolder.java 131 Parameter 'description' is not assigned and could be declared final
14744 src/com/gps/hibernate/Igfolder.java 131 publicMethodCommentRequirement Required
14745 src/com/gps/hibernate/IgfolderDAO.java 3 Avoid unused imports such as 'java.util.Date'
14746 src/com/gps/hibernate/IgfolderDAO.java 11 Comment is too large: Too many lines
14747 src/com/gps/hibernate/IgfolderDAO.java 23 This class has too many methods, consider refactoring it.
14748 src/com/gps/hibernate/IgfolderDAO.java 24 Logger should be defined private static final and have the correct class
14749 src/com/gps/hibernate/IgfolderDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
14750 src/com/gps/hibernate/IgfolderDAO.java 24 fieldCommentRequirement Required
14751 src/com/gps/hibernate/IgfolderDAO.java 26 fieldCommentRequirement Required
14752 src/com/gps/hibernate/IgfolderDAO.java 27 fieldCommentRequirement Required
14753 src/com/gps/hibernate/IgfolderDAO.java 28 fieldCommentRequirement Required
14754 src/com/gps/hibernate/IgfolderDAO.java 29 fieldCommentRequirement Required
14755 src/com/gps/hibernate/IgfolderDAO.java 30 fieldCommentRequirement Required
14756 src/com/gps/hibernate/IgfolderDAO.java 31 fieldCommentRequirement Required
14757 src/com/gps/hibernate/IgfolderDAO.java 32 fieldCommentRequirement Required
14758 src/com/gps/hibernate/IgfolderDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
14759 src/com/gps/hibernate/IgfolderDAO.java 34 publicMethodCommentRequirement Required
14760 src/com/gps/hibernate/IgfolderDAO.java 35 There is log block not surrounded by if
14761 src/com/gps/hibernate/IgfolderDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14762 src/com/gps/hibernate/IgfolderDAO.java 37 Potential violation of Law of Demeter (method chain calls)
14763 src/com/gps/hibernate/IgfolderDAO.java 38 There is log block not surrounded by if
14764 src/com/gps/hibernate/IgfolderDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14765 src/com/gps/hibernate/IgfolderDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14766 src/com/gps/hibernate/IgfolderDAO.java 40 There is log block not surrounded by if
14767 src/com/gps/hibernate/IgfolderDAO.java 45 Avoid excessively long variable names like persistentInstance
14768 src/com/gps/hibernate/IgfolderDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
14769 src/com/gps/hibernate/IgfolderDAO.java 45 publicMethodCommentRequirement Required
14770 src/com/gps/hibernate/IgfolderDAO.java 46 There is log block not surrounded by if
14771 src/com/gps/hibernate/IgfolderDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14772 src/com/gps/hibernate/IgfolderDAO.java 48 Potential violation of Law of Demeter (method chain calls)
14773 src/com/gps/hibernate/IgfolderDAO.java 49 There is log block not surrounded by if
14774 src/com/gps/hibernate/IgfolderDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14775 src/com/gps/hibernate/IgfolderDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14776 src/com/gps/hibernate/IgfolderDAO.java 51 There is log block not surrounded by if
14777 src/com/gps/hibernate/IgfolderDAO.java 56 Avoid variables with short names like id
14778 src/com/gps/hibernate/IgfolderDAO.java 56 Parameter 'id' is not assigned and could be declared final
14779 src/com/gps/hibernate/IgfolderDAO.java 56 publicMethodCommentRequirement Required
14780 src/com/gps/hibernate/IgfolderDAO.java 57 There is log block not surrounded by if
14781 src/com/gps/hibernate/IgfolderDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14782 src/com/gps/hibernate/IgfolderDAO.java 59 Local variable 'instance' could be declared final
14783 src/com/gps/hibernate/IgfolderDAO.java 59 Potential violation of Law of Demeter (method chain calls)
14784 src/com/gps/hibernate/IgfolderDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14785 src/com/gps/hibernate/IgfolderDAO.java 63 There is log block not surrounded by if
14786 src/com/gps/hibernate/IgfolderDAO.java 68 Parameter 'instance' is not assigned and could be declared final
14787 src/com/gps/hibernate/IgfolderDAO.java 68 publicMethodCommentRequirement Required
14788 src/com/gps/hibernate/IgfolderDAO.java 69 There is log block not surrounded by if
14789 src/com/gps/hibernate/IgfolderDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14790 src/com/gps/hibernate/IgfolderDAO.java 71 Local variable 'results' could be declared final
14791 src/com/gps/hibernate/IgfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
14792 src/com/gps/hibernate/IgfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
14793 src/com/gps/hibernate/IgfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
14794 src/com/gps/hibernate/IgfolderDAO.java 74 There is log block not surrounded by if
14795 src/com/gps/hibernate/IgfolderDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14796 src/com/gps/hibernate/IgfolderDAO.java 75 Potential violation of Law of Demeter (object not created locally)
14797 src/com/gps/hibernate/IgfolderDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14798 src/com/gps/hibernate/IgfolderDAO.java 78 There is log block not surrounded by if
14799 src/com/gps/hibernate/IgfolderDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
14800 src/com/gps/hibernate/IgfolderDAO.java 83 Parameter 'value' is not assigned and could be declared final
14801 src/com/gps/hibernate/IgfolderDAO.java 83 publicMethodCommentRequirement Required
14802 src/com/gps/hibernate/IgfolderDAO.java 84 There is log block not surrounded by if
14803 src/com/gps/hibernate/IgfolderDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14804 src/com/gps/hibernate/IgfolderDAO.java 87 Local variable 'queryString' could be declared final
14805 src/com/gps/hibernate/IgfolderDAO.java 89 Local variable 'queryObject' could be declared final
14806 src/com/gps/hibernate/IgfolderDAO.java 89 Potential violation of Law of Demeter (method chain calls)
14807 src/com/gps/hibernate/IgfolderDAO.java 90 Potential violation of Law of Demeter (object not created locally)
14808 src/com/gps/hibernate/IgfolderDAO.java 91 Potential violation of Law of Demeter (object not created locally)
14809 src/com/gps/hibernate/IgfolderDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14810 src/com/gps/hibernate/IgfolderDAO.java 93 There is log block not surrounded by if
14811 src/com/gps/hibernate/IgfolderDAO.java 98 Parameter 'uuid' is not assigned and could be declared final
14812 src/com/gps/hibernate/IgfolderDAO.java 98 publicMethodCommentRequirement Required
14813 src/com/gps/hibernate/IgfolderDAO.java 102 Parameter 'groupId' is not assigned and could be declared final
14814 src/com/gps/hibernate/IgfolderDAO.java 102 publicMethodCommentRequirement Required
14815 src/com/gps/hibernate/IgfolderDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
14816 src/com/gps/hibernate/IgfolderDAO.java 106 publicMethodCommentRequirement Required
14817 src/com/gps/hibernate/IgfolderDAO.java 110 Parameter 'userId' is not assigned and could be declared final
14818 src/com/gps/hibernate/IgfolderDAO.java 110 publicMethodCommentRequirement Required
14819 src/com/gps/hibernate/IgfolderDAO.java 114 Parameter 'parentFolderId' is not assigned and could be declared final
14820 src/com/gps/hibernate/IgfolderDAO.java 114 publicMethodCommentRequirement Required
14821 src/com/gps/hibernate/IgfolderDAO.java 118 Parameter 'name' is not assigned and could be declared final
14822 src/com/gps/hibernate/IgfolderDAO.java 118 publicMethodCommentRequirement Required
14823 src/com/gps/hibernate/IgfolderDAO.java 122 Parameter 'description' is not assigned and could be declared final
14824 src/com/gps/hibernate/IgfolderDAO.java 122 publicMethodCommentRequirement Required
14825 src/com/gps/hibernate/IgfolderDAO.java 126 publicMethodCommentRequirement Required
14826 src/com/gps/hibernate/IgfolderDAO.java 127 There is log block not surrounded by if
14827 src/com/gps/hibernate/IgfolderDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14828 src/com/gps/hibernate/IgfolderDAO.java 129 Local variable 'queryString' could be declared final
14829 src/com/gps/hibernate/IgfolderDAO.java 130 Local variable 'queryObject' could be declared final
14830 src/com/gps/hibernate/IgfolderDAO.java 130 Potential violation of Law of Demeter (method chain calls)
14831 src/com/gps/hibernate/IgfolderDAO.java 131 Potential violation of Law of Demeter (object not created locally)
14832 src/com/gps/hibernate/IgfolderDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14833 src/com/gps/hibernate/IgfolderDAO.java 133 There is log block not surrounded by if
14834 src/com/gps/hibernate/IgfolderDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
14835 src/com/gps/hibernate/IgfolderDAO.java 138 publicMethodCommentRequirement Required
14836 src/com/gps/hibernate/IgfolderDAO.java 139 There is log block not surrounded by if
14837 src/com/gps/hibernate/IgfolderDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14838 src/com/gps/hibernate/IgfolderDAO.java 141 Local variable 'result' could be declared final
14839 src/com/gps/hibernate/IgfolderDAO.java 141 Potential violation of Law of Demeter (method chain calls)
14840 src/com/gps/hibernate/IgfolderDAO.java 142 There is log block not surrounded by if
14841 src/com/gps/hibernate/IgfolderDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14842 src/com/gps/hibernate/IgfolderDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14843 src/com/gps/hibernate/IgfolderDAO.java 145 There is log block not surrounded by if
14844 src/com/gps/hibernate/IgfolderDAO.java 150 Parameter 'instance' is not assigned and could be declared final
14845 src/com/gps/hibernate/IgfolderDAO.java 150 publicMethodCommentRequirement Required
14846 src/com/gps/hibernate/IgfolderDAO.java 151 There is log block not surrounded by if
14847 src/com/gps/hibernate/IgfolderDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14848 src/com/gps/hibernate/IgfolderDAO.java 153 Potential violation of Law of Demeter (method chain calls)
14849 src/com/gps/hibernate/IgfolderDAO.java 154 There is log block not surrounded by if
14850 src/com/gps/hibernate/IgfolderDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14851 src/com/gps/hibernate/IgfolderDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14852 src/com/gps/hibernate/IgfolderDAO.java 156 There is log block not surrounded by if
14853 src/com/gps/hibernate/IgfolderDAO.java 161 Parameter 'instance' is not assigned and could be declared final
14854 src/com/gps/hibernate/IgfolderDAO.java 161 publicMethodCommentRequirement Required
14855 src/com/gps/hibernate/IgfolderDAO.java 162 There is log block not surrounded by if
14856 src/com/gps/hibernate/IgfolderDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14857 src/com/gps/hibernate/IgfolderDAO.java 164 Potential violation of Law of Demeter (method chain calls)
14858 src/com/gps/hibernate/IgfolderDAO.java 165 There is log block not surrounded by if
14859 src/com/gps/hibernate/IgfolderDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14860 src/com/gps/hibernate/IgfolderDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14861 src/com/gps/hibernate/IgfolderDAO.java 167 There is log block not surrounded by if
14862 src/com/gps/hibernate/Igimage.java 11 Classes implementing Serializable should set a serialVersionUID
14863 src/com/gps/hibernate/Igimage.java 15 fieldCommentRequirement Required
14864 src/com/gps/hibernate/Igimage.java 16 fieldCommentRequirement Required
14865 src/com/gps/hibernate/Igimage.java 17 fieldCommentRequirement Required
14866 src/com/gps/hibernate/Igimage.java 18 fieldCommentRequirement Required
14867 src/com/gps/hibernate/Igimage.java 19 fieldCommentRequirement Required
14868 src/com/gps/hibernate/Igimage.java 20 fieldCommentRequirement Required
14869 src/com/gps/hibernate/Igimage.java 21 fieldCommentRequirement Required
14870 src/com/gps/hibernate/Igimage.java 22 fieldCommentRequirement Required
14871 src/com/gps/hibernate/Igimage.java 23 fieldCommentRequirement Required
14872 src/com/gps/hibernate/Igimage.java 24 fieldCommentRequirement Required
14873 src/com/gps/hibernate/Igimage.java 25 fieldCommentRequirement Required
14874 src/com/gps/hibernate/Igimage.java 26 fieldCommentRequirement Required
14875 src/com/gps/hibernate/Igimage.java 27 fieldCommentRequirement Required
14876 src/com/gps/hibernate/Igimage.java 28 fieldCommentRequirement Required
14877 src/com/gps/hibernate/Igimage.java 33 Document empty constructor
14878 src/com/gps/hibernate/Igimage.java 37 Parameter 'imageId' is not assigned and could be declared final
14879 src/com/gps/hibernate/Igimage.java 42 Avoid long parameter lists.
14880 src/com/gps/hibernate/Igimage.java 42 Parameter 'companyId' is not assigned and could be declared final
14881 src/com/gps/hibernate/Igimage.java 42 Parameter 'groupId' is not assigned and could be declared final
14882 src/com/gps/hibernate/Igimage.java 42 Parameter 'imageId' is not assigned and could be declared final
14883 src/com/gps/hibernate/Igimage.java 42 Parameter 'uuid' is not assigned and could be declared final
14884 src/com/gps/hibernate/Igimage.java 43 Parameter 'createDate' is not assigned and could be declared final
14885 src/com/gps/hibernate/Igimage.java 43 Parameter 'folderId' is not assigned and could be declared final
14886 src/com/gps/hibernate/Igimage.java 43 Parameter 'modifiedDate' is not assigned and could be declared final
14887 src/com/gps/hibernate/Igimage.java 43 Parameter 'userId' is not assigned and could be declared final
14888 src/com/gps/hibernate/Igimage.java 44 Parameter 'description' is not assigned and could be declared final
14889 src/com/gps/hibernate/Igimage.java 44 Parameter 'name' is not assigned and could be declared final
14890 src/com/gps/hibernate/Igimage.java 44 Parameter 'smallImageId' is not assigned and could be declared final
14891 src/com/gps/hibernate/Igimage.java 45 Parameter 'custom1imageId' is not assigned and could be declared final
14892 src/com/gps/hibernate/Igimage.java 45 Parameter 'custom2imageId' is not assigned and could be declared final
14893 src/com/gps/hibernate/Igimage.java 45 Parameter 'largeImageId' is not assigned and could be declared final
14894 src/com/gps/hibernate/Igimage.java 64 publicMethodCommentRequirement Required
14895 src/com/gps/hibernate/Igimage.java 68 Parameter 'imageId' is not assigned and could be declared final
14896 src/com/gps/hibernate/Igimage.java 68 publicMethodCommentRequirement Required
14897 src/com/gps/hibernate/Igimage.java 72 publicMethodCommentRequirement Required
14898 src/com/gps/hibernate/Igimage.java 76 Parameter 'uuid' is not assigned and could be declared final
14899 src/com/gps/hibernate/Igimage.java 76 publicMethodCommentRequirement Required
14900 src/com/gps/hibernate/Igimage.java 80 publicMethodCommentRequirement Required
14901 src/com/gps/hibernate/Igimage.java 84 Parameter 'groupId' is not assigned and could be declared final
14902 src/com/gps/hibernate/Igimage.java 84 publicMethodCommentRequirement Required
14903 src/com/gps/hibernate/Igimage.java 88 publicMethodCommentRequirement Required
14904 src/com/gps/hibernate/Igimage.java 92 Parameter 'companyId' is not assigned and could be declared final
14905 src/com/gps/hibernate/Igimage.java 92 publicMethodCommentRequirement Required
14906 src/com/gps/hibernate/Igimage.java 96 publicMethodCommentRequirement Required
14907 src/com/gps/hibernate/Igimage.java 100 Parameter 'userId' is not assigned and could be declared final
14908 src/com/gps/hibernate/Igimage.java 100 publicMethodCommentRequirement Required
14909 src/com/gps/hibernate/Igimage.java 104 publicMethodCommentRequirement Required
14910 src/com/gps/hibernate/Igimage.java 108 Parameter 'createDate' is not assigned and could be declared final
14911 src/com/gps/hibernate/Igimage.java 108 publicMethodCommentRequirement Required
14912 src/com/gps/hibernate/Igimage.java 112 publicMethodCommentRequirement Required
14913 src/com/gps/hibernate/Igimage.java 116 Parameter 'modifiedDate' is not assigned and could be declared final
14914 src/com/gps/hibernate/Igimage.java 116 publicMethodCommentRequirement Required
14915 src/com/gps/hibernate/Igimage.java 120 publicMethodCommentRequirement Required
14916 src/com/gps/hibernate/Igimage.java 124 Parameter 'folderId' is not assigned and could be declared final
14917 src/com/gps/hibernate/Igimage.java 124 publicMethodCommentRequirement Required
14918 src/com/gps/hibernate/Igimage.java 128 publicMethodCommentRequirement Required
14919 src/com/gps/hibernate/Igimage.java 132 Parameter 'name' is not assigned and could be declared final
14920 src/com/gps/hibernate/Igimage.java 132 publicMethodCommentRequirement Required
14921 src/com/gps/hibernate/Igimage.java 136 publicMethodCommentRequirement Required
14922 src/com/gps/hibernate/Igimage.java 140 Parameter 'description' is not assigned and could be declared final
14923 src/com/gps/hibernate/Igimage.java 140 publicMethodCommentRequirement Required
14924 src/com/gps/hibernate/Igimage.java 144 publicMethodCommentRequirement Required
14925 src/com/gps/hibernate/Igimage.java 148 Parameter 'smallImageId' is not assigned and could be declared final
14926 src/com/gps/hibernate/Igimage.java 148 publicMethodCommentRequirement Required
14927 src/com/gps/hibernate/Igimage.java 152 publicMethodCommentRequirement Required
14928 src/com/gps/hibernate/Igimage.java 156 Parameter 'largeImageId' is not assigned and could be declared final
14929 src/com/gps/hibernate/Igimage.java 156 publicMethodCommentRequirement Required
14930 src/com/gps/hibernate/Igimage.java 160 publicMethodCommentRequirement Required
14931 src/com/gps/hibernate/Igimage.java 164 Parameter 'custom1imageId' is not assigned and could be declared final
14932 src/com/gps/hibernate/Igimage.java 164 publicMethodCommentRequirement Required
14933 src/com/gps/hibernate/Igimage.java 168 publicMethodCommentRequirement Required
14934 src/com/gps/hibernate/Igimage.java 172 Parameter 'custom2imageId' is not assigned and could be declared final
14935 src/com/gps/hibernate/Igimage.java 172 publicMethodCommentRequirement Required
14936 src/com/gps/hibernate/IgimageDAO.java 3 Avoid unused imports such as 'java.util.Date'
14937 src/com/gps/hibernate/IgimageDAO.java 11 Comment is too large: Too many lines
14938 src/com/gps/hibernate/IgimageDAO.java 23 This class has too many methods, consider refactoring it.
14939 src/com/gps/hibernate/IgimageDAO.java 24 Logger should be defined private static final and have the correct class
14940 src/com/gps/hibernate/IgimageDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
14941 src/com/gps/hibernate/IgimageDAO.java 24 fieldCommentRequirement Required
14942 src/com/gps/hibernate/IgimageDAO.java 26 fieldCommentRequirement Required
14943 src/com/gps/hibernate/IgimageDAO.java 27 fieldCommentRequirement Required
14944 src/com/gps/hibernate/IgimageDAO.java 28 fieldCommentRequirement Required
14945 src/com/gps/hibernate/IgimageDAO.java 29 fieldCommentRequirement Required
14946 src/com/gps/hibernate/IgimageDAO.java 30 fieldCommentRequirement Required
14947 src/com/gps/hibernate/IgimageDAO.java 31 fieldCommentRequirement Required
14948 src/com/gps/hibernate/IgimageDAO.java 32 fieldCommentRequirement Required
14949 src/com/gps/hibernate/IgimageDAO.java 33 fieldCommentRequirement Required
14950 src/com/gps/hibernate/IgimageDAO.java 34 fieldCommentRequirement Required
14951 src/com/gps/hibernate/IgimageDAO.java 35 fieldCommentRequirement Required
14952 src/com/gps/hibernate/IgimageDAO.java 36 fieldCommentRequirement Required
14953 src/com/gps/hibernate/IgimageDAO.java 38 Parameter 'transientInstance' is not assigned and could be declared final
14954 src/com/gps/hibernate/IgimageDAO.java 38 publicMethodCommentRequirement Required
14955 src/com/gps/hibernate/IgimageDAO.java 39 There is log block not surrounded by if
14956 src/com/gps/hibernate/IgimageDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14957 src/com/gps/hibernate/IgimageDAO.java 41 Potential violation of Law of Demeter (method chain calls)
14958 src/com/gps/hibernate/IgimageDAO.java 42 There is log block not surrounded by if
14959 src/com/gps/hibernate/IgimageDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14960 src/com/gps/hibernate/IgimageDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14961 src/com/gps/hibernate/IgimageDAO.java 44 There is log block not surrounded by if
14962 src/com/gps/hibernate/IgimageDAO.java 49 Avoid excessively long variable names like persistentInstance
14963 src/com/gps/hibernate/IgimageDAO.java 49 Parameter 'persistentInstance' is not assigned and could be declared final
14964 src/com/gps/hibernate/IgimageDAO.java 49 publicMethodCommentRequirement Required
14965 src/com/gps/hibernate/IgimageDAO.java 50 There is log block not surrounded by if
14966 src/com/gps/hibernate/IgimageDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14967 src/com/gps/hibernate/IgimageDAO.java 52 Potential violation of Law of Demeter (method chain calls)
14968 src/com/gps/hibernate/IgimageDAO.java 53 There is log block not surrounded by if
14969 src/com/gps/hibernate/IgimageDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14970 src/com/gps/hibernate/IgimageDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14971 src/com/gps/hibernate/IgimageDAO.java 55 There is log block not surrounded by if
14972 src/com/gps/hibernate/IgimageDAO.java 60 Avoid variables with short names like id
14973 src/com/gps/hibernate/IgimageDAO.java 60 Parameter 'id' is not assigned and could be declared final
14974 src/com/gps/hibernate/IgimageDAO.java 60 publicMethodCommentRequirement Required
14975 src/com/gps/hibernate/IgimageDAO.java 61 There is log block not surrounded by if
14976 src/com/gps/hibernate/IgimageDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14977 src/com/gps/hibernate/IgimageDAO.java 63 Local variable 'instance' could be declared final
14978 src/com/gps/hibernate/IgimageDAO.java 63 Potential violation of Law of Demeter (method chain calls)
14979 src/com/gps/hibernate/IgimageDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14980 src/com/gps/hibernate/IgimageDAO.java 67 There is log block not surrounded by if
14981 src/com/gps/hibernate/IgimageDAO.java 72 Parameter 'instance' is not assigned and could be declared final
14982 src/com/gps/hibernate/IgimageDAO.java 72 publicMethodCommentRequirement Required
14983 src/com/gps/hibernate/IgimageDAO.java 73 There is log block not surrounded by if
14984 src/com/gps/hibernate/IgimageDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14985 src/com/gps/hibernate/IgimageDAO.java 75 Local variable 'results' could be declared final
14986 src/com/gps/hibernate/IgimageDAO.java 75 Potential violation of Law of Demeter (method chain calls)
14987 src/com/gps/hibernate/IgimageDAO.java 75 Potential violation of Law of Demeter (method chain calls)
14988 src/com/gps/hibernate/IgimageDAO.java 75 Potential violation of Law of Demeter (method chain calls)
14989 src/com/gps/hibernate/IgimageDAO.java 78 There is log block not surrounded by if
14990 src/com/gps/hibernate/IgimageDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14991 src/com/gps/hibernate/IgimageDAO.java 79 Potential violation of Law of Demeter (object not created locally)
14992 src/com/gps/hibernate/IgimageDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14993 src/com/gps/hibernate/IgimageDAO.java 82 There is log block not surrounded by if
14994 src/com/gps/hibernate/IgimageDAO.java 87 Parameter 'propertyName' is not assigned and could be declared final
14995 src/com/gps/hibernate/IgimageDAO.java 87 Parameter 'value' is not assigned and could be declared final
14996 src/com/gps/hibernate/IgimageDAO.java 87 publicMethodCommentRequirement Required
14997 src/com/gps/hibernate/IgimageDAO.java 88 There is log block not surrounded by if
14998 src/com/gps/hibernate/IgimageDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14999 src/com/gps/hibernate/IgimageDAO.java 91 Local variable 'queryString' could be declared final
15000 src/com/gps/hibernate/IgimageDAO.java 93 Local variable 'queryObject' could be declared final
15001 src/com/gps/hibernate/IgimageDAO.java 93 Potential violation of Law of Demeter (method chain calls)
15002 src/com/gps/hibernate/IgimageDAO.java 94 Potential violation of Law of Demeter (object not created locally)
15003 src/com/gps/hibernate/IgimageDAO.java 95 Potential violation of Law of Demeter (object not created locally)
15004 src/com/gps/hibernate/IgimageDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15005 src/com/gps/hibernate/IgimageDAO.java 97 There is log block not surrounded by if
15006 src/com/gps/hibernate/IgimageDAO.java 102 Parameter 'uuid' is not assigned and could be declared final
15007 src/com/gps/hibernate/IgimageDAO.java 102 publicMethodCommentRequirement Required
15008 src/com/gps/hibernate/IgimageDAO.java 106 Parameter 'groupId' is not assigned and could be declared final
15009 src/com/gps/hibernate/IgimageDAO.java 106 publicMethodCommentRequirement Required
15010 src/com/gps/hibernate/IgimageDAO.java 110 Parameter 'companyId' is not assigned and could be declared final
15011 src/com/gps/hibernate/IgimageDAO.java 110 publicMethodCommentRequirement Required
15012 src/com/gps/hibernate/IgimageDAO.java 114 Parameter 'userId' is not assigned and could be declared final
15013 src/com/gps/hibernate/IgimageDAO.java 114 publicMethodCommentRequirement Required
15014 src/com/gps/hibernate/IgimageDAO.java 118 Parameter 'folderId' is not assigned and could be declared final
15015 src/com/gps/hibernate/IgimageDAO.java 118 publicMethodCommentRequirement Required
15016 src/com/gps/hibernate/IgimageDAO.java 122 Parameter 'name' is not assigned and could be declared final
15017 src/com/gps/hibernate/IgimageDAO.java 122 publicMethodCommentRequirement Required
15018 src/com/gps/hibernate/IgimageDAO.java 126 Parameter 'description' is not assigned and could be declared final
15019 src/com/gps/hibernate/IgimageDAO.java 126 publicMethodCommentRequirement Required
15020 src/com/gps/hibernate/IgimageDAO.java 130 Parameter 'smallImageId' is not assigned and could be declared final
15021 src/com/gps/hibernate/IgimageDAO.java 130 publicMethodCommentRequirement Required
15022 src/com/gps/hibernate/IgimageDAO.java 134 Parameter 'largeImageId' is not assigned and could be declared final
15023 src/com/gps/hibernate/IgimageDAO.java 134 publicMethodCommentRequirement Required
15024 src/com/gps/hibernate/IgimageDAO.java 138 Parameter 'custom1imageId' is not assigned and could be declared final
15025 src/com/gps/hibernate/IgimageDAO.java 138 publicMethodCommentRequirement Required
15026 src/com/gps/hibernate/IgimageDAO.java 142 Parameter 'custom2imageId' is not assigned and could be declared final
15027 src/com/gps/hibernate/IgimageDAO.java 142 publicMethodCommentRequirement Required
15028 src/com/gps/hibernate/IgimageDAO.java 146 publicMethodCommentRequirement Required
15029 src/com/gps/hibernate/IgimageDAO.java 147 There is log block not surrounded by if
15030 src/com/gps/hibernate/IgimageDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15031 src/com/gps/hibernate/IgimageDAO.java 149 Local variable 'queryString' could be declared final
15032 src/com/gps/hibernate/IgimageDAO.java 150 Local variable 'queryObject' could be declared final
15033 src/com/gps/hibernate/IgimageDAO.java 150 Potential violation of Law of Demeter (method chain calls)
15034 src/com/gps/hibernate/IgimageDAO.java 151 Potential violation of Law of Demeter (object not created locally)
15035 src/com/gps/hibernate/IgimageDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15036 src/com/gps/hibernate/IgimageDAO.java 153 There is log block not surrounded by if
15037 src/com/gps/hibernate/IgimageDAO.java 158 Parameter 'detachedInstance' is not assigned and could be declared final
15038 src/com/gps/hibernate/IgimageDAO.java 158 publicMethodCommentRequirement Required
15039 src/com/gps/hibernate/IgimageDAO.java 159 There is log block not surrounded by if
15040 src/com/gps/hibernate/IgimageDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15041 src/com/gps/hibernate/IgimageDAO.java 161 Local variable 'result' could be declared final
15042 src/com/gps/hibernate/IgimageDAO.java 161 Potential violation of Law of Demeter (method chain calls)
15043 src/com/gps/hibernate/IgimageDAO.java 162 There is log block not surrounded by if
15044 src/com/gps/hibernate/IgimageDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15045 src/com/gps/hibernate/IgimageDAO.java 164 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15046 src/com/gps/hibernate/IgimageDAO.java 165 There is log block not surrounded by if
15047 src/com/gps/hibernate/IgimageDAO.java 170 Parameter 'instance' is not assigned and could be declared final
15048 src/com/gps/hibernate/IgimageDAO.java 170 publicMethodCommentRequirement Required
15049 src/com/gps/hibernate/IgimageDAO.java 171 There is log block not surrounded by if
15050 src/com/gps/hibernate/IgimageDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15051 src/com/gps/hibernate/IgimageDAO.java 173 Potential violation of Law of Demeter (method chain calls)
15052 src/com/gps/hibernate/IgimageDAO.java 174 There is log block not surrounded by if
15053 src/com/gps/hibernate/IgimageDAO.java 174 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15054 src/com/gps/hibernate/IgimageDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15055 src/com/gps/hibernate/IgimageDAO.java 176 There is log block not surrounded by if
15056 src/com/gps/hibernate/IgimageDAO.java 181 Parameter 'instance' is not assigned and could be declared final
15057 src/com/gps/hibernate/IgimageDAO.java 181 publicMethodCommentRequirement Required
15058 src/com/gps/hibernate/IgimageDAO.java 182 There is log block not surrounded by if
15059 src/com/gps/hibernate/IgimageDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15060 src/com/gps/hibernate/IgimageDAO.java 184 Potential violation of Law of Demeter (method chain calls)
15061 src/com/gps/hibernate/IgimageDAO.java 185 There is log block not surrounded by if
15062 src/com/gps/hibernate/IgimageDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15063 src/com/gps/hibernate/IgimageDAO.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15064 src/com/gps/hibernate/IgimageDAO.java 187 There is log block not surrounded by if
15065 src/com/gps/hibernate/Image.java 11 Classes implementing Serializable should set a serialVersionUID
15066 src/com/gps/hibernate/Image.java 15 fieldCommentRequirement Required
15067 src/com/gps/hibernate/Image.java 16 fieldCommentRequirement Required
15068 src/com/gps/hibernate/Image.java 17 fieldCommentRequirement Required
15069 src/com/gps/hibernate/Image.java 18 fieldCommentRequirement Required
15070 src/com/gps/hibernate/Image.java 19 fieldCommentRequirement Required
15071 src/com/gps/hibernate/Image.java 20 fieldCommentRequirement Required
15072 src/com/gps/hibernate/Image.java 21 fieldCommentRequirement Required
15073 src/com/gps/hibernate/Image.java 26 Document empty constructor
15074 src/com/gps/hibernate/Image.java 30 Parameter 'imageId' is not assigned and could be declared final
15075 src/com/gps/hibernate/Image.java 35 Parameter 'imageId' is not assigned and could be declared final
15076 src/com/gps/hibernate/Image.java 35 Parameter 'modifiedDate' is not assigned and could be declared final
15077 src/com/gps/hibernate/Image.java 35 Parameter 'text' is not assigned and could be declared final
15078 src/com/gps/hibernate/Image.java 35 Parameter 'type' is not assigned and could be declared final
15079 src/com/gps/hibernate/Image.java 36 Parameter 'height' is not assigned and could be declared final
15080 src/com/gps/hibernate/Image.java 36 Parameter 'size' is not assigned and could be declared final
15081 src/com/gps/hibernate/Image.java 36 Parameter 'width' is not assigned and could be declared final
15082 src/com/gps/hibernate/Image.java 48 publicMethodCommentRequirement Required
15083 src/com/gps/hibernate/Image.java 52 Parameter 'imageId' is not assigned and could be declared final
15084 src/com/gps/hibernate/Image.java 52 publicMethodCommentRequirement Required
15085 src/com/gps/hibernate/Image.java 56 publicMethodCommentRequirement Required
15086 src/com/gps/hibernate/Image.java 60 Parameter 'modifiedDate' is not assigned and could be declared final
15087 src/com/gps/hibernate/Image.java 60 publicMethodCommentRequirement Required
15088 src/com/gps/hibernate/Image.java 64 publicMethodCommentRequirement Required
15089 src/com/gps/hibernate/Image.java 68 Parameter 'text' is not assigned and could be declared final
15090 src/com/gps/hibernate/Image.java 68 publicMethodCommentRequirement Required
15091 src/com/gps/hibernate/Image.java 72 publicMethodCommentRequirement Required
15092 src/com/gps/hibernate/Image.java 76 Parameter 'type' is not assigned and could be declared final
15093 src/com/gps/hibernate/Image.java 76 publicMethodCommentRequirement Required
15094 src/com/gps/hibernate/Image.java 80 publicMethodCommentRequirement Required
15095 src/com/gps/hibernate/Image.java 84 Parameter 'height' is not assigned and could be declared final
15096 src/com/gps/hibernate/Image.java 84 publicMethodCommentRequirement Required
15097 src/com/gps/hibernate/Image.java 88 publicMethodCommentRequirement Required
15098 src/com/gps/hibernate/Image.java 92 Parameter 'width' is not assigned and could be declared final
15099 src/com/gps/hibernate/Image.java 92 publicMethodCommentRequirement Required
15100 src/com/gps/hibernate/Image.java 96 publicMethodCommentRequirement Required
15101 src/com/gps/hibernate/Image.java 100 Parameter 'size' is not assigned and could be declared final
15102 src/com/gps/hibernate/Image.java 100 publicMethodCommentRequirement Required
15103 src/com/gps/hibernate/ImageDAO.java 3 Avoid unused imports such as 'java.util.Date'
15104 src/com/gps/hibernate/ImageDAO.java 11 Comment is too large: Too many lines
15105 src/com/gps/hibernate/ImageDAO.java 23 This class has too many methods, consider refactoring it.
15106 src/com/gps/hibernate/ImageDAO.java 24 Logger should be defined private static final and have the correct class
15107 src/com/gps/hibernate/ImageDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
15108 src/com/gps/hibernate/ImageDAO.java 24 fieldCommentRequirement Required
15109 src/com/gps/hibernate/ImageDAO.java 26 fieldCommentRequirement Required
15110 src/com/gps/hibernate/ImageDAO.java 27 fieldCommentRequirement Required
15111 src/com/gps/hibernate/ImageDAO.java 28 fieldCommentRequirement Required
15112 src/com/gps/hibernate/ImageDAO.java 29 fieldCommentRequirement Required
15113 src/com/gps/hibernate/ImageDAO.java 30 fieldCommentRequirement Required
15114 src/com/gps/hibernate/ImageDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
15115 src/com/gps/hibernate/ImageDAO.java 32 publicMethodCommentRequirement Required
15116 src/com/gps/hibernate/ImageDAO.java 33 There is log block not surrounded by if
15117 src/com/gps/hibernate/ImageDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15118 src/com/gps/hibernate/ImageDAO.java 35 Potential violation of Law of Demeter (method chain calls)
15119 src/com/gps/hibernate/ImageDAO.java 36 There is log block not surrounded by if
15120 src/com/gps/hibernate/ImageDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15121 src/com/gps/hibernate/ImageDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15122 src/com/gps/hibernate/ImageDAO.java 38 There is log block not surrounded by if
15123 src/com/gps/hibernate/ImageDAO.java 43 Avoid excessively long variable names like persistentInstance
15124 src/com/gps/hibernate/ImageDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
15125 src/com/gps/hibernate/ImageDAO.java 43 publicMethodCommentRequirement Required
15126 src/com/gps/hibernate/ImageDAO.java 44 There is log block not surrounded by if
15127 src/com/gps/hibernate/ImageDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15128 src/com/gps/hibernate/ImageDAO.java 46 Potential violation of Law of Demeter (method chain calls)
15129 src/com/gps/hibernate/ImageDAO.java 47 There is log block not surrounded by if
15130 src/com/gps/hibernate/ImageDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15131 src/com/gps/hibernate/ImageDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15132 src/com/gps/hibernate/ImageDAO.java 49 There is log block not surrounded by if
15133 src/com/gps/hibernate/ImageDAO.java 54 Avoid variables with short names like id
15134 src/com/gps/hibernate/ImageDAO.java 54 Parameter 'id' is not assigned and could be declared final
15135 src/com/gps/hibernate/ImageDAO.java 54 publicMethodCommentRequirement Required
15136 src/com/gps/hibernate/ImageDAO.java 55 There is log block not surrounded by if
15137 src/com/gps/hibernate/ImageDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15138 src/com/gps/hibernate/ImageDAO.java 57 Local variable 'instance' could be declared final
15139 src/com/gps/hibernate/ImageDAO.java 57 Potential violation of Law of Demeter (method chain calls)
15140 src/com/gps/hibernate/ImageDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15141 src/com/gps/hibernate/ImageDAO.java 61 There is log block not surrounded by if
15142 src/com/gps/hibernate/ImageDAO.java 66 Parameter 'instance' is not assigned and could be declared final
15143 src/com/gps/hibernate/ImageDAO.java 66 publicMethodCommentRequirement Required
15144 src/com/gps/hibernate/ImageDAO.java 67 There is log block not surrounded by if
15145 src/com/gps/hibernate/ImageDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15146 src/com/gps/hibernate/ImageDAO.java 69 Local variable 'results' could be declared final
15147 src/com/gps/hibernate/ImageDAO.java 69 Potential violation of Law of Demeter (method chain calls)
15148 src/com/gps/hibernate/ImageDAO.java 69 Potential violation of Law of Demeter (method chain calls)
15149 src/com/gps/hibernate/ImageDAO.java 69 Potential violation of Law of Demeter (method chain calls)
15150 src/com/gps/hibernate/ImageDAO.java 72 There is log block not surrounded by if
15151 src/com/gps/hibernate/ImageDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15152 src/com/gps/hibernate/ImageDAO.java 73 Potential violation of Law of Demeter (object not created locally)
15153 src/com/gps/hibernate/ImageDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15154 src/com/gps/hibernate/ImageDAO.java 76 There is log block not surrounded by if
15155 src/com/gps/hibernate/ImageDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
15156 src/com/gps/hibernate/ImageDAO.java 81 Parameter 'value' is not assigned and could be declared final
15157 src/com/gps/hibernate/ImageDAO.java 81 publicMethodCommentRequirement Required
15158 src/com/gps/hibernate/ImageDAO.java 82 There is log block not surrounded by if
15159 src/com/gps/hibernate/ImageDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15160 src/com/gps/hibernate/ImageDAO.java 85 Local variable 'queryString' could be declared final
15161 src/com/gps/hibernate/ImageDAO.java 87 Local variable 'queryObject' could be declared final
15162 src/com/gps/hibernate/ImageDAO.java 87 Potential violation of Law of Demeter (method chain calls)
15163 src/com/gps/hibernate/ImageDAO.java 88 Potential violation of Law of Demeter (object not created locally)
15164 src/com/gps/hibernate/ImageDAO.java 89 Potential violation of Law of Demeter (object not created locally)
15165 src/com/gps/hibernate/ImageDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15166 src/com/gps/hibernate/ImageDAO.java 91 There is log block not surrounded by if
15167 src/com/gps/hibernate/ImageDAO.java 96 Parameter 'text' is not assigned and could be declared final
15168 src/com/gps/hibernate/ImageDAO.java 96 publicMethodCommentRequirement Required
15169 src/com/gps/hibernate/ImageDAO.java 100 Parameter 'type' is not assigned and could be declared final
15170 src/com/gps/hibernate/ImageDAO.java 100 publicMethodCommentRequirement Required
15171 src/com/gps/hibernate/ImageDAO.java 104 Parameter 'height' is not assigned and could be declared final
15172 src/com/gps/hibernate/ImageDAO.java 104 publicMethodCommentRequirement Required
15173 src/com/gps/hibernate/ImageDAO.java 108 Parameter 'width' is not assigned and could be declared final
15174 src/com/gps/hibernate/ImageDAO.java 108 publicMethodCommentRequirement Required
15175 src/com/gps/hibernate/ImageDAO.java 112 Parameter 'size' is not assigned and could be declared final
15176 src/com/gps/hibernate/ImageDAO.java 112 publicMethodCommentRequirement Required
15177 src/com/gps/hibernate/ImageDAO.java 116 publicMethodCommentRequirement Required
15178 src/com/gps/hibernate/ImageDAO.java 117 There is log block not surrounded by if
15179 src/com/gps/hibernate/ImageDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15180 src/com/gps/hibernate/ImageDAO.java 119 Local variable 'queryString' could be declared final
15181 src/com/gps/hibernate/ImageDAO.java 120 Local variable 'queryObject' could be declared final
15182 src/com/gps/hibernate/ImageDAO.java 120 Potential violation of Law of Demeter (method chain calls)
15183 src/com/gps/hibernate/ImageDAO.java 121 Potential violation of Law of Demeter (object not created locally)
15184 src/com/gps/hibernate/ImageDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15185 src/com/gps/hibernate/ImageDAO.java 123 There is log block not surrounded by if
15186 src/com/gps/hibernate/ImageDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
15187 src/com/gps/hibernate/ImageDAO.java 128 publicMethodCommentRequirement Required
15188 src/com/gps/hibernate/ImageDAO.java 129 There is log block not surrounded by if
15189 src/com/gps/hibernate/ImageDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15190 src/com/gps/hibernate/ImageDAO.java 131 Local variable 'result' could be declared final
15191 src/com/gps/hibernate/ImageDAO.java 131 Potential violation of Law of Demeter (method chain calls)
15192 src/com/gps/hibernate/ImageDAO.java 132 There is log block not surrounded by if
15193 src/com/gps/hibernate/ImageDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15194 src/com/gps/hibernate/ImageDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15195 src/com/gps/hibernate/ImageDAO.java 135 There is log block not surrounded by if
15196 src/com/gps/hibernate/ImageDAO.java 140 Parameter 'instance' is not assigned and could be declared final
15197 src/com/gps/hibernate/ImageDAO.java 140 publicMethodCommentRequirement Required
15198 src/com/gps/hibernate/ImageDAO.java 141 There is log block not surrounded by if
15199 src/com/gps/hibernate/ImageDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15200 src/com/gps/hibernate/ImageDAO.java 143 Potential violation of Law of Demeter (method chain calls)
15201 src/com/gps/hibernate/ImageDAO.java 144 There is log block not surrounded by if
15202 src/com/gps/hibernate/ImageDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15203 src/com/gps/hibernate/ImageDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15204 src/com/gps/hibernate/ImageDAO.java 146 There is log block not surrounded by if
15205 src/com/gps/hibernate/ImageDAO.java 151 Parameter 'instance' is not assigned and could be declared final
15206 src/com/gps/hibernate/ImageDAO.java 151 publicMethodCommentRequirement Required
15207 src/com/gps/hibernate/ImageDAO.java 152 There is log block not surrounded by if
15208 src/com/gps/hibernate/ImageDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15209 src/com/gps/hibernate/ImageDAO.java 154 Potential violation of Law of Demeter (method chain calls)
15210 src/com/gps/hibernate/ImageDAO.java 155 There is log block not surrounded by if
15211 src/com/gps/hibernate/ImageDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15212 src/com/gps/hibernate/ImageDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15213 src/com/gps/hibernate/ImageDAO.java 157 There is log block not surrounded by if
15214 src/com/gps/hibernate/Inbox.java 11 Classes implementing Serializable should set a serialVersionUID
15215 src/com/gps/hibernate/Inbox.java 15 fieldCommentRequirement Required
15216 src/com/gps/hibernate/Inbox.java 16 fieldCommentRequirement Required
15217 src/com/gps/hibernate/Inbox.java 17 fieldCommentRequirement Required
15218 src/com/gps/hibernate/Inbox.java 18 fieldCommentRequirement Required
15219 src/com/gps/hibernate/Inbox.java 19 fieldCommentRequirement Required
15220 src/com/gps/hibernate/Inbox.java 20 fieldCommentRequirement Required
15221 src/com/gps/hibernate/Inbox.java 21 fieldCommentRequirement Required
15222 src/com/gps/hibernate/Inbox.java 22 fieldCommentRequirement Required
15223 src/com/gps/hibernate/Inbox.java 27 Document empty constructor
15224 src/com/gps/hibernate/Inbox.java 31 Parameter 'isread' is not assigned and could be declared final
15225 src/com/gps/hibernate/Inbox.java 31 Parameter 'userDetails' is not assigned and could be declared final
15226 src/com/gps/hibernate/Inbox.java 37 Parameter 'isread' is not assigned and could be declared final
15227 src/com/gps/hibernate/Inbox.java 37 Parameter 'subject' is not assigned and could be declared final
15228 src/com/gps/hibernate/Inbox.java 37 Parameter 'userDetails' is not assigned and could be declared final
15229 src/com/gps/hibernate/Inbox.java 38 Parameter 'message' is not assigned and could be declared final
15230 src/com/gps/hibernate/Inbox.java 38 Parameter 'senderUserid' is not assigned and could be declared final
15231 src/com/gps/hibernate/Inbox.java 38 Parameter 'sendingDate' is not assigned and could be declared final
15232 src/com/gps/hibernate/Inbox.java 39 Parameter 'tripid' is not assigned and could be declared final
15233 src/com/gps/hibernate/Inbox.java 51 publicMethodCommentRequirement Required
15234 src/com/gps/hibernate/Inbox.java 55 Parameter 'messageId' is not assigned and could be declared final
15235 src/com/gps/hibernate/Inbox.java 55 publicMethodCommentRequirement Required
15236 src/com/gps/hibernate/Inbox.java 59 publicMethodCommentRequirement Required
15237 src/com/gps/hibernate/Inbox.java 63 Parameter 'userDetails' is not assigned and could be declared final
15238 src/com/gps/hibernate/Inbox.java 63 publicMethodCommentRequirement Required
15239 src/com/gps/hibernate/Inbox.java 67 publicMethodCommentRequirement Required
15240 src/com/gps/hibernate/Inbox.java 71 Parameter 'isread' is not assigned and could be declared final
15241 src/com/gps/hibernate/Inbox.java 71 publicMethodCommentRequirement Required
15242 src/com/gps/hibernate/Inbox.java 75 publicMethodCommentRequirement Required
15243 src/com/gps/hibernate/Inbox.java 79 Parameter 'subject' is not assigned and could be declared final
15244 src/com/gps/hibernate/Inbox.java 79 publicMethodCommentRequirement Required
15245 src/com/gps/hibernate/Inbox.java 83 publicMethodCommentRequirement Required
15246 src/com/gps/hibernate/Inbox.java 87 Parameter 'message' is not assigned and could be declared final
15247 src/com/gps/hibernate/Inbox.java 87 publicMethodCommentRequirement Required
15248 src/com/gps/hibernate/Inbox.java 91 publicMethodCommentRequirement Required
15249 src/com/gps/hibernate/Inbox.java 95 Parameter 'sendingDate' is not assigned and could be declared final
15250 src/com/gps/hibernate/Inbox.java 95 publicMethodCommentRequirement Required
15251 src/com/gps/hibernate/Inbox.java 99 publicMethodCommentRequirement Required
15252 src/com/gps/hibernate/Inbox.java 103 Parameter 'senderUserid' is not assigned and could be declared final
15253 src/com/gps/hibernate/Inbox.java 103 publicMethodCommentRequirement Required
15254 src/com/gps/hibernate/Inbox.java 107 publicMethodCommentRequirement Required
15255 src/com/gps/hibernate/Inbox.java 111 Parameter 'tripid' is not assigned and could be declared final
15256 src/com/gps/hibernate/Inbox.java 111 publicMethodCommentRequirement Required
15257 src/com/gps/hibernate/InboxDAO.java 3 Avoid unused imports such as 'java.util.Date'
15258 src/com/gps/hibernate/InboxDAO.java 11 Comment is too large: Too many lines
15259 src/com/gps/hibernate/InboxDAO.java 23 This class has too many methods, consider refactoring it.
15260 src/com/gps/hibernate/InboxDAO.java 24 Logger should be defined private static final and have the correct class
15261 src/com/gps/hibernate/InboxDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
15262 src/com/gps/hibernate/InboxDAO.java 24 fieldCommentRequirement Required
15263 src/com/gps/hibernate/InboxDAO.java 26 fieldCommentRequirement Required
15264 src/com/gps/hibernate/InboxDAO.java 27 fieldCommentRequirement Required
15265 src/com/gps/hibernate/InboxDAO.java 28 fieldCommentRequirement Required
15266 src/com/gps/hibernate/InboxDAO.java 29 fieldCommentRequirement Required
15267 src/com/gps/hibernate/InboxDAO.java 30 fieldCommentRequirement Required
15268 src/com/gps/hibernate/InboxDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
15269 src/com/gps/hibernate/InboxDAO.java 32 publicMethodCommentRequirement Required
15270 src/com/gps/hibernate/InboxDAO.java 33 There is log block not surrounded by if
15271 src/com/gps/hibernate/InboxDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15272 src/com/gps/hibernate/InboxDAO.java 35 Potential violation of Law of Demeter (method chain calls)
15273 src/com/gps/hibernate/InboxDAO.java 36 There is log block not surrounded by if
15274 src/com/gps/hibernate/InboxDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15275 src/com/gps/hibernate/InboxDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15276 src/com/gps/hibernate/InboxDAO.java 38 There is log block not surrounded by if
15277 src/com/gps/hibernate/InboxDAO.java 43 Avoid excessively long variable names like persistentInstance
15278 src/com/gps/hibernate/InboxDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
15279 src/com/gps/hibernate/InboxDAO.java 43 publicMethodCommentRequirement Required
15280 src/com/gps/hibernate/InboxDAO.java 44 There is log block not surrounded by if
15281 src/com/gps/hibernate/InboxDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15282 src/com/gps/hibernate/InboxDAO.java 46 Potential violation of Law of Demeter (method chain calls)
15283 src/com/gps/hibernate/InboxDAO.java 47 There is log block not surrounded by if
15284 src/com/gps/hibernate/InboxDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15285 src/com/gps/hibernate/InboxDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15286 src/com/gps/hibernate/InboxDAO.java 49 There is log block not surrounded by if
15287 src/com/gps/hibernate/InboxDAO.java 54 Avoid variables with short names like id
15288 src/com/gps/hibernate/InboxDAO.java 54 Parameter 'id' is not assigned and could be declared final
15289 src/com/gps/hibernate/InboxDAO.java 54 publicMethodCommentRequirement Required
15290 src/com/gps/hibernate/InboxDAO.java 55 There is log block not surrounded by if
15291 src/com/gps/hibernate/InboxDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15292 src/com/gps/hibernate/InboxDAO.java 57 Local variable 'instance' could be declared final
15293 src/com/gps/hibernate/InboxDAO.java 57 Potential violation of Law of Demeter (method chain calls)
15294 src/com/gps/hibernate/InboxDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15295 src/com/gps/hibernate/InboxDAO.java 61 There is log block not surrounded by if
15296 src/com/gps/hibernate/InboxDAO.java 66 Parameter 'instance' is not assigned and could be declared final
15297 src/com/gps/hibernate/InboxDAO.java 66 publicMethodCommentRequirement Required
15298 src/com/gps/hibernate/InboxDAO.java 67 There is log block not surrounded by if
15299 src/com/gps/hibernate/InboxDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15300 src/com/gps/hibernate/InboxDAO.java 69 Local variable 'results' could be declared final
15301 src/com/gps/hibernate/InboxDAO.java 69 Potential violation of Law of Demeter (method chain calls)
15302 src/com/gps/hibernate/InboxDAO.java 69 Potential violation of Law of Demeter (method chain calls)
15303 src/com/gps/hibernate/InboxDAO.java 69 Potential violation of Law of Demeter (method chain calls)
15304 src/com/gps/hibernate/InboxDAO.java 72 There is log block not surrounded by if
15305 src/com/gps/hibernate/InboxDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15306 src/com/gps/hibernate/InboxDAO.java 73 Potential violation of Law of Demeter (object not created locally)
15307 src/com/gps/hibernate/InboxDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15308 src/com/gps/hibernate/InboxDAO.java 76 There is log block not surrounded by if
15309 src/com/gps/hibernate/InboxDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
15310 src/com/gps/hibernate/InboxDAO.java 81 Parameter 'value' is not assigned and could be declared final
15311 src/com/gps/hibernate/InboxDAO.java 81 publicMethodCommentRequirement Required
15312 src/com/gps/hibernate/InboxDAO.java 82 There is log block not surrounded by if
15313 src/com/gps/hibernate/InboxDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15314 src/com/gps/hibernate/InboxDAO.java 85 Local variable 'queryString' could be declared final
15315 src/com/gps/hibernate/InboxDAO.java 87 Local variable 'queryObject' could be declared final
15316 src/com/gps/hibernate/InboxDAO.java 87 Potential violation of Law of Demeter (method chain calls)
15317 src/com/gps/hibernate/InboxDAO.java 88 Potential violation of Law of Demeter (object not created locally)
15318 src/com/gps/hibernate/InboxDAO.java 89 Potential violation of Law of Demeter (object not created locally)
15319 src/com/gps/hibernate/InboxDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15320 src/com/gps/hibernate/InboxDAO.java 91 There is log block not surrounded by if
15321 src/com/gps/hibernate/InboxDAO.java 96 Parameter 'isread' is not assigned and could be declared final
15322 src/com/gps/hibernate/InboxDAO.java 96 publicMethodCommentRequirement Required
15323 src/com/gps/hibernate/InboxDAO.java 100 Parameter 'subject' is not assigned and could be declared final
15324 src/com/gps/hibernate/InboxDAO.java 100 publicMethodCommentRequirement Required
15325 src/com/gps/hibernate/InboxDAO.java 104 Parameter 'message' is not assigned and could be declared final
15326 src/com/gps/hibernate/InboxDAO.java 104 publicMethodCommentRequirement Required
15327 src/com/gps/hibernate/InboxDAO.java 108 Parameter 'senderUserid' is not assigned and could be declared final
15328 src/com/gps/hibernate/InboxDAO.java 108 publicMethodCommentRequirement Required
15329 src/com/gps/hibernate/InboxDAO.java 112 Parameter 'tripid' is not assigned and could be declared final
15330 src/com/gps/hibernate/InboxDAO.java 112 publicMethodCommentRequirement Required
15331 src/com/gps/hibernate/InboxDAO.java 116 publicMethodCommentRequirement Required
15332 src/com/gps/hibernate/InboxDAO.java 117 There is log block not surrounded by if
15333 src/com/gps/hibernate/InboxDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15334 src/com/gps/hibernate/InboxDAO.java 119 Local variable 'queryString' could be declared final
15335 src/com/gps/hibernate/InboxDAO.java 120 Local variable 'queryObject' could be declared final
15336 src/com/gps/hibernate/InboxDAO.java 120 Potential violation of Law of Demeter (method chain calls)
15337 src/com/gps/hibernate/InboxDAO.java 121 Potential violation of Law of Demeter (object not created locally)
15338 src/com/gps/hibernate/InboxDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15339 src/com/gps/hibernate/InboxDAO.java 123 There is log block not surrounded by if
15340 src/com/gps/hibernate/InboxDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
15341 src/com/gps/hibernate/InboxDAO.java 128 publicMethodCommentRequirement Required
15342 src/com/gps/hibernate/InboxDAO.java 129 There is log block not surrounded by if
15343 src/com/gps/hibernate/InboxDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15344 src/com/gps/hibernate/InboxDAO.java 131 Local variable 'result' could be declared final
15345 src/com/gps/hibernate/InboxDAO.java 131 Potential violation of Law of Demeter (method chain calls)
15346 src/com/gps/hibernate/InboxDAO.java 132 There is log block not surrounded by if
15347 src/com/gps/hibernate/InboxDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15348 src/com/gps/hibernate/InboxDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15349 src/com/gps/hibernate/InboxDAO.java 135 There is log block not surrounded by if
15350 src/com/gps/hibernate/InboxDAO.java 140 Parameter 'instance' is not assigned and could be declared final
15351 src/com/gps/hibernate/InboxDAO.java 140 publicMethodCommentRequirement Required
15352 src/com/gps/hibernate/InboxDAO.java 141 There is log block not surrounded by if
15353 src/com/gps/hibernate/InboxDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15354 src/com/gps/hibernate/InboxDAO.java 143 Potential violation of Law of Demeter (method chain calls)
15355 src/com/gps/hibernate/InboxDAO.java 144 There is log block not surrounded by if
15356 src/com/gps/hibernate/InboxDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15357 src/com/gps/hibernate/InboxDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15358 src/com/gps/hibernate/InboxDAO.java 146 There is log block not surrounded by if
15359 src/com/gps/hibernate/InboxDAO.java 151 Parameter 'instance' is not assigned and could be declared final
15360 src/com/gps/hibernate/InboxDAO.java 151 publicMethodCommentRequirement Required
15361 src/com/gps/hibernate/InboxDAO.java 152 There is log block not surrounded by if
15362 src/com/gps/hibernate/InboxDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15363 src/com/gps/hibernate/InboxDAO.java 154 Potential violation of Law of Demeter (method chain calls)
15364 src/com/gps/hibernate/InboxDAO.java 155 There is log block not surrounded by if
15365 src/com/gps/hibernate/InboxDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15366 src/com/gps/hibernate/InboxDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15367 src/com/gps/hibernate/InboxDAO.java 157 There is log block not surrounded by if
15368 src/com/gps/hibernate/Journalarticle.java 1 This class has a bunch of public methods and attributes
15369 src/com/gps/hibernate/Journalarticle.java 11 Classes implementing Serializable should set a serialVersionUID
15370 src/com/gps/hibernate/Journalarticle.java 11 Too many fields
15371 src/com/gps/hibernate/Journalarticle.java 15 Avoid variables with short names like id
15372 src/com/gps/hibernate/Journalarticle.java 15 fieldCommentRequirement Required
15373 src/com/gps/hibernate/Journalarticle.java 16 fieldCommentRequirement Required
15374 src/com/gps/hibernate/Journalarticle.java 17 fieldCommentRequirement Required
15375 src/com/gps/hibernate/Journalarticle.java 18 fieldCommentRequirement Required
15376 src/com/gps/hibernate/Journalarticle.java 19 fieldCommentRequirement Required
15377 src/com/gps/hibernate/Journalarticle.java 20 fieldCommentRequirement Required
15378 src/com/gps/hibernate/Journalarticle.java 21 fieldCommentRequirement Required
15379 src/com/gps/hibernate/Journalarticle.java 22 fieldCommentRequirement Required
15380 src/com/gps/hibernate/Journalarticle.java 23 fieldCommentRequirement Required
15381 src/com/gps/hibernate/Journalarticle.java 24 fieldCommentRequirement Required
15382 src/com/gps/hibernate/Journalarticle.java 25 fieldCommentRequirement Required
15383 src/com/gps/hibernate/Journalarticle.java 26 fieldCommentRequirement Required
15384 src/com/gps/hibernate/Journalarticle.java 27 fieldCommentRequirement Required
15385 src/com/gps/hibernate/Journalarticle.java 28 fieldCommentRequirement Required
15386 src/com/gps/hibernate/Journalarticle.java 29 fieldCommentRequirement Required
15387 src/com/gps/hibernate/Journalarticle.java 30 fieldCommentRequirement Required
15388 src/com/gps/hibernate/Journalarticle.java 31 fieldCommentRequirement Required
15389 src/com/gps/hibernate/Journalarticle.java 32 fieldCommentRequirement Required
15390 src/com/gps/hibernate/Journalarticle.java 33 fieldCommentRequirement Required
15391 src/com/gps/hibernate/Journalarticle.java 34 fieldCommentRequirement Required
15392 src/com/gps/hibernate/Journalarticle.java 35 fieldCommentRequirement Required
15393 src/com/gps/hibernate/Journalarticle.java 36 Avoid excessively long variable names like approvedByUserName
15394 src/com/gps/hibernate/Journalarticle.java 36 fieldCommentRequirement Required
15395 src/com/gps/hibernate/Journalarticle.java 37 fieldCommentRequirement Required
15396 src/com/gps/hibernate/Journalarticle.java 38 fieldCommentRequirement Required
15397 src/com/gps/hibernate/Journalarticle.java 39 fieldCommentRequirement Required
15398 src/com/gps/hibernate/Journalarticle.java 40 fieldCommentRequirement Required
15399 src/com/gps/hibernate/Journalarticle.java 41 fieldCommentRequirement Required
15400 src/com/gps/hibernate/Journalarticle.java 42 fieldCommentRequirement Required
15401 src/com/gps/hibernate/Journalarticle.java 43 fieldCommentRequirement Required
15402 src/com/gps/hibernate/Journalarticle.java 44 fieldCommentRequirement Required
15403 src/com/gps/hibernate/Journalarticle.java 49 Document empty constructor
15404 src/com/gps/hibernate/Journalarticle.java 53 Avoid variables with short names like id
15405 src/com/gps/hibernate/Journalarticle.java 53 Parameter 'id' is not assigned and could be declared final
15406 src/com/gps/hibernate/Journalarticle.java 58 Avoid long parameter lists.
15407 src/com/gps/hibernate/Journalarticle.java 58 Avoid variables with short names like id
15408 src/com/gps/hibernate/Journalarticle.java 58 Parameter 'id' is not assigned and could be declared final
15409 src/com/gps/hibernate/Journalarticle.java 58 Parameter 'resourcePrimKey' is not assigned and could be declared final
15410 src/com/gps/hibernate/Journalarticle.java 58 Parameter 'uuid' is not assigned and could be declared final
15411 src/com/gps/hibernate/Journalarticle.java 59 Parameter 'companyId' is not assigned and could be declared final
15412 src/com/gps/hibernate/Journalarticle.java 59 Parameter 'groupId' is not assigned and could be declared final
15413 src/com/gps/hibernate/Journalarticle.java 59 Parameter 'userId' is not assigned and could be declared final
15414 src/com/gps/hibernate/Journalarticle.java 59 Parameter 'userName' is not assigned and could be declared final
15415 src/com/gps/hibernate/Journalarticle.java 60 Parameter 'articleId' is not assigned and could be declared final
15416 src/com/gps/hibernate/Journalarticle.java 60 Parameter 'createDate' is not assigned and could be declared final
15417 src/com/gps/hibernate/Journalarticle.java 60 Parameter 'modifiedDate' is not assigned and could be declared final
15418 src/com/gps/hibernate/Journalarticle.java 61 Parameter 'description' is not assigned and could be declared final
15419 src/com/gps/hibernate/Journalarticle.java 61 Parameter 'title' is not assigned and could be declared final
15420 src/com/gps/hibernate/Journalarticle.java 61 Parameter 'urlTitle' is not assigned and could be declared final
15421 src/com/gps/hibernate/Journalarticle.java 61 Parameter 'version' is not assigned and could be declared final
15422 src/com/gps/hibernate/Journalarticle.java 62 Parameter 'content' is not assigned and could be declared final
15423 src/com/gps/hibernate/Journalarticle.java 62 Parameter 'structureId' is not assigned and could be declared final
15424 src/com/gps/hibernate/Journalarticle.java 62 Parameter 'templateId' is not assigned and could be declared final
15425 src/com/gps/hibernate/Journalarticle.java 62 Parameter 'type' is not assigned and could be declared final
15426 src/com/gps/hibernate/Journalarticle.java 63 Parameter 'approved' is not assigned and could be declared final
15427 src/com/gps/hibernate/Journalarticle.java 63 Parameter 'approvedByUserId' is not assigned and could be declared final
15428 src/com/gps/hibernate/Journalarticle.java 63 Parameter 'displayDate' is not assigned and could be declared final
15429 src/com/gps/hibernate/Journalarticle.java 64 Avoid excessively long variable names like approvedByUserName
15430 src/com/gps/hibernate/Journalarticle.java 64 Parameter 'approvedByUserName' is not assigned and could be declared final
15431 src/com/gps/hibernate/Journalarticle.java 64 Parameter 'approvedDate' is not assigned and could be declared final
15432 src/com/gps/hibernate/Journalarticle.java 64 Parameter 'expired' is not assigned and could be declared final
15433 src/com/gps/hibernate/Journalarticle.java 65 Parameter 'expirationDate' is not assigned and could be declared final
15434 src/com/gps/hibernate/Journalarticle.java 65 Parameter 'indexable' is not assigned and could be declared final
15435 src/com/gps/hibernate/Journalarticle.java 65 Parameter 'reviewDate' is not assigned and could be declared final
15436 src/com/gps/hibernate/Journalarticle.java 66 Parameter 'smallImage' is not assigned and could be declared final
15437 src/com/gps/hibernate/Journalarticle.java 66 Parameter 'smallImageId' is not assigned and could be declared final
15438 src/com/gps/hibernate/Journalarticle.java 66 Parameter 'smallImageUrl' is not assigned and could be declared final
15439 src/com/gps/hibernate/Journalarticle.java 101 publicMethodCommentRequirement Required
15440 src/com/gps/hibernate/Journalarticle.java 105 Avoid variables with short names like id
15441 src/com/gps/hibernate/Journalarticle.java 105 Parameter 'id' is not assigned and could be declared final
15442 src/com/gps/hibernate/Journalarticle.java 105 publicMethodCommentRequirement Required
15443 src/com/gps/hibernate/Journalarticle.java 109 publicMethodCommentRequirement Required
15444 src/com/gps/hibernate/Journalarticle.java 113 Parameter 'uuid' is not assigned and could be declared final
15445 src/com/gps/hibernate/Journalarticle.java 113 publicMethodCommentRequirement Required
15446 src/com/gps/hibernate/Journalarticle.java 117 publicMethodCommentRequirement Required
15447 src/com/gps/hibernate/Journalarticle.java 121 Parameter 'resourcePrimKey' is not assigned and could be declared final
15448 src/com/gps/hibernate/Journalarticle.java 121 publicMethodCommentRequirement Required
15449 src/com/gps/hibernate/Journalarticle.java 125 publicMethodCommentRequirement Required
15450 src/com/gps/hibernate/Journalarticle.java 129 Parameter 'groupId' is not assigned and could be declared final
15451 src/com/gps/hibernate/Journalarticle.java 129 publicMethodCommentRequirement Required
15452 src/com/gps/hibernate/Journalarticle.java 133 publicMethodCommentRequirement Required
15453 src/com/gps/hibernate/Journalarticle.java 137 Parameter 'companyId' is not assigned and could be declared final
15454 src/com/gps/hibernate/Journalarticle.java 137 publicMethodCommentRequirement Required
15455 src/com/gps/hibernate/Journalarticle.java 141 publicMethodCommentRequirement Required
15456 src/com/gps/hibernate/Journalarticle.java 145 Parameter 'userId' is not assigned and could be declared final
15457 src/com/gps/hibernate/Journalarticle.java 145 publicMethodCommentRequirement Required
15458 src/com/gps/hibernate/Journalarticle.java 149 publicMethodCommentRequirement Required
15459 src/com/gps/hibernate/Journalarticle.java 153 Parameter 'userName' is not assigned and could be declared final
15460 src/com/gps/hibernate/Journalarticle.java 153 publicMethodCommentRequirement Required
15461 src/com/gps/hibernate/Journalarticle.java 157 publicMethodCommentRequirement Required
15462 src/com/gps/hibernate/Journalarticle.java 161 Parameter 'createDate' is not assigned and could be declared final
15463 src/com/gps/hibernate/Journalarticle.java 161 publicMethodCommentRequirement Required
15464 src/com/gps/hibernate/Journalarticle.java 165 publicMethodCommentRequirement Required
15465 src/com/gps/hibernate/Journalarticle.java 169 Parameter 'modifiedDate' is not assigned and could be declared final
15466 src/com/gps/hibernate/Journalarticle.java 169 publicMethodCommentRequirement Required
15467 src/com/gps/hibernate/Journalarticle.java 173 publicMethodCommentRequirement Required
15468 src/com/gps/hibernate/Journalarticle.java 177 Parameter 'articleId' is not assigned and could be declared final
15469 src/com/gps/hibernate/Journalarticle.java 177 publicMethodCommentRequirement Required
15470 src/com/gps/hibernate/Journalarticle.java 181 publicMethodCommentRequirement Required
15471 src/com/gps/hibernate/Journalarticle.java 185 Parameter 'version' is not assigned and could be declared final
15472 src/com/gps/hibernate/Journalarticle.java 185 publicMethodCommentRequirement Required
15473 src/com/gps/hibernate/Journalarticle.java 189 publicMethodCommentRequirement Required
15474 src/com/gps/hibernate/Journalarticle.java 193 Parameter 'title' is not assigned and could be declared final
15475 src/com/gps/hibernate/Journalarticle.java 193 publicMethodCommentRequirement Required
15476 src/com/gps/hibernate/Journalarticle.java 197 publicMethodCommentRequirement Required
15477 src/com/gps/hibernate/Journalarticle.java 201 Parameter 'urlTitle' is not assigned and could be declared final
15478 src/com/gps/hibernate/Journalarticle.java 201 publicMethodCommentRequirement Required
15479 src/com/gps/hibernate/Journalarticle.java 205 publicMethodCommentRequirement Required
15480 src/com/gps/hibernate/Journalarticle.java 209 Parameter 'description' is not assigned and could be declared final
15481 src/com/gps/hibernate/Journalarticle.java 209 publicMethodCommentRequirement Required
15482 src/com/gps/hibernate/Journalarticle.java 213 publicMethodCommentRequirement Required
15483 src/com/gps/hibernate/Journalarticle.java 217 Parameter 'content' is not assigned and could be declared final
15484 src/com/gps/hibernate/Journalarticle.java 217 publicMethodCommentRequirement Required
15485 src/com/gps/hibernate/Journalarticle.java 221 publicMethodCommentRequirement Required
15486 src/com/gps/hibernate/Journalarticle.java 225 Parameter 'type' is not assigned and could be declared final
15487 src/com/gps/hibernate/Journalarticle.java 225 publicMethodCommentRequirement Required
15488 src/com/gps/hibernate/Journalarticle.java 229 publicMethodCommentRequirement Required
15489 src/com/gps/hibernate/Journalarticle.java 233 Parameter 'structureId' is not assigned and could be declared final
15490 src/com/gps/hibernate/Journalarticle.java 233 publicMethodCommentRequirement Required
15491 src/com/gps/hibernate/Journalarticle.java 237 publicMethodCommentRequirement Required
15492 src/com/gps/hibernate/Journalarticle.java 241 Parameter 'templateId' is not assigned and could be declared final
15493 src/com/gps/hibernate/Journalarticle.java 241 publicMethodCommentRequirement Required
15494 src/com/gps/hibernate/Journalarticle.java 245 publicMethodCommentRequirement Required
15495 src/com/gps/hibernate/Journalarticle.java 249 Parameter 'displayDate' is not assigned and could be declared final
15496 src/com/gps/hibernate/Journalarticle.java 249 publicMethodCommentRequirement Required
15497 src/com/gps/hibernate/Journalarticle.java 253 publicMethodCommentRequirement Required
15498 src/com/gps/hibernate/Journalarticle.java 257 Parameter 'approved' is not assigned and could be declared final
15499 src/com/gps/hibernate/Journalarticle.java 257 publicMethodCommentRequirement Required
15500 src/com/gps/hibernate/Journalarticle.java 261 publicMethodCommentRequirement Required
15501 src/com/gps/hibernate/Journalarticle.java 265 Parameter 'approvedByUserId' is not assigned and could be declared final
15502 src/com/gps/hibernate/Journalarticle.java 265 publicMethodCommentRequirement Required
15503 src/com/gps/hibernate/Journalarticle.java 269 publicMethodCommentRequirement Required
15504 src/com/gps/hibernate/Journalarticle.java 273 Avoid excessively long variable names like approvedByUserName
15505 src/com/gps/hibernate/Journalarticle.java 273 Parameter 'approvedByUserName' is not assigned and could be declared final
15506 src/com/gps/hibernate/Journalarticle.java 273 publicMethodCommentRequirement Required
15507 src/com/gps/hibernate/Journalarticle.java 277 publicMethodCommentRequirement Required
15508 src/com/gps/hibernate/Journalarticle.java 281 Parameter 'approvedDate' is not assigned and could be declared final
15509 src/com/gps/hibernate/Journalarticle.java 281 publicMethodCommentRequirement Required
15510 src/com/gps/hibernate/Journalarticle.java 285 publicMethodCommentRequirement Required
15511 src/com/gps/hibernate/Journalarticle.java 289 Parameter 'expired' is not assigned and could be declared final
15512 src/com/gps/hibernate/Journalarticle.java 289 publicMethodCommentRequirement Required
15513 src/com/gps/hibernate/Journalarticle.java 293 publicMethodCommentRequirement Required
15514 src/com/gps/hibernate/Journalarticle.java 297 Parameter 'expirationDate' is not assigned and could be declared final
15515 src/com/gps/hibernate/Journalarticle.java 297 publicMethodCommentRequirement Required
15516 src/com/gps/hibernate/Journalarticle.java 301 publicMethodCommentRequirement Required
15517 src/com/gps/hibernate/Journalarticle.java 305 Parameter 'reviewDate' is not assigned and could be declared final
15518 src/com/gps/hibernate/Journalarticle.java 305 publicMethodCommentRequirement Required
15519 src/com/gps/hibernate/Journalarticle.java 309 publicMethodCommentRequirement Required
15520 src/com/gps/hibernate/Journalarticle.java 313 Parameter 'indexable' is not assigned and could be declared final
15521 src/com/gps/hibernate/Journalarticle.java 313 publicMethodCommentRequirement Required
15522 src/com/gps/hibernate/Journalarticle.java 317 publicMethodCommentRequirement Required
15523 src/com/gps/hibernate/Journalarticle.java 321 Parameter 'smallImage' is not assigned and could be declared final
15524 src/com/gps/hibernate/Journalarticle.java 321 publicMethodCommentRequirement Required
15525 src/com/gps/hibernate/Journalarticle.java 325 publicMethodCommentRequirement Required
15526 src/com/gps/hibernate/Journalarticle.java 329 Parameter 'smallImageId' is not assigned and could be declared final
15527 src/com/gps/hibernate/Journalarticle.java 329 publicMethodCommentRequirement Required
15528 src/com/gps/hibernate/Journalarticle.java 333 publicMethodCommentRequirement Required
15529 src/com/gps/hibernate/Journalarticle.java 337 Parameter 'smallImageUrl' is not assigned and could be declared final
15530 src/com/gps/hibernate/Journalarticle.java 337 publicMethodCommentRequirement Required
15531 src/com/gps/hibernate/JournalarticleDAO.java 3 Avoid unused imports such as 'java.util.Date'
15532 src/com/gps/hibernate/JournalarticleDAO.java 11 Comment is too large: Too many lines
15533 src/com/gps/hibernate/JournalarticleDAO.java 23 This class has too many methods, consider refactoring it.
15534 src/com/gps/hibernate/JournalarticleDAO.java 24 Logger should be defined private static final and have the correct class
15535 src/com/gps/hibernate/JournalarticleDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
15536 src/com/gps/hibernate/JournalarticleDAO.java 24 fieldCommentRequirement Required
15537 src/com/gps/hibernate/JournalarticleDAO.java 26 fieldCommentRequirement Required
15538 src/com/gps/hibernate/JournalarticleDAO.java 27 fieldCommentRequirement Required
15539 src/com/gps/hibernate/JournalarticleDAO.java 28 fieldCommentRequirement Required
15540 src/com/gps/hibernate/JournalarticleDAO.java 29 fieldCommentRequirement Required
15541 src/com/gps/hibernate/JournalarticleDAO.java 30 fieldCommentRequirement Required
15542 src/com/gps/hibernate/JournalarticleDAO.java 31 fieldCommentRequirement Required
15543 src/com/gps/hibernate/JournalarticleDAO.java 32 fieldCommentRequirement Required
15544 src/com/gps/hibernate/JournalarticleDAO.java 33 fieldCommentRequirement Required
15545 src/com/gps/hibernate/JournalarticleDAO.java 34 fieldCommentRequirement Required
15546 src/com/gps/hibernate/JournalarticleDAO.java 35 fieldCommentRequirement Required
15547 src/com/gps/hibernate/JournalarticleDAO.java 36 fieldCommentRequirement Required
15548 src/com/gps/hibernate/JournalarticleDAO.java 37 fieldCommentRequirement Required
15549 src/com/gps/hibernate/JournalarticleDAO.java 38 fieldCommentRequirement Required
15550 src/com/gps/hibernate/JournalarticleDAO.java 39 fieldCommentRequirement Required
15551 src/com/gps/hibernate/JournalarticleDAO.java 40 fieldCommentRequirement Required
15552 src/com/gps/hibernate/JournalarticleDAO.java 41 fieldCommentRequirement Required
15553 src/com/gps/hibernate/JournalarticleDAO.java 42 Avoid excessively long variable names like APPROVED_BY_USER_ID
15554 src/com/gps/hibernate/JournalarticleDAO.java 42 fieldCommentRequirement Required
15555 src/com/gps/hibernate/JournalarticleDAO.java 43 Avoid excessively long variable names like APPROVED_BY_USER_NAME
15556 src/com/gps/hibernate/JournalarticleDAO.java 43 fieldCommentRequirement Required
15557 src/com/gps/hibernate/JournalarticleDAO.java 44 fieldCommentRequirement Required
15558 src/com/gps/hibernate/JournalarticleDAO.java 45 fieldCommentRequirement Required
15559 src/com/gps/hibernate/JournalarticleDAO.java 46 fieldCommentRequirement Required
15560 src/com/gps/hibernate/JournalarticleDAO.java 47 fieldCommentRequirement Required
15561 src/com/gps/hibernate/JournalarticleDAO.java 48 fieldCommentRequirement Required
15562 src/com/gps/hibernate/JournalarticleDAO.java 50 Parameter 'transientInstance' is not assigned and could be declared final
15563 src/com/gps/hibernate/JournalarticleDAO.java 50 publicMethodCommentRequirement Required
15564 src/com/gps/hibernate/JournalarticleDAO.java 51 There is log block not surrounded by if
15565 src/com/gps/hibernate/JournalarticleDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15566 src/com/gps/hibernate/JournalarticleDAO.java 53 Potential violation of Law of Demeter (method chain calls)
15567 src/com/gps/hibernate/JournalarticleDAO.java 54 There is log block not surrounded by if
15568 src/com/gps/hibernate/JournalarticleDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15569 src/com/gps/hibernate/JournalarticleDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15570 src/com/gps/hibernate/JournalarticleDAO.java 56 There is log block not surrounded by if
15571 src/com/gps/hibernate/JournalarticleDAO.java 61 Avoid excessively long variable names like persistentInstance
15572 src/com/gps/hibernate/JournalarticleDAO.java 61 Parameter 'persistentInstance' is not assigned and could be declared final
15573 src/com/gps/hibernate/JournalarticleDAO.java 61 publicMethodCommentRequirement Required
15574 src/com/gps/hibernate/JournalarticleDAO.java 62 There is log block not surrounded by if
15575 src/com/gps/hibernate/JournalarticleDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15576 src/com/gps/hibernate/JournalarticleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
15577 src/com/gps/hibernate/JournalarticleDAO.java 65 There is log block not surrounded by if
15578 src/com/gps/hibernate/JournalarticleDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15579 src/com/gps/hibernate/JournalarticleDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15580 src/com/gps/hibernate/JournalarticleDAO.java 67 There is log block not surrounded by if
15581 src/com/gps/hibernate/JournalarticleDAO.java 72 Avoid variables with short names like id
15582 src/com/gps/hibernate/JournalarticleDAO.java 72 Parameter 'id' is not assigned and could be declared final
15583 src/com/gps/hibernate/JournalarticleDAO.java 72 publicMethodCommentRequirement Required
15584 src/com/gps/hibernate/JournalarticleDAO.java 73 There is log block not surrounded by if
15585 src/com/gps/hibernate/JournalarticleDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15586 src/com/gps/hibernate/JournalarticleDAO.java 75 Local variable 'instance' could be declared final
15587 src/com/gps/hibernate/JournalarticleDAO.java 75 Potential violation of Law of Demeter (method chain calls)
15588 src/com/gps/hibernate/JournalarticleDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15589 src/com/gps/hibernate/JournalarticleDAO.java 79 There is log block not surrounded by if
15590 src/com/gps/hibernate/JournalarticleDAO.java 84 Parameter 'instance' is not assigned and could be declared final
15591 src/com/gps/hibernate/JournalarticleDAO.java 84 publicMethodCommentRequirement Required
15592 src/com/gps/hibernate/JournalarticleDAO.java 85 There is log block not surrounded by if
15593 src/com/gps/hibernate/JournalarticleDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15594 src/com/gps/hibernate/JournalarticleDAO.java 87 Local variable 'results' could be declared final
15595 src/com/gps/hibernate/JournalarticleDAO.java 87 Potential violation of Law of Demeter (method chain calls)
15596 src/com/gps/hibernate/JournalarticleDAO.java 87 Potential violation of Law of Demeter (method chain calls)
15597 src/com/gps/hibernate/JournalarticleDAO.java 87 Potential violation of Law of Demeter (method chain calls)
15598 src/com/gps/hibernate/JournalarticleDAO.java 90 There is log block not surrounded by if
15599 src/com/gps/hibernate/JournalarticleDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15600 src/com/gps/hibernate/JournalarticleDAO.java 91 Potential violation of Law of Demeter (object not created locally)
15601 src/com/gps/hibernate/JournalarticleDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15602 src/com/gps/hibernate/JournalarticleDAO.java 94 There is log block not surrounded by if
15603 src/com/gps/hibernate/JournalarticleDAO.java 99 Parameter 'propertyName' is not assigned and could be declared final
15604 src/com/gps/hibernate/JournalarticleDAO.java 99 Parameter 'value' is not assigned and could be declared final
15605 src/com/gps/hibernate/JournalarticleDAO.java 99 publicMethodCommentRequirement Required
15606 src/com/gps/hibernate/JournalarticleDAO.java 100 There is log block not surrounded by if
15607 src/com/gps/hibernate/JournalarticleDAO.java 100 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15608 src/com/gps/hibernate/JournalarticleDAO.java 103 Local variable 'queryString' could be declared final
15609 src/com/gps/hibernate/JournalarticleDAO.java 105 Local variable 'queryObject' could be declared final
15610 src/com/gps/hibernate/JournalarticleDAO.java 105 Potential violation of Law of Demeter (method chain calls)
15611 src/com/gps/hibernate/JournalarticleDAO.java 106 Potential violation of Law of Demeter (object not created locally)
15612 src/com/gps/hibernate/JournalarticleDAO.java 107 Potential violation of Law of Demeter (object not created locally)
15613 src/com/gps/hibernate/JournalarticleDAO.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15614 src/com/gps/hibernate/JournalarticleDAO.java 109 There is log block not surrounded by if
15615 src/com/gps/hibernate/JournalarticleDAO.java 114 Parameter 'uuid' is not assigned and could be declared final
15616 src/com/gps/hibernate/JournalarticleDAO.java 114 publicMethodCommentRequirement Required
15617 src/com/gps/hibernate/JournalarticleDAO.java 118 Parameter 'resourcePrimKey' is not assigned and could be declared final
15618 src/com/gps/hibernate/JournalarticleDAO.java 118 publicMethodCommentRequirement Required
15619 src/com/gps/hibernate/JournalarticleDAO.java 122 Parameter 'groupId' is not assigned and could be declared final
15620 src/com/gps/hibernate/JournalarticleDAO.java 122 publicMethodCommentRequirement Required
15621 src/com/gps/hibernate/JournalarticleDAO.java 126 Parameter 'companyId' is not assigned and could be declared final
15622 src/com/gps/hibernate/JournalarticleDAO.java 126 publicMethodCommentRequirement Required
15623 src/com/gps/hibernate/JournalarticleDAO.java 130 Parameter 'userId' is not assigned and could be declared final
15624 src/com/gps/hibernate/JournalarticleDAO.java 130 publicMethodCommentRequirement Required
15625 src/com/gps/hibernate/JournalarticleDAO.java 134 Parameter 'userName' is not assigned and could be declared final
15626 src/com/gps/hibernate/JournalarticleDAO.java 134 publicMethodCommentRequirement Required
15627 src/com/gps/hibernate/JournalarticleDAO.java 138 Parameter 'articleId' is not assigned and could be declared final
15628 src/com/gps/hibernate/JournalarticleDAO.java 138 publicMethodCommentRequirement Required
15629 src/com/gps/hibernate/JournalarticleDAO.java 142 Parameter 'version' is not assigned and could be declared final
15630 src/com/gps/hibernate/JournalarticleDAO.java 142 publicMethodCommentRequirement Required
15631 src/com/gps/hibernate/JournalarticleDAO.java 146 Parameter 'title' is not assigned and could be declared final
15632 src/com/gps/hibernate/JournalarticleDAO.java 146 publicMethodCommentRequirement Required
15633 src/com/gps/hibernate/JournalarticleDAO.java 150 Parameter 'urlTitle' is not assigned and could be declared final
15634 src/com/gps/hibernate/JournalarticleDAO.java 150 publicMethodCommentRequirement Required
15635 src/com/gps/hibernate/JournalarticleDAO.java 154 Parameter 'description' is not assigned and could be declared final
15636 src/com/gps/hibernate/JournalarticleDAO.java 154 publicMethodCommentRequirement Required
15637 src/com/gps/hibernate/JournalarticleDAO.java 158 Parameter 'content' is not assigned and could be declared final
15638 src/com/gps/hibernate/JournalarticleDAO.java 158 publicMethodCommentRequirement Required
15639 src/com/gps/hibernate/JournalarticleDAO.java 162 Parameter 'type' is not assigned and could be declared final
15640 src/com/gps/hibernate/JournalarticleDAO.java 162 publicMethodCommentRequirement Required
15641 src/com/gps/hibernate/JournalarticleDAO.java 166 Parameter 'structureId' is not assigned and could be declared final
15642 src/com/gps/hibernate/JournalarticleDAO.java 166 publicMethodCommentRequirement Required
15643 src/com/gps/hibernate/JournalarticleDAO.java 170 Parameter 'templateId' is not assigned and could be declared final
15644 src/com/gps/hibernate/JournalarticleDAO.java 170 publicMethodCommentRequirement Required
15645 src/com/gps/hibernate/JournalarticleDAO.java 174 Parameter 'approved' is not assigned and could be declared final
15646 src/com/gps/hibernate/JournalarticleDAO.java 174 publicMethodCommentRequirement Required
15647 src/com/gps/hibernate/JournalarticleDAO.java 178 Parameter 'approvedByUserId' is not assigned and could be declared final
15648 src/com/gps/hibernate/JournalarticleDAO.java 178 publicMethodCommentRequirement Required
15649 src/com/gps/hibernate/JournalarticleDAO.java 182 Avoid excessively long variable names like approvedByUserName
15650 src/com/gps/hibernate/JournalarticleDAO.java 182 Parameter 'approvedByUserName' is not assigned and could be declared final
15651 src/com/gps/hibernate/JournalarticleDAO.java 182 publicMethodCommentRequirement Required
15652 src/com/gps/hibernate/JournalarticleDAO.java 186 Parameter 'expired' is not assigned and could be declared final
15653 src/com/gps/hibernate/JournalarticleDAO.java 186 publicMethodCommentRequirement Required
15654 src/com/gps/hibernate/JournalarticleDAO.java 190 Parameter 'indexable' is not assigned and could be declared final
15655 src/com/gps/hibernate/JournalarticleDAO.java 190 publicMethodCommentRequirement Required
15656 src/com/gps/hibernate/JournalarticleDAO.java 194 Parameter 'smallImage' is not assigned and could be declared final
15657 src/com/gps/hibernate/JournalarticleDAO.java 194 publicMethodCommentRequirement Required
15658 src/com/gps/hibernate/JournalarticleDAO.java 198 Parameter 'smallImageId' is not assigned and could be declared final
15659 src/com/gps/hibernate/JournalarticleDAO.java 198 publicMethodCommentRequirement Required
15660 src/com/gps/hibernate/JournalarticleDAO.java 202 Parameter 'smallImageUrl' is not assigned and could be declared final
15661 src/com/gps/hibernate/JournalarticleDAO.java 202 publicMethodCommentRequirement Required
15662 src/com/gps/hibernate/JournalarticleDAO.java 206 publicMethodCommentRequirement Required
15663 src/com/gps/hibernate/JournalarticleDAO.java 207 There is log block not surrounded by if
15664 src/com/gps/hibernate/JournalarticleDAO.java 207 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15665 src/com/gps/hibernate/JournalarticleDAO.java 209 Local variable 'queryString' could be declared final
15666 src/com/gps/hibernate/JournalarticleDAO.java 210 Local variable 'queryObject' could be declared final
15667 src/com/gps/hibernate/JournalarticleDAO.java 210 Potential violation of Law of Demeter (method chain calls)
15668 src/com/gps/hibernate/JournalarticleDAO.java 211 Potential violation of Law of Demeter (object not created locally)
15669 src/com/gps/hibernate/JournalarticleDAO.java 212 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15670 src/com/gps/hibernate/JournalarticleDAO.java 213 There is log block not surrounded by if
15671 src/com/gps/hibernate/JournalarticleDAO.java 218 Parameter 'detachedInstance' is not assigned and could be declared final
15672 src/com/gps/hibernate/JournalarticleDAO.java 218 publicMethodCommentRequirement Required
15673 src/com/gps/hibernate/JournalarticleDAO.java 219 There is log block not surrounded by if
15674 src/com/gps/hibernate/JournalarticleDAO.java 219 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15675 src/com/gps/hibernate/JournalarticleDAO.java 221 Local variable 'result' could be declared final
15676 src/com/gps/hibernate/JournalarticleDAO.java 221 Potential violation of Law of Demeter (method chain calls)
15677 src/com/gps/hibernate/JournalarticleDAO.java 223 There is log block not surrounded by if
15678 src/com/gps/hibernate/JournalarticleDAO.java 223 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15679 src/com/gps/hibernate/JournalarticleDAO.java 225 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15680 src/com/gps/hibernate/JournalarticleDAO.java 226 There is log block not surrounded by if
15681 src/com/gps/hibernate/JournalarticleDAO.java 231 Parameter 'instance' is not assigned and could be declared final
15682 src/com/gps/hibernate/JournalarticleDAO.java 231 publicMethodCommentRequirement Required
15683 src/com/gps/hibernate/JournalarticleDAO.java 232 There is log block not surrounded by if
15684 src/com/gps/hibernate/JournalarticleDAO.java 232 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15685 src/com/gps/hibernate/JournalarticleDAO.java 234 Potential violation of Law of Demeter (method chain calls)
15686 src/com/gps/hibernate/JournalarticleDAO.java 235 There is log block not surrounded by if
15687 src/com/gps/hibernate/JournalarticleDAO.java 235 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15688 src/com/gps/hibernate/JournalarticleDAO.java 236 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15689 src/com/gps/hibernate/JournalarticleDAO.java 237 There is log block not surrounded by if
15690 src/com/gps/hibernate/JournalarticleDAO.java 242 Parameter 'instance' is not assigned and could be declared final
15691 src/com/gps/hibernate/JournalarticleDAO.java 242 publicMethodCommentRequirement Required
15692 src/com/gps/hibernate/JournalarticleDAO.java 243 There is log block not surrounded by if
15693 src/com/gps/hibernate/JournalarticleDAO.java 243 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15694 src/com/gps/hibernate/JournalarticleDAO.java 245 Potential violation of Law of Demeter (method chain calls)
15695 src/com/gps/hibernate/JournalarticleDAO.java 246 There is log block not surrounded by if
15696 src/com/gps/hibernate/JournalarticleDAO.java 246 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15697 src/com/gps/hibernate/JournalarticleDAO.java 247 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15698 src/com/gps/hibernate/JournalarticleDAO.java 248 There is log block not surrounded by if
15699 src/com/gps/hibernate/Journalarticleimage.java 9 Classes implementing Serializable should set a serialVersionUID
15700 src/com/gps/hibernate/Journalarticleimage.java 13 fieldCommentRequirement Required
15701 src/com/gps/hibernate/Journalarticleimage.java 14 fieldCommentRequirement Required
15702 src/com/gps/hibernate/Journalarticleimage.java 15 fieldCommentRequirement Required
15703 src/com/gps/hibernate/Journalarticleimage.java 16 fieldCommentRequirement Required
15704 src/com/gps/hibernate/Journalarticleimage.java 17 fieldCommentRequirement Required
15705 src/com/gps/hibernate/Journalarticleimage.java 18 fieldCommentRequirement Required
15706 src/com/gps/hibernate/Journalarticleimage.java 19 fieldCommentRequirement Required
15707 src/com/gps/hibernate/Journalarticleimage.java 20 fieldCommentRequirement Required
15708 src/com/gps/hibernate/Journalarticleimage.java 25 Document empty constructor
15709 src/com/gps/hibernate/Journalarticleimage.java 29 Parameter 'articleImageId' is not assigned and could be declared final
15710 src/com/gps/hibernate/Journalarticleimage.java 34 Parameter 'articleImageId' is not assigned and could be declared final
15711 src/com/gps/hibernate/Journalarticleimage.java 34 Parameter 'groupId' is not assigned and could be declared final
15712 src/com/gps/hibernate/Journalarticleimage.java 35 Parameter 'articleId' is not assigned and could be declared final
15713 src/com/gps/hibernate/Journalarticleimage.java 35 Parameter 'elInstanceId' is not assigned and could be declared final
15714 src/com/gps/hibernate/Journalarticleimage.java 35 Parameter 'version' is not assigned and could be declared final
15715 src/com/gps/hibernate/Journalarticleimage.java 36 Parameter 'elName' is not assigned and could be declared final
15716 src/com/gps/hibernate/Journalarticleimage.java 36 Parameter 'languageId' is not assigned and could be declared final
15717 src/com/gps/hibernate/Journalarticleimage.java 36 Parameter 'tempImage' is not assigned and could be declared final
15718 src/com/gps/hibernate/Journalarticleimage.java 49 publicMethodCommentRequirement Required
15719 src/com/gps/hibernate/Journalarticleimage.java 53 Parameter 'articleImageId' is not assigned and could be declared final
15720 src/com/gps/hibernate/Journalarticleimage.java 53 publicMethodCommentRequirement Required
15721 src/com/gps/hibernate/Journalarticleimage.java 57 publicMethodCommentRequirement Required
15722 src/com/gps/hibernate/Journalarticleimage.java 61 Parameter 'groupId' is not assigned and could be declared final
15723 src/com/gps/hibernate/Journalarticleimage.java 61 publicMethodCommentRequirement Required
15724 src/com/gps/hibernate/Journalarticleimage.java 65 publicMethodCommentRequirement Required
15725 src/com/gps/hibernate/Journalarticleimage.java 69 Parameter 'articleId' is not assigned and could be declared final
15726 src/com/gps/hibernate/Journalarticleimage.java 69 publicMethodCommentRequirement Required
15727 src/com/gps/hibernate/Journalarticleimage.java 73 publicMethodCommentRequirement Required
15728 src/com/gps/hibernate/Journalarticleimage.java 77 Parameter 'version' is not assigned and could be declared final
15729 src/com/gps/hibernate/Journalarticleimage.java 77 publicMethodCommentRequirement Required
15730 src/com/gps/hibernate/Journalarticleimage.java 81 publicMethodCommentRequirement Required
15731 src/com/gps/hibernate/Journalarticleimage.java 85 Parameter 'elInstanceId' is not assigned and could be declared final
15732 src/com/gps/hibernate/Journalarticleimage.java 85 publicMethodCommentRequirement Required
15733 src/com/gps/hibernate/Journalarticleimage.java 89 publicMethodCommentRequirement Required
15734 src/com/gps/hibernate/Journalarticleimage.java 93 Parameter 'elName' is not assigned and could be declared final
15735 src/com/gps/hibernate/Journalarticleimage.java 93 publicMethodCommentRequirement Required
15736 src/com/gps/hibernate/Journalarticleimage.java 97 publicMethodCommentRequirement Required
15737 src/com/gps/hibernate/Journalarticleimage.java 101 Parameter 'languageId' is not assigned and could be declared final
15738 src/com/gps/hibernate/Journalarticleimage.java 101 publicMethodCommentRequirement Required
15739 src/com/gps/hibernate/Journalarticleimage.java 105 publicMethodCommentRequirement Required
15740 src/com/gps/hibernate/Journalarticleimage.java 109 Parameter 'tempImage' is not assigned and could be declared final
15741 src/com/gps/hibernate/Journalarticleimage.java 109 publicMethodCommentRequirement Required
15742 src/com/gps/hibernate/JournalarticleimageDAO.java 10 Comment is too large: Too many lines
15743 src/com/gps/hibernate/JournalarticleimageDAO.java 22 This class has too many methods, consider refactoring it.
15744 src/com/gps/hibernate/JournalarticleimageDAO.java 23 Logger should be defined private static final and have the correct class
15745 src/com/gps/hibernate/JournalarticleimageDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
15746 src/com/gps/hibernate/JournalarticleimageDAO.java 23 fieldCommentRequirement Required
15747 src/com/gps/hibernate/JournalarticleimageDAO.java 26 fieldCommentRequirement Required
15748 src/com/gps/hibernate/JournalarticleimageDAO.java 27 fieldCommentRequirement Required
15749 src/com/gps/hibernate/JournalarticleimageDAO.java 28 fieldCommentRequirement Required
15750 src/com/gps/hibernate/JournalarticleimageDAO.java 29 fieldCommentRequirement Required
15751 src/com/gps/hibernate/JournalarticleimageDAO.java 30 fieldCommentRequirement Required
15752 src/com/gps/hibernate/JournalarticleimageDAO.java 31 fieldCommentRequirement Required
15753 src/com/gps/hibernate/JournalarticleimageDAO.java 32 fieldCommentRequirement Required
15754 src/com/gps/hibernate/JournalarticleimageDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
15755 src/com/gps/hibernate/JournalarticleimageDAO.java 34 publicMethodCommentRequirement Required
15756 src/com/gps/hibernate/JournalarticleimageDAO.java 35 There is log block not surrounded by if
15757 src/com/gps/hibernate/JournalarticleimageDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15758 src/com/gps/hibernate/JournalarticleimageDAO.java 37 Potential violation of Law of Demeter (method chain calls)
15759 src/com/gps/hibernate/JournalarticleimageDAO.java 38 There is log block not surrounded by if
15760 src/com/gps/hibernate/JournalarticleimageDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15761 src/com/gps/hibernate/JournalarticleimageDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15762 src/com/gps/hibernate/JournalarticleimageDAO.java 40 There is log block not surrounded by if
15763 src/com/gps/hibernate/JournalarticleimageDAO.java 45 Avoid excessively long variable names like persistentInstance
15764 src/com/gps/hibernate/JournalarticleimageDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
15765 src/com/gps/hibernate/JournalarticleimageDAO.java 45 publicMethodCommentRequirement Required
15766 src/com/gps/hibernate/JournalarticleimageDAO.java 46 There is log block not surrounded by if
15767 src/com/gps/hibernate/JournalarticleimageDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15768 src/com/gps/hibernate/JournalarticleimageDAO.java 48 Potential violation of Law of Demeter (method chain calls)
15769 src/com/gps/hibernate/JournalarticleimageDAO.java 49 There is log block not surrounded by if
15770 src/com/gps/hibernate/JournalarticleimageDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15771 src/com/gps/hibernate/JournalarticleimageDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15772 src/com/gps/hibernate/JournalarticleimageDAO.java 51 There is log block not surrounded by if
15773 src/com/gps/hibernate/JournalarticleimageDAO.java 56 Avoid variables with short names like id
15774 src/com/gps/hibernate/JournalarticleimageDAO.java 56 Parameter 'id' is not assigned and could be declared final
15775 src/com/gps/hibernate/JournalarticleimageDAO.java 56 publicMethodCommentRequirement Required
15776 src/com/gps/hibernate/JournalarticleimageDAO.java 57 There is log block not surrounded by if
15777 src/com/gps/hibernate/JournalarticleimageDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15778 src/com/gps/hibernate/JournalarticleimageDAO.java 59 Local variable 'instance' could be declared final
15779 src/com/gps/hibernate/JournalarticleimageDAO.java 59 Potential violation of Law of Demeter (method chain calls)
15780 src/com/gps/hibernate/JournalarticleimageDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15781 src/com/gps/hibernate/JournalarticleimageDAO.java 63 There is log block not surrounded by if
15782 src/com/gps/hibernate/JournalarticleimageDAO.java 68 Parameter 'instance' is not assigned and could be declared final
15783 src/com/gps/hibernate/JournalarticleimageDAO.java 68 publicMethodCommentRequirement Required
15784 src/com/gps/hibernate/JournalarticleimageDAO.java 69 There is log block not surrounded by if
15785 src/com/gps/hibernate/JournalarticleimageDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15786 src/com/gps/hibernate/JournalarticleimageDAO.java 71 Local variable 'results' could be declared final
15787 src/com/gps/hibernate/JournalarticleimageDAO.java 71 Potential violation of Law of Demeter (method chain calls)
15788 src/com/gps/hibernate/JournalarticleimageDAO.java 71 Potential violation of Law of Demeter (method chain calls)
15789 src/com/gps/hibernate/JournalarticleimageDAO.java 71 Potential violation of Law of Demeter (method chain calls)
15790 src/com/gps/hibernate/JournalarticleimageDAO.java 74 There is log block not surrounded by if
15791 src/com/gps/hibernate/JournalarticleimageDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15792 src/com/gps/hibernate/JournalarticleimageDAO.java 75 Potential violation of Law of Demeter (object not created locally)
15793 src/com/gps/hibernate/JournalarticleimageDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15794 src/com/gps/hibernate/JournalarticleimageDAO.java 78 There is log block not surrounded by if
15795 src/com/gps/hibernate/JournalarticleimageDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
15796 src/com/gps/hibernate/JournalarticleimageDAO.java 83 Parameter 'value' is not assigned and could be declared final
15797 src/com/gps/hibernate/JournalarticleimageDAO.java 83 publicMethodCommentRequirement Required
15798 src/com/gps/hibernate/JournalarticleimageDAO.java 84 There is log block not surrounded by if
15799 src/com/gps/hibernate/JournalarticleimageDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15800 src/com/gps/hibernate/JournalarticleimageDAO.java 87 Local variable 'queryString' could be declared final
15801 src/com/gps/hibernate/JournalarticleimageDAO.java 89 Local variable 'queryObject' could be declared final
15802 src/com/gps/hibernate/JournalarticleimageDAO.java 89 Potential violation of Law of Demeter (method chain calls)
15803 src/com/gps/hibernate/JournalarticleimageDAO.java 90 Potential violation of Law of Demeter (object not created locally)
15804 src/com/gps/hibernate/JournalarticleimageDAO.java 91 Potential violation of Law of Demeter (object not created locally)
15805 src/com/gps/hibernate/JournalarticleimageDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15806 src/com/gps/hibernate/JournalarticleimageDAO.java 93 There is log block not surrounded by if
15807 src/com/gps/hibernate/JournalarticleimageDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
15808 src/com/gps/hibernate/JournalarticleimageDAO.java 98 publicMethodCommentRequirement Required
15809 src/com/gps/hibernate/JournalarticleimageDAO.java 102 Parameter 'articleId' is not assigned and could be declared final
15810 src/com/gps/hibernate/JournalarticleimageDAO.java 102 publicMethodCommentRequirement Required
15811 src/com/gps/hibernate/JournalarticleimageDAO.java 106 Parameter 'version' is not assigned and could be declared final
15812 src/com/gps/hibernate/JournalarticleimageDAO.java 106 publicMethodCommentRequirement Required
15813 src/com/gps/hibernate/JournalarticleimageDAO.java 110 Parameter 'elInstanceId' is not assigned and could be declared final
15814 src/com/gps/hibernate/JournalarticleimageDAO.java 110 publicMethodCommentRequirement Required
15815 src/com/gps/hibernate/JournalarticleimageDAO.java 114 Parameter 'elName' is not assigned and could be declared final
15816 src/com/gps/hibernate/JournalarticleimageDAO.java 114 publicMethodCommentRequirement Required
15817 src/com/gps/hibernate/JournalarticleimageDAO.java 118 Parameter 'languageId' is not assigned and could be declared final
15818 src/com/gps/hibernate/JournalarticleimageDAO.java 118 publicMethodCommentRequirement Required
15819 src/com/gps/hibernate/JournalarticleimageDAO.java 122 Parameter 'tempImage' is not assigned and could be declared final
15820 src/com/gps/hibernate/JournalarticleimageDAO.java 122 publicMethodCommentRequirement Required
15821 src/com/gps/hibernate/JournalarticleimageDAO.java 126 publicMethodCommentRequirement Required
15822 src/com/gps/hibernate/JournalarticleimageDAO.java 127 There is log block not surrounded by if
15823 src/com/gps/hibernate/JournalarticleimageDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15824 src/com/gps/hibernate/JournalarticleimageDAO.java 129 Local variable 'queryString' could be declared final
15825 src/com/gps/hibernate/JournalarticleimageDAO.java 130 Local variable 'queryObject' could be declared final
15826 src/com/gps/hibernate/JournalarticleimageDAO.java 130 Potential violation of Law of Demeter (method chain calls)
15827 src/com/gps/hibernate/JournalarticleimageDAO.java 131 Potential violation of Law of Demeter (object not created locally)
15828 src/com/gps/hibernate/JournalarticleimageDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15829 src/com/gps/hibernate/JournalarticleimageDAO.java 133 There is log block not surrounded by if
15830 src/com/gps/hibernate/JournalarticleimageDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
15831 src/com/gps/hibernate/JournalarticleimageDAO.java 138 publicMethodCommentRequirement Required
15832 src/com/gps/hibernate/JournalarticleimageDAO.java 139 There is log block not surrounded by if
15833 src/com/gps/hibernate/JournalarticleimageDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15834 src/com/gps/hibernate/JournalarticleimageDAO.java 141 Local variable 'result' could be declared final
15835 src/com/gps/hibernate/JournalarticleimageDAO.java 141 Potential violation of Law of Demeter (method chain calls)
15836 src/com/gps/hibernate/JournalarticleimageDAO.java 143 There is log block not surrounded by if
15837 src/com/gps/hibernate/JournalarticleimageDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15838 src/com/gps/hibernate/JournalarticleimageDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15839 src/com/gps/hibernate/JournalarticleimageDAO.java 146 There is log block not surrounded by if
15840 src/com/gps/hibernate/JournalarticleimageDAO.java 151 Parameter 'instance' is not assigned and could be declared final
15841 src/com/gps/hibernate/JournalarticleimageDAO.java 151 publicMethodCommentRequirement Required
15842 src/com/gps/hibernate/JournalarticleimageDAO.java 152 There is log block not surrounded by if
15843 src/com/gps/hibernate/JournalarticleimageDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15844 src/com/gps/hibernate/JournalarticleimageDAO.java 154 Potential violation of Law of Demeter (method chain calls)
15845 src/com/gps/hibernate/JournalarticleimageDAO.java 155 There is log block not surrounded by if
15846 src/com/gps/hibernate/JournalarticleimageDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15847 src/com/gps/hibernate/JournalarticleimageDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15848 src/com/gps/hibernate/JournalarticleimageDAO.java 157 There is log block not surrounded by if
15849 src/com/gps/hibernate/JournalarticleimageDAO.java 162 Parameter 'instance' is not assigned and could be declared final
15850 src/com/gps/hibernate/JournalarticleimageDAO.java 162 publicMethodCommentRequirement Required
15851 src/com/gps/hibernate/JournalarticleimageDAO.java 163 There is log block not surrounded by if
15852 src/com/gps/hibernate/JournalarticleimageDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15853 src/com/gps/hibernate/JournalarticleimageDAO.java 165 Potential violation of Law of Demeter (method chain calls)
15854 src/com/gps/hibernate/JournalarticleimageDAO.java 166 There is log block not surrounded by if
15855 src/com/gps/hibernate/JournalarticleimageDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15856 src/com/gps/hibernate/JournalarticleimageDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15857 src/com/gps/hibernate/JournalarticleimageDAO.java 168 There is log block not surrounded by if
15858 src/com/gps/hibernate/Journalarticleresource.java 9 Classes implementing Serializable should set a serialVersionUID
15859 src/com/gps/hibernate/Journalarticleresource.java 13 fieldCommentRequirement Required
15860 src/com/gps/hibernate/Journalarticleresource.java 14 fieldCommentRequirement Required
15861 src/com/gps/hibernate/Journalarticleresource.java 15 fieldCommentRequirement Required
15862 src/com/gps/hibernate/Journalarticleresource.java 20 Document empty constructor
15863 src/com/gps/hibernate/Journalarticleresource.java 24 Parameter 'resourcePrimKey' is not assigned and could be declared final
15864 src/com/gps/hibernate/Journalarticleresource.java 29 Parameter 'groupId' is not assigned and could be declared final
15865 src/com/gps/hibernate/Journalarticleresource.java 29 Parameter 'resourcePrimKey' is not assigned and could be declared final
15866 src/com/gps/hibernate/Journalarticleresource.java 30 Parameter 'articleId' is not assigned and could be declared final
15867 src/com/gps/hibernate/Journalarticleresource.java 38 publicMethodCommentRequirement Required
15868 src/com/gps/hibernate/Journalarticleresource.java 42 Parameter 'resourcePrimKey' is not assigned and could be declared final
15869 src/com/gps/hibernate/Journalarticleresource.java 42 publicMethodCommentRequirement Required
15870 src/com/gps/hibernate/Journalarticleresource.java 46 publicMethodCommentRequirement Required
15871 src/com/gps/hibernate/Journalarticleresource.java 50 Parameter 'groupId' is not assigned and could be declared final
15872 src/com/gps/hibernate/Journalarticleresource.java 50 publicMethodCommentRequirement Required
15873 src/com/gps/hibernate/Journalarticleresource.java 54 publicMethodCommentRequirement Required
15874 src/com/gps/hibernate/Journalarticleresource.java 58 Parameter 'articleId' is not assigned and could be declared final
15875 src/com/gps/hibernate/Journalarticleresource.java 58 publicMethodCommentRequirement Required
15876 src/com/gps/hibernate/JournalarticleresourceDAO.java 10 Comment is too large: Too many lines
15877 src/com/gps/hibernate/JournalarticleresourceDAO.java 22 This class has too many methods, consider refactoring it.
15878 src/com/gps/hibernate/JournalarticleresourceDAO.java 23 Logger should be defined private static final and have the correct class
15879 src/com/gps/hibernate/JournalarticleresourceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
15880 src/com/gps/hibernate/JournalarticleresourceDAO.java 23 fieldCommentRequirement Required
15881 src/com/gps/hibernate/JournalarticleresourceDAO.java 26 fieldCommentRequirement Required
15882 src/com/gps/hibernate/JournalarticleresourceDAO.java 27 fieldCommentRequirement Required
15883 src/com/gps/hibernate/JournalarticleresourceDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
15884 src/com/gps/hibernate/JournalarticleresourceDAO.java 29 publicMethodCommentRequirement Required
15885 src/com/gps/hibernate/JournalarticleresourceDAO.java 30 There is log block not surrounded by if
15886 src/com/gps/hibernate/JournalarticleresourceDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15887 src/com/gps/hibernate/JournalarticleresourceDAO.java 32 Potential violation of Law of Demeter (method chain calls)
15888 src/com/gps/hibernate/JournalarticleresourceDAO.java 33 There is log block not surrounded by if
15889 src/com/gps/hibernate/JournalarticleresourceDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15890 src/com/gps/hibernate/JournalarticleresourceDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15891 src/com/gps/hibernate/JournalarticleresourceDAO.java 35 There is log block not surrounded by if
15892 src/com/gps/hibernate/JournalarticleresourceDAO.java 40 Avoid excessively long variable names like persistentInstance
15893 src/com/gps/hibernate/JournalarticleresourceDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
15894 src/com/gps/hibernate/JournalarticleresourceDAO.java 40 publicMethodCommentRequirement Required
15895 src/com/gps/hibernate/JournalarticleresourceDAO.java 41 There is log block not surrounded by if
15896 src/com/gps/hibernate/JournalarticleresourceDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15897 src/com/gps/hibernate/JournalarticleresourceDAO.java 43 Potential violation of Law of Demeter (method chain calls)
15898 src/com/gps/hibernate/JournalarticleresourceDAO.java 44 There is log block not surrounded by if
15899 src/com/gps/hibernate/JournalarticleresourceDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15900 src/com/gps/hibernate/JournalarticleresourceDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15901 src/com/gps/hibernate/JournalarticleresourceDAO.java 46 There is log block not surrounded by if
15902 src/com/gps/hibernate/JournalarticleresourceDAO.java 51 Avoid variables with short names like id
15903 src/com/gps/hibernate/JournalarticleresourceDAO.java 51 Parameter 'id' is not assigned and could be declared final
15904 src/com/gps/hibernate/JournalarticleresourceDAO.java 51 publicMethodCommentRequirement Required
15905 src/com/gps/hibernate/JournalarticleresourceDAO.java 52 There is log block not surrounded by if
15906 src/com/gps/hibernate/JournalarticleresourceDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15907 src/com/gps/hibernate/JournalarticleresourceDAO.java 54 Local variable 'instance' could be declared final
15908 src/com/gps/hibernate/JournalarticleresourceDAO.java 54 Potential violation of Law of Demeter (method chain calls)
15909 src/com/gps/hibernate/JournalarticleresourceDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15910 src/com/gps/hibernate/JournalarticleresourceDAO.java 58 There is log block not surrounded by if
15911 src/com/gps/hibernate/JournalarticleresourceDAO.java 63 Parameter 'instance' is not assigned and could be declared final
15912 src/com/gps/hibernate/JournalarticleresourceDAO.java 63 publicMethodCommentRequirement Required
15913 src/com/gps/hibernate/JournalarticleresourceDAO.java 64 There is log block not surrounded by if
15914 src/com/gps/hibernate/JournalarticleresourceDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15915 src/com/gps/hibernate/JournalarticleresourceDAO.java 66 Local variable 'results' could be declared final
15916 src/com/gps/hibernate/JournalarticleresourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
15917 src/com/gps/hibernate/JournalarticleresourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
15918 src/com/gps/hibernate/JournalarticleresourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
15919 src/com/gps/hibernate/JournalarticleresourceDAO.java 69 There is log block not surrounded by if
15920 src/com/gps/hibernate/JournalarticleresourceDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15921 src/com/gps/hibernate/JournalarticleresourceDAO.java 70 Potential violation of Law of Demeter (object not created locally)
15922 src/com/gps/hibernate/JournalarticleresourceDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15923 src/com/gps/hibernate/JournalarticleresourceDAO.java 73 There is log block not surrounded by if
15924 src/com/gps/hibernate/JournalarticleresourceDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
15925 src/com/gps/hibernate/JournalarticleresourceDAO.java 78 Parameter 'value' is not assigned and could be declared final
15926 src/com/gps/hibernate/JournalarticleresourceDAO.java 78 publicMethodCommentRequirement Required
15927 src/com/gps/hibernate/JournalarticleresourceDAO.java 79 There is log block not surrounded by if
15928 src/com/gps/hibernate/JournalarticleresourceDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15929 src/com/gps/hibernate/JournalarticleresourceDAO.java 82 Local variable 'queryString' could be declared final
15930 src/com/gps/hibernate/JournalarticleresourceDAO.java 84 Local variable 'queryObject' could be declared final
15931 src/com/gps/hibernate/JournalarticleresourceDAO.java 84 Potential violation of Law of Demeter (method chain calls)
15932 src/com/gps/hibernate/JournalarticleresourceDAO.java 85 Potential violation of Law of Demeter (object not created locally)
15933 src/com/gps/hibernate/JournalarticleresourceDAO.java 86 Potential violation of Law of Demeter (object not created locally)
15934 src/com/gps/hibernate/JournalarticleresourceDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15935 src/com/gps/hibernate/JournalarticleresourceDAO.java 88 There is log block not surrounded by if
15936 src/com/gps/hibernate/JournalarticleresourceDAO.java 93 Parameter 'groupId' is not assigned and could be declared final
15937 src/com/gps/hibernate/JournalarticleresourceDAO.java 93 publicMethodCommentRequirement Required
15938 src/com/gps/hibernate/JournalarticleresourceDAO.java 97 Parameter 'articleId' is not assigned and could be declared final
15939 src/com/gps/hibernate/JournalarticleresourceDAO.java 97 publicMethodCommentRequirement Required
15940 src/com/gps/hibernate/JournalarticleresourceDAO.java 101 publicMethodCommentRequirement Required
15941 src/com/gps/hibernate/JournalarticleresourceDAO.java 102 There is log block not surrounded by if
15942 src/com/gps/hibernate/JournalarticleresourceDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15943 src/com/gps/hibernate/JournalarticleresourceDAO.java 104 Local variable 'queryString' could be declared final
15944 src/com/gps/hibernate/JournalarticleresourceDAO.java 105 Local variable 'queryObject' could be declared final
15945 src/com/gps/hibernate/JournalarticleresourceDAO.java 105 Potential violation of Law of Demeter (method chain calls)
15946 src/com/gps/hibernate/JournalarticleresourceDAO.java 106 Potential violation of Law of Demeter (object not created locally)
15947 src/com/gps/hibernate/JournalarticleresourceDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15948 src/com/gps/hibernate/JournalarticleresourceDAO.java 108 There is log block not surrounded by if
15949 src/com/gps/hibernate/JournalarticleresourceDAO.java 113 Parameter 'detachedInstance' is not assigned and could be declared final
15950 src/com/gps/hibernate/JournalarticleresourceDAO.java 113 publicMethodCommentRequirement Required
15951 src/com/gps/hibernate/JournalarticleresourceDAO.java 114 There is log block not surrounded by if
15952 src/com/gps/hibernate/JournalarticleresourceDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15953 src/com/gps/hibernate/JournalarticleresourceDAO.java 116 Local variable 'result' could be declared final
15954 src/com/gps/hibernate/JournalarticleresourceDAO.java 116 Potential violation of Law of Demeter (method chain calls)
15955 src/com/gps/hibernate/JournalarticleresourceDAO.java 118 There is log block not surrounded by if
15956 src/com/gps/hibernate/JournalarticleresourceDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15957 src/com/gps/hibernate/JournalarticleresourceDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15958 src/com/gps/hibernate/JournalarticleresourceDAO.java 121 There is log block not surrounded by if
15959 src/com/gps/hibernate/JournalarticleresourceDAO.java 126 Parameter 'instance' is not assigned and could be declared final
15960 src/com/gps/hibernate/JournalarticleresourceDAO.java 126 publicMethodCommentRequirement Required
15961 src/com/gps/hibernate/JournalarticleresourceDAO.java 127 There is log block not surrounded by if
15962 src/com/gps/hibernate/JournalarticleresourceDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15963 src/com/gps/hibernate/JournalarticleresourceDAO.java 129 Potential violation of Law of Demeter (method chain calls)
15964 src/com/gps/hibernate/JournalarticleresourceDAO.java 130 There is log block not surrounded by if
15965 src/com/gps/hibernate/JournalarticleresourceDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15966 src/com/gps/hibernate/JournalarticleresourceDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15967 src/com/gps/hibernate/JournalarticleresourceDAO.java 132 There is log block not surrounded by if
15968 src/com/gps/hibernate/JournalarticleresourceDAO.java 137 Parameter 'instance' is not assigned and could be declared final
15969 src/com/gps/hibernate/JournalarticleresourceDAO.java 137 publicMethodCommentRequirement Required
15970 src/com/gps/hibernate/JournalarticleresourceDAO.java 138 There is log block not surrounded by if
15971 src/com/gps/hibernate/JournalarticleresourceDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15972 src/com/gps/hibernate/JournalarticleresourceDAO.java 140 Potential violation of Law of Demeter (method chain calls)
15973 src/com/gps/hibernate/JournalarticleresourceDAO.java 141 There is log block not surrounded by if
15974 src/com/gps/hibernate/JournalarticleresourceDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15975 src/com/gps/hibernate/JournalarticleresourceDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15976 src/com/gps/hibernate/JournalarticleresourceDAO.java 143 There is log block not surrounded by if
15977 src/com/gps/hibernate/Journalcontentsearch.java 9 Classes implementing Serializable should set a serialVersionUID
15978 src/com/gps/hibernate/Journalcontentsearch.java 13 fieldCommentRequirement Required
15979 src/com/gps/hibernate/Journalcontentsearch.java 14 fieldCommentRequirement Required
15980 src/com/gps/hibernate/Journalcontentsearch.java 15 fieldCommentRequirement Required
15981 src/com/gps/hibernate/Journalcontentsearch.java 16 fieldCommentRequirement Required
15982 src/com/gps/hibernate/Journalcontentsearch.java 17 fieldCommentRequirement Required
15983 src/com/gps/hibernate/Journalcontentsearch.java 18 fieldCommentRequirement Required
15984 src/com/gps/hibernate/Journalcontentsearch.java 19 fieldCommentRequirement Required
15985 src/com/gps/hibernate/Journalcontentsearch.java 24 Document empty constructor
15986 src/com/gps/hibernate/Journalcontentsearch.java 28 Parameter 'contentSearchId' is not assigned and could be declared final
15987 src/com/gps/hibernate/Journalcontentsearch.java 33 Parameter 'contentSearchId' is not assigned and could be declared final
15988 src/com/gps/hibernate/Journalcontentsearch.java 33 Parameter 'groupId' is not assigned and could be declared final
15989 src/com/gps/hibernate/Journalcontentsearch.java 34 Parameter 'companyId' is not assigned and could be declared final
15990 src/com/gps/hibernate/Journalcontentsearch.java 34 Parameter 'layoutId' is not assigned and could be declared final
15991 src/com/gps/hibernate/Journalcontentsearch.java 34 Parameter 'privateLayout' is not assigned and could be declared final
15992 src/com/gps/hibernate/Journalcontentsearch.java 35 Parameter 'articleId' is not assigned and could be declared final
15993 src/com/gps/hibernate/Journalcontentsearch.java 35 Parameter 'portletId' is not assigned and could be declared final
15994 src/com/gps/hibernate/Journalcontentsearch.java 47 publicMethodCommentRequirement Required
15995 src/com/gps/hibernate/Journalcontentsearch.java 51 Parameter 'contentSearchId' is not assigned and could be declared final
15996 src/com/gps/hibernate/Journalcontentsearch.java 51 publicMethodCommentRequirement Required
15997 src/com/gps/hibernate/Journalcontentsearch.java 55 publicMethodCommentRequirement Required
15998 src/com/gps/hibernate/Journalcontentsearch.java 59 Parameter 'groupId' is not assigned and could be declared final
15999 src/com/gps/hibernate/Journalcontentsearch.java 59 publicMethodCommentRequirement Required
16000 src/com/gps/hibernate/Journalcontentsearch.java 63 publicMethodCommentRequirement Required
16001 src/com/gps/hibernate/Journalcontentsearch.java 67 Parameter 'companyId' is not assigned and could be declared final
16002 src/com/gps/hibernate/Journalcontentsearch.java 67 publicMethodCommentRequirement Required
16003 src/com/gps/hibernate/Journalcontentsearch.java 71 publicMethodCommentRequirement Required
16004 src/com/gps/hibernate/Journalcontentsearch.java 75 Parameter 'privateLayout' is not assigned and could be declared final
16005 src/com/gps/hibernate/Journalcontentsearch.java 75 publicMethodCommentRequirement Required
16006 src/com/gps/hibernate/Journalcontentsearch.java 79 publicMethodCommentRequirement Required
16007 src/com/gps/hibernate/Journalcontentsearch.java 83 Parameter 'layoutId' is not assigned and could be declared final
16008 src/com/gps/hibernate/Journalcontentsearch.java 83 publicMethodCommentRequirement Required
16009 src/com/gps/hibernate/Journalcontentsearch.java 87 publicMethodCommentRequirement Required
16010 src/com/gps/hibernate/Journalcontentsearch.java 91 Parameter 'portletId' is not assigned and could be declared final
16011 src/com/gps/hibernate/Journalcontentsearch.java 91 publicMethodCommentRequirement Required
16012 src/com/gps/hibernate/Journalcontentsearch.java 95 publicMethodCommentRequirement Required
16013 src/com/gps/hibernate/Journalcontentsearch.java 99 Parameter 'articleId' is not assigned and could be declared final
16014 src/com/gps/hibernate/Journalcontentsearch.java 99 publicMethodCommentRequirement Required
16015 src/com/gps/hibernate/JournalcontentsearchDAO.java 10 Comment is too large: Too many lines
16016 src/com/gps/hibernate/JournalcontentsearchDAO.java 22 This class has too many methods, consider refactoring it.
16017 src/com/gps/hibernate/JournalcontentsearchDAO.java 23 Logger should be defined private static final and have the correct class
16018 src/com/gps/hibernate/JournalcontentsearchDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
16019 src/com/gps/hibernate/JournalcontentsearchDAO.java 23 fieldCommentRequirement Required
16020 src/com/gps/hibernate/JournalcontentsearchDAO.java 26 fieldCommentRequirement Required
16021 src/com/gps/hibernate/JournalcontentsearchDAO.java 27 fieldCommentRequirement Required
16022 src/com/gps/hibernate/JournalcontentsearchDAO.java 28 fieldCommentRequirement Required
16023 src/com/gps/hibernate/JournalcontentsearchDAO.java 29 fieldCommentRequirement Required
16024 src/com/gps/hibernate/JournalcontentsearchDAO.java 30 fieldCommentRequirement Required
16025 src/com/gps/hibernate/JournalcontentsearchDAO.java 31 fieldCommentRequirement Required
16026 src/com/gps/hibernate/JournalcontentsearchDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
16027 src/com/gps/hibernate/JournalcontentsearchDAO.java 33 publicMethodCommentRequirement Required
16028 src/com/gps/hibernate/JournalcontentsearchDAO.java 34 There is log block not surrounded by if
16029 src/com/gps/hibernate/JournalcontentsearchDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16030 src/com/gps/hibernate/JournalcontentsearchDAO.java 36 Potential violation of Law of Demeter (method chain calls)
16031 src/com/gps/hibernate/JournalcontentsearchDAO.java 37 There is log block not surrounded by if
16032 src/com/gps/hibernate/JournalcontentsearchDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16033 src/com/gps/hibernate/JournalcontentsearchDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16034 src/com/gps/hibernate/JournalcontentsearchDAO.java 39 There is log block not surrounded by if
16035 src/com/gps/hibernate/JournalcontentsearchDAO.java 44 Avoid excessively long variable names like persistentInstance
16036 src/com/gps/hibernate/JournalcontentsearchDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
16037 src/com/gps/hibernate/JournalcontentsearchDAO.java 44 publicMethodCommentRequirement Required
16038 src/com/gps/hibernate/JournalcontentsearchDAO.java 45 There is log block not surrounded by if
16039 src/com/gps/hibernate/JournalcontentsearchDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16040 src/com/gps/hibernate/JournalcontentsearchDAO.java 47 Potential violation of Law of Demeter (method chain calls)
16041 src/com/gps/hibernate/JournalcontentsearchDAO.java 48 There is log block not surrounded by if
16042 src/com/gps/hibernate/JournalcontentsearchDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16043 src/com/gps/hibernate/JournalcontentsearchDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16044 src/com/gps/hibernate/JournalcontentsearchDAO.java 50 There is log block not surrounded by if
16045 src/com/gps/hibernate/JournalcontentsearchDAO.java 55 Avoid variables with short names like id
16046 src/com/gps/hibernate/JournalcontentsearchDAO.java 55 Parameter 'id' is not assigned and could be declared final
16047 src/com/gps/hibernate/JournalcontentsearchDAO.java 55 publicMethodCommentRequirement Required
16048 src/com/gps/hibernate/JournalcontentsearchDAO.java 56 There is log block not surrounded by if
16049 src/com/gps/hibernate/JournalcontentsearchDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16050 src/com/gps/hibernate/JournalcontentsearchDAO.java 58 Local variable 'instance' could be declared final
16051 src/com/gps/hibernate/JournalcontentsearchDAO.java 58 Potential violation of Law of Demeter (method chain calls)
16052 src/com/gps/hibernate/JournalcontentsearchDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16053 src/com/gps/hibernate/JournalcontentsearchDAO.java 62 There is log block not surrounded by if
16054 src/com/gps/hibernate/JournalcontentsearchDAO.java 67 Parameter 'instance' is not assigned and could be declared final
16055 src/com/gps/hibernate/JournalcontentsearchDAO.java 67 publicMethodCommentRequirement Required
16056 src/com/gps/hibernate/JournalcontentsearchDAO.java 68 There is log block not surrounded by if
16057 src/com/gps/hibernate/JournalcontentsearchDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16058 src/com/gps/hibernate/JournalcontentsearchDAO.java 70 Local variable 'results' could be declared final
16059 src/com/gps/hibernate/JournalcontentsearchDAO.java 70 Potential violation of Law of Demeter (method chain calls)
16060 src/com/gps/hibernate/JournalcontentsearchDAO.java 70 Potential violation of Law of Demeter (method chain calls)
16061 src/com/gps/hibernate/JournalcontentsearchDAO.java 70 Potential violation of Law of Demeter (method chain calls)
16062 src/com/gps/hibernate/JournalcontentsearchDAO.java 73 There is log block not surrounded by if
16063 src/com/gps/hibernate/JournalcontentsearchDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16064 src/com/gps/hibernate/JournalcontentsearchDAO.java 74 Potential violation of Law of Demeter (object not created locally)
16065 src/com/gps/hibernate/JournalcontentsearchDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16066 src/com/gps/hibernate/JournalcontentsearchDAO.java 77 There is log block not surrounded by if
16067 src/com/gps/hibernate/JournalcontentsearchDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
16068 src/com/gps/hibernate/JournalcontentsearchDAO.java 82 Parameter 'value' is not assigned and could be declared final
16069 src/com/gps/hibernate/JournalcontentsearchDAO.java 82 publicMethodCommentRequirement Required
16070 src/com/gps/hibernate/JournalcontentsearchDAO.java 83 There is log block not surrounded by if
16071 src/com/gps/hibernate/JournalcontentsearchDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16072 src/com/gps/hibernate/JournalcontentsearchDAO.java 86 Local variable 'queryString' could be declared final
16073 src/com/gps/hibernate/JournalcontentsearchDAO.java 88 Local variable 'queryObject' could be declared final
16074 src/com/gps/hibernate/JournalcontentsearchDAO.java 88 Potential violation of Law of Demeter (method chain calls)
16075 src/com/gps/hibernate/JournalcontentsearchDAO.java 89 Potential violation of Law of Demeter (object not created locally)
16076 src/com/gps/hibernate/JournalcontentsearchDAO.java 90 Potential violation of Law of Demeter (object not created locally)
16077 src/com/gps/hibernate/JournalcontentsearchDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16078 src/com/gps/hibernate/JournalcontentsearchDAO.java 92 There is log block not surrounded by if
16079 src/com/gps/hibernate/JournalcontentsearchDAO.java 97 Parameter 'groupId' is not assigned and could be declared final
16080 src/com/gps/hibernate/JournalcontentsearchDAO.java 97 publicMethodCommentRequirement Required
16081 src/com/gps/hibernate/JournalcontentsearchDAO.java 101 Parameter 'companyId' is not assigned and could be declared final
16082 src/com/gps/hibernate/JournalcontentsearchDAO.java 101 publicMethodCommentRequirement Required
16083 src/com/gps/hibernate/JournalcontentsearchDAO.java 105 Parameter 'privateLayout' is not assigned and could be declared final
16084 src/com/gps/hibernate/JournalcontentsearchDAO.java 105 publicMethodCommentRequirement Required
16085 src/com/gps/hibernate/JournalcontentsearchDAO.java 109 Parameter 'layoutId' is not assigned and could be declared final
16086 src/com/gps/hibernate/JournalcontentsearchDAO.java 109 publicMethodCommentRequirement Required
16087 src/com/gps/hibernate/JournalcontentsearchDAO.java 113 Parameter 'portletId' is not assigned and could be declared final
16088 src/com/gps/hibernate/JournalcontentsearchDAO.java 113 publicMethodCommentRequirement Required
16089 src/com/gps/hibernate/JournalcontentsearchDAO.java 117 Parameter 'articleId' is not assigned and could be declared final
16090 src/com/gps/hibernate/JournalcontentsearchDAO.java 117 publicMethodCommentRequirement Required
16091 src/com/gps/hibernate/JournalcontentsearchDAO.java 121 publicMethodCommentRequirement Required
16092 src/com/gps/hibernate/JournalcontentsearchDAO.java 122 There is log block not surrounded by if
16093 src/com/gps/hibernate/JournalcontentsearchDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16094 src/com/gps/hibernate/JournalcontentsearchDAO.java 124 Local variable 'queryString' could be declared final
16095 src/com/gps/hibernate/JournalcontentsearchDAO.java 125 Local variable 'queryObject' could be declared final
16096 src/com/gps/hibernate/JournalcontentsearchDAO.java 125 Potential violation of Law of Demeter (method chain calls)
16097 src/com/gps/hibernate/JournalcontentsearchDAO.java 126 Potential violation of Law of Demeter (object not created locally)
16098 src/com/gps/hibernate/JournalcontentsearchDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16099 src/com/gps/hibernate/JournalcontentsearchDAO.java 128 There is log block not surrounded by if
16100 src/com/gps/hibernate/JournalcontentsearchDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
16101 src/com/gps/hibernate/JournalcontentsearchDAO.java 133 publicMethodCommentRequirement Required
16102 src/com/gps/hibernate/JournalcontentsearchDAO.java 134 There is log block not surrounded by if
16103 src/com/gps/hibernate/JournalcontentsearchDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16104 src/com/gps/hibernate/JournalcontentsearchDAO.java 136 Local variable 'result' could be declared final
16105 src/com/gps/hibernate/JournalcontentsearchDAO.java 136 Potential violation of Law of Demeter (method chain calls)
16106 src/com/gps/hibernate/JournalcontentsearchDAO.java 138 There is log block not surrounded by if
16107 src/com/gps/hibernate/JournalcontentsearchDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16108 src/com/gps/hibernate/JournalcontentsearchDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16109 src/com/gps/hibernate/JournalcontentsearchDAO.java 141 There is log block not surrounded by if
16110 src/com/gps/hibernate/JournalcontentsearchDAO.java 146 Parameter 'instance' is not assigned and could be declared final
16111 src/com/gps/hibernate/JournalcontentsearchDAO.java 146 publicMethodCommentRequirement Required
16112 src/com/gps/hibernate/JournalcontentsearchDAO.java 147 There is log block not surrounded by if
16113 src/com/gps/hibernate/JournalcontentsearchDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16114 src/com/gps/hibernate/JournalcontentsearchDAO.java 149 Potential violation of Law of Demeter (method chain calls)
16115 src/com/gps/hibernate/JournalcontentsearchDAO.java 150 There is log block not surrounded by if
16116 src/com/gps/hibernate/JournalcontentsearchDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16117 src/com/gps/hibernate/JournalcontentsearchDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16118 src/com/gps/hibernate/JournalcontentsearchDAO.java 152 There is log block not surrounded by if
16119 src/com/gps/hibernate/JournalcontentsearchDAO.java 157 Parameter 'instance' is not assigned and could be declared final
16120 src/com/gps/hibernate/JournalcontentsearchDAO.java 157 publicMethodCommentRequirement Required
16121 src/com/gps/hibernate/JournalcontentsearchDAO.java 158 There is log block not surrounded by if
16122 src/com/gps/hibernate/JournalcontentsearchDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16123 src/com/gps/hibernate/JournalcontentsearchDAO.java 160 Potential violation of Law of Demeter (method chain calls)
16124 src/com/gps/hibernate/JournalcontentsearchDAO.java 161 There is log block not surrounded by if
16125 src/com/gps/hibernate/JournalcontentsearchDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16126 src/com/gps/hibernate/JournalcontentsearchDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16127 src/com/gps/hibernate/JournalcontentsearchDAO.java 163 There is log block not surrounded by if
16128 src/com/gps/hibernate/Journalfeed.java 1 This class has a bunch of public methods and attributes
16129 src/com/gps/hibernate/Journalfeed.java 11 Classes implementing Serializable should set a serialVersionUID
16130 src/com/gps/hibernate/Journalfeed.java 11 Too many fields
16131 src/com/gps/hibernate/Journalfeed.java 15 Avoid variables with short names like id
16132 src/com/gps/hibernate/Journalfeed.java 15 fieldCommentRequirement Required
16133 src/com/gps/hibernate/Journalfeed.java 16 fieldCommentRequirement Required
16134 src/com/gps/hibernate/Journalfeed.java 17 fieldCommentRequirement Required
16135 src/com/gps/hibernate/Journalfeed.java 18 fieldCommentRequirement Required
16136 src/com/gps/hibernate/Journalfeed.java 19 fieldCommentRequirement Required
16137 src/com/gps/hibernate/Journalfeed.java 20 fieldCommentRequirement Required
16138 src/com/gps/hibernate/Journalfeed.java 21 fieldCommentRequirement Required
16139 src/com/gps/hibernate/Journalfeed.java 22 fieldCommentRequirement Required
16140 src/com/gps/hibernate/Journalfeed.java 23 fieldCommentRequirement Required
16141 src/com/gps/hibernate/Journalfeed.java 24 fieldCommentRequirement Required
16142 src/com/gps/hibernate/Journalfeed.java 25 fieldCommentRequirement Required
16143 src/com/gps/hibernate/Journalfeed.java 26 fieldCommentRequirement Required
16144 src/com/gps/hibernate/Journalfeed.java 27 fieldCommentRequirement Required
16145 src/com/gps/hibernate/Journalfeed.java 28 fieldCommentRequirement Required
16146 src/com/gps/hibernate/Journalfeed.java 29 Avoid excessively long variable names like rendererTemplateId
16147 src/com/gps/hibernate/Journalfeed.java 29 fieldCommentRequirement Required
16148 src/com/gps/hibernate/Journalfeed.java 30 fieldCommentRequirement Required
16149 src/com/gps/hibernate/Journalfeed.java 31 fieldCommentRequirement Required
16150 src/com/gps/hibernate/Journalfeed.java 32 fieldCommentRequirement Required
16151 src/com/gps/hibernate/Journalfeed.java 33 Avoid excessively long variable names like targetLayoutFriendlyUrl
16152 src/com/gps/hibernate/Journalfeed.java 33 fieldCommentRequirement Required
16153 src/com/gps/hibernate/Journalfeed.java 34 fieldCommentRequirement Required
16154 src/com/gps/hibernate/Journalfeed.java 35 fieldCommentRequirement Required
16155 src/com/gps/hibernate/Journalfeed.java 36 fieldCommentRequirement Required
16156 src/com/gps/hibernate/Journalfeed.java 37 fieldCommentRequirement Required
16157 src/com/gps/hibernate/Journalfeed.java 42 Document empty constructor
16158 src/com/gps/hibernate/Journalfeed.java 46 Avoid variables with short names like id
16159 src/com/gps/hibernate/Journalfeed.java 46 Parameter 'id' is not assigned and could be declared final
16160 src/com/gps/hibernate/Journalfeed.java 51 Avoid long parameter lists.
16161 src/com/gps/hibernate/Journalfeed.java 51 Avoid variables with short names like id
16162 src/com/gps/hibernate/Journalfeed.java 51 Parameter 'companyId' is not assigned and could be declared final
16163 src/com/gps/hibernate/Journalfeed.java 51 Parameter 'groupId' is not assigned and could be declared final
16164 src/com/gps/hibernate/Journalfeed.java 51 Parameter 'id' is not assigned and could be declared final
16165 src/com/gps/hibernate/Journalfeed.java 51 Parameter 'uuid' is not assigned and could be declared final
16166 src/com/gps/hibernate/Journalfeed.java 52 Parameter 'createDate' is not assigned and could be declared final
16167 src/com/gps/hibernate/Journalfeed.java 52 Parameter 'modifiedDate' is not assigned and could be declared final
16168 src/com/gps/hibernate/Journalfeed.java 52 Parameter 'userId' is not assigned and could be declared final
16169 src/com/gps/hibernate/Journalfeed.java 52 Parameter 'userName' is not assigned and could be declared final
16170 src/com/gps/hibernate/Journalfeed.java 53 Parameter 'description' is not assigned and could be declared final
16171 src/com/gps/hibernate/Journalfeed.java 53 Parameter 'feedId' is not assigned and could be declared final
16172 src/com/gps/hibernate/Journalfeed.java 53 Parameter 'name' is not assigned and could be declared final
16173 src/com/gps/hibernate/Journalfeed.java 53 Parameter 'type' is not assigned and could be declared final
16174 src/com/gps/hibernate/Journalfeed.java 54 Avoid excessively long variable names like rendererTemplateId
16175 src/com/gps/hibernate/Journalfeed.java 54 Parameter 'rendererTemplateId' is not assigned and could be declared final
16176 src/com/gps/hibernate/Journalfeed.java 54 Parameter 'structureId' is not assigned and could be declared final
16177 src/com/gps/hibernate/Journalfeed.java 54 Parameter 'templateId' is not assigned and could be declared final
16178 src/com/gps/hibernate/Journalfeed.java 55 Parameter 'delta' is not assigned and could be declared final
16179 src/com/gps/hibernate/Journalfeed.java 55 Parameter 'orderByCol' is not assigned and could be declared final
16180 src/com/gps/hibernate/Journalfeed.java 55 Parameter 'orderByType' is not assigned and could be declared final
16181 src/com/gps/hibernate/Journalfeed.java 56 Avoid excessively long variable names like targetLayoutFriendlyUrl
16182 src/com/gps/hibernate/Journalfeed.java 56 Parameter 'targetLayoutFriendlyUrl' is not assigned and could be declared final
16183 src/com/gps/hibernate/Journalfeed.java 56 Parameter 'targetPortletId' is not assigned and could be declared final
16184 src/com/gps/hibernate/Journalfeed.java 57 Parameter 'contentField' is not assigned and could be declared final
16185 src/com/gps/hibernate/Journalfeed.java 57 Parameter 'feedType' is not assigned and could be declared final
16186 src/com/gps/hibernate/Journalfeed.java 57 Parameter 'feedVersion' is not assigned and could be declared final
16187 src/com/gps/hibernate/Journalfeed.java 85 publicMethodCommentRequirement Required
16188 src/com/gps/hibernate/Journalfeed.java 89 Avoid variables with short names like id
16189 src/com/gps/hibernate/Journalfeed.java 89 Parameter 'id' is not assigned and could be declared final
16190 src/com/gps/hibernate/Journalfeed.java 89 publicMethodCommentRequirement Required
16191 src/com/gps/hibernate/Journalfeed.java 93 publicMethodCommentRequirement Required
16192 src/com/gps/hibernate/Journalfeed.java 97 Parameter 'uuid' is not assigned and could be declared final
16193 src/com/gps/hibernate/Journalfeed.java 97 publicMethodCommentRequirement Required
16194 src/com/gps/hibernate/Journalfeed.java 101 publicMethodCommentRequirement Required
16195 src/com/gps/hibernate/Journalfeed.java 105 Parameter 'groupId' is not assigned and could be declared final
16196 src/com/gps/hibernate/Journalfeed.java 105 publicMethodCommentRequirement Required
16197 src/com/gps/hibernate/Journalfeed.java 109 publicMethodCommentRequirement Required
16198 src/com/gps/hibernate/Journalfeed.java 113 Parameter 'companyId' is not assigned and could be declared final
16199 src/com/gps/hibernate/Journalfeed.java 113 publicMethodCommentRequirement Required
16200 src/com/gps/hibernate/Journalfeed.java 117 publicMethodCommentRequirement Required
16201 src/com/gps/hibernate/Journalfeed.java 121 Parameter 'userId' is not assigned and could be declared final
16202 src/com/gps/hibernate/Journalfeed.java 121 publicMethodCommentRequirement Required
16203 src/com/gps/hibernate/Journalfeed.java 125 publicMethodCommentRequirement Required
16204 src/com/gps/hibernate/Journalfeed.java 129 Parameter 'userName' is not assigned and could be declared final
16205 src/com/gps/hibernate/Journalfeed.java 129 publicMethodCommentRequirement Required
16206 src/com/gps/hibernate/Journalfeed.java 133 publicMethodCommentRequirement Required
16207 src/com/gps/hibernate/Journalfeed.java 137 Parameter 'createDate' is not assigned and could be declared final
16208 src/com/gps/hibernate/Journalfeed.java 137 publicMethodCommentRequirement Required
16209 src/com/gps/hibernate/Journalfeed.java 141 publicMethodCommentRequirement Required
16210 src/com/gps/hibernate/Journalfeed.java 145 Parameter 'modifiedDate' is not assigned and could be declared final
16211 src/com/gps/hibernate/Journalfeed.java 145 publicMethodCommentRequirement Required
16212 src/com/gps/hibernate/Journalfeed.java 149 publicMethodCommentRequirement Required
16213 src/com/gps/hibernate/Journalfeed.java 153 Parameter 'feedId' is not assigned and could be declared final
16214 src/com/gps/hibernate/Journalfeed.java 153 publicMethodCommentRequirement Required
16215 src/com/gps/hibernate/Journalfeed.java 157 publicMethodCommentRequirement Required
16216 src/com/gps/hibernate/Journalfeed.java 161 Parameter 'name' is not assigned and could be declared final
16217 src/com/gps/hibernate/Journalfeed.java 161 publicMethodCommentRequirement Required
16218 src/com/gps/hibernate/Journalfeed.java 165 publicMethodCommentRequirement Required
16219 src/com/gps/hibernate/Journalfeed.java 169 Parameter 'description' is not assigned and could be declared final
16220 src/com/gps/hibernate/Journalfeed.java 169 publicMethodCommentRequirement Required
16221 src/com/gps/hibernate/Journalfeed.java 173 publicMethodCommentRequirement Required
16222 src/com/gps/hibernate/Journalfeed.java 177 Parameter 'type' is not assigned and could be declared final
16223 src/com/gps/hibernate/Journalfeed.java 177 publicMethodCommentRequirement Required
16224 src/com/gps/hibernate/Journalfeed.java 181 publicMethodCommentRequirement Required
16225 src/com/gps/hibernate/Journalfeed.java 185 Parameter 'structureId' is not assigned and could be declared final
16226 src/com/gps/hibernate/Journalfeed.java 185 publicMethodCommentRequirement Required
16227 src/com/gps/hibernate/Journalfeed.java 189 publicMethodCommentRequirement Required
16228 src/com/gps/hibernate/Journalfeed.java 193 Parameter 'templateId' is not assigned and could be declared final
16229 src/com/gps/hibernate/Journalfeed.java 193 publicMethodCommentRequirement Required
16230 src/com/gps/hibernate/Journalfeed.java 197 publicMethodCommentRequirement Required
16231 src/com/gps/hibernate/Journalfeed.java 201 Avoid excessively long variable names like rendererTemplateId
16232 src/com/gps/hibernate/Journalfeed.java 201 Parameter 'rendererTemplateId' is not assigned and could be declared final
16233 src/com/gps/hibernate/Journalfeed.java 201 publicMethodCommentRequirement Required
16234 src/com/gps/hibernate/Journalfeed.java 205 publicMethodCommentRequirement Required
16235 src/com/gps/hibernate/Journalfeed.java 209 Parameter 'delta' is not assigned and could be declared final
16236 src/com/gps/hibernate/Journalfeed.java 209 publicMethodCommentRequirement Required
16237 src/com/gps/hibernate/Journalfeed.java 213 publicMethodCommentRequirement Required
16238 src/com/gps/hibernate/Journalfeed.java 217 Parameter 'orderByCol' is not assigned and could be declared final
16239 src/com/gps/hibernate/Journalfeed.java 217 publicMethodCommentRequirement Required
16240 src/com/gps/hibernate/Journalfeed.java 221 publicMethodCommentRequirement Required
16241 src/com/gps/hibernate/Journalfeed.java 225 Parameter 'orderByType' is not assigned and could be declared final
16242 src/com/gps/hibernate/Journalfeed.java 225 publicMethodCommentRequirement Required
16243 src/com/gps/hibernate/Journalfeed.java 229 publicMethodCommentRequirement Required
16244 src/com/gps/hibernate/Journalfeed.java 233 Avoid excessively long variable names like targetLayoutFriendlyUrl
16245 src/com/gps/hibernate/Journalfeed.java 233 Parameter 'targetLayoutFriendlyUrl' is not assigned and could be declared final
16246 src/com/gps/hibernate/Journalfeed.java 233 publicMethodCommentRequirement Required
16247 src/com/gps/hibernate/Journalfeed.java 237 publicMethodCommentRequirement Required
16248 src/com/gps/hibernate/Journalfeed.java 241 Parameter 'targetPortletId' is not assigned and could be declared final
16249 src/com/gps/hibernate/Journalfeed.java 241 publicMethodCommentRequirement Required
16250 src/com/gps/hibernate/Journalfeed.java 245 publicMethodCommentRequirement Required
16251 src/com/gps/hibernate/Journalfeed.java 249 Parameter 'contentField' is not assigned and could be declared final
16252 src/com/gps/hibernate/Journalfeed.java 249 publicMethodCommentRequirement Required
16253 src/com/gps/hibernate/Journalfeed.java 253 publicMethodCommentRequirement Required
16254 src/com/gps/hibernate/Journalfeed.java 257 Parameter 'feedType' is not assigned and could be declared final
16255 src/com/gps/hibernate/Journalfeed.java 257 publicMethodCommentRequirement Required
16256 src/com/gps/hibernate/Journalfeed.java 261 publicMethodCommentRequirement Required
16257 src/com/gps/hibernate/Journalfeed.java 265 Parameter 'feedVersion' is not assigned and could be declared final
16258 src/com/gps/hibernate/Journalfeed.java 265 publicMethodCommentRequirement Required
16259 src/com/gps/hibernate/JournalfeedDAO.java 3 Avoid unused imports such as 'java.util.Date'
16260 src/com/gps/hibernate/JournalfeedDAO.java 11 Comment is too large: Too many lines
16261 src/com/gps/hibernate/JournalfeedDAO.java 23 This class has too many methods, consider refactoring it.
16262 src/com/gps/hibernate/JournalfeedDAO.java 24 Logger should be defined private static final and have the correct class
16263 src/com/gps/hibernate/JournalfeedDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
16264 src/com/gps/hibernate/JournalfeedDAO.java 24 fieldCommentRequirement Required
16265 src/com/gps/hibernate/JournalfeedDAO.java 26 fieldCommentRequirement Required
16266 src/com/gps/hibernate/JournalfeedDAO.java 27 fieldCommentRequirement Required
16267 src/com/gps/hibernate/JournalfeedDAO.java 28 fieldCommentRequirement Required
16268 src/com/gps/hibernate/JournalfeedDAO.java 29 fieldCommentRequirement Required
16269 src/com/gps/hibernate/JournalfeedDAO.java 30 fieldCommentRequirement Required
16270 src/com/gps/hibernate/JournalfeedDAO.java 31 fieldCommentRequirement Required
16271 src/com/gps/hibernate/JournalfeedDAO.java 32 fieldCommentRequirement Required
16272 src/com/gps/hibernate/JournalfeedDAO.java 33 fieldCommentRequirement Required
16273 src/com/gps/hibernate/JournalfeedDAO.java 34 fieldCommentRequirement Required
16274 src/com/gps/hibernate/JournalfeedDAO.java 35 fieldCommentRequirement Required
16275 src/com/gps/hibernate/JournalfeedDAO.java 36 fieldCommentRequirement Required
16276 src/com/gps/hibernate/JournalfeedDAO.java 37 Avoid excessively long variable names like RENDERER_TEMPLATE_ID
16277 src/com/gps/hibernate/JournalfeedDAO.java 37 fieldCommentRequirement Required
16278 src/com/gps/hibernate/JournalfeedDAO.java 38 fieldCommentRequirement Required
16279 src/com/gps/hibernate/JournalfeedDAO.java 39 fieldCommentRequirement Required
16280 src/com/gps/hibernate/JournalfeedDAO.java 40 fieldCommentRequirement Required
16281 src/com/gps/hibernate/JournalfeedDAO.java 41 Avoid excessively long variable names like TARGET_LAYOUT_FRIENDLY_URL
16282 src/com/gps/hibernate/JournalfeedDAO.java 41 fieldCommentRequirement Required
16283 src/com/gps/hibernate/JournalfeedDAO.java 42 fieldCommentRequirement Required
16284 src/com/gps/hibernate/JournalfeedDAO.java 43 fieldCommentRequirement Required
16285 src/com/gps/hibernate/JournalfeedDAO.java 44 fieldCommentRequirement Required
16286 src/com/gps/hibernate/JournalfeedDAO.java 45 fieldCommentRequirement Required
16287 src/com/gps/hibernate/JournalfeedDAO.java 47 Parameter 'transientInstance' is not assigned and could be declared final
16288 src/com/gps/hibernate/JournalfeedDAO.java 47 publicMethodCommentRequirement Required
16289 src/com/gps/hibernate/JournalfeedDAO.java 48 There is log block not surrounded by if
16290 src/com/gps/hibernate/JournalfeedDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16291 src/com/gps/hibernate/JournalfeedDAO.java 50 Potential violation of Law of Demeter (method chain calls)
16292 src/com/gps/hibernate/JournalfeedDAO.java 51 There is log block not surrounded by if
16293 src/com/gps/hibernate/JournalfeedDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16294 src/com/gps/hibernate/JournalfeedDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16295 src/com/gps/hibernate/JournalfeedDAO.java 53 There is log block not surrounded by if
16296 src/com/gps/hibernate/JournalfeedDAO.java 58 Avoid excessively long variable names like persistentInstance
16297 src/com/gps/hibernate/JournalfeedDAO.java 58 Parameter 'persistentInstance' is not assigned and could be declared final
16298 src/com/gps/hibernate/JournalfeedDAO.java 58 publicMethodCommentRequirement Required
16299 src/com/gps/hibernate/JournalfeedDAO.java 59 There is log block not surrounded by if
16300 src/com/gps/hibernate/JournalfeedDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16301 src/com/gps/hibernate/JournalfeedDAO.java 61 Potential violation of Law of Demeter (method chain calls)
16302 src/com/gps/hibernate/JournalfeedDAO.java 62 There is log block not surrounded by if
16303 src/com/gps/hibernate/JournalfeedDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16304 src/com/gps/hibernate/JournalfeedDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16305 src/com/gps/hibernate/JournalfeedDAO.java 64 There is log block not surrounded by if
16306 src/com/gps/hibernate/JournalfeedDAO.java 69 Avoid variables with short names like id
16307 src/com/gps/hibernate/JournalfeedDAO.java 69 Parameter 'id' is not assigned and could be declared final
16308 src/com/gps/hibernate/JournalfeedDAO.java 69 publicMethodCommentRequirement Required
16309 src/com/gps/hibernate/JournalfeedDAO.java 70 There is log block not surrounded by if
16310 src/com/gps/hibernate/JournalfeedDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16311 src/com/gps/hibernate/JournalfeedDAO.java 72 Local variable 'instance' could be declared final
16312 src/com/gps/hibernate/JournalfeedDAO.java 72 Potential violation of Law of Demeter (method chain calls)
16313 src/com/gps/hibernate/JournalfeedDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16314 src/com/gps/hibernate/JournalfeedDAO.java 76 There is log block not surrounded by if
16315 src/com/gps/hibernate/JournalfeedDAO.java 81 Parameter 'instance' is not assigned and could be declared final
16316 src/com/gps/hibernate/JournalfeedDAO.java 81 publicMethodCommentRequirement Required
16317 src/com/gps/hibernate/JournalfeedDAO.java 82 There is log block not surrounded by if
16318 src/com/gps/hibernate/JournalfeedDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16319 src/com/gps/hibernate/JournalfeedDAO.java 84 Local variable 'results' could be declared final
16320 src/com/gps/hibernate/JournalfeedDAO.java 84 Potential violation of Law of Demeter (method chain calls)
16321 src/com/gps/hibernate/JournalfeedDAO.java 84 Potential violation of Law of Demeter (method chain calls)
16322 src/com/gps/hibernate/JournalfeedDAO.java 84 Potential violation of Law of Demeter (method chain calls)
16323 src/com/gps/hibernate/JournalfeedDAO.java 87 There is log block not surrounded by if
16324 src/com/gps/hibernate/JournalfeedDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16325 src/com/gps/hibernate/JournalfeedDAO.java 88 Potential violation of Law of Demeter (object not created locally)
16326 src/com/gps/hibernate/JournalfeedDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16327 src/com/gps/hibernate/JournalfeedDAO.java 91 There is log block not surrounded by if
16328 src/com/gps/hibernate/JournalfeedDAO.java 96 Parameter 'propertyName' is not assigned and could be declared final
16329 src/com/gps/hibernate/JournalfeedDAO.java 96 Parameter 'value' is not assigned and could be declared final
16330 src/com/gps/hibernate/JournalfeedDAO.java 96 publicMethodCommentRequirement Required
16331 src/com/gps/hibernate/JournalfeedDAO.java 97 There is log block not surrounded by if
16332 src/com/gps/hibernate/JournalfeedDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16333 src/com/gps/hibernate/JournalfeedDAO.java 100 Local variable 'queryString' could be declared final
16334 src/com/gps/hibernate/JournalfeedDAO.java 102 Local variable 'queryObject' could be declared final
16335 src/com/gps/hibernate/JournalfeedDAO.java 102 Potential violation of Law of Demeter (method chain calls)
16336 src/com/gps/hibernate/JournalfeedDAO.java 103 Potential violation of Law of Demeter (object not created locally)
16337 src/com/gps/hibernate/JournalfeedDAO.java 104 Potential violation of Law of Demeter (object not created locally)
16338 src/com/gps/hibernate/JournalfeedDAO.java 105 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16339 src/com/gps/hibernate/JournalfeedDAO.java 106 There is log block not surrounded by if
16340 src/com/gps/hibernate/JournalfeedDAO.java 111 Parameter 'uuid' is not assigned and could be declared final
16341 src/com/gps/hibernate/JournalfeedDAO.java 111 publicMethodCommentRequirement Required
16342 src/com/gps/hibernate/JournalfeedDAO.java 115 Parameter 'groupId' is not assigned and could be declared final
16343 src/com/gps/hibernate/JournalfeedDAO.java 115 publicMethodCommentRequirement Required
16344 src/com/gps/hibernate/JournalfeedDAO.java 119 Parameter 'companyId' is not assigned and could be declared final
16345 src/com/gps/hibernate/JournalfeedDAO.java 119 publicMethodCommentRequirement Required
16346 src/com/gps/hibernate/JournalfeedDAO.java 123 Parameter 'userId' is not assigned and could be declared final
16347 src/com/gps/hibernate/JournalfeedDAO.java 123 publicMethodCommentRequirement Required
16348 src/com/gps/hibernate/JournalfeedDAO.java 127 Parameter 'userName' is not assigned and could be declared final
16349 src/com/gps/hibernate/JournalfeedDAO.java 127 publicMethodCommentRequirement Required
16350 src/com/gps/hibernate/JournalfeedDAO.java 131 Parameter 'feedId' is not assigned and could be declared final
16351 src/com/gps/hibernate/JournalfeedDAO.java 131 publicMethodCommentRequirement Required
16352 src/com/gps/hibernate/JournalfeedDAO.java 135 Parameter 'name' is not assigned and could be declared final
16353 src/com/gps/hibernate/JournalfeedDAO.java 135 publicMethodCommentRequirement Required
16354 src/com/gps/hibernate/JournalfeedDAO.java 139 Parameter 'description' is not assigned and could be declared final
16355 src/com/gps/hibernate/JournalfeedDAO.java 139 publicMethodCommentRequirement Required
16356 src/com/gps/hibernate/JournalfeedDAO.java 143 Parameter 'type' is not assigned and could be declared final
16357 src/com/gps/hibernate/JournalfeedDAO.java 143 publicMethodCommentRequirement Required
16358 src/com/gps/hibernate/JournalfeedDAO.java 147 Parameter 'structureId' is not assigned and could be declared final
16359 src/com/gps/hibernate/JournalfeedDAO.java 147 publicMethodCommentRequirement Required
16360 src/com/gps/hibernate/JournalfeedDAO.java 151 Parameter 'templateId' is not assigned and could be declared final
16361 src/com/gps/hibernate/JournalfeedDAO.java 151 publicMethodCommentRequirement Required
16362 src/com/gps/hibernate/JournalfeedDAO.java 155 Avoid excessively long variable names like rendererTemplateId
16363 src/com/gps/hibernate/JournalfeedDAO.java 155 Parameter 'rendererTemplateId' is not assigned and could be declared final
16364 src/com/gps/hibernate/JournalfeedDAO.java 155 publicMethodCommentRequirement Required
16365 src/com/gps/hibernate/JournalfeedDAO.java 159 Parameter 'delta' is not assigned and could be declared final
16366 src/com/gps/hibernate/JournalfeedDAO.java 159 publicMethodCommentRequirement Required
16367 src/com/gps/hibernate/JournalfeedDAO.java 163 Parameter 'orderByCol' is not assigned and could be declared final
16368 src/com/gps/hibernate/JournalfeedDAO.java 163 publicMethodCommentRequirement Required
16369 src/com/gps/hibernate/JournalfeedDAO.java 167 Parameter 'orderByType' is not assigned and could be declared final
16370 src/com/gps/hibernate/JournalfeedDAO.java 167 publicMethodCommentRequirement Required
16371 src/com/gps/hibernate/JournalfeedDAO.java 171 Avoid excessively long variable names like targetLayoutFriendlyUrl
16372 src/com/gps/hibernate/JournalfeedDAO.java 171 Parameter 'targetLayoutFriendlyUrl' is not assigned and could be declared final
16373 src/com/gps/hibernate/JournalfeedDAO.java 171 publicMethodCommentRequirement Required
16374 src/com/gps/hibernate/JournalfeedDAO.java 176 Parameter 'targetPortletId' is not assigned and could be declared final
16375 src/com/gps/hibernate/JournalfeedDAO.java 176 publicMethodCommentRequirement Required
16376 src/com/gps/hibernate/JournalfeedDAO.java 180 Parameter 'contentField' is not assigned and could be declared final
16377 src/com/gps/hibernate/JournalfeedDAO.java 180 publicMethodCommentRequirement Required
16378 src/com/gps/hibernate/JournalfeedDAO.java 184 Parameter 'feedType' is not assigned and could be declared final
16379 src/com/gps/hibernate/JournalfeedDAO.java 184 publicMethodCommentRequirement Required
16380 src/com/gps/hibernate/JournalfeedDAO.java 188 Parameter 'feedVersion' is not assigned and could be declared final
16381 src/com/gps/hibernate/JournalfeedDAO.java 188 publicMethodCommentRequirement Required
16382 src/com/gps/hibernate/JournalfeedDAO.java 192 publicMethodCommentRequirement Required
16383 src/com/gps/hibernate/JournalfeedDAO.java 193 There is log block not surrounded by if
16384 src/com/gps/hibernate/JournalfeedDAO.java 193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16385 src/com/gps/hibernate/JournalfeedDAO.java 195 Local variable 'queryString' could be declared final
16386 src/com/gps/hibernate/JournalfeedDAO.java 196 Local variable 'queryObject' could be declared final
16387 src/com/gps/hibernate/JournalfeedDAO.java 196 Potential violation of Law of Demeter (method chain calls)
16388 src/com/gps/hibernate/JournalfeedDAO.java 197 Potential violation of Law of Demeter (object not created locally)
16389 src/com/gps/hibernate/JournalfeedDAO.java 198 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16390 src/com/gps/hibernate/JournalfeedDAO.java 199 There is log block not surrounded by if
16391 src/com/gps/hibernate/JournalfeedDAO.java 204 Parameter 'detachedInstance' is not assigned and could be declared final
16392 src/com/gps/hibernate/JournalfeedDAO.java 204 publicMethodCommentRequirement Required
16393 src/com/gps/hibernate/JournalfeedDAO.java 205 There is log block not surrounded by if
16394 src/com/gps/hibernate/JournalfeedDAO.java 205 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16395 src/com/gps/hibernate/JournalfeedDAO.java 207 Local variable 'result' could be declared final
16396 src/com/gps/hibernate/JournalfeedDAO.java 207 Potential violation of Law of Demeter (method chain calls)
16397 src/com/gps/hibernate/JournalfeedDAO.java 209 There is log block not surrounded by if
16398 src/com/gps/hibernate/JournalfeedDAO.java 209 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16399 src/com/gps/hibernate/JournalfeedDAO.java 211 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16400 src/com/gps/hibernate/JournalfeedDAO.java 212 There is log block not surrounded by if
16401 src/com/gps/hibernate/JournalfeedDAO.java 217 Parameter 'instance' is not assigned and could be declared final
16402 src/com/gps/hibernate/JournalfeedDAO.java 217 publicMethodCommentRequirement Required
16403 src/com/gps/hibernate/JournalfeedDAO.java 218 There is log block not surrounded by if
16404 src/com/gps/hibernate/JournalfeedDAO.java 218 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16405 src/com/gps/hibernate/JournalfeedDAO.java 220 Potential violation of Law of Demeter (method chain calls)
16406 src/com/gps/hibernate/JournalfeedDAO.java 221 There is log block not surrounded by if
16407 src/com/gps/hibernate/JournalfeedDAO.java 221 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16408 src/com/gps/hibernate/JournalfeedDAO.java 222 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16409 src/com/gps/hibernate/JournalfeedDAO.java 223 There is log block not surrounded by if
16410 src/com/gps/hibernate/JournalfeedDAO.java 228 Parameter 'instance' is not assigned and could be declared final
16411 src/com/gps/hibernate/JournalfeedDAO.java 228 publicMethodCommentRequirement Required
16412 src/com/gps/hibernate/JournalfeedDAO.java 229 There is log block not surrounded by if
16413 src/com/gps/hibernate/JournalfeedDAO.java 229 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16414 src/com/gps/hibernate/JournalfeedDAO.java 231 Potential violation of Law of Demeter (method chain calls)
16415 src/com/gps/hibernate/JournalfeedDAO.java 232 There is log block not surrounded by if
16416 src/com/gps/hibernate/JournalfeedDAO.java 232 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16417 src/com/gps/hibernate/JournalfeedDAO.java 233 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16418 src/com/gps/hibernate/JournalfeedDAO.java 234 There is log block not surrounded by if
16419 src/com/gps/hibernate/Journalstructure.java 11 Classes implementing Serializable should set a serialVersionUID
16420 src/com/gps/hibernate/Journalstructure.java 15 Avoid variables with short names like id
16421 src/com/gps/hibernate/Journalstructure.java 15 fieldCommentRequirement Required
16422 src/com/gps/hibernate/Journalstructure.java 16 fieldCommentRequirement Required
16423 src/com/gps/hibernate/Journalstructure.java 17 fieldCommentRequirement Required
16424 src/com/gps/hibernate/Journalstructure.java 18 fieldCommentRequirement Required
16425 src/com/gps/hibernate/Journalstructure.java 19 fieldCommentRequirement Required
16426 src/com/gps/hibernate/Journalstructure.java 20 fieldCommentRequirement Required
16427 src/com/gps/hibernate/Journalstructure.java 21 fieldCommentRequirement Required
16428 src/com/gps/hibernate/Journalstructure.java 22 fieldCommentRequirement Required
16429 src/com/gps/hibernate/Journalstructure.java 23 fieldCommentRequirement Required
16430 src/com/gps/hibernate/Journalstructure.java 24 fieldCommentRequirement Required
16431 src/com/gps/hibernate/Journalstructure.java 25 fieldCommentRequirement Required
16432 src/com/gps/hibernate/Journalstructure.java 26 fieldCommentRequirement Required
16433 src/com/gps/hibernate/Journalstructure.java 27 fieldCommentRequirement Required
16434 src/com/gps/hibernate/Journalstructure.java 32 Document empty constructor
16435 src/com/gps/hibernate/Journalstructure.java 36 Avoid variables with short names like id
16436 src/com/gps/hibernate/Journalstructure.java 36 Parameter 'id' is not assigned and could be declared final
16437 src/com/gps/hibernate/Journalstructure.java 41 Avoid long parameter lists.
16438 src/com/gps/hibernate/Journalstructure.java 41 Avoid variables with short names like id
16439 src/com/gps/hibernate/Journalstructure.java 41 Parameter 'companyId' is not assigned and could be declared final
16440 src/com/gps/hibernate/Journalstructure.java 41 Parameter 'groupId' is not assigned and could be declared final
16441 src/com/gps/hibernate/Journalstructure.java 41 Parameter 'id' is not assigned and could be declared final
16442 src/com/gps/hibernate/Journalstructure.java 41 Parameter 'uuid' is not assigned and could be declared final
16443 src/com/gps/hibernate/Journalstructure.java 42 Parameter 'createDate' is not assigned and could be declared final
16444 src/com/gps/hibernate/Journalstructure.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
16445 src/com/gps/hibernate/Journalstructure.java 42 Parameter 'userId' is not assigned and could be declared final
16446 src/com/gps/hibernate/Journalstructure.java 42 Parameter 'userName' is not assigned and could be declared final
16447 src/com/gps/hibernate/Journalstructure.java 43 Parameter 'name' is not assigned and could be declared final
16448 src/com/gps/hibernate/Journalstructure.java 43 Parameter 'parentStructureId' is not assigned and could be declared final
16449 src/com/gps/hibernate/Journalstructure.java 43 Parameter 'structureId' is not assigned and could be declared final
16450 src/com/gps/hibernate/Journalstructure.java 44 Parameter 'description' is not assigned and could be declared final
16451 src/com/gps/hibernate/Journalstructure.java 44 Parameter 'xsd' is not assigned and could be declared final
16452 src/com/gps/hibernate/Journalstructure.java 62 publicMethodCommentRequirement Required
16453 src/com/gps/hibernate/Journalstructure.java 66 Avoid variables with short names like id
16454 src/com/gps/hibernate/Journalstructure.java 66 Parameter 'id' is not assigned and could be declared final
16455 src/com/gps/hibernate/Journalstructure.java 66 publicMethodCommentRequirement Required
16456 src/com/gps/hibernate/Journalstructure.java 70 publicMethodCommentRequirement Required
16457 src/com/gps/hibernate/Journalstructure.java 74 Parameter 'uuid' is not assigned and could be declared final
16458 src/com/gps/hibernate/Journalstructure.java 74 publicMethodCommentRequirement Required
16459 src/com/gps/hibernate/Journalstructure.java 78 publicMethodCommentRequirement Required
16460 src/com/gps/hibernate/Journalstructure.java 82 Parameter 'groupId' is not assigned and could be declared final
16461 src/com/gps/hibernate/Journalstructure.java 82 publicMethodCommentRequirement Required
16462 src/com/gps/hibernate/Journalstructure.java 86 publicMethodCommentRequirement Required
16463 src/com/gps/hibernate/Journalstructure.java 90 Parameter 'companyId' is not assigned and could be declared final
16464 src/com/gps/hibernate/Journalstructure.java 90 publicMethodCommentRequirement Required
16465 src/com/gps/hibernate/Journalstructure.java 94 publicMethodCommentRequirement Required
16466 src/com/gps/hibernate/Journalstructure.java 98 Parameter 'userId' is not assigned and could be declared final
16467 src/com/gps/hibernate/Journalstructure.java 98 publicMethodCommentRequirement Required
16468 src/com/gps/hibernate/Journalstructure.java 102 publicMethodCommentRequirement Required
16469 src/com/gps/hibernate/Journalstructure.java 106 Parameter 'userName' is not assigned and could be declared final
16470 src/com/gps/hibernate/Journalstructure.java 106 publicMethodCommentRequirement Required
16471 src/com/gps/hibernate/Journalstructure.java 110 publicMethodCommentRequirement Required
16472 src/com/gps/hibernate/Journalstructure.java 114 Parameter 'createDate' is not assigned and could be declared final
16473 src/com/gps/hibernate/Journalstructure.java 114 publicMethodCommentRequirement Required
16474 src/com/gps/hibernate/Journalstructure.java 118 publicMethodCommentRequirement Required
16475 src/com/gps/hibernate/Journalstructure.java 122 Parameter 'modifiedDate' is not assigned and could be declared final
16476 src/com/gps/hibernate/Journalstructure.java 122 publicMethodCommentRequirement Required
16477 src/com/gps/hibernate/Journalstructure.java 126 publicMethodCommentRequirement Required
16478 src/com/gps/hibernate/Journalstructure.java 130 Parameter 'structureId' is not assigned and could be declared final
16479 src/com/gps/hibernate/Journalstructure.java 130 publicMethodCommentRequirement Required
16480 src/com/gps/hibernate/Journalstructure.java 134 publicMethodCommentRequirement Required
16481 src/com/gps/hibernate/Journalstructure.java 138 Parameter 'parentStructureId' is not assigned and could be declared final
16482 src/com/gps/hibernate/Journalstructure.java 138 publicMethodCommentRequirement Required
16483 src/com/gps/hibernate/Journalstructure.java 142 publicMethodCommentRequirement Required
16484 src/com/gps/hibernate/Journalstructure.java 146 Parameter 'name' is not assigned and could be declared final
16485 src/com/gps/hibernate/Journalstructure.java 146 publicMethodCommentRequirement Required
16486 src/com/gps/hibernate/Journalstructure.java 150 publicMethodCommentRequirement Required
16487 src/com/gps/hibernate/Journalstructure.java 154 Parameter 'description' is not assigned and could be declared final
16488 src/com/gps/hibernate/Journalstructure.java 154 publicMethodCommentRequirement Required
16489 src/com/gps/hibernate/Journalstructure.java 158 publicMethodCommentRequirement Required
16490 src/com/gps/hibernate/Journalstructure.java 162 Parameter 'xsd' is not assigned and could be declared final
16491 src/com/gps/hibernate/Journalstructure.java 162 publicMethodCommentRequirement Required
16492 src/com/gps/hibernate/JournalstructureDAO.java 3 Avoid unused imports such as 'java.util.Date'
16493 src/com/gps/hibernate/JournalstructureDAO.java 11 Comment is too large: Too many lines
16494 src/com/gps/hibernate/JournalstructureDAO.java 23 This class has too many methods, consider refactoring it.
16495 src/com/gps/hibernate/JournalstructureDAO.java 24 Logger should be defined private static final and have the correct class
16496 src/com/gps/hibernate/JournalstructureDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
16497 src/com/gps/hibernate/JournalstructureDAO.java 24 fieldCommentRequirement Required
16498 src/com/gps/hibernate/JournalstructureDAO.java 26 fieldCommentRequirement Required
16499 src/com/gps/hibernate/JournalstructureDAO.java 27 fieldCommentRequirement Required
16500 src/com/gps/hibernate/JournalstructureDAO.java 28 fieldCommentRequirement Required
16501 src/com/gps/hibernate/JournalstructureDAO.java 29 fieldCommentRequirement Required
16502 src/com/gps/hibernate/JournalstructureDAO.java 30 fieldCommentRequirement Required
16503 src/com/gps/hibernate/JournalstructureDAO.java 31 fieldCommentRequirement Required
16504 src/com/gps/hibernate/JournalstructureDAO.java 32 Avoid excessively long variable names like PARENT_STRUCTURE_ID
16505 src/com/gps/hibernate/JournalstructureDAO.java 32 fieldCommentRequirement Required
16506 src/com/gps/hibernate/JournalstructureDAO.java 33 fieldCommentRequirement Required
16507 src/com/gps/hibernate/JournalstructureDAO.java 34 fieldCommentRequirement Required
16508 src/com/gps/hibernate/JournalstructureDAO.java 35 fieldCommentRequirement Required
16509 src/com/gps/hibernate/JournalstructureDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
16510 src/com/gps/hibernate/JournalstructureDAO.java 37 publicMethodCommentRequirement Required
16511 src/com/gps/hibernate/JournalstructureDAO.java 38 There is log block not surrounded by if
16512 src/com/gps/hibernate/JournalstructureDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16513 src/com/gps/hibernate/JournalstructureDAO.java 40 Potential violation of Law of Demeter (method chain calls)
16514 src/com/gps/hibernate/JournalstructureDAO.java 41 There is log block not surrounded by if
16515 src/com/gps/hibernate/JournalstructureDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16516 src/com/gps/hibernate/JournalstructureDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16517 src/com/gps/hibernate/JournalstructureDAO.java 43 There is log block not surrounded by if
16518 src/com/gps/hibernate/JournalstructureDAO.java 48 Avoid excessively long variable names like persistentInstance
16519 src/com/gps/hibernate/JournalstructureDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
16520 src/com/gps/hibernate/JournalstructureDAO.java 48 publicMethodCommentRequirement Required
16521 src/com/gps/hibernate/JournalstructureDAO.java 49 There is log block not surrounded by if
16522 src/com/gps/hibernate/JournalstructureDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16523 src/com/gps/hibernate/JournalstructureDAO.java 51 Potential violation of Law of Demeter (method chain calls)
16524 src/com/gps/hibernate/JournalstructureDAO.java 52 There is log block not surrounded by if
16525 src/com/gps/hibernate/JournalstructureDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16526 src/com/gps/hibernate/JournalstructureDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16527 src/com/gps/hibernate/JournalstructureDAO.java 54 There is log block not surrounded by if
16528 src/com/gps/hibernate/JournalstructureDAO.java 59 Avoid variables with short names like id
16529 src/com/gps/hibernate/JournalstructureDAO.java 59 Parameter 'id' is not assigned and could be declared final
16530 src/com/gps/hibernate/JournalstructureDAO.java 59 publicMethodCommentRequirement Required
16531 src/com/gps/hibernate/JournalstructureDAO.java 60 There is log block not surrounded by if
16532 src/com/gps/hibernate/JournalstructureDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16533 src/com/gps/hibernate/JournalstructureDAO.java 62 Local variable 'instance' could be declared final
16534 src/com/gps/hibernate/JournalstructureDAO.java 62 Potential violation of Law of Demeter (method chain calls)
16535 src/com/gps/hibernate/JournalstructureDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16536 src/com/gps/hibernate/JournalstructureDAO.java 66 There is log block not surrounded by if
16537 src/com/gps/hibernate/JournalstructureDAO.java 71 Parameter 'instance' is not assigned and could be declared final
16538 src/com/gps/hibernate/JournalstructureDAO.java 71 publicMethodCommentRequirement Required
16539 src/com/gps/hibernate/JournalstructureDAO.java 72 There is log block not surrounded by if
16540 src/com/gps/hibernate/JournalstructureDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16541 src/com/gps/hibernate/JournalstructureDAO.java 74 Local variable 'results' could be declared final
16542 src/com/gps/hibernate/JournalstructureDAO.java 74 Potential violation of Law of Demeter (method chain calls)
16543 src/com/gps/hibernate/JournalstructureDAO.java 74 Potential violation of Law of Demeter (method chain calls)
16544 src/com/gps/hibernate/JournalstructureDAO.java 74 Potential violation of Law of Demeter (method chain calls)
16545 src/com/gps/hibernate/JournalstructureDAO.java 77 There is log block not surrounded by if
16546 src/com/gps/hibernate/JournalstructureDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16547 src/com/gps/hibernate/JournalstructureDAO.java 78 Potential violation of Law of Demeter (object not created locally)
16548 src/com/gps/hibernate/JournalstructureDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16549 src/com/gps/hibernate/JournalstructureDAO.java 81 There is log block not surrounded by if
16550 src/com/gps/hibernate/JournalstructureDAO.java 86 Parameter 'propertyName' is not assigned and could be declared final
16551 src/com/gps/hibernate/JournalstructureDAO.java 86 Parameter 'value' is not assigned and could be declared final
16552 src/com/gps/hibernate/JournalstructureDAO.java 86 publicMethodCommentRequirement Required
16553 src/com/gps/hibernate/JournalstructureDAO.java 87 There is log block not surrounded by if
16554 src/com/gps/hibernate/JournalstructureDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16555 src/com/gps/hibernate/JournalstructureDAO.java 90 Local variable 'queryString' could be declared final
16556 src/com/gps/hibernate/JournalstructureDAO.java 92 Local variable 'queryObject' could be declared final
16557 src/com/gps/hibernate/JournalstructureDAO.java 92 Potential violation of Law of Demeter (method chain calls)
16558 src/com/gps/hibernate/JournalstructureDAO.java 93 Potential violation of Law of Demeter (object not created locally)
16559 src/com/gps/hibernate/JournalstructureDAO.java 94 Potential violation of Law of Demeter (object not created locally)
16560 src/com/gps/hibernate/JournalstructureDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16561 src/com/gps/hibernate/JournalstructureDAO.java 96 There is log block not surrounded by if
16562 src/com/gps/hibernate/JournalstructureDAO.java 101 Parameter 'uuid' is not assigned and could be declared final
16563 src/com/gps/hibernate/JournalstructureDAO.java 101 publicMethodCommentRequirement Required
16564 src/com/gps/hibernate/JournalstructureDAO.java 105 Parameter 'groupId' is not assigned and could be declared final
16565 src/com/gps/hibernate/JournalstructureDAO.java 105 publicMethodCommentRequirement Required
16566 src/com/gps/hibernate/JournalstructureDAO.java 109 Parameter 'companyId' is not assigned and could be declared final
16567 src/com/gps/hibernate/JournalstructureDAO.java 109 publicMethodCommentRequirement Required
16568 src/com/gps/hibernate/JournalstructureDAO.java 113 Parameter 'userId' is not assigned and could be declared final
16569 src/com/gps/hibernate/JournalstructureDAO.java 113 publicMethodCommentRequirement Required
16570 src/com/gps/hibernate/JournalstructureDAO.java 117 Parameter 'userName' is not assigned and could be declared final
16571 src/com/gps/hibernate/JournalstructureDAO.java 117 publicMethodCommentRequirement Required
16572 src/com/gps/hibernate/JournalstructureDAO.java 121 Parameter 'structureId' is not assigned and could be declared final
16573 src/com/gps/hibernate/JournalstructureDAO.java 121 publicMethodCommentRequirement Required
16574 src/com/gps/hibernate/JournalstructureDAO.java 125 Parameter 'parentStructureId' is not assigned and could be declared final
16575 src/com/gps/hibernate/JournalstructureDAO.java 125 publicMethodCommentRequirement Required
16576 src/com/gps/hibernate/JournalstructureDAO.java 129 Parameter 'name' is not assigned and could be declared final
16577 src/com/gps/hibernate/JournalstructureDAO.java 129 publicMethodCommentRequirement Required
16578 src/com/gps/hibernate/JournalstructureDAO.java 133 Parameter 'description' is not assigned and could be declared final
16579 src/com/gps/hibernate/JournalstructureDAO.java 133 publicMethodCommentRequirement Required
16580 src/com/gps/hibernate/JournalstructureDAO.java 137 Parameter 'xsd' is not assigned and could be declared final
16581 src/com/gps/hibernate/JournalstructureDAO.java 137 publicMethodCommentRequirement Required
16582 src/com/gps/hibernate/JournalstructureDAO.java 141 publicMethodCommentRequirement Required
16583 src/com/gps/hibernate/JournalstructureDAO.java 142 There is log block not surrounded by if
16584 src/com/gps/hibernate/JournalstructureDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16585 src/com/gps/hibernate/JournalstructureDAO.java 144 Local variable 'queryString' could be declared final
16586 src/com/gps/hibernate/JournalstructureDAO.java 145 Local variable 'queryObject' could be declared final
16587 src/com/gps/hibernate/JournalstructureDAO.java 145 Potential violation of Law of Demeter (method chain calls)
16588 src/com/gps/hibernate/JournalstructureDAO.java 146 Potential violation of Law of Demeter (object not created locally)
16589 src/com/gps/hibernate/JournalstructureDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16590 src/com/gps/hibernate/JournalstructureDAO.java 148 There is log block not surrounded by if
16591 src/com/gps/hibernate/JournalstructureDAO.java 153 Parameter 'detachedInstance' is not assigned and could be declared final
16592 src/com/gps/hibernate/JournalstructureDAO.java 153 publicMethodCommentRequirement Required
16593 src/com/gps/hibernate/JournalstructureDAO.java 154 There is log block not surrounded by if
16594 src/com/gps/hibernate/JournalstructureDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16595 src/com/gps/hibernate/JournalstructureDAO.java 156 Local variable 'result' could be declared final
16596 src/com/gps/hibernate/JournalstructureDAO.java 156 Potential violation of Law of Demeter (method chain calls)
16597 src/com/gps/hibernate/JournalstructureDAO.java 158 There is log block not surrounded by if
16598 src/com/gps/hibernate/JournalstructureDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16599 src/com/gps/hibernate/JournalstructureDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16600 src/com/gps/hibernate/JournalstructureDAO.java 161 There is log block not surrounded by if
16601 src/com/gps/hibernate/JournalstructureDAO.java 166 Parameter 'instance' is not assigned and could be declared final
16602 src/com/gps/hibernate/JournalstructureDAO.java 166 publicMethodCommentRequirement Required
16603 src/com/gps/hibernate/JournalstructureDAO.java 167 There is log block not surrounded by if
16604 src/com/gps/hibernate/JournalstructureDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16605 src/com/gps/hibernate/JournalstructureDAO.java 169 Potential violation of Law of Demeter (method chain calls)
16606 src/com/gps/hibernate/JournalstructureDAO.java 170 There is log block not surrounded by if
16607 src/com/gps/hibernate/JournalstructureDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16608 src/com/gps/hibernate/JournalstructureDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16609 src/com/gps/hibernate/JournalstructureDAO.java 172 There is log block not surrounded by if
16610 src/com/gps/hibernate/JournalstructureDAO.java 177 Parameter 'instance' is not assigned and could be declared final
16611 src/com/gps/hibernate/JournalstructureDAO.java 177 publicMethodCommentRequirement Required
16612 src/com/gps/hibernate/JournalstructureDAO.java 178 There is log block not surrounded by if
16613 src/com/gps/hibernate/JournalstructureDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16614 src/com/gps/hibernate/JournalstructureDAO.java 180 Potential violation of Law of Demeter (method chain calls)
16615 src/com/gps/hibernate/JournalstructureDAO.java 181 There is log block not surrounded by if
16616 src/com/gps/hibernate/JournalstructureDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16617 src/com/gps/hibernate/JournalstructureDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16618 src/com/gps/hibernate/JournalstructureDAO.java 183 There is log block not surrounded by if
16619 src/com/gps/hibernate/Journaltemplate.java 11 Classes implementing Serializable should set a serialVersionUID
16620 src/com/gps/hibernate/Journaltemplate.java 11 Too many fields
16621 src/com/gps/hibernate/Journaltemplate.java 15 Avoid variables with short names like id
16622 src/com/gps/hibernate/Journaltemplate.java 15 fieldCommentRequirement Required
16623 src/com/gps/hibernate/Journaltemplate.java 16 fieldCommentRequirement Required
16624 src/com/gps/hibernate/Journaltemplate.java 17 fieldCommentRequirement Required
16625 src/com/gps/hibernate/Journaltemplate.java 18 fieldCommentRequirement Required
16626 src/com/gps/hibernate/Journaltemplate.java 19 fieldCommentRequirement Required
16627 src/com/gps/hibernate/Journaltemplate.java 20 fieldCommentRequirement Required
16628 src/com/gps/hibernate/Journaltemplate.java 21 fieldCommentRequirement Required
16629 src/com/gps/hibernate/Journaltemplate.java 22 fieldCommentRequirement Required
16630 src/com/gps/hibernate/Journaltemplate.java 23 fieldCommentRequirement Required
16631 src/com/gps/hibernate/Journaltemplate.java 24 fieldCommentRequirement Required
16632 src/com/gps/hibernate/Journaltemplate.java 25 fieldCommentRequirement Required
16633 src/com/gps/hibernate/Journaltemplate.java 26 fieldCommentRequirement Required
16634 src/com/gps/hibernate/Journaltemplate.java 27 fieldCommentRequirement Required
16635 src/com/gps/hibernate/Journaltemplate.java 28 fieldCommentRequirement Required
16636 src/com/gps/hibernate/Journaltemplate.java 29 fieldCommentRequirement Required
16637 src/com/gps/hibernate/Journaltemplate.java 30 fieldCommentRequirement Required
16638 src/com/gps/hibernate/Journaltemplate.java 31 fieldCommentRequirement Required
16639 src/com/gps/hibernate/Journaltemplate.java 32 fieldCommentRequirement Required
16640 src/com/gps/hibernate/Journaltemplate.java 37 Document empty constructor
16641 src/com/gps/hibernate/Journaltemplate.java 41 Avoid variables with short names like id
16642 src/com/gps/hibernate/Journaltemplate.java 41 Parameter 'id' is not assigned and could be declared final
16643 src/com/gps/hibernate/Journaltemplate.java 46 Avoid long parameter lists.
16644 src/com/gps/hibernate/Journaltemplate.java 46 Avoid variables with short names like id
16645 src/com/gps/hibernate/Journaltemplate.java 46 Parameter 'companyId' is not assigned and could be declared final
16646 src/com/gps/hibernate/Journaltemplate.java 46 Parameter 'groupId' is not assigned and could be declared final
16647 src/com/gps/hibernate/Journaltemplate.java 46 Parameter 'id' is not assigned and could be declared final
16648 src/com/gps/hibernate/Journaltemplate.java 46 Parameter 'uuid' is not assigned and could be declared final
16649 src/com/gps/hibernate/Journaltemplate.java 47 Parameter 'createDate' is not assigned and could be declared final
16650 src/com/gps/hibernate/Journaltemplate.java 47 Parameter 'modifiedDate' is not assigned and could be declared final
16651 src/com/gps/hibernate/Journaltemplate.java 47 Parameter 'userId' is not assigned and could be declared final
16652 src/com/gps/hibernate/Journaltemplate.java 47 Parameter 'userName' is not assigned and could be declared final
16653 src/com/gps/hibernate/Journaltemplate.java 48 Parameter 'name' is not assigned and could be declared final
16654 src/com/gps/hibernate/Journaltemplate.java 48 Parameter 'structureId' is not assigned and could be declared final
16655 src/com/gps/hibernate/Journaltemplate.java 48 Parameter 'templateId' is not assigned and could be declared final
16656 src/com/gps/hibernate/Journaltemplate.java 49 Parameter 'cacheable' is not assigned and could be declared final
16657 src/com/gps/hibernate/Journaltemplate.java 49 Parameter 'description' is not assigned and could be declared final
16658 src/com/gps/hibernate/Journaltemplate.java 49 Parameter 'langType' is not assigned and could be declared final
16659 src/com/gps/hibernate/Journaltemplate.java 49 Parameter 'xsl' is not assigned and could be declared final
16660 src/com/gps/hibernate/Journaltemplate.java 50 Parameter 'smallImage' is not assigned and could be declared final
16661 src/com/gps/hibernate/Journaltemplate.java 50 Parameter 'smallImageId' is not assigned and could be declared final
16662 src/com/gps/hibernate/Journaltemplate.java 50 Parameter 'smallImageUrl' is not assigned and could be declared final
16663 src/com/gps/hibernate/Journaltemplate.java 73 publicMethodCommentRequirement Required
16664 src/com/gps/hibernate/Journaltemplate.java 77 Avoid variables with short names like id
16665 src/com/gps/hibernate/Journaltemplate.java 77 Parameter 'id' is not assigned and could be declared final
16666 src/com/gps/hibernate/Journaltemplate.java 77 publicMethodCommentRequirement Required
16667 src/com/gps/hibernate/Journaltemplate.java 81 publicMethodCommentRequirement Required
16668 src/com/gps/hibernate/Journaltemplate.java 85 Parameter 'uuid' is not assigned and could be declared final
16669 src/com/gps/hibernate/Journaltemplate.java 85 publicMethodCommentRequirement Required
16670 src/com/gps/hibernate/Journaltemplate.java 89 publicMethodCommentRequirement Required
16671 src/com/gps/hibernate/Journaltemplate.java 93 Parameter 'groupId' is not assigned and could be declared final
16672 src/com/gps/hibernate/Journaltemplate.java 93 publicMethodCommentRequirement Required
16673 src/com/gps/hibernate/Journaltemplate.java 97 publicMethodCommentRequirement Required
16674 src/com/gps/hibernate/Journaltemplate.java 101 Parameter 'companyId' is not assigned and could be declared final
16675 src/com/gps/hibernate/Journaltemplate.java 101 publicMethodCommentRequirement Required
16676 src/com/gps/hibernate/Journaltemplate.java 105 publicMethodCommentRequirement Required
16677 src/com/gps/hibernate/Journaltemplate.java 109 Parameter 'userId' is not assigned and could be declared final
16678 src/com/gps/hibernate/Journaltemplate.java 109 publicMethodCommentRequirement Required
16679 src/com/gps/hibernate/Journaltemplate.java 113 publicMethodCommentRequirement Required
16680 src/com/gps/hibernate/Journaltemplate.java 117 Parameter 'userName' is not assigned and could be declared final
16681 src/com/gps/hibernate/Journaltemplate.java 117 publicMethodCommentRequirement Required
16682 src/com/gps/hibernate/Journaltemplate.java 121 publicMethodCommentRequirement Required
16683 src/com/gps/hibernate/Journaltemplate.java 125 Parameter 'createDate' is not assigned and could be declared final
16684 src/com/gps/hibernate/Journaltemplate.java 125 publicMethodCommentRequirement Required
16685 src/com/gps/hibernate/Journaltemplate.java 129 publicMethodCommentRequirement Required
16686 src/com/gps/hibernate/Journaltemplate.java 133 Parameter 'modifiedDate' is not assigned and could be declared final
16687 src/com/gps/hibernate/Journaltemplate.java 133 publicMethodCommentRequirement Required
16688 src/com/gps/hibernate/Journaltemplate.java 137 publicMethodCommentRequirement Required
16689 src/com/gps/hibernate/Journaltemplate.java 141 Parameter 'templateId' is not assigned and could be declared final
16690 src/com/gps/hibernate/Journaltemplate.java 141 publicMethodCommentRequirement Required
16691 src/com/gps/hibernate/Journaltemplate.java 145 publicMethodCommentRequirement Required
16692 src/com/gps/hibernate/Journaltemplate.java 149 Parameter 'structureId' is not assigned and could be declared final
16693 src/com/gps/hibernate/Journaltemplate.java 149 publicMethodCommentRequirement Required
16694 src/com/gps/hibernate/Journaltemplate.java 153 publicMethodCommentRequirement Required
16695 src/com/gps/hibernate/Journaltemplate.java 157 Parameter 'name' is not assigned and could be declared final
16696 src/com/gps/hibernate/Journaltemplate.java 157 publicMethodCommentRequirement Required
16697 src/com/gps/hibernate/Journaltemplate.java 161 publicMethodCommentRequirement Required
16698 src/com/gps/hibernate/Journaltemplate.java 165 Parameter 'description' is not assigned and could be declared final
16699 src/com/gps/hibernate/Journaltemplate.java 165 publicMethodCommentRequirement Required
16700 src/com/gps/hibernate/Journaltemplate.java 169 publicMethodCommentRequirement Required
16701 src/com/gps/hibernate/Journaltemplate.java 173 Parameter 'xsl' is not assigned and could be declared final
16702 src/com/gps/hibernate/Journaltemplate.java 173 publicMethodCommentRequirement Required
16703 src/com/gps/hibernate/Journaltemplate.java 177 publicMethodCommentRequirement Required
16704 src/com/gps/hibernate/Journaltemplate.java 181 Parameter 'langType' is not assigned and could be declared final
16705 src/com/gps/hibernate/Journaltemplate.java 181 publicMethodCommentRequirement Required
16706 src/com/gps/hibernate/Journaltemplate.java 185 publicMethodCommentRequirement Required
16707 src/com/gps/hibernate/Journaltemplate.java 189 Parameter 'cacheable' is not assigned and could be declared final
16708 src/com/gps/hibernate/Journaltemplate.java 189 publicMethodCommentRequirement Required
16709 src/com/gps/hibernate/Journaltemplate.java 193 publicMethodCommentRequirement Required
16710 src/com/gps/hibernate/Journaltemplate.java 197 Parameter 'smallImage' is not assigned and could be declared final
16711 src/com/gps/hibernate/Journaltemplate.java 197 publicMethodCommentRequirement Required
16712 src/com/gps/hibernate/Journaltemplate.java 201 publicMethodCommentRequirement Required
16713 src/com/gps/hibernate/Journaltemplate.java 205 Parameter 'smallImageId' is not assigned and could be declared final
16714 src/com/gps/hibernate/Journaltemplate.java 205 publicMethodCommentRequirement Required
16715 src/com/gps/hibernate/Journaltemplate.java 209 publicMethodCommentRequirement Required
16716 src/com/gps/hibernate/Journaltemplate.java 213 Parameter 'smallImageUrl' is not assigned and could be declared final
16717 src/com/gps/hibernate/Journaltemplate.java 213 publicMethodCommentRequirement Required
16718 src/com/gps/hibernate/JournaltemplateDAO.java 3 Avoid unused imports such as 'java.util.Date'
16719 src/com/gps/hibernate/JournaltemplateDAO.java 11 Comment is too large: Too many lines
16720 src/com/gps/hibernate/JournaltemplateDAO.java 23 This class has too many methods, consider refactoring it.
16721 src/com/gps/hibernate/JournaltemplateDAO.java 24 Logger should be defined private static final and have the correct class
16722 src/com/gps/hibernate/JournaltemplateDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
16723 src/com/gps/hibernate/JournaltemplateDAO.java 24 fieldCommentRequirement Required
16724 src/com/gps/hibernate/JournaltemplateDAO.java 26 fieldCommentRequirement Required
16725 src/com/gps/hibernate/JournaltemplateDAO.java 27 fieldCommentRequirement Required
16726 src/com/gps/hibernate/JournaltemplateDAO.java 28 fieldCommentRequirement Required
16727 src/com/gps/hibernate/JournaltemplateDAO.java 29 fieldCommentRequirement Required
16728 src/com/gps/hibernate/JournaltemplateDAO.java 30 fieldCommentRequirement Required
16729 src/com/gps/hibernate/JournaltemplateDAO.java 31 fieldCommentRequirement Required
16730 src/com/gps/hibernate/JournaltemplateDAO.java 32 fieldCommentRequirement Required
16731 src/com/gps/hibernate/JournaltemplateDAO.java 33 fieldCommentRequirement Required
16732 src/com/gps/hibernate/JournaltemplateDAO.java 34 fieldCommentRequirement Required
16733 src/com/gps/hibernate/JournaltemplateDAO.java 35 fieldCommentRequirement Required
16734 src/com/gps/hibernate/JournaltemplateDAO.java 36 fieldCommentRequirement Required
16735 src/com/gps/hibernate/JournaltemplateDAO.java 37 fieldCommentRequirement Required
16736 src/com/gps/hibernate/JournaltemplateDAO.java 38 fieldCommentRequirement Required
16737 src/com/gps/hibernate/JournaltemplateDAO.java 39 fieldCommentRequirement Required
16738 src/com/gps/hibernate/JournaltemplateDAO.java 40 fieldCommentRequirement Required
16739 src/com/gps/hibernate/JournaltemplateDAO.java 42 Parameter 'transientInstance' is not assigned and could be declared final
16740 src/com/gps/hibernate/JournaltemplateDAO.java 42 publicMethodCommentRequirement Required
16741 src/com/gps/hibernate/JournaltemplateDAO.java 43 There is log block not surrounded by if
16742 src/com/gps/hibernate/JournaltemplateDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16743 src/com/gps/hibernate/JournaltemplateDAO.java 45 Potential violation of Law of Demeter (method chain calls)
16744 src/com/gps/hibernate/JournaltemplateDAO.java 46 There is log block not surrounded by if
16745 src/com/gps/hibernate/JournaltemplateDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16746 src/com/gps/hibernate/JournaltemplateDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16747 src/com/gps/hibernate/JournaltemplateDAO.java 48 There is log block not surrounded by if
16748 src/com/gps/hibernate/JournaltemplateDAO.java 53 Avoid excessively long variable names like persistentInstance
16749 src/com/gps/hibernate/JournaltemplateDAO.java 53 Parameter 'persistentInstance' is not assigned and could be declared final
16750 src/com/gps/hibernate/JournaltemplateDAO.java 53 publicMethodCommentRequirement Required
16751 src/com/gps/hibernate/JournaltemplateDAO.java 54 There is log block not surrounded by if
16752 src/com/gps/hibernate/JournaltemplateDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16753 src/com/gps/hibernate/JournaltemplateDAO.java 56 Potential violation of Law of Demeter (method chain calls)
16754 src/com/gps/hibernate/JournaltemplateDAO.java 57 There is log block not surrounded by if
16755 src/com/gps/hibernate/JournaltemplateDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16756 src/com/gps/hibernate/JournaltemplateDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16757 src/com/gps/hibernate/JournaltemplateDAO.java 59 There is log block not surrounded by if
16758 src/com/gps/hibernate/JournaltemplateDAO.java 64 Avoid variables with short names like id
16759 src/com/gps/hibernate/JournaltemplateDAO.java 64 Parameter 'id' is not assigned and could be declared final
16760 src/com/gps/hibernate/JournaltemplateDAO.java 64 publicMethodCommentRequirement Required
16761 src/com/gps/hibernate/JournaltemplateDAO.java 65 There is log block not surrounded by if
16762 src/com/gps/hibernate/JournaltemplateDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16763 src/com/gps/hibernate/JournaltemplateDAO.java 67 Local variable 'instance' could be declared final
16764 src/com/gps/hibernate/JournaltemplateDAO.java 67 Potential violation of Law of Demeter (method chain calls)
16765 src/com/gps/hibernate/JournaltemplateDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16766 src/com/gps/hibernate/JournaltemplateDAO.java 71 There is log block not surrounded by if
16767 src/com/gps/hibernate/JournaltemplateDAO.java 76 Parameter 'instance' is not assigned and could be declared final
16768 src/com/gps/hibernate/JournaltemplateDAO.java 76 publicMethodCommentRequirement Required
16769 src/com/gps/hibernate/JournaltemplateDAO.java 77 There is log block not surrounded by if
16770 src/com/gps/hibernate/JournaltemplateDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16771 src/com/gps/hibernate/JournaltemplateDAO.java 79 Local variable 'results' could be declared final
16772 src/com/gps/hibernate/JournaltemplateDAO.java 79 Potential violation of Law of Demeter (method chain calls)
16773 src/com/gps/hibernate/JournaltemplateDAO.java 79 Potential violation of Law of Demeter (method chain calls)
16774 src/com/gps/hibernate/JournaltemplateDAO.java 79 Potential violation of Law of Demeter (method chain calls)
16775 src/com/gps/hibernate/JournaltemplateDAO.java 82 There is log block not surrounded by if
16776 src/com/gps/hibernate/JournaltemplateDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16777 src/com/gps/hibernate/JournaltemplateDAO.java 83 Potential violation of Law of Demeter (object not created locally)
16778 src/com/gps/hibernate/JournaltemplateDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16779 src/com/gps/hibernate/JournaltemplateDAO.java 86 There is log block not surrounded by if
16780 src/com/gps/hibernate/JournaltemplateDAO.java 91 Parameter 'propertyName' is not assigned and could be declared final
16781 src/com/gps/hibernate/JournaltemplateDAO.java 91 Parameter 'value' is not assigned and could be declared final
16782 src/com/gps/hibernate/JournaltemplateDAO.java 91 publicMethodCommentRequirement Required
16783 src/com/gps/hibernate/JournaltemplateDAO.java 92 There is log block not surrounded by if
16784 src/com/gps/hibernate/JournaltemplateDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16785 src/com/gps/hibernate/JournaltemplateDAO.java 95 Local variable 'queryString' could be declared final
16786 src/com/gps/hibernate/JournaltemplateDAO.java 97 Local variable 'queryObject' could be declared final
16787 src/com/gps/hibernate/JournaltemplateDAO.java 97 Potential violation of Law of Demeter (method chain calls)
16788 src/com/gps/hibernate/JournaltemplateDAO.java 98 Potential violation of Law of Demeter (object not created locally)
16789 src/com/gps/hibernate/JournaltemplateDAO.java 99 Potential violation of Law of Demeter (object not created locally)
16790 src/com/gps/hibernate/JournaltemplateDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16791 src/com/gps/hibernate/JournaltemplateDAO.java 101 There is log block not surrounded by if
16792 src/com/gps/hibernate/JournaltemplateDAO.java 106 Parameter 'uuid' is not assigned and could be declared final
16793 src/com/gps/hibernate/JournaltemplateDAO.java 106 publicMethodCommentRequirement Required
16794 src/com/gps/hibernate/JournaltemplateDAO.java 110 Parameter 'groupId' is not assigned and could be declared final
16795 src/com/gps/hibernate/JournaltemplateDAO.java 110 publicMethodCommentRequirement Required
16796 src/com/gps/hibernate/JournaltemplateDAO.java 114 Parameter 'companyId' is not assigned and could be declared final
16797 src/com/gps/hibernate/JournaltemplateDAO.java 114 publicMethodCommentRequirement Required
16798 src/com/gps/hibernate/JournaltemplateDAO.java 118 Parameter 'userId' is not assigned and could be declared final
16799 src/com/gps/hibernate/JournaltemplateDAO.java 118 publicMethodCommentRequirement Required
16800 src/com/gps/hibernate/JournaltemplateDAO.java 122 Parameter 'userName' is not assigned and could be declared final
16801 src/com/gps/hibernate/JournaltemplateDAO.java 122 publicMethodCommentRequirement Required
16802 src/com/gps/hibernate/JournaltemplateDAO.java 126 Parameter 'templateId' is not assigned and could be declared final
16803 src/com/gps/hibernate/JournaltemplateDAO.java 126 publicMethodCommentRequirement Required
16804 src/com/gps/hibernate/JournaltemplateDAO.java 130 Parameter 'structureId' is not assigned and could be declared final
16805 src/com/gps/hibernate/JournaltemplateDAO.java 130 publicMethodCommentRequirement Required
16806 src/com/gps/hibernate/JournaltemplateDAO.java 134 Parameter 'name' is not assigned and could be declared final
16807 src/com/gps/hibernate/JournaltemplateDAO.java 134 publicMethodCommentRequirement Required
16808 src/com/gps/hibernate/JournaltemplateDAO.java 138 Parameter 'description' is not assigned and could be declared final
16809 src/com/gps/hibernate/JournaltemplateDAO.java 138 publicMethodCommentRequirement Required
16810 src/com/gps/hibernate/JournaltemplateDAO.java 142 Parameter 'xsl' is not assigned and could be declared final
16811 src/com/gps/hibernate/JournaltemplateDAO.java 142 publicMethodCommentRequirement Required
16812 src/com/gps/hibernate/JournaltemplateDAO.java 146 Parameter 'langType' is not assigned and could be declared final
16813 src/com/gps/hibernate/JournaltemplateDAO.java 146 publicMethodCommentRequirement Required
16814 src/com/gps/hibernate/JournaltemplateDAO.java 150 Parameter 'cacheable' is not assigned and could be declared final
16815 src/com/gps/hibernate/JournaltemplateDAO.java 150 publicMethodCommentRequirement Required
16816 src/com/gps/hibernate/JournaltemplateDAO.java 154 Parameter 'smallImage' is not assigned and could be declared final
16817 src/com/gps/hibernate/JournaltemplateDAO.java 154 publicMethodCommentRequirement Required
16818 src/com/gps/hibernate/JournaltemplateDAO.java 158 Parameter 'smallImageId' is not assigned and could be declared final
16819 src/com/gps/hibernate/JournaltemplateDAO.java 158 publicMethodCommentRequirement Required
16820 src/com/gps/hibernate/JournaltemplateDAO.java 162 Parameter 'smallImageUrl' is not assigned and could be declared final
16821 src/com/gps/hibernate/JournaltemplateDAO.java 162 publicMethodCommentRequirement Required
16822 src/com/gps/hibernate/JournaltemplateDAO.java 166 publicMethodCommentRequirement Required
16823 src/com/gps/hibernate/JournaltemplateDAO.java 167 There is log block not surrounded by if
16824 src/com/gps/hibernate/JournaltemplateDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16825 src/com/gps/hibernate/JournaltemplateDAO.java 169 Local variable 'queryString' could be declared final
16826 src/com/gps/hibernate/JournaltemplateDAO.java 170 Local variable 'queryObject' could be declared final
16827 src/com/gps/hibernate/JournaltemplateDAO.java 170 Potential violation of Law of Demeter (method chain calls)
16828 src/com/gps/hibernate/JournaltemplateDAO.java 171 Potential violation of Law of Demeter (object not created locally)
16829 src/com/gps/hibernate/JournaltemplateDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16830 src/com/gps/hibernate/JournaltemplateDAO.java 173 There is log block not surrounded by if
16831 src/com/gps/hibernate/JournaltemplateDAO.java 178 Parameter 'detachedInstance' is not assigned and could be declared final
16832 src/com/gps/hibernate/JournaltemplateDAO.java 178 publicMethodCommentRequirement Required
16833 src/com/gps/hibernate/JournaltemplateDAO.java 179 There is log block not surrounded by if
16834 src/com/gps/hibernate/JournaltemplateDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16835 src/com/gps/hibernate/JournaltemplateDAO.java 181 Local variable 'result' could be declared final
16836 src/com/gps/hibernate/JournaltemplateDAO.java 181 Potential violation of Law of Demeter (method chain calls)
16837 src/com/gps/hibernate/JournaltemplateDAO.java 183 There is log block not surrounded by if
16838 src/com/gps/hibernate/JournaltemplateDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16839 src/com/gps/hibernate/JournaltemplateDAO.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16840 src/com/gps/hibernate/JournaltemplateDAO.java 186 There is log block not surrounded by if
16841 src/com/gps/hibernate/JournaltemplateDAO.java 191 Parameter 'instance' is not assigned and could be declared final
16842 src/com/gps/hibernate/JournaltemplateDAO.java 191 publicMethodCommentRequirement Required
16843 src/com/gps/hibernate/JournaltemplateDAO.java 192 There is log block not surrounded by if
16844 src/com/gps/hibernate/JournaltemplateDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16845 src/com/gps/hibernate/JournaltemplateDAO.java 194 Potential violation of Law of Demeter (method chain calls)
16846 src/com/gps/hibernate/JournaltemplateDAO.java 195 There is log block not surrounded by if
16847 src/com/gps/hibernate/JournaltemplateDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16848 src/com/gps/hibernate/JournaltemplateDAO.java 196 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16849 src/com/gps/hibernate/JournaltemplateDAO.java 197 There is log block not surrounded by if
16850 src/com/gps/hibernate/JournaltemplateDAO.java 202 Parameter 'instance' is not assigned and could be declared final
16851 src/com/gps/hibernate/JournaltemplateDAO.java 202 publicMethodCommentRequirement Required
16852 src/com/gps/hibernate/JournaltemplateDAO.java 203 There is log block not surrounded by if
16853 src/com/gps/hibernate/JournaltemplateDAO.java 203 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16854 src/com/gps/hibernate/JournaltemplateDAO.java 205 Potential violation of Law of Demeter (method chain calls)
16855 src/com/gps/hibernate/JournaltemplateDAO.java 206 There is log block not surrounded by if
16856 src/com/gps/hibernate/JournaltemplateDAO.java 206 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16857 src/com/gps/hibernate/JournaltemplateDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16858 src/com/gps/hibernate/JournaltemplateDAO.java 208 There is log block not surrounded by if
16859 src/com/gps/hibernate/Layout.java 9 Classes implementing Serializable should set a serialVersionUID
16860 src/com/gps/hibernate/Layout.java 9 Too many fields
16861 src/com/gps/hibernate/Layout.java 13 fieldCommentRequirement Required
16862 src/com/gps/hibernate/Layout.java 14 fieldCommentRequirement Required
16863 src/com/gps/hibernate/Layout.java 15 fieldCommentRequirement Required
16864 src/com/gps/hibernate/Layout.java 16 fieldCommentRequirement Required
16865 src/com/gps/hibernate/Layout.java 17 fieldCommentRequirement Required
16866 src/com/gps/hibernate/Layout.java 18 fieldCommentRequirement Required
16867 src/com/gps/hibernate/Layout.java 19 fieldCommentRequirement Required
16868 src/com/gps/hibernate/Layout.java 20 fieldCommentRequirement Required
16869 src/com/gps/hibernate/Layout.java 21 fieldCommentRequirement Required
16870 src/com/gps/hibernate/Layout.java 22 fieldCommentRequirement Required
16871 src/com/gps/hibernate/Layout.java 23 fieldCommentRequirement Required
16872 src/com/gps/hibernate/Layout.java 24 fieldCommentRequirement Required
16873 src/com/gps/hibernate/Layout.java 25 fieldCommentRequirement Required
16874 src/com/gps/hibernate/Layout.java 26 fieldCommentRequirement Required
16875 src/com/gps/hibernate/Layout.java 27 fieldCommentRequirement Required
16876 src/com/gps/hibernate/Layout.java 28 fieldCommentRequirement Required
16877 src/com/gps/hibernate/Layout.java 29 fieldCommentRequirement Required
16878 src/com/gps/hibernate/Layout.java 30 fieldCommentRequirement Required
16879 src/com/gps/hibernate/Layout.java 31 fieldCommentRequirement Required
16880 src/com/gps/hibernate/Layout.java 32 fieldCommentRequirement Required
16881 src/com/gps/hibernate/Layout.java 33 fieldCommentRequirement Required
16882 src/com/gps/hibernate/Layout.java 34 fieldCommentRequirement Required
16883 src/com/gps/hibernate/Layout.java 39 Document empty constructor
16884 src/com/gps/hibernate/Layout.java 43 Parameter 'plid' is not assigned and could be declared final
16885 src/com/gps/hibernate/Layout.java 48 Avoid long parameter lists.
16886 src/com/gps/hibernate/Layout.java 48 Parameter 'companyId' is not assigned and could be declared final
16887 src/com/gps/hibernate/Layout.java 48 Parameter 'groupId' is not assigned and could be declared final
16888 src/com/gps/hibernate/Layout.java 48 Parameter 'plid' is not assigned and could be declared final
16889 src/com/gps/hibernate/Layout.java 48 Parameter 'privateLayout' is not assigned and could be declared final
16890 src/com/gps/hibernate/Layout.java 49 Parameter 'layoutId' is not assigned and could be declared final
16891 src/com/gps/hibernate/Layout.java 49 Parameter 'name' is not assigned and could be declared final
16892 src/com/gps/hibernate/Layout.java 49 Parameter 'parentLayoutId' is not assigned and could be declared final
16893 src/com/gps/hibernate/Layout.java 49 Parameter 'title' is not assigned and could be declared final
16894 src/com/gps/hibernate/Layout.java 50 Parameter 'description' is not assigned and could be declared final
16895 src/com/gps/hibernate/Layout.java 50 Parameter 'hidden' is not assigned and could be declared final
16896 src/com/gps/hibernate/Layout.java 50 Parameter 'type' is not assigned and could be declared final
16897 src/com/gps/hibernate/Layout.java 50 Parameter 'typeSettings' is not assigned and could be declared final
16898 src/com/gps/hibernate/Layout.java 51 Parameter 'friendlyUrl' is not assigned and could be declared final
16899 src/com/gps/hibernate/Layout.java 51 Parameter 'iconImage' is not assigned and could be declared final
16900 src/com/gps/hibernate/Layout.java 51 Parameter 'iconImageId' is not assigned and could be declared final
16901 src/com/gps/hibernate/Layout.java 52 Parameter 'colorSchemeId' is not assigned and could be declared final
16902 src/com/gps/hibernate/Layout.java 52 Parameter 'themeId' is not assigned and could be declared final
16903 src/com/gps/hibernate/Layout.java 52 Parameter 'wapThemeId' is not assigned and could be declared final
16904 src/com/gps/hibernate/Layout.java 53 Parameter 'css' is not assigned and could be declared final
16905 src/com/gps/hibernate/Layout.java 53 Parameter 'priority' is not assigned and could be declared final
16906 src/com/gps/hibernate/Layout.java 53 Parameter 'wapColorSchemeId' is not assigned and could be declared final
16907 src/com/gps/hibernate/Layout.java 54 Parameter 'dlFolderId' is not assigned and could be declared final
16908 src/com/gps/hibernate/Layout.java 81 publicMethodCommentRequirement Required
16909 src/com/gps/hibernate/Layout.java 85 Parameter 'plid' is not assigned and could be declared final
16910 src/com/gps/hibernate/Layout.java 85 publicMethodCommentRequirement Required
16911 src/com/gps/hibernate/Layout.java 89 publicMethodCommentRequirement Required
16912 src/com/gps/hibernate/Layout.java 93 Parameter 'groupId' is not assigned and could be declared final
16913 src/com/gps/hibernate/Layout.java 93 publicMethodCommentRequirement Required
16914 src/com/gps/hibernate/Layout.java 97 publicMethodCommentRequirement Required
16915 src/com/gps/hibernate/Layout.java 101 Parameter 'companyId' is not assigned and could be declared final
16916 src/com/gps/hibernate/Layout.java 101 publicMethodCommentRequirement Required
16917 src/com/gps/hibernate/Layout.java 105 publicMethodCommentRequirement Required
16918 src/com/gps/hibernate/Layout.java 109 Parameter 'privateLayout' is not assigned and could be declared final
16919 src/com/gps/hibernate/Layout.java 109 publicMethodCommentRequirement Required
16920 src/com/gps/hibernate/Layout.java 113 publicMethodCommentRequirement Required
16921 src/com/gps/hibernate/Layout.java 117 Parameter 'layoutId' is not assigned and could be declared final
16922 src/com/gps/hibernate/Layout.java 117 publicMethodCommentRequirement Required
16923 src/com/gps/hibernate/Layout.java 121 publicMethodCommentRequirement Required
16924 src/com/gps/hibernate/Layout.java 125 Parameter 'parentLayoutId' is not assigned and could be declared final
16925 src/com/gps/hibernate/Layout.java 125 publicMethodCommentRequirement Required
16926 src/com/gps/hibernate/Layout.java 129 publicMethodCommentRequirement Required
16927 src/com/gps/hibernate/Layout.java 133 Parameter 'name' is not assigned and could be declared final
16928 src/com/gps/hibernate/Layout.java 133 publicMethodCommentRequirement Required
16929 src/com/gps/hibernate/Layout.java 137 publicMethodCommentRequirement Required
16930 src/com/gps/hibernate/Layout.java 141 Parameter 'title' is not assigned and could be declared final
16931 src/com/gps/hibernate/Layout.java 141 publicMethodCommentRequirement Required
16932 src/com/gps/hibernate/Layout.java 145 publicMethodCommentRequirement Required
16933 src/com/gps/hibernate/Layout.java 149 Parameter 'description' is not assigned and could be declared final
16934 src/com/gps/hibernate/Layout.java 149 publicMethodCommentRequirement Required
16935 src/com/gps/hibernate/Layout.java 153 publicMethodCommentRequirement Required
16936 src/com/gps/hibernate/Layout.java 157 Parameter 'type' is not assigned and could be declared final
16937 src/com/gps/hibernate/Layout.java 157 publicMethodCommentRequirement Required
16938 src/com/gps/hibernate/Layout.java 161 publicMethodCommentRequirement Required
16939 src/com/gps/hibernate/Layout.java 165 Parameter 'typeSettings' is not assigned and could be declared final
16940 src/com/gps/hibernate/Layout.java 165 publicMethodCommentRequirement Required
16941 src/com/gps/hibernate/Layout.java 169 publicMethodCommentRequirement Required
16942 src/com/gps/hibernate/Layout.java 173 Parameter 'hidden' is not assigned and could be declared final
16943 src/com/gps/hibernate/Layout.java 173 publicMethodCommentRequirement Required
16944 src/com/gps/hibernate/Layout.java 177 publicMethodCommentRequirement Required
16945 src/com/gps/hibernate/Layout.java 181 Parameter 'friendlyUrl' is not assigned and could be declared final
16946 src/com/gps/hibernate/Layout.java 181 publicMethodCommentRequirement Required
16947 src/com/gps/hibernate/Layout.java 185 publicMethodCommentRequirement Required
16948 src/com/gps/hibernate/Layout.java 189 Parameter 'iconImage' is not assigned and could be declared final
16949 src/com/gps/hibernate/Layout.java 189 publicMethodCommentRequirement Required
16950 src/com/gps/hibernate/Layout.java 193 publicMethodCommentRequirement Required
16951 src/com/gps/hibernate/Layout.java 197 Parameter 'iconImageId' is not assigned and could be declared final
16952 src/com/gps/hibernate/Layout.java 197 publicMethodCommentRequirement Required
16953 src/com/gps/hibernate/Layout.java 201 publicMethodCommentRequirement Required
16954 src/com/gps/hibernate/Layout.java 205 Parameter 'themeId' is not assigned and could be declared final
16955 src/com/gps/hibernate/Layout.java 205 publicMethodCommentRequirement Required
16956 src/com/gps/hibernate/Layout.java 209 publicMethodCommentRequirement Required
16957 src/com/gps/hibernate/Layout.java 213 Parameter 'colorSchemeId' is not assigned and could be declared final
16958 src/com/gps/hibernate/Layout.java 213 publicMethodCommentRequirement Required
16959 src/com/gps/hibernate/Layout.java 217 publicMethodCommentRequirement Required
16960 src/com/gps/hibernate/Layout.java 221 Parameter 'wapThemeId' is not assigned and could be declared final
16961 src/com/gps/hibernate/Layout.java 221 publicMethodCommentRequirement Required
16962 src/com/gps/hibernate/Layout.java 225 publicMethodCommentRequirement Required
16963 src/com/gps/hibernate/Layout.java 229 Parameter 'wapColorSchemeId' is not assigned and could be declared final
16964 src/com/gps/hibernate/Layout.java 229 publicMethodCommentRequirement Required
16965 src/com/gps/hibernate/Layout.java 233 publicMethodCommentRequirement Required
16966 src/com/gps/hibernate/Layout.java 237 Parameter 'css' is not assigned and could be declared final
16967 src/com/gps/hibernate/Layout.java 237 publicMethodCommentRequirement Required
16968 src/com/gps/hibernate/Layout.java 241 publicMethodCommentRequirement Required
16969 src/com/gps/hibernate/Layout.java 245 Parameter 'priority' is not assigned and could be declared final
16970 src/com/gps/hibernate/Layout.java 245 publicMethodCommentRequirement Required
16971 src/com/gps/hibernate/Layout.java 249 publicMethodCommentRequirement Required
16972 src/com/gps/hibernate/Layout.java 253 Parameter 'dlFolderId' is not assigned and could be declared final
16973 src/com/gps/hibernate/Layout.java 253 publicMethodCommentRequirement Required
16974 src/com/gps/hibernate/LayoutDAO.java 10 Comment is too large: Too many lines
16975 src/com/gps/hibernate/LayoutDAO.java 22 This class has too many methods, consider refactoring it.
16976 src/com/gps/hibernate/LayoutDAO.java 23 Logger should be defined private static final and have the correct class
16977 src/com/gps/hibernate/LayoutDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
16978 src/com/gps/hibernate/LayoutDAO.java 23 fieldCommentRequirement Required
16979 src/com/gps/hibernate/LayoutDAO.java 25 fieldCommentRequirement Required
16980 src/com/gps/hibernate/LayoutDAO.java 26 fieldCommentRequirement Required
16981 src/com/gps/hibernate/LayoutDAO.java 27 fieldCommentRequirement Required
16982 src/com/gps/hibernate/LayoutDAO.java 28 fieldCommentRequirement Required
16983 src/com/gps/hibernate/LayoutDAO.java 29 fieldCommentRequirement Required
16984 src/com/gps/hibernate/LayoutDAO.java 30 fieldCommentRequirement Required
16985 src/com/gps/hibernate/LayoutDAO.java 31 fieldCommentRequirement Required
16986 src/com/gps/hibernate/LayoutDAO.java 32 fieldCommentRequirement Required
16987 src/com/gps/hibernate/LayoutDAO.java 33 fieldCommentRequirement Required
16988 src/com/gps/hibernate/LayoutDAO.java 34 fieldCommentRequirement Required
16989 src/com/gps/hibernate/LayoutDAO.java 35 fieldCommentRequirement Required
16990 src/com/gps/hibernate/LayoutDAO.java 36 fieldCommentRequirement Required
16991 src/com/gps/hibernate/LayoutDAO.java 37 fieldCommentRequirement Required
16992 src/com/gps/hibernate/LayoutDAO.java 38 fieldCommentRequirement Required
16993 src/com/gps/hibernate/LayoutDAO.java 39 fieldCommentRequirement Required
16994 src/com/gps/hibernate/LayoutDAO.java 40 fieldCommentRequirement Required
16995 src/com/gps/hibernate/LayoutDAO.java 41 fieldCommentRequirement Required
16996 src/com/gps/hibernate/LayoutDAO.java 42 Avoid excessively long variable names like WAP_COLOR_SCHEME_ID
16997 src/com/gps/hibernate/LayoutDAO.java 42 fieldCommentRequirement Required
16998 src/com/gps/hibernate/LayoutDAO.java 43 fieldCommentRequirement Required
16999 src/com/gps/hibernate/LayoutDAO.java 44 fieldCommentRequirement Required
17000 src/com/gps/hibernate/LayoutDAO.java 45 fieldCommentRequirement Required
17001 src/com/gps/hibernate/LayoutDAO.java 47 Parameter 'transientInstance' is not assigned and could be declared final
17002 src/com/gps/hibernate/LayoutDAO.java 47 publicMethodCommentRequirement Required
17003 src/com/gps/hibernate/LayoutDAO.java 48 There is log block not surrounded by if
17004 src/com/gps/hibernate/LayoutDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17005 src/com/gps/hibernate/LayoutDAO.java 50 Potential violation of Law of Demeter (method chain calls)
17006 src/com/gps/hibernate/LayoutDAO.java 51 There is log block not surrounded by if
17007 src/com/gps/hibernate/LayoutDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17008 src/com/gps/hibernate/LayoutDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17009 src/com/gps/hibernate/LayoutDAO.java 53 There is log block not surrounded by if
17010 src/com/gps/hibernate/LayoutDAO.java 58 Avoid excessively long variable names like persistentInstance
17011 src/com/gps/hibernate/LayoutDAO.java 58 Parameter 'persistentInstance' is not assigned and could be declared final
17012 src/com/gps/hibernate/LayoutDAO.java 58 publicMethodCommentRequirement Required
17013 src/com/gps/hibernate/LayoutDAO.java 59 There is log block not surrounded by if
17014 src/com/gps/hibernate/LayoutDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17015 src/com/gps/hibernate/LayoutDAO.java 61 Potential violation of Law of Demeter (method chain calls)
17016 src/com/gps/hibernate/LayoutDAO.java 62 There is log block not surrounded by if
17017 src/com/gps/hibernate/LayoutDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17018 src/com/gps/hibernate/LayoutDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17019 src/com/gps/hibernate/LayoutDAO.java 64 There is log block not surrounded by if
17020 src/com/gps/hibernate/LayoutDAO.java 69 Avoid variables with short names like id
17021 src/com/gps/hibernate/LayoutDAO.java 69 Parameter 'id' is not assigned and could be declared final
17022 src/com/gps/hibernate/LayoutDAO.java 69 publicMethodCommentRequirement Required
17023 src/com/gps/hibernate/LayoutDAO.java 70 There is log block not surrounded by if
17024 src/com/gps/hibernate/LayoutDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17025 src/com/gps/hibernate/LayoutDAO.java 72 Local variable 'instance' could be declared final
17026 src/com/gps/hibernate/LayoutDAO.java 72 Potential violation of Law of Demeter (method chain calls)
17027 src/com/gps/hibernate/LayoutDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17028 src/com/gps/hibernate/LayoutDAO.java 76 There is log block not surrounded by if
17029 src/com/gps/hibernate/LayoutDAO.java 81 Parameter 'instance' is not assigned and could be declared final
17030 src/com/gps/hibernate/LayoutDAO.java 81 publicMethodCommentRequirement Required
17031 src/com/gps/hibernate/LayoutDAO.java 82 There is log block not surrounded by if
17032 src/com/gps/hibernate/LayoutDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17033 src/com/gps/hibernate/LayoutDAO.java 84 Local variable 'results' could be declared final
17034 src/com/gps/hibernate/LayoutDAO.java 84 Potential violation of Law of Demeter (method chain calls)
17035 src/com/gps/hibernate/LayoutDAO.java 84 Potential violation of Law of Demeter (method chain calls)
17036 src/com/gps/hibernate/LayoutDAO.java 84 Potential violation of Law of Demeter (method chain calls)
17037 src/com/gps/hibernate/LayoutDAO.java 87 There is log block not surrounded by if
17038 src/com/gps/hibernate/LayoutDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17039 src/com/gps/hibernate/LayoutDAO.java 88 Potential violation of Law of Demeter (object not created locally)
17040 src/com/gps/hibernate/LayoutDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17041 src/com/gps/hibernate/LayoutDAO.java 91 There is log block not surrounded by if
17042 src/com/gps/hibernate/LayoutDAO.java 96 Parameter 'propertyName' is not assigned and could be declared final
17043 src/com/gps/hibernate/LayoutDAO.java 96 Parameter 'value' is not assigned and could be declared final
17044 src/com/gps/hibernate/LayoutDAO.java 96 publicMethodCommentRequirement Required
17045 src/com/gps/hibernate/LayoutDAO.java 97 There is log block not surrounded by if
17046 src/com/gps/hibernate/LayoutDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17047 src/com/gps/hibernate/LayoutDAO.java 100 Local variable 'queryString' could be declared final
17048 src/com/gps/hibernate/LayoutDAO.java 102 Local variable 'queryObject' could be declared final
17049 src/com/gps/hibernate/LayoutDAO.java 102 Potential violation of Law of Demeter (method chain calls)
17050 src/com/gps/hibernate/LayoutDAO.java 103 Potential violation of Law of Demeter (object not created locally)
17051 src/com/gps/hibernate/LayoutDAO.java 104 Potential violation of Law of Demeter (object not created locally)
17052 src/com/gps/hibernate/LayoutDAO.java 105 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17053 src/com/gps/hibernate/LayoutDAO.java 106 There is log block not surrounded by if
17054 src/com/gps/hibernate/LayoutDAO.java 111 Parameter 'groupId' is not assigned and could be declared final
17055 src/com/gps/hibernate/LayoutDAO.java 111 publicMethodCommentRequirement Required
17056 src/com/gps/hibernate/LayoutDAO.java 115 Parameter 'companyId' is not assigned and could be declared final
17057 src/com/gps/hibernate/LayoutDAO.java 115 publicMethodCommentRequirement Required
17058 src/com/gps/hibernate/LayoutDAO.java 119 Parameter 'privateLayout' is not assigned and could be declared final
17059 src/com/gps/hibernate/LayoutDAO.java 119 publicMethodCommentRequirement Required
17060 src/com/gps/hibernate/LayoutDAO.java 123 Parameter 'layoutId' is not assigned and could be declared final
17061 src/com/gps/hibernate/LayoutDAO.java 123 publicMethodCommentRequirement Required
17062 src/com/gps/hibernate/LayoutDAO.java 127 Parameter 'parentLayoutId' is not assigned and could be declared final
17063 src/com/gps/hibernate/LayoutDAO.java 127 publicMethodCommentRequirement Required
17064 src/com/gps/hibernate/LayoutDAO.java 131 Parameter 'name' is not assigned and could be declared final
17065 src/com/gps/hibernate/LayoutDAO.java 131 publicMethodCommentRequirement Required
17066 src/com/gps/hibernate/LayoutDAO.java 135 Parameter 'title' is not assigned and could be declared final
17067 src/com/gps/hibernate/LayoutDAO.java 135 publicMethodCommentRequirement Required
17068 src/com/gps/hibernate/LayoutDAO.java 139 Parameter 'description' is not assigned and could be declared final
17069 src/com/gps/hibernate/LayoutDAO.java 139 publicMethodCommentRequirement Required
17070 src/com/gps/hibernate/LayoutDAO.java 143 Parameter 'type' is not assigned and could be declared final
17071 src/com/gps/hibernate/LayoutDAO.java 143 publicMethodCommentRequirement Required
17072 src/com/gps/hibernate/LayoutDAO.java 147 Parameter 'typeSettings' is not assigned and could be declared final
17073 src/com/gps/hibernate/LayoutDAO.java 147 publicMethodCommentRequirement Required
17074 src/com/gps/hibernate/LayoutDAO.java 151 Parameter 'hidden' is not assigned and could be declared final
17075 src/com/gps/hibernate/LayoutDAO.java 151 publicMethodCommentRequirement Required
17076 src/com/gps/hibernate/LayoutDAO.java 155 Parameter 'friendlyUrl' is not assigned and could be declared final
17077 src/com/gps/hibernate/LayoutDAO.java 155 publicMethodCommentRequirement Required
17078 src/com/gps/hibernate/LayoutDAO.java 159 Parameter 'iconImage' is not assigned and could be declared final
17079 src/com/gps/hibernate/LayoutDAO.java 159 publicMethodCommentRequirement Required
17080 src/com/gps/hibernate/LayoutDAO.java 163 Parameter 'iconImageId' is not assigned and could be declared final
17081 src/com/gps/hibernate/LayoutDAO.java 163 publicMethodCommentRequirement Required
17082 src/com/gps/hibernate/LayoutDAO.java 167 Parameter 'themeId' is not assigned and could be declared final
17083 src/com/gps/hibernate/LayoutDAO.java 167 publicMethodCommentRequirement Required
17084 src/com/gps/hibernate/LayoutDAO.java 171 Parameter 'colorSchemeId' is not assigned and could be declared final
17085 src/com/gps/hibernate/LayoutDAO.java 171 publicMethodCommentRequirement Required
17086 src/com/gps/hibernate/LayoutDAO.java 175 Parameter 'wapThemeId' is not assigned and could be declared final
17087 src/com/gps/hibernate/LayoutDAO.java 175 publicMethodCommentRequirement Required
17088 src/com/gps/hibernate/LayoutDAO.java 179 Parameter 'wapColorSchemeId' is not assigned and could be declared final
17089 src/com/gps/hibernate/LayoutDAO.java 179 publicMethodCommentRequirement Required
17090 src/com/gps/hibernate/LayoutDAO.java 183 Parameter 'css' is not assigned and could be declared final
17091 src/com/gps/hibernate/LayoutDAO.java 183 publicMethodCommentRequirement Required
17092 src/com/gps/hibernate/LayoutDAO.java 187 Parameter 'priority' is not assigned and could be declared final
17093 src/com/gps/hibernate/LayoutDAO.java 187 publicMethodCommentRequirement Required
17094 src/com/gps/hibernate/LayoutDAO.java 191 Parameter 'dlFolderId' is not assigned and could be declared final
17095 src/com/gps/hibernate/LayoutDAO.java 191 publicMethodCommentRequirement Required
17096 src/com/gps/hibernate/LayoutDAO.java 195 publicMethodCommentRequirement Required
17097 src/com/gps/hibernate/LayoutDAO.java 196 There is log block not surrounded by if
17098 src/com/gps/hibernate/LayoutDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17099 src/com/gps/hibernate/LayoutDAO.java 198 Local variable 'queryString' could be declared final
17100 src/com/gps/hibernate/LayoutDAO.java 199 Local variable 'queryObject' could be declared final
17101 src/com/gps/hibernate/LayoutDAO.java 199 Potential violation of Law of Demeter (method chain calls)
17102 src/com/gps/hibernate/LayoutDAO.java 200 Potential violation of Law of Demeter (object not created locally)
17103 src/com/gps/hibernate/LayoutDAO.java 201 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17104 src/com/gps/hibernate/LayoutDAO.java 202 There is log block not surrounded by if
17105 src/com/gps/hibernate/LayoutDAO.java 207 Parameter 'detachedInstance' is not assigned and could be declared final
17106 src/com/gps/hibernate/LayoutDAO.java 207 publicMethodCommentRequirement Required
17107 src/com/gps/hibernate/LayoutDAO.java 208 There is log block not surrounded by if
17108 src/com/gps/hibernate/LayoutDAO.java 208 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17109 src/com/gps/hibernate/LayoutDAO.java 210 Local variable 'result' could be declared final
17110 src/com/gps/hibernate/LayoutDAO.java 210 Potential violation of Law of Demeter (method chain calls)
17111 src/com/gps/hibernate/LayoutDAO.java 211 There is log block not surrounded by if
17112 src/com/gps/hibernate/LayoutDAO.java 211 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17113 src/com/gps/hibernate/LayoutDAO.java 213 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17114 src/com/gps/hibernate/LayoutDAO.java 214 There is log block not surrounded by if
17115 src/com/gps/hibernate/LayoutDAO.java 219 Parameter 'instance' is not assigned and could be declared final
17116 src/com/gps/hibernate/LayoutDAO.java 219 publicMethodCommentRequirement Required
17117 src/com/gps/hibernate/LayoutDAO.java 220 There is log block not surrounded by if
17118 src/com/gps/hibernate/LayoutDAO.java 220 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17119 src/com/gps/hibernate/LayoutDAO.java 222 Potential violation of Law of Demeter (method chain calls)
17120 src/com/gps/hibernate/LayoutDAO.java 223 There is log block not surrounded by if
17121 src/com/gps/hibernate/LayoutDAO.java 223 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17122 src/com/gps/hibernate/LayoutDAO.java 224 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17123 src/com/gps/hibernate/LayoutDAO.java 225 There is log block not surrounded by if
17124 src/com/gps/hibernate/LayoutDAO.java 230 Parameter 'instance' is not assigned and could be declared final
17125 src/com/gps/hibernate/LayoutDAO.java 230 publicMethodCommentRequirement Required
17126 src/com/gps/hibernate/LayoutDAO.java 231 There is log block not surrounded by if
17127 src/com/gps/hibernate/LayoutDAO.java 231 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17128 src/com/gps/hibernate/LayoutDAO.java 233 Potential violation of Law of Demeter (method chain calls)
17129 src/com/gps/hibernate/LayoutDAO.java 234 There is log block not surrounded by if
17130 src/com/gps/hibernate/LayoutDAO.java 234 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17131 src/com/gps/hibernate/LayoutDAO.java 235 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17132 src/com/gps/hibernate/LayoutDAO.java 236 There is log block not surrounded by if
17133 src/com/gps/hibernate/Layoutset.java 9 Classes implementing Serializable should set a serialVersionUID
17134 src/com/gps/hibernate/Layoutset.java 13 fieldCommentRequirement Required
17135 src/com/gps/hibernate/Layoutset.java 14 fieldCommentRequirement Required
17136 src/com/gps/hibernate/Layoutset.java 15 fieldCommentRequirement Required
17137 src/com/gps/hibernate/Layoutset.java 16 fieldCommentRequirement Required
17138 src/com/gps/hibernate/Layoutset.java 17 fieldCommentRequirement Required
17139 src/com/gps/hibernate/Layoutset.java 18 fieldCommentRequirement Required
17140 src/com/gps/hibernate/Layoutset.java 19 fieldCommentRequirement Required
17141 src/com/gps/hibernate/Layoutset.java 20 fieldCommentRequirement Required
17142 src/com/gps/hibernate/Layoutset.java 21 fieldCommentRequirement Required
17143 src/com/gps/hibernate/Layoutset.java 22 fieldCommentRequirement Required
17144 src/com/gps/hibernate/Layoutset.java 23 fieldCommentRequirement Required
17145 src/com/gps/hibernate/Layoutset.java 24 fieldCommentRequirement Required
17146 src/com/gps/hibernate/Layoutset.java 25 fieldCommentRequirement Required
17147 src/com/gps/hibernate/Layoutset.java 30 Document empty constructor
17148 src/com/gps/hibernate/Layoutset.java 34 Parameter 'layoutSetId' is not assigned and could be declared final
17149 src/com/gps/hibernate/Layoutset.java 39 Avoid long parameter lists.
17150 src/com/gps/hibernate/Layoutset.java 39 Parameter 'companyId' is not assigned and could be declared final
17151 src/com/gps/hibernate/Layoutset.java 39 Parameter 'groupId' is not assigned and could be declared final
17152 src/com/gps/hibernate/Layoutset.java 39 Parameter 'layoutSetId' is not assigned and could be declared final
17153 src/com/gps/hibernate/Layoutset.java 40 Parameter 'logo' is not assigned and could be declared final
17154 src/com/gps/hibernate/Layoutset.java 40 Parameter 'logoId' is not assigned and could be declared final
17155 src/com/gps/hibernate/Layoutset.java 40 Parameter 'privateLayout' is not assigned and could be declared final
17156 src/com/gps/hibernate/Layoutset.java 40 Parameter 'themeId' is not assigned and could be declared final
17157 src/com/gps/hibernate/Layoutset.java 41 Parameter 'colorSchemeId' is not assigned and could be declared final
17158 src/com/gps/hibernate/Layoutset.java 41 Parameter 'wapColorSchemeId' is not assigned and could be declared final
17159 src/com/gps/hibernate/Layoutset.java 41 Parameter 'wapThemeId' is not assigned and could be declared final
17160 src/com/gps/hibernate/Layoutset.java 42 Parameter 'css' is not assigned and could be declared final
17161 src/com/gps/hibernate/Layoutset.java 42 Parameter 'pageCount' is not assigned and could be declared final
17162 src/com/gps/hibernate/Layoutset.java 42 Parameter 'virtualHost' is not assigned and could be declared final
17163 src/com/gps/hibernate/Layoutset.java 60 publicMethodCommentRequirement Required
17164 src/com/gps/hibernate/Layoutset.java 64 Parameter 'layoutSetId' is not assigned and could be declared final
17165 src/com/gps/hibernate/Layoutset.java 64 publicMethodCommentRequirement Required
17166 src/com/gps/hibernate/Layoutset.java 68 publicMethodCommentRequirement Required
17167 src/com/gps/hibernate/Layoutset.java 72 Parameter 'groupId' is not assigned and could be declared final
17168 src/com/gps/hibernate/Layoutset.java 72 publicMethodCommentRequirement Required
17169 src/com/gps/hibernate/Layoutset.java 76 publicMethodCommentRequirement Required
17170 src/com/gps/hibernate/Layoutset.java 80 Parameter 'companyId' is not assigned and could be declared final
17171 src/com/gps/hibernate/Layoutset.java 80 publicMethodCommentRequirement Required
17172 src/com/gps/hibernate/Layoutset.java 84 publicMethodCommentRequirement Required
17173 src/com/gps/hibernate/Layoutset.java 88 Parameter 'privateLayout' is not assigned and could be declared final
17174 src/com/gps/hibernate/Layoutset.java 88 publicMethodCommentRequirement Required
17175 src/com/gps/hibernate/Layoutset.java 92 publicMethodCommentRequirement Required
17176 src/com/gps/hibernate/Layoutset.java 96 Parameter 'logo' is not assigned and could be declared final
17177 src/com/gps/hibernate/Layoutset.java 96 publicMethodCommentRequirement Required
17178 src/com/gps/hibernate/Layoutset.java 100 publicMethodCommentRequirement Required
17179 src/com/gps/hibernate/Layoutset.java 104 Parameter 'logoId' is not assigned and could be declared final
17180 src/com/gps/hibernate/Layoutset.java 104 publicMethodCommentRequirement Required
17181 src/com/gps/hibernate/Layoutset.java 108 publicMethodCommentRequirement Required
17182 src/com/gps/hibernate/Layoutset.java 112 Parameter 'themeId' is not assigned and could be declared final
17183 src/com/gps/hibernate/Layoutset.java 112 publicMethodCommentRequirement Required
17184 src/com/gps/hibernate/Layoutset.java 116 publicMethodCommentRequirement Required
17185 src/com/gps/hibernate/Layoutset.java 120 Parameter 'colorSchemeId' is not assigned and could be declared final
17186 src/com/gps/hibernate/Layoutset.java 120 publicMethodCommentRequirement Required
17187 src/com/gps/hibernate/Layoutset.java 124 publicMethodCommentRequirement Required
17188 src/com/gps/hibernate/Layoutset.java 128 Parameter 'wapThemeId' is not assigned and could be declared final
17189 src/com/gps/hibernate/Layoutset.java 128 publicMethodCommentRequirement Required
17190 src/com/gps/hibernate/Layoutset.java 132 publicMethodCommentRequirement Required
17191 src/com/gps/hibernate/Layoutset.java 136 Parameter 'wapColorSchemeId' is not assigned and could be declared final
17192 src/com/gps/hibernate/Layoutset.java 136 publicMethodCommentRequirement Required
17193 src/com/gps/hibernate/Layoutset.java 140 publicMethodCommentRequirement Required
17194 src/com/gps/hibernate/Layoutset.java 144 Parameter 'css' is not assigned and could be declared final
17195 src/com/gps/hibernate/Layoutset.java 144 publicMethodCommentRequirement Required
17196 src/com/gps/hibernate/Layoutset.java 148 publicMethodCommentRequirement Required
17197 src/com/gps/hibernate/Layoutset.java 152 Parameter 'pageCount' is not assigned and could be declared final
17198 src/com/gps/hibernate/Layoutset.java 152 publicMethodCommentRequirement Required
17199 src/com/gps/hibernate/Layoutset.java 156 publicMethodCommentRequirement Required
17200 src/com/gps/hibernate/Layoutset.java 160 Parameter 'virtualHost' is not assigned and could be declared final
17201 src/com/gps/hibernate/Layoutset.java 160 publicMethodCommentRequirement Required
17202 src/com/gps/hibernate/LayoutsetDAO.java 10 Comment is too large: Too many lines
17203 src/com/gps/hibernate/LayoutsetDAO.java 22 This class has too many methods, consider refactoring it.
17204 src/com/gps/hibernate/LayoutsetDAO.java 23 Logger should be defined private static final and have the correct class
17205 src/com/gps/hibernate/LayoutsetDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
17206 src/com/gps/hibernate/LayoutsetDAO.java 23 fieldCommentRequirement Required
17207 src/com/gps/hibernate/LayoutsetDAO.java 25 fieldCommentRequirement Required
17208 src/com/gps/hibernate/LayoutsetDAO.java 26 fieldCommentRequirement Required
17209 src/com/gps/hibernate/LayoutsetDAO.java 27 fieldCommentRequirement Required
17210 src/com/gps/hibernate/LayoutsetDAO.java 28 fieldCommentRequirement Required
17211 src/com/gps/hibernate/LayoutsetDAO.java 29 fieldCommentRequirement Required
17212 src/com/gps/hibernate/LayoutsetDAO.java 30 fieldCommentRequirement Required
17213 src/com/gps/hibernate/LayoutsetDAO.java 31 fieldCommentRequirement Required
17214 src/com/gps/hibernate/LayoutsetDAO.java 32 fieldCommentRequirement Required
17215 src/com/gps/hibernate/LayoutsetDAO.java 33 Avoid excessively long variable names like WAP_COLOR_SCHEME_ID
17216 src/com/gps/hibernate/LayoutsetDAO.java 33 fieldCommentRequirement Required
17217 src/com/gps/hibernate/LayoutsetDAO.java 34 fieldCommentRequirement Required
17218 src/com/gps/hibernate/LayoutsetDAO.java 35 fieldCommentRequirement Required
17219 src/com/gps/hibernate/LayoutsetDAO.java 36 fieldCommentRequirement Required
17220 src/com/gps/hibernate/LayoutsetDAO.java 38 Parameter 'transientInstance' is not assigned and could be declared final
17221 src/com/gps/hibernate/LayoutsetDAO.java 38 publicMethodCommentRequirement Required
17222 src/com/gps/hibernate/LayoutsetDAO.java 39 There is log block not surrounded by if
17223 src/com/gps/hibernate/LayoutsetDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17224 src/com/gps/hibernate/LayoutsetDAO.java 41 Potential violation of Law of Demeter (method chain calls)
17225 src/com/gps/hibernate/LayoutsetDAO.java 42 There is log block not surrounded by if
17226 src/com/gps/hibernate/LayoutsetDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17227 src/com/gps/hibernate/LayoutsetDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17228 src/com/gps/hibernate/LayoutsetDAO.java 44 There is log block not surrounded by if
17229 src/com/gps/hibernate/LayoutsetDAO.java 49 Avoid excessively long variable names like persistentInstance
17230 src/com/gps/hibernate/LayoutsetDAO.java 49 Parameter 'persistentInstance' is not assigned and could be declared final
17231 src/com/gps/hibernate/LayoutsetDAO.java 49 publicMethodCommentRequirement Required
17232 src/com/gps/hibernate/LayoutsetDAO.java 50 There is log block not surrounded by if
17233 src/com/gps/hibernate/LayoutsetDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17234 src/com/gps/hibernate/LayoutsetDAO.java 52 Potential violation of Law of Demeter (method chain calls)
17235 src/com/gps/hibernate/LayoutsetDAO.java 53 There is log block not surrounded by if
17236 src/com/gps/hibernate/LayoutsetDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17237 src/com/gps/hibernate/LayoutsetDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17238 src/com/gps/hibernate/LayoutsetDAO.java 55 There is log block not surrounded by if
17239 src/com/gps/hibernate/LayoutsetDAO.java 60 Avoid variables with short names like id
17240 src/com/gps/hibernate/LayoutsetDAO.java 60 Parameter 'id' is not assigned and could be declared final
17241 src/com/gps/hibernate/LayoutsetDAO.java 60 publicMethodCommentRequirement Required
17242 src/com/gps/hibernate/LayoutsetDAO.java 61 There is log block not surrounded by if
17243 src/com/gps/hibernate/LayoutsetDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17244 src/com/gps/hibernate/LayoutsetDAO.java 63 Local variable 'instance' could be declared final
17245 src/com/gps/hibernate/LayoutsetDAO.java 63 Potential violation of Law of Demeter (method chain calls)
17246 src/com/gps/hibernate/LayoutsetDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17247 src/com/gps/hibernate/LayoutsetDAO.java 67 There is log block not surrounded by if
17248 src/com/gps/hibernate/LayoutsetDAO.java 72 Parameter 'instance' is not assigned and could be declared final
17249 src/com/gps/hibernate/LayoutsetDAO.java 72 publicMethodCommentRequirement Required
17250 src/com/gps/hibernate/LayoutsetDAO.java 73 There is log block not surrounded by if
17251 src/com/gps/hibernate/LayoutsetDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17252 src/com/gps/hibernate/LayoutsetDAO.java 75 Local variable 'results' could be declared final
17253 src/com/gps/hibernate/LayoutsetDAO.java 75 Potential violation of Law of Demeter (method chain calls)
17254 src/com/gps/hibernate/LayoutsetDAO.java 75 Potential violation of Law of Demeter (method chain calls)
17255 src/com/gps/hibernate/LayoutsetDAO.java 75 Potential violation of Law of Demeter (method chain calls)
17256 src/com/gps/hibernate/LayoutsetDAO.java 78 There is log block not surrounded by if
17257 src/com/gps/hibernate/LayoutsetDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17258 src/com/gps/hibernate/LayoutsetDAO.java 79 Potential violation of Law of Demeter (object not created locally)
17259 src/com/gps/hibernate/LayoutsetDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17260 src/com/gps/hibernate/LayoutsetDAO.java 82 There is log block not surrounded by if
17261 src/com/gps/hibernate/LayoutsetDAO.java 87 Parameter 'propertyName' is not assigned and could be declared final
17262 src/com/gps/hibernate/LayoutsetDAO.java 87 Parameter 'value' is not assigned and could be declared final
17263 src/com/gps/hibernate/LayoutsetDAO.java 87 publicMethodCommentRequirement Required
17264 src/com/gps/hibernate/LayoutsetDAO.java 88 There is log block not surrounded by if
17265 src/com/gps/hibernate/LayoutsetDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17266 src/com/gps/hibernate/LayoutsetDAO.java 91 Local variable 'queryString' could be declared final
17267 src/com/gps/hibernate/LayoutsetDAO.java 93 Local variable 'queryObject' could be declared final
17268 src/com/gps/hibernate/LayoutsetDAO.java 93 Potential violation of Law of Demeter (method chain calls)
17269 src/com/gps/hibernate/LayoutsetDAO.java 94 Potential violation of Law of Demeter (object not created locally)
17270 src/com/gps/hibernate/LayoutsetDAO.java 95 Potential violation of Law of Demeter (object not created locally)
17271 src/com/gps/hibernate/LayoutsetDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17272 src/com/gps/hibernate/LayoutsetDAO.java 97 There is log block not surrounded by if
17273 src/com/gps/hibernate/LayoutsetDAO.java 102 Parameter 'groupId' is not assigned and could be declared final
17274 src/com/gps/hibernate/LayoutsetDAO.java 102 publicMethodCommentRequirement Required
17275 src/com/gps/hibernate/LayoutsetDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
17276 src/com/gps/hibernate/LayoutsetDAO.java 106 publicMethodCommentRequirement Required
17277 src/com/gps/hibernate/LayoutsetDAO.java 110 Parameter 'privateLayout' is not assigned and could be declared final
17278 src/com/gps/hibernate/LayoutsetDAO.java 110 publicMethodCommentRequirement Required
17279 src/com/gps/hibernate/LayoutsetDAO.java 114 Parameter 'logo' is not assigned and could be declared final
17280 src/com/gps/hibernate/LayoutsetDAO.java 114 publicMethodCommentRequirement Required
17281 src/com/gps/hibernate/LayoutsetDAO.java 118 Parameter 'logoId' is not assigned and could be declared final
17282 src/com/gps/hibernate/LayoutsetDAO.java 118 publicMethodCommentRequirement Required
17283 src/com/gps/hibernate/LayoutsetDAO.java 122 Parameter 'themeId' is not assigned and could be declared final
17284 src/com/gps/hibernate/LayoutsetDAO.java 122 publicMethodCommentRequirement Required
17285 src/com/gps/hibernate/LayoutsetDAO.java 126 Parameter 'colorSchemeId' is not assigned and could be declared final
17286 src/com/gps/hibernate/LayoutsetDAO.java 126 publicMethodCommentRequirement Required
17287 src/com/gps/hibernate/LayoutsetDAO.java 130 Parameter 'wapThemeId' is not assigned and could be declared final
17288 src/com/gps/hibernate/LayoutsetDAO.java 130 publicMethodCommentRequirement Required
17289 src/com/gps/hibernate/LayoutsetDAO.java 134 Parameter 'wapColorSchemeId' is not assigned and could be declared final
17290 src/com/gps/hibernate/LayoutsetDAO.java 134 publicMethodCommentRequirement Required
17291 src/com/gps/hibernate/LayoutsetDAO.java 138 Parameter 'css' is not assigned and could be declared final
17292 src/com/gps/hibernate/LayoutsetDAO.java 138 publicMethodCommentRequirement Required
17293 src/com/gps/hibernate/LayoutsetDAO.java 142 Parameter 'pageCount' is not assigned and could be declared final
17294 src/com/gps/hibernate/LayoutsetDAO.java 142 publicMethodCommentRequirement Required
17295 src/com/gps/hibernate/LayoutsetDAO.java 146 Parameter 'virtualHost' is not assigned and could be declared final
17296 src/com/gps/hibernate/LayoutsetDAO.java 146 publicMethodCommentRequirement Required
17297 src/com/gps/hibernate/LayoutsetDAO.java 150 publicMethodCommentRequirement Required
17298 src/com/gps/hibernate/LayoutsetDAO.java 151 There is log block not surrounded by if
17299 src/com/gps/hibernate/LayoutsetDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17300 src/com/gps/hibernate/LayoutsetDAO.java 153 Local variable 'queryString' could be declared final
17301 src/com/gps/hibernate/LayoutsetDAO.java 154 Local variable 'queryObject' could be declared final
17302 src/com/gps/hibernate/LayoutsetDAO.java 154 Potential violation of Law of Demeter (method chain calls)
17303 src/com/gps/hibernate/LayoutsetDAO.java 155 Potential violation of Law of Demeter (object not created locally)
17304 src/com/gps/hibernate/LayoutsetDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17305 src/com/gps/hibernate/LayoutsetDAO.java 157 There is log block not surrounded by if
17306 src/com/gps/hibernate/LayoutsetDAO.java 162 Parameter 'detachedInstance' is not assigned and could be declared final
17307 src/com/gps/hibernate/LayoutsetDAO.java 162 publicMethodCommentRequirement Required
17308 src/com/gps/hibernate/LayoutsetDAO.java 163 There is log block not surrounded by if
17309 src/com/gps/hibernate/LayoutsetDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17310 src/com/gps/hibernate/LayoutsetDAO.java 165 Local variable 'result' could be declared final
17311 src/com/gps/hibernate/LayoutsetDAO.java 165 Potential violation of Law of Demeter (method chain calls)
17312 src/com/gps/hibernate/LayoutsetDAO.java 166 There is log block not surrounded by if
17313 src/com/gps/hibernate/LayoutsetDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17314 src/com/gps/hibernate/LayoutsetDAO.java 168 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17315 src/com/gps/hibernate/LayoutsetDAO.java 169 There is log block not surrounded by if
17316 src/com/gps/hibernate/LayoutsetDAO.java 174 Parameter 'instance' is not assigned and could be declared final
17317 src/com/gps/hibernate/LayoutsetDAO.java 174 publicMethodCommentRequirement Required
17318 src/com/gps/hibernate/LayoutsetDAO.java 175 There is log block not surrounded by if
17319 src/com/gps/hibernate/LayoutsetDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17320 src/com/gps/hibernate/LayoutsetDAO.java 177 Potential violation of Law of Demeter (method chain calls)
17321 src/com/gps/hibernate/LayoutsetDAO.java 178 There is log block not surrounded by if
17322 src/com/gps/hibernate/LayoutsetDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17323 src/com/gps/hibernate/LayoutsetDAO.java 179 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17324 src/com/gps/hibernate/LayoutsetDAO.java 180 There is log block not surrounded by if
17325 src/com/gps/hibernate/LayoutsetDAO.java 185 Parameter 'instance' is not assigned and could be declared final
17326 src/com/gps/hibernate/LayoutsetDAO.java 185 publicMethodCommentRequirement Required
17327 src/com/gps/hibernate/LayoutsetDAO.java 186 There is log block not surrounded by if
17328 src/com/gps/hibernate/LayoutsetDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17329 src/com/gps/hibernate/LayoutsetDAO.java 188 Potential violation of Law of Demeter (method chain calls)
17330 src/com/gps/hibernate/LayoutsetDAO.java 189 There is log block not surrounded by if
17331 src/com/gps/hibernate/LayoutsetDAO.java 189 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17332 src/com/gps/hibernate/LayoutsetDAO.java 190 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17333 src/com/gps/hibernate/LayoutsetDAO.java 191 There is log block not surrounded by if
17334 src/com/gps/hibernate/Listtype.java 9 Classes implementing Serializable should set a serialVersionUID
17335 src/com/gps/hibernate/Listtype.java 13 fieldCommentRequirement Required
17336 src/com/gps/hibernate/Listtype.java 14 fieldCommentRequirement Required
17337 src/com/gps/hibernate/Listtype.java 15 fieldCommentRequirement Required
17338 src/com/gps/hibernate/Listtype.java 20 Document empty constructor
17339 src/com/gps/hibernate/Listtype.java 24 Parameter 'listTypeId' is not assigned and could be declared final
17340 src/com/gps/hibernate/Listtype.java 29 Parameter 'listTypeId' is not assigned and could be declared final
17341 src/com/gps/hibernate/Listtype.java 29 Parameter 'name' is not assigned and could be declared final
17342 src/com/gps/hibernate/Listtype.java 29 Parameter 'type' is not assigned and could be declared final
17343 src/com/gps/hibernate/Listtype.java 37 publicMethodCommentRequirement Required
17344 src/com/gps/hibernate/Listtype.java 41 Parameter 'listTypeId' is not assigned and could be declared final
17345 src/com/gps/hibernate/Listtype.java 41 publicMethodCommentRequirement Required
17346 src/com/gps/hibernate/Listtype.java 45 publicMethodCommentRequirement Required
17347 src/com/gps/hibernate/Listtype.java 49 Parameter 'name' is not assigned and could be declared final
17348 src/com/gps/hibernate/Listtype.java 49 publicMethodCommentRequirement Required
17349 src/com/gps/hibernate/Listtype.java 53 publicMethodCommentRequirement Required
17350 src/com/gps/hibernate/Listtype.java 57 Parameter 'type' is not assigned and could be declared final
17351 src/com/gps/hibernate/Listtype.java 57 publicMethodCommentRequirement Required
17352 src/com/gps/hibernate/ListtypeDAO.java 10 Comment is too large: Too many lines
17353 src/com/gps/hibernate/ListtypeDAO.java 22 This class has too many methods, consider refactoring it.
17354 src/com/gps/hibernate/ListtypeDAO.java 23 Logger should be defined private static final and have the correct class
17355 src/com/gps/hibernate/ListtypeDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
17356 src/com/gps/hibernate/ListtypeDAO.java 23 fieldCommentRequirement Required
17357 src/com/gps/hibernate/ListtypeDAO.java 25 fieldCommentRequirement Required
17358 src/com/gps/hibernate/ListtypeDAO.java 26 fieldCommentRequirement Required
17359 src/com/gps/hibernate/ListtypeDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
17360 src/com/gps/hibernate/ListtypeDAO.java 28 publicMethodCommentRequirement Required
17361 src/com/gps/hibernate/ListtypeDAO.java 29 There is log block not surrounded by if
17362 src/com/gps/hibernate/ListtypeDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17363 src/com/gps/hibernate/ListtypeDAO.java 31 Potential violation of Law of Demeter (method chain calls)
17364 src/com/gps/hibernate/ListtypeDAO.java 32 There is log block not surrounded by if
17365 src/com/gps/hibernate/ListtypeDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17366 src/com/gps/hibernate/ListtypeDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17367 src/com/gps/hibernate/ListtypeDAO.java 34 There is log block not surrounded by if
17368 src/com/gps/hibernate/ListtypeDAO.java 39 Avoid excessively long variable names like persistentInstance
17369 src/com/gps/hibernate/ListtypeDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
17370 src/com/gps/hibernate/ListtypeDAO.java 39 publicMethodCommentRequirement Required
17371 src/com/gps/hibernate/ListtypeDAO.java 40 There is log block not surrounded by if
17372 src/com/gps/hibernate/ListtypeDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17373 src/com/gps/hibernate/ListtypeDAO.java 42 Potential violation of Law of Demeter (method chain calls)
17374 src/com/gps/hibernate/ListtypeDAO.java 43 There is log block not surrounded by if
17375 src/com/gps/hibernate/ListtypeDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17376 src/com/gps/hibernate/ListtypeDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17377 src/com/gps/hibernate/ListtypeDAO.java 45 There is log block not surrounded by if
17378 src/com/gps/hibernate/ListtypeDAO.java 50 Avoid variables with short names like id
17379 src/com/gps/hibernate/ListtypeDAO.java 50 Parameter 'id' is not assigned and could be declared final
17380 src/com/gps/hibernate/ListtypeDAO.java 50 publicMethodCommentRequirement Required
17381 src/com/gps/hibernate/ListtypeDAO.java 51 There is log block not surrounded by if
17382 src/com/gps/hibernate/ListtypeDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17383 src/com/gps/hibernate/ListtypeDAO.java 53 Local variable 'instance' could be declared final
17384 src/com/gps/hibernate/ListtypeDAO.java 53 Potential violation of Law of Demeter (method chain calls)
17385 src/com/gps/hibernate/ListtypeDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17386 src/com/gps/hibernate/ListtypeDAO.java 57 There is log block not surrounded by if
17387 src/com/gps/hibernate/ListtypeDAO.java 62 Parameter 'instance' is not assigned and could be declared final
17388 src/com/gps/hibernate/ListtypeDAO.java 62 publicMethodCommentRequirement Required
17389 src/com/gps/hibernate/ListtypeDAO.java 63 There is log block not surrounded by if
17390 src/com/gps/hibernate/ListtypeDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17391 src/com/gps/hibernate/ListtypeDAO.java 65 Local variable 'results' could be declared final
17392 src/com/gps/hibernate/ListtypeDAO.java 65 Potential violation of Law of Demeter (method chain calls)
17393 src/com/gps/hibernate/ListtypeDAO.java 65 Potential violation of Law of Demeter (method chain calls)
17394 src/com/gps/hibernate/ListtypeDAO.java 65 Potential violation of Law of Demeter (method chain calls)
17395 src/com/gps/hibernate/ListtypeDAO.java 68 There is log block not surrounded by if
17396 src/com/gps/hibernate/ListtypeDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17397 src/com/gps/hibernate/ListtypeDAO.java 69 Potential violation of Law of Demeter (object not created locally)
17398 src/com/gps/hibernate/ListtypeDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17399 src/com/gps/hibernate/ListtypeDAO.java 72 There is log block not surrounded by if
17400 src/com/gps/hibernate/ListtypeDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
17401 src/com/gps/hibernate/ListtypeDAO.java 77 Parameter 'value' is not assigned and could be declared final
17402 src/com/gps/hibernate/ListtypeDAO.java 77 publicMethodCommentRequirement Required
17403 src/com/gps/hibernate/ListtypeDAO.java 78 There is log block not surrounded by if
17404 src/com/gps/hibernate/ListtypeDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17405 src/com/gps/hibernate/ListtypeDAO.java 81 Local variable 'queryString' could be declared final
17406 src/com/gps/hibernate/ListtypeDAO.java 83 Local variable 'queryObject' could be declared final
17407 src/com/gps/hibernate/ListtypeDAO.java 83 Potential violation of Law of Demeter (method chain calls)
17408 src/com/gps/hibernate/ListtypeDAO.java 84 Potential violation of Law of Demeter (object not created locally)
17409 src/com/gps/hibernate/ListtypeDAO.java 85 Potential violation of Law of Demeter (object not created locally)
17410 src/com/gps/hibernate/ListtypeDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17411 src/com/gps/hibernate/ListtypeDAO.java 87 There is log block not surrounded by if
17412 src/com/gps/hibernate/ListtypeDAO.java 92 Parameter 'name' is not assigned and could be declared final
17413 src/com/gps/hibernate/ListtypeDAO.java 92 publicMethodCommentRequirement Required
17414 src/com/gps/hibernate/ListtypeDAO.java 96 Parameter 'type' is not assigned and could be declared final
17415 src/com/gps/hibernate/ListtypeDAO.java 96 publicMethodCommentRequirement Required
17416 src/com/gps/hibernate/ListtypeDAO.java 100 publicMethodCommentRequirement Required
17417 src/com/gps/hibernate/ListtypeDAO.java 101 There is log block not surrounded by if
17418 src/com/gps/hibernate/ListtypeDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17419 src/com/gps/hibernate/ListtypeDAO.java 103 Local variable 'queryString' could be declared final
17420 src/com/gps/hibernate/ListtypeDAO.java 104 Local variable 'queryObject' could be declared final
17421 src/com/gps/hibernate/ListtypeDAO.java 104 Potential violation of Law of Demeter (method chain calls)
17422 src/com/gps/hibernate/ListtypeDAO.java 105 Potential violation of Law of Demeter (object not created locally)
17423 src/com/gps/hibernate/ListtypeDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17424 src/com/gps/hibernate/ListtypeDAO.java 107 There is log block not surrounded by if
17425 src/com/gps/hibernate/ListtypeDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
17426 src/com/gps/hibernate/ListtypeDAO.java 112 publicMethodCommentRequirement Required
17427 src/com/gps/hibernate/ListtypeDAO.java 113 There is log block not surrounded by if
17428 src/com/gps/hibernate/ListtypeDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17429 src/com/gps/hibernate/ListtypeDAO.java 115 Local variable 'result' could be declared final
17430 src/com/gps/hibernate/ListtypeDAO.java 115 Potential violation of Law of Demeter (method chain calls)
17431 src/com/gps/hibernate/ListtypeDAO.java 116 There is log block not surrounded by if
17432 src/com/gps/hibernate/ListtypeDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17433 src/com/gps/hibernate/ListtypeDAO.java 118 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17434 src/com/gps/hibernate/ListtypeDAO.java 119 There is log block not surrounded by if
17435 src/com/gps/hibernate/ListtypeDAO.java 124 Parameter 'instance' is not assigned and could be declared final
17436 src/com/gps/hibernate/ListtypeDAO.java 124 publicMethodCommentRequirement Required
17437 src/com/gps/hibernate/ListtypeDAO.java 125 There is log block not surrounded by if
17438 src/com/gps/hibernate/ListtypeDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17439 src/com/gps/hibernate/ListtypeDAO.java 127 Potential violation of Law of Demeter (method chain calls)
17440 src/com/gps/hibernate/ListtypeDAO.java 128 There is log block not surrounded by if
17441 src/com/gps/hibernate/ListtypeDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17442 src/com/gps/hibernate/ListtypeDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17443 src/com/gps/hibernate/ListtypeDAO.java 130 There is log block not surrounded by if
17444 src/com/gps/hibernate/ListtypeDAO.java 135 Parameter 'instance' is not assigned and could be declared final
17445 src/com/gps/hibernate/ListtypeDAO.java 135 publicMethodCommentRequirement Required
17446 src/com/gps/hibernate/ListtypeDAO.java 136 There is log block not surrounded by if
17447 src/com/gps/hibernate/ListtypeDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17448 src/com/gps/hibernate/ListtypeDAO.java 138 Potential violation of Law of Demeter (method chain calls)
17449 src/com/gps/hibernate/ListtypeDAO.java 139 There is log block not surrounded by if
17450 src/com/gps/hibernate/ListtypeDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17451 src/com/gps/hibernate/ListtypeDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17452 src/com/gps/hibernate/ListtypeDAO.java 141 There is log block not surrounded by if
17453 src/com/gps/hibernate/LmuSenderMapping.java 6 headerCommentRequirement Required
17454 src/com/gps/hibernate/LmuSenderMapping.java 8 Avoid variables with short names like id
17455 src/com/gps/hibernate/LmuSenderMapping.java 8 fieldCommentRequirement Required
17456 src/com/gps/hibernate/LmuSenderMapping.java 9 fieldCommentRequirement Required
17457 src/com/gps/hibernate/LmuSenderMapping.java 10 fieldCommentRequirement Required
17458 src/com/gps/hibernate/LmuSenderMapping.java 11 fieldCommentRequirement Required
17459 src/com/gps/hibernate/LmuSenderMapping.java 12 fieldCommentRequirement Required
17460 src/com/gps/hibernate/LmuSenderMapping.java 22 Avoid variables with short names like id
17461 src/com/gps/hibernate/LmuSenderMapping.java 22 Parameter 'id' is not assigned and could be declared final
17462 src/com/gps/hibernate/LmuSenderMapping.java 34 Parameter 'senderId' is not assigned and could be declared final
17463 src/com/gps/hibernate/LmuSenderMapping.java 46 Parameter 'receiverId' is not assigned and could be declared final
17464 src/com/gps/hibernate/LmuSenderMapping.java 58 Parameter 'lastTripParamId' is not assigned and could be declared final
17465 src/com/gps/hibernate/LmuSenderMapping.java 70 Parameter 'sentTime' is not assigned and could be declared final
17466 src/com/gps/hibernate/LmuSenderMappingDAO.java 9 headerCommentRequirement Required
17467 src/com/gps/hibernate/LmuSenderMappingDAO.java 11 Avoid unused private fields such as 'log'.
17468 src/com/gps/hibernate/LmuSenderMappingDAO.java 11 Logger should be defined private static final and have the correct class
17469 src/com/gps/hibernate/LmuSenderMappingDAO.java 11 Variables that are final and static should be all capitals, 'log' is not all capitals.
17470 src/com/gps/hibernate/LmuSenderMappingDAO.java 11 fieldCommentRequirement Required
17471 src/com/gps/hibernate/LmuSenderMappingDAO.java 13 publicMethodCommentRequirement Required
17472 src/com/gps/hibernate/LmuSenderMappingDAO.java 14 Found 'DD'-anomaly for variable 'mappers' (lines '14'-'18').
17473 src/com/gps/hibernate/LmuSenderMappingDAO.java 18 Potential violation of Law of Demeter (method chain calls)
17474 src/com/gps/hibernate/LmuSenderMappingDAO.java 18 Potential violation of Law of Demeter (method chain calls)
17475 src/com/gps/hibernate/LmuSenderMappingDAO.java 20 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17476 src/com/gps/hibernate/LmuSenderMappingDAO.java 22 Avoid printStackTrace(); use a logger call instead.
17477 src/com/gps/hibernate/LmuSenderMappingDAO.java 22 Potential violation of Law of Demeter (object not created locally)
17478 src/com/gps/hibernate/Location.java 3 Avoid unused imports such as 'java.util.Date'
17479 src/com/gps/hibernate/Location.java 11 Classes implementing Serializable should set a serialVersionUID
17480 src/com/gps/hibernate/Location.java 14 fieldCommentRequirement Required
17481 src/com/gps/hibernate/Location.java 15 fieldCommentRequirement Required
17482 src/com/gps/hibernate/Location.java 25 Parameter 'lattitude' is not assigned and could be declared final
17483 src/com/gps/hibernate/Location.java 37 Parameter 'longitude' is not assigned and could be declared final
17484 src/com/gps/hibernate/LocationDAO.java 4 Avoid unused imports such as 'java.sql.ResultSet'
17485 src/com/gps/hibernate/LocationDAO.java 9 Avoid unused imports such as 'java.util.Set'
17486 src/com/gps/hibernate/LocationDAO.java 15 Avoid unused imports such as 'com.gps.hibernate.Location'
17487 src/com/gps/hibernate/LocationDAO.java 15 No need to import a type that lives in the same package
17488 src/com/gps/hibernate/LocationDAO.java 18 headerCommentRequirement Required
17489 src/com/gps/hibernate/LocationDAO.java 19 Logger should be defined private static final and have the correct class
17490 src/com/gps/hibernate/LocationDAO.java 19 Variables that are final and static should be all capitals, 'log' is not all capitals.
17491 src/com/gps/hibernate/LocationDAO.java 19 fieldCommentRequirement Required
17492 src/com/gps/hibernate/LocationDAO.java 21 Comment is too large: Too many lines
17493 src/com/gps/hibernate/LocationDAO.java 27 Comment is too large: Line too long
17494 src/com/gps/hibernate/LocationDAO.java 39 Parameter 'tripid' is not assigned and could be declared final
17495 src/com/gps/hibernate/LocationDAO.java 39 publicMethodCommentRequirement Required
17496 src/com/gps/hibernate/LocationDAO.java 43 Found 'DD'-anomaly for variable 'esn' (lines '43'-'48').
17497 src/com/gps/hibernate/LocationDAO.java 44 Local variable 'queryString' could be declared final
17498 src/com/gps/hibernate/LocationDAO.java 45 Local variable 'queryObject' could be declared final
17499 src/com/gps/hibernate/LocationDAO.java 45 Potential violation of Law of Demeter (method chain calls)
17500 src/com/gps/hibernate/LocationDAO.java 46 Local variable 'size' could be declared final
17501 src/com/gps/hibernate/LocationDAO.java 46 Potential violation of Law of Demeter (method chain calls)
17502 src/com/gps/hibernate/LocationDAO.java 46 Potential violation of Law of Demeter (object not created locally)
17503 src/com/gps/hibernate/LocationDAO.java 47 Avoid using Literals in Conditional Statements
17504 src/com/gps/hibernate/LocationDAO.java 47 Avoid using if statements without curly braces
17505 src/com/gps/hibernate/LocationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
17506 src/com/gps/hibernate/LocationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
17507 src/com/gps/hibernate/LocationDAO.java 48 Potential violation of Law of Demeter (object not created locally)
17508 src/com/gps/hibernate/LocationDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17509 src/com/gps/hibernate/LocationDAO.java 51 There is log block not surrounded by if
17510 src/com/gps/hibernate/LocationDAO.java 55 Parameter 'vehid' is not assigned and could be declared final
17511 src/com/gps/hibernate/LocationDAO.java 55 publicMethodCommentRequirement Required
17512 src/com/gps/hibernate/LocationDAO.java 59 Found 'DD'-anomaly for variable 'esn' (lines '59'-'64').
17513 src/com/gps/hibernate/LocationDAO.java 60 Local variable 'queryString' could be declared final
17514 src/com/gps/hibernate/LocationDAO.java 61 Local variable 'queryObject' could be declared final
17515 src/com/gps/hibernate/LocationDAO.java 61 Potential violation of Law of Demeter (method chain calls)
17516 src/com/gps/hibernate/LocationDAO.java 62 Local variable 'size' could be declared final
17517 src/com/gps/hibernate/LocationDAO.java 62 Potential violation of Law of Demeter (method chain calls)
17518 src/com/gps/hibernate/LocationDAO.java 62 Potential violation of Law of Demeter (object not created locally)
17519 src/com/gps/hibernate/LocationDAO.java 63 Avoid using Literals in Conditional Statements
17520 src/com/gps/hibernate/LocationDAO.java 63 Avoid using if statements without curly braces
17521 src/com/gps/hibernate/LocationDAO.java 64 Potential violation of Law of Demeter (method chain calls)
17522 src/com/gps/hibernate/LocationDAO.java 64 Potential violation of Law of Demeter (method chain calls)
17523 src/com/gps/hibernate/LocationDAO.java 64 Potential violation of Law of Demeter (object not created locally)
17524 src/com/gps/hibernate/LocationDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17525 src/com/gps/hibernate/LocationDAO.java 67 There is log block not surrounded by if
17526 src/com/gps/hibernate/LocationDAO.java 71 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
17527 src/com/gps/hibernate/LocationDAO.java 71 Found non-transient, non-static member. Please mark as transient or provide accessors.
17528 src/com/gps/hibernate/LocationDAO.java 71 Use explicit scoping instead of the default package private level
17529 src/com/gps/hibernate/LocationDAO.java 71 fieldCommentRequirement Required
17530 src/com/gps/hibernate/LocationDAO.java 72 Parameter 'tripId' is not assigned and could be declared final
17531 src/com/gps/hibernate/LocationDAO.java 72 publicMethodCommentRequirement Required
17532 src/com/gps/hibernate/LocationDAO.java 75 Local variable 'trip' could be declared final
17533 src/com/gps/hibernate/LocationDAO.java 76 Found 'DD'-anomaly for variable 'tripReq' (lines '76'-'86').
17534 src/com/gps/hibernate/LocationDAO.java 77 Local variable 'dataOrg' could be declared final
17535 src/com/gps/hibernate/LocationDAO.java 86 Potential violation of Law of Demeter (object not created locally)
17536 src/com/gps/hibernate/LocationDAO.java 88 Local variable 'esnNo' could be declared final
17537 src/com/gps/hibernate/LocationDAO.java 89 There is log block not surrounded by if
17538 src/com/gps/hibernate/LocationDAO.java 89 There is log block not surrounded by if
17539 src/com/gps/hibernate/LocationDAO.java 90 Found 'DD'-anomaly for variable 'location' (lines '90'-'91').
17540 src/com/gps/hibernate/LocationDAO.java 91 Potential violation of Law of Demeter (method chain calls)
17541 src/com/gps/hibernate/LocationDAO.java 91 Potential violation of Law of Demeter (method chain calls)
17542 src/com/gps/hibernate/LocationDAO.java 91 Potential violation of Law of Demeter (object not created locally)
17543 src/com/gps/hibernate/LocationDAO.java 91 Potential violation of Law of Demeter (object not created locally)
17544 src/com/gps/hibernate/LocationDAO.java 93 Avoid using Literals in Conditional Statements
17545 src/com/gps/hibernate/LocationDAO.java 93 Potential violation of Law of Demeter (object not created locally)
17546 src/com/gps/hibernate/LocationDAO.java 95 Comment is too large: Line too long
17547 src/com/gps/hibernate/LocationDAO.java 96 Comment is too large: Line too long
17548 src/com/gps/hibernate/LocationDAO.java 98 Local variable 'query' could be declared final
17549 src/com/gps/hibernate/LocationDAO.java 98 Potential violation of Law of Demeter (method chain calls)
17550 src/com/gps/hibernate/LocationDAO.java 98 Potential violation of Law of Demeter (object not created locally)
17551 src/com/gps/hibernate/LocationDAO.java 99 System.out.print is used
17552 src/com/gps/hibernate/LocationDAO.java 100 Avoid variables with short names like q
17553 src/com/gps/hibernate/LocationDAO.java 100 Local variable 'q' could be declared final
17554 src/com/gps/hibernate/LocationDAO.java 100 Potential violation of Law of Demeter (object not created locally)
17555 src/com/gps/hibernate/LocationDAO.java 101 Potential violation of Law of Demeter (object not created locally)
17556 src/com/gps/hibernate/LocationDAO.java 103 System.out.print is used
17557 src/com/gps/hibernate/LocationDAO.java 104 Local variable 'itr' could be declared final
17558 src/com/gps/hibernate/LocationDAO.java 108 Local variable 'obj' could be declared final
17559 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
17560 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
17561 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
17562 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
17563 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
17564 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
17565 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
17566 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
17567 src/com/gps/hibernate/LocationDAO.java 109 System.out.print is used
17568 src/com/gps/hibernate/LocationDAO.java 110 Avoid appending characters as strings in StringBuffer.append.
17569 src/com/gps/hibernate/LocationDAO.java 110 Potential violation of Law of Demeter (method chain calls)
17570 src/com/gps/hibernate/LocationDAO.java 110 Potential violation of Law of Demeter (method chain calls)
17571 src/com/gps/hibernate/LocationDAO.java 110 Potential violation of Law of Demeter (method chain calls)
17572 src/com/gps/hibernate/LocationDAO.java 110 Potential violation of Law of Demeter (method chain calls)
17573 src/com/gps/hibernate/LocationDAO.java 110 Potential violation of Law of Demeter (object not created locally)
17574 src/com/gps/hibernate/LocationDAO.java 113 Potential violation of Law of Demeter (object not created locally)
17575 src/com/gps/hibernate/LocationDAO.java 114 Potential violation of Law of Demeter (object not created locally)
17576 src/com/gps/hibernate/LocationDAO.java 116 Potential violation of Law of Demeter (object not created locally)
17577 src/com/gps/hibernate/LocationDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17578 src/com/gps/hibernate/LocationDAO.java 118 There is log block not surrounded by if
17579 src/com/gps/hibernate/LocationDAO.java 123 Parameter 'vehicleId' is not assigned and could be declared final
17580 src/com/gps/hibernate/LocationDAO.java 123 publicMethodCommentRequirement Required
17581 src/com/gps/hibernate/LocationDAO.java 124 Found 'DD'-anomaly for variable 'trips' (lines '124'-'129').
17582 src/com/gps/hibernate/LocationDAO.java 126 Local variable 'query' could be declared final
17583 src/com/gps/hibernate/LocationDAO.java 127 System.out.print is used
17584 src/com/gps/hibernate/LocationDAO.java 128 Avoid variables with short names like q
17585 src/com/gps/hibernate/LocationDAO.java 128 Local variable 'q' could be declared final
17586 src/com/gps/hibernate/LocationDAO.java 128 Potential violation of Law of Demeter (method chain calls)
17587 src/com/gps/hibernate/LocationDAO.java 129 Potential violation of Law of Demeter (object not created locally)
17588 src/com/gps/hibernate/LocationDAO.java 130 Potential violation of Law of Demeter (object not created locally)
17589 src/com/gps/hibernate/LocationDAO.java 130 System.out.print is used
17590 src/com/gps/hibernate/LocationDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17591 src/com/gps/hibernate/LocationDAO.java 133 Avoid printStackTrace(); use a logger call instead.
17592 src/com/gps/hibernate/LocationDAO.java 133 Potential violation of Law of Demeter (object not created locally)
17593 src/com/gps/hibernate/LoginDAO.java 6 Avoid unused imports such as 'java.util.Iterator'
17594 src/com/gps/hibernate/LoginDAO.java 9 Avoid unused imports such as 'java.util.Set'
17595 src/com/gps/hibernate/LoginDAO.java 14 Avoid unused imports such as 'org.hibernate.Session'
17596 src/com/gps/hibernate/LoginDAO.java 18 Avoid importing anything from the sun.* packages
17597 src/com/gps/hibernate/LoginDAO.java 20 headerCommentRequirement Required
17598 src/com/gps/hibernate/LoginDAO.java 21 Logger should be defined private static final and have the correct class
17599 src/com/gps/hibernate/LoginDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
17600 src/com/gps/hibernate/LoginDAO.java 21 fieldCommentRequirement Required
17601 src/com/gps/hibernate/LoginDAO.java 23 Method names should not start with capital letters
17602 src/com/gps/hibernate/LoginDAO.java 23 Parameter 'password' is not assigned and could be declared final
17603 src/com/gps/hibernate/LoginDAO.java 23 Parameter 'username' is not assigned and could be declared final
17604 src/com/gps/hibernate/LoginDAO.java 23 publicMethodCommentRequirement Required
17605 src/com/gps/hibernate/LoginDAO.java 27 Found 'DD'-anomaly for variable 'userlist' (lines '27'-'32').
17606 src/com/gps/hibernate/LoginDAO.java 28 Found 'DD'-anomaly for variable 'stat' (lines '28'-'42').
17607 src/com/gps/hibernate/LoginDAO.java 29 Local variable 'queryString' could be declared final
17608 src/com/gps/hibernate/LoginDAO.java 30 System.out.print is used
17609 src/com/gps/hibernate/LoginDAO.java 31 Local variable 'queryObject' could be declared final
17610 src/com/gps/hibernate/LoginDAO.java 31 Potential violation of Law of Demeter (method chain calls)
17611 src/com/gps/hibernate/LoginDAO.java 32 Potential violation of Law of Demeter (object not created locally)
17612 src/com/gps/hibernate/LoginDAO.java 33 Comment is too large: Line too long
17613 src/com/gps/hibernate/LoginDAO.java 35 Local variable 'size' could be declared final
17614 src/com/gps/hibernate/LoginDAO.java 35 Potential violation of Law of Demeter (object not created locally)
17615 src/com/gps/hibernate/LoginDAO.java 41 Avoid using Literals in Conditional Statements
17616 src/com/gps/hibernate/LoginDAO.java 41 Avoid using if statements without curly braces
17617 src/com/gps/hibernate/LoginDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17618 src/com/gps/hibernate/LoginDAO.java 45 There is log block not surrounded by if
17619 src/com/gps/hibernate/LoginDAO.java 51 Method names should not start with capital letters
17620 src/com/gps/hibernate/LoginDAO.java 51 Parameter 'password' is not assigned and could be declared final
17621 src/com/gps/hibernate/LoginDAO.java 51 Parameter 'username' is not assigned and could be declared final
17622 src/com/gps/hibernate/LoginDAO.java 51 publicMethodCommentRequirement Required
17623 src/com/gps/hibernate/LoginDAO.java 55 Found 'DD'-anomaly for variable 'userlist' (lines '55'-'61').
17624 src/com/gps/hibernate/LoginDAO.java 56 Found 'DD'-anomaly for variable 'userorg' (lines '56'-'66').
17625 src/com/gps/hibernate/LoginDAO.java 56 Found 'DU'-anomaly for variable 'userorg' (lines '56'-'76').
17626 src/com/gps/hibernate/LoginDAO.java 57 Found 'DD'-anomaly for variable 'organization' (lines '57'-'68').
17627 src/com/gps/hibernate/LoginDAO.java 57 Found 'DU'-anomaly for variable 'organization' (lines '57'-'76').
17628 src/com/gps/hibernate/LoginDAO.java 58 Found 'DD'-anomaly for variable 'orgid' (lines '58'-'67').
17629 src/com/gps/hibernate/LoginDAO.java 58 Found 'DD'-anomaly for variable 'userid' (lines '58'-'65').
17630 src/com/gps/hibernate/LoginDAO.java 58 Found 'DU'-anomaly for variable 'orgid' (lines '58'-'76').
17631 src/com/gps/hibernate/LoginDAO.java 58 Found 'DU'-anomaly for variable 'userid' (lines '58'-'76').
17632 src/com/gps/hibernate/LoginDAO.java 58 Use one line for each declaration, it enhances code readability.
17633 src/com/gps/hibernate/LoginDAO.java 59 Local variable 'queryString' could be declared final
17634 src/com/gps/hibernate/LoginDAO.java 60 Local variable 'queryObject' could be declared final
17635 src/com/gps/hibernate/LoginDAO.java 60 Potential violation of Law of Demeter (method chain calls)
17636 src/com/gps/hibernate/LoginDAO.java 61 Potential violation of Law of Demeter (object not created locally)
17637 src/com/gps/hibernate/LoginDAO.java 62 Local variable 'size' could be declared final
17638 src/com/gps/hibernate/LoginDAO.java 62 Potential violation of Law of Demeter (object not created locally)
17639 src/com/gps/hibernate/LoginDAO.java 63 Avoid using Literals in Conditional Statements
17640 src/com/gps/hibernate/LoginDAO.java 65 Potential violation of Law of Demeter (method chain calls)
17641 src/com/gps/hibernate/LoginDAO.java 65 Potential violation of Law of Demeter (object not created locally)
17642 src/com/gps/hibernate/LoginDAO.java 66 Potential violation of Law of Demeter (method chain calls)
17643 src/com/gps/hibernate/LoginDAO.java 66 Potential violation of Law of Demeter (method chain calls)
17644 src/com/gps/hibernate/LoginDAO.java 67 Potential violation of Law of Demeter (method chain calls)
17645 src/com/gps/hibernate/LoginDAO.java 67 Potential violation of Law of Demeter (method chain calls)
17646 src/com/gps/hibernate/LoginDAO.java 67 Potential violation of Law of Demeter (object not created locally)
17647 src/com/gps/hibernate/LoginDAO.java 68 Potential violation of Law of Demeter (method chain calls)
17648 src/com/gps/hibernate/LoginDAO.java 68 Potential violation of Law of Demeter (method chain calls)
17649 src/com/gps/hibernate/LoginDAO.java 69 A method should have only one exit point, and that should be the last statement in the method
17650 src/com/gps/hibernate/LoginDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17651 src/com/gps/hibernate/LoginDAO.java 72 There is log block not surrounded by if
17652 src/com/gps/hibernate/LoginDAO.java 78 Parameter 'inputStr' is not assigned and could be declared final
17653 src/com/gps/hibernate/LoginDAO.java 78 Use block level rather than method level synchronization
17654 src/com/gps/hibernate/LoginDAO.java 78 publicMethodCommentRequirement Required
17655 src/com/gps/hibernate/LoginDAO.java 80 Avoid variables with short names like md
17656 src/com/gps/hibernate/LoginDAO.java 80 Local variable 'md' could be declared final
17657 src/com/gps/hibernate/LoginDAO.java 81 Potential violation of Law of Demeter (object not created locally)
17658 src/com/gps/hibernate/LoginDAO.java 82 Local variable 'digest' could be declared final
17659 src/com/gps/hibernate/LoginDAO.java 82 Potential violation of Law of Demeter (object not created locally)
17660 src/com/gps/hibernate/LoginDAO.java 83 A method should have only one exit point, and that should be the last statement in the method
17661 src/com/gps/hibernate/LoginDAO.java 83 This statement may have some unnecessary parentheses
17662 src/com/gps/hibernate/LoginDAO.java 83 Useless parentheses.
17663 src/com/gps/hibernate/LoginDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17664 src/com/gps/hibernate/Mbban.java 11 Classes implementing Serializable should set a serialVersionUID
17665 src/com/gps/hibernate/Mbban.java 15 fieldCommentRequirement Required
17666 src/com/gps/hibernate/Mbban.java 16 fieldCommentRequirement Required
17667 src/com/gps/hibernate/Mbban.java 17 fieldCommentRequirement Required
17668 src/com/gps/hibernate/Mbban.java 18 fieldCommentRequirement Required
17669 src/com/gps/hibernate/Mbban.java 19 fieldCommentRequirement Required
17670 src/com/gps/hibernate/Mbban.java 20 fieldCommentRequirement Required
17671 src/com/gps/hibernate/Mbban.java 21 fieldCommentRequirement Required
17672 src/com/gps/hibernate/Mbban.java 22 fieldCommentRequirement Required
17673 src/com/gps/hibernate/Mbban.java 27 Document empty constructor
17674 src/com/gps/hibernate/Mbban.java 31 Parameter 'banId' is not assigned and could be declared final
17675 src/com/gps/hibernate/Mbban.java 36 Parameter 'banId' is not assigned and could be declared final
17676 src/com/gps/hibernate/Mbban.java 36 Parameter 'companyId' is not assigned and could be declared final
17677 src/com/gps/hibernate/Mbban.java 36 Parameter 'groupId' is not assigned and could be declared final
17678 src/com/gps/hibernate/Mbban.java 36 Parameter 'userId' is not assigned and could be declared final
17679 src/com/gps/hibernate/Mbban.java 37 Parameter 'banUserId' is not assigned and could be declared final
17680 src/com/gps/hibernate/Mbban.java 37 Parameter 'createDate' is not assigned and could be declared final
17681 src/com/gps/hibernate/Mbban.java 37 Parameter 'modifiedDate' is not assigned and could be declared final
17682 src/com/gps/hibernate/Mbban.java 37 Parameter 'userName' is not assigned and could be declared final
17683 src/com/gps/hibernate/Mbban.java 50 publicMethodCommentRequirement Required
17684 src/com/gps/hibernate/Mbban.java 54 Parameter 'banId' is not assigned and could be declared final
17685 src/com/gps/hibernate/Mbban.java 54 publicMethodCommentRequirement Required
17686 src/com/gps/hibernate/Mbban.java 58 publicMethodCommentRequirement Required
17687 src/com/gps/hibernate/Mbban.java 62 Parameter 'groupId' is not assigned and could be declared final
17688 src/com/gps/hibernate/Mbban.java 62 publicMethodCommentRequirement Required
17689 src/com/gps/hibernate/Mbban.java 66 publicMethodCommentRequirement Required
17690 src/com/gps/hibernate/Mbban.java 70 Parameter 'companyId' is not assigned and could be declared final
17691 src/com/gps/hibernate/Mbban.java 70 publicMethodCommentRequirement Required
17692 src/com/gps/hibernate/Mbban.java 74 publicMethodCommentRequirement Required
17693 src/com/gps/hibernate/Mbban.java 78 Parameter 'userId' is not assigned and could be declared final
17694 src/com/gps/hibernate/Mbban.java 78 publicMethodCommentRequirement Required
17695 src/com/gps/hibernate/Mbban.java 82 publicMethodCommentRequirement Required
17696 src/com/gps/hibernate/Mbban.java 86 Parameter 'userName' is not assigned and could be declared final
17697 src/com/gps/hibernate/Mbban.java 86 publicMethodCommentRequirement Required
17698 src/com/gps/hibernate/Mbban.java 90 publicMethodCommentRequirement Required
17699 src/com/gps/hibernate/Mbban.java 94 Parameter 'createDate' is not assigned and could be declared final
17700 src/com/gps/hibernate/Mbban.java 94 publicMethodCommentRequirement Required
17701 src/com/gps/hibernate/Mbban.java 98 publicMethodCommentRequirement Required
17702 src/com/gps/hibernate/Mbban.java 102 Parameter 'modifiedDate' is not assigned and could be declared final
17703 src/com/gps/hibernate/Mbban.java 102 publicMethodCommentRequirement Required
17704 src/com/gps/hibernate/Mbban.java 106 publicMethodCommentRequirement Required
17705 src/com/gps/hibernate/Mbban.java 110 Parameter 'banUserId' is not assigned and could be declared final
17706 src/com/gps/hibernate/Mbban.java 110 publicMethodCommentRequirement Required
17707 src/com/gps/hibernate/MbbanDAO.java 3 Avoid unused imports such as 'java.util.Date'
17708 src/com/gps/hibernate/MbbanDAO.java 11 Comment is too large: Too many lines
17709 src/com/gps/hibernate/MbbanDAO.java 23 This class has too many methods, consider refactoring it.
17710 src/com/gps/hibernate/MbbanDAO.java 24 Logger should be defined private static final and have the correct class
17711 src/com/gps/hibernate/MbbanDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
17712 src/com/gps/hibernate/MbbanDAO.java 24 fieldCommentRequirement Required
17713 src/com/gps/hibernate/MbbanDAO.java 26 fieldCommentRequirement Required
17714 src/com/gps/hibernate/MbbanDAO.java 27 fieldCommentRequirement Required
17715 src/com/gps/hibernate/MbbanDAO.java 28 fieldCommentRequirement Required
17716 src/com/gps/hibernate/MbbanDAO.java 29 fieldCommentRequirement Required
17717 src/com/gps/hibernate/MbbanDAO.java 30 fieldCommentRequirement Required
17718 src/com/gps/hibernate/MbbanDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
17719 src/com/gps/hibernate/MbbanDAO.java 32 publicMethodCommentRequirement Required
17720 src/com/gps/hibernate/MbbanDAO.java 33 There is log block not surrounded by if
17721 src/com/gps/hibernate/MbbanDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17722 src/com/gps/hibernate/MbbanDAO.java 35 Potential violation of Law of Demeter (method chain calls)
17723 src/com/gps/hibernate/MbbanDAO.java 36 There is log block not surrounded by if
17724 src/com/gps/hibernate/MbbanDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17725 src/com/gps/hibernate/MbbanDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17726 src/com/gps/hibernate/MbbanDAO.java 38 There is log block not surrounded by if
17727 src/com/gps/hibernate/MbbanDAO.java 43 Avoid excessively long variable names like persistentInstance
17728 src/com/gps/hibernate/MbbanDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
17729 src/com/gps/hibernate/MbbanDAO.java 43 publicMethodCommentRequirement Required
17730 src/com/gps/hibernate/MbbanDAO.java 44 There is log block not surrounded by if
17731 src/com/gps/hibernate/MbbanDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17732 src/com/gps/hibernate/MbbanDAO.java 46 Potential violation of Law of Demeter (method chain calls)
17733 src/com/gps/hibernate/MbbanDAO.java 47 There is log block not surrounded by if
17734 src/com/gps/hibernate/MbbanDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17735 src/com/gps/hibernate/MbbanDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17736 src/com/gps/hibernate/MbbanDAO.java 49 There is log block not surrounded by if
17737 src/com/gps/hibernate/MbbanDAO.java 54 Avoid variables with short names like id
17738 src/com/gps/hibernate/MbbanDAO.java 54 Parameter 'id' is not assigned and could be declared final
17739 src/com/gps/hibernate/MbbanDAO.java 54 publicMethodCommentRequirement Required
17740 src/com/gps/hibernate/MbbanDAO.java 55 There is log block not surrounded by if
17741 src/com/gps/hibernate/MbbanDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17742 src/com/gps/hibernate/MbbanDAO.java 57 Local variable 'instance' could be declared final
17743 src/com/gps/hibernate/MbbanDAO.java 57 Potential violation of Law of Demeter (method chain calls)
17744 src/com/gps/hibernate/MbbanDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17745 src/com/gps/hibernate/MbbanDAO.java 61 There is log block not surrounded by if
17746 src/com/gps/hibernate/MbbanDAO.java 66 Parameter 'instance' is not assigned and could be declared final
17747 src/com/gps/hibernate/MbbanDAO.java 66 publicMethodCommentRequirement Required
17748 src/com/gps/hibernate/MbbanDAO.java 67 There is log block not surrounded by if
17749 src/com/gps/hibernate/MbbanDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17750 src/com/gps/hibernate/MbbanDAO.java 69 Local variable 'results' could be declared final
17751 src/com/gps/hibernate/MbbanDAO.java 69 Potential violation of Law of Demeter (method chain calls)
17752 src/com/gps/hibernate/MbbanDAO.java 69 Potential violation of Law of Demeter (method chain calls)
17753 src/com/gps/hibernate/MbbanDAO.java 69 Potential violation of Law of Demeter (method chain calls)
17754 src/com/gps/hibernate/MbbanDAO.java 72 There is log block not surrounded by if
17755 src/com/gps/hibernate/MbbanDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17756 src/com/gps/hibernate/MbbanDAO.java 73 Potential violation of Law of Demeter (object not created locally)
17757 src/com/gps/hibernate/MbbanDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17758 src/com/gps/hibernate/MbbanDAO.java 76 There is log block not surrounded by if
17759 src/com/gps/hibernate/MbbanDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
17760 src/com/gps/hibernate/MbbanDAO.java 81 Parameter 'value' is not assigned and could be declared final
17761 src/com/gps/hibernate/MbbanDAO.java 81 publicMethodCommentRequirement Required
17762 src/com/gps/hibernate/MbbanDAO.java 82 There is log block not surrounded by if
17763 src/com/gps/hibernate/MbbanDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17764 src/com/gps/hibernate/MbbanDAO.java 85 Local variable 'queryString' could be declared final
17765 src/com/gps/hibernate/MbbanDAO.java 87 Local variable 'queryObject' could be declared final
17766 src/com/gps/hibernate/MbbanDAO.java 87 Potential violation of Law of Demeter (method chain calls)
17767 src/com/gps/hibernate/MbbanDAO.java 88 Potential violation of Law of Demeter (object not created locally)
17768 src/com/gps/hibernate/MbbanDAO.java 89 Potential violation of Law of Demeter (object not created locally)
17769 src/com/gps/hibernate/MbbanDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17770 src/com/gps/hibernate/MbbanDAO.java 91 There is log block not surrounded by if
17771 src/com/gps/hibernate/MbbanDAO.java 96 Parameter 'groupId' is not assigned and could be declared final
17772 src/com/gps/hibernate/MbbanDAO.java 96 publicMethodCommentRequirement Required
17773 src/com/gps/hibernate/MbbanDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
17774 src/com/gps/hibernate/MbbanDAO.java 100 publicMethodCommentRequirement Required
17775 src/com/gps/hibernate/MbbanDAO.java 104 Parameter 'userId' is not assigned and could be declared final
17776 src/com/gps/hibernate/MbbanDAO.java 104 publicMethodCommentRequirement Required
17777 src/com/gps/hibernate/MbbanDAO.java 108 Parameter 'userName' is not assigned and could be declared final
17778 src/com/gps/hibernate/MbbanDAO.java 108 publicMethodCommentRequirement Required
17779 src/com/gps/hibernate/MbbanDAO.java 112 Parameter 'banUserId' is not assigned and could be declared final
17780 src/com/gps/hibernate/MbbanDAO.java 112 publicMethodCommentRequirement Required
17781 src/com/gps/hibernate/MbbanDAO.java 116 publicMethodCommentRequirement Required
17782 src/com/gps/hibernate/MbbanDAO.java 117 There is log block not surrounded by if
17783 src/com/gps/hibernate/MbbanDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17784 src/com/gps/hibernate/MbbanDAO.java 119 Local variable 'queryString' could be declared final
17785 src/com/gps/hibernate/MbbanDAO.java 120 Local variable 'queryObject' could be declared final
17786 src/com/gps/hibernate/MbbanDAO.java 120 Potential violation of Law of Demeter (method chain calls)
17787 src/com/gps/hibernate/MbbanDAO.java 121 Potential violation of Law of Demeter (object not created locally)
17788 src/com/gps/hibernate/MbbanDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17789 src/com/gps/hibernate/MbbanDAO.java 123 There is log block not surrounded by if
17790 src/com/gps/hibernate/MbbanDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
17791 src/com/gps/hibernate/MbbanDAO.java 128 publicMethodCommentRequirement Required
17792 src/com/gps/hibernate/MbbanDAO.java 129 There is log block not surrounded by if
17793 src/com/gps/hibernate/MbbanDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17794 src/com/gps/hibernate/MbbanDAO.java 131 Local variable 'result' could be declared final
17795 src/com/gps/hibernate/MbbanDAO.java 131 Potential violation of Law of Demeter (method chain calls)
17796 src/com/gps/hibernate/MbbanDAO.java 132 There is log block not surrounded by if
17797 src/com/gps/hibernate/MbbanDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17798 src/com/gps/hibernate/MbbanDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17799 src/com/gps/hibernate/MbbanDAO.java 135 There is log block not surrounded by if
17800 src/com/gps/hibernate/MbbanDAO.java 140 Parameter 'instance' is not assigned and could be declared final
17801 src/com/gps/hibernate/MbbanDAO.java 140 publicMethodCommentRequirement Required
17802 src/com/gps/hibernate/MbbanDAO.java 141 There is log block not surrounded by if
17803 src/com/gps/hibernate/MbbanDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17804 src/com/gps/hibernate/MbbanDAO.java 143 Potential violation of Law of Demeter (method chain calls)
17805 src/com/gps/hibernate/MbbanDAO.java 144 There is log block not surrounded by if
17806 src/com/gps/hibernate/MbbanDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17807 src/com/gps/hibernate/MbbanDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17808 src/com/gps/hibernate/MbbanDAO.java 146 There is log block not surrounded by if
17809 src/com/gps/hibernate/MbbanDAO.java 151 Parameter 'instance' is not assigned and could be declared final
17810 src/com/gps/hibernate/MbbanDAO.java 151 publicMethodCommentRequirement Required
17811 src/com/gps/hibernate/MbbanDAO.java 152 There is log block not surrounded by if
17812 src/com/gps/hibernate/MbbanDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17813 src/com/gps/hibernate/MbbanDAO.java 154 Potential violation of Law of Demeter (method chain calls)
17814 src/com/gps/hibernate/MbbanDAO.java 155 There is log block not surrounded by if
17815 src/com/gps/hibernate/MbbanDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17816 src/com/gps/hibernate/MbbanDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17817 src/com/gps/hibernate/MbbanDAO.java 157 There is log block not surrounded by if
17818 src/com/gps/hibernate/Mbcategory.java 11 Classes implementing Serializable should set a serialVersionUID
17819 src/com/gps/hibernate/Mbcategory.java 15 fieldCommentRequirement Required
17820 src/com/gps/hibernate/Mbcategory.java 16 fieldCommentRequirement Required
17821 src/com/gps/hibernate/Mbcategory.java 17 fieldCommentRequirement Required
17822 src/com/gps/hibernate/Mbcategory.java 18 fieldCommentRequirement Required
17823 src/com/gps/hibernate/Mbcategory.java 19 fieldCommentRequirement Required
17824 src/com/gps/hibernate/Mbcategory.java 20 fieldCommentRequirement Required
17825 src/com/gps/hibernate/Mbcategory.java 21 fieldCommentRequirement Required
17826 src/com/gps/hibernate/Mbcategory.java 22 fieldCommentRequirement Required
17827 src/com/gps/hibernate/Mbcategory.java 23 fieldCommentRequirement Required
17828 src/com/gps/hibernate/Mbcategory.java 24 fieldCommentRequirement Required
17829 src/com/gps/hibernate/Mbcategory.java 25 fieldCommentRequirement Required
17830 src/com/gps/hibernate/Mbcategory.java 26 fieldCommentRequirement Required
17831 src/com/gps/hibernate/Mbcategory.java 27 fieldCommentRequirement Required
17832 src/com/gps/hibernate/Mbcategory.java 28 fieldCommentRequirement Required
17833 src/com/gps/hibernate/Mbcategory.java 33 Document empty constructor
17834 src/com/gps/hibernate/Mbcategory.java 37 Parameter 'categoryId' is not assigned and could be declared final
17835 src/com/gps/hibernate/Mbcategory.java 42 Avoid long parameter lists.
17836 src/com/gps/hibernate/Mbcategory.java 42 Parameter 'categoryId' is not assigned and could be declared final
17837 src/com/gps/hibernate/Mbcategory.java 42 Parameter 'groupId' is not assigned and could be declared final
17838 src/com/gps/hibernate/Mbcategory.java 42 Parameter 'uuid' is not assigned and could be declared final
17839 src/com/gps/hibernate/Mbcategory.java 43 Parameter 'companyId' is not assigned and could be declared final
17840 src/com/gps/hibernate/Mbcategory.java 43 Parameter 'createDate' is not assigned and could be declared final
17841 src/com/gps/hibernate/Mbcategory.java 43 Parameter 'userId' is not assigned and could be declared final
17842 src/com/gps/hibernate/Mbcategory.java 43 Parameter 'userName' is not assigned and could be declared final
17843 src/com/gps/hibernate/Mbcategory.java 44 Parameter 'modifiedDate' is not assigned and could be declared final
17844 src/com/gps/hibernate/Mbcategory.java 44 Parameter 'name' is not assigned and could be declared final
17845 src/com/gps/hibernate/Mbcategory.java 44 Parameter 'parentCategoryId' is not assigned and could be declared final
17846 src/com/gps/hibernate/Mbcategory.java 45 Parameter 'description' is not assigned and could be declared final
17847 src/com/gps/hibernate/Mbcategory.java 45 Parameter 'messageCount' is not assigned and could be declared final
17848 src/com/gps/hibernate/Mbcategory.java 45 Parameter 'threadCount' is not assigned and could be declared final
17849 src/com/gps/hibernate/Mbcategory.java 46 Parameter 'lastPostDate' is not assigned and could be declared final
17850 src/com/gps/hibernate/Mbcategory.java 65 publicMethodCommentRequirement Required
17851 src/com/gps/hibernate/Mbcategory.java 69 Parameter 'categoryId' is not assigned and could be declared final
17852 src/com/gps/hibernate/Mbcategory.java 69 publicMethodCommentRequirement Required
17853 src/com/gps/hibernate/Mbcategory.java 73 publicMethodCommentRequirement Required
17854 src/com/gps/hibernate/Mbcategory.java 77 Parameter 'uuid' is not assigned and could be declared final
17855 src/com/gps/hibernate/Mbcategory.java 77 publicMethodCommentRequirement Required
17856 src/com/gps/hibernate/Mbcategory.java 81 publicMethodCommentRequirement Required
17857 src/com/gps/hibernate/Mbcategory.java 85 Parameter 'groupId' is not assigned and could be declared final
17858 src/com/gps/hibernate/Mbcategory.java 85 publicMethodCommentRequirement Required
17859 src/com/gps/hibernate/Mbcategory.java 89 publicMethodCommentRequirement Required
17860 src/com/gps/hibernate/Mbcategory.java 93 Parameter 'companyId' is not assigned and could be declared final
17861 src/com/gps/hibernate/Mbcategory.java 93 publicMethodCommentRequirement Required
17862 src/com/gps/hibernate/Mbcategory.java 97 publicMethodCommentRequirement Required
17863 src/com/gps/hibernate/Mbcategory.java 101 Parameter 'userId' is not assigned and could be declared final
17864 src/com/gps/hibernate/Mbcategory.java 101 publicMethodCommentRequirement Required
17865 src/com/gps/hibernate/Mbcategory.java 105 publicMethodCommentRequirement Required
17866 src/com/gps/hibernate/Mbcategory.java 109 Parameter 'userName' is not assigned and could be declared final
17867 src/com/gps/hibernate/Mbcategory.java 109 publicMethodCommentRequirement Required
17868 src/com/gps/hibernate/Mbcategory.java 113 publicMethodCommentRequirement Required
17869 src/com/gps/hibernate/Mbcategory.java 117 Parameter 'createDate' is not assigned and could be declared final
17870 src/com/gps/hibernate/Mbcategory.java 117 publicMethodCommentRequirement Required
17871 src/com/gps/hibernate/Mbcategory.java 121 publicMethodCommentRequirement Required
17872 src/com/gps/hibernate/Mbcategory.java 125 Parameter 'modifiedDate' is not assigned and could be declared final
17873 src/com/gps/hibernate/Mbcategory.java 125 publicMethodCommentRequirement Required
17874 src/com/gps/hibernate/Mbcategory.java 129 publicMethodCommentRequirement Required
17875 src/com/gps/hibernate/Mbcategory.java 133 Parameter 'parentCategoryId' is not assigned and could be declared final
17876 src/com/gps/hibernate/Mbcategory.java 133 publicMethodCommentRequirement Required
17877 src/com/gps/hibernate/Mbcategory.java 137 publicMethodCommentRequirement Required
17878 src/com/gps/hibernate/Mbcategory.java 141 Parameter 'name' is not assigned and could be declared final
17879 src/com/gps/hibernate/Mbcategory.java 141 publicMethodCommentRequirement Required
17880 src/com/gps/hibernate/Mbcategory.java 145 publicMethodCommentRequirement Required
17881 src/com/gps/hibernate/Mbcategory.java 149 Parameter 'description' is not assigned and could be declared final
17882 src/com/gps/hibernate/Mbcategory.java 149 publicMethodCommentRequirement Required
17883 src/com/gps/hibernate/Mbcategory.java 153 publicMethodCommentRequirement Required
17884 src/com/gps/hibernate/Mbcategory.java 157 Parameter 'threadCount' is not assigned and could be declared final
17885 src/com/gps/hibernate/Mbcategory.java 157 publicMethodCommentRequirement Required
17886 src/com/gps/hibernate/Mbcategory.java 161 publicMethodCommentRequirement Required
17887 src/com/gps/hibernate/Mbcategory.java 165 Parameter 'messageCount' is not assigned and could be declared final
17888 src/com/gps/hibernate/Mbcategory.java 165 publicMethodCommentRequirement Required
17889 src/com/gps/hibernate/Mbcategory.java 169 publicMethodCommentRequirement Required
17890 src/com/gps/hibernate/Mbcategory.java 173 Parameter 'lastPostDate' is not assigned and could be declared final
17891 src/com/gps/hibernate/Mbcategory.java 173 publicMethodCommentRequirement Required
17892 src/com/gps/hibernate/MbcategoryDAO.java 3 Avoid unused imports such as 'java.util.Date'
17893 src/com/gps/hibernate/MbcategoryDAO.java 11 Comment is too large: Too many lines
17894 src/com/gps/hibernate/MbcategoryDAO.java 23 This class has too many methods, consider refactoring it.
17895 src/com/gps/hibernate/MbcategoryDAO.java 24 Logger should be defined private static final and have the correct class
17896 src/com/gps/hibernate/MbcategoryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
17897 src/com/gps/hibernate/MbcategoryDAO.java 24 fieldCommentRequirement Required
17898 src/com/gps/hibernate/MbcategoryDAO.java 26 fieldCommentRequirement Required
17899 src/com/gps/hibernate/MbcategoryDAO.java 27 fieldCommentRequirement Required
17900 src/com/gps/hibernate/MbcategoryDAO.java 28 fieldCommentRequirement Required
17901 src/com/gps/hibernate/MbcategoryDAO.java 29 fieldCommentRequirement Required
17902 src/com/gps/hibernate/MbcategoryDAO.java 30 fieldCommentRequirement Required
17903 src/com/gps/hibernate/MbcategoryDAO.java 31 Avoid excessively long variable names like PARENT_CATEGORY_ID
17904 src/com/gps/hibernate/MbcategoryDAO.java 31 fieldCommentRequirement Required
17905 src/com/gps/hibernate/MbcategoryDAO.java 32 fieldCommentRequirement Required
17906 src/com/gps/hibernate/MbcategoryDAO.java 33 fieldCommentRequirement Required
17907 src/com/gps/hibernate/MbcategoryDAO.java 34 fieldCommentRequirement Required
17908 src/com/gps/hibernate/MbcategoryDAO.java 35 fieldCommentRequirement Required
17909 src/com/gps/hibernate/MbcategoryDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
17910 src/com/gps/hibernate/MbcategoryDAO.java 37 publicMethodCommentRequirement Required
17911 src/com/gps/hibernate/MbcategoryDAO.java 38 There is log block not surrounded by if
17912 src/com/gps/hibernate/MbcategoryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17913 src/com/gps/hibernate/MbcategoryDAO.java 40 Potential violation of Law of Demeter (method chain calls)
17914 src/com/gps/hibernate/MbcategoryDAO.java 41 There is log block not surrounded by if
17915 src/com/gps/hibernate/MbcategoryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17916 src/com/gps/hibernate/MbcategoryDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17917 src/com/gps/hibernate/MbcategoryDAO.java 43 There is log block not surrounded by if
17918 src/com/gps/hibernate/MbcategoryDAO.java 48 Avoid excessively long variable names like persistentInstance
17919 src/com/gps/hibernate/MbcategoryDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
17920 src/com/gps/hibernate/MbcategoryDAO.java 48 publicMethodCommentRequirement Required
17921 src/com/gps/hibernate/MbcategoryDAO.java 49 There is log block not surrounded by if
17922 src/com/gps/hibernate/MbcategoryDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17923 src/com/gps/hibernate/MbcategoryDAO.java 51 Potential violation of Law of Demeter (method chain calls)
17924 src/com/gps/hibernate/MbcategoryDAO.java 52 There is log block not surrounded by if
17925 src/com/gps/hibernate/MbcategoryDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17926 src/com/gps/hibernate/MbcategoryDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17927 src/com/gps/hibernate/MbcategoryDAO.java 54 There is log block not surrounded by if
17928 src/com/gps/hibernate/MbcategoryDAO.java 59 Avoid variables with short names like id
17929 src/com/gps/hibernate/MbcategoryDAO.java 59 Parameter 'id' is not assigned and could be declared final
17930 src/com/gps/hibernate/MbcategoryDAO.java 59 publicMethodCommentRequirement Required
17931 src/com/gps/hibernate/MbcategoryDAO.java 60 There is log block not surrounded by if
17932 src/com/gps/hibernate/MbcategoryDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17933 src/com/gps/hibernate/MbcategoryDAO.java 62 Local variable 'instance' could be declared final
17934 src/com/gps/hibernate/MbcategoryDAO.java 62 Potential violation of Law of Demeter (method chain calls)
17935 src/com/gps/hibernate/MbcategoryDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17936 src/com/gps/hibernate/MbcategoryDAO.java 66 There is log block not surrounded by if
17937 src/com/gps/hibernate/MbcategoryDAO.java 71 Parameter 'instance' is not assigned and could be declared final
17938 src/com/gps/hibernate/MbcategoryDAO.java 71 publicMethodCommentRequirement Required
17939 src/com/gps/hibernate/MbcategoryDAO.java 72 There is log block not surrounded by if
17940 src/com/gps/hibernate/MbcategoryDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17941 src/com/gps/hibernate/MbcategoryDAO.java 74 Local variable 'results' could be declared final
17942 src/com/gps/hibernate/MbcategoryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
17943 src/com/gps/hibernate/MbcategoryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
17944 src/com/gps/hibernate/MbcategoryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
17945 src/com/gps/hibernate/MbcategoryDAO.java 77 There is log block not surrounded by if
17946 src/com/gps/hibernate/MbcategoryDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17947 src/com/gps/hibernate/MbcategoryDAO.java 78 Potential violation of Law of Demeter (object not created locally)
17948 src/com/gps/hibernate/MbcategoryDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17949 src/com/gps/hibernate/MbcategoryDAO.java 81 There is log block not surrounded by if
17950 src/com/gps/hibernate/MbcategoryDAO.java 86 Parameter 'propertyName' is not assigned and could be declared final
17951 src/com/gps/hibernate/MbcategoryDAO.java 86 Parameter 'value' is not assigned and could be declared final
17952 src/com/gps/hibernate/MbcategoryDAO.java 86 publicMethodCommentRequirement Required
17953 src/com/gps/hibernate/MbcategoryDAO.java 87 There is log block not surrounded by if
17954 src/com/gps/hibernate/MbcategoryDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17955 src/com/gps/hibernate/MbcategoryDAO.java 90 Local variable 'queryString' could be declared final
17956 src/com/gps/hibernate/MbcategoryDAO.java 92 Local variable 'queryObject' could be declared final
17957 src/com/gps/hibernate/MbcategoryDAO.java 92 Potential violation of Law of Demeter (method chain calls)
17958 src/com/gps/hibernate/MbcategoryDAO.java 93 Potential violation of Law of Demeter (object not created locally)
17959 src/com/gps/hibernate/MbcategoryDAO.java 94 Potential violation of Law of Demeter (object not created locally)
17960 src/com/gps/hibernate/MbcategoryDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17961 src/com/gps/hibernate/MbcategoryDAO.java 96 There is log block not surrounded by if
17962 src/com/gps/hibernate/MbcategoryDAO.java 101 Parameter 'uuid' is not assigned and could be declared final
17963 src/com/gps/hibernate/MbcategoryDAO.java 101 publicMethodCommentRequirement Required
17964 src/com/gps/hibernate/MbcategoryDAO.java 105 Parameter 'groupId' is not assigned and could be declared final
17965 src/com/gps/hibernate/MbcategoryDAO.java 105 publicMethodCommentRequirement Required
17966 src/com/gps/hibernate/MbcategoryDAO.java 109 Parameter 'companyId' is not assigned and could be declared final
17967 src/com/gps/hibernate/MbcategoryDAO.java 109 publicMethodCommentRequirement Required
17968 src/com/gps/hibernate/MbcategoryDAO.java 113 Parameter 'userId' is not assigned and could be declared final
17969 src/com/gps/hibernate/MbcategoryDAO.java 113 publicMethodCommentRequirement Required
17970 src/com/gps/hibernate/MbcategoryDAO.java 117 Parameter 'userName' is not assigned and could be declared final
17971 src/com/gps/hibernate/MbcategoryDAO.java 117 publicMethodCommentRequirement Required
17972 src/com/gps/hibernate/MbcategoryDAO.java 121 Parameter 'parentCategoryId' is not assigned and could be declared final
17973 src/com/gps/hibernate/MbcategoryDAO.java 121 publicMethodCommentRequirement Required
17974 src/com/gps/hibernate/MbcategoryDAO.java 125 Parameter 'name' is not assigned and could be declared final
17975 src/com/gps/hibernate/MbcategoryDAO.java 125 publicMethodCommentRequirement Required
17976 src/com/gps/hibernate/MbcategoryDAO.java 129 Parameter 'description' is not assigned and could be declared final
17977 src/com/gps/hibernate/MbcategoryDAO.java 129 publicMethodCommentRequirement Required
17978 src/com/gps/hibernate/MbcategoryDAO.java 133 Parameter 'threadCount' is not assigned and could be declared final
17979 src/com/gps/hibernate/MbcategoryDAO.java 133 publicMethodCommentRequirement Required
17980 src/com/gps/hibernate/MbcategoryDAO.java 137 Parameter 'messageCount' is not assigned and could be declared final
17981 src/com/gps/hibernate/MbcategoryDAO.java 137 publicMethodCommentRequirement Required
17982 src/com/gps/hibernate/MbcategoryDAO.java 141 publicMethodCommentRequirement Required
17983 src/com/gps/hibernate/MbcategoryDAO.java 142 There is log block not surrounded by if
17984 src/com/gps/hibernate/MbcategoryDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17985 src/com/gps/hibernate/MbcategoryDAO.java 144 Local variable 'queryString' could be declared final
17986 src/com/gps/hibernate/MbcategoryDAO.java 145 Local variable 'queryObject' could be declared final
17987 src/com/gps/hibernate/MbcategoryDAO.java 145 Potential violation of Law of Demeter (method chain calls)
17988 src/com/gps/hibernate/MbcategoryDAO.java 146 Potential violation of Law of Demeter (object not created locally)
17989 src/com/gps/hibernate/MbcategoryDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17990 src/com/gps/hibernate/MbcategoryDAO.java 148 There is log block not surrounded by if
17991 src/com/gps/hibernate/MbcategoryDAO.java 153 Parameter 'detachedInstance' is not assigned and could be declared final
17992 src/com/gps/hibernate/MbcategoryDAO.java 153 publicMethodCommentRequirement Required
17993 src/com/gps/hibernate/MbcategoryDAO.java 154 There is log block not surrounded by if
17994 src/com/gps/hibernate/MbcategoryDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17995 src/com/gps/hibernate/MbcategoryDAO.java 156 Local variable 'result' could be declared final
17996 src/com/gps/hibernate/MbcategoryDAO.java 156 Potential violation of Law of Demeter (method chain calls)
17997 src/com/gps/hibernate/MbcategoryDAO.java 158 There is log block not surrounded by if
17998 src/com/gps/hibernate/MbcategoryDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17999 src/com/gps/hibernate/MbcategoryDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18000 src/com/gps/hibernate/MbcategoryDAO.java 161 There is log block not surrounded by if
18001 src/com/gps/hibernate/MbcategoryDAO.java 166 Parameter 'instance' is not assigned and could be declared final
18002 src/com/gps/hibernate/MbcategoryDAO.java 166 publicMethodCommentRequirement Required
18003 src/com/gps/hibernate/MbcategoryDAO.java 167 There is log block not surrounded by if
18004 src/com/gps/hibernate/MbcategoryDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18005 src/com/gps/hibernate/MbcategoryDAO.java 169 Potential violation of Law of Demeter (method chain calls)
18006 src/com/gps/hibernate/MbcategoryDAO.java 170 There is log block not surrounded by if
18007 src/com/gps/hibernate/MbcategoryDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18008 src/com/gps/hibernate/MbcategoryDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18009 src/com/gps/hibernate/MbcategoryDAO.java 172 There is log block not surrounded by if
18010 src/com/gps/hibernate/MbcategoryDAO.java 177 Parameter 'instance' is not assigned and could be declared final
18011 src/com/gps/hibernate/MbcategoryDAO.java 177 publicMethodCommentRequirement Required
18012 src/com/gps/hibernate/MbcategoryDAO.java 178 There is log block not surrounded by if
18013 src/com/gps/hibernate/MbcategoryDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18014 src/com/gps/hibernate/MbcategoryDAO.java 180 Potential violation of Law of Demeter (method chain calls)
18015 src/com/gps/hibernate/MbcategoryDAO.java 181 There is log block not surrounded by if
18016 src/com/gps/hibernate/MbcategoryDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18017 src/com/gps/hibernate/MbcategoryDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18018 src/com/gps/hibernate/MbcategoryDAO.java 183 There is log block not surrounded by if
18019 src/com/gps/hibernate/Mbdiscussion.java 9 Classes implementing Serializable should set a serialVersionUID
18020 src/com/gps/hibernate/Mbdiscussion.java 13 fieldCommentRequirement Required
18021 src/com/gps/hibernate/Mbdiscussion.java 14 fieldCommentRequirement Required
18022 src/com/gps/hibernate/Mbdiscussion.java 15 fieldCommentRequirement Required
18023 src/com/gps/hibernate/Mbdiscussion.java 16 fieldCommentRequirement Required
18024 src/com/gps/hibernate/Mbdiscussion.java 21 Document empty constructor
18025 src/com/gps/hibernate/Mbdiscussion.java 25 Parameter 'discussionId' is not assigned and could be declared final
18026 src/com/gps/hibernate/Mbdiscussion.java 30 Parameter 'classNameId' is not assigned and could be declared final
18027 src/com/gps/hibernate/Mbdiscussion.java 30 Parameter 'classPk' is not assigned and could be declared final
18028 src/com/gps/hibernate/Mbdiscussion.java 30 Parameter 'discussionId' is not assigned and could be declared final
18029 src/com/gps/hibernate/Mbdiscussion.java 31 Parameter 'threadId' is not assigned and could be declared final
18030 src/com/gps/hibernate/Mbdiscussion.java 40 publicMethodCommentRequirement Required
18031 src/com/gps/hibernate/Mbdiscussion.java 44 Parameter 'discussionId' is not assigned and could be declared final
18032 src/com/gps/hibernate/Mbdiscussion.java 44 publicMethodCommentRequirement Required
18033 src/com/gps/hibernate/Mbdiscussion.java 48 publicMethodCommentRequirement Required
18034 src/com/gps/hibernate/Mbdiscussion.java 52 Parameter 'classNameId' is not assigned and could be declared final
18035 src/com/gps/hibernate/Mbdiscussion.java 52 publicMethodCommentRequirement Required
18036 src/com/gps/hibernate/Mbdiscussion.java 56 publicMethodCommentRequirement Required
18037 src/com/gps/hibernate/Mbdiscussion.java 60 Parameter 'classPk' is not assigned and could be declared final
18038 src/com/gps/hibernate/Mbdiscussion.java 60 publicMethodCommentRequirement Required
18039 src/com/gps/hibernate/Mbdiscussion.java 64 publicMethodCommentRequirement Required
18040 src/com/gps/hibernate/Mbdiscussion.java 68 Parameter 'threadId' is not assigned and could be declared final
18041 src/com/gps/hibernate/Mbdiscussion.java 68 publicMethodCommentRequirement Required
18042 src/com/gps/hibernate/MbdiscussionDAO.java 10 Comment is too large: Too many lines
18043 src/com/gps/hibernate/MbdiscussionDAO.java 22 This class has too many methods, consider refactoring it.
18044 src/com/gps/hibernate/MbdiscussionDAO.java 23 Logger should be defined private static final and have the correct class
18045 src/com/gps/hibernate/MbdiscussionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
18046 src/com/gps/hibernate/MbdiscussionDAO.java 23 fieldCommentRequirement Required
18047 src/com/gps/hibernate/MbdiscussionDAO.java 25 fieldCommentRequirement Required
18048 src/com/gps/hibernate/MbdiscussionDAO.java 26 fieldCommentRequirement Required
18049 src/com/gps/hibernate/MbdiscussionDAO.java 27 fieldCommentRequirement Required
18050 src/com/gps/hibernate/MbdiscussionDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
18051 src/com/gps/hibernate/MbdiscussionDAO.java 29 publicMethodCommentRequirement Required
18052 src/com/gps/hibernate/MbdiscussionDAO.java 30 There is log block not surrounded by if
18053 src/com/gps/hibernate/MbdiscussionDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18054 src/com/gps/hibernate/MbdiscussionDAO.java 32 Potential violation of Law of Demeter (method chain calls)
18055 src/com/gps/hibernate/MbdiscussionDAO.java 33 There is log block not surrounded by if
18056 src/com/gps/hibernate/MbdiscussionDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18057 src/com/gps/hibernate/MbdiscussionDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18058 src/com/gps/hibernate/MbdiscussionDAO.java 35 There is log block not surrounded by if
18059 src/com/gps/hibernate/MbdiscussionDAO.java 40 Avoid excessively long variable names like persistentInstance
18060 src/com/gps/hibernate/MbdiscussionDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
18061 src/com/gps/hibernate/MbdiscussionDAO.java 40 publicMethodCommentRequirement Required
18062 src/com/gps/hibernate/MbdiscussionDAO.java 41 There is log block not surrounded by if
18063 src/com/gps/hibernate/MbdiscussionDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18064 src/com/gps/hibernate/MbdiscussionDAO.java 43 Potential violation of Law of Demeter (method chain calls)
18065 src/com/gps/hibernate/MbdiscussionDAO.java 44 There is log block not surrounded by if
18066 src/com/gps/hibernate/MbdiscussionDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18067 src/com/gps/hibernate/MbdiscussionDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18068 src/com/gps/hibernate/MbdiscussionDAO.java 46 There is log block not surrounded by if
18069 src/com/gps/hibernate/MbdiscussionDAO.java 51 Avoid variables with short names like id
18070 src/com/gps/hibernate/MbdiscussionDAO.java 51 Parameter 'id' is not assigned and could be declared final
18071 src/com/gps/hibernate/MbdiscussionDAO.java 51 publicMethodCommentRequirement Required
18072 src/com/gps/hibernate/MbdiscussionDAO.java 52 There is log block not surrounded by if
18073 src/com/gps/hibernate/MbdiscussionDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18074 src/com/gps/hibernate/MbdiscussionDAO.java 54 Local variable 'instance' could be declared final
18075 src/com/gps/hibernate/MbdiscussionDAO.java 54 Potential violation of Law of Demeter (method chain calls)
18076 src/com/gps/hibernate/MbdiscussionDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18077 src/com/gps/hibernate/MbdiscussionDAO.java 58 There is log block not surrounded by if
18078 src/com/gps/hibernate/MbdiscussionDAO.java 63 Parameter 'instance' is not assigned and could be declared final
18079 src/com/gps/hibernate/MbdiscussionDAO.java 63 publicMethodCommentRequirement Required
18080 src/com/gps/hibernate/MbdiscussionDAO.java 64 There is log block not surrounded by if
18081 src/com/gps/hibernate/MbdiscussionDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18082 src/com/gps/hibernate/MbdiscussionDAO.java 66 Local variable 'results' could be declared final
18083 src/com/gps/hibernate/MbdiscussionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
18084 src/com/gps/hibernate/MbdiscussionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
18085 src/com/gps/hibernate/MbdiscussionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
18086 src/com/gps/hibernate/MbdiscussionDAO.java 69 There is log block not surrounded by if
18087 src/com/gps/hibernate/MbdiscussionDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18088 src/com/gps/hibernate/MbdiscussionDAO.java 70 Potential violation of Law of Demeter (object not created locally)
18089 src/com/gps/hibernate/MbdiscussionDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18090 src/com/gps/hibernate/MbdiscussionDAO.java 73 There is log block not surrounded by if
18091 src/com/gps/hibernate/MbdiscussionDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
18092 src/com/gps/hibernate/MbdiscussionDAO.java 78 Parameter 'value' is not assigned and could be declared final
18093 src/com/gps/hibernate/MbdiscussionDAO.java 78 publicMethodCommentRequirement Required
18094 src/com/gps/hibernate/MbdiscussionDAO.java 79 There is log block not surrounded by if
18095 src/com/gps/hibernate/MbdiscussionDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18096 src/com/gps/hibernate/MbdiscussionDAO.java 82 Local variable 'queryString' could be declared final
18097 src/com/gps/hibernate/MbdiscussionDAO.java 84 Local variable 'queryObject' could be declared final
18098 src/com/gps/hibernate/MbdiscussionDAO.java 84 Potential violation of Law of Demeter (method chain calls)
18099 src/com/gps/hibernate/MbdiscussionDAO.java 85 Potential violation of Law of Demeter (object not created locally)
18100 src/com/gps/hibernate/MbdiscussionDAO.java 86 Potential violation of Law of Demeter (object not created locally)
18101 src/com/gps/hibernate/MbdiscussionDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18102 src/com/gps/hibernate/MbdiscussionDAO.java 88 There is log block not surrounded by if
18103 src/com/gps/hibernate/MbdiscussionDAO.java 93 Parameter 'classNameId' is not assigned and could be declared final
18104 src/com/gps/hibernate/MbdiscussionDAO.java 93 publicMethodCommentRequirement Required
18105 src/com/gps/hibernate/MbdiscussionDAO.java 97 Parameter 'classPk' is not assigned and could be declared final
18106 src/com/gps/hibernate/MbdiscussionDAO.java 97 publicMethodCommentRequirement Required
18107 src/com/gps/hibernate/MbdiscussionDAO.java 101 Parameter 'threadId' is not assigned and could be declared final
18108 src/com/gps/hibernate/MbdiscussionDAO.java 101 publicMethodCommentRequirement Required
18109 src/com/gps/hibernate/MbdiscussionDAO.java 105 publicMethodCommentRequirement Required
18110 src/com/gps/hibernate/MbdiscussionDAO.java 106 There is log block not surrounded by if
18111 src/com/gps/hibernate/MbdiscussionDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18112 src/com/gps/hibernate/MbdiscussionDAO.java 108 Local variable 'queryString' could be declared final
18113 src/com/gps/hibernate/MbdiscussionDAO.java 109 Local variable 'queryObject' could be declared final
18114 src/com/gps/hibernate/MbdiscussionDAO.java 109 Potential violation of Law of Demeter (method chain calls)
18115 src/com/gps/hibernate/MbdiscussionDAO.java 110 Potential violation of Law of Demeter (object not created locally)
18116 src/com/gps/hibernate/MbdiscussionDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18117 src/com/gps/hibernate/MbdiscussionDAO.java 112 There is log block not surrounded by if
18118 src/com/gps/hibernate/MbdiscussionDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
18119 src/com/gps/hibernate/MbdiscussionDAO.java 117 publicMethodCommentRequirement Required
18120 src/com/gps/hibernate/MbdiscussionDAO.java 118 There is log block not surrounded by if
18121 src/com/gps/hibernate/MbdiscussionDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18122 src/com/gps/hibernate/MbdiscussionDAO.java 120 Local variable 'result' could be declared final
18123 src/com/gps/hibernate/MbdiscussionDAO.java 120 Potential violation of Law of Demeter (method chain calls)
18124 src/com/gps/hibernate/MbdiscussionDAO.java 122 There is log block not surrounded by if
18125 src/com/gps/hibernate/MbdiscussionDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18126 src/com/gps/hibernate/MbdiscussionDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18127 src/com/gps/hibernate/MbdiscussionDAO.java 125 There is log block not surrounded by if
18128 src/com/gps/hibernate/MbdiscussionDAO.java 130 Parameter 'instance' is not assigned and could be declared final
18129 src/com/gps/hibernate/MbdiscussionDAO.java 130 publicMethodCommentRequirement Required
18130 src/com/gps/hibernate/MbdiscussionDAO.java 131 There is log block not surrounded by if
18131 src/com/gps/hibernate/MbdiscussionDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18132 src/com/gps/hibernate/MbdiscussionDAO.java 133 Potential violation of Law of Demeter (method chain calls)
18133 src/com/gps/hibernate/MbdiscussionDAO.java 134 There is log block not surrounded by if
18134 src/com/gps/hibernate/MbdiscussionDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18135 src/com/gps/hibernate/MbdiscussionDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18136 src/com/gps/hibernate/MbdiscussionDAO.java 136 There is log block not surrounded by if
18137 src/com/gps/hibernate/MbdiscussionDAO.java 141 Parameter 'instance' is not assigned and could be declared final
18138 src/com/gps/hibernate/MbdiscussionDAO.java 141 publicMethodCommentRequirement Required
18139 src/com/gps/hibernate/MbdiscussionDAO.java 142 There is log block not surrounded by if
18140 src/com/gps/hibernate/MbdiscussionDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18141 src/com/gps/hibernate/MbdiscussionDAO.java 144 Potential violation of Law of Demeter (method chain calls)
18142 src/com/gps/hibernate/MbdiscussionDAO.java 145 There is log block not surrounded by if
18143 src/com/gps/hibernate/MbdiscussionDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18144 src/com/gps/hibernate/MbdiscussionDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18145 src/com/gps/hibernate/MbdiscussionDAO.java 147 There is log block not surrounded by if
18146 src/com/gps/hibernate/Mbmailinglist.java 1 This class has a bunch of public methods and attributes
18147 src/com/gps/hibernate/Mbmailinglist.java 11 Classes implementing Serializable should set a serialVersionUID
18148 src/com/gps/hibernate/Mbmailinglist.java 11 Too many fields
18149 src/com/gps/hibernate/Mbmailinglist.java 15 fieldCommentRequirement Required
18150 src/com/gps/hibernate/Mbmailinglist.java 16 fieldCommentRequirement Required
18151 src/com/gps/hibernate/Mbmailinglist.java 17 fieldCommentRequirement Required
18152 src/com/gps/hibernate/Mbmailinglist.java 18 fieldCommentRequirement Required
18153 src/com/gps/hibernate/Mbmailinglist.java 19 fieldCommentRequirement Required
18154 src/com/gps/hibernate/Mbmailinglist.java 20 fieldCommentRequirement Required
18155 src/com/gps/hibernate/Mbmailinglist.java 21 fieldCommentRequirement Required
18156 src/com/gps/hibernate/Mbmailinglist.java 22 fieldCommentRequirement Required
18157 src/com/gps/hibernate/Mbmailinglist.java 23 fieldCommentRequirement Required
18158 src/com/gps/hibernate/Mbmailinglist.java 24 fieldCommentRequirement Required
18159 src/com/gps/hibernate/Mbmailinglist.java 25 fieldCommentRequirement Required
18160 src/com/gps/hibernate/Mbmailinglist.java 26 fieldCommentRequirement Required
18161 src/com/gps/hibernate/Mbmailinglist.java 27 fieldCommentRequirement Required
18162 src/com/gps/hibernate/Mbmailinglist.java 28 fieldCommentRequirement Required
18163 src/com/gps/hibernate/Mbmailinglist.java 29 fieldCommentRequirement Required
18164 src/com/gps/hibernate/Mbmailinglist.java 30 fieldCommentRequirement Required
18165 src/com/gps/hibernate/Mbmailinglist.java 31 fieldCommentRequirement Required
18166 src/com/gps/hibernate/Mbmailinglist.java 32 fieldCommentRequirement Required
18167 src/com/gps/hibernate/Mbmailinglist.java 33 fieldCommentRequirement Required
18168 src/com/gps/hibernate/Mbmailinglist.java 34 fieldCommentRequirement Required
18169 src/com/gps/hibernate/Mbmailinglist.java 35 fieldCommentRequirement Required
18170 src/com/gps/hibernate/Mbmailinglist.java 36 fieldCommentRequirement Required
18171 src/com/gps/hibernate/Mbmailinglist.java 37 fieldCommentRequirement Required
18172 src/com/gps/hibernate/Mbmailinglist.java 38 fieldCommentRequirement Required
18173 src/com/gps/hibernate/Mbmailinglist.java 39 fieldCommentRequirement Required
18174 src/com/gps/hibernate/Mbmailinglist.java 44 Document empty constructor
18175 src/com/gps/hibernate/Mbmailinglist.java 48 Parameter 'mailingListId' is not assigned and could be declared final
18176 src/com/gps/hibernate/Mbmailinglist.java 53 Avoid long parameter lists.
18177 src/com/gps/hibernate/Mbmailinglist.java 53 Parameter 'groupId' is not assigned and could be declared final
18178 src/com/gps/hibernate/Mbmailinglist.java 53 Parameter 'mailingListId' is not assigned and could be declared final
18179 src/com/gps/hibernate/Mbmailinglist.java 53 Parameter 'uuid' is not assigned and could be declared final
18180 src/com/gps/hibernate/Mbmailinglist.java 54 Parameter 'companyId' is not assigned and could be declared final
18181 src/com/gps/hibernate/Mbmailinglist.java 54 Parameter 'createDate' is not assigned and could be declared final
18182 src/com/gps/hibernate/Mbmailinglist.java 54 Parameter 'userId' is not assigned and could be declared final
18183 src/com/gps/hibernate/Mbmailinglist.java 54 Parameter 'userName' is not assigned and could be declared final
18184 src/com/gps/hibernate/Mbmailinglist.java 55 Parameter 'categoryId' is not assigned and could be declared final
18185 src/com/gps/hibernate/Mbmailinglist.java 55 Parameter 'emailAddress' is not assigned and could be declared final
18186 src/com/gps/hibernate/Mbmailinglist.java 55 Parameter 'modifiedDate' is not assigned and could be declared final
18187 src/com/gps/hibernate/Mbmailinglist.java 56 Parameter 'inProtocol' is not assigned and could be declared final
18188 src/com/gps/hibernate/Mbmailinglist.java 56 Parameter 'inServerName' is not assigned and could be declared final
18189 src/com/gps/hibernate/Mbmailinglist.java 56 Parameter 'inServerPort' is not assigned and could be declared final
18190 src/com/gps/hibernate/Mbmailinglist.java 57 Parameter 'inPassword' is not assigned and could be declared final
18191 src/com/gps/hibernate/Mbmailinglist.java 57 Parameter 'inUseSsl' is not assigned and could be declared final
18192 src/com/gps/hibernate/Mbmailinglist.java 57 Parameter 'inUserName' is not assigned and could be declared final
18193 src/com/gps/hibernate/Mbmailinglist.java 58 Parameter 'inReadInterval' is not assigned and could be declared final
18194 src/com/gps/hibernate/Mbmailinglist.java 58 Parameter 'outCustom' is not assigned and could be declared final
18195 src/com/gps/hibernate/Mbmailinglist.java 58 Parameter 'outEmailAddress' is not assigned and could be declared final
18196 src/com/gps/hibernate/Mbmailinglist.java 59 Parameter 'outServerName' is not assigned and could be declared final
18197 src/com/gps/hibernate/Mbmailinglist.java 59 Parameter 'outServerPort' is not assigned and could be declared final
18198 src/com/gps/hibernate/Mbmailinglist.java 59 Parameter 'outUseSsl' is not assigned and could be declared final
18199 src/com/gps/hibernate/Mbmailinglist.java 60 Parameter 'active' is not assigned and could be declared final
18200 src/com/gps/hibernate/Mbmailinglist.java 60 Parameter 'outPassword' is not assigned and could be declared final
18201 src/com/gps/hibernate/Mbmailinglist.java 60 Parameter 'outUserName' is not assigned and could be declared final
18202 src/com/gps/hibernate/Mbmailinglist.java 90 publicMethodCommentRequirement Required
18203 src/com/gps/hibernate/Mbmailinglist.java 94 Parameter 'mailingListId' is not assigned and could be declared final
18204 src/com/gps/hibernate/Mbmailinglist.java 94 publicMethodCommentRequirement Required
18205 src/com/gps/hibernate/Mbmailinglist.java 98 publicMethodCommentRequirement Required
18206 src/com/gps/hibernate/Mbmailinglist.java 102 Parameter 'uuid' is not assigned and could be declared final
18207 src/com/gps/hibernate/Mbmailinglist.java 102 publicMethodCommentRequirement Required
18208 src/com/gps/hibernate/Mbmailinglist.java 106 publicMethodCommentRequirement Required
18209 src/com/gps/hibernate/Mbmailinglist.java 110 Parameter 'groupId' is not assigned and could be declared final
18210 src/com/gps/hibernate/Mbmailinglist.java 110 publicMethodCommentRequirement Required
18211 src/com/gps/hibernate/Mbmailinglist.java 114 publicMethodCommentRequirement Required
18212 src/com/gps/hibernate/Mbmailinglist.java 118 Parameter 'companyId' is not assigned and could be declared final
18213 src/com/gps/hibernate/Mbmailinglist.java 118 publicMethodCommentRequirement Required
18214 src/com/gps/hibernate/Mbmailinglist.java 122 publicMethodCommentRequirement Required
18215 src/com/gps/hibernate/Mbmailinglist.java 126 Parameter 'userId' is not assigned and could be declared final
18216 src/com/gps/hibernate/Mbmailinglist.java 126 publicMethodCommentRequirement Required
18217 src/com/gps/hibernate/Mbmailinglist.java 130 publicMethodCommentRequirement Required
18218 src/com/gps/hibernate/Mbmailinglist.java 134 Parameter 'userName' is not assigned and could be declared final
18219 src/com/gps/hibernate/Mbmailinglist.java 134 publicMethodCommentRequirement Required
18220 src/com/gps/hibernate/Mbmailinglist.java 138 publicMethodCommentRequirement Required
18221 src/com/gps/hibernate/Mbmailinglist.java 142 Parameter 'createDate' is not assigned and could be declared final
18222 src/com/gps/hibernate/Mbmailinglist.java 142 publicMethodCommentRequirement Required
18223 src/com/gps/hibernate/Mbmailinglist.java 146 publicMethodCommentRequirement Required
18224 src/com/gps/hibernate/Mbmailinglist.java 150 Parameter 'modifiedDate' is not assigned and could be declared final
18225 src/com/gps/hibernate/Mbmailinglist.java 150 publicMethodCommentRequirement Required
18226 src/com/gps/hibernate/Mbmailinglist.java 154 publicMethodCommentRequirement Required
18227 src/com/gps/hibernate/Mbmailinglist.java 158 Parameter 'categoryId' is not assigned and could be declared final
18228 src/com/gps/hibernate/Mbmailinglist.java 158 publicMethodCommentRequirement Required
18229 src/com/gps/hibernate/Mbmailinglist.java 162 publicMethodCommentRequirement Required
18230 src/com/gps/hibernate/Mbmailinglist.java 166 Parameter 'emailAddress' is not assigned and could be declared final
18231 src/com/gps/hibernate/Mbmailinglist.java 166 publicMethodCommentRequirement Required
18232 src/com/gps/hibernate/Mbmailinglist.java 170 publicMethodCommentRequirement Required
18233 src/com/gps/hibernate/Mbmailinglist.java 174 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18234 src/com/gps/hibernate/Mbmailinglist.java 174 Parameter 'inProtocol' is not assigned and could be declared final
18235 src/com/gps/hibernate/Mbmailinglist.java 174 publicMethodCommentRequirement Required
18236 src/com/gps/hibernate/Mbmailinglist.java 178 publicMethodCommentRequirement Required
18237 src/com/gps/hibernate/Mbmailinglist.java 182 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18238 src/com/gps/hibernate/Mbmailinglist.java 182 Parameter 'inServerName' is not assigned and could be declared final
18239 src/com/gps/hibernate/Mbmailinglist.java 182 publicMethodCommentRequirement Required
18240 src/com/gps/hibernate/Mbmailinglist.java 186 publicMethodCommentRequirement Required
18241 src/com/gps/hibernate/Mbmailinglist.java 190 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18242 src/com/gps/hibernate/Mbmailinglist.java 190 Parameter 'inServerPort' is not assigned and could be declared final
18243 src/com/gps/hibernate/Mbmailinglist.java 190 publicMethodCommentRequirement Required
18244 src/com/gps/hibernate/Mbmailinglist.java 194 publicMethodCommentRequirement Required
18245 src/com/gps/hibernate/Mbmailinglist.java 198 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18246 src/com/gps/hibernate/Mbmailinglist.java 198 Parameter 'inUseSsl' is not assigned and could be declared final
18247 src/com/gps/hibernate/Mbmailinglist.java 198 publicMethodCommentRequirement Required
18248 src/com/gps/hibernate/Mbmailinglist.java 202 publicMethodCommentRequirement Required
18249 src/com/gps/hibernate/Mbmailinglist.java 206 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18250 src/com/gps/hibernate/Mbmailinglist.java 206 Parameter 'inUserName' is not assigned and could be declared final
18251 src/com/gps/hibernate/Mbmailinglist.java 206 publicMethodCommentRequirement Required
18252 src/com/gps/hibernate/Mbmailinglist.java 210 publicMethodCommentRequirement Required
18253 src/com/gps/hibernate/Mbmailinglist.java 214 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18254 src/com/gps/hibernate/Mbmailinglist.java 214 Parameter 'inPassword' is not assigned and could be declared final
18255 src/com/gps/hibernate/Mbmailinglist.java 214 publicMethodCommentRequirement Required
18256 src/com/gps/hibernate/Mbmailinglist.java 218 publicMethodCommentRequirement Required
18257 src/com/gps/hibernate/Mbmailinglist.java 222 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18258 src/com/gps/hibernate/Mbmailinglist.java 222 Parameter 'inReadInterval' is not assigned and could be declared final
18259 src/com/gps/hibernate/Mbmailinglist.java 222 publicMethodCommentRequirement Required
18260 src/com/gps/hibernate/Mbmailinglist.java 226 publicMethodCommentRequirement Required
18261 src/com/gps/hibernate/Mbmailinglist.java 230 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18262 src/com/gps/hibernate/Mbmailinglist.java 230 Parameter 'outEmailAddress' is not assigned and could be declared final
18263 src/com/gps/hibernate/Mbmailinglist.java 230 publicMethodCommentRequirement Required
18264 src/com/gps/hibernate/Mbmailinglist.java 234 publicMethodCommentRequirement Required
18265 src/com/gps/hibernate/Mbmailinglist.java 238 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18266 src/com/gps/hibernate/Mbmailinglist.java 238 Parameter 'outCustom' is not assigned and could be declared final
18267 src/com/gps/hibernate/Mbmailinglist.java 238 publicMethodCommentRequirement Required
18268 src/com/gps/hibernate/Mbmailinglist.java 242 publicMethodCommentRequirement Required
18269 src/com/gps/hibernate/Mbmailinglist.java 246 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18270 src/com/gps/hibernate/Mbmailinglist.java 246 Parameter 'outServerName' is not assigned and could be declared final
18271 src/com/gps/hibernate/Mbmailinglist.java 246 publicMethodCommentRequirement Required
18272 src/com/gps/hibernate/Mbmailinglist.java 250 publicMethodCommentRequirement Required
18273 src/com/gps/hibernate/Mbmailinglist.java 254 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18274 src/com/gps/hibernate/Mbmailinglist.java 254 Parameter 'outServerPort' is not assigned and could be declared final
18275 src/com/gps/hibernate/Mbmailinglist.java 254 publicMethodCommentRequirement Required
18276 src/com/gps/hibernate/Mbmailinglist.java 258 publicMethodCommentRequirement Required
18277 src/com/gps/hibernate/Mbmailinglist.java 262 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18278 src/com/gps/hibernate/Mbmailinglist.java 262 Parameter 'outUseSsl' is not assigned and could be declared final
18279 src/com/gps/hibernate/Mbmailinglist.java 262 publicMethodCommentRequirement Required
18280 src/com/gps/hibernate/Mbmailinglist.java 266 publicMethodCommentRequirement Required
18281 src/com/gps/hibernate/Mbmailinglist.java 270 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18282 src/com/gps/hibernate/Mbmailinglist.java 270 Parameter 'outUserName' is not assigned and could be declared final
18283 src/com/gps/hibernate/Mbmailinglist.java 270 publicMethodCommentRequirement Required
18284 src/com/gps/hibernate/Mbmailinglist.java 274 publicMethodCommentRequirement Required
18285 src/com/gps/hibernate/Mbmailinglist.java 278 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18286 src/com/gps/hibernate/Mbmailinglist.java 278 Parameter 'outPassword' is not assigned and could be declared final
18287 src/com/gps/hibernate/Mbmailinglist.java 278 publicMethodCommentRequirement Required
18288 src/com/gps/hibernate/Mbmailinglist.java 282 publicMethodCommentRequirement Required
18289 src/com/gps/hibernate/Mbmailinglist.java 286 Parameter 'active' is not assigned and could be declared final
18290 src/com/gps/hibernate/Mbmailinglist.java 286 publicMethodCommentRequirement Required
18291 src/com/gps/hibernate/MbmailinglistDAO.java 3 Avoid unused imports such as 'java.util.Date'
18292 src/com/gps/hibernate/MbmailinglistDAO.java 11 Comment is too large: Too many lines
18293 src/com/gps/hibernate/MbmailinglistDAO.java 23 This class has too many methods, consider refactoring it.
18294 src/com/gps/hibernate/MbmailinglistDAO.java 24 Logger should be defined private static final and have the correct class
18295 src/com/gps/hibernate/MbmailinglistDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
18296 src/com/gps/hibernate/MbmailinglistDAO.java 24 fieldCommentRequirement Required
18297 src/com/gps/hibernate/MbmailinglistDAO.java 26 fieldCommentRequirement Required
18298 src/com/gps/hibernate/MbmailinglistDAO.java 27 fieldCommentRequirement Required
18299 src/com/gps/hibernate/MbmailinglistDAO.java 28 fieldCommentRequirement Required
18300 src/com/gps/hibernate/MbmailinglistDAO.java 29 fieldCommentRequirement Required
18301 src/com/gps/hibernate/MbmailinglistDAO.java 30 fieldCommentRequirement Required
18302 src/com/gps/hibernate/MbmailinglistDAO.java 31 fieldCommentRequirement Required
18303 src/com/gps/hibernate/MbmailinglistDAO.java 32 fieldCommentRequirement Required
18304 src/com/gps/hibernate/MbmailinglistDAO.java 33 fieldCommentRequirement Required
18305 src/com/gps/hibernate/MbmailinglistDAO.java 34 fieldCommentRequirement Required
18306 src/com/gps/hibernate/MbmailinglistDAO.java 35 fieldCommentRequirement Required
18307 src/com/gps/hibernate/MbmailinglistDAO.java 36 fieldCommentRequirement Required
18308 src/com/gps/hibernate/MbmailinglistDAO.java 37 fieldCommentRequirement Required
18309 src/com/gps/hibernate/MbmailinglistDAO.java 38 fieldCommentRequirement Required
18310 src/com/gps/hibernate/MbmailinglistDAO.java 39 fieldCommentRequirement Required
18311 src/com/gps/hibernate/MbmailinglistDAO.java 40 fieldCommentRequirement Required
18312 src/com/gps/hibernate/MbmailinglistDAO.java 41 fieldCommentRequirement Required
18313 src/com/gps/hibernate/MbmailinglistDAO.java 42 fieldCommentRequirement Required
18314 src/com/gps/hibernate/MbmailinglistDAO.java 43 fieldCommentRequirement Required
18315 src/com/gps/hibernate/MbmailinglistDAO.java 44 fieldCommentRequirement Required
18316 src/com/gps/hibernate/MbmailinglistDAO.java 45 fieldCommentRequirement Required
18317 src/com/gps/hibernate/MbmailinglistDAO.java 46 fieldCommentRequirement Required
18318 src/com/gps/hibernate/MbmailinglistDAO.java 47 fieldCommentRequirement Required
18319 src/com/gps/hibernate/MbmailinglistDAO.java 49 Parameter 'transientInstance' is not assigned and could be declared final
18320 src/com/gps/hibernate/MbmailinglistDAO.java 49 publicMethodCommentRequirement Required
18321 src/com/gps/hibernate/MbmailinglistDAO.java 50 There is log block not surrounded by if
18322 src/com/gps/hibernate/MbmailinglistDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18323 src/com/gps/hibernate/MbmailinglistDAO.java 52 Potential violation of Law of Demeter (method chain calls)
18324 src/com/gps/hibernate/MbmailinglistDAO.java 53 There is log block not surrounded by if
18325 src/com/gps/hibernate/MbmailinglistDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18326 src/com/gps/hibernate/MbmailinglistDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18327 src/com/gps/hibernate/MbmailinglistDAO.java 55 There is log block not surrounded by if
18328 src/com/gps/hibernate/MbmailinglistDAO.java 60 Avoid excessively long variable names like persistentInstance
18329 src/com/gps/hibernate/MbmailinglistDAO.java 60 Parameter 'persistentInstance' is not assigned and could be declared final
18330 src/com/gps/hibernate/MbmailinglistDAO.java 60 publicMethodCommentRequirement Required
18331 src/com/gps/hibernate/MbmailinglistDAO.java 61 There is log block not surrounded by if
18332 src/com/gps/hibernate/MbmailinglistDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18333 src/com/gps/hibernate/MbmailinglistDAO.java 63 Potential violation of Law of Demeter (method chain calls)
18334 src/com/gps/hibernate/MbmailinglistDAO.java 64 There is log block not surrounded by if
18335 src/com/gps/hibernate/MbmailinglistDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18336 src/com/gps/hibernate/MbmailinglistDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18337 src/com/gps/hibernate/MbmailinglistDAO.java 66 There is log block not surrounded by if
18338 src/com/gps/hibernate/MbmailinglistDAO.java 71 Avoid variables with short names like id
18339 src/com/gps/hibernate/MbmailinglistDAO.java 71 Parameter 'id' is not assigned and could be declared final
18340 src/com/gps/hibernate/MbmailinglistDAO.java 71 publicMethodCommentRequirement Required
18341 src/com/gps/hibernate/MbmailinglistDAO.java 72 There is log block not surrounded by if
18342 src/com/gps/hibernate/MbmailinglistDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18343 src/com/gps/hibernate/MbmailinglistDAO.java 74 Local variable 'instance' could be declared final
18344 src/com/gps/hibernate/MbmailinglistDAO.java 74 Potential violation of Law of Demeter (method chain calls)
18345 src/com/gps/hibernate/MbmailinglistDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18346 src/com/gps/hibernate/MbmailinglistDAO.java 78 There is log block not surrounded by if
18347 src/com/gps/hibernate/MbmailinglistDAO.java 83 Parameter 'instance' is not assigned and could be declared final
18348 src/com/gps/hibernate/MbmailinglistDAO.java 83 publicMethodCommentRequirement Required
18349 src/com/gps/hibernate/MbmailinglistDAO.java 84 There is log block not surrounded by if
18350 src/com/gps/hibernate/MbmailinglistDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18351 src/com/gps/hibernate/MbmailinglistDAO.java 86 Local variable 'results' could be declared final
18352 src/com/gps/hibernate/MbmailinglistDAO.java 86 Potential violation of Law of Demeter (method chain calls)
18353 src/com/gps/hibernate/MbmailinglistDAO.java 86 Potential violation of Law of Demeter (method chain calls)
18354 src/com/gps/hibernate/MbmailinglistDAO.java 86 Potential violation of Law of Demeter (method chain calls)
18355 src/com/gps/hibernate/MbmailinglistDAO.java 89 There is log block not surrounded by if
18356 src/com/gps/hibernate/MbmailinglistDAO.java 89 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18357 src/com/gps/hibernate/MbmailinglistDAO.java 90 Potential violation of Law of Demeter (object not created locally)
18358 src/com/gps/hibernate/MbmailinglistDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18359 src/com/gps/hibernate/MbmailinglistDAO.java 93 There is log block not surrounded by if
18360 src/com/gps/hibernate/MbmailinglistDAO.java 98 Parameter 'propertyName' is not assigned and could be declared final
18361 src/com/gps/hibernate/MbmailinglistDAO.java 98 Parameter 'value' is not assigned and could be declared final
18362 src/com/gps/hibernate/MbmailinglistDAO.java 98 publicMethodCommentRequirement Required
18363 src/com/gps/hibernate/MbmailinglistDAO.java 99 There is log block not surrounded by if
18364 src/com/gps/hibernate/MbmailinglistDAO.java 99 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18365 src/com/gps/hibernate/MbmailinglistDAO.java 102 Local variable 'queryString' could be declared final
18366 src/com/gps/hibernate/MbmailinglistDAO.java 104 Local variable 'queryObject' could be declared final
18367 src/com/gps/hibernate/MbmailinglistDAO.java 104 Potential violation of Law of Demeter (method chain calls)
18368 src/com/gps/hibernate/MbmailinglistDAO.java 105 Potential violation of Law of Demeter (object not created locally)
18369 src/com/gps/hibernate/MbmailinglistDAO.java 106 Potential violation of Law of Demeter (object not created locally)
18370 src/com/gps/hibernate/MbmailinglistDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18371 src/com/gps/hibernate/MbmailinglistDAO.java 108 There is log block not surrounded by if
18372 src/com/gps/hibernate/MbmailinglistDAO.java 113 Parameter 'uuid' is not assigned and could be declared final
18373 src/com/gps/hibernate/MbmailinglistDAO.java 113 publicMethodCommentRequirement Required
18374 src/com/gps/hibernate/MbmailinglistDAO.java 117 Parameter 'groupId' is not assigned and could be declared final
18375 src/com/gps/hibernate/MbmailinglistDAO.java 117 publicMethodCommentRequirement Required
18376 src/com/gps/hibernate/MbmailinglistDAO.java 121 Parameter 'companyId' is not assigned and could be declared final
18377 src/com/gps/hibernate/MbmailinglistDAO.java 121 publicMethodCommentRequirement Required
18378 src/com/gps/hibernate/MbmailinglistDAO.java 125 Parameter 'userId' is not assigned and could be declared final
18379 src/com/gps/hibernate/MbmailinglistDAO.java 125 publicMethodCommentRequirement Required
18380 src/com/gps/hibernate/MbmailinglistDAO.java 129 Parameter 'userName' is not assigned and could be declared final
18381 src/com/gps/hibernate/MbmailinglistDAO.java 129 publicMethodCommentRequirement Required
18382 src/com/gps/hibernate/MbmailinglistDAO.java 133 Parameter 'categoryId' is not assigned and could be declared final
18383 src/com/gps/hibernate/MbmailinglistDAO.java 133 publicMethodCommentRequirement Required
18384 src/com/gps/hibernate/MbmailinglistDAO.java 137 Parameter 'emailAddress' is not assigned and could be declared final
18385 src/com/gps/hibernate/MbmailinglistDAO.java 137 publicMethodCommentRequirement Required
18386 src/com/gps/hibernate/MbmailinglistDAO.java 141 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18387 src/com/gps/hibernate/MbmailinglistDAO.java 141 Parameter 'inProtocol' is not assigned and could be declared final
18388 src/com/gps/hibernate/MbmailinglistDAO.java 141 publicMethodCommentRequirement Required
18389 src/com/gps/hibernate/MbmailinglistDAO.java 145 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18390 src/com/gps/hibernate/MbmailinglistDAO.java 145 Parameter 'inServerName' is not assigned and could be declared final
18391 src/com/gps/hibernate/MbmailinglistDAO.java 145 publicMethodCommentRequirement Required
18392 src/com/gps/hibernate/MbmailinglistDAO.java 149 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18393 src/com/gps/hibernate/MbmailinglistDAO.java 149 Parameter 'inServerPort' is not assigned and could be declared final
18394 src/com/gps/hibernate/MbmailinglistDAO.java 149 publicMethodCommentRequirement Required
18395 src/com/gps/hibernate/MbmailinglistDAO.java 153 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18396 src/com/gps/hibernate/MbmailinglistDAO.java 153 Parameter 'inUseSsl' is not assigned and could be declared final
18397 src/com/gps/hibernate/MbmailinglistDAO.java 153 publicMethodCommentRequirement Required
18398 src/com/gps/hibernate/MbmailinglistDAO.java 157 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18399 src/com/gps/hibernate/MbmailinglistDAO.java 157 Parameter 'inUserName' is not assigned and could be declared final
18400 src/com/gps/hibernate/MbmailinglistDAO.java 157 publicMethodCommentRequirement Required
18401 src/com/gps/hibernate/MbmailinglistDAO.java 161 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18402 src/com/gps/hibernate/MbmailinglistDAO.java 161 Parameter 'inPassword' is not assigned and could be declared final
18403 src/com/gps/hibernate/MbmailinglistDAO.java 161 publicMethodCommentRequirement Required
18404 src/com/gps/hibernate/MbmailinglistDAO.java 165 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18405 src/com/gps/hibernate/MbmailinglistDAO.java 165 Parameter 'inReadInterval' is not assigned and could be declared final
18406 src/com/gps/hibernate/MbmailinglistDAO.java 165 publicMethodCommentRequirement Required
18407 src/com/gps/hibernate/MbmailinglistDAO.java 169 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18408 src/com/gps/hibernate/MbmailinglistDAO.java 169 Parameter 'outEmailAddress' is not assigned and could be declared final
18409 src/com/gps/hibernate/MbmailinglistDAO.java 169 publicMethodCommentRequirement Required
18410 src/com/gps/hibernate/MbmailinglistDAO.java 173 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18411 src/com/gps/hibernate/MbmailinglistDAO.java 173 Parameter 'outCustom' is not assigned and could be declared final
18412 src/com/gps/hibernate/MbmailinglistDAO.java 173 publicMethodCommentRequirement Required
18413 src/com/gps/hibernate/MbmailinglistDAO.java 177 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18414 src/com/gps/hibernate/MbmailinglistDAO.java 177 Parameter 'outServerName' is not assigned and could be declared final
18415 src/com/gps/hibernate/MbmailinglistDAO.java 177 publicMethodCommentRequirement Required
18416 src/com/gps/hibernate/MbmailinglistDAO.java 181 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18417 src/com/gps/hibernate/MbmailinglistDAO.java 181 Parameter 'outServerPort' is not assigned and could be declared final
18418 src/com/gps/hibernate/MbmailinglistDAO.java 181 publicMethodCommentRequirement Required
18419 src/com/gps/hibernate/MbmailinglistDAO.java 185 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18420 src/com/gps/hibernate/MbmailinglistDAO.java 185 Parameter 'outUseSsl' is not assigned and could be declared final
18421 src/com/gps/hibernate/MbmailinglistDAO.java 185 publicMethodCommentRequirement Required
18422 src/com/gps/hibernate/MbmailinglistDAO.java 189 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18423 src/com/gps/hibernate/MbmailinglistDAO.java 189 Parameter 'outUserName' is not assigned and could be declared final
18424 src/com/gps/hibernate/MbmailinglistDAO.java 189 publicMethodCommentRequirement Required
18425 src/com/gps/hibernate/MbmailinglistDAO.java 193 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
18426 src/com/gps/hibernate/MbmailinglistDAO.java 193 Parameter 'outPassword' is not assigned and could be declared final
18427 src/com/gps/hibernate/MbmailinglistDAO.java 193 publicMethodCommentRequirement Required
18428 src/com/gps/hibernate/MbmailinglistDAO.java 197 Parameter 'active' is not assigned and could be declared final
18429 src/com/gps/hibernate/MbmailinglistDAO.java 197 publicMethodCommentRequirement Required
18430 src/com/gps/hibernate/MbmailinglistDAO.java 201 publicMethodCommentRequirement Required
18431 src/com/gps/hibernate/MbmailinglistDAO.java 202 There is log block not surrounded by if
18432 src/com/gps/hibernate/MbmailinglistDAO.java 202 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18433 src/com/gps/hibernate/MbmailinglistDAO.java 204 Local variable 'queryString' could be declared final
18434 src/com/gps/hibernate/MbmailinglistDAO.java 205 Local variable 'queryObject' could be declared final
18435 src/com/gps/hibernate/MbmailinglistDAO.java 205 Potential violation of Law of Demeter (method chain calls)
18436 src/com/gps/hibernate/MbmailinglistDAO.java 206 Potential violation of Law of Demeter (object not created locally)
18437 src/com/gps/hibernate/MbmailinglistDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18438 src/com/gps/hibernate/MbmailinglistDAO.java 208 There is log block not surrounded by if
18439 src/com/gps/hibernate/MbmailinglistDAO.java 213 Parameter 'detachedInstance' is not assigned and could be declared final
18440 src/com/gps/hibernate/MbmailinglistDAO.java 213 publicMethodCommentRequirement Required
18441 src/com/gps/hibernate/MbmailinglistDAO.java 214 There is log block not surrounded by if
18442 src/com/gps/hibernate/MbmailinglistDAO.java 214 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18443 src/com/gps/hibernate/MbmailinglistDAO.java 216 Local variable 'result' could be declared final
18444 src/com/gps/hibernate/MbmailinglistDAO.java 216 Potential violation of Law of Demeter (method chain calls)
18445 src/com/gps/hibernate/MbmailinglistDAO.java 218 There is log block not surrounded by if
18446 src/com/gps/hibernate/MbmailinglistDAO.java 218 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18447 src/com/gps/hibernate/MbmailinglistDAO.java 220 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18448 src/com/gps/hibernate/MbmailinglistDAO.java 221 There is log block not surrounded by if
18449 src/com/gps/hibernate/MbmailinglistDAO.java 226 Parameter 'instance' is not assigned and could be declared final
18450 src/com/gps/hibernate/MbmailinglistDAO.java 226 publicMethodCommentRequirement Required
18451 src/com/gps/hibernate/MbmailinglistDAO.java 227 There is log block not surrounded by if
18452 src/com/gps/hibernate/MbmailinglistDAO.java 227 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18453 src/com/gps/hibernate/MbmailinglistDAO.java 229 Potential violation of Law of Demeter (method chain calls)
18454 src/com/gps/hibernate/MbmailinglistDAO.java 230 There is log block not surrounded by if
18455 src/com/gps/hibernate/MbmailinglistDAO.java 230 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18456 src/com/gps/hibernate/MbmailinglistDAO.java 231 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18457 src/com/gps/hibernate/MbmailinglistDAO.java 232 There is log block not surrounded by if
18458 src/com/gps/hibernate/MbmailinglistDAO.java 237 Parameter 'instance' is not assigned and could be declared final
18459 src/com/gps/hibernate/MbmailinglistDAO.java 237 publicMethodCommentRequirement Required
18460 src/com/gps/hibernate/MbmailinglistDAO.java 238 There is log block not surrounded by if
18461 src/com/gps/hibernate/MbmailinglistDAO.java 238 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18462 src/com/gps/hibernate/MbmailinglistDAO.java 240 Potential violation of Law of Demeter (method chain calls)
18463 src/com/gps/hibernate/MbmailinglistDAO.java 241 There is log block not surrounded by if
18464 src/com/gps/hibernate/MbmailinglistDAO.java 241 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18465 src/com/gps/hibernate/MbmailinglistDAO.java 242 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18466 src/com/gps/hibernate/MbmailinglistDAO.java 243 There is log block not surrounded by if
18467 src/com/gps/hibernate/Mbmessage.java 11 Classes implementing Serializable should set a serialVersionUID
18468 src/com/gps/hibernate/Mbmessage.java 11 Too many fields
18469 src/com/gps/hibernate/Mbmessage.java 15 fieldCommentRequirement Required
18470 src/com/gps/hibernate/Mbmessage.java 16 fieldCommentRequirement Required
18471 src/com/gps/hibernate/Mbmessage.java 17 fieldCommentRequirement Required
18472 src/com/gps/hibernate/Mbmessage.java 18 fieldCommentRequirement Required
18473 src/com/gps/hibernate/Mbmessage.java 19 fieldCommentRequirement Required
18474 src/com/gps/hibernate/Mbmessage.java 20 fieldCommentRequirement Required
18475 src/com/gps/hibernate/Mbmessage.java 21 fieldCommentRequirement Required
18476 src/com/gps/hibernate/Mbmessage.java 22 fieldCommentRequirement Required
18477 src/com/gps/hibernate/Mbmessage.java 23 fieldCommentRequirement Required
18478 src/com/gps/hibernate/Mbmessage.java 24 fieldCommentRequirement Required
18479 src/com/gps/hibernate/Mbmessage.java 25 fieldCommentRequirement Required
18480 src/com/gps/hibernate/Mbmessage.java 26 fieldCommentRequirement Required
18481 src/com/gps/hibernate/Mbmessage.java 27 fieldCommentRequirement Required
18482 src/com/gps/hibernate/Mbmessage.java 28 fieldCommentRequirement Required
18483 src/com/gps/hibernate/Mbmessage.java 29 fieldCommentRequirement Required
18484 src/com/gps/hibernate/Mbmessage.java 30 fieldCommentRequirement Required
18485 src/com/gps/hibernate/Mbmessage.java 31 fieldCommentRequirement Required
18486 src/com/gps/hibernate/Mbmessage.java 32 fieldCommentRequirement Required
18487 src/com/gps/hibernate/Mbmessage.java 37 Document empty constructor
18488 src/com/gps/hibernate/Mbmessage.java 41 Parameter 'messageId' is not assigned and could be declared final
18489 src/com/gps/hibernate/Mbmessage.java 46 Avoid long parameter lists.
18490 src/com/gps/hibernate/Mbmessage.java 46 Parameter 'companyId' is not assigned and could be declared final
18491 src/com/gps/hibernate/Mbmessage.java 46 Parameter 'groupId' is not assigned and could be declared final
18492 src/com/gps/hibernate/Mbmessage.java 46 Parameter 'messageId' is not assigned and could be declared final
18493 src/com/gps/hibernate/Mbmessage.java 46 Parameter 'uuid' is not assigned and could be declared final
18494 src/com/gps/hibernate/Mbmessage.java 47 Parameter 'createDate' is not assigned and could be declared final
18495 src/com/gps/hibernate/Mbmessage.java 47 Parameter 'modifiedDate' is not assigned and could be declared final
18496 src/com/gps/hibernate/Mbmessage.java 47 Parameter 'userId' is not assigned and could be declared final
18497 src/com/gps/hibernate/Mbmessage.java 47 Parameter 'userName' is not assigned and could be declared final
18498 src/com/gps/hibernate/Mbmessage.java 48 Parameter 'categoryId' is not assigned and could be declared final
18499 src/com/gps/hibernate/Mbmessage.java 48 Parameter 'classNameId' is not assigned and could be declared final
18500 src/com/gps/hibernate/Mbmessage.java 48 Parameter 'classPk' is not assigned and could be declared final
18501 src/com/gps/hibernate/Mbmessage.java 48 Parameter 'threadId' is not assigned and could be declared final
18502 src/com/gps/hibernate/Mbmessage.java 49 Parameter 'body' is not assigned and could be declared final
18503 src/com/gps/hibernate/Mbmessage.java 49 Parameter 'parentMessageId' is not assigned and could be declared final
18504 src/com/gps/hibernate/Mbmessage.java 49 Parameter 'subject' is not assigned and could be declared final
18505 src/com/gps/hibernate/Mbmessage.java 50 Parameter 'anonymous' is not assigned and could be declared final
18506 src/com/gps/hibernate/Mbmessage.java 50 Parameter 'attachments' is not assigned and could be declared final
18507 src/com/gps/hibernate/Mbmessage.java 50 Parameter 'priority' is not assigned and could be declared final
18508 src/com/gps/hibernate/Mbmessage.java 73 publicMethodCommentRequirement Required
18509 src/com/gps/hibernate/Mbmessage.java 77 Parameter 'messageId' is not assigned and could be declared final
18510 src/com/gps/hibernate/Mbmessage.java 77 publicMethodCommentRequirement Required
18511 src/com/gps/hibernate/Mbmessage.java 81 publicMethodCommentRequirement Required
18512 src/com/gps/hibernate/Mbmessage.java 85 Parameter 'uuid' is not assigned and could be declared final
18513 src/com/gps/hibernate/Mbmessage.java 85 publicMethodCommentRequirement Required
18514 src/com/gps/hibernate/Mbmessage.java 89 publicMethodCommentRequirement Required
18515 src/com/gps/hibernate/Mbmessage.java 93 Parameter 'groupId' is not assigned and could be declared final
18516 src/com/gps/hibernate/Mbmessage.java 93 publicMethodCommentRequirement Required
18517 src/com/gps/hibernate/Mbmessage.java 97 publicMethodCommentRequirement Required
18518 src/com/gps/hibernate/Mbmessage.java 101 Parameter 'companyId' is not assigned and could be declared final
18519 src/com/gps/hibernate/Mbmessage.java 101 publicMethodCommentRequirement Required
18520 src/com/gps/hibernate/Mbmessage.java 105 publicMethodCommentRequirement Required
18521 src/com/gps/hibernate/Mbmessage.java 109 Parameter 'userId' is not assigned and could be declared final
18522 src/com/gps/hibernate/Mbmessage.java 109 publicMethodCommentRequirement Required
18523 src/com/gps/hibernate/Mbmessage.java 113 publicMethodCommentRequirement Required
18524 src/com/gps/hibernate/Mbmessage.java 117 Parameter 'userName' is not assigned and could be declared final
18525 src/com/gps/hibernate/Mbmessage.java 117 publicMethodCommentRequirement Required
18526 src/com/gps/hibernate/Mbmessage.java 121 publicMethodCommentRequirement Required
18527 src/com/gps/hibernate/Mbmessage.java 125 Parameter 'createDate' is not assigned and could be declared final
18528 src/com/gps/hibernate/Mbmessage.java 125 publicMethodCommentRequirement Required
18529 src/com/gps/hibernate/Mbmessage.java 129 publicMethodCommentRequirement Required
18530 src/com/gps/hibernate/Mbmessage.java 133 Parameter 'modifiedDate' is not assigned and could be declared final
18531 src/com/gps/hibernate/Mbmessage.java 133 publicMethodCommentRequirement Required
18532 src/com/gps/hibernate/Mbmessage.java 137 publicMethodCommentRequirement Required
18533 src/com/gps/hibernate/Mbmessage.java 141 Parameter 'classNameId' is not assigned and could be declared final
18534 src/com/gps/hibernate/Mbmessage.java 141 publicMethodCommentRequirement Required
18535 src/com/gps/hibernate/Mbmessage.java 145 publicMethodCommentRequirement Required
18536 src/com/gps/hibernate/Mbmessage.java 149 Parameter 'classPk' is not assigned and could be declared final
18537 src/com/gps/hibernate/Mbmessage.java 149 publicMethodCommentRequirement Required
18538 src/com/gps/hibernate/Mbmessage.java 153 publicMethodCommentRequirement Required
18539 src/com/gps/hibernate/Mbmessage.java 157 Parameter 'categoryId' is not assigned and could be declared final
18540 src/com/gps/hibernate/Mbmessage.java 157 publicMethodCommentRequirement Required
18541 src/com/gps/hibernate/Mbmessage.java 161 publicMethodCommentRequirement Required
18542 src/com/gps/hibernate/Mbmessage.java 165 Parameter 'threadId' is not assigned and could be declared final
18543 src/com/gps/hibernate/Mbmessage.java 165 publicMethodCommentRequirement Required
18544 src/com/gps/hibernate/Mbmessage.java 169 publicMethodCommentRequirement Required
18545 src/com/gps/hibernate/Mbmessage.java 173 Parameter 'parentMessageId' is not assigned and could be declared final
18546 src/com/gps/hibernate/Mbmessage.java 173 publicMethodCommentRequirement Required
18547 src/com/gps/hibernate/Mbmessage.java 177 publicMethodCommentRequirement Required
18548 src/com/gps/hibernate/Mbmessage.java 181 Parameter 'subject' is not assigned and could be declared final
18549 src/com/gps/hibernate/Mbmessage.java 181 publicMethodCommentRequirement Required
18550 src/com/gps/hibernate/Mbmessage.java 185 publicMethodCommentRequirement Required
18551 src/com/gps/hibernate/Mbmessage.java 189 Parameter 'body' is not assigned and could be declared final
18552 src/com/gps/hibernate/Mbmessage.java 189 publicMethodCommentRequirement Required
18553 src/com/gps/hibernate/Mbmessage.java 193 publicMethodCommentRequirement Required
18554 src/com/gps/hibernate/Mbmessage.java 197 Parameter 'attachments' is not assigned and could be declared final
18555 src/com/gps/hibernate/Mbmessage.java 197 publicMethodCommentRequirement Required
18556 src/com/gps/hibernate/Mbmessage.java 201 publicMethodCommentRequirement Required
18557 src/com/gps/hibernate/Mbmessage.java 205 Parameter 'anonymous' is not assigned and could be declared final
18558 src/com/gps/hibernate/Mbmessage.java 205 publicMethodCommentRequirement Required
18559 src/com/gps/hibernate/Mbmessage.java 209 publicMethodCommentRequirement Required
18560 src/com/gps/hibernate/Mbmessage.java 213 Parameter 'priority' is not assigned and could be declared final
18561 src/com/gps/hibernate/Mbmessage.java 213 publicMethodCommentRequirement Required
18562 src/com/gps/hibernate/MbmessageDAO.java 3 Avoid unused imports such as 'java.util.Date'
18563 src/com/gps/hibernate/MbmessageDAO.java 11 Comment is too large: Too many lines
18564 src/com/gps/hibernate/MbmessageDAO.java 23 This class has too many methods, consider refactoring it.
18565 src/com/gps/hibernate/MbmessageDAO.java 24 Logger should be defined private static final and have the correct class
18566 src/com/gps/hibernate/MbmessageDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
18567 src/com/gps/hibernate/MbmessageDAO.java 24 fieldCommentRequirement Required
18568 src/com/gps/hibernate/MbmessageDAO.java 26 fieldCommentRequirement Required
18569 src/com/gps/hibernate/MbmessageDAO.java 27 fieldCommentRequirement Required
18570 src/com/gps/hibernate/MbmessageDAO.java 28 fieldCommentRequirement Required
18571 src/com/gps/hibernate/MbmessageDAO.java 29 fieldCommentRequirement Required
18572 src/com/gps/hibernate/MbmessageDAO.java 30 fieldCommentRequirement Required
18573 src/com/gps/hibernate/MbmessageDAO.java 31 fieldCommentRequirement Required
18574 src/com/gps/hibernate/MbmessageDAO.java 32 fieldCommentRequirement Required
18575 src/com/gps/hibernate/MbmessageDAO.java 33 fieldCommentRequirement Required
18576 src/com/gps/hibernate/MbmessageDAO.java 34 fieldCommentRequirement Required
18577 src/com/gps/hibernate/MbmessageDAO.java 35 fieldCommentRequirement Required
18578 src/com/gps/hibernate/MbmessageDAO.java 36 fieldCommentRequirement Required
18579 src/com/gps/hibernate/MbmessageDAO.java 37 fieldCommentRequirement Required
18580 src/com/gps/hibernate/MbmessageDAO.java 38 fieldCommentRequirement Required
18581 src/com/gps/hibernate/MbmessageDAO.java 39 fieldCommentRequirement Required
18582 src/com/gps/hibernate/MbmessageDAO.java 40 fieldCommentRequirement Required
18583 src/com/gps/hibernate/MbmessageDAO.java 42 Parameter 'transientInstance' is not assigned and could be declared final
18584 src/com/gps/hibernate/MbmessageDAO.java 42 publicMethodCommentRequirement Required
18585 src/com/gps/hibernate/MbmessageDAO.java 43 There is log block not surrounded by if
18586 src/com/gps/hibernate/MbmessageDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18587 src/com/gps/hibernate/MbmessageDAO.java 45 Potential violation of Law of Demeter (method chain calls)
18588 src/com/gps/hibernate/MbmessageDAO.java 46 There is log block not surrounded by if
18589 src/com/gps/hibernate/MbmessageDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18590 src/com/gps/hibernate/MbmessageDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18591 src/com/gps/hibernate/MbmessageDAO.java 48 There is log block not surrounded by if
18592 src/com/gps/hibernate/MbmessageDAO.java 53 Avoid excessively long variable names like persistentInstance
18593 src/com/gps/hibernate/MbmessageDAO.java 53 Parameter 'persistentInstance' is not assigned and could be declared final
18594 src/com/gps/hibernate/MbmessageDAO.java 53 publicMethodCommentRequirement Required
18595 src/com/gps/hibernate/MbmessageDAO.java 54 There is log block not surrounded by if
18596 src/com/gps/hibernate/MbmessageDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18597 src/com/gps/hibernate/MbmessageDAO.java 56 Potential violation of Law of Demeter (method chain calls)
18598 src/com/gps/hibernate/MbmessageDAO.java 57 There is log block not surrounded by if
18599 src/com/gps/hibernate/MbmessageDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18600 src/com/gps/hibernate/MbmessageDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18601 src/com/gps/hibernate/MbmessageDAO.java 59 There is log block not surrounded by if
18602 src/com/gps/hibernate/MbmessageDAO.java 64 Avoid variables with short names like id
18603 src/com/gps/hibernate/MbmessageDAO.java 64 Parameter 'id' is not assigned and could be declared final
18604 src/com/gps/hibernate/MbmessageDAO.java 64 publicMethodCommentRequirement Required
18605 src/com/gps/hibernate/MbmessageDAO.java 65 There is log block not surrounded by if
18606 src/com/gps/hibernate/MbmessageDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18607 src/com/gps/hibernate/MbmessageDAO.java 67 Local variable 'instance' could be declared final
18608 src/com/gps/hibernate/MbmessageDAO.java 67 Potential violation of Law of Demeter (method chain calls)
18609 src/com/gps/hibernate/MbmessageDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18610 src/com/gps/hibernate/MbmessageDAO.java 71 There is log block not surrounded by if
18611 src/com/gps/hibernate/MbmessageDAO.java 76 Parameter 'instance' is not assigned and could be declared final
18612 src/com/gps/hibernate/MbmessageDAO.java 76 publicMethodCommentRequirement Required
18613 src/com/gps/hibernate/MbmessageDAO.java 77 There is log block not surrounded by if
18614 src/com/gps/hibernate/MbmessageDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18615 src/com/gps/hibernate/MbmessageDAO.java 79 Local variable 'results' could be declared final
18616 src/com/gps/hibernate/MbmessageDAO.java 79 Potential violation of Law of Demeter (method chain calls)
18617 src/com/gps/hibernate/MbmessageDAO.java 79 Potential violation of Law of Demeter (method chain calls)
18618 src/com/gps/hibernate/MbmessageDAO.java 79 Potential violation of Law of Demeter (method chain calls)
18619 src/com/gps/hibernate/MbmessageDAO.java 82 There is log block not surrounded by if
18620 src/com/gps/hibernate/MbmessageDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18621 src/com/gps/hibernate/MbmessageDAO.java 83 Potential violation of Law of Demeter (object not created locally)
18622 src/com/gps/hibernate/MbmessageDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18623 src/com/gps/hibernate/MbmessageDAO.java 86 There is log block not surrounded by if
18624 src/com/gps/hibernate/MbmessageDAO.java 91 Parameter 'propertyName' is not assigned and could be declared final
18625 src/com/gps/hibernate/MbmessageDAO.java 91 Parameter 'value' is not assigned and could be declared final
18626 src/com/gps/hibernate/MbmessageDAO.java 91 publicMethodCommentRequirement Required
18627 src/com/gps/hibernate/MbmessageDAO.java 92 There is log block not surrounded by if
18628 src/com/gps/hibernate/MbmessageDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18629 src/com/gps/hibernate/MbmessageDAO.java 95 Local variable 'queryString' could be declared final
18630 src/com/gps/hibernate/MbmessageDAO.java 97 Local variable 'queryObject' could be declared final
18631 src/com/gps/hibernate/MbmessageDAO.java 97 Potential violation of Law of Demeter (method chain calls)
18632 src/com/gps/hibernate/MbmessageDAO.java 98 Potential violation of Law of Demeter (object not created locally)
18633 src/com/gps/hibernate/MbmessageDAO.java 99 Potential violation of Law of Demeter (object not created locally)
18634 src/com/gps/hibernate/MbmessageDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18635 src/com/gps/hibernate/MbmessageDAO.java 101 There is log block not surrounded by if
18636 src/com/gps/hibernate/MbmessageDAO.java 106 Parameter 'uuid' is not assigned and could be declared final
18637 src/com/gps/hibernate/MbmessageDAO.java 106 publicMethodCommentRequirement Required
18638 src/com/gps/hibernate/MbmessageDAO.java 110 Parameter 'groupId' is not assigned and could be declared final
18639 src/com/gps/hibernate/MbmessageDAO.java 110 publicMethodCommentRequirement Required
18640 src/com/gps/hibernate/MbmessageDAO.java 114 Parameter 'companyId' is not assigned and could be declared final
18641 src/com/gps/hibernate/MbmessageDAO.java 114 publicMethodCommentRequirement Required
18642 src/com/gps/hibernate/MbmessageDAO.java 118 Parameter 'userId' is not assigned and could be declared final
18643 src/com/gps/hibernate/MbmessageDAO.java 118 publicMethodCommentRequirement Required
18644 src/com/gps/hibernate/MbmessageDAO.java 122 Parameter 'userName' is not assigned and could be declared final
18645 src/com/gps/hibernate/MbmessageDAO.java 122 publicMethodCommentRequirement Required
18646 src/com/gps/hibernate/MbmessageDAO.java 126 Parameter 'classNameId' is not assigned and could be declared final
18647 src/com/gps/hibernate/MbmessageDAO.java 126 publicMethodCommentRequirement Required
18648 src/com/gps/hibernate/MbmessageDAO.java 130 Parameter 'classPk' is not assigned and could be declared final
18649 src/com/gps/hibernate/MbmessageDAO.java 130 publicMethodCommentRequirement Required
18650 src/com/gps/hibernate/MbmessageDAO.java 134 Parameter 'categoryId' is not assigned and could be declared final
18651 src/com/gps/hibernate/MbmessageDAO.java 134 publicMethodCommentRequirement Required
18652 src/com/gps/hibernate/MbmessageDAO.java 138 Parameter 'threadId' is not assigned and could be declared final
18653 src/com/gps/hibernate/MbmessageDAO.java 138 publicMethodCommentRequirement Required
18654 src/com/gps/hibernate/MbmessageDAO.java 142 Parameter 'parentMessageId' is not assigned and could be declared final
18655 src/com/gps/hibernate/MbmessageDAO.java 142 publicMethodCommentRequirement Required
18656 src/com/gps/hibernate/MbmessageDAO.java 146 Parameter 'subject' is not assigned and could be declared final
18657 src/com/gps/hibernate/MbmessageDAO.java 146 publicMethodCommentRequirement Required
18658 src/com/gps/hibernate/MbmessageDAO.java 150 Parameter 'body' is not assigned and could be declared final
18659 src/com/gps/hibernate/MbmessageDAO.java 150 publicMethodCommentRequirement Required
18660 src/com/gps/hibernate/MbmessageDAO.java 154 Parameter 'attachments' is not assigned and could be declared final
18661 src/com/gps/hibernate/MbmessageDAO.java 154 publicMethodCommentRequirement Required
18662 src/com/gps/hibernate/MbmessageDAO.java 158 Parameter 'anonymous' is not assigned and could be declared final
18663 src/com/gps/hibernate/MbmessageDAO.java 158 publicMethodCommentRequirement Required
18664 src/com/gps/hibernate/MbmessageDAO.java 162 Parameter 'priority' is not assigned and could be declared final
18665 src/com/gps/hibernate/MbmessageDAO.java 162 publicMethodCommentRequirement Required
18666 src/com/gps/hibernate/MbmessageDAO.java 166 publicMethodCommentRequirement Required
18667 src/com/gps/hibernate/MbmessageDAO.java 167 There is log block not surrounded by if
18668 src/com/gps/hibernate/MbmessageDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18669 src/com/gps/hibernate/MbmessageDAO.java 169 Local variable 'queryString' could be declared final
18670 src/com/gps/hibernate/MbmessageDAO.java 170 Local variable 'queryObject' could be declared final
18671 src/com/gps/hibernate/MbmessageDAO.java 170 Potential violation of Law of Demeter (method chain calls)
18672 src/com/gps/hibernate/MbmessageDAO.java 171 Potential violation of Law of Demeter (object not created locally)
18673 src/com/gps/hibernate/MbmessageDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18674 src/com/gps/hibernate/MbmessageDAO.java 173 There is log block not surrounded by if
18675 src/com/gps/hibernate/MbmessageDAO.java 178 Parameter 'detachedInstance' is not assigned and could be declared final
18676 src/com/gps/hibernate/MbmessageDAO.java 178 publicMethodCommentRequirement Required
18677 src/com/gps/hibernate/MbmessageDAO.java 179 There is log block not surrounded by if
18678 src/com/gps/hibernate/MbmessageDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18679 src/com/gps/hibernate/MbmessageDAO.java 181 Local variable 'result' could be declared final
18680 src/com/gps/hibernate/MbmessageDAO.java 181 Potential violation of Law of Demeter (method chain calls)
18681 src/com/gps/hibernate/MbmessageDAO.java 182 There is log block not surrounded by if
18682 src/com/gps/hibernate/MbmessageDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18683 src/com/gps/hibernate/MbmessageDAO.java 184 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18684 src/com/gps/hibernate/MbmessageDAO.java 185 There is log block not surrounded by if
18685 src/com/gps/hibernate/MbmessageDAO.java 190 Parameter 'instance' is not assigned and could be declared final
18686 src/com/gps/hibernate/MbmessageDAO.java 190 publicMethodCommentRequirement Required
18687 src/com/gps/hibernate/MbmessageDAO.java 191 There is log block not surrounded by if
18688 src/com/gps/hibernate/MbmessageDAO.java 191 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18689 src/com/gps/hibernate/MbmessageDAO.java 193 Potential violation of Law of Demeter (method chain calls)
18690 src/com/gps/hibernate/MbmessageDAO.java 194 There is log block not surrounded by if
18691 src/com/gps/hibernate/MbmessageDAO.java 194 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18692 src/com/gps/hibernate/MbmessageDAO.java 195 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18693 src/com/gps/hibernate/MbmessageDAO.java 196 There is log block not surrounded by if
18694 src/com/gps/hibernate/MbmessageDAO.java 201 Parameter 'instance' is not assigned and could be declared final
18695 src/com/gps/hibernate/MbmessageDAO.java 201 publicMethodCommentRequirement Required
18696 src/com/gps/hibernate/MbmessageDAO.java 202 There is log block not surrounded by if
18697 src/com/gps/hibernate/MbmessageDAO.java 202 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18698 src/com/gps/hibernate/MbmessageDAO.java 204 Potential violation of Law of Demeter (method chain calls)
18699 src/com/gps/hibernate/MbmessageDAO.java 205 There is log block not surrounded by if
18700 src/com/gps/hibernate/MbmessageDAO.java 205 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18701 src/com/gps/hibernate/MbmessageDAO.java 206 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18702 src/com/gps/hibernate/MbmessageDAO.java 207 There is log block not surrounded by if
18703 src/com/gps/hibernate/Mbmessageflag.java 11 Classes implementing Serializable should set a serialVersionUID
18704 src/com/gps/hibernate/Mbmessageflag.java 15 fieldCommentRequirement Required
18705 src/com/gps/hibernate/Mbmessageflag.java 16 fieldCommentRequirement Required
18706 src/com/gps/hibernate/Mbmessageflag.java 17 fieldCommentRequirement Required
18707 src/com/gps/hibernate/Mbmessageflag.java 18 fieldCommentRequirement Required
18708 src/com/gps/hibernate/Mbmessageflag.java 19 fieldCommentRequirement Required
18709 src/com/gps/hibernate/Mbmessageflag.java 20 fieldCommentRequirement Required
18710 src/com/gps/hibernate/Mbmessageflag.java 25 Document empty constructor
18711 src/com/gps/hibernate/Mbmessageflag.java 29 Parameter 'messageFlagId' is not assigned and could be declared final
18712 src/com/gps/hibernate/Mbmessageflag.java 34 Parameter 'messageFlagId' is not assigned and could be declared final
18713 src/com/gps/hibernate/Mbmessageflag.java 34 Parameter 'modifiedDate' is not assigned and could be declared final
18714 src/com/gps/hibernate/Mbmessageflag.java 34 Parameter 'userId' is not assigned and could be declared final
18715 src/com/gps/hibernate/Mbmessageflag.java 35 Parameter 'flag' is not assigned and could be declared final
18716 src/com/gps/hibernate/Mbmessageflag.java 35 Parameter 'messageId' is not assigned and could be declared final
18717 src/com/gps/hibernate/Mbmessageflag.java 35 Parameter 'threadId' is not assigned and could be declared final
18718 src/com/gps/hibernate/Mbmessageflag.java 46 publicMethodCommentRequirement Required
18719 src/com/gps/hibernate/Mbmessageflag.java 50 Parameter 'messageFlagId' is not assigned and could be declared final
18720 src/com/gps/hibernate/Mbmessageflag.java 50 publicMethodCommentRequirement Required
18721 src/com/gps/hibernate/Mbmessageflag.java 54 publicMethodCommentRequirement Required
18722 src/com/gps/hibernate/Mbmessageflag.java 58 Parameter 'userId' is not assigned and could be declared final
18723 src/com/gps/hibernate/Mbmessageflag.java 58 publicMethodCommentRequirement Required
18724 src/com/gps/hibernate/Mbmessageflag.java 62 publicMethodCommentRequirement Required
18725 src/com/gps/hibernate/Mbmessageflag.java 66 Parameter 'modifiedDate' is not assigned and could be declared final
18726 src/com/gps/hibernate/Mbmessageflag.java 66 publicMethodCommentRequirement Required
18727 src/com/gps/hibernate/Mbmessageflag.java 70 publicMethodCommentRequirement Required
18728 src/com/gps/hibernate/Mbmessageflag.java 74 Parameter 'threadId' is not assigned and could be declared final
18729 src/com/gps/hibernate/Mbmessageflag.java 74 publicMethodCommentRequirement Required
18730 src/com/gps/hibernate/Mbmessageflag.java 78 publicMethodCommentRequirement Required
18731 src/com/gps/hibernate/Mbmessageflag.java 82 Parameter 'messageId' is not assigned and could be declared final
18732 src/com/gps/hibernate/Mbmessageflag.java 82 publicMethodCommentRequirement Required
18733 src/com/gps/hibernate/Mbmessageflag.java 86 publicMethodCommentRequirement Required
18734 src/com/gps/hibernate/Mbmessageflag.java 90 Parameter 'flag' is not assigned and could be declared final
18735 src/com/gps/hibernate/Mbmessageflag.java 90 publicMethodCommentRequirement Required
18736 src/com/gps/hibernate/MbmessageflagDAO.java 3 Avoid unused imports such as 'java.util.Date'
18737 src/com/gps/hibernate/MbmessageflagDAO.java 11 Comment is too large: Too many lines
18738 src/com/gps/hibernate/MbmessageflagDAO.java 23 This class has too many methods, consider refactoring it.
18739 src/com/gps/hibernate/MbmessageflagDAO.java 24 Logger should be defined private static final and have the correct class
18740 src/com/gps/hibernate/MbmessageflagDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
18741 src/com/gps/hibernate/MbmessageflagDAO.java 24 fieldCommentRequirement Required
18742 src/com/gps/hibernate/MbmessageflagDAO.java 26 fieldCommentRequirement Required
18743 src/com/gps/hibernate/MbmessageflagDAO.java 27 fieldCommentRequirement Required
18744 src/com/gps/hibernate/MbmessageflagDAO.java 28 fieldCommentRequirement Required
18745 src/com/gps/hibernate/MbmessageflagDAO.java 29 fieldCommentRequirement Required
18746 src/com/gps/hibernate/MbmessageflagDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
18747 src/com/gps/hibernate/MbmessageflagDAO.java 31 publicMethodCommentRequirement Required
18748 src/com/gps/hibernate/MbmessageflagDAO.java 32 There is log block not surrounded by if
18749 src/com/gps/hibernate/MbmessageflagDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18750 src/com/gps/hibernate/MbmessageflagDAO.java 34 Potential violation of Law of Demeter (method chain calls)
18751 src/com/gps/hibernate/MbmessageflagDAO.java 35 There is log block not surrounded by if
18752 src/com/gps/hibernate/MbmessageflagDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18753 src/com/gps/hibernate/MbmessageflagDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18754 src/com/gps/hibernate/MbmessageflagDAO.java 37 There is log block not surrounded by if
18755 src/com/gps/hibernate/MbmessageflagDAO.java 42 Avoid excessively long variable names like persistentInstance
18756 src/com/gps/hibernate/MbmessageflagDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
18757 src/com/gps/hibernate/MbmessageflagDAO.java 42 publicMethodCommentRequirement Required
18758 src/com/gps/hibernate/MbmessageflagDAO.java 43 There is log block not surrounded by if
18759 src/com/gps/hibernate/MbmessageflagDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18760 src/com/gps/hibernate/MbmessageflagDAO.java 45 Potential violation of Law of Demeter (method chain calls)
18761 src/com/gps/hibernate/MbmessageflagDAO.java 46 There is log block not surrounded by if
18762 src/com/gps/hibernate/MbmessageflagDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18763 src/com/gps/hibernate/MbmessageflagDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18764 src/com/gps/hibernate/MbmessageflagDAO.java 48 There is log block not surrounded by if
18765 src/com/gps/hibernate/MbmessageflagDAO.java 53 Avoid variables with short names like id
18766 src/com/gps/hibernate/MbmessageflagDAO.java 53 Parameter 'id' is not assigned and could be declared final
18767 src/com/gps/hibernate/MbmessageflagDAO.java 53 publicMethodCommentRequirement Required
18768 src/com/gps/hibernate/MbmessageflagDAO.java 54 There is log block not surrounded by if
18769 src/com/gps/hibernate/MbmessageflagDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18770 src/com/gps/hibernate/MbmessageflagDAO.java 56 Local variable 'instance' could be declared final
18771 src/com/gps/hibernate/MbmessageflagDAO.java 56 Potential violation of Law of Demeter (method chain calls)
18772 src/com/gps/hibernate/MbmessageflagDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18773 src/com/gps/hibernate/MbmessageflagDAO.java 60 There is log block not surrounded by if
18774 src/com/gps/hibernate/MbmessageflagDAO.java 65 Parameter 'instance' is not assigned and could be declared final
18775 src/com/gps/hibernate/MbmessageflagDAO.java 65 publicMethodCommentRequirement Required
18776 src/com/gps/hibernate/MbmessageflagDAO.java 66 There is log block not surrounded by if
18777 src/com/gps/hibernate/MbmessageflagDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18778 src/com/gps/hibernate/MbmessageflagDAO.java 68 Local variable 'results' could be declared final
18779 src/com/gps/hibernate/MbmessageflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
18780 src/com/gps/hibernate/MbmessageflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
18781 src/com/gps/hibernate/MbmessageflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
18782 src/com/gps/hibernate/MbmessageflagDAO.java 71 There is log block not surrounded by if
18783 src/com/gps/hibernate/MbmessageflagDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18784 src/com/gps/hibernate/MbmessageflagDAO.java 72 Potential violation of Law of Demeter (object not created locally)
18785 src/com/gps/hibernate/MbmessageflagDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18786 src/com/gps/hibernate/MbmessageflagDAO.java 75 There is log block not surrounded by if
18787 src/com/gps/hibernate/MbmessageflagDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
18788 src/com/gps/hibernate/MbmessageflagDAO.java 80 Parameter 'value' is not assigned and could be declared final
18789 src/com/gps/hibernate/MbmessageflagDAO.java 80 publicMethodCommentRequirement Required
18790 src/com/gps/hibernate/MbmessageflagDAO.java 81 There is log block not surrounded by if
18791 src/com/gps/hibernate/MbmessageflagDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18792 src/com/gps/hibernate/MbmessageflagDAO.java 84 Local variable 'queryString' could be declared final
18793 src/com/gps/hibernate/MbmessageflagDAO.java 86 Local variable 'queryObject' could be declared final
18794 src/com/gps/hibernate/MbmessageflagDAO.java 86 Potential violation of Law of Demeter (method chain calls)
18795 src/com/gps/hibernate/MbmessageflagDAO.java 87 Potential violation of Law of Demeter (object not created locally)
18796 src/com/gps/hibernate/MbmessageflagDAO.java 88 Potential violation of Law of Demeter (object not created locally)
18797 src/com/gps/hibernate/MbmessageflagDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18798 src/com/gps/hibernate/MbmessageflagDAO.java 90 There is log block not surrounded by if
18799 src/com/gps/hibernate/MbmessageflagDAO.java 95 Parameter 'userId' is not assigned and could be declared final
18800 src/com/gps/hibernate/MbmessageflagDAO.java 95 publicMethodCommentRequirement Required
18801 src/com/gps/hibernate/MbmessageflagDAO.java 99 Parameter 'threadId' is not assigned and could be declared final
18802 src/com/gps/hibernate/MbmessageflagDAO.java 99 publicMethodCommentRequirement Required
18803 src/com/gps/hibernate/MbmessageflagDAO.java 103 Parameter 'messageId' is not assigned and could be declared final
18804 src/com/gps/hibernate/MbmessageflagDAO.java 103 publicMethodCommentRequirement Required
18805 src/com/gps/hibernate/MbmessageflagDAO.java 107 Parameter 'flag' is not assigned and could be declared final
18806 src/com/gps/hibernate/MbmessageflagDAO.java 107 publicMethodCommentRequirement Required
18807 src/com/gps/hibernate/MbmessageflagDAO.java 111 publicMethodCommentRequirement Required
18808 src/com/gps/hibernate/MbmessageflagDAO.java 112 There is log block not surrounded by if
18809 src/com/gps/hibernate/MbmessageflagDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18810 src/com/gps/hibernate/MbmessageflagDAO.java 114 Local variable 'queryString' could be declared final
18811 src/com/gps/hibernate/MbmessageflagDAO.java 115 Local variable 'queryObject' could be declared final
18812 src/com/gps/hibernate/MbmessageflagDAO.java 115 Potential violation of Law of Demeter (method chain calls)
18813 src/com/gps/hibernate/MbmessageflagDAO.java 116 Potential violation of Law of Demeter (object not created locally)
18814 src/com/gps/hibernate/MbmessageflagDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18815 src/com/gps/hibernate/MbmessageflagDAO.java 118 There is log block not surrounded by if
18816 src/com/gps/hibernate/MbmessageflagDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
18817 src/com/gps/hibernate/MbmessageflagDAO.java 123 publicMethodCommentRequirement Required
18818 src/com/gps/hibernate/MbmessageflagDAO.java 124 There is log block not surrounded by if
18819 src/com/gps/hibernate/MbmessageflagDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18820 src/com/gps/hibernate/MbmessageflagDAO.java 126 Local variable 'result' could be declared final
18821 src/com/gps/hibernate/MbmessageflagDAO.java 126 Potential violation of Law of Demeter (method chain calls)
18822 src/com/gps/hibernate/MbmessageflagDAO.java 128 There is log block not surrounded by if
18823 src/com/gps/hibernate/MbmessageflagDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18824 src/com/gps/hibernate/MbmessageflagDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18825 src/com/gps/hibernate/MbmessageflagDAO.java 131 There is log block not surrounded by if
18826 src/com/gps/hibernate/MbmessageflagDAO.java 136 Parameter 'instance' is not assigned and could be declared final
18827 src/com/gps/hibernate/MbmessageflagDAO.java 136 publicMethodCommentRequirement Required
18828 src/com/gps/hibernate/MbmessageflagDAO.java 137 There is log block not surrounded by if
18829 src/com/gps/hibernate/MbmessageflagDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18830 src/com/gps/hibernate/MbmessageflagDAO.java 139 Potential violation of Law of Demeter (method chain calls)
18831 src/com/gps/hibernate/MbmessageflagDAO.java 140 There is log block not surrounded by if
18832 src/com/gps/hibernate/MbmessageflagDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18833 src/com/gps/hibernate/MbmessageflagDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18834 src/com/gps/hibernate/MbmessageflagDAO.java 142 There is log block not surrounded by if
18835 src/com/gps/hibernate/MbmessageflagDAO.java 147 Parameter 'instance' is not assigned and could be declared final
18836 src/com/gps/hibernate/MbmessageflagDAO.java 147 publicMethodCommentRequirement Required
18837 src/com/gps/hibernate/MbmessageflagDAO.java 148 There is log block not surrounded by if
18838 src/com/gps/hibernate/MbmessageflagDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18839 src/com/gps/hibernate/MbmessageflagDAO.java 150 Potential violation of Law of Demeter (method chain calls)
18840 src/com/gps/hibernate/MbmessageflagDAO.java 151 There is log block not surrounded by if
18841 src/com/gps/hibernate/MbmessageflagDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18842 src/com/gps/hibernate/MbmessageflagDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18843 src/com/gps/hibernate/MbmessageflagDAO.java 153 There is log block not surrounded by if
18844 src/com/gps/hibernate/Mbstatsuser.java 11 Classes implementing Serializable should set a serialVersionUID
18845 src/com/gps/hibernate/Mbstatsuser.java 15 fieldCommentRequirement Required
18846 src/com/gps/hibernate/Mbstatsuser.java 16 fieldCommentRequirement Required
18847 src/com/gps/hibernate/Mbstatsuser.java 17 fieldCommentRequirement Required
18848 src/com/gps/hibernate/Mbstatsuser.java 18 fieldCommentRequirement Required
18849 src/com/gps/hibernate/Mbstatsuser.java 19 fieldCommentRequirement Required
18850 src/com/gps/hibernate/Mbstatsuser.java 24 Document empty constructor
18851 src/com/gps/hibernate/Mbstatsuser.java 28 Parameter 'statsUserId' is not assigned and could be declared final
18852 src/com/gps/hibernate/Mbstatsuser.java 33 Parameter 'groupId' is not assigned and could be declared final
18853 src/com/gps/hibernate/Mbstatsuser.java 33 Parameter 'statsUserId' is not assigned and could be declared final
18854 src/com/gps/hibernate/Mbstatsuser.java 33 Parameter 'userId' is not assigned and could be declared final
18855 src/com/gps/hibernate/Mbstatsuser.java 34 Parameter 'lastPostDate' is not assigned and could be declared final
18856 src/com/gps/hibernate/Mbstatsuser.java 34 Parameter 'messageCount' is not assigned and could be declared final
18857 src/com/gps/hibernate/Mbstatsuser.java 44 publicMethodCommentRequirement Required
18858 src/com/gps/hibernate/Mbstatsuser.java 48 Parameter 'statsUserId' is not assigned and could be declared final
18859 src/com/gps/hibernate/Mbstatsuser.java 48 publicMethodCommentRequirement Required
18860 src/com/gps/hibernate/Mbstatsuser.java 52 publicMethodCommentRequirement Required
18861 src/com/gps/hibernate/Mbstatsuser.java 56 Parameter 'groupId' is not assigned and could be declared final
18862 src/com/gps/hibernate/Mbstatsuser.java 56 publicMethodCommentRequirement Required
18863 src/com/gps/hibernate/Mbstatsuser.java 60 publicMethodCommentRequirement Required
18864 src/com/gps/hibernate/Mbstatsuser.java 64 Parameter 'userId' is not assigned and could be declared final
18865 src/com/gps/hibernate/Mbstatsuser.java 64 publicMethodCommentRequirement Required
18866 src/com/gps/hibernate/Mbstatsuser.java 68 publicMethodCommentRequirement Required
18867 src/com/gps/hibernate/Mbstatsuser.java 72 Parameter 'messageCount' is not assigned and could be declared final
18868 src/com/gps/hibernate/Mbstatsuser.java 72 publicMethodCommentRequirement Required
18869 src/com/gps/hibernate/Mbstatsuser.java 76 publicMethodCommentRequirement Required
18870 src/com/gps/hibernate/Mbstatsuser.java 80 Parameter 'lastPostDate' is not assigned and could be declared final
18871 src/com/gps/hibernate/Mbstatsuser.java 80 publicMethodCommentRequirement Required
18872 src/com/gps/hibernate/MbstatsuserDAO.java 3 Avoid unused imports such as 'java.util.Date'
18873 src/com/gps/hibernate/MbstatsuserDAO.java 11 Comment is too large: Too many lines
18874 src/com/gps/hibernate/MbstatsuserDAO.java 23 This class has too many methods, consider refactoring it.
18875 src/com/gps/hibernate/MbstatsuserDAO.java 24 Logger should be defined private static final and have the correct class
18876 src/com/gps/hibernate/MbstatsuserDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
18877 src/com/gps/hibernate/MbstatsuserDAO.java 24 fieldCommentRequirement Required
18878 src/com/gps/hibernate/MbstatsuserDAO.java 26 fieldCommentRequirement Required
18879 src/com/gps/hibernate/MbstatsuserDAO.java 27 fieldCommentRequirement Required
18880 src/com/gps/hibernate/MbstatsuserDAO.java 28 fieldCommentRequirement Required
18881 src/com/gps/hibernate/MbstatsuserDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
18882 src/com/gps/hibernate/MbstatsuserDAO.java 30 publicMethodCommentRequirement Required
18883 src/com/gps/hibernate/MbstatsuserDAO.java 31 There is log block not surrounded by if
18884 src/com/gps/hibernate/MbstatsuserDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18885 src/com/gps/hibernate/MbstatsuserDAO.java 33 Potential violation of Law of Demeter (method chain calls)
18886 src/com/gps/hibernate/MbstatsuserDAO.java 34 There is log block not surrounded by if
18887 src/com/gps/hibernate/MbstatsuserDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18888 src/com/gps/hibernate/MbstatsuserDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18889 src/com/gps/hibernate/MbstatsuserDAO.java 36 There is log block not surrounded by if
18890 src/com/gps/hibernate/MbstatsuserDAO.java 41 Avoid excessively long variable names like persistentInstance
18891 src/com/gps/hibernate/MbstatsuserDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
18892 src/com/gps/hibernate/MbstatsuserDAO.java 41 publicMethodCommentRequirement Required
18893 src/com/gps/hibernate/MbstatsuserDAO.java 42 There is log block not surrounded by if
18894 src/com/gps/hibernate/MbstatsuserDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18895 src/com/gps/hibernate/MbstatsuserDAO.java 44 Potential violation of Law of Demeter (method chain calls)
18896 src/com/gps/hibernate/MbstatsuserDAO.java 45 There is log block not surrounded by if
18897 src/com/gps/hibernate/MbstatsuserDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18898 src/com/gps/hibernate/MbstatsuserDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18899 src/com/gps/hibernate/MbstatsuserDAO.java 47 There is log block not surrounded by if
18900 src/com/gps/hibernate/MbstatsuserDAO.java 52 Avoid variables with short names like id
18901 src/com/gps/hibernate/MbstatsuserDAO.java 52 Parameter 'id' is not assigned and could be declared final
18902 src/com/gps/hibernate/MbstatsuserDAO.java 52 publicMethodCommentRequirement Required
18903 src/com/gps/hibernate/MbstatsuserDAO.java 53 There is log block not surrounded by if
18904 src/com/gps/hibernate/MbstatsuserDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18905 src/com/gps/hibernate/MbstatsuserDAO.java 55 Local variable 'instance' could be declared final
18906 src/com/gps/hibernate/MbstatsuserDAO.java 55 Potential violation of Law of Demeter (method chain calls)
18907 src/com/gps/hibernate/MbstatsuserDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18908 src/com/gps/hibernate/MbstatsuserDAO.java 59 There is log block not surrounded by if
18909 src/com/gps/hibernate/MbstatsuserDAO.java 64 Parameter 'instance' is not assigned and could be declared final
18910 src/com/gps/hibernate/MbstatsuserDAO.java 64 publicMethodCommentRequirement Required
18911 src/com/gps/hibernate/MbstatsuserDAO.java 65 There is log block not surrounded by if
18912 src/com/gps/hibernate/MbstatsuserDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18913 src/com/gps/hibernate/MbstatsuserDAO.java 67 Local variable 'results' could be declared final
18914 src/com/gps/hibernate/MbstatsuserDAO.java 67 Potential violation of Law of Demeter (method chain calls)
18915 src/com/gps/hibernate/MbstatsuserDAO.java 67 Potential violation of Law of Demeter (method chain calls)
18916 src/com/gps/hibernate/MbstatsuserDAO.java 67 Potential violation of Law of Demeter (method chain calls)
18917 src/com/gps/hibernate/MbstatsuserDAO.java 70 There is log block not surrounded by if
18918 src/com/gps/hibernate/MbstatsuserDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18919 src/com/gps/hibernate/MbstatsuserDAO.java 71 Potential violation of Law of Demeter (object not created locally)
18920 src/com/gps/hibernate/MbstatsuserDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18921 src/com/gps/hibernate/MbstatsuserDAO.java 74 There is log block not surrounded by if
18922 src/com/gps/hibernate/MbstatsuserDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
18923 src/com/gps/hibernate/MbstatsuserDAO.java 79 Parameter 'value' is not assigned and could be declared final
18924 src/com/gps/hibernate/MbstatsuserDAO.java 79 publicMethodCommentRequirement Required
18925 src/com/gps/hibernate/MbstatsuserDAO.java 80 There is log block not surrounded by if
18926 src/com/gps/hibernate/MbstatsuserDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18927 src/com/gps/hibernate/MbstatsuserDAO.java 83 Local variable 'queryString' could be declared final
18928 src/com/gps/hibernate/MbstatsuserDAO.java 85 Local variable 'queryObject' could be declared final
18929 src/com/gps/hibernate/MbstatsuserDAO.java 85 Potential violation of Law of Demeter (method chain calls)
18930 src/com/gps/hibernate/MbstatsuserDAO.java 86 Potential violation of Law of Demeter (object not created locally)
18931 src/com/gps/hibernate/MbstatsuserDAO.java 87 Potential violation of Law of Demeter (object not created locally)
18932 src/com/gps/hibernate/MbstatsuserDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18933 src/com/gps/hibernate/MbstatsuserDAO.java 89 There is log block not surrounded by if
18934 src/com/gps/hibernate/MbstatsuserDAO.java 94 Parameter 'groupId' is not assigned and could be declared final
18935 src/com/gps/hibernate/MbstatsuserDAO.java 94 publicMethodCommentRequirement Required
18936 src/com/gps/hibernate/MbstatsuserDAO.java 98 Parameter 'userId' is not assigned and could be declared final
18937 src/com/gps/hibernate/MbstatsuserDAO.java 98 publicMethodCommentRequirement Required
18938 src/com/gps/hibernate/MbstatsuserDAO.java 102 Parameter 'messageCount' is not assigned and could be declared final
18939 src/com/gps/hibernate/MbstatsuserDAO.java 102 publicMethodCommentRequirement Required
18940 src/com/gps/hibernate/MbstatsuserDAO.java 106 publicMethodCommentRequirement Required
18941 src/com/gps/hibernate/MbstatsuserDAO.java 107 There is log block not surrounded by if
18942 src/com/gps/hibernate/MbstatsuserDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18943 src/com/gps/hibernate/MbstatsuserDAO.java 109 Local variable 'queryString' could be declared final
18944 src/com/gps/hibernate/MbstatsuserDAO.java 110 Local variable 'queryObject' could be declared final
18945 src/com/gps/hibernate/MbstatsuserDAO.java 110 Potential violation of Law of Demeter (method chain calls)
18946 src/com/gps/hibernate/MbstatsuserDAO.java 111 Potential violation of Law of Demeter (object not created locally)
18947 src/com/gps/hibernate/MbstatsuserDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18948 src/com/gps/hibernate/MbstatsuserDAO.java 113 There is log block not surrounded by if
18949 src/com/gps/hibernate/MbstatsuserDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
18950 src/com/gps/hibernate/MbstatsuserDAO.java 118 publicMethodCommentRequirement Required
18951 src/com/gps/hibernate/MbstatsuserDAO.java 119 There is log block not surrounded by if
18952 src/com/gps/hibernate/MbstatsuserDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18953 src/com/gps/hibernate/MbstatsuserDAO.java 121 Local variable 'result' could be declared final
18954 src/com/gps/hibernate/MbstatsuserDAO.java 121 Potential violation of Law of Demeter (method chain calls)
18955 src/com/gps/hibernate/MbstatsuserDAO.java 123 There is log block not surrounded by if
18956 src/com/gps/hibernate/MbstatsuserDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18957 src/com/gps/hibernate/MbstatsuserDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18958 src/com/gps/hibernate/MbstatsuserDAO.java 126 There is log block not surrounded by if
18959 src/com/gps/hibernate/MbstatsuserDAO.java 131 Parameter 'instance' is not assigned and could be declared final
18960 src/com/gps/hibernate/MbstatsuserDAO.java 131 publicMethodCommentRequirement Required
18961 src/com/gps/hibernate/MbstatsuserDAO.java 132 There is log block not surrounded by if
18962 src/com/gps/hibernate/MbstatsuserDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18963 src/com/gps/hibernate/MbstatsuserDAO.java 134 Potential violation of Law of Demeter (method chain calls)
18964 src/com/gps/hibernate/MbstatsuserDAO.java 135 There is log block not surrounded by if
18965 src/com/gps/hibernate/MbstatsuserDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18966 src/com/gps/hibernate/MbstatsuserDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18967 src/com/gps/hibernate/MbstatsuserDAO.java 137 There is log block not surrounded by if
18968 src/com/gps/hibernate/MbstatsuserDAO.java 142 Parameter 'instance' is not assigned and could be declared final
18969 src/com/gps/hibernate/MbstatsuserDAO.java 142 publicMethodCommentRequirement Required
18970 src/com/gps/hibernate/MbstatsuserDAO.java 143 There is log block not surrounded by if
18971 src/com/gps/hibernate/MbstatsuserDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18972 src/com/gps/hibernate/MbstatsuserDAO.java 145 Potential violation of Law of Demeter (method chain calls)
18973 src/com/gps/hibernate/MbstatsuserDAO.java 146 There is log block not surrounded by if
18974 src/com/gps/hibernate/MbstatsuserDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18975 src/com/gps/hibernate/MbstatsuserDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18976 src/com/gps/hibernate/MbstatsuserDAO.java 148 There is log block not surrounded by if
18977 src/com/gps/hibernate/Mbthread.java 11 Classes implementing Serializable should set a serialVersionUID
18978 src/com/gps/hibernate/Mbthread.java 15 fieldCommentRequirement Required
18979 src/com/gps/hibernate/Mbthread.java 16 fieldCommentRequirement Required
18980 src/com/gps/hibernate/Mbthread.java 17 fieldCommentRequirement Required
18981 src/com/gps/hibernate/Mbthread.java 18 fieldCommentRequirement Required
18982 src/com/gps/hibernate/Mbthread.java 19 fieldCommentRequirement Required
18983 src/com/gps/hibernate/Mbthread.java 20 fieldCommentRequirement Required
18984 src/com/gps/hibernate/Mbthread.java 21 fieldCommentRequirement Required
18985 src/com/gps/hibernate/Mbthread.java 22 fieldCommentRequirement Required
18986 src/com/gps/hibernate/Mbthread.java 23 fieldCommentRequirement Required
18987 src/com/gps/hibernate/Mbthread.java 28 Document empty constructor
18988 src/com/gps/hibernate/Mbthread.java 32 Parameter 'threadId' is not assigned and could be declared final
18989 src/com/gps/hibernate/Mbthread.java 37 Parameter 'categoryId' is not assigned and could be declared final
18990 src/com/gps/hibernate/Mbthread.java 37 Parameter 'groupId' is not assigned and could be declared final
18991 src/com/gps/hibernate/Mbthread.java 37 Parameter 'threadId' is not assigned and could be declared final
18992 src/com/gps/hibernate/Mbthread.java 38 Parameter 'messageCount' is not assigned and could be declared final
18993 src/com/gps/hibernate/Mbthread.java 38 Parameter 'rootMessageId' is not assigned and could be declared final
18994 src/com/gps/hibernate/Mbthread.java 38 Parameter 'viewCount' is not assigned and could be declared final
18995 src/com/gps/hibernate/Mbthread.java 39 Parameter 'lastPostByUserId' is not assigned and could be declared final
18996 src/com/gps/hibernate/Mbthread.java 39 Parameter 'lastPostDate' is not assigned and could be declared final
18997 src/com/gps/hibernate/Mbthread.java 39 Parameter 'priority' is not assigned and could be declared final
18998 src/com/gps/hibernate/Mbthread.java 53 publicMethodCommentRequirement Required
18999 src/com/gps/hibernate/Mbthread.java 57 Parameter 'threadId' is not assigned and could be declared final
19000 src/com/gps/hibernate/Mbthread.java 57 publicMethodCommentRequirement Required
19001 src/com/gps/hibernate/Mbthread.java 61 publicMethodCommentRequirement Required
19002 src/com/gps/hibernate/Mbthread.java 65 Parameter 'groupId' is not assigned and could be declared final
19003 src/com/gps/hibernate/Mbthread.java 65 publicMethodCommentRequirement Required
19004 src/com/gps/hibernate/Mbthread.java 69 publicMethodCommentRequirement Required
19005 src/com/gps/hibernate/Mbthread.java 73 Parameter 'categoryId' is not assigned and could be declared final
19006 src/com/gps/hibernate/Mbthread.java 73 publicMethodCommentRequirement Required
19007 src/com/gps/hibernate/Mbthread.java 77 publicMethodCommentRequirement Required
19008 src/com/gps/hibernate/Mbthread.java 81 Parameter 'rootMessageId' is not assigned and could be declared final
19009 src/com/gps/hibernate/Mbthread.java 81 publicMethodCommentRequirement Required
19010 src/com/gps/hibernate/Mbthread.java 85 publicMethodCommentRequirement Required
19011 src/com/gps/hibernate/Mbthread.java 89 Parameter 'messageCount' is not assigned and could be declared final
19012 src/com/gps/hibernate/Mbthread.java 89 publicMethodCommentRequirement Required
19013 src/com/gps/hibernate/Mbthread.java 93 publicMethodCommentRequirement Required
19014 src/com/gps/hibernate/Mbthread.java 97 Parameter 'viewCount' is not assigned and could be declared final
19015 src/com/gps/hibernate/Mbthread.java 97 publicMethodCommentRequirement Required
19016 src/com/gps/hibernate/Mbthread.java 101 publicMethodCommentRequirement Required
19017 src/com/gps/hibernate/Mbthread.java 105 Parameter 'lastPostByUserId' is not assigned and could be declared final
19018 src/com/gps/hibernate/Mbthread.java 105 publicMethodCommentRequirement Required
19019 src/com/gps/hibernate/Mbthread.java 109 publicMethodCommentRequirement Required
19020 src/com/gps/hibernate/Mbthread.java 113 Parameter 'lastPostDate' is not assigned and could be declared final
19021 src/com/gps/hibernate/Mbthread.java 113 publicMethodCommentRequirement Required
19022 src/com/gps/hibernate/Mbthread.java 117 publicMethodCommentRequirement Required
19023 src/com/gps/hibernate/Mbthread.java 121 Parameter 'priority' is not assigned and could be declared final
19024 src/com/gps/hibernate/Mbthread.java 121 publicMethodCommentRequirement Required
19025 src/com/gps/hibernate/MbthreadDAO.java 3 Avoid unused imports such as 'java.util.Date'
19026 src/com/gps/hibernate/MbthreadDAO.java 11 Comment is too large: Too many lines
19027 src/com/gps/hibernate/MbthreadDAO.java 23 This class has too many methods, consider refactoring it.
19028 src/com/gps/hibernate/MbthreadDAO.java 24 Logger should be defined private static final and have the correct class
19029 src/com/gps/hibernate/MbthreadDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
19030 src/com/gps/hibernate/MbthreadDAO.java 24 fieldCommentRequirement Required
19031 src/com/gps/hibernate/MbthreadDAO.java 26 fieldCommentRequirement Required
19032 src/com/gps/hibernate/MbthreadDAO.java 27 fieldCommentRequirement Required
19033 src/com/gps/hibernate/MbthreadDAO.java 28 fieldCommentRequirement Required
19034 src/com/gps/hibernate/MbthreadDAO.java 29 fieldCommentRequirement Required
19035 src/com/gps/hibernate/MbthreadDAO.java 30 fieldCommentRequirement Required
19036 src/com/gps/hibernate/MbthreadDAO.java 31 Avoid excessively long variable names like LAST_POST_BY_USER_ID
19037 src/com/gps/hibernate/MbthreadDAO.java 31 fieldCommentRequirement Required
19038 src/com/gps/hibernate/MbthreadDAO.java 32 fieldCommentRequirement Required
19039 src/com/gps/hibernate/MbthreadDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
19040 src/com/gps/hibernate/MbthreadDAO.java 34 publicMethodCommentRequirement Required
19041 src/com/gps/hibernate/MbthreadDAO.java 35 There is log block not surrounded by if
19042 src/com/gps/hibernate/MbthreadDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19043 src/com/gps/hibernate/MbthreadDAO.java 37 Potential violation of Law of Demeter (method chain calls)
19044 src/com/gps/hibernate/MbthreadDAO.java 38 There is log block not surrounded by if
19045 src/com/gps/hibernate/MbthreadDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19046 src/com/gps/hibernate/MbthreadDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19047 src/com/gps/hibernate/MbthreadDAO.java 40 There is log block not surrounded by if
19048 src/com/gps/hibernate/MbthreadDAO.java 45 Avoid excessively long variable names like persistentInstance
19049 src/com/gps/hibernate/MbthreadDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
19050 src/com/gps/hibernate/MbthreadDAO.java 45 publicMethodCommentRequirement Required
19051 src/com/gps/hibernate/MbthreadDAO.java 46 There is log block not surrounded by if
19052 src/com/gps/hibernate/MbthreadDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19053 src/com/gps/hibernate/MbthreadDAO.java 48 Potential violation of Law of Demeter (method chain calls)
19054 src/com/gps/hibernate/MbthreadDAO.java 49 There is log block not surrounded by if
19055 src/com/gps/hibernate/MbthreadDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19056 src/com/gps/hibernate/MbthreadDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19057 src/com/gps/hibernate/MbthreadDAO.java 51 There is log block not surrounded by if
19058 src/com/gps/hibernate/MbthreadDAO.java 56 Avoid variables with short names like id
19059 src/com/gps/hibernate/MbthreadDAO.java 56 Parameter 'id' is not assigned and could be declared final
19060 src/com/gps/hibernate/MbthreadDAO.java 56 publicMethodCommentRequirement Required
19061 src/com/gps/hibernate/MbthreadDAO.java 57 There is log block not surrounded by if
19062 src/com/gps/hibernate/MbthreadDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19063 src/com/gps/hibernate/MbthreadDAO.java 59 Local variable 'instance' could be declared final
19064 src/com/gps/hibernate/MbthreadDAO.java 59 Potential violation of Law of Demeter (method chain calls)
19065 src/com/gps/hibernate/MbthreadDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19066 src/com/gps/hibernate/MbthreadDAO.java 63 There is log block not surrounded by if
19067 src/com/gps/hibernate/MbthreadDAO.java 68 Parameter 'instance' is not assigned and could be declared final
19068 src/com/gps/hibernate/MbthreadDAO.java 68 publicMethodCommentRequirement Required
19069 src/com/gps/hibernate/MbthreadDAO.java 69 There is log block not surrounded by if
19070 src/com/gps/hibernate/MbthreadDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19071 src/com/gps/hibernate/MbthreadDAO.java 71 Local variable 'results' could be declared final
19072 src/com/gps/hibernate/MbthreadDAO.java 71 Potential violation of Law of Demeter (method chain calls)
19073 src/com/gps/hibernate/MbthreadDAO.java 71 Potential violation of Law of Demeter (method chain calls)
19074 src/com/gps/hibernate/MbthreadDAO.java 71 Potential violation of Law of Demeter (method chain calls)
19075 src/com/gps/hibernate/MbthreadDAO.java 74 There is log block not surrounded by if
19076 src/com/gps/hibernate/MbthreadDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19077 src/com/gps/hibernate/MbthreadDAO.java 75 Potential violation of Law of Demeter (object not created locally)
19078 src/com/gps/hibernate/MbthreadDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19079 src/com/gps/hibernate/MbthreadDAO.java 78 There is log block not surrounded by if
19080 src/com/gps/hibernate/MbthreadDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
19081 src/com/gps/hibernate/MbthreadDAO.java 83 Parameter 'value' is not assigned and could be declared final
19082 src/com/gps/hibernate/MbthreadDAO.java 83 publicMethodCommentRequirement Required
19083 src/com/gps/hibernate/MbthreadDAO.java 84 There is log block not surrounded by if
19084 src/com/gps/hibernate/MbthreadDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19085 src/com/gps/hibernate/MbthreadDAO.java 87 Local variable 'queryString' could be declared final
19086 src/com/gps/hibernate/MbthreadDAO.java 89 Local variable 'queryObject' could be declared final
19087 src/com/gps/hibernate/MbthreadDAO.java 89 Potential violation of Law of Demeter (method chain calls)
19088 src/com/gps/hibernate/MbthreadDAO.java 90 Potential violation of Law of Demeter (object not created locally)
19089 src/com/gps/hibernate/MbthreadDAO.java 91 Potential violation of Law of Demeter (object not created locally)
19090 src/com/gps/hibernate/MbthreadDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19091 src/com/gps/hibernate/MbthreadDAO.java 93 There is log block not surrounded by if
19092 src/com/gps/hibernate/MbthreadDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
19093 src/com/gps/hibernate/MbthreadDAO.java 98 publicMethodCommentRequirement Required
19094 src/com/gps/hibernate/MbthreadDAO.java 102 Parameter 'categoryId' is not assigned and could be declared final
19095 src/com/gps/hibernate/MbthreadDAO.java 102 publicMethodCommentRequirement Required
19096 src/com/gps/hibernate/MbthreadDAO.java 106 Parameter 'rootMessageId' is not assigned and could be declared final
19097 src/com/gps/hibernate/MbthreadDAO.java 106 publicMethodCommentRequirement Required
19098 src/com/gps/hibernate/MbthreadDAO.java 110 Parameter 'messageCount' is not assigned and could be declared final
19099 src/com/gps/hibernate/MbthreadDAO.java 110 publicMethodCommentRequirement Required
19100 src/com/gps/hibernate/MbthreadDAO.java 114 Parameter 'viewCount' is not assigned and could be declared final
19101 src/com/gps/hibernate/MbthreadDAO.java 114 publicMethodCommentRequirement Required
19102 src/com/gps/hibernate/MbthreadDAO.java 118 Parameter 'lastPostByUserId' is not assigned and could be declared final
19103 src/com/gps/hibernate/MbthreadDAO.java 118 publicMethodCommentRequirement Required
19104 src/com/gps/hibernate/MbthreadDAO.java 122 Parameter 'priority' is not assigned and could be declared final
19105 src/com/gps/hibernate/MbthreadDAO.java 122 publicMethodCommentRequirement Required
19106 src/com/gps/hibernate/MbthreadDAO.java 126 publicMethodCommentRequirement Required
19107 src/com/gps/hibernate/MbthreadDAO.java 127 There is log block not surrounded by if
19108 src/com/gps/hibernate/MbthreadDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19109 src/com/gps/hibernate/MbthreadDAO.java 129 Local variable 'queryString' could be declared final
19110 src/com/gps/hibernate/MbthreadDAO.java 130 Local variable 'queryObject' could be declared final
19111 src/com/gps/hibernate/MbthreadDAO.java 130 Potential violation of Law of Demeter (method chain calls)
19112 src/com/gps/hibernate/MbthreadDAO.java 131 Potential violation of Law of Demeter (object not created locally)
19113 src/com/gps/hibernate/MbthreadDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19114 src/com/gps/hibernate/MbthreadDAO.java 133 There is log block not surrounded by if
19115 src/com/gps/hibernate/MbthreadDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
19116 src/com/gps/hibernate/MbthreadDAO.java 138 publicMethodCommentRequirement Required
19117 src/com/gps/hibernate/MbthreadDAO.java 139 There is log block not surrounded by if
19118 src/com/gps/hibernate/MbthreadDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19119 src/com/gps/hibernate/MbthreadDAO.java 141 Local variable 'result' could be declared final
19120 src/com/gps/hibernate/MbthreadDAO.java 141 Potential violation of Law of Demeter (method chain calls)
19121 src/com/gps/hibernate/MbthreadDAO.java 142 There is log block not surrounded by if
19122 src/com/gps/hibernate/MbthreadDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19123 src/com/gps/hibernate/MbthreadDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19124 src/com/gps/hibernate/MbthreadDAO.java 145 There is log block not surrounded by if
19125 src/com/gps/hibernate/MbthreadDAO.java 150 Parameter 'instance' is not assigned and could be declared final
19126 src/com/gps/hibernate/MbthreadDAO.java 150 publicMethodCommentRequirement Required
19127 src/com/gps/hibernate/MbthreadDAO.java 151 There is log block not surrounded by if
19128 src/com/gps/hibernate/MbthreadDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19129 src/com/gps/hibernate/MbthreadDAO.java 153 Potential violation of Law of Demeter (method chain calls)
19130 src/com/gps/hibernate/MbthreadDAO.java 154 There is log block not surrounded by if
19131 src/com/gps/hibernate/MbthreadDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19132 src/com/gps/hibernate/MbthreadDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19133 src/com/gps/hibernate/MbthreadDAO.java 156 There is log block not surrounded by if
19134 src/com/gps/hibernate/MbthreadDAO.java 161 Parameter 'instance' is not assigned and could be declared final
19135 src/com/gps/hibernate/MbthreadDAO.java 161 publicMethodCommentRequirement Required
19136 src/com/gps/hibernate/MbthreadDAO.java 162 There is log block not surrounded by if
19137 src/com/gps/hibernate/MbthreadDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19138 src/com/gps/hibernate/MbthreadDAO.java 164 Potential violation of Law of Demeter (method chain calls)
19139 src/com/gps/hibernate/MbthreadDAO.java 165 There is log block not surrounded by if
19140 src/com/gps/hibernate/MbthreadDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19141 src/com/gps/hibernate/MbthreadDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19142 src/com/gps/hibernate/MbthreadDAO.java 167 There is log block not surrounded by if
19143 src/com/gps/hibernate/Membershiprequest.java 11 Classes implementing Serializable should set a serialVersionUID
19144 src/com/gps/hibernate/Membershiprequest.java 15 Avoid excessively long variable names like membershipRequestId
19145 src/com/gps/hibernate/Membershiprequest.java 15 fieldCommentRequirement Required
19146 src/com/gps/hibernate/Membershiprequest.java 16 fieldCommentRequirement Required
19147 src/com/gps/hibernate/Membershiprequest.java 17 fieldCommentRequirement Required
19148 src/com/gps/hibernate/Membershiprequest.java 18 fieldCommentRequirement Required
19149 src/com/gps/hibernate/Membershiprequest.java 19 fieldCommentRequirement Required
19150 src/com/gps/hibernate/Membershiprequest.java 20 fieldCommentRequirement Required
19151 src/com/gps/hibernate/Membershiprequest.java 21 fieldCommentRequirement Required
19152 src/com/gps/hibernate/Membershiprequest.java 22 fieldCommentRequirement Required
19153 src/com/gps/hibernate/Membershiprequest.java 23 fieldCommentRequirement Required
19154 src/com/gps/hibernate/Membershiprequest.java 24 fieldCommentRequirement Required
19155 src/com/gps/hibernate/Membershiprequest.java 29 Document empty constructor
19156 src/com/gps/hibernate/Membershiprequest.java 33 Avoid excessively long variable names like membershipRequestId
19157 src/com/gps/hibernate/Membershiprequest.java 33 Parameter 'membershipRequestId' is not assigned and could be declared final
19158 src/com/gps/hibernate/Membershiprequest.java 38 Avoid excessively long variable names like membershipRequestId
19159 src/com/gps/hibernate/Membershiprequest.java 38 Avoid long parameter lists.
19160 src/com/gps/hibernate/Membershiprequest.java 38 Parameter 'companyId' is not assigned and could be declared final
19161 src/com/gps/hibernate/Membershiprequest.java 38 Parameter 'membershipRequestId' is not assigned and could be declared final
19162 src/com/gps/hibernate/Membershiprequest.java 39 Parameter 'comments' is not assigned and could be declared final
19163 src/com/gps/hibernate/Membershiprequest.java 39 Parameter 'createDate' is not assigned and could be declared final
19164 src/com/gps/hibernate/Membershiprequest.java 39 Parameter 'groupId' is not assigned and could be declared final
19165 src/com/gps/hibernate/Membershiprequest.java 39 Parameter 'userId' is not assigned and could be declared final
19166 src/com/gps/hibernate/Membershiprequest.java 40 Parameter 'replierUserId' is not assigned and could be declared final
19167 src/com/gps/hibernate/Membershiprequest.java 40 Parameter 'replyComments' is not assigned and could be declared final
19168 src/com/gps/hibernate/Membershiprequest.java 40 Parameter 'replyDate' is not assigned and could be declared final
19169 src/com/gps/hibernate/Membershiprequest.java 41 Parameter 'statusId' is not assigned and could be declared final
19170 src/com/gps/hibernate/Membershiprequest.java 56 publicMethodCommentRequirement Required
19171 src/com/gps/hibernate/Membershiprequest.java 60 Avoid excessively long variable names like membershipRequestId
19172 src/com/gps/hibernate/Membershiprequest.java 60 Parameter 'membershipRequestId' is not assigned and could be declared final
19173 src/com/gps/hibernate/Membershiprequest.java 60 publicMethodCommentRequirement Required
19174 src/com/gps/hibernate/Membershiprequest.java 64 publicMethodCommentRequirement Required
19175 src/com/gps/hibernate/Membershiprequest.java 68 Parameter 'companyId' is not assigned and could be declared final
19176 src/com/gps/hibernate/Membershiprequest.java 68 publicMethodCommentRequirement Required
19177 src/com/gps/hibernate/Membershiprequest.java 72 publicMethodCommentRequirement Required
19178 src/com/gps/hibernate/Membershiprequest.java 76 Parameter 'userId' is not assigned and could be declared final
19179 src/com/gps/hibernate/Membershiprequest.java 76 publicMethodCommentRequirement Required
19180 src/com/gps/hibernate/Membershiprequest.java 80 publicMethodCommentRequirement Required
19181 src/com/gps/hibernate/Membershiprequest.java 84 Parameter 'createDate' is not assigned and could be declared final
19182 src/com/gps/hibernate/Membershiprequest.java 84 publicMethodCommentRequirement Required
19183 src/com/gps/hibernate/Membershiprequest.java 88 publicMethodCommentRequirement Required
19184 src/com/gps/hibernate/Membershiprequest.java 92 Parameter 'groupId' is not assigned and could be declared final
19185 src/com/gps/hibernate/Membershiprequest.java 92 publicMethodCommentRequirement Required
19186 src/com/gps/hibernate/Membershiprequest.java 96 publicMethodCommentRequirement Required
19187 src/com/gps/hibernate/Membershiprequest.java 100 Parameter 'comments' is not assigned and could be declared final
19188 src/com/gps/hibernate/Membershiprequest.java 100 publicMethodCommentRequirement Required
19189 src/com/gps/hibernate/Membershiprequest.java 104 publicMethodCommentRequirement Required
19190 src/com/gps/hibernate/Membershiprequest.java 108 Parameter 'replyComments' is not assigned and could be declared final
19191 src/com/gps/hibernate/Membershiprequest.java 108 publicMethodCommentRequirement Required
19192 src/com/gps/hibernate/Membershiprequest.java 112 publicMethodCommentRequirement Required
19193 src/com/gps/hibernate/Membershiprequest.java 116 Parameter 'replyDate' is not assigned and could be declared final
19194 src/com/gps/hibernate/Membershiprequest.java 116 publicMethodCommentRequirement Required
19195 src/com/gps/hibernate/Membershiprequest.java 120 publicMethodCommentRequirement Required
19196 src/com/gps/hibernate/Membershiprequest.java 124 Parameter 'replierUserId' is not assigned and could be declared final
19197 src/com/gps/hibernate/Membershiprequest.java 124 publicMethodCommentRequirement Required
19198 src/com/gps/hibernate/Membershiprequest.java 128 publicMethodCommentRequirement Required
19199 src/com/gps/hibernate/Membershiprequest.java 132 Parameter 'statusId' is not assigned and could be declared final
19200 src/com/gps/hibernate/Membershiprequest.java 132 publicMethodCommentRequirement Required
19201 src/com/gps/hibernate/MembershiprequestDAO.java 3 Avoid unused imports such as 'java.util.Date'
19202 src/com/gps/hibernate/MembershiprequestDAO.java 11 Comment is too large: Too many lines
19203 src/com/gps/hibernate/MembershiprequestDAO.java 23 This class has too many methods, consider refactoring it.
19204 src/com/gps/hibernate/MembershiprequestDAO.java 24 Logger should be defined private static final and have the correct class
19205 src/com/gps/hibernate/MembershiprequestDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
19206 src/com/gps/hibernate/MembershiprequestDAO.java 24 fieldCommentRequirement Required
19207 src/com/gps/hibernate/MembershiprequestDAO.java 27 fieldCommentRequirement Required
19208 src/com/gps/hibernate/MembershiprequestDAO.java 28 fieldCommentRequirement Required
19209 src/com/gps/hibernate/MembershiprequestDAO.java 29 fieldCommentRequirement Required
19210 src/com/gps/hibernate/MembershiprequestDAO.java 30 fieldCommentRequirement Required
19211 src/com/gps/hibernate/MembershiprequestDAO.java 31 fieldCommentRequirement Required
19212 src/com/gps/hibernate/MembershiprequestDAO.java 32 fieldCommentRequirement Required
19213 src/com/gps/hibernate/MembershiprequestDAO.java 33 fieldCommentRequirement Required
19214 src/com/gps/hibernate/MembershiprequestDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
19215 src/com/gps/hibernate/MembershiprequestDAO.java 35 publicMethodCommentRequirement Required
19216 src/com/gps/hibernate/MembershiprequestDAO.java 36 There is log block not surrounded by if
19217 src/com/gps/hibernate/MembershiprequestDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19218 src/com/gps/hibernate/MembershiprequestDAO.java 38 Potential violation of Law of Demeter (method chain calls)
19219 src/com/gps/hibernate/MembershiprequestDAO.java 39 There is log block not surrounded by if
19220 src/com/gps/hibernate/MembershiprequestDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19221 src/com/gps/hibernate/MembershiprequestDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19222 src/com/gps/hibernate/MembershiprequestDAO.java 41 There is log block not surrounded by if
19223 src/com/gps/hibernate/MembershiprequestDAO.java 46 Avoid excessively long variable names like persistentInstance
19224 src/com/gps/hibernate/MembershiprequestDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
19225 src/com/gps/hibernate/MembershiprequestDAO.java 46 publicMethodCommentRequirement Required
19226 src/com/gps/hibernate/MembershiprequestDAO.java 47 There is log block not surrounded by if
19227 src/com/gps/hibernate/MembershiprequestDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19228 src/com/gps/hibernate/MembershiprequestDAO.java 49 Potential violation of Law of Demeter (method chain calls)
19229 src/com/gps/hibernate/MembershiprequestDAO.java 50 There is log block not surrounded by if
19230 src/com/gps/hibernate/MembershiprequestDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19231 src/com/gps/hibernate/MembershiprequestDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19232 src/com/gps/hibernate/MembershiprequestDAO.java 52 There is log block not surrounded by if
19233 src/com/gps/hibernate/MembershiprequestDAO.java 57 Avoid variables with short names like id
19234 src/com/gps/hibernate/MembershiprequestDAO.java 57 Parameter 'id' is not assigned and could be declared final
19235 src/com/gps/hibernate/MembershiprequestDAO.java 57 publicMethodCommentRequirement Required
19236 src/com/gps/hibernate/MembershiprequestDAO.java 58 There is log block not surrounded by if
19237 src/com/gps/hibernate/MembershiprequestDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19238 src/com/gps/hibernate/MembershiprequestDAO.java 60 Local variable 'instance' could be declared final
19239 src/com/gps/hibernate/MembershiprequestDAO.java 60 Potential violation of Law of Demeter (method chain calls)
19240 src/com/gps/hibernate/MembershiprequestDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19241 src/com/gps/hibernate/MembershiprequestDAO.java 64 There is log block not surrounded by if
19242 src/com/gps/hibernate/MembershiprequestDAO.java 69 Parameter 'instance' is not assigned and could be declared final
19243 src/com/gps/hibernate/MembershiprequestDAO.java 69 publicMethodCommentRequirement Required
19244 src/com/gps/hibernate/MembershiprequestDAO.java 70 There is log block not surrounded by if
19245 src/com/gps/hibernate/MembershiprequestDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19246 src/com/gps/hibernate/MembershiprequestDAO.java 72 Local variable 'results' could be declared final
19247 src/com/gps/hibernate/MembershiprequestDAO.java 72 Potential violation of Law of Demeter (method chain calls)
19248 src/com/gps/hibernate/MembershiprequestDAO.java 72 Potential violation of Law of Demeter (method chain calls)
19249 src/com/gps/hibernate/MembershiprequestDAO.java 72 Potential violation of Law of Demeter (method chain calls)
19250 src/com/gps/hibernate/MembershiprequestDAO.java 75 There is log block not surrounded by if
19251 src/com/gps/hibernate/MembershiprequestDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19252 src/com/gps/hibernate/MembershiprequestDAO.java 76 Potential violation of Law of Demeter (object not created locally)
19253 src/com/gps/hibernate/MembershiprequestDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19254 src/com/gps/hibernate/MembershiprequestDAO.java 79 There is log block not surrounded by if
19255 src/com/gps/hibernate/MembershiprequestDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
19256 src/com/gps/hibernate/MembershiprequestDAO.java 84 Parameter 'value' is not assigned and could be declared final
19257 src/com/gps/hibernate/MembershiprequestDAO.java 84 publicMethodCommentRequirement Required
19258 src/com/gps/hibernate/MembershiprequestDAO.java 85 There is log block not surrounded by if
19259 src/com/gps/hibernate/MembershiprequestDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19260 src/com/gps/hibernate/MembershiprequestDAO.java 88 Local variable 'queryString' could be declared final
19261 src/com/gps/hibernate/MembershiprequestDAO.java 90 Local variable 'queryObject' could be declared final
19262 src/com/gps/hibernate/MembershiprequestDAO.java 90 Potential violation of Law of Demeter (method chain calls)
19263 src/com/gps/hibernate/MembershiprequestDAO.java 91 Potential violation of Law of Demeter (object not created locally)
19264 src/com/gps/hibernate/MembershiprequestDAO.java 92 Potential violation of Law of Demeter (object not created locally)
19265 src/com/gps/hibernate/MembershiprequestDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19266 src/com/gps/hibernate/MembershiprequestDAO.java 94 There is log block not surrounded by if
19267 src/com/gps/hibernate/MembershiprequestDAO.java 99 Parameter 'companyId' is not assigned and could be declared final
19268 src/com/gps/hibernate/MembershiprequestDAO.java 99 publicMethodCommentRequirement Required
19269 src/com/gps/hibernate/MembershiprequestDAO.java 103 Parameter 'userId' is not assigned and could be declared final
19270 src/com/gps/hibernate/MembershiprequestDAO.java 103 publicMethodCommentRequirement Required
19271 src/com/gps/hibernate/MembershiprequestDAO.java 107 Parameter 'groupId' is not assigned and could be declared final
19272 src/com/gps/hibernate/MembershiprequestDAO.java 107 publicMethodCommentRequirement Required
19273 src/com/gps/hibernate/MembershiprequestDAO.java 111 Parameter 'comments' is not assigned and could be declared final
19274 src/com/gps/hibernate/MembershiprequestDAO.java 111 publicMethodCommentRequirement Required
19275 src/com/gps/hibernate/MembershiprequestDAO.java 115 Parameter 'replyComments' is not assigned and could be declared final
19276 src/com/gps/hibernate/MembershiprequestDAO.java 115 publicMethodCommentRequirement Required
19277 src/com/gps/hibernate/MembershiprequestDAO.java 119 Parameter 'replierUserId' is not assigned and could be declared final
19278 src/com/gps/hibernate/MembershiprequestDAO.java 119 publicMethodCommentRequirement Required
19279 src/com/gps/hibernate/MembershiprequestDAO.java 123 Parameter 'statusId' is not assigned and could be declared final
19280 src/com/gps/hibernate/MembershiprequestDAO.java 123 publicMethodCommentRequirement Required
19281 src/com/gps/hibernate/MembershiprequestDAO.java 127 publicMethodCommentRequirement Required
19282 src/com/gps/hibernate/MembershiprequestDAO.java 128 There is log block not surrounded by if
19283 src/com/gps/hibernate/MembershiprequestDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19284 src/com/gps/hibernate/MembershiprequestDAO.java 130 Local variable 'queryString' could be declared final
19285 src/com/gps/hibernate/MembershiprequestDAO.java 131 Local variable 'queryObject' could be declared final
19286 src/com/gps/hibernate/MembershiprequestDAO.java 131 Potential violation of Law of Demeter (method chain calls)
19287 src/com/gps/hibernate/MembershiprequestDAO.java 132 Potential violation of Law of Demeter (object not created locally)
19288 src/com/gps/hibernate/MembershiprequestDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19289 src/com/gps/hibernate/MembershiprequestDAO.java 134 There is log block not surrounded by if
19290 src/com/gps/hibernate/MembershiprequestDAO.java 139 Parameter 'detachedInstance' is not assigned and could be declared final
19291 src/com/gps/hibernate/MembershiprequestDAO.java 139 publicMethodCommentRequirement Required
19292 src/com/gps/hibernate/MembershiprequestDAO.java 140 There is log block not surrounded by if
19293 src/com/gps/hibernate/MembershiprequestDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19294 src/com/gps/hibernate/MembershiprequestDAO.java 142 Local variable 'result' could be declared final
19295 src/com/gps/hibernate/MembershiprequestDAO.java 142 Potential violation of Law of Demeter (method chain calls)
19296 src/com/gps/hibernate/MembershiprequestDAO.java 144 There is log block not surrounded by if
19297 src/com/gps/hibernate/MembershiprequestDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19298 src/com/gps/hibernate/MembershiprequestDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19299 src/com/gps/hibernate/MembershiprequestDAO.java 147 There is log block not surrounded by if
19300 src/com/gps/hibernate/MembershiprequestDAO.java 152 Parameter 'instance' is not assigned and could be declared final
19301 src/com/gps/hibernate/MembershiprequestDAO.java 152 publicMethodCommentRequirement Required
19302 src/com/gps/hibernate/MembershiprequestDAO.java 153 There is log block not surrounded by if
19303 src/com/gps/hibernate/MembershiprequestDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19304 src/com/gps/hibernate/MembershiprequestDAO.java 155 Potential violation of Law of Demeter (method chain calls)
19305 src/com/gps/hibernate/MembershiprequestDAO.java 156 There is log block not surrounded by if
19306 src/com/gps/hibernate/MembershiprequestDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19307 src/com/gps/hibernate/MembershiprequestDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19308 src/com/gps/hibernate/MembershiprequestDAO.java 158 There is log block not surrounded by if
19309 src/com/gps/hibernate/MembershiprequestDAO.java 163 Parameter 'instance' is not assigned and could be declared final
19310 src/com/gps/hibernate/MembershiprequestDAO.java 163 publicMethodCommentRequirement Required
19311 src/com/gps/hibernate/MembershiprequestDAO.java 164 There is log block not surrounded by if
19312 src/com/gps/hibernate/MembershiprequestDAO.java 164 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19313 src/com/gps/hibernate/MembershiprequestDAO.java 166 Potential violation of Law of Demeter (method chain calls)
19314 src/com/gps/hibernate/MembershiprequestDAO.java 167 There is log block not surrounded by if
19315 src/com/gps/hibernate/MembershiprequestDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19316 src/com/gps/hibernate/MembershiprequestDAO.java 168 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19317 src/com/gps/hibernate/MembershiprequestDAO.java 169 There is log block not surrounded by if
19318 src/com/gps/hibernate/MessageFormat.java 3 Avoid unused imports such as 'java.util.HashSet'
19319 src/com/gps/hibernate/MessageFormat.java 4 Avoid unused imports such as 'java.util.Set'
19320 src/com/gps/hibernate/MessageFormat.java 6 Classes implementing Serializable should set a serialVersionUID
19321 src/com/gps/hibernate/MessageFormat.java 6 headerCommentRequirement Required
19322 src/com/gps/hibernate/MessageFormat.java 11 Avoid variables with short names like id
19323 src/com/gps/hibernate/MessageFormat.java 11 fieldCommentRequirement Required
19324 src/com/gps/hibernate/MessageFormat.java 12 fieldCommentRequirement Required
19325 src/com/gps/hibernate/MessageFormat.java 13 fieldCommentRequirement Required
19326 src/com/gps/hibernate/MessageFormat.java 14 fieldCommentRequirement Required
19327 src/com/gps/hibernate/MessageFormat.java 28 Avoid variables with short names like id
19328 src/com/gps/hibernate/MessageFormat.java 28 Parameter 'id' is not assigned and could be declared final
19329 src/com/gps/hibernate/MessageFormat.java 28 Parameter 'property' is not assigned and could be declared final
19330 src/com/gps/hibernate/MessageFormat.java 28 Parameter 'symbol' is not assigned and could be declared final
19331 src/com/gps/hibernate/MessageFormat.java 29 Parameter 'value' is not assigned and could be declared final
19332 src/com/gps/hibernate/MessageFormat.java 45 Avoid variables with short names like id
19333 src/com/gps/hibernate/MessageFormat.java 45 Parameter 'id' is not assigned and could be declared final
19334 src/com/gps/hibernate/MessageFormat.java 57 Parameter 'symbol' is not assigned and could be declared final
19335 src/com/gps/hibernate/MessageFormat.java 69 Parameter 'property' is not assigned and could be declared final
19336 src/com/gps/hibernate/MessageFormat.java 81 Parameter 'value' is not assigned and could be declared final
19337 src/com/gps/hibernate/MessageFormatDAO.java 21 Logger should be defined private static final and have the correct class
19338 src/com/gps/hibernate/MessageFormatDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
19339 src/com/gps/hibernate/MessageFormatDAO.java 21 fieldCommentRequirement Required
19340 src/com/gps/hibernate/MessageFormatDAO.java 23 fieldCommentRequirement Required
19341 src/com/gps/hibernate/MessageFormatDAO.java 25 protectedMethodCommentRequirement Required
19342 src/com/gps/hibernate/MessageFormatDAO.java 29 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19343 src/com/gps/hibernate/MessageFormatDAO.java 30 There is log block not surrounded by if
19344 src/com/gps/hibernate/MessageFormatDAO.java 31 New exception is thrown in catch block, original stack trace may be lost
19345 src/com/gps/hibernate/MessageFormatDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
19346 src/com/gps/hibernate/MessageFormatDAO.java 35 publicMethodCommentRequirement Required
19347 src/com/gps/hibernate/MessageFormatDAO.java 36 There is log block not surrounded by if
19348 src/com/gps/hibernate/MessageFormatDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19349 src/com/gps/hibernate/MessageFormatDAO.java 38 Potential violation of Law of Demeter (method chain calls)
19350 src/com/gps/hibernate/MessageFormatDAO.java 39 There is log block not surrounded by if
19351 src/com/gps/hibernate/MessageFormatDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19352 src/com/gps/hibernate/MessageFormatDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19353 src/com/gps/hibernate/MessageFormatDAO.java 42 There is log block not surrounded by if
19354 src/com/gps/hibernate/MessageFormatDAO.java 47 Parameter 'instance' is not assigned and could be declared final
19355 src/com/gps/hibernate/MessageFormatDAO.java 47 publicMethodCommentRequirement Required
19356 src/com/gps/hibernate/MessageFormatDAO.java 48 There is log block not surrounded by if
19357 src/com/gps/hibernate/MessageFormatDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19358 src/com/gps/hibernate/MessageFormatDAO.java 50 Potential violation of Law of Demeter (method chain calls)
19359 src/com/gps/hibernate/MessageFormatDAO.java 51 There is log block not surrounded by if
19360 src/com/gps/hibernate/MessageFormatDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19361 src/com/gps/hibernate/MessageFormatDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19362 src/com/gps/hibernate/MessageFormatDAO.java 54 There is log block not surrounded by if
19363 src/com/gps/hibernate/MessageFormatDAO.java 59 Parameter 'instance' is not assigned and could be declared final
19364 src/com/gps/hibernate/MessageFormatDAO.java 59 publicMethodCommentRequirement Required
19365 src/com/gps/hibernate/MessageFormatDAO.java 60 There is log block not surrounded by if
19366 src/com/gps/hibernate/MessageFormatDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19367 src/com/gps/hibernate/MessageFormatDAO.java 62 Potential violation of Law of Demeter (method chain calls)
19368 src/com/gps/hibernate/MessageFormatDAO.java 63 There is log block not surrounded by if
19369 src/com/gps/hibernate/MessageFormatDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19370 src/com/gps/hibernate/MessageFormatDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19371 src/com/gps/hibernate/MessageFormatDAO.java 66 There is log block not surrounded by if
19372 src/com/gps/hibernate/MessageFormatDAO.java 71 Avoid excessively long variable names like persistentInstance
19373 src/com/gps/hibernate/MessageFormatDAO.java 71 Parameter 'persistentInstance' is not assigned and could be declared final
19374 src/com/gps/hibernate/MessageFormatDAO.java 71 publicMethodCommentRequirement Required
19375 src/com/gps/hibernate/MessageFormatDAO.java 72 There is log block not surrounded by if
19376 src/com/gps/hibernate/MessageFormatDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19377 src/com/gps/hibernate/MessageFormatDAO.java 74 Potential violation of Law of Demeter (method chain calls)
19378 src/com/gps/hibernate/MessageFormatDAO.java 75 There is log block not surrounded by if
19379 src/com/gps/hibernate/MessageFormatDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19380 src/com/gps/hibernate/MessageFormatDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19381 src/com/gps/hibernate/MessageFormatDAO.java 78 There is log block not surrounded by if
19382 src/com/gps/hibernate/MessageFormatDAO.java 83 Parameter 'detachedInstance' is not assigned and could be declared final
19383 src/com/gps/hibernate/MessageFormatDAO.java 83 publicMethodCommentRequirement Required
19384 src/com/gps/hibernate/MessageFormatDAO.java 84 There is log block not surrounded by if
19385 src/com/gps/hibernate/MessageFormatDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19386 src/com/gps/hibernate/MessageFormatDAO.java 86 Local variable 'result' could be declared final
19387 src/com/gps/hibernate/MessageFormatDAO.java 86 Potential violation of Law of Demeter (method chain calls)
19388 src/com/gps/hibernate/MessageFormatDAO.java 88 There is log block not surrounded by if
19389 src/com/gps/hibernate/MessageFormatDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19390 src/com/gps/hibernate/MessageFormatDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19391 src/com/gps/hibernate/MessageFormatDAO.java 92 There is log block not surrounded by if
19392 src/com/gps/hibernate/MessageFormatDAO.java 97 Avoid variables with short names like id
19393 src/com/gps/hibernate/MessageFormatDAO.java 97 Parameter 'id' is not assigned and could be declared final
19394 src/com/gps/hibernate/MessageFormatDAO.java 97 publicMethodCommentRequirement Required
19395 src/com/gps/hibernate/MessageFormatDAO.java 98 There is log block not surrounded by if
19396 src/com/gps/hibernate/MessageFormatDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19397 src/com/gps/hibernate/MessageFormatDAO.java 100 Local variable 'instance' could be declared final
19398 src/com/gps/hibernate/MessageFormatDAO.java 100 Potential violation of Law of Demeter (method chain calls)
19399 src/com/gps/hibernate/MessageFormatDAO.java 103 There is log block not surrounded by if
19400 src/com/gps/hibernate/MessageFormatDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19401 src/com/gps/hibernate/MessageFormatDAO.java 106 There is log block not surrounded by if
19402 src/com/gps/hibernate/MessageFormatDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19403 src/com/gps/hibernate/MessageFormatDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19404 src/com/gps/hibernate/MessageFormatDAO.java 111 There is log block not surrounded by if
19405 src/com/gps/hibernate/MessageFormatDAO.java 117 Parameter 'instance' is not assigned and could be declared final
19406 src/com/gps/hibernate/MessageFormatDAO.java 117 publicMethodCommentRequirement Required
19407 src/com/gps/hibernate/MessageFormatDAO.java 118 There is log block not surrounded by if
19408 src/com/gps/hibernate/MessageFormatDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19409 src/com/gps/hibernate/MessageFormatDAO.java 120 Local variable 'results' could be declared final
19410 src/com/gps/hibernate/MessageFormatDAO.java 120 Potential violation of Law of Demeter (method chain calls)
19411 src/com/gps/hibernate/MessageFormatDAO.java 120 Potential violation of Law of Demeter (method chain calls)
19412 src/com/gps/hibernate/MessageFormatDAO.java 120 Potential violation of Law of Demeter (method chain calls)
19413 src/com/gps/hibernate/MessageFormatDAO.java 124 Potential violation of Law of Demeter (object not created locally)
19414 src/com/gps/hibernate/MessageFormatDAO.java 124 There is log block not surrounded by if
19415 src/com/gps/hibernate/MessageFormatDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19416 src/com/gps/hibernate/MessageFormatDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19417 src/com/gps/hibernate/MessageFormatDAO.java 128 There is log block not surrounded by if
19418 src/com/gps/hibernate/MobileOrg.java 3 Avoid unused imports such as 'java.util.HashSet'
19419 src/com/gps/hibernate/MobileOrg.java 4 Avoid unused imports such as 'java.util.Set'
19420 src/com/gps/hibernate/MobileOrg.java 12 Classes implementing Serializable should set a serialVersionUID
19421 src/com/gps/hibernate/MobileOrg.java 16 Avoid variables with short names like id
19422 src/com/gps/hibernate/MobileOrg.java 16 fieldCommentRequirement Required
19423 src/com/gps/hibernate/MobileOrg.java 17 fieldCommentRequirement Required
19424 src/com/gps/hibernate/MobileOrg.java 18 Variables should start with a lowercase character, 'OrganizationId' starts with uppercase character.
19425 src/com/gps/hibernate/MobileOrg.java 18 fieldCommentRequirement Required
19426 src/com/gps/hibernate/MobileOrg.java 23 Document empty constructor
19427 src/com/gps/hibernate/MobileOrg.java 31 Avoid variables with short names like id
19428 src/com/gps/hibernate/MobileOrg.java 31 Parameter 'id' is not assigned and could be declared final
19429 src/com/gps/hibernate/MobileOrg.java 31 Parameter 'imeiNo' is not assigned and could be declared final
19430 src/com/gps/hibernate/MobileOrg.java 31 Parameter 'organizationId' is not assigned and could be declared final
19431 src/com/gps/hibernate/MobileOrg.java 48 Avoid variables with short names like id
19432 src/com/gps/hibernate/MobileOrg.java 48 Parameter 'id' is not assigned and could be declared final
19433 src/com/gps/hibernate/MobileOrg.java 62 Parameter 'imeiNo' is not assigned and could be declared final
19434 src/com/gps/hibernate/MobileOrg.java 76 Parameter 'organizationId' is not assigned and could be declared final
19435 src/com/gps/hibernate/MobileOrgDAO.java 4 Avoid unused imports such as 'java.util.Set'
19436 src/com/gps/hibernate/MobileOrgDAO.java 11 Comment is too large: Too many lines
19437 src/com/gps/hibernate/MobileOrgDAO.java 23 This class has too many methods, consider refactoring it.
19438 src/com/gps/hibernate/MobileOrgDAO.java 24 Logger should be defined private static final and have the correct class
19439 src/com/gps/hibernate/MobileOrgDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
19440 src/com/gps/hibernate/MobileOrgDAO.java 24 fieldCommentRequirement Required
19441 src/com/gps/hibernate/MobileOrgDAO.java 26 Avoid variables with short names like ID
19442 src/com/gps/hibernate/MobileOrgDAO.java 26 fieldCommentRequirement Required
19443 src/com/gps/hibernate/MobileOrgDAO.java 27 fieldCommentRequirement Required
19444 src/com/gps/hibernate/MobileOrgDAO.java 28 fieldCommentRequirement Required
19445 src/com/gps/hibernate/MobileOrgDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
19446 src/com/gps/hibernate/MobileOrgDAO.java 30 publicMethodCommentRequirement Required
19447 src/com/gps/hibernate/MobileOrgDAO.java 31 There is log block not surrounded by if
19448 src/com/gps/hibernate/MobileOrgDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19449 src/com/gps/hibernate/MobileOrgDAO.java 33 Potential violation of Law of Demeter (method chain calls)
19450 src/com/gps/hibernate/MobileOrgDAO.java 34 There is log block not surrounded by if
19451 src/com/gps/hibernate/MobileOrgDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19452 src/com/gps/hibernate/MobileOrgDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19453 src/com/gps/hibernate/MobileOrgDAO.java 36 There is log block not surrounded by if
19454 src/com/gps/hibernate/MobileOrgDAO.java 41 Avoid excessively long variable names like persistentInstance
19455 src/com/gps/hibernate/MobileOrgDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
19456 src/com/gps/hibernate/MobileOrgDAO.java 41 publicMethodCommentRequirement Required
19457 src/com/gps/hibernate/MobileOrgDAO.java 42 There is log block not surrounded by if
19458 src/com/gps/hibernate/MobileOrgDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19459 src/com/gps/hibernate/MobileOrgDAO.java 44 Potential violation of Law of Demeter (method chain calls)
19460 src/com/gps/hibernate/MobileOrgDAO.java 45 There is log block not surrounded by if
19461 src/com/gps/hibernate/MobileOrgDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19462 src/com/gps/hibernate/MobileOrgDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19463 src/com/gps/hibernate/MobileOrgDAO.java 47 There is log block not surrounded by if
19464 src/com/gps/hibernate/MobileOrgDAO.java 52 Avoid variables with short names like id
19465 src/com/gps/hibernate/MobileOrgDAO.java 52 Parameter 'id' is not assigned and could be declared final
19466 src/com/gps/hibernate/MobileOrgDAO.java 52 publicMethodCommentRequirement Required
19467 src/com/gps/hibernate/MobileOrgDAO.java 53 There is log block not surrounded by if
19468 src/com/gps/hibernate/MobileOrgDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19469 src/com/gps/hibernate/MobileOrgDAO.java 55 Local variable 'instance' could be declared final
19470 src/com/gps/hibernate/MobileOrgDAO.java 55 Potential violation of Law of Demeter (method chain calls)
19471 src/com/gps/hibernate/MobileOrgDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19472 src/com/gps/hibernate/MobileOrgDAO.java 59 There is log block not surrounded by if
19473 src/com/gps/hibernate/MobileOrgDAO.java 64 Parameter 'instance' is not assigned and could be declared final
19474 src/com/gps/hibernate/MobileOrgDAO.java 64 publicMethodCommentRequirement Required
19475 src/com/gps/hibernate/MobileOrgDAO.java 65 There is log block not surrounded by if
19476 src/com/gps/hibernate/MobileOrgDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19477 src/com/gps/hibernate/MobileOrgDAO.java 67 Local variable 'results' could be declared final
19478 src/com/gps/hibernate/MobileOrgDAO.java 67 Potential violation of Law of Demeter (method chain calls)
19479 src/com/gps/hibernate/MobileOrgDAO.java 67 Potential violation of Law of Demeter (method chain calls)
19480 src/com/gps/hibernate/MobileOrgDAO.java 67 Potential violation of Law of Demeter (method chain calls)
19481 src/com/gps/hibernate/MobileOrgDAO.java 70 There is log block not surrounded by if
19482 src/com/gps/hibernate/MobileOrgDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19483 src/com/gps/hibernate/MobileOrgDAO.java 71 Potential violation of Law of Demeter (object not created locally)
19484 src/com/gps/hibernate/MobileOrgDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19485 src/com/gps/hibernate/MobileOrgDAO.java 74 There is log block not surrounded by if
19486 src/com/gps/hibernate/MobileOrgDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
19487 src/com/gps/hibernate/MobileOrgDAO.java 79 Parameter 'value' is not assigned and could be declared final
19488 src/com/gps/hibernate/MobileOrgDAO.java 79 publicMethodCommentRequirement Required
19489 src/com/gps/hibernate/MobileOrgDAO.java 80 There is log block not surrounded by if
19490 src/com/gps/hibernate/MobileOrgDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19491 src/com/gps/hibernate/MobileOrgDAO.java 83 Local variable 'queryString' could be declared final
19492 src/com/gps/hibernate/MobileOrgDAO.java 85 Local variable 'queryObject' could be declared final
19493 src/com/gps/hibernate/MobileOrgDAO.java 85 Potential violation of Law of Demeter (method chain calls)
19494 src/com/gps/hibernate/MobileOrgDAO.java 86 Potential violation of Law of Demeter (object not created locally)
19495 src/com/gps/hibernate/MobileOrgDAO.java 87 Potential violation of Law of Demeter (object not created locally)
19496 src/com/gps/hibernate/MobileOrgDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19497 src/com/gps/hibernate/MobileOrgDAO.java 89 There is log block not surrounded by if
19498 src/com/gps/hibernate/MobileOrgDAO.java 94 Avoid variables with short names like id
19499 src/com/gps/hibernate/MobileOrgDAO.java 94 Parameter 'id' is not assigned and could be declared final
19500 src/com/gps/hibernate/MobileOrgDAO.java 94 publicMethodCommentRequirement Required
19501 src/com/gps/hibernate/MobileOrgDAO.java 98 Parameter 'OrganizationId' is not assigned and could be declared final
19502 src/com/gps/hibernate/MobileOrgDAO.java 98 Variables should start with a lowercase character, 'OrganizationId' starts with uppercase character.
19503 src/com/gps/hibernate/MobileOrgDAO.java 98 publicMethodCommentRequirement Required
19504 src/com/gps/hibernate/MobileOrgDAO.java 102 Parameter 'imeiNo' is not assigned and could be declared final
19505 src/com/gps/hibernate/MobileOrgDAO.java 102 publicMethodCommentRequirement Required
19506 src/com/gps/hibernate/MobileOrgDAO.java 106 publicMethodCommentRequirement Required
19507 src/com/gps/hibernate/MobileOrgDAO.java 107 There is log block not surrounded by if
19508 src/com/gps/hibernate/MobileOrgDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19509 src/com/gps/hibernate/MobileOrgDAO.java 109 Local variable 'queryString' could be declared final
19510 src/com/gps/hibernate/MobileOrgDAO.java 110 Local variable 'queryObject' could be declared final
19511 src/com/gps/hibernate/MobileOrgDAO.java 110 Potential violation of Law of Demeter (method chain calls)
19512 src/com/gps/hibernate/MobileOrgDAO.java 111 Potential violation of Law of Demeter (object not created locally)
19513 src/com/gps/hibernate/MobileOrgDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19514 src/com/gps/hibernate/MobileOrgDAO.java 113 There is log block not surrounded by if
19515 src/com/gps/hibernate/MobileOrgDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
19516 src/com/gps/hibernate/MobileOrgDAO.java 118 publicMethodCommentRequirement Required
19517 src/com/gps/hibernate/MobileOrgDAO.java 119 There is log block not surrounded by if
19518 src/com/gps/hibernate/MobileOrgDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19519 src/com/gps/hibernate/MobileOrgDAO.java 121 Local variable 'result' could be declared final
19520 src/com/gps/hibernate/MobileOrgDAO.java 121 Potential violation of Law of Demeter (method chain calls)
19521 src/com/gps/hibernate/MobileOrgDAO.java 123 There is log block not surrounded by if
19522 src/com/gps/hibernate/MobileOrgDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19523 src/com/gps/hibernate/MobileOrgDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19524 src/com/gps/hibernate/MobileOrgDAO.java 126 There is log block not surrounded by if
19525 src/com/gps/hibernate/MobileOrgDAO.java 131 Parameter 'instance' is not assigned and could be declared final
19526 src/com/gps/hibernate/MobileOrgDAO.java 131 publicMethodCommentRequirement Required
19527 src/com/gps/hibernate/MobileOrgDAO.java 132 There is log block not surrounded by if
19528 src/com/gps/hibernate/MobileOrgDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19529 src/com/gps/hibernate/MobileOrgDAO.java 134 Potential violation of Law of Demeter (method chain calls)
19530 src/com/gps/hibernate/MobileOrgDAO.java 135 There is log block not surrounded by if
19531 src/com/gps/hibernate/MobileOrgDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19532 src/com/gps/hibernate/MobileOrgDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19533 src/com/gps/hibernate/MobileOrgDAO.java 137 There is log block not surrounded by if
19534 src/com/gps/hibernate/MobileOrgDAO.java 142 Parameter 'instance' is not assigned and could be declared final
19535 src/com/gps/hibernate/MobileOrgDAO.java 142 publicMethodCommentRequirement Required
19536 src/com/gps/hibernate/MobileOrgDAO.java 143 There is log block not surrounded by if
19537 src/com/gps/hibernate/MobileOrgDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19538 src/com/gps/hibernate/MobileOrgDAO.java 145 Potential violation of Law of Demeter (method chain calls)
19539 src/com/gps/hibernate/MobileOrgDAO.java 146 There is log block not surrounded by if
19540 src/com/gps/hibernate/MobileOrgDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19541 src/com/gps/hibernate/MobileOrgDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19542 src/com/gps/hibernate/MobileOrgDAO.java 148 There is log block not surrounded by if
19543 src/com/gps/hibernate/Notification.java 9 Classes implementing Serializable should set a serialVersionUID
19544 src/com/gps/hibernate/Notification.java 13 Avoid variables with short names like id
19545 src/com/gps/hibernate/Notification.java 13 fieldCommentRequirement Required
19546 src/com/gps/hibernate/Notification.java 14 fieldCommentRequirement Required
19547 src/com/gps/hibernate/Notification.java 15 fieldCommentRequirement Required
19548 src/com/gps/hibernate/Notification.java 16 fieldCommentRequirement Required
19549 src/com/gps/hibernate/Notification.java 17 fieldCommentRequirement Required
19550 src/com/gps/hibernate/Notification.java 22 Document empty constructor
19551 src/com/gps/hibernate/Notification.java 26 Parameter 'geovehicleMap' is not assigned and could be declared final
19552 src/com/gps/hibernate/Notification.java 30 Parameter 'mobileNo' is not assigned and could be declared final
19553 src/com/gps/hibernate/Notification.java 30 Parameter 'notifyAddress' is not assigned and could be declared final
19554 src/com/gps/hibernate/Notification.java 30 Parameter 'notifyName' is not assigned and could be declared final
19555 src/com/gps/hibernate/Notification.java 30 publicMethodCommentRequirement Required
19556 src/com/gps/hibernate/Notification.java 39 Avoid variables with short names like id
19557 src/com/gps/hibernate/Notification.java 39 Parameter 'id' is not assigned and could be declared final
19558 src/com/gps/hibernate/Notification.java 39 Parameter 'notifyAddress' is not assigned and could be declared final
19559 src/com/gps/hibernate/Notification.java 39 Parameter 'notifyName' is not assigned and could be declared final
19560 src/com/gps/hibernate/Notification.java 39 publicMethodCommentRequirement Required
19561 src/com/gps/hibernate/Notification.java 40 Parameter 'mobileNo' is not assigned and could be declared final
19562 src/com/gps/hibernate/Notification.java 49 Parameter 'geovehicleMap' is not assigned and could be declared final
19563 src/com/gps/hibernate/Notification.java 49 Parameter 'notifyName' is not assigned and could be declared final
19564 src/com/gps/hibernate/Notification.java 50 Parameter 'mobileNo' is not assigned and could be declared final
19565 src/com/gps/hibernate/Notification.java 50 Parameter 'notifyAddress' is not assigned and could be declared final
19566 src/com/gps/hibernate/Notification.java 59 publicMethodCommentRequirement Required
19567 src/com/gps/hibernate/Notification.java 63 Avoid variables with short names like id
19568 src/com/gps/hibernate/Notification.java 63 Parameter 'id' is not assigned and could be declared final
19569 src/com/gps/hibernate/Notification.java 63 publicMethodCommentRequirement Required
19570 src/com/gps/hibernate/Notification.java 67 publicMethodCommentRequirement Required
19571 src/com/gps/hibernate/Notification.java 71 Parameter 'geovehicleMap' is not assigned and could be declared final
19572 src/com/gps/hibernate/Notification.java 71 publicMethodCommentRequirement Required
19573 src/com/gps/hibernate/Notification.java 75 publicMethodCommentRequirement Required
19574 src/com/gps/hibernate/Notification.java 79 Parameter 'notifyName' is not assigned and could be declared final
19575 src/com/gps/hibernate/Notification.java 79 publicMethodCommentRequirement Required
19576 src/com/gps/hibernate/Notification.java 83 publicMethodCommentRequirement Required
19577 src/com/gps/hibernate/Notification.java 87 Parameter 'notifyAddress' is not assigned and could be declared final
19578 src/com/gps/hibernate/Notification.java 87 publicMethodCommentRequirement Required
19579 src/com/gps/hibernate/Notification.java 91 publicMethodCommentRequirement Required
19580 src/com/gps/hibernate/Notification.java 95 Parameter 'mobileNo' is not assigned and could be declared final
19581 src/com/gps/hibernate/Notification.java 95 publicMethodCommentRequirement Required
19582 src/com/gps/hibernate/NotificationDAO.java 10 Comment is too large: Too many lines
19583 src/com/gps/hibernate/NotificationDAO.java 22 This class has too many methods, consider refactoring it.
19584 src/com/gps/hibernate/NotificationDAO.java 23 Logger should be defined private static final and have the correct class
19585 src/com/gps/hibernate/NotificationDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
19586 src/com/gps/hibernate/NotificationDAO.java 23 fieldCommentRequirement Required
19587 src/com/gps/hibernate/NotificationDAO.java 25 fieldCommentRequirement Required
19588 src/com/gps/hibernate/NotificationDAO.java 26 fieldCommentRequirement Required
19589 src/com/gps/hibernate/NotificationDAO.java 27 fieldCommentRequirement Required
19590 src/com/gps/hibernate/NotificationDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
19591 src/com/gps/hibernate/NotificationDAO.java 29 publicMethodCommentRequirement Required
19592 src/com/gps/hibernate/NotificationDAO.java 30 There is log block not surrounded by if
19593 src/com/gps/hibernate/NotificationDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19594 src/com/gps/hibernate/NotificationDAO.java 32 Potential violation of Law of Demeter (method chain calls)
19595 src/com/gps/hibernate/NotificationDAO.java 33 There is log block not surrounded by if
19596 src/com/gps/hibernate/NotificationDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19597 src/com/gps/hibernate/NotificationDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19598 src/com/gps/hibernate/NotificationDAO.java 35 There is log block not surrounded by if
19599 src/com/gps/hibernate/NotificationDAO.java 40 Avoid excessively long variable names like persistentInstance
19600 src/com/gps/hibernate/NotificationDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
19601 src/com/gps/hibernate/NotificationDAO.java 40 publicMethodCommentRequirement Required
19602 src/com/gps/hibernate/NotificationDAO.java 41 There is log block not surrounded by if
19603 src/com/gps/hibernate/NotificationDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19604 src/com/gps/hibernate/NotificationDAO.java 43 Potential violation of Law of Demeter (method chain calls)
19605 src/com/gps/hibernate/NotificationDAO.java 44 There is log block not surrounded by if
19606 src/com/gps/hibernate/NotificationDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19607 src/com/gps/hibernate/NotificationDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19608 src/com/gps/hibernate/NotificationDAO.java 46 There is log block not surrounded by if
19609 src/com/gps/hibernate/NotificationDAO.java 51 Avoid variables with short names like id
19610 src/com/gps/hibernate/NotificationDAO.java 51 Parameter 'id' is not assigned and could be declared final
19611 src/com/gps/hibernate/NotificationDAO.java 51 publicMethodCommentRequirement Required
19612 src/com/gps/hibernate/NotificationDAO.java 52 There is log block not surrounded by if
19613 src/com/gps/hibernate/NotificationDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19614 src/com/gps/hibernate/NotificationDAO.java 54 Local variable 'instance' could be declared final
19615 src/com/gps/hibernate/NotificationDAO.java 54 Potential violation of Law of Demeter (method chain calls)
19616 src/com/gps/hibernate/NotificationDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19617 src/com/gps/hibernate/NotificationDAO.java 58 There is log block not surrounded by if
19618 src/com/gps/hibernate/NotificationDAO.java 63 Parameter 'instance' is not assigned and could be declared final
19619 src/com/gps/hibernate/NotificationDAO.java 63 publicMethodCommentRequirement Required
19620 src/com/gps/hibernate/NotificationDAO.java 64 There is log block not surrounded by if
19621 src/com/gps/hibernate/NotificationDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19622 src/com/gps/hibernate/NotificationDAO.java 66 Local variable 'results' could be declared final
19623 src/com/gps/hibernate/NotificationDAO.java 66 Potential violation of Law of Demeter (method chain calls)
19624 src/com/gps/hibernate/NotificationDAO.java 66 Potential violation of Law of Demeter (method chain calls)
19625 src/com/gps/hibernate/NotificationDAO.java 66 Potential violation of Law of Demeter (method chain calls)
19626 src/com/gps/hibernate/NotificationDAO.java 69 There is log block not surrounded by if
19627 src/com/gps/hibernate/NotificationDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19628 src/com/gps/hibernate/NotificationDAO.java 70 Potential violation of Law of Demeter (object not created locally)
19629 src/com/gps/hibernate/NotificationDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19630 src/com/gps/hibernate/NotificationDAO.java 73 There is log block not surrounded by if
19631 src/com/gps/hibernate/NotificationDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
19632 src/com/gps/hibernate/NotificationDAO.java 78 Parameter 'value' is not assigned and could be declared final
19633 src/com/gps/hibernate/NotificationDAO.java 78 publicMethodCommentRequirement Required
19634 src/com/gps/hibernate/NotificationDAO.java 79 There is log block not surrounded by if
19635 src/com/gps/hibernate/NotificationDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19636 src/com/gps/hibernate/NotificationDAO.java 82 Local variable 'queryString' could be declared final
19637 src/com/gps/hibernate/NotificationDAO.java 84 Local variable 'queryObject' could be declared final
19638 src/com/gps/hibernate/NotificationDAO.java 84 Potential violation of Law of Demeter (method chain calls)
19639 src/com/gps/hibernate/NotificationDAO.java 85 Potential violation of Law of Demeter (object not created locally)
19640 src/com/gps/hibernate/NotificationDAO.java 86 Potential violation of Law of Demeter (object not created locally)
19641 src/com/gps/hibernate/NotificationDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19642 src/com/gps/hibernate/NotificationDAO.java 88 There is log block not surrounded by if
19643 src/com/gps/hibernate/NotificationDAO.java 93 Parameter 'notifyName' is not assigned and could be declared final
19644 src/com/gps/hibernate/NotificationDAO.java 93 publicMethodCommentRequirement Required
19645 src/com/gps/hibernate/NotificationDAO.java 97 Parameter 'notifyAddress' is not assigned and could be declared final
19646 src/com/gps/hibernate/NotificationDAO.java 97 publicMethodCommentRequirement Required
19647 src/com/gps/hibernate/NotificationDAO.java 101 Parameter 'mobileNo' is not assigned and could be declared final
19648 src/com/gps/hibernate/NotificationDAO.java 101 publicMethodCommentRequirement Required
19649 src/com/gps/hibernate/NotificationDAO.java 105 publicMethodCommentRequirement Required
19650 src/com/gps/hibernate/NotificationDAO.java 106 There is log block not surrounded by if
19651 src/com/gps/hibernate/NotificationDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19652 src/com/gps/hibernate/NotificationDAO.java 108 Local variable 'queryString' could be declared final
19653 src/com/gps/hibernate/NotificationDAO.java 109 Local variable 'queryObject' could be declared final
19654 src/com/gps/hibernate/NotificationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
19655 src/com/gps/hibernate/NotificationDAO.java 110 Potential violation of Law of Demeter (object not created locally)
19656 src/com/gps/hibernate/NotificationDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19657 src/com/gps/hibernate/NotificationDAO.java 112 There is log block not surrounded by if
19658 src/com/gps/hibernate/NotificationDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
19659 src/com/gps/hibernate/NotificationDAO.java 117 publicMethodCommentRequirement Required
19660 src/com/gps/hibernate/NotificationDAO.java 118 There is log block not surrounded by if
19661 src/com/gps/hibernate/NotificationDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19662 src/com/gps/hibernate/NotificationDAO.java 120 Local variable 'result' could be declared final
19663 src/com/gps/hibernate/NotificationDAO.java 120 Potential violation of Law of Demeter (method chain calls)
19664 src/com/gps/hibernate/NotificationDAO.java 122 There is log block not surrounded by if
19665 src/com/gps/hibernate/NotificationDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19666 src/com/gps/hibernate/NotificationDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19667 src/com/gps/hibernate/NotificationDAO.java 125 There is log block not surrounded by if
19668 src/com/gps/hibernate/NotificationDAO.java 130 Parameter 'instance' is not assigned and could be declared final
19669 src/com/gps/hibernate/NotificationDAO.java 130 publicMethodCommentRequirement Required
19670 src/com/gps/hibernate/NotificationDAO.java 131 There is log block not surrounded by if
19671 src/com/gps/hibernate/NotificationDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19672 src/com/gps/hibernate/NotificationDAO.java 133 Potential violation of Law of Demeter (method chain calls)
19673 src/com/gps/hibernate/NotificationDAO.java 134 There is log block not surrounded by if
19674 src/com/gps/hibernate/NotificationDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19675 src/com/gps/hibernate/NotificationDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19676 src/com/gps/hibernate/NotificationDAO.java 136 There is log block not surrounded by if
19677 src/com/gps/hibernate/NotificationDAO.java 141 Parameter 'instance' is not assigned and could be declared final
19678 src/com/gps/hibernate/NotificationDAO.java 141 publicMethodCommentRequirement Required
19679 src/com/gps/hibernate/NotificationDAO.java 142 There is log block not surrounded by if
19680 src/com/gps/hibernate/NotificationDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19681 src/com/gps/hibernate/NotificationDAO.java 144 Potential violation of Law of Demeter (method chain calls)
19682 src/com/gps/hibernate/NotificationDAO.java 145 There is log block not surrounded by if
19683 src/com/gps/hibernate/NotificationDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19684 src/com/gps/hibernate/NotificationDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19685 src/com/gps/hibernate/NotificationDAO.java 147 There is log block not surrounded by if
19686 src/com/gps/hibernate/Organization.java 12 Classes implementing Serializable should set a serialVersionUID
19687 src/com/gps/hibernate/Organization.java 16 fieldCommentRequirement Required
19688 src/com/gps/hibernate/Organization.java 17 fieldCommentRequirement Required
19689 src/com/gps/hibernate/Organization.java 18 Avoid excessively long variable names like parentOrganizationId
19690 src/com/gps/hibernate/Organization.java 18 fieldCommentRequirement Required
19691 src/com/gps/hibernate/Organization.java 19 Avoid excessively long variable names like leftOrganizationId
19692 src/com/gps/hibernate/Organization.java 19 fieldCommentRequirement Required
19693 src/com/gps/hibernate/Organization.java 20 Avoid excessively long variable names like rightOrganizationId
19694 src/com/gps/hibernate/Organization.java 20 fieldCommentRequirement Required
19695 src/com/gps/hibernate/Organization.java 21 fieldCommentRequirement Required
19696 src/com/gps/hibernate/Organization.java 22 fieldCommentRequirement Required
19697 src/com/gps/hibernate/Organization.java 23 fieldCommentRequirement Required
19698 src/com/gps/hibernate/Organization.java 24 fieldCommentRequirement Required
19699 src/com/gps/hibernate/Organization.java 25 fieldCommentRequirement Required
19700 src/com/gps/hibernate/Organization.java 26 fieldCommentRequirement Required
19701 src/com/gps/hibernate/Organization.java 27 fieldCommentRequirement Required
19702 src/com/gps/hibernate/Organization.java 28 fieldCommentRequirement Required
19703 src/com/gps/hibernate/Organization.java 29 fieldCommentRequirement Required
19704 src/com/gps/hibernate/Organization.java 34 Document empty constructor
19705 src/com/gps/hibernate/Organization.java 38 Parameter 'organizationId' is not assigned and could be declared final
19706 src/com/gps/hibernate/Organization.java 43 Avoid long parameter lists.
19707 src/com/gps/hibernate/Organization.java 43 Parameter 'companyId' is not assigned and could be declared final
19708 src/com/gps/hibernate/Organization.java 43 Parameter 'organizationId' is not assigned and could be declared final
19709 src/com/gps/hibernate/Organization.java 44 Avoid excessively long variable names like leftOrganizationId
19710 src/com/gps/hibernate/Organization.java 44 Avoid excessively long variable names like parentOrganizationId
19711 src/com/gps/hibernate/Organization.java 44 Parameter 'leftOrganizationId' is not assigned and could be declared final
19712 src/com/gps/hibernate/Organization.java 44 Parameter 'parentOrganizationId' is not assigned and could be declared final
19713 src/com/gps/hibernate/Organization.java 45 Avoid excessively long variable names like rightOrganizationId
19714 src/com/gps/hibernate/Organization.java 45 Parameter 'name' is not assigned and could be declared final
19715 src/com/gps/hibernate/Organization.java 45 Parameter 'rightOrganizationId' is not assigned and could be declared final
19716 src/com/gps/hibernate/Organization.java 45 Parameter 'type' is not assigned and could be declared final
19717 src/com/gps/hibernate/Organization.java 46 Parameter 'countryId' is not assigned and could be declared final
19718 src/com/gps/hibernate/Organization.java 46 Parameter 'recursable' is not assigned and could be declared final
19719 src/com/gps/hibernate/Organization.java 46 Parameter 'regionId' is not assigned and could be declared final
19720 src/com/gps/hibernate/Organization.java 46 Parameter 'statusId' is not assigned and could be declared final
19721 src/com/gps/hibernate/Organization.java 47 Parameter 'comments' is not assigned and could be declared final
19722 src/com/gps/hibernate/Organization.java 47 Parameter 'vehicleDetailses' is not assigned and could be declared final
19723 src/com/gps/hibernate/Organization.java 65 publicMethodCommentRequirement Required
19724 src/com/gps/hibernate/Organization.java 69 Parameter 'organizationId' is not assigned and could be declared final
19725 src/com/gps/hibernate/Organization.java 69 publicMethodCommentRequirement Required
19726 src/com/gps/hibernate/Organization.java 73 publicMethodCommentRequirement Required
19727 src/com/gps/hibernate/Organization.java 77 Parameter 'companyId' is not assigned and could be declared final
19728 src/com/gps/hibernate/Organization.java 77 publicMethodCommentRequirement Required
19729 src/com/gps/hibernate/Organization.java 81 publicMethodCommentRequirement Required
19730 src/com/gps/hibernate/Organization.java 85 Avoid excessively long variable names like parentOrganizationId
19731 src/com/gps/hibernate/Organization.java 85 Parameter 'parentOrganizationId' is not assigned and could be declared final
19732 src/com/gps/hibernate/Organization.java 85 publicMethodCommentRequirement Required
19733 src/com/gps/hibernate/Organization.java 89 publicMethodCommentRequirement Required
19734 src/com/gps/hibernate/Organization.java 93 Avoid excessively long variable names like leftOrganizationId
19735 src/com/gps/hibernate/Organization.java 93 Parameter 'leftOrganizationId' is not assigned and could be declared final
19736 src/com/gps/hibernate/Organization.java 93 publicMethodCommentRequirement Required
19737 src/com/gps/hibernate/Organization.java 97 publicMethodCommentRequirement Required
19738 src/com/gps/hibernate/Organization.java 101 Avoid excessively long variable names like rightOrganizationId
19739 src/com/gps/hibernate/Organization.java 101 Parameter 'rightOrganizationId' is not assigned and could be declared final
19740 src/com/gps/hibernate/Organization.java 101 publicMethodCommentRequirement Required
19741 src/com/gps/hibernate/Organization.java 105 publicMethodCommentRequirement Required
19742 src/com/gps/hibernate/Organization.java 109 Parameter 'name' is not assigned and could be declared final
19743 src/com/gps/hibernate/Organization.java 109 publicMethodCommentRequirement Required
19744 src/com/gps/hibernate/Organization.java 113 publicMethodCommentRequirement Required
19745 src/com/gps/hibernate/Organization.java 117 Parameter 'type' is not assigned and could be declared final
19746 src/com/gps/hibernate/Organization.java 117 publicMethodCommentRequirement Required
19747 src/com/gps/hibernate/Organization.java 121 publicMethodCommentRequirement Required
19748 src/com/gps/hibernate/Organization.java 125 Parameter 'recursable' is not assigned and could be declared final
19749 src/com/gps/hibernate/Organization.java 125 publicMethodCommentRequirement Required
19750 src/com/gps/hibernate/Organization.java 129 publicMethodCommentRequirement Required
19751 src/com/gps/hibernate/Organization.java 133 Parameter 'regionId' is not assigned and could be declared final
19752 src/com/gps/hibernate/Organization.java 133 publicMethodCommentRequirement Required
19753 src/com/gps/hibernate/Organization.java 137 publicMethodCommentRequirement Required
19754 src/com/gps/hibernate/Organization.java 141 Parameter 'countryId' is not assigned and could be declared final
19755 src/com/gps/hibernate/Organization.java 141 publicMethodCommentRequirement Required
19756 src/com/gps/hibernate/Organization.java 145 publicMethodCommentRequirement Required
19757 src/com/gps/hibernate/Organization.java 149 Parameter 'statusId' is not assigned and could be declared final
19758 src/com/gps/hibernate/Organization.java 149 publicMethodCommentRequirement Required
19759 src/com/gps/hibernate/Organization.java 153 publicMethodCommentRequirement Required
19760 src/com/gps/hibernate/Organization.java 157 Parameter 'comments' is not assigned and could be declared final
19761 src/com/gps/hibernate/Organization.java 157 publicMethodCommentRequirement Required
19762 src/com/gps/hibernate/Organization.java 161 publicMethodCommentRequirement Required
19763 src/com/gps/hibernate/Organization.java 165 Parameter 'vehicleDetailses' is not assigned and could be declared final
19764 src/com/gps/hibernate/Organization.java 165 publicMethodCommentRequirement Required
19765 src/com/gps/hibernate/Organization.java 169 Parameter 'tripDetailses' is not assigned and could be declared final
19766 src/com/gps/hibernate/Organization.java 169 publicMethodCommentRequirement Required
19767 src/com/gps/hibernate/Organization.java 173 publicMethodCommentRequirement Required
19768 src/com/gps/hibernate/OrganizationDAO.java 4 Avoid unused imports such as 'java.util.Set'
19769 src/com/gps/hibernate/OrganizationDAO.java 9 Avoid unused imports such as 'org.hibernate.Session'
19770 src/com/gps/hibernate/OrganizationDAO.java 12 Comment is too large: Too many lines
19771 src/com/gps/hibernate/OrganizationDAO.java 24 This class has too many methods, consider refactoring it.
19772 src/com/gps/hibernate/OrganizationDAO.java 25 Logger should be defined private static final and have the correct class
19773 src/com/gps/hibernate/OrganizationDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
19774 src/com/gps/hibernate/OrganizationDAO.java 25 fieldCommentRequirement Required
19775 src/com/gps/hibernate/OrganizationDAO.java 27 fieldCommentRequirement Required
19776 src/com/gps/hibernate/OrganizationDAO.java 28 Avoid excessively long variable names like PARENT_ORGANIZATION_ID
19777 src/com/gps/hibernate/OrganizationDAO.java 28 fieldCommentRequirement Required
19778 src/com/gps/hibernate/OrganizationDAO.java 29 Avoid excessively long variable names like LEFT_ORGANIZATION_ID
19779 src/com/gps/hibernate/OrganizationDAO.java 29 fieldCommentRequirement Required
19780 src/com/gps/hibernate/OrganizationDAO.java 30 Avoid excessively long variable names like RIGHT_ORGANIZATION_ID
19781 src/com/gps/hibernate/OrganizationDAO.java 30 fieldCommentRequirement Required
19782 src/com/gps/hibernate/OrganizationDAO.java 31 fieldCommentRequirement Required
19783 src/com/gps/hibernate/OrganizationDAO.java 32 fieldCommentRequirement Required
19784 src/com/gps/hibernate/OrganizationDAO.java 33 fieldCommentRequirement Required
19785 src/com/gps/hibernate/OrganizationDAO.java 34 fieldCommentRequirement Required
19786 src/com/gps/hibernate/OrganizationDAO.java 35 fieldCommentRequirement Required
19787 src/com/gps/hibernate/OrganizationDAO.java 36 fieldCommentRequirement Required
19788 src/com/gps/hibernate/OrganizationDAO.java 37 fieldCommentRequirement Required
19789 src/com/gps/hibernate/OrganizationDAO.java 40 Method names should not contain underscores
19790 src/com/gps/hibernate/OrganizationDAO.java 40 publicMethodCommentRequirement Required
19791 src/com/gps/hibernate/OrganizationDAO.java 42 Found 'DD'-anomaly for variable 'listOrg' (lines '42'-'45').
19792 src/com/gps/hibernate/OrganizationDAO.java 45 Potential violation of Law of Demeter (method chain calls)
19793 src/com/gps/hibernate/OrganizationDAO.java 45 Potential violation of Law of Demeter (method chain calls)
19794 src/com/gps/hibernate/OrganizationDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19795 src/com/gps/hibernate/OrganizationDAO.java 48 Avoid printStackTrace(); use a logger call instead.
19796 src/com/gps/hibernate/OrganizationDAO.java 48 Potential violation of Law of Demeter (object not created locally)
19797 src/com/gps/hibernate/OrganizationDAO.java 53 Method names should not contain underscores
19798 src/com/gps/hibernate/OrganizationDAO.java 53 publicMethodCommentRequirement Required
19799 src/com/gps/hibernate/OrganizationDAO.java 55 Found 'DD'-anomaly for variable 'listOrg' (lines '55'-'58').
19800 src/com/gps/hibernate/OrganizationDAO.java 58 Potential violation of Law of Demeter (method chain calls)
19801 src/com/gps/hibernate/OrganizationDAO.java 58 Potential violation of Law of Demeter (method chain calls)
19802 src/com/gps/hibernate/OrganizationDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19803 src/com/gps/hibernate/OrganizationDAO.java 61 Avoid printStackTrace(); use a logger call instead.
19804 src/com/gps/hibernate/OrganizationDAO.java 61 Potential violation of Law of Demeter (object not created locally)
19805 src/com/gps/hibernate/OrganizationDAO.java 67 Parameter 'transientInstance' is not assigned and could be declared final
19806 src/com/gps/hibernate/OrganizationDAO.java 67 publicMethodCommentRequirement Required
19807 src/com/gps/hibernate/OrganizationDAO.java 68 There is log block not surrounded by if
19808 src/com/gps/hibernate/OrganizationDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19809 src/com/gps/hibernate/OrganizationDAO.java 70 Potential violation of Law of Demeter (method chain calls)
19810 src/com/gps/hibernate/OrganizationDAO.java 71 There is log block not surrounded by if
19811 src/com/gps/hibernate/OrganizationDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19812 src/com/gps/hibernate/OrganizationDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19813 src/com/gps/hibernate/OrganizationDAO.java 73 There is log block not surrounded by if
19814 src/com/gps/hibernate/OrganizationDAO.java 78 Avoid excessively long variable names like persistentInstance
19815 src/com/gps/hibernate/OrganizationDAO.java 78 Parameter 'persistentInstance' is not assigned and could be declared final
19816 src/com/gps/hibernate/OrganizationDAO.java 78 publicMethodCommentRequirement Required
19817 src/com/gps/hibernate/OrganizationDAO.java 79 There is log block not surrounded by if
19818 src/com/gps/hibernate/OrganizationDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19819 src/com/gps/hibernate/OrganizationDAO.java 81 Potential violation of Law of Demeter (method chain calls)
19820 src/com/gps/hibernate/OrganizationDAO.java 82 There is log block not surrounded by if
19821 src/com/gps/hibernate/OrganizationDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19822 src/com/gps/hibernate/OrganizationDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19823 src/com/gps/hibernate/OrganizationDAO.java 84 There is log block not surrounded by if
19824 src/com/gps/hibernate/OrganizationDAO.java 89 Avoid variables with short names like id
19825 src/com/gps/hibernate/OrganizationDAO.java 89 Parameter 'id' is not assigned and could be declared final
19826 src/com/gps/hibernate/OrganizationDAO.java 89 publicMethodCommentRequirement Required
19827 src/com/gps/hibernate/OrganizationDAO.java 90 There is log block not surrounded by if
19828 src/com/gps/hibernate/OrganizationDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19829 src/com/gps/hibernate/OrganizationDAO.java 92 Local variable 'instance' could be declared final
19830 src/com/gps/hibernate/OrganizationDAO.java 92 Potential violation of Law of Demeter (method chain calls)
19831 src/com/gps/hibernate/OrganizationDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19832 src/com/gps/hibernate/OrganizationDAO.java 96 There is log block not surrounded by if
19833 src/com/gps/hibernate/OrganizationDAO.java 101 Parameter 'instance' is not assigned and could be declared final
19834 src/com/gps/hibernate/OrganizationDAO.java 101 publicMethodCommentRequirement Required
19835 src/com/gps/hibernate/OrganizationDAO.java 102 There is log block not surrounded by if
19836 src/com/gps/hibernate/OrganizationDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19837 src/com/gps/hibernate/OrganizationDAO.java 104 Local variable 'results' could be declared final
19838 src/com/gps/hibernate/OrganizationDAO.java 104 Potential violation of Law of Demeter (method chain calls)
19839 src/com/gps/hibernate/OrganizationDAO.java 104 Potential violation of Law of Demeter (method chain calls)
19840 src/com/gps/hibernate/OrganizationDAO.java 104 Potential violation of Law of Demeter (method chain calls)
19841 src/com/gps/hibernate/OrganizationDAO.java 107 There is log block not surrounded by if
19842 src/com/gps/hibernate/OrganizationDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19843 src/com/gps/hibernate/OrganizationDAO.java 108 Potential violation of Law of Demeter (object not created locally)
19844 src/com/gps/hibernate/OrganizationDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19845 src/com/gps/hibernate/OrganizationDAO.java 111 There is log block not surrounded by if
19846 src/com/gps/hibernate/OrganizationDAO.java 116 Parameter 'propertyName' is not assigned and could be declared final
19847 src/com/gps/hibernate/OrganizationDAO.java 116 Parameter 'value' is not assigned and could be declared final
19848 src/com/gps/hibernate/OrganizationDAO.java 116 publicMethodCommentRequirement Required
19849 src/com/gps/hibernate/OrganizationDAO.java 117 There is log block not surrounded by if
19850 src/com/gps/hibernate/OrganizationDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19851 src/com/gps/hibernate/OrganizationDAO.java 120 Local variable 'queryString' could be declared final
19852 src/com/gps/hibernate/OrganizationDAO.java 122 Local variable 'queryObject' could be declared final
19853 src/com/gps/hibernate/OrganizationDAO.java 122 Potential violation of Law of Demeter (method chain calls)
19854 src/com/gps/hibernate/OrganizationDAO.java 123 Potential violation of Law of Demeter (object not created locally)
19855 src/com/gps/hibernate/OrganizationDAO.java 124 Potential violation of Law of Demeter (object not created locally)
19856 src/com/gps/hibernate/OrganizationDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19857 src/com/gps/hibernate/OrganizationDAO.java 126 There is log block not surrounded by if
19858 src/com/gps/hibernate/OrganizationDAO.java 131 Parameter 'companyId' is not assigned and could be declared final
19859 src/com/gps/hibernate/OrganizationDAO.java 131 publicMethodCommentRequirement Required
19860 src/com/gps/hibernate/OrganizationDAO.java 135 Avoid excessively long variable names like parentOrganizationId
19861 src/com/gps/hibernate/OrganizationDAO.java 135 Parameter 'parentOrganizationId' is not assigned and could be declared final
19862 src/com/gps/hibernate/OrganizationDAO.java 135 publicMethodCommentRequirement Required
19863 src/com/gps/hibernate/OrganizationDAO.java 139 Avoid excessively long variable names like leftOrganizationId
19864 src/com/gps/hibernate/OrganizationDAO.java 139 Parameter 'leftOrganizationId' is not assigned and could be declared final
19865 src/com/gps/hibernate/OrganizationDAO.java 139 publicMethodCommentRequirement Required
19866 src/com/gps/hibernate/OrganizationDAO.java 143 Avoid excessively long variable names like rightOrganizationId
19867 src/com/gps/hibernate/OrganizationDAO.java 143 Parameter 'rightOrganizationId' is not assigned and could be declared final
19868 src/com/gps/hibernate/OrganizationDAO.java 143 publicMethodCommentRequirement Required
19869 src/com/gps/hibernate/OrganizationDAO.java 147 Parameter 'name' is not assigned and could be declared final
19870 src/com/gps/hibernate/OrganizationDAO.java 147 publicMethodCommentRequirement Required
19871 src/com/gps/hibernate/OrganizationDAO.java 151 Parameter 'type' is not assigned and could be declared final
19872 src/com/gps/hibernate/OrganizationDAO.java 151 publicMethodCommentRequirement Required
19873 src/com/gps/hibernate/OrganizationDAO.java 155 Parameter 'recursable' is not assigned and could be declared final
19874 src/com/gps/hibernate/OrganizationDAO.java 155 publicMethodCommentRequirement Required
19875 src/com/gps/hibernate/OrganizationDAO.java 159 Parameter 'regionId' is not assigned and could be declared final
19876 src/com/gps/hibernate/OrganizationDAO.java 159 publicMethodCommentRequirement Required
19877 src/com/gps/hibernate/OrganizationDAO.java 163 Parameter 'countryId' is not assigned and could be declared final
19878 src/com/gps/hibernate/OrganizationDAO.java 163 publicMethodCommentRequirement Required
19879 src/com/gps/hibernate/OrganizationDAO.java 167 Parameter 'statusId' is not assigned and could be declared final
19880 src/com/gps/hibernate/OrganizationDAO.java 167 publicMethodCommentRequirement Required
19881 src/com/gps/hibernate/OrganizationDAO.java 171 Parameter 'comments' is not assigned and could be declared final
19882 src/com/gps/hibernate/OrganizationDAO.java 171 publicMethodCommentRequirement Required
19883 src/com/gps/hibernate/OrganizationDAO.java 175 publicMethodCommentRequirement Required
19884 src/com/gps/hibernate/OrganizationDAO.java 176 There is log block not surrounded by if
19885 src/com/gps/hibernate/OrganizationDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19886 src/com/gps/hibernate/OrganizationDAO.java 178 Local variable 'queryString' could be declared final
19887 src/com/gps/hibernate/OrganizationDAO.java 179 Local variable 'queryObject' could be declared final
19888 src/com/gps/hibernate/OrganizationDAO.java 179 Potential violation of Law of Demeter (method chain calls)
19889 src/com/gps/hibernate/OrganizationDAO.java 180 Potential violation of Law of Demeter (object not created locally)
19890 src/com/gps/hibernate/OrganizationDAO.java 181 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19891 src/com/gps/hibernate/OrganizationDAO.java 182 There is log block not surrounded by if
19892 src/com/gps/hibernate/OrganizationDAO.java 187 Parameter 'detachedInstance' is not assigned and could be declared final
19893 src/com/gps/hibernate/OrganizationDAO.java 187 publicMethodCommentRequirement Required
19894 src/com/gps/hibernate/OrganizationDAO.java 188 There is log block not surrounded by if
19895 src/com/gps/hibernate/OrganizationDAO.java 188 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19896 src/com/gps/hibernate/OrganizationDAO.java 190 Local variable 'result' could be declared final
19897 src/com/gps/hibernate/OrganizationDAO.java 190 Potential violation of Law of Demeter (method chain calls)
19898 src/com/gps/hibernate/OrganizationDAO.java 192 There is log block not surrounded by if
19899 src/com/gps/hibernate/OrganizationDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19900 src/com/gps/hibernate/OrganizationDAO.java 194 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19901 src/com/gps/hibernate/OrganizationDAO.java 195 There is log block not surrounded by if
19902 src/com/gps/hibernate/OrganizationDAO.java 200 Parameter 'instance' is not assigned and could be declared final
19903 src/com/gps/hibernate/OrganizationDAO.java 200 publicMethodCommentRequirement Required
19904 src/com/gps/hibernate/OrganizationDAO.java 201 There is log block not surrounded by if
19905 src/com/gps/hibernate/OrganizationDAO.java 201 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19906 src/com/gps/hibernate/OrganizationDAO.java 203 Potential violation of Law of Demeter (method chain calls)
19907 src/com/gps/hibernate/OrganizationDAO.java 204 There is log block not surrounded by if
19908 src/com/gps/hibernate/OrganizationDAO.java 204 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19909 src/com/gps/hibernate/OrganizationDAO.java 205 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19910 src/com/gps/hibernate/OrganizationDAO.java 206 There is log block not surrounded by if
19911 src/com/gps/hibernate/OrganizationDAO.java 211 Parameter 'instance' is not assigned and could be declared final
19912 src/com/gps/hibernate/OrganizationDAO.java 211 publicMethodCommentRequirement Required
19913 src/com/gps/hibernate/OrganizationDAO.java 212 There is log block not surrounded by if
19914 src/com/gps/hibernate/OrganizationDAO.java 212 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19915 src/com/gps/hibernate/OrganizationDAO.java 214 Potential violation of Law of Demeter (method chain calls)
19916 src/com/gps/hibernate/OrganizationDAO.java 215 There is log block not surrounded by if
19917 src/com/gps/hibernate/OrganizationDAO.java 215 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19918 src/com/gps/hibernate/OrganizationDAO.java 216 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19919 src/com/gps/hibernate/OrganizationDAO.java 217 There is log block not surrounded by if
19920 src/com/gps/hibernate/Orggrouppermission.java 9 Classes implementing Serializable should set a serialVersionUID
19921 src/com/gps/hibernate/Orggrouppermission.java 13 Avoid variables with short names like id
19922 src/com/gps/hibernate/Orggrouppermission.java 13 fieldCommentRequirement Required
19923 src/com/gps/hibernate/Orggrouppermission.java 18 Document empty constructor
19924 src/com/gps/hibernate/Orggrouppermission.java 22 Avoid variables with short names like id
19925 src/com/gps/hibernate/Orggrouppermission.java 22 Parameter 'id' is not assigned and could be declared final
19926 src/com/gps/hibernate/Orggrouppermission.java 28 publicMethodCommentRequirement Required
19927 src/com/gps/hibernate/Orggrouppermission.java 32 Avoid variables with short names like id
19928 src/com/gps/hibernate/Orggrouppermission.java 32 Parameter 'id' is not assigned and could be declared final
19929 src/com/gps/hibernate/Orggrouppermission.java 32 publicMethodCommentRequirement Required
19930 src/com/gps/hibernate/OrggrouppermissionDAO.java 10 Comment is too large: Too many lines
19931 src/com/gps/hibernate/OrggrouppermissionDAO.java 23 Logger should be defined private static final and have the correct class
19932 src/com/gps/hibernate/OrggrouppermissionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
19933 src/com/gps/hibernate/OrggrouppermissionDAO.java 23 fieldCommentRequirement Required
19934 src/com/gps/hibernate/OrggrouppermissionDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
19935 src/com/gps/hibernate/OrggrouppermissionDAO.java 28 publicMethodCommentRequirement Required
19936 src/com/gps/hibernate/OrggrouppermissionDAO.java 29 There is log block not surrounded by if
19937 src/com/gps/hibernate/OrggrouppermissionDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19938 src/com/gps/hibernate/OrggrouppermissionDAO.java 31 Potential violation of Law of Demeter (method chain calls)
19939 src/com/gps/hibernate/OrggrouppermissionDAO.java 32 There is log block not surrounded by if
19940 src/com/gps/hibernate/OrggrouppermissionDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19941 src/com/gps/hibernate/OrggrouppermissionDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19942 src/com/gps/hibernate/OrggrouppermissionDAO.java 34 There is log block not surrounded by if
19943 src/com/gps/hibernate/OrggrouppermissionDAO.java 39 Avoid excessively long variable names like persistentInstance
19944 src/com/gps/hibernate/OrggrouppermissionDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
19945 src/com/gps/hibernate/OrggrouppermissionDAO.java 39 publicMethodCommentRequirement Required
19946 src/com/gps/hibernate/OrggrouppermissionDAO.java 40 There is log block not surrounded by if
19947 src/com/gps/hibernate/OrggrouppermissionDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19948 src/com/gps/hibernate/OrggrouppermissionDAO.java 42 Potential violation of Law of Demeter (method chain calls)
19949 src/com/gps/hibernate/OrggrouppermissionDAO.java 43 There is log block not surrounded by if
19950 src/com/gps/hibernate/OrggrouppermissionDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19951 src/com/gps/hibernate/OrggrouppermissionDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19952 src/com/gps/hibernate/OrggrouppermissionDAO.java 45 There is log block not surrounded by if
19953 src/com/gps/hibernate/OrggrouppermissionDAO.java 50 Avoid variables with short names like id
19954 src/com/gps/hibernate/OrggrouppermissionDAO.java 50 Parameter 'id' is not assigned and could be declared final
19955 src/com/gps/hibernate/OrggrouppermissionDAO.java 50 publicMethodCommentRequirement Required
19956 src/com/gps/hibernate/OrggrouppermissionDAO.java 51 There is log block not surrounded by if
19957 src/com/gps/hibernate/OrggrouppermissionDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19958 src/com/gps/hibernate/OrggrouppermissionDAO.java 53 Local variable 'instance' could be declared final
19959 src/com/gps/hibernate/OrggrouppermissionDAO.java 53 Potential violation of Law of Demeter (method chain calls)
19960 src/com/gps/hibernate/OrggrouppermissionDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19961 src/com/gps/hibernate/OrggrouppermissionDAO.java 57 There is log block not surrounded by if
19962 src/com/gps/hibernate/OrggrouppermissionDAO.java 62 Parameter 'instance' is not assigned and could be declared final
19963 src/com/gps/hibernate/OrggrouppermissionDAO.java 62 publicMethodCommentRequirement Required
19964 src/com/gps/hibernate/OrggrouppermissionDAO.java 63 There is log block not surrounded by if
19965 src/com/gps/hibernate/OrggrouppermissionDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19966 src/com/gps/hibernate/OrggrouppermissionDAO.java 65 Local variable 'results' could be declared final
19967 src/com/gps/hibernate/OrggrouppermissionDAO.java 65 Potential violation of Law of Demeter (method chain calls)
19968 src/com/gps/hibernate/OrggrouppermissionDAO.java 65 Potential violation of Law of Demeter (method chain calls)
19969 src/com/gps/hibernate/OrggrouppermissionDAO.java 65 Potential violation of Law of Demeter (method chain calls)
19970 src/com/gps/hibernate/OrggrouppermissionDAO.java 68 There is log block not surrounded by if
19971 src/com/gps/hibernate/OrggrouppermissionDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19972 src/com/gps/hibernate/OrggrouppermissionDAO.java 69 Potential violation of Law of Demeter (object not created locally)
19973 src/com/gps/hibernate/OrggrouppermissionDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19974 src/com/gps/hibernate/OrggrouppermissionDAO.java 72 There is log block not surrounded by if
19975 src/com/gps/hibernate/OrggrouppermissionDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
19976 src/com/gps/hibernate/OrggrouppermissionDAO.java 77 Parameter 'value' is not assigned and could be declared final
19977 src/com/gps/hibernate/OrggrouppermissionDAO.java 77 publicMethodCommentRequirement Required
19978 src/com/gps/hibernate/OrggrouppermissionDAO.java 78 There is log block not surrounded by if
19979 src/com/gps/hibernate/OrggrouppermissionDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19980 src/com/gps/hibernate/OrggrouppermissionDAO.java 81 Local variable 'queryString' could be declared final
19981 src/com/gps/hibernate/OrggrouppermissionDAO.java 83 Local variable 'queryObject' could be declared final
19982 src/com/gps/hibernate/OrggrouppermissionDAO.java 83 Potential violation of Law of Demeter (method chain calls)
19983 src/com/gps/hibernate/OrggrouppermissionDAO.java 84 Potential violation of Law of Demeter (object not created locally)
19984 src/com/gps/hibernate/OrggrouppermissionDAO.java 85 Potential violation of Law of Demeter (object not created locally)
19985 src/com/gps/hibernate/OrggrouppermissionDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19986 src/com/gps/hibernate/OrggrouppermissionDAO.java 87 There is log block not surrounded by if
19987 src/com/gps/hibernate/OrggrouppermissionDAO.java 92 publicMethodCommentRequirement Required
19988 src/com/gps/hibernate/OrggrouppermissionDAO.java 93 There is log block not surrounded by if
19989 src/com/gps/hibernate/OrggrouppermissionDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19990 src/com/gps/hibernate/OrggrouppermissionDAO.java 95 Local variable 'queryString' could be declared final
19991 src/com/gps/hibernate/OrggrouppermissionDAO.java 96 Local variable 'queryObject' could be declared final
19992 src/com/gps/hibernate/OrggrouppermissionDAO.java 96 Potential violation of Law of Demeter (method chain calls)
19993 src/com/gps/hibernate/OrggrouppermissionDAO.java 97 Potential violation of Law of Demeter (object not created locally)
19994 src/com/gps/hibernate/OrggrouppermissionDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19995 src/com/gps/hibernate/OrggrouppermissionDAO.java 99 There is log block not surrounded by if
19996 src/com/gps/hibernate/OrggrouppermissionDAO.java 104 Parameter 'detachedInstance' is not assigned and could be declared final
19997 src/com/gps/hibernate/OrggrouppermissionDAO.java 104 publicMethodCommentRequirement Required
19998 src/com/gps/hibernate/OrggrouppermissionDAO.java 105 There is log block not surrounded by if
19999 src/com/gps/hibernate/OrggrouppermissionDAO.java 105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20000 src/com/gps/hibernate/OrggrouppermissionDAO.java 107 Local variable 'result' could be declared final
20001 src/com/gps/hibernate/OrggrouppermissionDAO.java 107 Potential violation of Law of Demeter (method chain calls)
20002 src/com/gps/hibernate/OrggrouppermissionDAO.java 109 There is log block not surrounded by if
20003 src/com/gps/hibernate/OrggrouppermissionDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20004 src/com/gps/hibernate/OrggrouppermissionDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20005 src/com/gps/hibernate/OrggrouppermissionDAO.java 112 There is log block not surrounded by if
20006 src/com/gps/hibernate/OrggrouppermissionDAO.java 117 Parameter 'instance' is not assigned and could be declared final
20007 src/com/gps/hibernate/OrggrouppermissionDAO.java 117 publicMethodCommentRequirement Required
20008 src/com/gps/hibernate/OrggrouppermissionDAO.java 118 There is log block not surrounded by if
20009 src/com/gps/hibernate/OrggrouppermissionDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20010 src/com/gps/hibernate/OrggrouppermissionDAO.java 120 Potential violation of Law of Demeter (method chain calls)
20011 src/com/gps/hibernate/OrggrouppermissionDAO.java 121 There is log block not surrounded by if
20012 src/com/gps/hibernate/OrggrouppermissionDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20013 src/com/gps/hibernate/OrggrouppermissionDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20014 src/com/gps/hibernate/OrggrouppermissionDAO.java 123 There is log block not surrounded by if
20015 src/com/gps/hibernate/OrggrouppermissionDAO.java 128 Parameter 'instance' is not assigned and could be declared final
20016 src/com/gps/hibernate/OrggrouppermissionDAO.java 128 publicMethodCommentRequirement Required
20017 src/com/gps/hibernate/OrggrouppermissionDAO.java 129 There is log block not surrounded by if
20018 src/com/gps/hibernate/OrggrouppermissionDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20019 src/com/gps/hibernate/OrggrouppermissionDAO.java 131 Potential violation of Law of Demeter (method chain calls)
20020 src/com/gps/hibernate/OrggrouppermissionDAO.java 132 There is log block not surrounded by if
20021 src/com/gps/hibernate/OrggrouppermissionDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20022 src/com/gps/hibernate/OrggrouppermissionDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20023 src/com/gps/hibernate/OrggrouppermissionDAO.java 134 There is log block not surrounded by if
20024 src/com/gps/hibernate/OrggrouppermissionId.java 9 Classes implementing Serializable should set a serialVersionUID
20025 src/com/gps/hibernate/OrggrouppermissionId.java 13 fieldCommentRequirement Required
20026 src/com/gps/hibernate/OrggrouppermissionId.java 14 fieldCommentRequirement Required
20027 src/com/gps/hibernate/OrggrouppermissionId.java 15 fieldCommentRequirement Required
20028 src/com/gps/hibernate/OrggrouppermissionId.java 20 Document empty constructor
20029 src/com/gps/hibernate/OrggrouppermissionId.java 24 Parameter 'groupId' is not assigned and could be declared final
20030 src/com/gps/hibernate/OrggrouppermissionId.java 24 Parameter 'organizationId' is not assigned and could be declared final
20031 src/com/gps/hibernate/OrggrouppermissionId.java 25 Parameter 'permissionId' is not assigned and could be declared final
20032 src/com/gps/hibernate/OrggrouppermissionId.java 33 publicMethodCommentRequirement Required
20033 src/com/gps/hibernate/OrggrouppermissionId.java 37 Parameter 'organizationId' is not assigned and could be declared final
20034 src/com/gps/hibernate/OrggrouppermissionId.java 37 publicMethodCommentRequirement Required
20035 src/com/gps/hibernate/OrggrouppermissionId.java 41 publicMethodCommentRequirement Required
20036 src/com/gps/hibernate/OrggrouppermissionId.java 45 Parameter 'groupId' is not assigned and could be declared final
20037 src/com/gps/hibernate/OrggrouppermissionId.java 45 publicMethodCommentRequirement Required
20038 src/com/gps/hibernate/OrggrouppermissionId.java 49 publicMethodCommentRequirement Required
20039 src/com/gps/hibernate/OrggrouppermissionId.java 53 Parameter 'permissionId' is not assigned and could be declared final
20040 src/com/gps/hibernate/OrggrouppermissionId.java 53 publicMethodCommentRequirement Required
20041 src/com/gps/hibernate/OrggrouppermissionId.java 57 Parameter 'other' is not assigned and could be declared final
20042 src/com/gps/hibernate/OrggrouppermissionId.java 57 publicMethodCommentRequirement Required
20043 src/com/gps/hibernate/OrggrouppermissionId.java 58 Avoid using if statements without curly braces
20044 src/com/gps/hibernate/OrggrouppermissionId.java 58 Useless parentheses.
20045 src/com/gps/hibernate/OrggrouppermissionId.java 59 A method should have only one exit point, and that should be the last statement in the method
20046 src/com/gps/hibernate/OrggrouppermissionId.java 60 Avoid using if statements without curly braces
20047 src/com/gps/hibernate/OrggrouppermissionId.java 60 Useless parentheses.
20048 src/com/gps/hibernate/OrggrouppermissionId.java 61 A method should have only one exit point, and that should be the last statement in the method
20049 src/com/gps/hibernate/OrggrouppermissionId.java 62 Avoid using if statements without curly braces
20050 src/com/gps/hibernate/OrggrouppermissionId.java 63 A method should have only one exit point, and that should be the last statement in the method
20051 src/com/gps/hibernate/OrggrouppermissionId.java 64 Local variable 'castOther' could be declared final
20052 src/com/gps/hibernate/OrggrouppermissionId.java 66 Potential violation of Law of Demeter (method chain calls)
20053 src/com/gps/hibernate/OrggrouppermissionId.java 66 Potential violation of Law of Demeter (object not created locally)
20054 src/com/gps/hibernate/OrggrouppermissionId.java 66 Potential violation of Law of Demeter (object not created locally)
20055 src/com/gps/hibernate/OrggrouppermissionId.java 66 Useless parentheses.
20056 src/com/gps/hibernate/OrggrouppermissionId.java 66 Useless parentheses.
20057 src/com/gps/hibernate/OrggrouppermissionId.java 68 Potential violation of Law of Demeter (object not created locally)
20058 src/com/gps/hibernate/OrggrouppermissionId.java 69 Potential violation of Law of Demeter (object not created locally)
20059 src/com/gps/hibernate/OrggrouppermissionId.java 70 Potential violation of Law of Demeter (method chain calls)
20060 src/com/gps/hibernate/OrggrouppermissionId.java 70 Potential violation of Law of Demeter (object not created locally)
20061 src/com/gps/hibernate/OrggrouppermissionId.java 70 Potential violation of Law of Demeter (object not created locally)
20062 src/com/gps/hibernate/OrggrouppermissionId.java 70 Useless parentheses.
20063 src/com/gps/hibernate/OrggrouppermissionId.java 70 Useless parentheses.
20064 src/com/gps/hibernate/OrggrouppermissionId.java 72 Potential violation of Law of Demeter (object not created locally)
20065 src/com/gps/hibernate/OrggrouppermissionId.java 73 Potential violation of Law of Demeter (object not created locally)
20066 src/com/gps/hibernate/OrggrouppermissionId.java 74 Potential violation of Law of Demeter (method chain calls)
20067 src/com/gps/hibernate/OrggrouppermissionId.java 74 Potential violation of Law of Demeter (object not created locally)
20068 src/com/gps/hibernate/OrggrouppermissionId.java 74 Potential violation of Law of Demeter (object not created locally)
20069 src/com/gps/hibernate/OrggrouppermissionId.java 74 Useless parentheses.
20070 src/com/gps/hibernate/OrggrouppermissionId.java 74 Useless parentheses.
20071 src/com/gps/hibernate/OrggrouppermissionId.java 76 Potential violation of Law of Demeter (object not created locally)
20072 src/com/gps/hibernate/OrggrouppermissionId.java 77 Potential violation of Law of Demeter (object not created locally)
20073 src/com/gps/hibernate/OrggrouppermissionId.java 80 publicMethodCommentRequirement Required
20074 src/com/gps/hibernate/OrggrouppermissionId.java 81 Found 'DD'-anomaly for variable 'result' (lines '81'-'83').
20075 src/com/gps/hibernate/Orggrouprole.java 9 Classes implementing Serializable should set a serialVersionUID
20076 src/com/gps/hibernate/Orggrouprole.java 13 Avoid variables with short names like id
20077 src/com/gps/hibernate/Orggrouprole.java 13 fieldCommentRequirement Required
20078 src/com/gps/hibernate/Orggrouprole.java 18 Document empty constructor
20079 src/com/gps/hibernate/Orggrouprole.java 22 Avoid variables with short names like id
20080 src/com/gps/hibernate/Orggrouprole.java 22 Parameter 'id' is not assigned and could be declared final
20081 src/com/gps/hibernate/Orggrouprole.java 28 publicMethodCommentRequirement Required
20082 src/com/gps/hibernate/Orggrouprole.java 32 Avoid variables with short names like id
20083 src/com/gps/hibernate/Orggrouprole.java 32 Parameter 'id' is not assigned and could be declared final
20084 src/com/gps/hibernate/Orggrouprole.java 32 publicMethodCommentRequirement Required
20085 src/com/gps/hibernate/OrggrouproleDAO.java 10 Comment is too large: Too many lines
20086 src/com/gps/hibernate/OrggrouproleDAO.java 23 Logger should be defined private static final and have the correct class
20087 src/com/gps/hibernate/OrggrouproleDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
20088 src/com/gps/hibernate/OrggrouproleDAO.java 23 fieldCommentRequirement Required
20089 src/com/gps/hibernate/OrggrouproleDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
20090 src/com/gps/hibernate/OrggrouproleDAO.java 27 publicMethodCommentRequirement Required
20091 src/com/gps/hibernate/OrggrouproleDAO.java 28 There is log block not surrounded by if
20092 src/com/gps/hibernate/OrggrouproleDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20093 src/com/gps/hibernate/OrggrouproleDAO.java 30 Potential violation of Law of Demeter (method chain calls)
20094 src/com/gps/hibernate/OrggrouproleDAO.java 31 There is log block not surrounded by if
20095 src/com/gps/hibernate/OrggrouproleDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20096 src/com/gps/hibernate/OrggrouproleDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20097 src/com/gps/hibernate/OrggrouproleDAO.java 33 There is log block not surrounded by if
20098 src/com/gps/hibernate/OrggrouproleDAO.java 38 Avoid excessively long variable names like persistentInstance
20099 src/com/gps/hibernate/OrggrouproleDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
20100 src/com/gps/hibernate/OrggrouproleDAO.java 38 publicMethodCommentRequirement Required
20101 src/com/gps/hibernate/OrggrouproleDAO.java 39 There is log block not surrounded by if
20102 src/com/gps/hibernate/OrggrouproleDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20103 src/com/gps/hibernate/OrggrouproleDAO.java 41 Potential violation of Law of Demeter (method chain calls)
20104 src/com/gps/hibernate/OrggrouproleDAO.java 42 There is log block not surrounded by if
20105 src/com/gps/hibernate/OrggrouproleDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20106 src/com/gps/hibernate/OrggrouproleDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20107 src/com/gps/hibernate/OrggrouproleDAO.java 44 There is log block not surrounded by if
20108 src/com/gps/hibernate/OrggrouproleDAO.java 49 Avoid variables with short names like id
20109 src/com/gps/hibernate/OrggrouproleDAO.java 49 Parameter 'id' is not assigned and could be declared final
20110 src/com/gps/hibernate/OrggrouproleDAO.java 49 publicMethodCommentRequirement Required
20111 src/com/gps/hibernate/OrggrouproleDAO.java 50 There is log block not surrounded by if
20112 src/com/gps/hibernate/OrggrouproleDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20113 src/com/gps/hibernate/OrggrouproleDAO.java 52 Local variable 'instance' could be declared final
20114 src/com/gps/hibernate/OrggrouproleDAO.java 52 Potential violation of Law of Demeter (method chain calls)
20115 src/com/gps/hibernate/OrggrouproleDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20116 src/com/gps/hibernate/OrggrouproleDAO.java 56 There is log block not surrounded by if
20117 src/com/gps/hibernate/OrggrouproleDAO.java 61 Parameter 'instance' is not assigned and could be declared final
20118 src/com/gps/hibernate/OrggrouproleDAO.java 61 publicMethodCommentRequirement Required
20119 src/com/gps/hibernate/OrggrouproleDAO.java 62 There is log block not surrounded by if
20120 src/com/gps/hibernate/OrggrouproleDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20121 src/com/gps/hibernate/OrggrouproleDAO.java 64 Local variable 'results' could be declared final
20122 src/com/gps/hibernate/OrggrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
20123 src/com/gps/hibernate/OrggrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
20124 src/com/gps/hibernate/OrggrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
20125 src/com/gps/hibernate/OrggrouproleDAO.java 67 There is log block not surrounded by if
20126 src/com/gps/hibernate/OrggrouproleDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20127 src/com/gps/hibernate/OrggrouproleDAO.java 68 Potential violation of Law of Demeter (object not created locally)
20128 src/com/gps/hibernate/OrggrouproleDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20129 src/com/gps/hibernate/OrggrouproleDAO.java 71 There is log block not surrounded by if
20130 src/com/gps/hibernate/OrggrouproleDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
20131 src/com/gps/hibernate/OrggrouproleDAO.java 76 Parameter 'value' is not assigned and could be declared final
20132 src/com/gps/hibernate/OrggrouproleDAO.java 76 publicMethodCommentRequirement Required
20133 src/com/gps/hibernate/OrggrouproleDAO.java 77 There is log block not surrounded by if
20134 src/com/gps/hibernate/OrggrouproleDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20135 src/com/gps/hibernate/OrggrouproleDAO.java 80 Local variable 'queryString' could be declared final
20136 src/com/gps/hibernate/OrggrouproleDAO.java 82 Local variable 'queryObject' could be declared final
20137 src/com/gps/hibernate/OrggrouproleDAO.java 82 Potential violation of Law of Demeter (method chain calls)
20138 src/com/gps/hibernate/OrggrouproleDAO.java 83 Potential violation of Law of Demeter (object not created locally)
20139 src/com/gps/hibernate/OrggrouproleDAO.java 84 Potential violation of Law of Demeter (object not created locally)
20140 src/com/gps/hibernate/OrggrouproleDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20141 src/com/gps/hibernate/OrggrouproleDAO.java 86 There is log block not surrounded by if
20142 src/com/gps/hibernate/OrggrouproleDAO.java 91 publicMethodCommentRequirement Required
20143 src/com/gps/hibernate/OrggrouproleDAO.java 92 There is log block not surrounded by if
20144 src/com/gps/hibernate/OrggrouproleDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20145 src/com/gps/hibernate/OrggrouproleDAO.java 94 Local variable 'queryString' could be declared final
20146 src/com/gps/hibernate/OrggrouproleDAO.java 95 Local variable 'queryObject' could be declared final
20147 src/com/gps/hibernate/OrggrouproleDAO.java 95 Potential violation of Law of Demeter (method chain calls)
20148 src/com/gps/hibernate/OrggrouproleDAO.java 96 Potential violation of Law of Demeter (object not created locally)
20149 src/com/gps/hibernate/OrggrouproleDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20150 src/com/gps/hibernate/OrggrouproleDAO.java 98 There is log block not surrounded by if
20151 src/com/gps/hibernate/OrggrouproleDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
20152 src/com/gps/hibernate/OrggrouproleDAO.java 103 publicMethodCommentRequirement Required
20153 src/com/gps/hibernate/OrggrouproleDAO.java 104 There is log block not surrounded by if
20154 src/com/gps/hibernate/OrggrouproleDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20155 src/com/gps/hibernate/OrggrouproleDAO.java 106 Local variable 'result' could be declared final
20156 src/com/gps/hibernate/OrggrouproleDAO.java 106 Potential violation of Law of Demeter (method chain calls)
20157 src/com/gps/hibernate/OrggrouproleDAO.java 108 There is log block not surrounded by if
20158 src/com/gps/hibernate/OrggrouproleDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20159 src/com/gps/hibernate/OrggrouproleDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20160 src/com/gps/hibernate/OrggrouproleDAO.java 111 There is log block not surrounded by if
20161 src/com/gps/hibernate/OrggrouproleDAO.java 116 Parameter 'instance' is not assigned and could be declared final
20162 src/com/gps/hibernate/OrggrouproleDAO.java 116 publicMethodCommentRequirement Required
20163 src/com/gps/hibernate/OrggrouproleDAO.java 117 There is log block not surrounded by if
20164 src/com/gps/hibernate/OrggrouproleDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20165 src/com/gps/hibernate/OrggrouproleDAO.java 119 Potential violation of Law of Demeter (method chain calls)
20166 src/com/gps/hibernate/OrggrouproleDAO.java 120 There is log block not surrounded by if
20167 src/com/gps/hibernate/OrggrouproleDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20168 src/com/gps/hibernate/OrggrouproleDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20169 src/com/gps/hibernate/OrggrouproleDAO.java 122 There is log block not surrounded by if
20170 src/com/gps/hibernate/OrggrouproleDAO.java 127 Parameter 'instance' is not assigned and could be declared final
20171 src/com/gps/hibernate/OrggrouproleDAO.java 127 publicMethodCommentRequirement Required
20172 src/com/gps/hibernate/OrggrouproleDAO.java 128 There is log block not surrounded by if
20173 src/com/gps/hibernate/OrggrouproleDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20174 src/com/gps/hibernate/OrggrouproleDAO.java 130 Potential violation of Law of Demeter (method chain calls)
20175 src/com/gps/hibernate/OrggrouproleDAO.java 131 There is log block not surrounded by if
20176 src/com/gps/hibernate/OrggrouproleDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20177 src/com/gps/hibernate/OrggrouproleDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20178 src/com/gps/hibernate/OrggrouproleDAO.java 133 There is log block not surrounded by if
20179 src/com/gps/hibernate/OrggrouproleId.java 9 Classes implementing Serializable should set a serialVersionUID
20180 src/com/gps/hibernate/OrggrouproleId.java 13 fieldCommentRequirement Required
20181 src/com/gps/hibernate/OrggrouproleId.java 14 fieldCommentRequirement Required
20182 src/com/gps/hibernate/OrggrouproleId.java 15 fieldCommentRequirement Required
20183 src/com/gps/hibernate/OrggrouproleId.java 20 Document empty constructor
20184 src/com/gps/hibernate/OrggrouproleId.java 24 Parameter 'groupId' is not assigned and could be declared final
20185 src/com/gps/hibernate/OrggrouproleId.java 24 Parameter 'organizationId' is not assigned and could be declared final
20186 src/com/gps/hibernate/OrggrouproleId.java 24 Parameter 'roleId' is not assigned and could be declared final
20187 src/com/gps/hibernate/OrggrouproleId.java 32 publicMethodCommentRequirement Required
20188 src/com/gps/hibernate/OrggrouproleId.java 36 Parameter 'organizationId' is not assigned and could be declared final
20189 src/com/gps/hibernate/OrggrouproleId.java 36 publicMethodCommentRequirement Required
20190 src/com/gps/hibernate/OrggrouproleId.java 40 publicMethodCommentRequirement Required
20191 src/com/gps/hibernate/OrggrouproleId.java 44 Parameter 'groupId' is not assigned and could be declared final
20192 src/com/gps/hibernate/OrggrouproleId.java 44 publicMethodCommentRequirement Required
20193 src/com/gps/hibernate/OrggrouproleId.java 48 publicMethodCommentRequirement Required
20194 src/com/gps/hibernate/OrggrouproleId.java 52 Parameter 'roleId' is not assigned and could be declared final
20195 src/com/gps/hibernate/OrggrouproleId.java 52 publicMethodCommentRequirement Required
20196 src/com/gps/hibernate/OrggrouproleId.java 56 Parameter 'other' is not assigned and could be declared final
20197 src/com/gps/hibernate/OrggrouproleId.java 56 publicMethodCommentRequirement Required
20198 src/com/gps/hibernate/OrggrouproleId.java 57 Avoid using if statements without curly braces
20199 src/com/gps/hibernate/OrggrouproleId.java 57 Useless parentheses.
20200 src/com/gps/hibernate/OrggrouproleId.java 58 A method should have only one exit point, and that should be the last statement in the method
20201 src/com/gps/hibernate/OrggrouproleId.java 59 Avoid using if statements without curly braces
20202 src/com/gps/hibernate/OrggrouproleId.java 59 Useless parentheses.
20203 src/com/gps/hibernate/OrggrouproleId.java 60 A method should have only one exit point, and that should be the last statement in the method
20204 src/com/gps/hibernate/OrggrouproleId.java 61 Avoid using if statements without curly braces
20205 src/com/gps/hibernate/OrggrouproleId.java 62 A method should have only one exit point, and that should be the last statement in the method
20206 src/com/gps/hibernate/OrggrouproleId.java 63 Local variable 'castOther' could be declared final
20207 src/com/gps/hibernate/OrggrouproleId.java 65 Potential violation of Law of Demeter (method chain calls)
20208 src/com/gps/hibernate/OrggrouproleId.java 65 Potential violation of Law of Demeter (object not created locally)
20209 src/com/gps/hibernate/OrggrouproleId.java 65 Potential violation of Law of Demeter (object not created locally)
20210 src/com/gps/hibernate/OrggrouproleId.java 65 Useless parentheses.
20211 src/com/gps/hibernate/OrggrouproleId.java 65 Useless parentheses.
20212 src/com/gps/hibernate/OrggrouproleId.java 67 Potential violation of Law of Demeter (object not created locally)
20213 src/com/gps/hibernate/OrggrouproleId.java 68 Potential violation of Law of Demeter (object not created locally)
20214 src/com/gps/hibernate/OrggrouproleId.java 69 Potential violation of Law of Demeter (method chain calls)
20215 src/com/gps/hibernate/OrggrouproleId.java 69 Potential violation of Law of Demeter (object not created locally)
20216 src/com/gps/hibernate/OrggrouproleId.java 69 Potential violation of Law of Demeter (object not created locally)
20217 src/com/gps/hibernate/OrggrouproleId.java 69 Useless parentheses.
20218 src/com/gps/hibernate/OrggrouproleId.java 69 Useless parentheses.
20219 src/com/gps/hibernate/OrggrouproleId.java 71 Potential violation of Law of Demeter (object not created locally)
20220 src/com/gps/hibernate/OrggrouproleId.java 72 Potential violation of Law of Demeter (object not created locally)
20221 src/com/gps/hibernate/OrggrouproleId.java 73 Potential violation of Law of Demeter (method chain calls)
20222 src/com/gps/hibernate/OrggrouproleId.java 73 Potential violation of Law of Demeter (object not created locally)
20223 src/com/gps/hibernate/OrggrouproleId.java 73 Potential violation of Law of Demeter (object not created locally)
20224 src/com/gps/hibernate/OrggrouproleId.java 73 Useless parentheses.
20225 src/com/gps/hibernate/OrggrouproleId.java 73 Useless parentheses.
20226 src/com/gps/hibernate/OrggrouproleId.java 75 Potential violation of Law of Demeter (object not created locally)
20227 src/com/gps/hibernate/OrggrouproleId.java 76 Potential violation of Law of Demeter (object not created locally)
20228 src/com/gps/hibernate/OrggrouproleId.java 79 publicMethodCommentRequirement Required
20229 src/com/gps/hibernate/OrggrouproleId.java 80 Found 'DD'-anomaly for variable 'result' (lines '80'-'82').
20230 src/com/gps/hibernate/Orglabor.java 9 Classes implementing Serializable should set a serialVersionUID
20231 src/com/gps/hibernate/Orglabor.java 9 Too many fields
20232 src/com/gps/hibernate/Orglabor.java 13 fieldCommentRequirement Required
20233 src/com/gps/hibernate/Orglabor.java 14 fieldCommentRequirement Required
20234 src/com/gps/hibernate/Orglabor.java 15 fieldCommentRequirement Required
20235 src/com/gps/hibernate/Orglabor.java 16 fieldCommentRequirement Required
20236 src/com/gps/hibernate/Orglabor.java 17 fieldCommentRequirement Required
20237 src/com/gps/hibernate/Orglabor.java 18 fieldCommentRequirement Required
20238 src/com/gps/hibernate/Orglabor.java 19 fieldCommentRequirement Required
20239 src/com/gps/hibernate/Orglabor.java 20 fieldCommentRequirement Required
20240 src/com/gps/hibernate/Orglabor.java 21 fieldCommentRequirement Required
20241 src/com/gps/hibernate/Orglabor.java 22 fieldCommentRequirement Required
20242 src/com/gps/hibernate/Orglabor.java 23 fieldCommentRequirement Required
20243 src/com/gps/hibernate/Orglabor.java 24 fieldCommentRequirement Required
20244 src/com/gps/hibernate/Orglabor.java 25 fieldCommentRequirement Required
20245 src/com/gps/hibernate/Orglabor.java 26 fieldCommentRequirement Required
20246 src/com/gps/hibernate/Orglabor.java 27 fieldCommentRequirement Required
20247 src/com/gps/hibernate/Orglabor.java 28 fieldCommentRequirement Required
20248 src/com/gps/hibernate/Orglabor.java 29 fieldCommentRequirement Required
20249 src/com/gps/hibernate/Orglabor.java 34 Document empty constructor
20250 src/com/gps/hibernate/Orglabor.java 38 Parameter 'orgLaborId' is not assigned and could be declared final
20251 src/com/gps/hibernate/Orglabor.java 43 Avoid long parameter lists.
20252 src/com/gps/hibernate/Orglabor.java 43 Parameter 'orgLaborId' is not assigned and could be declared final
20253 src/com/gps/hibernate/Orglabor.java 43 Parameter 'organizationId' is not assigned and could be declared final
20254 src/com/gps/hibernate/Orglabor.java 43 Parameter 'typeId' is not assigned and could be declared final
20255 src/com/gps/hibernate/Orglabor.java 44 Parameter 'monOpen' is not assigned and could be declared final
20256 src/com/gps/hibernate/Orglabor.java 44 Parameter 'sunClose' is not assigned and could be declared final
20257 src/com/gps/hibernate/Orglabor.java 44 Parameter 'sunOpen' is not assigned and could be declared final
20258 src/com/gps/hibernate/Orglabor.java 45 Parameter 'monClose' is not assigned and could be declared final
20259 src/com/gps/hibernate/Orglabor.java 45 Parameter 'tueClose' is not assigned and could be declared final
20260 src/com/gps/hibernate/Orglabor.java 45 Parameter 'tueOpen' is not assigned and could be declared final
20261 src/com/gps/hibernate/Orglabor.java 46 Parameter 'thuOpen' is not assigned and could be declared final
20262 src/com/gps/hibernate/Orglabor.java 46 Parameter 'wedClose' is not assigned and could be declared final
20263 src/com/gps/hibernate/Orglabor.java 46 Parameter 'wedOpen' is not assigned and could be declared final
20264 src/com/gps/hibernate/Orglabor.java 47 Parameter 'friClose' is not assigned and could be declared final
20265 src/com/gps/hibernate/Orglabor.java 47 Parameter 'friOpen' is not assigned and could be declared final
20266 src/com/gps/hibernate/Orglabor.java 47 Parameter 'thuClose' is not assigned and could be declared final
20267 src/com/gps/hibernate/Orglabor.java 48 Parameter 'satClose' is not assigned and could be declared final
20268 src/com/gps/hibernate/Orglabor.java 48 Parameter 'satOpen' is not assigned and could be declared final
20269 src/com/gps/hibernate/Orglabor.java 70 publicMethodCommentRequirement Required
20270 src/com/gps/hibernate/Orglabor.java 74 Parameter 'orgLaborId' is not assigned and could be declared final
20271 src/com/gps/hibernate/Orglabor.java 74 publicMethodCommentRequirement Required
20272 src/com/gps/hibernate/Orglabor.java 78 publicMethodCommentRequirement Required
20273 src/com/gps/hibernate/Orglabor.java 82 Parameter 'organizationId' is not assigned and could be declared final
20274 src/com/gps/hibernate/Orglabor.java 82 publicMethodCommentRequirement Required
20275 src/com/gps/hibernate/Orglabor.java 86 publicMethodCommentRequirement Required
20276 src/com/gps/hibernate/Orglabor.java 90 Parameter 'typeId' is not assigned and could be declared final
20277 src/com/gps/hibernate/Orglabor.java 90 publicMethodCommentRequirement Required
20278 src/com/gps/hibernate/Orglabor.java 94 publicMethodCommentRequirement Required
20279 src/com/gps/hibernate/Orglabor.java 98 Parameter 'sunOpen' is not assigned and could be declared final
20280 src/com/gps/hibernate/Orglabor.java 98 publicMethodCommentRequirement Required
20281 src/com/gps/hibernate/Orglabor.java 102 publicMethodCommentRequirement Required
20282 src/com/gps/hibernate/Orglabor.java 106 Parameter 'sunClose' is not assigned and could be declared final
20283 src/com/gps/hibernate/Orglabor.java 106 publicMethodCommentRequirement Required
20284 src/com/gps/hibernate/Orglabor.java 110 publicMethodCommentRequirement Required
20285 src/com/gps/hibernate/Orglabor.java 114 Parameter 'monOpen' is not assigned and could be declared final
20286 src/com/gps/hibernate/Orglabor.java 114 publicMethodCommentRequirement Required
20287 src/com/gps/hibernate/Orglabor.java 118 publicMethodCommentRequirement Required
20288 src/com/gps/hibernate/Orglabor.java 122 Parameter 'monClose' is not assigned and could be declared final
20289 src/com/gps/hibernate/Orglabor.java 122 publicMethodCommentRequirement Required
20290 src/com/gps/hibernate/Orglabor.java 126 publicMethodCommentRequirement Required
20291 src/com/gps/hibernate/Orglabor.java 130 Parameter 'tueOpen' is not assigned and could be declared final
20292 src/com/gps/hibernate/Orglabor.java 130 publicMethodCommentRequirement Required
20293 src/com/gps/hibernate/Orglabor.java 134 publicMethodCommentRequirement Required
20294 src/com/gps/hibernate/Orglabor.java 138 Parameter 'tueClose' is not assigned and could be declared final
20295 src/com/gps/hibernate/Orglabor.java 138 publicMethodCommentRequirement Required
20296 src/com/gps/hibernate/Orglabor.java 142 publicMethodCommentRequirement Required
20297 src/com/gps/hibernate/Orglabor.java 146 Parameter 'wedOpen' is not assigned and could be declared final
20298 src/com/gps/hibernate/Orglabor.java 146 publicMethodCommentRequirement Required
20299 src/com/gps/hibernate/Orglabor.java 150 publicMethodCommentRequirement Required
20300 src/com/gps/hibernate/Orglabor.java 154 Parameter 'wedClose' is not assigned and could be declared final
20301 src/com/gps/hibernate/Orglabor.java 154 publicMethodCommentRequirement Required
20302 src/com/gps/hibernate/Orglabor.java 158 publicMethodCommentRequirement Required
20303 src/com/gps/hibernate/Orglabor.java 162 Parameter 'thuOpen' is not assigned and could be declared final
20304 src/com/gps/hibernate/Orglabor.java 162 publicMethodCommentRequirement Required
20305 src/com/gps/hibernate/Orglabor.java 166 publicMethodCommentRequirement Required
20306 src/com/gps/hibernate/Orglabor.java 170 Parameter 'thuClose' is not assigned and could be declared final
20307 src/com/gps/hibernate/Orglabor.java 170 publicMethodCommentRequirement Required
20308 src/com/gps/hibernate/Orglabor.java 174 publicMethodCommentRequirement Required
20309 src/com/gps/hibernate/Orglabor.java 178 Parameter 'friOpen' is not assigned and could be declared final
20310 src/com/gps/hibernate/Orglabor.java 178 publicMethodCommentRequirement Required
20311 src/com/gps/hibernate/Orglabor.java 182 publicMethodCommentRequirement Required
20312 src/com/gps/hibernate/Orglabor.java 186 Parameter 'friClose' is not assigned and could be declared final
20313 src/com/gps/hibernate/Orglabor.java 186 publicMethodCommentRequirement Required
20314 src/com/gps/hibernate/Orglabor.java 190 publicMethodCommentRequirement Required
20315 src/com/gps/hibernate/Orglabor.java 194 Parameter 'satOpen' is not assigned and could be declared final
20316 src/com/gps/hibernate/Orglabor.java 194 publicMethodCommentRequirement Required
20317 src/com/gps/hibernate/Orglabor.java 198 publicMethodCommentRequirement Required
20318 src/com/gps/hibernate/Orglabor.java 202 Parameter 'satClose' is not assigned and could be declared final
20319 src/com/gps/hibernate/Orglabor.java 202 publicMethodCommentRequirement Required
20320 src/com/gps/hibernate/OrglaborDAO.java 10 Comment is too large: Too many lines
20321 src/com/gps/hibernate/OrglaborDAO.java 22 This class has too many methods, consider refactoring it.
20322 src/com/gps/hibernate/OrglaborDAO.java 23 Logger should be defined private static final and have the correct class
20323 src/com/gps/hibernate/OrglaborDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
20324 src/com/gps/hibernate/OrglaborDAO.java 23 fieldCommentRequirement Required
20325 src/com/gps/hibernate/OrglaborDAO.java 25 fieldCommentRequirement Required
20326 src/com/gps/hibernate/OrglaborDAO.java 26 fieldCommentRequirement Required
20327 src/com/gps/hibernate/OrglaborDAO.java 27 fieldCommentRequirement Required
20328 src/com/gps/hibernate/OrglaborDAO.java 28 fieldCommentRequirement Required
20329 src/com/gps/hibernate/OrglaborDAO.java 29 fieldCommentRequirement Required
20330 src/com/gps/hibernate/OrglaborDAO.java 30 fieldCommentRequirement Required
20331 src/com/gps/hibernate/OrglaborDAO.java 31 fieldCommentRequirement Required
20332 src/com/gps/hibernate/OrglaborDAO.java 32 fieldCommentRequirement Required
20333 src/com/gps/hibernate/OrglaborDAO.java 33 fieldCommentRequirement Required
20334 src/com/gps/hibernate/OrglaborDAO.java 34 fieldCommentRequirement Required
20335 src/com/gps/hibernate/OrglaborDAO.java 35 fieldCommentRequirement Required
20336 src/com/gps/hibernate/OrglaborDAO.java 36 fieldCommentRequirement Required
20337 src/com/gps/hibernate/OrglaborDAO.java 37 fieldCommentRequirement Required
20338 src/com/gps/hibernate/OrglaborDAO.java 38 fieldCommentRequirement Required
20339 src/com/gps/hibernate/OrglaborDAO.java 39 fieldCommentRequirement Required
20340 src/com/gps/hibernate/OrglaborDAO.java 40 fieldCommentRequirement Required
20341 src/com/gps/hibernate/OrglaborDAO.java 42 Parameter 'transientInstance' is not assigned and could be declared final
20342 src/com/gps/hibernate/OrglaborDAO.java 42 publicMethodCommentRequirement Required
20343 src/com/gps/hibernate/OrglaborDAO.java 43 There is log block not surrounded by if
20344 src/com/gps/hibernate/OrglaborDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20345 src/com/gps/hibernate/OrglaborDAO.java 45 Potential violation of Law of Demeter (method chain calls)
20346 src/com/gps/hibernate/OrglaborDAO.java 46 There is log block not surrounded by if
20347 src/com/gps/hibernate/OrglaborDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20348 src/com/gps/hibernate/OrglaborDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20349 src/com/gps/hibernate/OrglaborDAO.java 48 There is log block not surrounded by if
20350 src/com/gps/hibernate/OrglaborDAO.java 53 Avoid excessively long variable names like persistentInstance
20351 src/com/gps/hibernate/OrglaborDAO.java 53 Parameter 'persistentInstance' is not assigned and could be declared final
20352 src/com/gps/hibernate/OrglaborDAO.java 53 publicMethodCommentRequirement Required
20353 src/com/gps/hibernate/OrglaborDAO.java 54 There is log block not surrounded by if
20354 src/com/gps/hibernate/OrglaborDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20355 src/com/gps/hibernate/OrglaborDAO.java 56 Potential violation of Law of Demeter (method chain calls)
20356 src/com/gps/hibernate/OrglaborDAO.java 57 There is log block not surrounded by if
20357 src/com/gps/hibernate/OrglaborDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20358 src/com/gps/hibernate/OrglaborDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20359 src/com/gps/hibernate/OrglaborDAO.java 59 There is log block not surrounded by if
20360 src/com/gps/hibernate/OrglaborDAO.java 64 Avoid variables with short names like id
20361 src/com/gps/hibernate/OrglaborDAO.java 64 Parameter 'id' is not assigned and could be declared final
20362 src/com/gps/hibernate/OrglaborDAO.java 64 publicMethodCommentRequirement Required
20363 src/com/gps/hibernate/OrglaborDAO.java 65 There is log block not surrounded by if
20364 src/com/gps/hibernate/OrglaborDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20365 src/com/gps/hibernate/OrglaborDAO.java 67 Local variable 'instance' could be declared final
20366 src/com/gps/hibernate/OrglaborDAO.java 67 Potential violation of Law of Demeter (method chain calls)
20367 src/com/gps/hibernate/OrglaborDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20368 src/com/gps/hibernate/OrglaborDAO.java 71 There is log block not surrounded by if
20369 src/com/gps/hibernate/OrglaborDAO.java 76 Parameter 'instance' is not assigned and could be declared final
20370 src/com/gps/hibernate/OrglaborDAO.java 76 publicMethodCommentRequirement Required
20371 src/com/gps/hibernate/OrglaborDAO.java 77 There is log block not surrounded by if
20372 src/com/gps/hibernate/OrglaborDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20373 src/com/gps/hibernate/OrglaborDAO.java 79 Local variable 'results' could be declared final
20374 src/com/gps/hibernate/OrglaborDAO.java 79 Potential violation of Law of Demeter (method chain calls)
20375 src/com/gps/hibernate/OrglaborDAO.java 79 Potential violation of Law of Demeter (method chain calls)
20376 src/com/gps/hibernate/OrglaborDAO.java 79 Potential violation of Law of Demeter (method chain calls)
20377 src/com/gps/hibernate/OrglaborDAO.java 82 There is log block not surrounded by if
20378 src/com/gps/hibernate/OrglaborDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20379 src/com/gps/hibernate/OrglaborDAO.java 83 Potential violation of Law of Demeter (object not created locally)
20380 src/com/gps/hibernate/OrglaborDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20381 src/com/gps/hibernate/OrglaborDAO.java 86 There is log block not surrounded by if
20382 src/com/gps/hibernate/OrglaborDAO.java 91 Parameter 'propertyName' is not assigned and could be declared final
20383 src/com/gps/hibernate/OrglaborDAO.java 91 Parameter 'value' is not assigned and could be declared final
20384 src/com/gps/hibernate/OrglaborDAO.java 91 publicMethodCommentRequirement Required
20385 src/com/gps/hibernate/OrglaborDAO.java 92 There is log block not surrounded by if
20386 src/com/gps/hibernate/OrglaborDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20387 src/com/gps/hibernate/OrglaborDAO.java 95 Local variable 'queryString' could be declared final
20388 src/com/gps/hibernate/OrglaborDAO.java 97 Local variable 'queryObject' could be declared final
20389 src/com/gps/hibernate/OrglaborDAO.java 97 Potential violation of Law of Demeter (method chain calls)
20390 src/com/gps/hibernate/OrglaborDAO.java 98 Potential violation of Law of Demeter (object not created locally)
20391 src/com/gps/hibernate/OrglaborDAO.java 99 Potential violation of Law of Demeter (object not created locally)
20392 src/com/gps/hibernate/OrglaborDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20393 src/com/gps/hibernate/OrglaborDAO.java 101 There is log block not surrounded by if
20394 src/com/gps/hibernate/OrglaborDAO.java 106 Parameter 'organizationId' is not assigned and could be declared final
20395 src/com/gps/hibernate/OrglaborDAO.java 106 publicMethodCommentRequirement Required
20396 src/com/gps/hibernate/OrglaborDAO.java 110 Parameter 'typeId' is not assigned and could be declared final
20397 src/com/gps/hibernate/OrglaborDAO.java 110 publicMethodCommentRequirement Required
20398 src/com/gps/hibernate/OrglaborDAO.java 114 Parameter 'sunOpen' is not assigned and could be declared final
20399 src/com/gps/hibernate/OrglaborDAO.java 114 publicMethodCommentRequirement Required
20400 src/com/gps/hibernate/OrglaborDAO.java 118 Parameter 'sunClose' is not assigned and could be declared final
20401 src/com/gps/hibernate/OrglaborDAO.java 118 publicMethodCommentRequirement Required
20402 src/com/gps/hibernate/OrglaborDAO.java 122 Parameter 'monOpen' is not assigned and could be declared final
20403 src/com/gps/hibernate/OrglaborDAO.java 122 publicMethodCommentRequirement Required
20404 src/com/gps/hibernate/OrglaborDAO.java 126 Parameter 'monClose' is not assigned and could be declared final
20405 src/com/gps/hibernate/OrglaborDAO.java 126 publicMethodCommentRequirement Required
20406 src/com/gps/hibernate/OrglaborDAO.java 130 Parameter 'tueOpen' is not assigned and could be declared final
20407 src/com/gps/hibernate/OrglaborDAO.java 130 publicMethodCommentRequirement Required
20408 src/com/gps/hibernate/OrglaborDAO.java 134 Parameter 'tueClose' is not assigned and could be declared final
20409 src/com/gps/hibernate/OrglaborDAO.java 134 publicMethodCommentRequirement Required
20410 src/com/gps/hibernate/OrglaborDAO.java 138 Parameter 'wedOpen' is not assigned and could be declared final
20411 src/com/gps/hibernate/OrglaborDAO.java 138 publicMethodCommentRequirement Required
20412 src/com/gps/hibernate/OrglaborDAO.java 142 Parameter 'wedClose' is not assigned and could be declared final
20413 src/com/gps/hibernate/OrglaborDAO.java 142 publicMethodCommentRequirement Required
20414 src/com/gps/hibernate/OrglaborDAO.java 146 Parameter 'thuOpen' is not assigned and could be declared final
20415 src/com/gps/hibernate/OrglaborDAO.java 146 publicMethodCommentRequirement Required
20416 src/com/gps/hibernate/OrglaborDAO.java 150 Parameter 'thuClose' is not assigned and could be declared final
20417 src/com/gps/hibernate/OrglaborDAO.java 150 publicMethodCommentRequirement Required
20418 src/com/gps/hibernate/OrglaborDAO.java 154 Parameter 'friOpen' is not assigned and could be declared final
20419 src/com/gps/hibernate/OrglaborDAO.java 154 publicMethodCommentRequirement Required
20420 src/com/gps/hibernate/OrglaborDAO.java 158 Parameter 'friClose' is not assigned and could be declared final
20421 src/com/gps/hibernate/OrglaborDAO.java 158 publicMethodCommentRequirement Required
20422 src/com/gps/hibernate/OrglaborDAO.java 162 Parameter 'satOpen' is not assigned and could be declared final
20423 src/com/gps/hibernate/OrglaborDAO.java 162 publicMethodCommentRequirement Required
20424 src/com/gps/hibernate/OrglaborDAO.java 166 Parameter 'satClose' is not assigned and could be declared final
20425 src/com/gps/hibernate/OrglaborDAO.java 166 publicMethodCommentRequirement Required
20426 src/com/gps/hibernate/OrglaborDAO.java 170 publicMethodCommentRequirement Required
20427 src/com/gps/hibernate/OrglaborDAO.java 171 There is log block not surrounded by if
20428 src/com/gps/hibernate/OrglaborDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20429 src/com/gps/hibernate/OrglaborDAO.java 173 Local variable 'queryString' could be declared final
20430 src/com/gps/hibernate/OrglaborDAO.java 174 Local variable 'queryObject' could be declared final
20431 src/com/gps/hibernate/OrglaborDAO.java 174 Potential violation of Law of Demeter (method chain calls)
20432 src/com/gps/hibernate/OrglaborDAO.java 175 Potential violation of Law of Demeter (object not created locally)
20433 src/com/gps/hibernate/OrglaborDAO.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20434 src/com/gps/hibernate/OrglaborDAO.java 177 There is log block not surrounded by if
20435 src/com/gps/hibernate/OrglaborDAO.java 182 Parameter 'detachedInstance' is not assigned and could be declared final
20436 src/com/gps/hibernate/OrglaborDAO.java 182 publicMethodCommentRequirement Required
20437 src/com/gps/hibernate/OrglaborDAO.java 183 There is log block not surrounded by if
20438 src/com/gps/hibernate/OrglaborDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20439 src/com/gps/hibernate/OrglaborDAO.java 185 Local variable 'result' could be declared final
20440 src/com/gps/hibernate/OrglaborDAO.java 185 Potential violation of Law of Demeter (method chain calls)
20441 src/com/gps/hibernate/OrglaborDAO.java 186 There is log block not surrounded by if
20442 src/com/gps/hibernate/OrglaborDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20443 src/com/gps/hibernate/OrglaborDAO.java 188 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20444 src/com/gps/hibernate/OrglaborDAO.java 189 There is log block not surrounded by if
20445 src/com/gps/hibernate/OrglaborDAO.java 194 Parameter 'instance' is not assigned and could be declared final
20446 src/com/gps/hibernate/OrglaborDAO.java 194 publicMethodCommentRequirement Required
20447 src/com/gps/hibernate/OrglaborDAO.java 195 There is log block not surrounded by if
20448 src/com/gps/hibernate/OrglaborDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20449 src/com/gps/hibernate/OrglaborDAO.java 197 Potential violation of Law of Demeter (method chain calls)
20450 src/com/gps/hibernate/OrglaborDAO.java 198 There is log block not surrounded by if
20451 src/com/gps/hibernate/OrglaborDAO.java 198 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20452 src/com/gps/hibernate/OrglaborDAO.java 199 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20453 src/com/gps/hibernate/OrglaborDAO.java 200 There is log block not surrounded by if
20454 src/com/gps/hibernate/OrglaborDAO.java 205 Parameter 'instance' is not assigned and could be declared final
20455 src/com/gps/hibernate/OrglaborDAO.java 205 publicMethodCommentRequirement Required
20456 src/com/gps/hibernate/OrglaborDAO.java 206 There is log block not surrounded by if
20457 src/com/gps/hibernate/OrglaborDAO.java 206 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20458 src/com/gps/hibernate/OrglaborDAO.java 208 Potential violation of Law of Demeter (method chain calls)
20459 src/com/gps/hibernate/OrglaborDAO.java 209 There is log block not surrounded by if
20460 src/com/gps/hibernate/OrglaborDAO.java 209 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20461 src/com/gps/hibernate/OrglaborDAO.java 210 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20462 src/com/gps/hibernate/OrglaborDAO.java 211 There is log block not surrounded by if
20463 src/com/gps/hibernate/ParamsSummary.java 5 Classes implementing Serializable should set a serialVersionUID
20464 src/com/gps/hibernate/ParamsSummary.java 5 headerCommentRequirement Required
20465 src/com/gps/hibernate/ParamsSummary.java 7 fieldCommentRequirement Required
20466 src/com/gps/hibernate/ParamsSummary.java 8 fieldCommentRequirement Required
20467 src/com/gps/hibernate/ParamsSummary.java 9 fieldCommentRequirement Required
20468 src/com/gps/hibernate/ParamsSummary.java 10 fieldCommentRequirement Required
20469 src/com/gps/hibernate/ParamsSummary.java 11 fieldCommentRequirement Required
20470 src/com/gps/hibernate/ParamsSummary.java 21 Parameter 'summaryId' is not assigned and could be declared final
20471 src/com/gps/hibernate/ParamsSummary.java 33 Parameter 'vehicleId' is not assigned and could be declared final
20472 src/com/gps/hibernate/ParamsSummary.java 45 Parameter 'date' is not assigned and could be declared final
20473 src/com/gps/hibernate/ParamsSummary.java 57 Parameter 'paramStartId' is not assigned and could be declared final
20474 src/com/gps/hibernate/ParamsSummary.java 69 Parameter 'paramEndId' is not assigned and could be declared final
20475 src/com/gps/hibernate/ParamsSummaryDAO.java 10 headerCommentRequirement Required
20476 src/com/gps/hibernate/ParamsSummaryDAO.java 12 Logger should be defined private static final and have the correct class
20477 src/com/gps/hibernate/ParamsSummaryDAO.java 12 Variables that are final and static should be all capitals, 'log' is not all capitals.
20478 src/com/gps/hibernate/ParamsSummaryDAO.java 12 fieldCommentRequirement Required
20479 src/com/gps/hibernate/ParamsSummaryDAO.java 16 Parameter 'transientInstance' is not assigned and could be declared final
20480 src/com/gps/hibernate/ParamsSummaryDAO.java 16 publicMethodCommentRequirement Required
20481 src/com/gps/hibernate/ParamsSummaryDAO.java 17 There is log block not surrounded by if
20482 src/com/gps/hibernate/ParamsSummaryDAO.java 17 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20483 src/com/gps/hibernate/ParamsSummaryDAO.java 19 Potential violation of Law of Demeter (method chain calls)
20484 src/com/gps/hibernate/ParamsSummaryDAO.java 20 There is log block not surrounded by if
20485 src/com/gps/hibernate/ParamsSummaryDAO.java 20 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20486 src/com/gps/hibernate/ParamsSummaryDAO.java 22 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20487 src/com/gps/hibernate/ParamsSummaryDAO.java 23 There is log block not surrounded by if
20488 src/com/gps/hibernate/ParamsSummaryDAO.java 28 Parameter 'instance' is not assigned and could be declared final
20489 src/com/gps/hibernate/ParamsSummaryDAO.java 28 publicMethodCommentRequirement Required
20490 src/com/gps/hibernate/ParamsSummaryDAO.java 29 There is log block not surrounded by if
20491 src/com/gps/hibernate/ParamsSummaryDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20492 src/com/gps/hibernate/ParamsSummaryDAO.java 31 Potential violation of Law of Demeter (method chain calls)
20493 src/com/gps/hibernate/ParamsSummaryDAO.java 32 There is log block not surrounded by if
20494 src/com/gps/hibernate/ParamsSummaryDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20495 src/com/gps/hibernate/ParamsSummaryDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20496 src/com/gps/hibernate/ParamsSummaryDAO.java 35 There is log block not surrounded by if
20497 src/com/gps/hibernate/ParamsSummaryDAO.java 40 Parameter 'instance' is not assigned and could be declared final
20498 src/com/gps/hibernate/ParamsSummaryDAO.java 40 publicMethodCommentRequirement Required
20499 src/com/gps/hibernate/ParamsSummaryDAO.java 41 There is log block not surrounded by if
20500 src/com/gps/hibernate/ParamsSummaryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20501 src/com/gps/hibernate/ParamsSummaryDAO.java 43 Potential violation of Law of Demeter (method chain calls)
20502 src/com/gps/hibernate/ParamsSummaryDAO.java 44 There is log block not surrounded by if
20503 src/com/gps/hibernate/ParamsSummaryDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20504 src/com/gps/hibernate/ParamsSummaryDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20505 src/com/gps/hibernate/ParamsSummaryDAO.java 47 There is log block not surrounded by if
20506 src/com/gps/hibernate/ParamsSummaryDAO.java 52 Avoid excessively long variable names like persistentInstance
20507 src/com/gps/hibernate/ParamsSummaryDAO.java 52 Parameter 'persistentInstance' is not assigned and could be declared final
20508 src/com/gps/hibernate/ParamsSummaryDAO.java 52 publicMethodCommentRequirement Required
20509 src/com/gps/hibernate/ParamsSummaryDAO.java 53 There is log block not surrounded by if
20510 src/com/gps/hibernate/ParamsSummaryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20511 src/com/gps/hibernate/ParamsSummaryDAO.java 55 Potential violation of Law of Demeter (method chain calls)
20512 src/com/gps/hibernate/ParamsSummaryDAO.java 56 There is log block not surrounded by if
20513 src/com/gps/hibernate/ParamsSummaryDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20514 src/com/gps/hibernate/ParamsSummaryDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20515 src/com/gps/hibernate/ParamsSummaryDAO.java 59 There is log block not surrounded by if
20516 src/com/gps/hibernate/ParamsSummaryDAO.java 64 Parameter 'detachedInstance' is not assigned and could be declared final
20517 src/com/gps/hibernate/ParamsSummaryDAO.java 64 publicMethodCommentRequirement Required
20518 src/com/gps/hibernate/ParamsSummaryDAO.java 65 There is log block not surrounded by if
20519 src/com/gps/hibernate/ParamsSummaryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20520 src/com/gps/hibernate/ParamsSummaryDAO.java 67 Local variable 'result' could be declared final
20521 src/com/gps/hibernate/ParamsSummaryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
20522 src/com/gps/hibernate/ParamsSummaryDAO.java 69 There is log block not surrounded by if
20523 src/com/gps/hibernate/ParamsSummaryDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20524 src/com/gps/hibernate/ParamsSummaryDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20525 src/com/gps/hibernate/ParamsSummaryDAO.java 73 There is log block not surrounded by if
20526 src/com/gps/hibernate/ParamsSummaryDAO.java 78 Avoid variables with short names like id
20527 src/com/gps/hibernate/ParamsSummaryDAO.java 78 Parameter 'id' is not assigned and could be declared final
20528 src/com/gps/hibernate/ParamsSummaryDAO.java 78 publicMethodCommentRequirement Required
20529 src/com/gps/hibernate/ParamsSummaryDAO.java 79 There is log block not surrounded by if
20530 src/com/gps/hibernate/ParamsSummaryDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20531 src/com/gps/hibernate/ParamsSummaryDAO.java 81 Local variable 'instance' could be declared final
20532 src/com/gps/hibernate/ParamsSummaryDAO.java 81 Potential violation of Law of Demeter (method chain calls)
20533 src/com/gps/hibernate/ParamsSummaryDAO.java 84 There is log block not surrounded by if
20534 src/com/gps/hibernate/ParamsSummaryDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20535 src/com/gps/hibernate/ParamsSummaryDAO.java 87 There is log block not surrounded by if
20536 src/com/gps/hibernate/ParamsSummaryDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20537 src/com/gps/hibernate/ParamsSummaryDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20538 src/com/gps/hibernate/ParamsSummaryDAO.java 92 There is log block not surrounded by if
20539 src/com/gps/hibernate/ParamsSummaryDAO.java 98 Parameter 'instance' is not assigned and could be declared final
20540 src/com/gps/hibernate/ParamsSummaryDAO.java 98 publicMethodCommentRequirement Required
20541 src/com/gps/hibernate/ParamsSummaryDAO.java 99 There is log block not surrounded by if
20542 src/com/gps/hibernate/ParamsSummaryDAO.java 99 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20543 src/com/gps/hibernate/ParamsSummaryDAO.java 101 Local variable 'results' could be declared final
20544 src/com/gps/hibernate/ParamsSummaryDAO.java 101 Potential violation of Law of Demeter (method chain calls)
20545 src/com/gps/hibernate/ParamsSummaryDAO.java 101 Potential violation of Law of Demeter (method chain calls)
20546 src/com/gps/hibernate/ParamsSummaryDAO.java 101 Potential violation of Law of Demeter (method chain calls)
20547 src/com/gps/hibernate/ParamsSummaryDAO.java 105 Potential violation of Law of Demeter (object not created locally)
20548 src/com/gps/hibernate/ParamsSummaryDAO.java 105 There is log block not surrounded by if
20549 src/com/gps/hibernate/ParamsSummaryDAO.java 105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20550 src/com/gps/hibernate/ParamsSummaryDAO.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20551 src/com/gps/hibernate/ParamsSummaryDAO.java 109 There is log block not surrounded by if
20552 src/com/gps/hibernate/Passwordpolicy.java 1 This class has a bunch of public methods and attributes
20553 src/com/gps/hibernate/Passwordpolicy.java 11 Classes implementing Serializable should set a serialVersionUID
20554 src/com/gps/hibernate/Passwordpolicy.java 11 Too many fields
20555 src/com/gps/hibernate/Passwordpolicy.java 15 fieldCommentRequirement Required
20556 src/com/gps/hibernate/Passwordpolicy.java 16 fieldCommentRequirement Required
20557 src/com/gps/hibernate/Passwordpolicy.java 17 fieldCommentRequirement Required
20558 src/com/gps/hibernate/Passwordpolicy.java 18 fieldCommentRequirement Required
20559 src/com/gps/hibernate/Passwordpolicy.java 19 fieldCommentRequirement Required
20560 src/com/gps/hibernate/Passwordpolicy.java 20 fieldCommentRequirement Required
20561 src/com/gps/hibernate/Passwordpolicy.java 21 fieldCommentRequirement Required
20562 src/com/gps/hibernate/Passwordpolicy.java 22 fieldCommentRequirement Required
20563 src/com/gps/hibernate/Passwordpolicy.java 23 fieldCommentRequirement Required
20564 src/com/gps/hibernate/Passwordpolicy.java 24 fieldCommentRequirement Required
20565 src/com/gps/hibernate/Passwordpolicy.java 25 fieldCommentRequirement Required
20566 src/com/gps/hibernate/Passwordpolicy.java 26 fieldCommentRequirement Required
20567 src/com/gps/hibernate/Passwordpolicy.java 27 fieldCommentRequirement Required
20568 src/com/gps/hibernate/Passwordpolicy.java 28 Avoid excessively long variable names like allowDictionaryWords
20569 src/com/gps/hibernate/Passwordpolicy.java 28 fieldCommentRequirement Required
20570 src/com/gps/hibernate/Passwordpolicy.java 29 fieldCommentRequirement Required
20571 src/com/gps/hibernate/Passwordpolicy.java 30 fieldCommentRequirement Required
20572 src/com/gps/hibernate/Passwordpolicy.java 31 fieldCommentRequirement Required
20573 src/com/gps/hibernate/Passwordpolicy.java 32 fieldCommentRequirement Required
20574 src/com/gps/hibernate/Passwordpolicy.java 33 fieldCommentRequirement Required
20575 src/com/gps/hibernate/Passwordpolicy.java 34 fieldCommentRequirement Required
20576 src/com/gps/hibernate/Passwordpolicy.java 35 fieldCommentRequirement Required
20577 src/com/gps/hibernate/Passwordpolicy.java 36 fieldCommentRequirement Required
20578 src/com/gps/hibernate/Passwordpolicy.java 37 fieldCommentRequirement Required
20579 src/com/gps/hibernate/Passwordpolicy.java 38 fieldCommentRequirement Required
20580 src/com/gps/hibernate/Passwordpolicy.java 39 fieldCommentRequirement Required
20581 src/com/gps/hibernate/Passwordpolicy.java 40 fieldCommentRequirement Required
20582 src/com/gps/hibernate/Passwordpolicy.java 45 Document empty constructor
20583 src/com/gps/hibernate/Passwordpolicy.java 49 Parameter 'passwordPolicyId' is not assigned and could be declared final
20584 src/com/gps/hibernate/Passwordpolicy.java 54 Avoid long parameter lists.
20585 src/com/gps/hibernate/Passwordpolicy.java 54 Parameter 'companyId' is not assigned and could be declared final
20586 src/com/gps/hibernate/Passwordpolicy.java 54 Parameter 'passwordPolicyId' is not assigned and could be declared final
20587 src/com/gps/hibernate/Passwordpolicy.java 54 Parameter 'userId' is not assigned and could be declared final
20588 src/com/gps/hibernate/Passwordpolicy.java 55 Parameter 'createDate' is not assigned and could be declared final
20589 src/com/gps/hibernate/Passwordpolicy.java 55 Parameter 'modifiedDate' is not assigned and could be declared final
20590 src/com/gps/hibernate/Passwordpolicy.java 55 Parameter 'userName' is not assigned and could be declared final
20591 src/com/gps/hibernate/Passwordpolicy.java 56 Parameter 'defaultPolicy' is not assigned and could be declared final
20592 src/com/gps/hibernate/Passwordpolicy.java 56 Parameter 'description' is not assigned and could be declared final
20593 src/com/gps/hibernate/Passwordpolicy.java 56 Parameter 'name' is not assigned and could be declared final
20594 src/com/gps/hibernate/Passwordpolicy.java 57 Parameter 'changeRequired' is not assigned and could be declared final
20595 src/com/gps/hibernate/Passwordpolicy.java 57 Parameter 'changeable' is not assigned and could be declared final
20596 src/com/gps/hibernate/Passwordpolicy.java 57 Parameter 'minAge' is not assigned and could be declared final
20597 src/com/gps/hibernate/Passwordpolicy.java 58 Avoid excessively long variable names like allowDictionaryWords
20598 src/com/gps/hibernate/Passwordpolicy.java 58 Parameter 'allowDictionaryWords' is not assigned and could be declared final
20599 src/com/gps/hibernate/Passwordpolicy.java 58 Parameter 'checkSyntax' is not assigned and could be declared final
20600 src/com/gps/hibernate/Passwordpolicy.java 58 Parameter 'minLength' is not assigned and could be declared final
20601 src/com/gps/hibernate/Passwordpolicy.java 59 Parameter 'expireable' is not assigned and could be declared final
20602 src/com/gps/hibernate/Passwordpolicy.java 59 Parameter 'history' is not assigned and could be declared final
20603 src/com/gps/hibernate/Passwordpolicy.java 59 Parameter 'historyCount' is not assigned and could be declared final
20604 src/com/gps/hibernate/Passwordpolicy.java 59 Parameter 'maxAge' is not assigned and could be declared final
20605 src/com/gps/hibernate/Passwordpolicy.java 60 Parameter 'graceLimit' is not assigned and could be declared final
20606 src/com/gps/hibernate/Passwordpolicy.java 60 Parameter 'lockout' is not assigned and could be declared final
20607 src/com/gps/hibernate/Passwordpolicy.java 60 Parameter 'warningTime' is not assigned and could be declared final
20608 src/com/gps/hibernate/Passwordpolicy.java 61 Parameter 'lockoutDuration' is not assigned and could be declared final
20609 src/com/gps/hibernate/Passwordpolicy.java 61 Parameter 'maxFailure' is not assigned and could be declared final
20610 src/com/gps/hibernate/Passwordpolicy.java 61 Parameter 'requireUnlock' is not assigned and could be declared final
20611 src/com/gps/hibernate/Passwordpolicy.java 62 Parameter 'resetFailureCount' is not assigned and could be declared final
20612 src/com/gps/hibernate/Passwordpolicy.java 93 publicMethodCommentRequirement Required
20613 src/com/gps/hibernate/Passwordpolicy.java 97 Parameter 'passwordPolicyId' is not assigned and could be declared final
20614 src/com/gps/hibernate/Passwordpolicy.java 97 publicMethodCommentRequirement Required
20615 src/com/gps/hibernate/Passwordpolicy.java 101 publicMethodCommentRequirement Required
20616 src/com/gps/hibernate/Passwordpolicy.java 105 Parameter 'companyId' is not assigned and could be declared final
20617 src/com/gps/hibernate/Passwordpolicy.java 105 publicMethodCommentRequirement Required
20618 src/com/gps/hibernate/Passwordpolicy.java 109 publicMethodCommentRequirement Required
20619 src/com/gps/hibernate/Passwordpolicy.java 113 Parameter 'userId' is not assigned and could be declared final
20620 src/com/gps/hibernate/Passwordpolicy.java 113 publicMethodCommentRequirement Required
20621 src/com/gps/hibernate/Passwordpolicy.java 117 publicMethodCommentRequirement Required
20622 src/com/gps/hibernate/Passwordpolicy.java 121 Parameter 'userName' is not assigned and could be declared final
20623 src/com/gps/hibernate/Passwordpolicy.java 121 publicMethodCommentRequirement Required
20624 src/com/gps/hibernate/Passwordpolicy.java 125 publicMethodCommentRequirement Required
20625 src/com/gps/hibernate/Passwordpolicy.java 129 Parameter 'createDate' is not assigned and could be declared final
20626 src/com/gps/hibernate/Passwordpolicy.java 129 publicMethodCommentRequirement Required
20627 src/com/gps/hibernate/Passwordpolicy.java 133 publicMethodCommentRequirement Required
20628 src/com/gps/hibernate/Passwordpolicy.java 137 Parameter 'modifiedDate' is not assigned and could be declared final
20629 src/com/gps/hibernate/Passwordpolicy.java 137 publicMethodCommentRequirement Required
20630 src/com/gps/hibernate/Passwordpolicy.java 141 publicMethodCommentRequirement Required
20631 src/com/gps/hibernate/Passwordpolicy.java 145 Parameter 'defaultPolicy' is not assigned and could be declared final
20632 src/com/gps/hibernate/Passwordpolicy.java 145 publicMethodCommentRequirement Required
20633 src/com/gps/hibernate/Passwordpolicy.java 149 publicMethodCommentRequirement Required
20634 src/com/gps/hibernate/Passwordpolicy.java 153 Parameter 'name' is not assigned and could be declared final
20635 src/com/gps/hibernate/Passwordpolicy.java 153 publicMethodCommentRequirement Required
20636 src/com/gps/hibernate/Passwordpolicy.java 157 publicMethodCommentRequirement Required
20637 src/com/gps/hibernate/Passwordpolicy.java 161 Parameter 'description' is not assigned and could be declared final
20638 src/com/gps/hibernate/Passwordpolicy.java 161 publicMethodCommentRequirement Required
20639 src/com/gps/hibernate/Passwordpolicy.java 165 publicMethodCommentRequirement Required
20640 src/com/gps/hibernate/Passwordpolicy.java 169 Parameter 'changeable' is not assigned and could be declared final
20641 src/com/gps/hibernate/Passwordpolicy.java 169 publicMethodCommentRequirement Required
20642 src/com/gps/hibernate/Passwordpolicy.java 173 publicMethodCommentRequirement Required
20643 src/com/gps/hibernate/Passwordpolicy.java 177 Parameter 'changeRequired' is not assigned and could be declared final
20644 src/com/gps/hibernate/Passwordpolicy.java 177 publicMethodCommentRequirement Required
20645 src/com/gps/hibernate/Passwordpolicy.java 181 publicMethodCommentRequirement Required
20646 src/com/gps/hibernate/Passwordpolicy.java 185 Parameter 'minAge' is not assigned and could be declared final
20647 src/com/gps/hibernate/Passwordpolicy.java 185 publicMethodCommentRequirement Required
20648 src/com/gps/hibernate/Passwordpolicy.java 189 publicMethodCommentRequirement Required
20649 src/com/gps/hibernate/Passwordpolicy.java 193 Parameter 'checkSyntax' is not assigned and could be declared final
20650 src/com/gps/hibernate/Passwordpolicy.java 193 publicMethodCommentRequirement Required
20651 src/com/gps/hibernate/Passwordpolicy.java 197 publicMethodCommentRequirement Required
20652 src/com/gps/hibernate/Passwordpolicy.java 201 Avoid excessively long variable names like allowDictionaryWords
20653 src/com/gps/hibernate/Passwordpolicy.java 201 Parameter 'allowDictionaryWords' is not assigned and could be declared final
20654 src/com/gps/hibernate/Passwordpolicy.java 201 publicMethodCommentRequirement Required
20655 src/com/gps/hibernate/Passwordpolicy.java 205 publicMethodCommentRequirement Required
20656 src/com/gps/hibernate/Passwordpolicy.java 209 Parameter 'minLength' is not assigned and could be declared final
20657 src/com/gps/hibernate/Passwordpolicy.java 209 publicMethodCommentRequirement Required
20658 src/com/gps/hibernate/Passwordpolicy.java 213 publicMethodCommentRequirement Required
20659 src/com/gps/hibernate/Passwordpolicy.java 217 Parameter 'history' is not assigned and could be declared final
20660 src/com/gps/hibernate/Passwordpolicy.java 217 publicMethodCommentRequirement Required
20661 src/com/gps/hibernate/Passwordpolicy.java 221 publicMethodCommentRequirement Required
20662 src/com/gps/hibernate/Passwordpolicy.java 225 Parameter 'historyCount' is not assigned and could be declared final
20663 src/com/gps/hibernate/Passwordpolicy.java 225 publicMethodCommentRequirement Required
20664 src/com/gps/hibernate/Passwordpolicy.java 229 publicMethodCommentRequirement Required
20665 src/com/gps/hibernate/Passwordpolicy.java 233 Parameter 'expireable' is not assigned and could be declared final
20666 src/com/gps/hibernate/Passwordpolicy.java 233 publicMethodCommentRequirement Required
20667 src/com/gps/hibernate/Passwordpolicy.java 237 publicMethodCommentRequirement Required
20668 src/com/gps/hibernate/Passwordpolicy.java 241 Parameter 'maxAge' is not assigned and could be declared final
20669 src/com/gps/hibernate/Passwordpolicy.java 241 publicMethodCommentRequirement Required
20670 src/com/gps/hibernate/Passwordpolicy.java 245 publicMethodCommentRequirement Required
20671 src/com/gps/hibernate/Passwordpolicy.java 249 Parameter 'warningTime' is not assigned and could be declared final
20672 src/com/gps/hibernate/Passwordpolicy.java 249 publicMethodCommentRequirement Required
20673 src/com/gps/hibernate/Passwordpolicy.java 253 publicMethodCommentRequirement Required
20674 src/com/gps/hibernate/Passwordpolicy.java 257 Parameter 'graceLimit' is not assigned and could be declared final
20675 src/com/gps/hibernate/Passwordpolicy.java 257 publicMethodCommentRequirement Required
20676 src/com/gps/hibernate/Passwordpolicy.java 261 publicMethodCommentRequirement Required
20677 src/com/gps/hibernate/Passwordpolicy.java 265 Parameter 'lockout' is not assigned and could be declared final
20678 src/com/gps/hibernate/Passwordpolicy.java 265 publicMethodCommentRequirement Required
20679 src/com/gps/hibernate/Passwordpolicy.java 269 publicMethodCommentRequirement Required
20680 src/com/gps/hibernate/Passwordpolicy.java 273 Parameter 'maxFailure' is not assigned and could be declared final
20681 src/com/gps/hibernate/Passwordpolicy.java 273 publicMethodCommentRequirement Required
20682 src/com/gps/hibernate/Passwordpolicy.java 277 publicMethodCommentRequirement Required
20683 src/com/gps/hibernate/Passwordpolicy.java 281 Parameter 'lockoutDuration' is not assigned and could be declared final
20684 src/com/gps/hibernate/Passwordpolicy.java 281 publicMethodCommentRequirement Required
20685 src/com/gps/hibernate/Passwordpolicy.java 285 publicMethodCommentRequirement Required
20686 src/com/gps/hibernate/Passwordpolicy.java 289 Parameter 'requireUnlock' is not assigned and could be declared final
20687 src/com/gps/hibernate/Passwordpolicy.java 289 publicMethodCommentRequirement Required
20688 src/com/gps/hibernate/Passwordpolicy.java 293 publicMethodCommentRequirement Required
20689 src/com/gps/hibernate/Passwordpolicy.java 297 Parameter 'resetFailureCount' is not assigned and could be declared final
20690 src/com/gps/hibernate/Passwordpolicy.java 297 publicMethodCommentRequirement Required
20691 src/com/gps/hibernate/PasswordpolicyDAO.java 3 Avoid unused imports such as 'java.util.Date'
20692 src/com/gps/hibernate/PasswordpolicyDAO.java 11 Comment is too large: Too many lines
20693 src/com/gps/hibernate/PasswordpolicyDAO.java 23 This class has too many methods, consider refactoring it.
20694 src/com/gps/hibernate/PasswordpolicyDAO.java 24 Logger should be defined private static final and have the correct class
20695 src/com/gps/hibernate/PasswordpolicyDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
20696 src/com/gps/hibernate/PasswordpolicyDAO.java 24 fieldCommentRequirement Required
20697 src/com/gps/hibernate/PasswordpolicyDAO.java 26 fieldCommentRequirement Required
20698 src/com/gps/hibernate/PasswordpolicyDAO.java 27 fieldCommentRequirement Required
20699 src/com/gps/hibernate/PasswordpolicyDAO.java 28 fieldCommentRequirement Required
20700 src/com/gps/hibernate/PasswordpolicyDAO.java 29 fieldCommentRequirement Required
20701 src/com/gps/hibernate/PasswordpolicyDAO.java 30 fieldCommentRequirement Required
20702 src/com/gps/hibernate/PasswordpolicyDAO.java 31 fieldCommentRequirement Required
20703 src/com/gps/hibernate/PasswordpolicyDAO.java 32 fieldCommentRequirement Required
20704 src/com/gps/hibernate/PasswordpolicyDAO.java 33 fieldCommentRequirement Required
20705 src/com/gps/hibernate/PasswordpolicyDAO.java 34 fieldCommentRequirement Required
20706 src/com/gps/hibernate/PasswordpolicyDAO.java 35 fieldCommentRequirement Required
20707 src/com/gps/hibernate/PasswordpolicyDAO.java 36 Avoid excessively long variable names like ALLOW_DICTIONARY_WORDS
20708 src/com/gps/hibernate/PasswordpolicyDAO.java 36 fieldCommentRequirement Required
20709 src/com/gps/hibernate/PasswordpolicyDAO.java 37 fieldCommentRequirement Required
20710 src/com/gps/hibernate/PasswordpolicyDAO.java 38 fieldCommentRequirement Required
20711 src/com/gps/hibernate/PasswordpolicyDAO.java 39 fieldCommentRequirement Required
20712 src/com/gps/hibernate/PasswordpolicyDAO.java 40 fieldCommentRequirement Required
20713 src/com/gps/hibernate/PasswordpolicyDAO.java 41 fieldCommentRequirement Required
20714 src/com/gps/hibernate/PasswordpolicyDAO.java 42 fieldCommentRequirement Required
20715 src/com/gps/hibernate/PasswordpolicyDAO.java 43 fieldCommentRequirement Required
20716 src/com/gps/hibernate/PasswordpolicyDAO.java 44 fieldCommentRequirement Required
20717 src/com/gps/hibernate/PasswordpolicyDAO.java 45 fieldCommentRequirement Required
20718 src/com/gps/hibernate/PasswordpolicyDAO.java 46 fieldCommentRequirement Required
20719 src/com/gps/hibernate/PasswordpolicyDAO.java 47 fieldCommentRequirement Required
20720 src/com/gps/hibernate/PasswordpolicyDAO.java 48 Avoid excessively long variable names like RESET_FAILURE_COUNT
20721 src/com/gps/hibernate/PasswordpolicyDAO.java 48 fieldCommentRequirement Required
20722 src/com/gps/hibernate/PasswordpolicyDAO.java 50 Parameter 'transientInstance' is not assigned and could be declared final
20723 src/com/gps/hibernate/PasswordpolicyDAO.java 50 publicMethodCommentRequirement Required
20724 src/com/gps/hibernate/PasswordpolicyDAO.java 51 There is log block not surrounded by if
20725 src/com/gps/hibernate/PasswordpolicyDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20726 src/com/gps/hibernate/PasswordpolicyDAO.java 53 Potential violation of Law of Demeter (method chain calls)
20727 src/com/gps/hibernate/PasswordpolicyDAO.java 54 There is log block not surrounded by if
20728 src/com/gps/hibernate/PasswordpolicyDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20729 src/com/gps/hibernate/PasswordpolicyDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20730 src/com/gps/hibernate/PasswordpolicyDAO.java 56 There is log block not surrounded by if
20731 src/com/gps/hibernate/PasswordpolicyDAO.java 61 Avoid excessively long variable names like persistentInstance
20732 src/com/gps/hibernate/PasswordpolicyDAO.java 61 Parameter 'persistentInstance' is not assigned and could be declared final
20733 src/com/gps/hibernate/PasswordpolicyDAO.java 61 publicMethodCommentRequirement Required
20734 src/com/gps/hibernate/PasswordpolicyDAO.java 62 There is log block not surrounded by if
20735 src/com/gps/hibernate/PasswordpolicyDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20736 src/com/gps/hibernate/PasswordpolicyDAO.java 64 Potential violation of Law of Demeter (method chain calls)
20737 src/com/gps/hibernate/PasswordpolicyDAO.java 65 There is log block not surrounded by if
20738 src/com/gps/hibernate/PasswordpolicyDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20739 src/com/gps/hibernate/PasswordpolicyDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20740 src/com/gps/hibernate/PasswordpolicyDAO.java 67 There is log block not surrounded by if
20741 src/com/gps/hibernate/PasswordpolicyDAO.java 72 Avoid variables with short names like id
20742 src/com/gps/hibernate/PasswordpolicyDAO.java 72 Parameter 'id' is not assigned and could be declared final
20743 src/com/gps/hibernate/PasswordpolicyDAO.java 72 publicMethodCommentRequirement Required
20744 src/com/gps/hibernate/PasswordpolicyDAO.java 73 There is log block not surrounded by if
20745 src/com/gps/hibernate/PasswordpolicyDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20746 src/com/gps/hibernate/PasswordpolicyDAO.java 75 Local variable 'instance' could be declared final
20747 src/com/gps/hibernate/PasswordpolicyDAO.java 75 Potential violation of Law of Demeter (method chain calls)
20748 src/com/gps/hibernate/PasswordpolicyDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20749 src/com/gps/hibernate/PasswordpolicyDAO.java 79 There is log block not surrounded by if
20750 src/com/gps/hibernate/PasswordpolicyDAO.java 84 Parameter 'instance' is not assigned and could be declared final
20751 src/com/gps/hibernate/PasswordpolicyDAO.java 84 publicMethodCommentRequirement Required
20752 src/com/gps/hibernate/PasswordpolicyDAO.java 85 There is log block not surrounded by if
20753 src/com/gps/hibernate/PasswordpolicyDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20754 src/com/gps/hibernate/PasswordpolicyDAO.java 87 Local variable 'results' could be declared final
20755 src/com/gps/hibernate/PasswordpolicyDAO.java 87 Potential violation of Law of Demeter (method chain calls)
20756 src/com/gps/hibernate/PasswordpolicyDAO.java 87 Potential violation of Law of Demeter (method chain calls)
20757 src/com/gps/hibernate/PasswordpolicyDAO.java 87 Potential violation of Law of Demeter (method chain calls)
20758 src/com/gps/hibernate/PasswordpolicyDAO.java 90 There is log block not surrounded by if
20759 src/com/gps/hibernate/PasswordpolicyDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20760 src/com/gps/hibernate/PasswordpolicyDAO.java 91 Potential violation of Law of Demeter (object not created locally)
20761 src/com/gps/hibernate/PasswordpolicyDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20762 src/com/gps/hibernate/PasswordpolicyDAO.java 94 There is log block not surrounded by if
20763 src/com/gps/hibernate/PasswordpolicyDAO.java 99 Parameter 'propertyName' is not assigned and could be declared final
20764 src/com/gps/hibernate/PasswordpolicyDAO.java 99 Parameter 'value' is not assigned and could be declared final
20765 src/com/gps/hibernate/PasswordpolicyDAO.java 99 publicMethodCommentRequirement Required
20766 src/com/gps/hibernate/PasswordpolicyDAO.java 100 There is log block not surrounded by if
20767 src/com/gps/hibernate/PasswordpolicyDAO.java 100 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20768 src/com/gps/hibernate/PasswordpolicyDAO.java 103 Local variable 'queryString' could be declared final
20769 src/com/gps/hibernate/PasswordpolicyDAO.java 105 Local variable 'queryObject' could be declared final
20770 src/com/gps/hibernate/PasswordpolicyDAO.java 105 Potential violation of Law of Demeter (method chain calls)
20771 src/com/gps/hibernate/PasswordpolicyDAO.java 106 Potential violation of Law of Demeter (object not created locally)
20772 src/com/gps/hibernate/PasswordpolicyDAO.java 107 Potential violation of Law of Demeter (object not created locally)
20773 src/com/gps/hibernate/PasswordpolicyDAO.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20774 src/com/gps/hibernate/PasswordpolicyDAO.java 109 There is log block not surrounded by if
20775 src/com/gps/hibernate/PasswordpolicyDAO.java 114 Parameter 'companyId' is not assigned and could be declared final
20776 src/com/gps/hibernate/PasswordpolicyDAO.java 114 publicMethodCommentRequirement Required
20777 src/com/gps/hibernate/PasswordpolicyDAO.java 118 Parameter 'userId' is not assigned and could be declared final
20778 src/com/gps/hibernate/PasswordpolicyDAO.java 118 publicMethodCommentRequirement Required
20779 src/com/gps/hibernate/PasswordpolicyDAO.java 122 Parameter 'userName' is not assigned and could be declared final
20780 src/com/gps/hibernate/PasswordpolicyDAO.java 122 publicMethodCommentRequirement Required
20781 src/com/gps/hibernate/PasswordpolicyDAO.java 126 Parameter 'defaultPolicy' is not assigned and could be declared final
20782 src/com/gps/hibernate/PasswordpolicyDAO.java 126 publicMethodCommentRequirement Required
20783 src/com/gps/hibernate/PasswordpolicyDAO.java 130 Parameter 'name' is not assigned and could be declared final
20784 src/com/gps/hibernate/PasswordpolicyDAO.java 130 publicMethodCommentRequirement Required
20785 src/com/gps/hibernate/PasswordpolicyDAO.java 134 Parameter 'description' is not assigned and could be declared final
20786 src/com/gps/hibernate/PasswordpolicyDAO.java 134 publicMethodCommentRequirement Required
20787 src/com/gps/hibernate/PasswordpolicyDAO.java 138 Parameter 'changeable' is not assigned and could be declared final
20788 src/com/gps/hibernate/PasswordpolicyDAO.java 138 publicMethodCommentRequirement Required
20789 src/com/gps/hibernate/PasswordpolicyDAO.java 142 Parameter 'changeRequired' is not assigned and could be declared final
20790 src/com/gps/hibernate/PasswordpolicyDAO.java 142 publicMethodCommentRequirement Required
20791 src/com/gps/hibernate/PasswordpolicyDAO.java 146 Parameter 'minAge' is not assigned and could be declared final
20792 src/com/gps/hibernate/PasswordpolicyDAO.java 146 publicMethodCommentRequirement Required
20793 src/com/gps/hibernate/PasswordpolicyDAO.java 150 Parameter 'checkSyntax' is not assigned and could be declared final
20794 src/com/gps/hibernate/PasswordpolicyDAO.java 150 publicMethodCommentRequirement Required
20795 src/com/gps/hibernate/PasswordpolicyDAO.java 154 Avoid excessively long variable names like allowDictionaryWords
20796 src/com/gps/hibernate/PasswordpolicyDAO.java 154 Parameter 'allowDictionaryWords' is not assigned and could be declared final
20797 src/com/gps/hibernate/PasswordpolicyDAO.java 154 publicMethodCommentRequirement Required
20798 src/com/gps/hibernate/PasswordpolicyDAO.java 158 Parameter 'minLength' is not assigned and could be declared final
20799 src/com/gps/hibernate/PasswordpolicyDAO.java 158 publicMethodCommentRequirement Required
20800 src/com/gps/hibernate/PasswordpolicyDAO.java 162 Parameter 'history' is not assigned and could be declared final
20801 src/com/gps/hibernate/PasswordpolicyDAO.java 162 publicMethodCommentRequirement Required
20802 src/com/gps/hibernate/PasswordpolicyDAO.java 166 Parameter 'historyCount' is not assigned and could be declared final
20803 src/com/gps/hibernate/PasswordpolicyDAO.java 166 publicMethodCommentRequirement Required
20804 src/com/gps/hibernate/PasswordpolicyDAO.java 170 Parameter 'expireable' is not assigned and could be declared final
20805 src/com/gps/hibernate/PasswordpolicyDAO.java 170 publicMethodCommentRequirement Required
20806 src/com/gps/hibernate/PasswordpolicyDAO.java 174 Parameter 'maxAge' is not assigned and could be declared final
20807 src/com/gps/hibernate/PasswordpolicyDAO.java 174 publicMethodCommentRequirement Required
20808 src/com/gps/hibernate/PasswordpolicyDAO.java 178 Parameter 'warningTime' is not assigned and could be declared final
20809 src/com/gps/hibernate/PasswordpolicyDAO.java 178 publicMethodCommentRequirement Required
20810 src/com/gps/hibernate/PasswordpolicyDAO.java 182 Parameter 'graceLimit' is not assigned and could be declared final
20811 src/com/gps/hibernate/PasswordpolicyDAO.java 182 publicMethodCommentRequirement Required
20812 src/com/gps/hibernate/PasswordpolicyDAO.java 186 Parameter 'lockout' is not assigned and could be declared final
20813 src/com/gps/hibernate/PasswordpolicyDAO.java 186 publicMethodCommentRequirement Required
20814 src/com/gps/hibernate/PasswordpolicyDAO.java 190 Parameter 'maxFailure' is not assigned and could be declared final
20815 src/com/gps/hibernate/PasswordpolicyDAO.java 190 publicMethodCommentRequirement Required
20816 src/com/gps/hibernate/PasswordpolicyDAO.java 194 Parameter 'lockoutDuration' is not assigned and could be declared final
20817 src/com/gps/hibernate/PasswordpolicyDAO.java 194 publicMethodCommentRequirement Required
20818 src/com/gps/hibernate/PasswordpolicyDAO.java 198 Parameter 'requireUnlock' is not assigned and could be declared final
20819 src/com/gps/hibernate/PasswordpolicyDAO.java 198 publicMethodCommentRequirement Required
20820 src/com/gps/hibernate/PasswordpolicyDAO.java 202 Parameter 'resetFailureCount' is not assigned and could be declared final
20821 src/com/gps/hibernate/PasswordpolicyDAO.java 202 publicMethodCommentRequirement Required
20822 src/com/gps/hibernate/PasswordpolicyDAO.java 206 publicMethodCommentRequirement Required
20823 src/com/gps/hibernate/PasswordpolicyDAO.java 207 There is log block not surrounded by if
20824 src/com/gps/hibernate/PasswordpolicyDAO.java 207 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20825 src/com/gps/hibernate/PasswordpolicyDAO.java 209 Local variable 'queryString' could be declared final
20826 src/com/gps/hibernate/PasswordpolicyDAO.java 210 Local variable 'queryObject' could be declared final
20827 src/com/gps/hibernate/PasswordpolicyDAO.java 210 Potential violation of Law of Demeter (method chain calls)
20828 src/com/gps/hibernate/PasswordpolicyDAO.java 211 Potential violation of Law of Demeter (object not created locally)
20829 src/com/gps/hibernate/PasswordpolicyDAO.java 212 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20830 src/com/gps/hibernate/PasswordpolicyDAO.java 213 There is log block not surrounded by if
20831 src/com/gps/hibernate/PasswordpolicyDAO.java 218 Parameter 'detachedInstance' is not assigned and could be declared final
20832 src/com/gps/hibernate/PasswordpolicyDAO.java 218 publicMethodCommentRequirement Required
20833 src/com/gps/hibernate/PasswordpolicyDAO.java 219 There is log block not surrounded by if
20834 src/com/gps/hibernate/PasswordpolicyDAO.java 219 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20835 src/com/gps/hibernate/PasswordpolicyDAO.java 221 Local variable 'result' could be declared final
20836 src/com/gps/hibernate/PasswordpolicyDAO.java 221 Potential violation of Law of Demeter (method chain calls)
20837 src/com/gps/hibernate/PasswordpolicyDAO.java 223 There is log block not surrounded by if
20838 src/com/gps/hibernate/PasswordpolicyDAO.java 223 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20839 src/com/gps/hibernate/PasswordpolicyDAO.java 225 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20840 src/com/gps/hibernate/PasswordpolicyDAO.java 226 There is log block not surrounded by if
20841 src/com/gps/hibernate/PasswordpolicyDAO.java 231 Parameter 'instance' is not assigned and could be declared final
20842 src/com/gps/hibernate/PasswordpolicyDAO.java 231 publicMethodCommentRequirement Required
20843 src/com/gps/hibernate/PasswordpolicyDAO.java 232 There is log block not surrounded by if
20844 src/com/gps/hibernate/PasswordpolicyDAO.java 232 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20845 src/com/gps/hibernate/PasswordpolicyDAO.java 234 Potential violation of Law of Demeter (method chain calls)
20846 src/com/gps/hibernate/PasswordpolicyDAO.java 235 There is log block not surrounded by if
20847 src/com/gps/hibernate/PasswordpolicyDAO.java 235 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20848 src/com/gps/hibernate/PasswordpolicyDAO.java 236 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20849 src/com/gps/hibernate/PasswordpolicyDAO.java 237 There is log block not surrounded by if
20850 src/com/gps/hibernate/PasswordpolicyDAO.java 242 Parameter 'instance' is not assigned and could be declared final
20851 src/com/gps/hibernate/PasswordpolicyDAO.java 242 publicMethodCommentRequirement Required
20852 src/com/gps/hibernate/PasswordpolicyDAO.java 243 There is log block not surrounded by if
20853 src/com/gps/hibernate/PasswordpolicyDAO.java 243 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20854 src/com/gps/hibernate/PasswordpolicyDAO.java 245 Potential violation of Law of Demeter (method chain calls)
20855 src/com/gps/hibernate/PasswordpolicyDAO.java 246 There is log block not surrounded by if
20856 src/com/gps/hibernate/PasswordpolicyDAO.java 246 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20857 src/com/gps/hibernate/PasswordpolicyDAO.java 247 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20858 src/com/gps/hibernate/PasswordpolicyDAO.java 248 There is log block not surrounded by if
20859 src/com/gps/hibernate/Passwordpolicyrel.java 9 Classes implementing Serializable should set a serialVersionUID
20860 src/com/gps/hibernate/Passwordpolicyrel.java 13 Avoid excessively long variable names like passwordPolicyRelId
20861 src/com/gps/hibernate/Passwordpolicyrel.java 13 fieldCommentRequirement Required
20862 src/com/gps/hibernate/Passwordpolicyrel.java 14 fieldCommentRequirement Required
20863 src/com/gps/hibernate/Passwordpolicyrel.java 15 fieldCommentRequirement Required
20864 src/com/gps/hibernate/Passwordpolicyrel.java 16 fieldCommentRequirement Required
20865 src/com/gps/hibernate/Passwordpolicyrel.java 21 Document empty constructor
20866 src/com/gps/hibernate/Passwordpolicyrel.java 25 Avoid excessively long variable names like passwordPolicyRelId
20867 src/com/gps/hibernate/Passwordpolicyrel.java 25 Parameter 'passwordPolicyRelId' is not assigned and could be declared final
20868 src/com/gps/hibernate/Passwordpolicyrel.java 30 Avoid excessively long variable names like passwordPolicyRelId
20869 src/com/gps/hibernate/Passwordpolicyrel.java 30 Parameter 'passwordPolicyId' is not assigned and could be declared final
20870 src/com/gps/hibernate/Passwordpolicyrel.java 30 Parameter 'passwordPolicyRelId' is not assigned and could be declared final
20871 src/com/gps/hibernate/Passwordpolicyrel.java 31 Parameter 'classNameId' is not assigned and could be declared final
20872 src/com/gps/hibernate/Passwordpolicyrel.java 31 Parameter 'classPk' is not assigned and could be declared final
20873 src/com/gps/hibernate/Passwordpolicyrel.java 40 publicMethodCommentRequirement Required
20874 src/com/gps/hibernate/Passwordpolicyrel.java 44 Avoid excessively long variable names like passwordPolicyRelId
20875 src/com/gps/hibernate/Passwordpolicyrel.java 44 Parameter 'passwordPolicyRelId' is not assigned and could be declared final
20876 src/com/gps/hibernate/Passwordpolicyrel.java 44 publicMethodCommentRequirement Required
20877 src/com/gps/hibernate/Passwordpolicyrel.java 48 publicMethodCommentRequirement Required
20878 src/com/gps/hibernate/Passwordpolicyrel.java 52 Parameter 'passwordPolicyId' is not assigned and could be declared final
20879 src/com/gps/hibernate/Passwordpolicyrel.java 52 publicMethodCommentRequirement Required
20880 src/com/gps/hibernate/Passwordpolicyrel.java 56 publicMethodCommentRequirement Required
20881 src/com/gps/hibernate/Passwordpolicyrel.java 60 Parameter 'classNameId' is not assigned and could be declared final
20882 src/com/gps/hibernate/Passwordpolicyrel.java 60 publicMethodCommentRequirement Required
20883 src/com/gps/hibernate/Passwordpolicyrel.java 64 publicMethodCommentRequirement Required
20884 src/com/gps/hibernate/Passwordpolicyrel.java 68 Parameter 'classPk' is not assigned and could be declared final
20885 src/com/gps/hibernate/Passwordpolicyrel.java 68 publicMethodCommentRequirement Required
20886 src/com/gps/hibernate/PasswordpolicyrelDAO.java 10 Comment is too large: Too many lines
20887 src/com/gps/hibernate/PasswordpolicyrelDAO.java 22 This class has too many methods, consider refactoring it.
20888 src/com/gps/hibernate/PasswordpolicyrelDAO.java 23 Logger should be defined private static final and have the correct class
20889 src/com/gps/hibernate/PasswordpolicyrelDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
20890 src/com/gps/hibernate/PasswordpolicyrelDAO.java 23 fieldCommentRequirement Required
20891 src/com/gps/hibernate/PasswordpolicyrelDAO.java 26 Avoid excessively long variable names like PASSWORD_POLICY_ID
20892 src/com/gps/hibernate/PasswordpolicyrelDAO.java 26 fieldCommentRequirement Required
20893 src/com/gps/hibernate/PasswordpolicyrelDAO.java 27 fieldCommentRequirement Required
20894 src/com/gps/hibernate/PasswordpolicyrelDAO.java 28 fieldCommentRequirement Required
20895 src/com/gps/hibernate/PasswordpolicyrelDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
20896 src/com/gps/hibernate/PasswordpolicyrelDAO.java 30 publicMethodCommentRequirement Required
20897 src/com/gps/hibernate/PasswordpolicyrelDAO.java 31 There is log block not surrounded by if
20898 src/com/gps/hibernate/PasswordpolicyrelDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20899 src/com/gps/hibernate/PasswordpolicyrelDAO.java 33 Potential violation of Law of Demeter (method chain calls)
20900 src/com/gps/hibernate/PasswordpolicyrelDAO.java 34 There is log block not surrounded by if
20901 src/com/gps/hibernate/PasswordpolicyrelDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20902 src/com/gps/hibernate/PasswordpolicyrelDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20903 src/com/gps/hibernate/PasswordpolicyrelDAO.java 36 There is log block not surrounded by if
20904 src/com/gps/hibernate/PasswordpolicyrelDAO.java 41 Avoid excessively long variable names like persistentInstance
20905 src/com/gps/hibernate/PasswordpolicyrelDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
20906 src/com/gps/hibernate/PasswordpolicyrelDAO.java 41 publicMethodCommentRequirement Required
20907 src/com/gps/hibernate/PasswordpolicyrelDAO.java 42 There is log block not surrounded by if
20908 src/com/gps/hibernate/PasswordpolicyrelDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20909 src/com/gps/hibernate/PasswordpolicyrelDAO.java 44 Potential violation of Law of Demeter (method chain calls)
20910 src/com/gps/hibernate/PasswordpolicyrelDAO.java 45 There is log block not surrounded by if
20911 src/com/gps/hibernate/PasswordpolicyrelDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20912 src/com/gps/hibernate/PasswordpolicyrelDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20913 src/com/gps/hibernate/PasswordpolicyrelDAO.java 47 There is log block not surrounded by if
20914 src/com/gps/hibernate/PasswordpolicyrelDAO.java 52 Avoid variables with short names like id
20915 src/com/gps/hibernate/PasswordpolicyrelDAO.java 52 Parameter 'id' is not assigned and could be declared final
20916 src/com/gps/hibernate/PasswordpolicyrelDAO.java 52 publicMethodCommentRequirement Required
20917 src/com/gps/hibernate/PasswordpolicyrelDAO.java 53 There is log block not surrounded by if
20918 src/com/gps/hibernate/PasswordpolicyrelDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20919 src/com/gps/hibernate/PasswordpolicyrelDAO.java 55 Local variable 'instance' could be declared final
20920 src/com/gps/hibernate/PasswordpolicyrelDAO.java 55 Potential violation of Law of Demeter (method chain calls)
20921 src/com/gps/hibernate/PasswordpolicyrelDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20922 src/com/gps/hibernate/PasswordpolicyrelDAO.java 59 There is log block not surrounded by if
20923 src/com/gps/hibernate/PasswordpolicyrelDAO.java 64 Parameter 'instance' is not assigned and could be declared final
20924 src/com/gps/hibernate/PasswordpolicyrelDAO.java 64 publicMethodCommentRequirement Required
20925 src/com/gps/hibernate/PasswordpolicyrelDAO.java 65 There is log block not surrounded by if
20926 src/com/gps/hibernate/PasswordpolicyrelDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20927 src/com/gps/hibernate/PasswordpolicyrelDAO.java 67 Local variable 'results' could be declared final
20928 src/com/gps/hibernate/PasswordpolicyrelDAO.java 67 Potential violation of Law of Demeter (method chain calls)
20929 src/com/gps/hibernate/PasswordpolicyrelDAO.java 67 Potential violation of Law of Demeter (method chain calls)
20930 src/com/gps/hibernate/PasswordpolicyrelDAO.java 67 Potential violation of Law of Demeter (method chain calls)
20931 src/com/gps/hibernate/PasswordpolicyrelDAO.java 70 There is log block not surrounded by if
20932 src/com/gps/hibernate/PasswordpolicyrelDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20933 src/com/gps/hibernate/PasswordpolicyrelDAO.java 71 Potential violation of Law of Demeter (object not created locally)
20934 src/com/gps/hibernate/PasswordpolicyrelDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20935 src/com/gps/hibernate/PasswordpolicyrelDAO.java 74 There is log block not surrounded by if
20936 src/com/gps/hibernate/PasswordpolicyrelDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
20937 src/com/gps/hibernate/PasswordpolicyrelDAO.java 79 Parameter 'value' is not assigned and could be declared final
20938 src/com/gps/hibernate/PasswordpolicyrelDAO.java 79 publicMethodCommentRequirement Required
20939 src/com/gps/hibernate/PasswordpolicyrelDAO.java 80 There is log block not surrounded by if
20940 src/com/gps/hibernate/PasswordpolicyrelDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20941 src/com/gps/hibernate/PasswordpolicyrelDAO.java 83 Local variable 'queryString' could be declared final
20942 src/com/gps/hibernate/PasswordpolicyrelDAO.java 85 Local variable 'queryObject' could be declared final
20943 src/com/gps/hibernate/PasswordpolicyrelDAO.java 85 Potential violation of Law of Demeter (method chain calls)
20944 src/com/gps/hibernate/PasswordpolicyrelDAO.java 86 Potential violation of Law of Demeter (object not created locally)
20945 src/com/gps/hibernate/PasswordpolicyrelDAO.java 87 Potential violation of Law of Demeter (object not created locally)
20946 src/com/gps/hibernate/PasswordpolicyrelDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20947 src/com/gps/hibernate/PasswordpolicyrelDAO.java 89 There is log block not surrounded by if
20948 src/com/gps/hibernate/PasswordpolicyrelDAO.java 94 Parameter 'passwordPolicyId' is not assigned and could be declared final
20949 src/com/gps/hibernate/PasswordpolicyrelDAO.java 94 publicMethodCommentRequirement Required
20950 src/com/gps/hibernate/PasswordpolicyrelDAO.java 98 Parameter 'classNameId' is not assigned and could be declared final
20951 src/com/gps/hibernate/PasswordpolicyrelDAO.java 98 publicMethodCommentRequirement Required
20952 src/com/gps/hibernate/PasswordpolicyrelDAO.java 102 Parameter 'classPk' is not assigned and could be declared final
20953 src/com/gps/hibernate/PasswordpolicyrelDAO.java 102 publicMethodCommentRequirement Required
20954 src/com/gps/hibernate/PasswordpolicyrelDAO.java 106 publicMethodCommentRequirement Required
20955 src/com/gps/hibernate/PasswordpolicyrelDAO.java 107 There is log block not surrounded by if
20956 src/com/gps/hibernate/PasswordpolicyrelDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20957 src/com/gps/hibernate/PasswordpolicyrelDAO.java 109 Local variable 'queryString' could be declared final
20958 src/com/gps/hibernate/PasswordpolicyrelDAO.java 110 Local variable 'queryObject' could be declared final
20959 src/com/gps/hibernate/PasswordpolicyrelDAO.java 110 Potential violation of Law of Demeter (method chain calls)
20960 src/com/gps/hibernate/PasswordpolicyrelDAO.java 111 Potential violation of Law of Demeter (object not created locally)
20961 src/com/gps/hibernate/PasswordpolicyrelDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20962 src/com/gps/hibernate/PasswordpolicyrelDAO.java 113 There is log block not surrounded by if
20963 src/com/gps/hibernate/PasswordpolicyrelDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
20964 src/com/gps/hibernate/PasswordpolicyrelDAO.java 118 publicMethodCommentRequirement Required
20965 src/com/gps/hibernate/PasswordpolicyrelDAO.java 119 There is log block not surrounded by if
20966 src/com/gps/hibernate/PasswordpolicyrelDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20967 src/com/gps/hibernate/PasswordpolicyrelDAO.java 121 Local variable 'result' could be declared final
20968 src/com/gps/hibernate/PasswordpolicyrelDAO.java 121 Potential violation of Law of Demeter (method chain calls)
20969 src/com/gps/hibernate/PasswordpolicyrelDAO.java 123 There is log block not surrounded by if
20970 src/com/gps/hibernate/PasswordpolicyrelDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20971 src/com/gps/hibernate/PasswordpolicyrelDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20972 src/com/gps/hibernate/PasswordpolicyrelDAO.java 126 There is log block not surrounded by if
20973 src/com/gps/hibernate/PasswordpolicyrelDAO.java 131 Parameter 'instance' is not assigned and could be declared final
20974 src/com/gps/hibernate/PasswordpolicyrelDAO.java 131 publicMethodCommentRequirement Required
20975 src/com/gps/hibernate/PasswordpolicyrelDAO.java 132 There is log block not surrounded by if
20976 src/com/gps/hibernate/PasswordpolicyrelDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20977 src/com/gps/hibernate/PasswordpolicyrelDAO.java 134 Potential violation of Law of Demeter (method chain calls)
20978 src/com/gps/hibernate/PasswordpolicyrelDAO.java 135 There is log block not surrounded by if
20979 src/com/gps/hibernate/PasswordpolicyrelDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20980 src/com/gps/hibernate/PasswordpolicyrelDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20981 src/com/gps/hibernate/PasswordpolicyrelDAO.java 137 There is log block not surrounded by if
20982 src/com/gps/hibernate/PasswordpolicyrelDAO.java 142 Parameter 'instance' is not assigned and could be declared final
20983 src/com/gps/hibernate/PasswordpolicyrelDAO.java 142 publicMethodCommentRequirement Required
20984 src/com/gps/hibernate/PasswordpolicyrelDAO.java 143 There is log block not surrounded by if
20985 src/com/gps/hibernate/PasswordpolicyrelDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20986 src/com/gps/hibernate/PasswordpolicyrelDAO.java 145 Potential violation of Law of Demeter (method chain calls)
20987 src/com/gps/hibernate/PasswordpolicyrelDAO.java 146 There is log block not surrounded by if
20988 src/com/gps/hibernate/PasswordpolicyrelDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20989 src/com/gps/hibernate/PasswordpolicyrelDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20990 src/com/gps/hibernate/PasswordpolicyrelDAO.java 148 There is log block not surrounded by if
20991 src/com/gps/hibernate/Passwordtracker.java 11 Classes implementing Serializable should set a serialVersionUID
20992 src/com/gps/hibernate/Passwordtracker.java 15 fieldCommentRequirement Required
20993 src/com/gps/hibernate/Passwordtracker.java 16 fieldCommentRequirement Required
20994 src/com/gps/hibernate/Passwordtracker.java 17 fieldCommentRequirement Required
20995 src/com/gps/hibernate/Passwordtracker.java 18 fieldCommentRequirement Required
20996 src/com/gps/hibernate/Passwordtracker.java 23 Document empty constructor
20997 src/com/gps/hibernate/Passwordtracker.java 27 Parameter 'passwordTrackerId' is not assigned and could be declared final
20998 src/com/gps/hibernate/Passwordtracker.java 32 Parameter 'passwordTrackerId' is not assigned and could be declared final
20999 src/com/gps/hibernate/Passwordtracker.java 32 Parameter 'userId' is not assigned and could be declared final
21000 src/com/gps/hibernate/Passwordtracker.java 33 Parameter 'createDate' is not assigned and could be declared final
21001 src/com/gps/hibernate/Passwordtracker.java 33 Parameter 'password' is not assigned and could be declared final
21002 src/com/gps/hibernate/Passwordtracker.java 42 publicMethodCommentRequirement Required
21003 src/com/gps/hibernate/Passwordtracker.java 46 Parameter 'passwordTrackerId' is not assigned and could be declared final
21004 src/com/gps/hibernate/Passwordtracker.java 46 publicMethodCommentRequirement Required
21005 src/com/gps/hibernate/Passwordtracker.java 50 publicMethodCommentRequirement Required
21006 src/com/gps/hibernate/Passwordtracker.java 54 Parameter 'userId' is not assigned and could be declared final
21007 src/com/gps/hibernate/Passwordtracker.java 54 publicMethodCommentRequirement Required
21008 src/com/gps/hibernate/Passwordtracker.java 58 publicMethodCommentRequirement Required
21009 src/com/gps/hibernate/Passwordtracker.java 62 Parameter 'createDate' is not assigned and could be declared final
21010 src/com/gps/hibernate/Passwordtracker.java 62 publicMethodCommentRequirement Required
21011 src/com/gps/hibernate/Passwordtracker.java 66 publicMethodCommentRequirement Required
21012 src/com/gps/hibernate/Passwordtracker.java 70 Parameter 'password' is not assigned and could be declared final
21013 src/com/gps/hibernate/Passwordtracker.java 70 publicMethodCommentRequirement Required
21014 src/com/gps/hibernate/PasswordtrackerDAO.java 3 Avoid unused imports such as 'java.util.Date'
21015 src/com/gps/hibernate/PasswordtrackerDAO.java 11 Comment is too large: Too many lines
21016 src/com/gps/hibernate/PasswordtrackerDAO.java 23 This class has too many methods, consider refactoring it.
21017 src/com/gps/hibernate/PasswordtrackerDAO.java 24 Logger should be defined private static final and have the correct class
21018 src/com/gps/hibernate/PasswordtrackerDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
21019 src/com/gps/hibernate/PasswordtrackerDAO.java 24 fieldCommentRequirement Required
21020 src/com/gps/hibernate/PasswordtrackerDAO.java 26 fieldCommentRequirement Required
21021 src/com/gps/hibernate/PasswordtrackerDAO.java 27 fieldCommentRequirement Required
21022 src/com/gps/hibernate/PasswordtrackerDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
21023 src/com/gps/hibernate/PasswordtrackerDAO.java 29 publicMethodCommentRequirement Required
21024 src/com/gps/hibernate/PasswordtrackerDAO.java 30 There is log block not surrounded by if
21025 src/com/gps/hibernate/PasswordtrackerDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21026 src/com/gps/hibernate/PasswordtrackerDAO.java 32 Potential violation of Law of Demeter (method chain calls)
21027 src/com/gps/hibernate/PasswordtrackerDAO.java 33 There is log block not surrounded by if
21028 src/com/gps/hibernate/PasswordtrackerDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21029 src/com/gps/hibernate/PasswordtrackerDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21030 src/com/gps/hibernate/PasswordtrackerDAO.java 35 There is log block not surrounded by if
21031 src/com/gps/hibernate/PasswordtrackerDAO.java 40 Avoid excessively long variable names like persistentInstance
21032 src/com/gps/hibernate/PasswordtrackerDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
21033 src/com/gps/hibernate/PasswordtrackerDAO.java 40 publicMethodCommentRequirement Required
21034 src/com/gps/hibernate/PasswordtrackerDAO.java 41 There is log block not surrounded by if
21035 src/com/gps/hibernate/PasswordtrackerDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21036 src/com/gps/hibernate/PasswordtrackerDAO.java 43 Potential violation of Law of Demeter (method chain calls)
21037 src/com/gps/hibernate/PasswordtrackerDAO.java 44 There is log block not surrounded by if
21038 src/com/gps/hibernate/PasswordtrackerDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21039 src/com/gps/hibernate/PasswordtrackerDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21040 src/com/gps/hibernate/PasswordtrackerDAO.java 46 There is log block not surrounded by if
21041 src/com/gps/hibernate/PasswordtrackerDAO.java 51 Avoid variables with short names like id
21042 src/com/gps/hibernate/PasswordtrackerDAO.java 51 Parameter 'id' is not assigned and could be declared final
21043 src/com/gps/hibernate/PasswordtrackerDAO.java 51 publicMethodCommentRequirement Required
21044 src/com/gps/hibernate/PasswordtrackerDAO.java 52 There is log block not surrounded by if
21045 src/com/gps/hibernate/PasswordtrackerDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21046 src/com/gps/hibernate/PasswordtrackerDAO.java 54 Local variable 'instance' could be declared final
21047 src/com/gps/hibernate/PasswordtrackerDAO.java 54 Potential violation of Law of Demeter (method chain calls)
21048 src/com/gps/hibernate/PasswordtrackerDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21049 src/com/gps/hibernate/PasswordtrackerDAO.java 58 There is log block not surrounded by if
21050 src/com/gps/hibernate/PasswordtrackerDAO.java 63 Parameter 'instance' is not assigned and could be declared final
21051 src/com/gps/hibernate/PasswordtrackerDAO.java 63 publicMethodCommentRequirement Required
21052 src/com/gps/hibernate/PasswordtrackerDAO.java 64 There is log block not surrounded by if
21053 src/com/gps/hibernate/PasswordtrackerDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21054 src/com/gps/hibernate/PasswordtrackerDAO.java 66 Local variable 'results' could be declared final
21055 src/com/gps/hibernate/PasswordtrackerDAO.java 66 Potential violation of Law of Demeter (method chain calls)
21056 src/com/gps/hibernate/PasswordtrackerDAO.java 66 Potential violation of Law of Demeter (method chain calls)
21057 src/com/gps/hibernate/PasswordtrackerDAO.java 66 Potential violation of Law of Demeter (method chain calls)
21058 src/com/gps/hibernate/PasswordtrackerDAO.java 69 There is log block not surrounded by if
21059 src/com/gps/hibernate/PasswordtrackerDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21060 src/com/gps/hibernate/PasswordtrackerDAO.java 70 Potential violation of Law of Demeter (object not created locally)
21061 src/com/gps/hibernate/PasswordtrackerDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21062 src/com/gps/hibernate/PasswordtrackerDAO.java 73 There is log block not surrounded by if
21063 src/com/gps/hibernate/PasswordtrackerDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
21064 src/com/gps/hibernate/PasswordtrackerDAO.java 78 Parameter 'value' is not assigned and could be declared final
21065 src/com/gps/hibernate/PasswordtrackerDAO.java 78 publicMethodCommentRequirement Required
21066 src/com/gps/hibernate/PasswordtrackerDAO.java 79 There is log block not surrounded by if
21067 src/com/gps/hibernate/PasswordtrackerDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21068 src/com/gps/hibernate/PasswordtrackerDAO.java 82 Local variable 'queryString' could be declared final
21069 src/com/gps/hibernate/PasswordtrackerDAO.java 84 Local variable 'queryObject' could be declared final
21070 src/com/gps/hibernate/PasswordtrackerDAO.java 84 Potential violation of Law of Demeter (method chain calls)
21071 src/com/gps/hibernate/PasswordtrackerDAO.java 85 Potential violation of Law of Demeter (object not created locally)
21072 src/com/gps/hibernate/PasswordtrackerDAO.java 86 Potential violation of Law of Demeter (object not created locally)
21073 src/com/gps/hibernate/PasswordtrackerDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21074 src/com/gps/hibernate/PasswordtrackerDAO.java 88 There is log block not surrounded by if
21075 src/com/gps/hibernate/PasswordtrackerDAO.java 93 Parameter 'userId' is not assigned and could be declared final
21076 src/com/gps/hibernate/PasswordtrackerDAO.java 93 publicMethodCommentRequirement Required
21077 src/com/gps/hibernate/PasswordtrackerDAO.java 97 Parameter 'password' is not assigned and could be declared final
21078 src/com/gps/hibernate/PasswordtrackerDAO.java 97 publicMethodCommentRequirement Required
21079 src/com/gps/hibernate/PasswordtrackerDAO.java 101 publicMethodCommentRequirement Required
21080 src/com/gps/hibernate/PasswordtrackerDAO.java 102 There is log block not surrounded by if
21081 src/com/gps/hibernate/PasswordtrackerDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21082 src/com/gps/hibernate/PasswordtrackerDAO.java 104 Local variable 'queryString' could be declared final
21083 src/com/gps/hibernate/PasswordtrackerDAO.java 105 Local variable 'queryObject' could be declared final
21084 src/com/gps/hibernate/PasswordtrackerDAO.java 105 Potential violation of Law of Demeter (method chain calls)
21085 src/com/gps/hibernate/PasswordtrackerDAO.java 106 Potential violation of Law of Demeter (object not created locally)
21086 src/com/gps/hibernate/PasswordtrackerDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21087 src/com/gps/hibernate/PasswordtrackerDAO.java 108 There is log block not surrounded by if
21088 src/com/gps/hibernate/PasswordtrackerDAO.java 113 Parameter 'detachedInstance' is not assigned and could be declared final
21089 src/com/gps/hibernate/PasswordtrackerDAO.java 113 publicMethodCommentRequirement Required
21090 src/com/gps/hibernate/PasswordtrackerDAO.java 114 There is log block not surrounded by if
21091 src/com/gps/hibernate/PasswordtrackerDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21092 src/com/gps/hibernate/PasswordtrackerDAO.java 116 Local variable 'result' could be declared final
21093 src/com/gps/hibernate/PasswordtrackerDAO.java 116 Potential violation of Law of Demeter (method chain calls)
21094 src/com/gps/hibernate/PasswordtrackerDAO.java 118 There is log block not surrounded by if
21095 src/com/gps/hibernate/PasswordtrackerDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21096 src/com/gps/hibernate/PasswordtrackerDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21097 src/com/gps/hibernate/PasswordtrackerDAO.java 121 There is log block not surrounded by if
21098 src/com/gps/hibernate/PasswordtrackerDAO.java 126 Parameter 'instance' is not assigned and could be declared final
21099 src/com/gps/hibernate/PasswordtrackerDAO.java 126 publicMethodCommentRequirement Required
21100 src/com/gps/hibernate/PasswordtrackerDAO.java 127 There is log block not surrounded by if
21101 src/com/gps/hibernate/PasswordtrackerDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21102 src/com/gps/hibernate/PasswordtrackerDAO.java 129 Potential violation of Law of Demeter (method chain calls)
21103 src/com/gps/hibernate/PasswordtrackerDAO.java 130 There is log block not surrounded by if
21104 src/com/gps/hibernate/PasswordtrackerDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21105 src/com/gps/hibernate/PasswordtrackerDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21106 src/com/gps/hibernate/PasswordtrackerDAO.java 132 There is log block not surrounded by if
21107 src/com/gps/hibernate/PasswordtrackerDAO.java 137 Parameter 'instance' is not assigned and could be declared final
21108 src/com/gps/hibernate/PasswordtrackerDAO.java 137 publicMethodCommentRequirement Required
21109 src/com/gps/hibernate/PasswordtrackerDAO.java 138 There is log block not surrounded by if
21110 src/com/gps/hibernate/PasswordtrackerDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21111 src/com/gps/hibernate/PasswordtrackerDAO.java 140 Potential violation of Law of Demeter (method chain calls)
21112 src/com/gps/hibernate/PasswordtrackerDAO.java 141 There is log block not surrounded by if
21113 src/com/gps/hibernate/PasswordtrackerDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21114 src/com/gps/hibernate/PasswordtrackerDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21115 src/com/gps/hibernate/PasswordtrackerDAO.java 143 There is log block not surrounded by if
21116 src/com/gps/hibernate/Permission.java 9 Classes implementing Serializable should set a serialVersionUID
21117 src/com/gps/hibernate/Permission.java 13 fieldCommentRequirement Required
21118 src/com/gps/hibernate/Permission.java 14 fieldCommentRequirement Required
21119 src/com/gps/hibernate/Permission.java 15 fieldCommentRequirement Required
21120 src/com/gps/hibernate/Permission.java 16 fieldCommentRequirement Required
21121 src/com/gps/hibernate/Permission.java 21 Document empty constructor
21122 src/com/gps/hibernate/Permission.java 25 Parameter 'permissionId' is not assigned and could be declared final
21123 src/com/gps/hibernate/Permission.java 30 Parameter 'actionId' is not assigned and could be declared final
21124 src/com/gps/hibernate/Permission.java 30 Parameter 'companyId' is not assigned and could be declared final
21125 src/com/gps/hibernate/Permission.java 30 Parameter 'permissionId' is not assigned and could be declared final
21126 src/com/gps/hibernate/Permission.java 31 Parameter 'resourceId' is not assigned and could be declared final
21127 src/com/gps/hibernate/Permission.java 40 publicMethodCommentRequirement Required
21128 src/com/gps/hibernate/Permission.java 44 Parameter 'permissionId' is not assigned and could be declared final
21129 src/com/gps/hibernate/Permission.java 44 publicMethodCommentRequirement Required
21130 src/com/gps/hibernate/Permission.java 48 publicMethodCommentRequirement Required
21131 src/com/gps/hibernate/Permission.java 52 Parameter 'companyId' is not assigned and could be declared final
21132 src/com/gps/hibernate/Permission.java 52 publicMethodCommentRequirement Required
21133 src/com/gps/hibernate/Permission.java 56 publicMethodCommentRequirement Required
21134 src/com/gps/hibernate/Permission.java 60 Parameter 'actionId' is not assigned and could be declared final
21135 src/com/gps/hibernate/Permission.java 60 publicMethodCommentRequirement Required
21136 src/com/gps/hibernate/Permission.java 64 publicMethodCommentRequirement Required
21137 src/com/gps/hibernate/Permission.java 68 Parameter 'resourceId' is not assigned and could be declared final
21138 src/com/gps/hibernate/Permission.java 68 publicMethodCommentRequirement Required
21139 src/com/gps/hibernate/PermissionDAO.java 10 Comment is too large: Too many lines
21140 src/com/gps/hibernate/PermissionDAO.java 22 This class has too many methods, consider refactoring it.
21141 src/com/gps/hibernate/PermissionDAO.java 23 Logger should be defined private static final and have the correct class
21142 src/com/gps/hibernate/PermissionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
21143 src/com/gps/hibernate/PermissionDAO.java 23 fieldCommentRequirement Required
21144 src/com/gps/hibernate/PermissionDAO.java 25 fieldCommentRequirement Required
21145 src/com/gps/hibernate/PermissionDAO.java 26 fieldCommentRequirement Required
21146 src/com/gps/hibernate/PermissionDAO.java 27 fieldCommentRequirement Required
21147 src/com/gps/hibernate/PermissionDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
21148 src/com/gps/hibernate/PermissionDAO.java 29 publicMethodCommentRequirement Required
21149 src/com/gps/hibernate/PermissionDAO.java 30 There is log block not surrounded by if
21150 src/com/gps/hibernate/PermissionDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21151 src/com/gps/hibernate/PermissionDAO.java 32 Potential violation of Law of Demeter (method chain calls)
21152 src/com/gps/hibernate/PermissionDAO.java 33 There is log block not surrounded by if
21153 src/com/gps/hibernate/PermissionDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21154 src/com/gps/hibernate/PermissionDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21155 src/com/gps/hibernate/PermissionDAO.java 35 There is log block not surrounded by if
21156 src/com/gps/hibernate/PermissionDAO.java 40 Avoid excessively long variable names like persistentInstance
21157 src/com/gps/hibernate/PermissionDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
21158 src/com/gps/hibernate/PermissionDAO.java 40 publicMethodCommentRequirement Required
21159 src/com/gps/hibernate/PermissionDAO.java 41 There is log block not surrounded by if
21160 src/com/gps/hibernate/PermissionDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21161 src/com/gps/hibernate/PermissionDAO.java 43 Potential violation of Law of Demeter (method chain calls)
21162 src/com/gps/hibernate/PermissionDAO.java 44 There is log block not surrounded by if
21163 src/com/gps/hibernate/PermissionDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21164 src/com/gps/hibernate/PermissionDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21165 src/com/gps/hibernate/PermissionDAO.java 46 There is log block not surrounded by if
21166 src/com/gps/hibernate/PermissionDAO.java 51 Avoid variables with short names like id
21167 src/com/gps/hibernate/PermissionDAO.java 51 Parameter 'id' is not assigned and could be declared final
21168 src/com/gps/hibernate/PermissionDAO.java 51 publicMethodCommentRequirement Required
21169 src/com/gps/hibernate/PermissionDAO.java 52 There is log block not surrounded by if
21170 src/com/gps/hibernate/PermissionDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21171 src/com/gps/hibernate/PermissionDAO.java 54 Local variable 'instance' could be declared final
21172 src/com/gps/hibernate/PermissionDAO.java 54 Potential violation of Law of Demeter (method chain calls)
21173 src/com/gps/hibernate/PermissionDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21174 src/com/gps/hibernate/PermissionDAO.java 58 There is log block not surrounded by if
21175 src/com/gps/hibernate/PermissionDAO.java 63 Parameter 'instance' is not assigned and could be declared final
21176 src/com/gps/hibernate/PermissionDAO.java 63 publicMethodCommentRequirement Required
21177 src/com/gps/hibernate/PermissionDAO.java 64 There is log block not surrounded by if
21178 src/com/gps/hibernate/PermissionDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21179 src/com/gps/hibernate/PermissionDAO.java 66 Local variable 'results' could be declared final
21180 src/com/gps/hibernate/PermissionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
21181 src/com/gps/hibernate/PermissionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
21182 src/com/gps/hibernate/PermissionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
21183 src/com/gps/hibernate/PermissionDAO.java 69 There is log block not surrounded by if
21184 src/com/gps/hibernate/PermissionDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21185 src/com/gps/hibernate/PermissionDAO.java 70 Potential violation of Law of Demeter (object not created locally)
21186 src/com/gps/hibernate/PermissionDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21187 src/com/gps/hibernate/PermissionDAO.java 73 There is log block not surrounded by if
21188 src/com/gps/hibernate/PermissionDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
21189 src/com/gps/hibernate/PermissionDAO.java 78 Parameter 'value' is not assigned and could be declared final
21190 src/com/gps/hibernate/PermissionDAO.java 78 publicMethodCommentRequirement Required
21191 src/com/gps/hibernate/PermissionDAO.java 79 There is log block not surrounded by if
21192 src/com/gps/hibernate/PermissionDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21193 src/com/gps/hibernate/PermissionDAO.java 82 Local variable 'queryString' could be declared final
21194 src/com/gps/hibernate/PermissionDAO.java 84 Local variable 'queryObject' could be declared final
21195 src/com/gps/hibernate/PermissionDAO.java 84 Potential violation of Law of Demeter (method chain calls)
21196 src/com/gps/hibernate/PermissionDAO.java 85 Potential violation of Law of Demeter (object not created locally)
21197 src/com/gps/hibernate/PermissionDAO.java 86 Potential violation of Law of Demeter (object not created locally)
21198 src/com/gps/hibernate/PermissionDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21199 src/com/gps/hibernate/PermissionDAO.java 88 There is log block not surrounded by if
21200 src/com/gps/hibernate/PermissionDAO.java 93 Parameter 'companyId' is not assigned and could be declared final
21201 src/com/gps/hibernate/PermissionDAO.java 93 publicMethodCommentRequirement Required
21202 src/com/gps/hibernate/PermissionDAO.java 97 Parameter 'actionId' is not assigned and could be declared final
21203 src/com/gps/hibernate/PermissionDAO.java 97 publicMethodCommentRequirement Required
21204 src/com/gps/hibernate/PermissionDAO.java 101 Parameter 'resourceId' is not assigned and could be declared final
21205 src/com/gps/hibernate/PermissionDAO.java 101 publicMethodCommentRequirement Required
21206 src/com/gps/hibernate/PermissionDAO.java 105 publicMethodCommentRequirement Required
21207 src/com/gps/hibernate/PermissionDAO.java 106 There is log block not surrounded by if
21208 src/com/gps/hibernate/PermissionDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21209 src/com/gps/hibernate/PermissionDAO.java 108 Local variable 'queryString' could be declared final
21210 src/com/gps/hibernate/PermissionDAO.java 109 Local variable 'queryObject' could be declared final
21211 src/com/gps/hibernate/PermissionDAO.java 109 Potential violation of Law of Demeter (method chain calls)
21212 src/com/gps/hibernate/PermissionDAO.java 110 Potential violation of Law of Demeter (object not created locally)
21213 src/com/gps/hibernate/PermissionDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21214 src/com/gps/hibernate/PermissionDAO.java 112 There is log block not surrounded by if
21215 src/com/gps/hibernate/PermissionDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
21216 src/com/gps/hibernate/PermissionDAO.java 117 publicMethodCommentRequirement Required
21217 src/com/gps/hibernate/PermissionDAO.java 118 There is log block not surrounded by if
21218 src/com/gps/hibernate/PermissionDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21219 src/com/gps/hibernate/PermissionDAO.java 120 Local variable 'result' could be declared final
21220 src/com/gps/hibernate/PermissionDAO.java 120 Potential violation of Law of Demeter (method chain calls)
21221 src/com/gps/hibernate/PermissionDAO.java 122 There is log block not surrounded by if
21222 src/com/gps/hibernate/PermissionDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21223 src/com/gps/hibernate/PermissionDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21224 src/com/gps/hibernate/PermissionDAO.java 125 There is log block not surrounded by if
21225 src/com/gps/hibernate/PermissionDAO.java 130 Parameter 'instance' is not assigned and could be declared final
21226 src/com/gps/hibernate/PermissionDAO.java 130 publicMethodCommentRequirement Required
21227 src/com/gps/hibernate/PermissionDAO.java 131 There is log block not surrounded by if
21228 src/com/gps/hibernate/PermissionDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21229 src/com/gps/hibernate/PermissionDAO.java 133 Potential violation of Law of Demeter (method chain calls)
21230 src/com/gps/hibernate/PermissionDAO.java 134 There is log block not surrounded by if
21231 src/com/gps/hibernate/PermissionDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21232 src/com/gps/hibernate/PermissionDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21233 src/com/gps/hibernate/PermissionDAO.java 136 There is log block not surrounded by if
21234 src/com/gps/hibernate/PermissionDAO.java 141 Parameter 'instance' is not assigned and could be declared final
21235 src/com/gps/hibernate/PermissionDAO.java 141 publicMethodCommentRequirement Required
21236 src/com/gps/hibernate/PermissionDAO.java 142 There is log block not surrounded by if
21237 src/com/gps/hibernate/PermissionDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21238 src/com/gps/hibernate/PermissionDAO.java 144 Potential violation of Law of Demeter (method chain calls)
21239 src/com/gps/hibernate/PermissionDAO.java 145 There is log block not surrounded by if
21240 src/com/gps/hibernate/PermissionDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21241 src/com/gps/hibernate/PermissionDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21242 src/com/gps/hibernate/PermissionDAO.java 147 There is log block not surrounded by if
21243 src/com/gps/hibernate/Phone.java 11 Classes implementing Serializable should set a serialVersionUID
21244 src/com/gps/hibernate/Phone.java 15 fieldCommentRequirement Required
21245 src/com/gps/hibernate/Phone.java 16 fieldCommentRequirement Required
21246 src/com/gps/hibernate/Phone.java 17 fieldCommentRequirement Required
21247 src/com/gps/hibernate/Phone.java 18 fieldCommentRequirement Required
21248 src/com/gps/hibernate/Phone.java 19 fieldCommentRequirement Required
21249 src/com/gps/hibernate/Phone.java 20 fieldCommentRequirement Required
21250 src/com/gps/hibernate/Phone.java 21 fieldCommentRequirement Required
21251 src/com/gps/hibernate/Phone.java 22 fieldCommentRequirement Required
21252 src/com/gps/hibernate/Phone.java 23 fieldCommentRequirement Required
21253 src/com/gps/hibernate/Phone.java 24 fieldCommentRequirement Required
21254 src/com/gps/hibernate/Phone.java 25 fieldCommentRequirement Required
21255 src/com/gps/hibernate/Phone.java 26 fieldCommentRequirement Required
21256 src/com/gps/hibernate/Phone.java 31 Document empty constructor
21257 src/com/gps/hibernate/Phone.java 35 Parameter 'phoneId' is not assigned and could be declared final
21258 src/com/gps/hibernate/Phone.java 40 Avoid long parameter lists.
21259 src/com/gps/hibernate/Phone.java 40 Parameter 'companyId' is not assigned and could be declared final
21260 src/com/gps/hibernate/Phone.java 40 Parameter 'phoneId' is not assigned and could be declared final
21261 src/com/gps/hibernate/Phone.java 40 Parameter 'userId' is not assigned and could be declared final
21262 src/com/gps/hibernate/Phone.java 40 Parameter 'userName' is not assigned and could be declared final
21263 src/com/gps/hibernate/Phone.java 41 Parameter 'classNameId' is not assigned and could be declared final
21264 src/com/gps/hibernate/Phone.java 41 Parameter 'classPk' is not assigned and could be declared final
21265 src/com/gps/hibernate/Phone.java 41 Parameter 'createDate' is not assigned and could be declared final
21266 src/com/gps/hibernate/Phone.java 41 Parameter 'modifiedDate' is not assigned and could be declared final
21267 src/com/gps/hibernate/Phone.java 42 Parameter 'extension' is not assigned and could be declared final
21268 src/com/gps/hibernate/Phone.java 42 Parameter 'number' is not assigned and could be declared final
21269 src/com/gps/hibernate/Phone.java 42 Parameter 'primary' is not assigned and could be declared final
21270 src/com/gps/hibernate/Phone.java 42 Parameter 'typeId' is not assigned and could be declared final
21271 src/com/gps/hibernate/Phone.java 59 publicMethodCommentRequirement Required
21272 src/com/gps/hibernate/Phone.java 63 Parameter 'phoneId' is not assigned and could be declared final
21273 src/com/gps/hibernate/Phone.java 63 publicMethodCommentRequirement Required
21274 src/com/gps/hibernate/Phone.java 67 publicMethodCommentRequirement Required
21275 src/com/gps/hibernate/Phone.java 71 Parameter 'companyId' is not assigned and could be declared final
21276 src/com/gps/hibernate/Phone.java 71 publicMethodCommentRequirement Required
21277 src/com/gps/hibernate/Phone.java 75 publicMethodCommentRequirement Required
21278 src/com/gps/hibernate/Phone.java 79 Parameter 'userId' is not assigned and could be declared final
21279 src/com/gps/hibernate/Phone.java 79 publicMethodCommentRequirement Required
21280 src/com/gps/hibernate/Phone.java 83 publicMethodCommentRequirement Required
21281 src/com/gps/hibernate/Phone.java 87 Parameter 'userName' is not assigned and could be declared final
21282 src/com/gps/hibernate/Phone.java 87 publicMethodCommentRequirement Required
21283 src/com/gps/hibernate/Phone.java 91 publicMethodCommentRequirement Required
21284 src/com/gps/hibernate/Phone.java 95 Parameter 'createDate' is not assigned and could be declared final
21285 src/com/gps/hibernate/Phone.java 95 publicMethodCommentRequirement Required
21286 src/com/gps/hibernate/Phone.java 99 publicMethodCommentRequirement Required
21287 src/com/gps/hibernate/Phone.java 103 Parameter 'modifiedDate' is not assigned and could be declared final
21288 src/com/gps/hibernate/Phone.java 103 publicMethodCommentRequirement Required
21289 src/com/gps/hibernate/Phone.java 107 publicMethodCommentRequirement Required
21290 src/com/gps/hibernate/Phone.java 111 Parameter 'classNameId' is not assigned and could be declared final
21291 src/com/gps/hibernate/Phone.java 111 publicMethodCommentRequirement Required
21292 src/com/gps/hibernate/Phone.java 115 publicMethodCommentRequirement Required
21293 src/com/gps/hibernate/Phone.java 119 Parameter 'classPk' is not assigned and could be declared final
21294 src/com/gps/hibernate/Phone.java 119 publicMethodCommentRequirement Required
21295 src/com/gps/hibernate/Phone.java 123 publicMethodCommentRequirement Required
21296 src/com/gps/hibernate/Phone.java 127 Parameter 'number' is not assigned and could be declared final
21297 src/com/gps/hibernate/Phone.java 127 publicMethodCommentRequirement Required
21298 src/com/gps/hibernate/Phone.java 131 publicMethodCommentRequirement Required
21299 src/com/gps/hibernate/Phone.java 135 Parameter 'extension' is not assigned and could be declared final
21300 src/com/gps/hibernate/Phone.java 135 publicMethodCommentRequirement Required
21301 src/com/gps/hibernate/Phone.java 139 publicMethodCommentRequirement Required
21302 src/com/gps/hibernate/Phone.java 143 Parameter 'typeId' is not assigned and could be declared final
21303 src/com/gps/hibernate/Phone.java 143 publicMethodCommentRequirement Required
21304 src/com/gps/hibernate/Phone.java 147 publicMethodCommentRequirement Required
21305 src/com/gps/hibernate/Phone.java 151 Parameter 'primary' is not assigned and could be declared final
21306 src/com/gps/hibernate/Phone.java 151 publicMethodCommentRequirement Required
21307 src/com/gps/hibernate/PhoneDAO.java 3 Avoid unused imports such as 'java.util.Date'
21308 src/com/gps/hibernate/PhoneDAO.java 11 Comment is too large: Too many lines
21309 src/com/gps/hibernate/PhoneDAO.java 23 This class has too many methods, consider refactoring it.
21310 src/com/gps/hibernate/PhoneDAO.java 24 Logger should be defined private static final and have the correct class
21311 src/com/gps/hibernate/PhoneDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
21312 src/com/gps/hibernate/PhoneDAO.java 24 fieldCommentRequirement Required
21313 src/com/gps/hibernate/PhoneDAO.java 26 fieldCommentRequirement Required
21314 src/com/gps/hibernate/PhoneDAO.java 27 fieldCommentRequirement Required
21315 src/com/gps/hibernate/PhoneDAO.java 28 fieldCommentRequirement Required
21316 src/com/gps/hibernate/PhoneDAO.java 29 fieldCommentRequirement Required
21317 src/com/gps/hibernate/PhoneDAO.java 30 fieldCommentRequirement Required
21318 src/com/gps/hibernate/PhoneDAO.java 31 fieldCommentRequirement Required
21319 src/com/gps/hibernate/PhoneDAO.java 32 fieldCommentRequirement Required
21320 src/com/gps/hibernate/PhoneDAO.java 33 fieldCommentRequirement Required
21321 src/com/gps/hibernate/PhoneDAO.java 34 fieldCommentRequirement Required
21322 src/com/gps/hibernate/PhoneDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
21323 src/com/gps/hibernate/PhoneDAO.java 36 publicMethodCommentRequirement Required
21324 src/com/gps/hibernate/PhoneDAO.java 37 There is log block not surrounded by if
21325 src/com/gps/hibernate/PhoneDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21326 src/com/gps/hibernate/PhoneDAO.java 39 Potential violation of Law of Demeter (method chain calls)
21327 src/com/gps/hibernate/PhoneDAO.java 40 There is log block not surrounded by if
21328 src/com/gps/hibernate/PhoneDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21329 src/com/gps/hibernate/PhoneDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21330 src/com/gps/hibernate/PhoneDAO.java 42 There is log block not surrounded by if
21331 src/com/gps/hibernate/PhoneDAO.java 47 Avoid excessively long variable names like persistentInstance
21332 src/com/gps/hibernate/PhoneDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
21333 src/com/gps/hibernate/PhoneDAO.java 47 publicMethodCommentRequirement Required
21334 src/com/gps/hibernate/PhoneDAO.java 48 There is log block not surrounded by if
21335 src/com/gps/hibernate/PhoneDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21336 src/com/gps/hibernate/PhoneDAO.java 50 Potential violation of Law of Demeter (method chain calls)
21337 src/com/gps/hibernate/PhoneDAO.java 51 There is log block not surrounded by if
21338 src/com/gps/hibernate/PhoneDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21339 src/com/gps/hibernate/PhoneDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21340 src/com/gps/hibernate/PhoneDAO.java 53 There is log block not surrounded by if
21341 src/com/gps/hibernate/PhoneDAO.java 58 Avoid variables with short names like id
21342 src/com/gps/hibernate/PhoneDAO.java 58 Parameter 'id' is not assigned and could be declared final
21343 src/com/gps/hibernate/PhoneDAO.java 58 publicMethodCommentRequirement Required
21344 src/com/gps/hibernate/PhoneDAO.java 59 There is log block not surrounded by if
21345 src/com/gps/hibernate/PhoneDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21346 src/com/gps/hibernate/PhoneDAO.java 61 Local variable 'instance' could be declared final
21347 src/com/gps/hibernate/PhoneDAO.java 61 Potential violation of Law of Demeter (method chain calls)
21348 src/com/gps/hibernate/PhoneDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21349 src/com/gps/hibernate/PhoneDAO.java 65 There is log block not surrounded by if
21350 src/com/gps/hibernate/PhoneDAO.java 70 Parameter 'instance' is not assigned and could be declared final
21351 src/com/gps/hibernate/PhoneDAO.java 70 publicMethodCommentRequirement Required
21352 src/com/gps/hibernate/PhoneDAO.java 71 There is log block not surrounded by if
21353 src/com/gps/hibernate/PhoneDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21354 src/com/gps/hibernate/PhoneDAO.java 73 Local variable 'results' could be declared final
21355 src/com/gps/hibernate/PhoneDAO.java 73 Potential violation of Law of Demeter (method chain calls)
21356 src/com/gps/hibernate/PhoneDAO.java 73 Potential violation of Law of Demeter (method chain calls)
21357 src/com/gps/hibernate/PhoneDAO.java 73 Potential violation of Law of Demeter (method chain calls)
21358 src/com/gps/hibernate/PhoneDAO.java 76 There is log block not surrounded by if
21359 src/com/gps/hibernate/PhoneDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21360 src/com/gps/hibernate/PhoneDAO.java 77 Potential violation of Law of Demeter (object not created locally)
21361 src/com/gps/hibernate/PhoneDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21362 src/com/gps/hibernate/PhoneDAO.java 80 There is log block not surrounded by if
21363 src/com/gps/hibernate/PhoneDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
21364 src/com/gps/hibernate/PhoneDAO.java 85 Parameter 'value' is not assigned and could be declared final
21365 src/com/gps/hibernate/PhoneDAO.java 85 publicMethodCommentRequirement Required
21366 src/com/gps/hibernate/PhoneDAO.java 86 There is log block not surrounded by if
21367 src/com/gps/hibernate/PhoneDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21368 src/com/gps/hibernate/PhoneDAO.java 89 Local variable 'queryString' could be declared final
21369 src/com/gps/hibernate/PhoneDAO.java 91 Local variable 'queryObject' could be declared final
21370 src/com/gps/hibernate/PhoneDAO.java 91 Potential violation of Law of Demeter (method chain calls)
21371 src/com/gps/hibernate/PhoneDAO.java 92 Potential violation of Law of Demeter (object not created locally)
21372 src/com/gps/hibernate/PhoneDAO.java 93 Potential violation of Law of Demeter (object not created locally)
21373 src/com/gps/hibernate/PhoneDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21374 src/com/gps/hibernate/PhoneDAO.java 95 There is log block not surrounded by if
21375 src/com/gps/hibernate/PhoneDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
21376 src/com/gps/hibernate/PhoneDAO.java 100 publicMethodCommentRequirement Required
21377 src/com/gps/hibernate/PhoneDAO.java 104 Parameter 'userId' is not assigned and could be declared final
21378 src/com/gps/hibernate/PhoneDAO.java 104 publicMethodCommentRequirement Required
21379 src/com/gps/hibernate/PhoneDAO.java 108 Parameter 'userName' is not assigned and could be declared final
21380 src/com/gps/hibernate/PhoneDAO.java 108 publicMethodCommentRequirement Required
21381 src/com/gps/hibernate/PhoneDAO.java 112 Parameter 'classNameId' is not assigned and could be declared final
21382 src/com/gps/hibernate/PhoneDAO.java 112 publicMethodCommentRequirement Required
21383 src/com/gps/hibernate/PhoneDAO.java 116 Parameter 'classPk' is not assigned and could be declared final
21384 src/com/gps/hibernate/PhoneDAO.java 116 publicMethodCommentRequirement Required
21385 src/com/gps/hibernate/PhoneDAO.java 120 Parameter 'number' is not assigned and could be declared final
21386 src/com/gps/hibernate/PhoneDAO.java 120 publicMethodCommentRequirement Required
21387 src/com/gps/hibernate/PhoneDAO.java 124 Parameter 'extension' is not assigned and could be declared final
21388 src/com/gps/hibernate/PhoneDAO.java 124 publicMethodCommentRequirement Required
21389 src/com/gps/hibernate/PhoneDAO.java 128 Parameter 'typeId' is not assigned and could be declared final
21390 src/com/gps/hibernate/PhoneDAO.java 128 publicMethodCommentRequirement Required
21391 src/com/gps/hibernate/PhoneDAO.java 132 Parameter 'primary' is not assigned and could be declared final
21392 src/com/gps/hibernate/PhoneDAO.java 132 publicMethodCommentRequirement Required
21393 src/com/gps/hibernate/PhoneDAO.java 136 publicMethodCommentRequirement Required
21394 src/com/gps/hibernate/PhoneDAO.java 137 There is log block not surrounded by if
21395 src/com/gps/hibernate/PhoneDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21396 src/com/gps/hibernate/PhoneDAO.java 139 Local variable 'queryString' could be declared final
21397 src/com/gps/hibernate/PhoneDAO.java 140 Local variable 'queryObject' could be declared final
21398 src/com/gps/hibernate/PhoneDAO.java 140 Potential violation of Law of Demeter (method chain calls)
21399 src/com/gps/hibernate/PhoneDAO.java 141 Potential violation of Law of Demeter (object not created locally)
21400 src/com/gps/hibernate/PhoneDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21401 src/com/gps/hibernate/PhoneDAO.java 143 There is log block not surrounded by if
21402 src/com/gps/hibernate/PhoneDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
21403 src/com/gps/hibernate/PhoneDAO.java 148 publicMethodCommentRequirement Required
21404 src/com/gps/hibernate/PhoneDAO.java 149 There is log block not surrounded by if
21405 src/com/gps/hibernate/PhoneDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21406 src/com/gps/hibernate/PhoneDAO.java 151 Local variable 'result' could be declared final
21407 src/com/gps/hibernate/PhoneDAO.java 151 Potential violation of Law of Demeter (method chain calls)
21408 src/com/gps/hibernate/PhoneDAO.java 152 There is log block not surrounded by if
21409 src/com/gps/hibernate/PhoneDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21410 src/com/gps/hibernate/PhoneDAO.java 154 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21411 src/com/gps/hibernate/PhoneDAO.java 155 There is log block not surrounded by if
21412 src/com/gps/hibernate/PhoneDAO.java 160 Parameter 'instance' is not assigned and could be declared final
21413 src/com/gps/hibernate/PhoneDAO.java 160 publicMethodCommentRequirement Required
21414 src/com/gps/hibernate/PhoneDAO.java 161 There is log block not surrounded by if
21415 src/com/gps/hibernate/PhoneDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21416 src/com/gps/hibernate/PhoneDAO.java 163 Potential violation of Law of Demeter (method chain calls)
21417 src/com/gps/hibernate/PhoneDAO.java 164 There is log block not surrounded by if
21418 src/com/gps/hibernate/PhoneDAO.java 164 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21419 src/com/gps/hibernate/PhoneDAO.java 165 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21420 src/com/gps/hibernate/PhoneDAO.java 166 There is log block not surrounded by if
21421 src/com/gps/hibernate/PhoneDAO.java 171 Parameter 'instance' is not assigned and could be declared final
21422 src/com/gps/hibernate/PhoneDAO.java 171 publicMethodCommentRequirement Required
21423 src/com/gps/hibernate/PhoneDAO.java 172 There is log block not surrounded by if
21424 src/com/gps/hibernate/PhoneDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21425 src/com/gps/hibernate/PhoneDAO.java 174 Potential violation of Law of Demeter (method chain calls)
21426 src/com/gps/hibernate/PhoneDAO.java 175 There is log block not surrounded by if
21427 src/com/gps/hibernate/PhoneDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21428 src/com/gps/hibernate/PhoneDAO.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21429 src/com/gps/hibernate/PhoneDAO.java 177 There is log block not surrounded by if
21430 src/com/gps/hibernate/PickupPoints.java 9 Classes implementing Serializable should set a serialVersionUID
21431 src/com/gps/hibernate/PickupPoints.java 13 Avoid variables with short names like id
21432 src/com/gps/hibernate/PickupPoints.java 13 fieldCommentRequirement Required
21433 src/com/gps/hibernate/PickupPoints.java 14 fieldCommentRequirement Required
21434 src/com/gps/hibernate/PickupPoints.java 15 fieldCommentRequirement Required
21435 src/com/gps/hibernate/PickupPoints.java 16 fieldCommentRequirement Required
21436 src/com/gps/hibernate/PickupPoints.java 21 Document empty constructor
21437 src/com/gps/hibernate/PickupPoints.java 25 Parameter 'latitude' is not assigned and could be declared final
21438 src/com/gps/hibernate/PickupPoints.java 25 Parameter 'tripDetails' is not assigned and could be declared final
21439 src/com/gps/hibernate/PickupPoints.java 26 Parameter 'longitude' is not assigned and could be declared final
21440 src/com/gps/hibernate/PickupPoints.java 34 publicMethodCommentRequirement Required
21441 src/com/gps/hibernate/PickupPoints.java 38 Avoid variables with short names like id
21442 src/com/gps/hibernate/PickupPoints.java 38 Parameter 'id' is not assigned and could be declared final
21443 src/com/gps/hibernate/PickupPoints.java 38 publicMethodCommentRequirement Required
21444 src/com/gps/hibernate/PickupPoints.java 42 publicMethodCommentRequirement Required
21445 src/com/gps/hibernate/PickupPoints.java 46 Parameter 'tripDetails' is not assigned and could be declared final
21446 src/com/gps/hibernate/PickupPoints.java 46 publicMethodCommentRequirement Required
21447 src/com/gps/hibernate/PickupPoints.java 50 publicMethodCommentRequirement Required
21448 src/com/gps/hibernate/PickupPoints.java 54 Parameter 'latitude' is not assigned and could be declared final
21449 src/com/gps/hibernate/PickupPoints.java 54 publicMethodCommentRequirement Required
21450 src/com/gps/hibernate/PickupPoints.java 58 publicMethodCommentRequirement Required
21451 src/com/gps/hibernate/PickupPoints.java 62 Parameter 'longitude' is not assigned and could be declared final
21452 src/com/gps/hibernate/PickupPoints.java 62 publicMethodCommentRequirement Required
21453 src/com/gps/hibernate/PickupPointsDAO.java 10 Comment is too large: Too many lines
21454 src/com/gps/hibernate/PickupPointsDAO.java 22 This class has too many methods, consider refactoring it.
21455 src/com/gps/hibernate/PickupPointsDAO.java 23 Logger should be defined private static final and have the correct class
21456 src/com/gps/hibernate/PickupPointsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
21457 src/com/gps/hibernate/PickupPointsDAO.java 23 fieldCommentRequirement Required
21458 src/com/gps/hibernate/PickupPointsDAO.java 25 fieldCommentRequirement Required
21459 src/com/gps/hibernate/PickupPointsDAO.java 26 fieldCommentRequirement Required
21460 src/com/gps/hibernate/PickupPointsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
21461 src/com/gps/hibernate/PickupPointsDAO.java 28 publicMethodCommentRequirement Required
21462 src/com/gps/hibernate/PickupPointsDAO.java 29 There is log block not surrounded by if
21463 src/com/gps/hibernate/PickupPointsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21464 src/com/gps/hibernate/PickupPointsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
21465 src/com/gps/hibernate/PickupPointsDAO.java 32 There is log block not surrounded by if
21466 src/com/gps/hibernate/PickupPointsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21467 src/com/gps/hibernate/PickupPointsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21468 src/com/gps/hibernate/PickupPointsDAO.java 34 There is log block not surrounded by if
21469 src/com/gps/hibernate/PickupPointsDAO.java 39 Avoid excessively long variable names like persistentInstance
21470 src/com/gps/hibernate/PickupPointsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
21471 src/com/gps/hibernate/PickupPointsDAO.java 39 publicMethodCommentRequirement Required
21472 src/com/gps/hibernate/PickupPointsDAO.java 40 There is log block not surrounded by if
21473 src/com/gps/hibernate/PickupPointsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21474 src/com/gps/hibernate/PickupPointsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
21475 src/com/gps/hibernate/PickupPointsDAO.java 43 There is log block not surrounded by if
21476 src/com/gps/hibernate/PickupPointsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21477 src/com/gps/hibernate/PickupPointsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21478 src/com/gps/hibernate/PickupPointsDAO.java 45 There is log block not surrounded by if
21479 src/com/gps/hibernate/PickupPointsDAO.java 50 Avoid variables with short names like id
21480 src/com/gps/hibernate/PickupPointsDAO.java 50 Parameter 'id' is not assigned and could be declared final
21481 src/com/gps/hibernate/PickupPointsDAO.java 50 publicMethodCommentRequirement Required
21482 src/com/gps/hibernate/PickupPointsDAO.java 51 There is log block not surrounded by if
21483 src/com/gps/hibernate/PickupPointsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21484 src/com/gps/hibernate/PickupPointsDAO.java 53 Local variable 'instance' could be declared final
21485 src/com/gps/hibernate/PickupPointsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
21486 src/com/gps/hibernate/PickupPointsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21487 src/com/gps/hibernate/PickupPointsDAO.java 57 There is log block not surrounded by if
21488 src/com/gps/hibernate/PickupPointsDAO.java 62 Parameter 'instance' is not assigned and could be declared final
21489 src/com/gps/hibernate/PickupPointsDAO.java 62 publicMethodCommentRequirement Required
21490 src/com/gps/hibernate/PickupPointsDAO.java 63 There is log block not surrounded by if
21491 src/com/gps/hibernate/PickupPointsDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21492 src/com/gps/hibernate/PickupPointsDAO.java 65 Local variable 'results' could be declared final
21493 src/com/gps/hibernate/PickupPointsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
21494 src/com/gps/hibernate/PickupPointsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
21495 src/com/gps/hibernate/PickupPointsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
21496 src/com/gps/hibernate/PickupPointsDAO.java 68 There is log block not surrounded by if
21497 src/com/gps/hibernate/PickupPointsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21498 src/com/gps/hibernate/PickupPointsDAO.java 69 Potential violation of Law of Demeter (object not created locally)
21499 src/com/gps/hibernate/PickupPointsDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21500 src/com/gps/hibernate/PickupPointsDAO.java 72 There is log block not surrounded by if
21501 src/com/gps/hibernate/PickupPointsDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
21502 src/com/gps/hibernate/PickupPointsDAO.java 77 Parameter 'value' is not assigned and could be declared final
21503 src/com/gps/hibernate/PickupPointsDAO.java 77 publicMethodCommentRequirement Required
21504 src/com/gps/hibernate/PickupPointsDAO.java 78 There is log block not surrounded by if
21505 src/com/gps/hibernate/PickupPointsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21506 src/com/gps/hibernate/PickupPointsDAO.java 81 Local variable 'queryString' could be declared final
21507 src/com/gps/hibernate/PickupPointsDAO.java 83 Local variable 'queryObject' could be declared final
21508 src/com/gps/hibernate/PickupPointsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
21509 src/com/gps/hibernate/PickupPointsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
21510 src/com/gps/hibernate/PickupPointsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
21511 src/com/gps/hibernate/PickupPointsDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21512 src/com/gps/hibernate/PickupPointsDAO.java 87 There is log block not surrounded by if
21513 src/com/gps/hibernate/PickupPointsDAO.java 92 Parameter 'latitude' is not assigned and could be declared final
21514 src/com/gps/hibernate/PickupPointsDAO.java 92 publicMethodCommentRequirement Required
21515 src/com/gps/hibernate/PickupPointsDAO.java 96 Parameter 'longitude' is not assigned and could be declared final
21516 src/com/gps/hibernate/PickupPointsDAO.java 96 publicMethodCommentRequirement Required
21517 src/com/gps/hibernate/PickupPointsDAO.java 100 publicMethodCommentRequirement Required
21518 src/com/gps/hibernate/PickupPointsDAO.java 101 There is log block not surrounded by if
21519 src/com/gps/hibernate/PickupPointsDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21520 src/com/gps/hibernate/PickupPointsDAO.java 103 Local variable 'queryString' could be declared final
21521 src/com/gps/hibernate/PickupPointsDAO.java 104 Local variable 'queryObject' could be declared final
21522 src/com/gps/hibernate/PickupPointsDAO.java 104 Potential violation of Law of Demeter (method chain calls)
21523 src/com/gps/hibernate/PickupPointsDAO.java 105 Potential violation of Law of Demeter (object not created locally)
21524 src/com/gps/hibernate/PickupPointsDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21525 src/com/gps/hibernate/PickupPointsDAO.java 107 There is log block not surrounded by if
21526 src/com/gps/hibernate/PickupPointsDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
21527 src/com/gps/hibernate/PickupPointsDAO.java 112 publicMethodCommentRequirement Required
21528 src/com/gps/hibernate/PickupPointsDAO.java 113 There is log block not surrounded by if
21529 src/com/gps/hibernate/PickupPointsDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21530 src/com/gps/hibernate/PickupPointsDAO.java 115 Local variable 'result' could be declared final
21531 src/com/gps/hibernate/PickupPointsDAO.java 115 Potential violation of Law of Demeter (method chain calls)
21532 src/com/gps/hibernate/PickupPointsDAO.java 117 There is log block not surrounded by if
21533 src/com/gps/hibernate/PickupPointsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21534 src/com/gps/hibernate/PickupPointsDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21535 src/com/gps/hibernate/PickupPointsDAO.java 120 There is log block not surrounded by if
21536 src/com/gps/hibernate/PickupPointsDAO.java 125 Parameter 'instance' is not assigned and could be declared final
21537 src/com/gps/hibernate/PickupPointsDAO.java 125 publicMethodCommentRequirement Required
21538 src/com/gps/hibernate/PickupPointsDAO.java 126 There is log block not surrounded by if
21539 src/com/gps/hibernate/PickupPointsDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21540 src/com/gps/hibernate/PickupPointsDAO.java 128 Potential violation of Law of Demeter (method chain calls)
21541 src/com/gps/hibernate/PickupPointsDAO.java 129 There is log block not surrounded by if
21542 src/com/gps/hibernate/PickupPointsDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21543 src/com/gps/hibernate/PickupPointsDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21544 src/com/gps/hibernate/PickupPointsDAO.java 131 There is log block not surrounded by if
21545 src/com/gps/hibernate/PickupPointsDAO.java 136 Parameter 'instance' is not assigned and could be declared final
21546 src/com/gps/hibernate/PickupPointsDAO.java 136 publicMethodCommentRequirement Required
21547 src/com/gps/hibernate/PickupPointsDAO.java 137 There is log block not surrounded by if
21548 src/com/gps/hibernate/PickupPointsDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21549 src/com/gps/hibernate/PickupPointsDAO.java 139 Potential violation of Law of Demeter (method chain calls)
21550 src/com/gps/hibernate/PickupPointsDAO.java 140 There is log block not surrounded by if
21551 src/com/gps/hibernate/PickupPointsDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21552 src/com/gps/hibernate/PickupPointsDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21553 src/com/gps/hibernate/PickupPointsDAO.java 142 There is log block not surrounded by if
21554 src/com/gps/hibernate/Pluginsetting.java 9 Classes implementing Serializable should set a serialVersionUID
21555 src/com/gps/hibernate/Pluginsetting.java 13 fieldCommentRequirement Required
21556 src/com/gps/hibernate/Pluginsetting.java 14 fieldCommentRequirement Required
21557 src/com/gps/hibernate/Pluginsetting.java 15 fieldCommentRequirement Required
21558 src/com/gps/hibernate/Pluginsetting.java 16 fieldCommentRequirement Required
21559 src/com/gps/hibernate/Pluginsetting.java 17 fieldCommentRequirement Required
21560 src/com/gps/hibernate/Pluginsetting.java 18 fieldCommentRequirement Required
21561 src/com/gps/hibernate/Pluginsetting.java 23 Document empty constructor
21562 src/com/gps/hibernate/Pluginsetting.java 27 Parameter 'pluginSettingId' is not assigned and could be declared final
21563 src/com/gps/hibernate/Pluginsetting.java 32 Parameter 'companyId' is not assigned and could be declared final
21564 src/com/gps/hibernate/Pluginsetting.java 32 Parameter 'pluginId' is not assigned and could be declared final
21565 src/com/gps/hibernate/Pluginsetting.java 32 Parameter 'pluginSettingId' is not assigned and could be declared final
21566 src/com/gps/hibernate/Pluginsetting.java 33 Parameter 'active' is not assigned and could be declared final
21567 src/com/gps/hibernate/Pluginsetting.java 33 Parameter 'pluginType' is not assigned and could be declared final
21568 src/com/gps/hibernate/Pluginsetting.java 33 Parameter 'roles' is not assigned and could be declared final
21569 src/com/gps/hibernate/Pluginsetting.java 44 publicMethodCommentRequirement Required
21570 src/com/gps/hibernate/Pluginsetting.java 48 Parameter 'pluginSettingId' is not assigned and could be declared final
21571 src/com/gps/hibernate/Pluginsetting.java 48 publicMethodCommentRequirement Required
21572 src/com/gps/hibernate/Pluginsetting.java 52 publicMethodCommentRequirement Required
21573 src/com/gps/hibernate/Pluginsetting.java 56 Parameter 'companyId' is not assigned and could be declared final
21574 src/com/gps/hibernate/Pluginsetting.java 56 publicMethodCommentRequirement Required
21575 src/com/gps/hibernate/Pluginsetting.java 60 publicMethodCommentRequirement Required
21576 src/com/gps/hibernate/Pluginsetting.java 64 Parameter 'pluginId' is not assigned and could be declared final
21577 src/com/gps/hibernate/Pluginsetting.java 64 publicMethodCommentRequirement Required
21578 src/com/gps/hibernate/Pluginsetting.java 68 publicMethodCommentRequirement Required
21579 src/com/gps/hibernate/Pluginsetting.java 72 Parameter 'pluginType' is not assigned and could be declared final
21580 src/com/gps/hibernate/Pluginsetting.java 72 publicMethodCommentRequirement Required
21581 src/com/gps/hibernate/Pluginsetting.java 76 publicMethodCommentRequirement Required
21582 src/com/gps/hibernate/Pluginsetting.java 80 Parameter 'roles' is not assigned and could be declared final
21583 src/com/gps/hibernate/Pluginsetting.java 80 publicMethodCommentRequirement Required
21584 src/com/gps/hibernate/Pluginsetting.java 84 publicMethodCommentRequirement Required
21585 src/com/gps/hibernate/Pluginsetting.java 88 Parameter 'active' is not assigned and could be declared final
21586 src/com/gps/hibernate/Pluginsetting.java 88 publicMethodCommentRequirement Required
21587 src/com/gps/hibernate/PluginsettingDAO.java 10 Comment is too large: Too many lines
21588 src/com/gps/hibernate/PluginsettingDAO.java 22 This class has too many methods, consider refactoring it.
21589 src/com/gps/hibernate/PluginsettingDAO.java 23 Logger should be defined private static final and have the correct class
21590 src/com/gps/hibernate/PluginsettingDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
21591 src/com/gps/hibernate/PluginsettingDAO.java 23 fieldCommentRequirement Required
21592 src/com/gps/hibernate/PluginsettingDAO.java 25 fieldCommentRequirement Required
21593 src/com/gps/hibernate/PluginsettingDAO.java 26 fieldCommentRequirement Required
21594 src/com/gps/hibernate/PluginsettingDAO.java 27 fieldCommentRequirement Required
21595 src/com/gps/hibernate/PluginsettingDAO.java 28 fieldCommentRequirement Required
21596 src/com/gps/hibernate/PluginsettingDAO.java 29 fieldCommentRequirement Required
21597 src/com/gps/hibernate/PluginsettingDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
21598 src/com/gps/hibernate/PluginsettingDAO.java 31 publicMethodCommentRequirement Required
21599 src/com/gps/hibernate/PluginsettingDAO.java 32 There is log block not surrounded by if
21600 src/com/gps/hibernate/PluginsettingDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21601 src/com/gps/hibernate/PluginsettingDAO.java 34 Potential violation of Law of Demeter (method chain calls)
21602 src/com/gps/hibernate/PluginsettingDAO.java 35 There is log block not surrounded by if
21603 src/com/gps/hibernate/PluginsettingDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21604 src/com/gps/hibernate/PluginsettingDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21605 src/com/gps/hibernate/PluginsettingDAO.java 37 There is log block not surrounded by if
21606 src/com/gps/hibernate/PluginsettingDAO.java 42 Avoid excessively long variable names like persistentInstance
21607 src/com/gps/hibernate/PluginsettingDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
21608 src/com/gps/hibernate/PluginsettingDAO.java 42 publicMethodCommentRequirement Required
21609 src/com/gps/hibernate/PluginsettingDAO.java 43 There is log block not surrounded by if
21610 src/com/gps/hibernate/PluginsettingDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21611 src/com/gps/hibernate/PluginsettingDAO.java 45 Potential violation of Law of Demeter (method chain calls)
21612 src/com/gps/hibernate/PluginsettingDAO.java 46 There is log block not surrounded by if
21613 src/com/gps/hibernate/PluginsettingDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21614 src/com/gps/hibernate/PluginsettingDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21615 src/com/gps/hibernate/PluginsettingDAO.java 48 There is log block not surrounded by if
21616 src/com/gps/hibernate/PluginsettingDAO.java 53 Avoid variables with short names like id
21617 src/com/gps/hibernate/PluginsettingDAO.java 53 Parameter 'id' is not assigned and could be declared final
21618 src/com/gps/hibernate/PluginsettingDAO.java 53 publicMethodCommentRequirement Required
21619 src/com/gps/hibernate/PluginsettingDAO.java 54 There is log block not surrounded by if
21620 src/com/gps/hibernate/PluginsettingDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21621 src/com/gps/hibernate/PluginsettingDAO.java 56 Local variable 'instance' could be declared final
21622 src/com/gps/hibernate/PluginsettingDAO.java 56 Potential violation of Law of Demeter (method chain calls)
21623 src/com/gps/hibernate/PluginsettingDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21624 src/com/gps/hibernate/PluginsettingDAO.java 60 There is log block not surrounded by if
21625 src/com/gps/hibernate/PluginsettingDAO.java 65 Parameter 'instance' is not assigned and could be declared final
21626 src/com/gps/hibernate/PluginsettingDAO.java 65 publicMethodCommentRequirement Required
21627 src/com/gps/hibernate/PluginsettingDAO.java 66 There is log block not surrounded by if
21628 src/com/gps/hibernate/PluginsettingDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21629 src/com/gps/hibernate/PluginsettingDAO.java 68 Local variable 'results' could be declared final
21630 src/com/gps/hibernate/PluginsettingDAO.java 68 Potential violation of Law of Demeter (method chain calls)
21631 src/com/gps/hibernate/PluginsettingDAO.java 68 Potential violation of Law of Demeter (method chain calls)
21632 src/com/gps/hibernate/PluginsettingDAO.java 68 Potential violation of Law of Demeter (method chain calls)
21633 src/com/gps/hibernate/PluginsettingDAO.java 71 There is log block not surrounded by if
21634 src/com/gps/hibernate/PluginsettingDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21635 src/com/gps/hibernate/PluginsettingDAO.java 72 Potential violation of Law of Demeter (object not created locally)
21636 src/com/gps/hibernate/PluginsettingDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21637 src/com/gps/hibernate/PluginsettingDAO.java 75 There is log block not surrounded by if
21638 src/com/gps/hibernate/PluginsettingDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
21639 src/com/gps/hibernate/PluginsettingDAO.java 80 Parameter 'value' is not assigned and could be declared final
21640 src/com/gps/hibernate/PluginsettingDAO.java 80 publicMethodCommentRequirement Required
21641 src/com/gps/hibernate/PluginsettingDAO.java 81 There is log block not surrounded by if
21642 src/com/gps/hibernate/PluginsettingDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21643 src/com/gps/hibernate/PluginsettingDAO.java 84 Local variable 'queryString' could be declared final
21644 src/com/gps/hibernate/PluginsettingDAO.java 86 Local variable 'queryObject' could be declared final
21645 src/com/gps/hibernate/PluginsettingDAO.java 86 Potential violation of Law of Demeter (method chain calls)
21646 src/com/gps/hibernate/PluginsettingDAO.java 87 Potential violation of Law of Demeter (object not created locally)
21647 src/com/gps/hibernate/PluginsettingDAO.java 88 Potential violation of Law of Demeter (object not created locally)
21648 src/com/gps/hibernate/PluginsettingDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21649 src/com/gps/hibernate/PluginsettingDAO.java 90 There is log block not surrounded by if
21650 src/com/gps/hibernate/PluginsettingDAO.java 95 Parameter 'companyId' is not assigned and could be declared final
21651 src/com/gps/hibernate/PluginsettingDAO.java 95 publicMethodCommentRequirement Required
21652 src/com/gps/hibernate/PluginsettingDAO.java 99 Parameter 'pluginId' is not assigned and could be declared final
21653 src/com/gps/hibernate/PluginsettingDAO.java 99 publicMethodCommentRequirement Required
21654 src/com/gps/hibernate/PluginsettingDAO.java 103 Parameter 'pluginType' is not assigned and could be declared final
21655 src/com/gps/hibernate/PluginsettingDAO.java 103 publicMethodCommentRequirement Required
21656 src/com/gps/hibernate/PluginsettingDAO.java 107 Parameter 'roles' is not assigned and could be declared final
21657 src/com/gps/hibernate/PluginsettingDAO.java 107 publicMethodCommentRequirement Required
21658 src/com/gps/hibernate/PluginsettingDAO.java 111 Parameter 'active' is not assigned and could be declared final
21659 src/com/gps/hibernate/PluginsettingDAO.java 111 publicMethodCommentRequirement Required
21660 src/com/gps/hibernate/PluginsettingDAO.java 115 publicMethodCommentRequirement Required
21661 src/com/gps/hibernate/PluginsettingDAO.java 116 There is log block not surrounded by if
21662 src/com/gps/hibernate/PluginsettingDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21663 src/com/gps/hibernate/PluginsettingDAO.java 118 Local variable 'queryString' could be declared final
21664 src/com/gps/hibernate/PluginsettingDAO.java 119 Local variable 'queryObject' could be declared final
21665 src/com/gps/hibernate/PluginsettingDAO.java 119 Potential violation of Law of Demeter (method chain calls)
21666 src/com/gps/hibernate/PluginsettingDAO.java 120 Potential violation of Law of Demeter (object not created locally)
21667 src/com/gps/hibernate/PluginsettingDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21668 src/com/gps/hibernate/PluginsettingDAO.java 122 There is log block not surrounded by if
21669 src/com/gps/hibernate/PluginsettingDAO.java 127 Parameter 'detachedInstance' is not assigned and could be declared final
21670 src/com/gps/hibernate/PluginsettingDAO.java 127 publicMethodCommentRequirement Required
21671 src/com/gps/hibernate/PluginsettingDAO.java 128 There is log block not surrounded by if
21672 src/com/gps/hibernate/PluginsettingDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21673 src/com/gps/hibernate/PluginsettingDAO.java 130 Local variable 'result' could be declared final
21674 src/com/gps/hibernate/PluginsettingDAO.java 130 Potential violation of Law of Demeter (method chain calls)
21675 src/com/gps/hibernate/PluginsettingDAO.java 132 There is log block not surrounded by if
21676 src/com/gps/hibernate/PluginsettingDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21677 src/com/gps/hibernate/PluginsettingDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21678 src/com/gps/hibernate/PluginsettingDAO.java 135 There is log block not surrounded by if
21679 src/com/gps/hibernate/PluginsettingDAO.java 140 Parameter 'instance' is not assigned and could be declared final
21680 src/com/gps/hibernate/PluginsettingDAO.java 140 publicMethodCommentRequirement Required
21681 src/com/gps/hibernate/PluginsettingDAO.java 141 There is log block not surrounded by if
21682 src/com/gps/hibernate/PluginsettingDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21683 src/com/gps/hibernate/PluginsettingDAO.java 143 Potential violation of Law of Demeter (method chain calls)
21684 src/com/gps/hibernate/PluginsettingDAO.java 144 There is log block not surrounded by if
21685 src/com/gps/hibernate/PluginsettingDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21686 src/com/gps/hibernate/PluginsettingDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21687 src/com/gps/hibernate/PluginsettingDAO.java 146 There is log block not surrounded by if
21688 src/com/gps/hibernate/PluginsettingDAO.java 151 Parameter 'instance' is not assigned and could be declared final
21689 src/com/gps/hibernate/PluginsettingDAO.java 151 publicMethodCommentRequirement Required
21690 src/com/gps/hibernate/PluginsettingDAO.java 152 There is log block not surrounded by if
21691 src/com/gps/hibernate/PluginsettingDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21692 src/com/gps/hibernate/PluginsettingDAO.java 154 Potential violation of Law of Demeter (method chain calls)
21693 src/com/gps/hibernate/PluginsettingDAO.java 155 There is log block not surrounded by if
21694 src/com/gps/hibernate/PluginsettingDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21695 src/com/gps/hibernate/PluginsettingDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21696 src/com/gps/hibernate/PluginsettingDAO.java 157 There is log block not surrounded by if
21697 src/com/gps/hibernate/Pollschoice.java 9 Classes implementing Serializable should set a serialVersionUID
21698 src/com/gps/hibernate/Pollschoice.java 13 fieldCommentRequirement Required
21699 src/com/gps/hibernate/Pollschoice.java 14 fieldCommentRequirement Required
21700 src/com/gps/hibernate/Pollschoice.java 15 fieldCommentRequirement Required
21701 src/com/gps/hibernate/Pollschoice.java 16 fieldCommentRequirement Required
21702 src/com/gps/hibernate/Pollschoice.java 17 fieldCommentRequirement Required
21703 src/com/gps/hibernate/Pollschoice.java 22 Document empty constructor
21704 src/com/gps/hibernate/Pollschoice.java 26 Parameter 'choiceId' is not assigned and could be declared final
21705 src/com/gps/hibernate/Pollschoice.java 31 Parameter 'choiceId' is not assigned and could be declared final
21706 src/com/gps/hibernate/Pollschoice.java 31 Parameter 'questionId' is not assigned and could be declared final
21707 src/com/gps/hibernate/Pollschoice.java 31 Parameter 'uuid' is not assigned and could be declared final
21708 src/com/gps/hibernate/Pollschoice.java 32 Parameter 'description' is not assigned and could be declared final
21709 src/com/gps/hibernate/Pollschoice.java 32 Parameter 'name' is not assigned and could be declared final
21710 src/com/gps/hibernate/Pollschoice.java 42 publicMethodCommentRequirement Required
21711 src/com/gps/hibernate/Pollschoice.java 46 Parameter 'choiceId' is not assigned and could be declared final
21712 src/com/gps/hibernate/Pollschoice.java 46 publicMethodCommentRequirement Required
21713 src/com/gps/hibernate/Pollschoice.java 50 publicMethodCommentRequirement Required
21714 src/com/gps/hibernate/Pollschoice.java 54 Parameter 'uuid' is not assigned and could be declared final
21715 src/com/gps/hibernate/Pollschoice.java 54 publicMethodCommentRequirement Required
21716 src/com/gps/hibernate/Pollschoice.java 58 publicMethodCommentRequirement Required
21717 src/com/gps/hibernate/Pollschoice.java 62 Parameter 'questionId' is not assigned and could be declared final
21718 src/com/gps/hibernate/Pollschoice.java 62 publicMethodCommentRequirement Required
21719 src/com/gps/hibernate/Pollschoice.java 66 publicMethodCommentRequirement Required
21720 src/com/gps/hibernate/Pollschoice.java 70 Parameter 'name' is not assigned and could be declared final
21721 src/com/gps/hibernate/Pollschoice.java 70 publicMethodCommentRequirement Required
21722 src/com/gps/hibernate/Pollschoice.java 74 publicMethodCommentRequirement Required
21723 src/com/gps/hibernate/Pollschoice.java 78 Parameter 'description' is not assigned and could be declared final
21724 src/com/gps/hibernate/Pollschoice.java 78 publicMethodCommentRequirement Required
21725 src/com/gps/hibernate/PollschoiceDAO.java 10 Comment is too large: Too many lines
21726 src/com/gps/hibernate/PollschoiceDAO.java 22 This class has too many methods, consider refactoring it.
21727 src/com/gps/hibernate/PollschoiceDAO.java 23 Logger should be defined private static final and have the correct class
21728 src/com/gps/hibernate/PollschoiceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
21729 src/com/gps/hibernate/PollschoiceDAO.java 23 fieldCommentRequirement Required
21730 src/com/gps/hibernate/PollschoiceDAO.java 25 fieldCommentRequirement Required
21731 src/com/gps/hibernate/PollschoiceDAO.java 26 fieldCommentRequirement Required
21732 src/com/gps/hibernate/PollschoiceDAO.java 27 fieldCommentRequirement Required
21733 src/com/gps/hibernate/PollschoiceDAO.java 28 fieldCommentRequirement Required
21734 src/com/gps/hibernate/PollschoiceDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
21735 src/com/gps/hibernate/PollschoiceDAO.java 30 publicMethodCommentRequirement Required
21736 src/com/gps/hibernate/PollschoiceDAO.java 31 There is log block not surrounded by if
21737 src/com/gps/hibernate/PollschoiceDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21738 src/com/gps/hibernate/PollschoiceDAO.java 33 Potential violation of Law of Demeter (method chain calls)
21739 src/com/gps/hibernate/PollschoiceDAO.java 34 There is log block not surrounded by if
21740 src/com/gps/hibernate/PollschoiceDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21741 src/com/gps/hibernate/PollschoiceDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21742 src/com/gps/hibernate/PollschoiceDAO.java 36 There is log block not surrounded by if
21743 src/com/gps/hibernate/PollschoiceDAO.java 41 Avoid excessively long variable names like persistentInstance
21744 src/com/gps/hibernate/PollschoiceDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
21745 src/com/gps/hibernate/PollschoiceDAO.java 41 publicMethodCommentRequirement Required
21746 src/com/gps/hibernate/PollschoiceDAO.java 42 There is log block not surrounded by if
21747 src/com/gps/hibernate/PollschoiceDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21748 src/com/gps/hibernate/PollschoiceDAO.java 44 Potential violation of Law of Demeter (method chain calls)
21749 src/com/gps/hibernate/PollschoiceDAO.java 45 There is log block not surrounded by if
21750 src/com/gps/hibernate/PollschoiceDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21751 src/com/gps/hibernate/PollschoiceDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21752 src/com/gps/hibernate/PollschoiceDAO.java 47 There is log block not surrounded by if
21753 src/com/gps/hibernate/PollschoiceDAO.java 52 Avoid variables with short names like id
21754 src/com/gps/hibernate/PollschoiceDAO.java 52 Parameter 'id' is not assigned and could be declared final
21755 src/com/gps/hibernate/PollschoiceDAO.java 52 publicMethodCommentRequirement Required
21756 src/com/gps/hibernate/PollschoiceDAO.java 53 There is log block not surrounded by if
21757 src/com/gps/hibernate/PollschoiceDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21758 src/com/gps/hibernate/PollschoiceDAO.java 55 Local variable 'instance' could be declared final
21759 src/com/gps/hibernate/PollschoiceDAO.java 55 Potential violation of Law of Demeter (method chain calls)
21760 src/com/gps/hibernate/PollschoiceDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21761 src/com/gps/hibernate/PollschoiceDAO.java 59 There is log block not surrounded by if
21762 src/com/gps/hibernate/PollschoiceDAO.java 64 Parameter 'instance' is not assigned and could be declared final
21763 src/com/gps/hibernate/PollschoiceDAO.java 64 publicMethodCommentRequirement Required
21764 src/com/gps/hibernate/PollschoiceDAO.java 65 There is log block not surrounded by if
21765 src/com/gps/hibernate/PollschoiceDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21766 src/com/gps/hibernate/PollschoiceDAO.java 67 Local variable 'results' could be declared final
21767 src/com/gps/hibernate/PollschoiceDAO.java 67 Potential violation of Law of Demeter (method chain calls)
21768 src/com/gps/hibernate/PollschoiceDAO.java 67 Potential violation of Law of Demeter (method chain calls)
21769 src/com/gps/hibernate/PollschoiceDAO.java 67 Potential violation of Law of Demeter (method chain calls)
21770 src/com/gps/hibernate/PollschoiceDAO.java 70 There is log block not surrounded by if
21771 src/com/gps/hibernate/PollschoiceDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21772 src/com/gps/hibernate/PollschoiceDAO.java 71 Potential violation of Law of Demeter (object not created locally)
21773 src/com/gps/hibernate/PollschoiceDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21774 src/com/gps/hibernate/PollschoiceDAO.java 74 There is log block not surrounded by if
21775 src/com/gps/hibernate/PollschoiceDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
21776 src/com/gps/hibernate/PollschoiceDAO.java 79 Parameter 'value' is not assigned and could be declared final
21777 src/com/gps/hibernate/PollschoiceDAO.java 79 publicMethodCommentRequirement Required
21778 src/com/gps/hibernate/PollschoiceDAO.java 80 There is log block not surrounded by if
21779 src/com/gps/hibernate/PollschoiceDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21780 src/com/gps/hibernate/PollschoiceDAO.java 83 Local variable 'queryString' could be declared final
21781 src/com/gps/hibernate/PollschoiceDAO.java 85 Local variable 'queryObject' could be declared final
21782 src/com/gps/hibernate/PollschoiceDAO.java 85 Potential violation of Law of Demeter (method chain calls)
21783 src/com/gps/hibernate/PollschoiceDAO.java 86 Potential violation of Law of Demeter (object not created locally)
21784 src/com/gps/hibernate/PollschoiceDAO.java 87 Potential violation of Law of Demeter (object not created locally)
21785 src/com/gps/hibernate/PollschoiceDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21786 src/com/gps/hibernate/PollschoiceDAO.java 89 There is log block not surrounded by if
21787 src/com/gps/hibernate/PollschoiceDAO.java 94 Parameter 'uuid' is not assigned and could be declared final
21788 src/com/gps/hibernate/PollschoiceDAO.java 94 publicMethodCommentRequirement Required
21789 src/com/gps/hibernate/PollschoiceDAO.java 98 Parameter 'questionId' is not assigned and could be declared final
21790 src/com/gps/hibernate/PollschoiceDAO.java 98 publicMethodCommentRequirement Required
21791 src/com/gps/hibernate/PollschoiceDAO.java 102 Parameter 'name' is not assigned and could be declared final
21792 src/com/gps/hibernate/PollschoiceDAO.java 102 publicMethodCommentRequirement Required
21793 src/com/gps/hibernate/PollschoiceDAO.java 106 Parameter 'description' is not assigned and could be declared final
21794 src/com/gps/hibernate/PollschoiceDAO.java 106 publicMethodCommentRequirement Required
21795 src/com/gps/hibernate/PollschoiceDAO.java 110 publicMethodCommentRequirement Required
21796 src/com/gps/hibernate/PollschoiceDAO.java 111 There is log block not surrounded by if
21797 src/com/gps/hibernate/PollschoiceDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21798 src/com/gps/hibernate/PollschoiceDAO.java 113 Local variable 'queryString' could be declared final
21799 src/com/gps/hibernate/PollschoiceDAO.java 114 Local variable 'queryObject' could be declared final
21800 src/com/gps/hibernate/PollschoiceDAO.java 114 Potential violation of Law of Demeter (method chain calls)
21801 src/com/gps/hibernate/PollschoiceDAO.java 115 Potential violation of Law of Demeter (object not created locally)
21802 src/com/gps/hibernate/PollschoiceDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21803 src/com/gps/hibernate/PollschoiceDAO.java 117 There is log block not surrounded by if
21804 src/com/gps/hibernate/PollschoiceDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
21805 src/com/gps/hibernate/PollschoiceDAO.java 122 publicMethodCommentRequirement Required
21806 src/com/gps/hibernate/PollschoiceDAO.java 123 There is log block not surrounded by if
21807 src/com/gps/hibernate/PollschoiceDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21808 src/com/gps/hibernate/PollschoiceDAO.java 125 Local variable 'result' could be declared final
21809 src/com/gps/hibernate/PollschoiceDAO.java 125 Potential violation of Law of Demeter (method chain calls)
21810 src/com/gps/hibernate/PollschoiceDAO.java 127 There is log block not surrounded by if
21811 src/com/gps/hibernate/PollschoiceDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21812 src/com/gps/hibernate/PollschoiceDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21813 src/com/gps/hibernate/PollschoiceDAO.java 130 There is log block not surrounded by if
21814 src/com/gps/hibernate/PollschoiceDAO.java 135 Parameter 'instance' is not assigned and could be declared final
21815 src/com/gps/hibernate/PollschoiceDAO.java 135 publicMethodCommentRequirement Required
21816 src/com/gps/hibernate/PollschoiceDAO.java 136 There is log block not surrounded by if
21817 src/com/gps/hibernate/PollschoiceDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21818 src/com/gps/hibernate/PollschoiceDAO.java 138 Potential violation of Law of Demeter (method chain calls)
21819 src/com/gps/hibernate/PollschoiceDAO.java 139 There is log block not surrounded by if
21820 src/com/gps/hibernate/PollschoiceDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21821 src/com/gps/hibernate/PollschoiceDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21822 src/com/gps/hibernate/PollschoiceDAO.java 141 There is log block not surrounded by if
21823 src/com/gps/hibernate/PollschoiceDAO.java 146 Parameter 'instance' is not assigned and could be declared final
21824 src/com/gps/hibernate/PollschoiceDAO.java 146 publicMethodCommentRequirement Required
21825 src/com/gps/hibernate/PollschoiceDAO.java 147 There is log block not surrounded by if
21826 src/com/gps/hibernate/PollschoiceDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21827 src/com/gps/hibernate/PollschoiceDAO.java 149 Potential violation of Law of Demeter (method chain calls)
21828 src/com/gps/hibernate/PollschoiceDAO.java 150 There is log block not surrounded by if
21829 src/com/gps/hibernate/PollschoiceDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21830 src/com/gps/hibernate/PollschoiceDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21831 src/com/gps/hibernate/PollschoiceDAO.java 152 There is log block not surrounded by if
21832 src/com/gps/hibernate/Pollsquestion.java 11 Classes implementing Serializable should set a serialVersionUID
21833 src/com/gps/hibernate/Pollsquestion.java 15 fieldCommentRequirement Required
21834 src/com/gps/hibernate/Pollsquestion.java 16 fieldCommentRequirement Required
21835 src/com/gps/hibernate/Pollsquestion.java 17 fieldCommentRequirement Required
21836 src/com/gps/hibernate/Pollsquestion.java 18 fieldCommentRequirement Required
21837 src/com/gps/hibernate/Pollsquestion.java 19 fieldCommentRequirement Required
21838 src/com/gps/hibernate/Pollsquestion.java 20 fieldCommentRequirement Required
21839 src/com/gps/hibernate/Pollsquestion.java 21 fieldCommentRequirement Required
21840 src/com/gps/hibernate/Pollsquestion.java 22 fieldCommentRequirement Required
21841 src/com/gps/hibernate/Pollsquestion.java 23 fieldCommentRequirement Required
21842 src/com/gps/hibernate/Pollsquestion.java 24 fieldCommentRequirement Required
21843 src/com/gps/hibernate/Pollsquestion.java 25 fieldCommentRequirement Required
21844 src/com/gps/hibernate/Pollsquestion.java 26 fieldCommentRequirement Required
21845 src/com/gps/hibernate/Pollsquestion.java 31 Document empty constructor
21846 src/com/gps/hibernate/Pollsquestion.java 35 Parameter 'questionId' is not assigned and could be declared final
21847 src/com/gps/hibernate/Pollsquestion.java 40 Avoid long parameter lists.
21848 src/com/gps/hibernate/Pollsquestion.java 40 Parameter 'groupId' is not assigned and could be declared final
21849 src/com/gps/hibernate/Pollsquestion.java 40 Parameter 'questionId' is not assigned and could be declared final
21850 src/com/gps/hibernate/Pollsquestion.java 40 Parameter 'uuid' is not assigned and could be declared final
21851 src/com/gps/hibernate/Pollsquestion.java 41 Parameter 'companyId' is not assigned and could be declared final
21852 src/com/gps/hibernate/Pollsquestion.java 41 Parameter 'createDate' is not assigned and could be declared final
21853 src/com/gps/hibernate/Pollsquestion.java 41 Parameter 'userId' is not assigned and could be declared final
21854 src/com/gps/hibernate/Pollsquestion.java 41 Parameter 'userName' is not assigned and could be declared final
21855 src/com/gps/hibernate/Pollsquestion.java 42 Parameter 'description' is not assigned and could be declared final
21856 src/com/gps/hibernate/Pollsquestion.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
21857 src/com/gps/hibernate/Pollsquestion.java 42 Parameter 'title' is not assigned and could be declared final
21858 src/com/gps/hibernate/Pollsquestion.java 43 Parameter 'expirationDate' is not assigned and could be declared final
21859 src/com/gps/hibernate/Pollsquestion.java 43 Parameter 'lastVoteDate' is not assigned and could be declared final
21860 src/com/gps/hibernate/Pollsquestion.java 60 publicMethodCommentRequirement Required
21861 src/com/gps/hibernate/Pollsquestion.java 64 Parameter 'questionId' is not assigned and could be declared final
21862 src/com/gps/hibernate/Pollsquestion.java 64 publicMethodCommentRequirement Required
21863 src/com/gps/hibernate/Pollsquestion.java 68 publicMethodCommentRequirement Required
21864 src/com/gps/hibernate/Pollsquestion.java 72 Parameter 'uuid' is not assigned and could be declared final
21865 src/com/gps/hibernate/Pollsquestion.java 72 publicMethodCommentRequirement Required
21866 src/com/gps/hibernate/Pollsquestion.java 76 publicMethodCommentRequirement Required
21867 src/com/gps/hibernate/Pollsquestion.java 80 Parameter 'groupId' is not assigned and could be declared final
21868 src/com/gps/hibernate/Pollsquestion.java 80 publicMethodCommentRequirement Required
21869 src/com/gps/hibernate/Pollsquestion.java 84 publicMethodCommentRequirement Required
21870 src/com/gps/hibernate/Pollsquestion.java 88 Parameter 'companyId' is not assigned and could be declared final
21871 src/com/gps/hibernate/Pollsquestion.java 88 publicMethodCommentRequirement Required
21872 src/com/gps/hibernate/Pollsquestion.java 92 publicMethodCommentRequirement Required
21873 src/com/gps/hibernate/Pollsquestion.java 96 Parameter 'userId' is not assigned and could be declared final
21874 src/com/gps/hibernate/Pollsquestion.java 96 publicMethodCommentRequirement Required
21875 src/com/gps/hibernate/Pollsquestion.java 100 publicMethodCommentRequirement Required
21876 src/com/gps/hibernate/Pollsquestion.java 104 Parameter 'userName' is not assigned and could be declared final
21877 src/com/gps/hibernate/Pollsquestion.java 104 publicMethodCommentRequirement Required
21878 src/com/gps/hibernate/Pollsquestion.java 108 publicMethodCommentRequirement Required
21879 src/com/gps/hibernate/Pollsquestion.java 112 Parameter 'createDate' is not assigned and could be declared final
21880 src/com/gps/hibernate/Pollsquestion.java 112 publicMethodCommentRequirement Required
21881 src/com/gps/hibernate/Pollsquestion.java 116 publicMethodCommentRequirement Required
21882 src/com/gps/hibernate/Pollsquestion.java 120 Parameter 'modifiedDate' is not assigned and could be declared final
21883 src/com/gps/hibernate/Pollsquestion.java 120 publicMethodCommentRequirement Required
21884 src/com/gps/hibernate/Pollsquestion.java 124 publicMethodCommentRequirement Required
21885 src/com/gps/hibernate/Pollsquestion.java 128 Parameter 'title' is not assigned and could be declared final
21886 src/com/gps/hibernate/Pollsquestion.java 128 publicMethodCommentRequirement Required
21887 src/com/gps/hibernate/Pollsquestion.java 132 publicMethodCommentRequirement Required
21888 src/com/gps/hibernate/Pollsquestion.java 136 Parameter 'description' is not assigned and could be declared final
21889 src/com/gps/hibernate/Pollsquestion.java 136 publicMethodCommentRequirement Required
21890 src/com/gps/hibernate/Pollsquestion.java 140 publicMethodCommentRequirement Required
21891 src/com/gps/hibernate/Pollsquestion.java 144 Parameter 'expirationDate' is not assigned and could be declared final
21892 src/com/gps/hibernate/Pollsquestion.java 144 publicMethodCommentRequirement Required
21893 src/com/gps/hibernate/Pollsquestion.java 148 publicMethodCommentRequirement Required
21894 src/com/gps/hibernate/Pollsquestion.java 152 Parameter 'lastVoteDate' is not assigned and could be declared final
21895 src/com/gps/hibernate/Pollsquestion.java 152 publicMethodCommentRequirement Required
21896 src/com/gps/hibernate/PollsquestionDAO.java 3 Avoid unused imports such as 'java.util.Date'
21897 src/com/gps/hibernate/PollsquestionDAO.java 11 Comment is too large: Too many lines
21898 src/com/gps/hibernate/PollsquestionDAO.java 23 This class has too many methods, consider refactoring it.
21899 src/com/gps/hibernate/PollsquestionDAO.java 24 Logger should be defined private static final and have the correct class
21900 src/com/gps/hibernate/PollsquestionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
21901 src/com/gps/hibernate/PollsquestionDAO.java 24 fieldCommentRequirement Required
21902 src/com/gps/hibernate/PollsquestionDAO.java 26 fieldCommentRequirement Required
21903 src/com/gps/hibernate/PollsquestionDAO.java 27 fieldCommentRequirement Required
21904 src/com/gps/hibernate/PollsquestionDAO.java 28 fieldCommentRequirement Required
21905 src/com/gps/hibernate/PollsquestionDAO.java 29 fieldCommentRequirement Required
21906 src/com/gps/hibernate/PollsquestionDAO.java 30 fieldCommentRequirement Required
21907 src/com/gps/hibernate/PollsquestionDAO.java 31 fieldCommentRequirement Required
21908 src/com/gps/hibernate/PollsquestionDAO.java 32 fieldCommentRequirement Required
21909 src/com/gps/hibernate/PollsquestionDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
21910 src/com/gps/hibernate/PollsquestionDAO.java 34 publicMethodCommentRequirement Required
21911 src/com/gps/hibernate/PollsquestionDAO.java 35 There is log block not surrounded by if
21912 src/com/gps/hibernate/PollsquestionDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21913 src/com/gps/hibernate/PollsquestionDAO.java 37 Potential violation of Law of Demeter (method chain calls)
21914 src/com/gps/hibernate/PollsquestionDAO.java 38 There is log block not surrounded by if
21915 src/com/gps/hibernate/PollsquestionDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21916 src/com/gps/hibernate/PollsquestionDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21917 src/com/gps/hibernate/PollsquestionDAO.java 40 There is log block not surrounded by if
21918 src/com/gps/hibernate/PollsquestionDAO.java 45 Avoid excessively long variable names like persistentInstance
21919 src/com/gps/hibernate/PollsquestionDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
21920 src/com/gps/hibernate/PollsquestionDAO.java 45 publicMethodCommentRequirement Required
21921 src/com/gps/hibernate/PollsquestionDAO.java 46 There is log block not surrounded by if
21922 src/com/gps/hibernate/PollsquestionDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21923 src/com/gps/hibernate/PollsquestionDAO.java 48 Potential violation of Law of Demeter (method chain calls)
21924 src/com/gps/hibernate/PollsquestionDAO.java 49 There is log block not surrounded by if
21925 src/com/gps/hibernate/PollsquestionDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21926 src/com/gps/hibernate/PollsquestionDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21927 src/com/gps/hibernate/PollsquestionDAO.java 51 There is log block not surrounded by if
21928 src/com/gps/hibernate/PollsquestionDAO.java 56 Avoid variables with short names like id
21929 src/com/gps/hibernate/PollsquestionDAO.java 56 Parameter 'id' is not assigned and could be declared final
21930 src/com/gps/hibernate/PollsquestionDAO.java 56 publicMethodCommentRequirement Required
21931 src/com/gps/hibernate/PollsquestionDAO.java 57 There is log block not surrounded by if
21932 src/com/gps/hibernate/PollsquestionDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21933 src/com/gps/hibernate/PollsquestionDAO.java 59 Local variable 'instance' could be declared final
21934 src/com/gps/hibernate/PollsquestionDAO.java 59 Potential violation of Law of Demeter (method chain calls)
21935 src/com/gps/hibernate/PollsquestionDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21936 src/com/gps/hibernate/PollsquestionDAO.java 63 There is log block not surrounded by if
21937 src/com/gps/hibernate/PollsquestionDAO.java 68 Parameter 'instance' is not assigned and could be declared final
21938 src/com/gps/hibernate/PollsquestionDAO.java 68 publicMethodCommentRequirement Required
21939 src/com/gps/hibernate/PollsquestionDAO.java 69 There is log block not surrounded by if
21940 src/com/gps/hibernate/PollsquestionDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21941 src/com/gps/hibernate/PollsquestionDAO.java 71 Local variable 'results' could be declared final
21942 src/com/gps/hibernate/PollsquestionDAO.java 71 Potential violation of Law of Demeter (method chain calls)
21943 src/com/gps/hibernate/PollsquestionDAO.java 71 Potential violation of Law of Demeter (method chain calls)
21944 src/com/gps/hibernate/PollsquestionDAO.java 71 Potential violation of Law of Demeter (method chain calls)
21945 src/com/gps/hibernate/PollsquestionDAO.java 74 There is log block not surrounded by if
21946 src/com/gps/hibernate/PollsquestionDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21947 src/com/gps/hibernate/PollsquestionDAO.java 75 Potential violation of Law of Demeter (object not created locally)
21948 src/com/gps/hibernate/PollsquestionDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21949 src/com/gps/hibernate/PollsquestionDAO.java 78 There is log block not surrounded by if
21950 src/com/gps/hibernate/PollsquestionDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
21951 src/com/gps/hibernate/PollsquestionDAO.java 83 Parameter 'value' is not assigned and could be declared final
21952 src/com/gps/hibernate/PollsquestionDAO.java 83 publicMethodCommentRequirement Required
21953 src/com/gps/hibernate/PollsquestionDAO.java 84 There is log block not surrounded by if
21954 src/com/gps/hibernate/PollsquestionDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21955 src/com/gps/hibernate/PollsquestionDAO.java 87 Local variable 'queryString' could be declared final
21956 src/com/gps/hibernate/PollsquestionDAO.java 89 Local variable 'queryObject' could be declared final
21957 src/com/gps/hibernate/PollsquestionDAO.java 89 Potential violation of Law of Demeter (method chain calls)
21958 src/com/gps/hibernate/PollsquestionDAO.java 90 Potential violation of Law of Demeter (object not created locally)
21959 src/com/gps/hibernate/PollsquestionDAO.java 91 Potential violation of Law of Demeter (object not created locally)
21960 src/com/gps/hibernate/PollsquestionDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21961 src/com/gps/hibernate/PollsquestionDAO.java 93 There is log block not surrounded by if
21962 src/com/gps/hibernate/PollsquestionDAO.java 98 Parameter 'uuid' is not assigned and could be declared final
21963 src/com/gps/hibernate/PollsquestionDAO.java 98 publicMethodCommentRequirement Required
21964 src/com/gps/hibernate/PollsquestionDAO.java 102 Parameter 'groupId' is not assigned and could be declared final
21965 src/com/gps/hibernate/PollsquestionDAO.java 102 publicMethodCommentRequirement Required
21966 src/com/gps/hibernate/PollsquestionDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
21967 src/com/gps/hibernate/PollsquestionDAO.java 106 publicMethodCommentRequirement Required
21968 src/com/gps/hibernate/PollsquestionDAO.java 110 Parameter 'userId' is not assigned and could be declared final
21969 src/com/gps/hibernate/PollsquestionDAO.java 110 publicMethodCommentRequirement Required
21970 src/com/gps/hibernate/PollsquestionDAO.java 114 Parameter 'userName' is not assigned and could be declared final
21971 src/com/gps/hibernate/PollsquestionDAO.java 114 publicMethodCommentRequirement Required
21972 src/com/gps/hibernate/PollsquestionDAO.java 118 Parameter 'title' is not assigned and could be declared final
21973 src/com/gps/hibernate/PollsquestionDAO.java 118 publicMethodCommentRequirement Required
21974 src/com/gps/hibernate/PollsquestionDAO.java 122 Parameter 'description' is not assigned and could be declared final
21975 src/com/gps/hibernate/PollsquestionDAO.java 122 publicMethodCommentRequirement Required
21976 src/com/gps/hibernate/PollsquestionDAO.java 126 publicMethodCommentRequirement Required
21977 src/com/gps/hibernate/PollsquestionDAO.java 127 There is log block not surrounded by if
21978 src/com/gps/hibernate/PollsquestionDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21979 src/com/gps/hibernate/PollsquestionDAO.java 129 Local variable 'queryString' could be declared final
21980 src/com/gps/hibernate/PollsquestionDAO.java 130 Local variable 'queryObject' could be declared final
21981 src/com/gps/hibernate/PollsquestionDAO.java 130 Potential violation of Law of Demeter (method chain calls)
21982 src/com/gps/hibernate/PollsquestionDAO.java 131 Potential violation of Law of Demeter (object not created locally)
21983 src/com/gps/hibernate/PollsquestionDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21984 src/com/gps/hibernate/PollsquestionDAO.java 133 There is log block not surrounded by if
21985 src/com/gps/hibernate/PollsquestionDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
21986 src/com/gps/hibernate/PollsquestionDAO.java 138 publicMethodCommentRequirement Required
21987 src/com/gps/hibernate/PollsquestionDAO.java 139 There is log block not surrounded by if
21988 src/com/gps/hibernate/PollsquestionDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21989 src/com/gps/hibernate/PollsquestionDAO.java 141 Local variable 'result' could be declared final
21990 src/com/gps/hibernate/PollsquestionDAO.java 141 Potential violation of Law of Demeter (method chain calls)
21991 src/com/gps/hibernate/PollsquestionDAO.java 143 There is log block not surrounded by if
21992 src/com/gps/hibernate/PollsquestionDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21993 src/com/gps/hibernate/PollsquestionDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21994 src/com/gps/hibernate/PollsquestionDAO.java 146 There is log block not surrounded by if
21995 src/com/gps/hibernate/PollsquestionDAO.java 151 Parameter 'instance' is not assigned and could be declared final
21996 src/com/gps/hibernate/PollsquestionDAO.java 151 publicMethodCommentRequirement Required
21997 src/com/gps/hibernate/PollsquestionDAO.java 152 There is log block not surrounded by if
21998 src/com/gps/hibernate/PollsquestionDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21999 src/com/gps/hibernate/PollsquestionDAO.java 154 Potential violation of Law of Demeter (method chain calls)
22000 src/com/gps/hibernate/PollsquestionDAO.java 155 There is log block not surrounded by if
22001 src/com/gps/hibernate/PollsquestionDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22002 src/com/gps/hibernate/PollsquestionDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22003 src/com/gps/hibernate/PollsquestionDAO.java 157 There is log block not surrounded by if
22004 src/com/gps/hibernate/PollsquestionDAO.java 162 Parameter 'instance' is not assigned and could be declared final
22005 src/com/gps/hibernate/PollsquestionDAO.java 162 publicMethodCommentRequirement Required
22006 src/com/gps/hibernate/PollsquestionDAO.java 163 There is log block not surrounded by if
22007 src/com/gps/hibernate/PollsquestionDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22008 src/com/gps/hibernate/PollsquestionDAO.java 165 Potential violation of Law of Demeter (method chain calls)
22009 src/com/gps/hibernate/PollsquestionDAO.java 166 There is log block not surrounded by if
22010 src/com/gps/hibernate/PollsquestionDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22011 src/com/gps/hibernate/PollsquestionDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22012 src/com/gps/hibernate/PollsquestionDAO.java 168 There is log block not surrounded by if
22013 src/com/gps/hibernate/Pollsvote.java 11 Classes implementing Serializable should set a serialVersionUID
22014 src/com/gps/hibernate/Pollsvote.java 15 fieldCommentRequirement Required
22015 src/com/gps/hibernate/Pollsvote.java 16 fieldCommentRequirement Required
22016 src/com/gps/hibernate/Pollsvote.java 17 fieldCommentRequirement Required
22017 src/com/gps/hibernate/Pollsvote.java 18 fieldCommentRequirement Required
22018 src/com/gps/hibernate/Pollsvote.java 19 fieldCommentRequirement Required
22019 src/com/gps/hibernate/Pollsvote.java 24 Document empty constructor
22020 src/com/gps/hibernate/Pollsvote.java 28 Parameter 'voteId' is not assigned and could be declared final
22021 src/com/gps/hibernate/Pollsvote.java 33 Parameter 'choiceId' is not assigned and could be declared final
22022 src/com/gps/hibernate/Pollsvote.java 33 Parameter 'questionId' is not assigned and could be declared final
22023 src/com/gps/hibernate/Pollsvote.java 33 Parameter 'userId' is not assigned and could be declared final
22024 src/com/gps/hibernate/Pollsvote.java 33 Parameter 'voteId' is not assigned and could be declared final
22025 src/com/gps/hibernate/Pollsvote.java 34 Parameter 'voteDate' is not assigned and could be declared final
22026 src/com/gps/hibernate/Pollsvote.java 44 publicMethodCommentRequirement Required
22027 src/com/gps/hibernate/Pollsvote.java 48 Parameter 'voteId' is not assigned and could be declared final
22028 src/com/gps/hibernate/Pollsvote.java 48 publicMethodCommentRequirement Required
22029 src/com/gps/hibernate/Pollsvote.java 52 publicMethodCommentRequirement Required
22030 src/com/gps/hibernate/Pollsvote.java 56 Parameter 'userId' is not assigned and could be declared final
22031 src/com/gps/hibernate/Pollsvote.java 56 publicMethodCommentRequirement Required
22032 src/com/gps/hibernate/Pollsvote.java 60 publicMethodCommentRequirement Required
22033 src/com/gps/hibernate/Pollsvote.java 64 Parameter 'questionId' is not assigned and could be declared final
22034 src/com/gps/hibernate/Pollsvote.java 64 publicMethodCommentRequirement Required
22035 src/com/gps/hibernate/Pollsvote.java 68 publicMethodCommentRequirement Required
22036 src/com/gps/hibernate/Pollsvote.java 72 Parameter 'choiceId' is not assigned and could be declared final
22037 src/com/gps/hibernate/Pollsvote.java 72 publicMethodCommentRequirement Required
22038 src/com/gps/hibernate/Pollsvote.java 76 publicMethodCommentRequirement Required
22039 src/com/gps/hibernate/Pollsvote.java 80 Parameter 'voteDate' is not assigned and could be declared final
22040 src/com/gps/hibernate/Pollsvote.java 80 publicMethodCommentRequirement Required
22041 src/com/gps/hibernate/PollsvoteDAO.java 3 Avoid unused imports such as 'java.util.Date'
22042 src/com/gps/hibernate/PollsvoteDAO.java 11 Comment is too large: Too many lines
22043 src/com/gps/hibernate/PollsvoteDAO.java 23 This class has too many methods, consider refactoring it.
22044 src/com/gps/hibernate/PollsvoteDAO.java 24 Logger should be defined private static final and have the correct class
22045 src/com/gps/hibernate/PollsvoteDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
22046 src/com/gps/hibernate/PollsvoteDAO.java 24 fieldCommentRequirement Required
22047 src/com/gps/hibernate/PollsvoteDAO.java 26 fieldCommentRequirement Required
22048 src/com/gps/hibernate/PollsvoteDAO.java 27 fieldCommentRequirement Required
22049 src/com/gps/hibernate/PollsvoteDAO.java 28 fieldCommentRequirement Required
22050 src/com/gps/hibernate/PollsvoteDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
22051 src/com/gps/hibernate/PollsvoteDAO.java 30 publicMethodCommentRequirement Required
22052 src/com/gps/hibernate/PollsvoteDAO.java 31 There is log block not surrounded by if
22053 src/com/gps/hibernate/PollsvoteDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22054 src/com/gps/hibernate/PollsvoteDAO.java 33 Potential violation of Law of Demeter (method chain calls)
22055 src/com/gps/hibernate/PollsvoteDAO.java 34 There is log block not surrounded by if
22056 src/com/gps/hibernate/PollsvoteDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22057 src/com/gps/hibernate/PollsvoteDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22058 src/com/gps/hibernate/PollsvoteDAO.java 36 There is log block not surrounded by if
22059 src/com/gps/hibernate/PollsvoteDAO.java 41 Avoid excessively long variable names like persistentInstance
22060 src/com/gps/hibernate/PollsvoteDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
22061 src/com/gps/hibernate/PollsvoteDAO.java 41 publicMethodCommentRequirement Required
22062 src/com/gps/hibernate/PollsvoteDAO.java 42 There is log block not surrounded by if
22063 src/com/gps/hibernate/PollsvoteDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22064 src/com/gps/hibernate/PollsvoteDAO.java 44 Potential violation of Law of Demeter (method chain calls)
22065 src/com/gps/hibernate/PollsvoteDAO.java 45 There is log block not surrounded by if
22066 src/com/gps/hibernate/PollsvoteDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22067 src/com/gps/hibernate/PollsvoteDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22068 src/com/gps/hibernate/PollsvoteDAO.java 47 There is log block not surrounded by if
22069 src/com/gps/hibernate/PollsvoteDAO.java 52 Avoid variables with short names like id
22070 src/com/gps/hibernate/PollsvoteDAO.java 52 Parameter 'id' is not assigned and could be declared final
22071 src/com/gps/hibernate/PollsvoteDAO.java 52 publicMethodCommentRequirement Required
22072 src/com/gps/hibernate/PollsvoteDAO.java 53 There is log block not surrounded by if
22073 src/com/gps/hibernate/PollsvoteDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22074 src/com/gps/hibernate/PollsvoteDAO.java 55 Local variable 'instance' could be declared final
22075 src/com/gps/hibernate/PollsvoteDAO.java 55 Potential violation of Law of Demeter (method chain calls)
22076 src/com/gps/hibernate/PollsvoteDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22077 src/com/gps/hibernate/PollsvoteDAO.java 59 There is log block not surrounded by if
22078 src/com/gps/hibernate/PollsvoteDAO.java 64 Parameter 'instance' is not assigned and could be declared final
22079 src/com/gps/hibernate/PollsvoteDAO.java 64 publicMethodCommentRequirement Required
22080 src/com/gps/hibernate/PollsvoteDAO.java 65 There is log block not surrounded by if
22081 src/com/gps/hibernate/PollsvoteDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22082 src/com/gps/hibernate/PollsvoteDAO.java 67 Local variable 'results' could be declared final
22083 src/com/gps/hibernate/PollsvoteDAO.java 67 Potential violation of Law of Demeter (method chain calls)
22084 src/com/gps/hibernate/PollsvoteDAO.java 67 Potential violation of Law of Demeter (method chain calls)
22085 src/com/gps/hibernate/PollsvoteDAO.java 67 Potential violation of Law of Demeter (method chain calls)
22086 src/com/gps/hibernate/PollsvoteDAO.java 70 There is log block not surrounded by if
22087 src/com/gps/hibernate/PollsvoteDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22088 src/com/gps/hibernate/PollsvoteDAO.java 71 Potential violation of Law of Demeter (object not created locally)
22089 src/com/gps/hibernate/PollsvoteDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22090 src/com/gps/hibernate/PollsvoteDAO.java 74 There is log block not surrounded by if
22091 src/com/gps/hibernate/PollsvoteDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
22092 src/com/gps/hibernate/PollsvoteDAO.java 79 Parameter 'value' is not assigned and could be declared final
22093 src/com/gps/hibernate/PollsvoteDAO.java 79 publicMethodCommentRequirement Required
22094 src/com/gps/hibernate/PollsvoteDAO.java 80 There is log block not surrounded by if
22095 src/com/gps/hibernate/PollsvoteDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22096 src/com/gps/hibernate/PollsvoteDAO.java 83 Local variable 'queryString' could be declared final
22097 src/com/gps/hibernate/PollsvoteDAO.java 85 Local variable 'queryObject' could be declared final
22098 src/com/gps/hibernate/PollsvoteDAO.java 85 Potential violation of Law of Demeter (method chain calls)
22099 src/com/gps/hibernate/PollsvoteDAO.java 86 Potential violation of Law of Demeter (object not created locally)
22100 src/com/gps/hibernate/PollsvoteDAO.java 87 Potential violation of Law of Demeter (object not created locally)
22101 src/com/gps/hibernate/PollsvoteDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22102 src/com/gps/hibernate/PollsvoteDAO.java 89 There is log block not surrounded by if
22103 src/com/gps/hibernate/PollsvoteDAO.java 94 Parameter 'userId' is not assigned and could be declared final
22104 src/com/gps/hibernate/PollsvoteDAO.java 94 publicMethodCommentRequirement Required
22105 src/com/gps/hibernate/PollsvoteDAO.java 98 Parameter 'questionId' is not assigned and could be declared final
22106 src/com/gps/hibernate/PollsvoteDAO.java 98 publicMethodCommentRequirement Required
22107 src/com/gps/hibernate/PollsvoteDAO.java 102 Parameter 'choiceId' is not assigned and could be declared final
22108 src/com/gps/hibernate/PollsvoteDAO.java 102 publicMethodCommentRequirement Required
22109 src/com/gps/hibernate/PollsvoteDAO.java 106 publicMethodCommentRequirement Required
22110 src/com/gps/hibernate/PollsvoteDAO.java 107 There is log block not surrounded by if
22111 src/com/gps/hibernate/PollsvoteDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22112 src/com/gps/hibernate/PollsvoteDAO.java 109 Local variable 'queryString' could be declared final
22113 src/com/gps/hibernate/PollsvoteDAO.java 110 Local variable 'queryObject' could be declared final
22114 src/com/gps/hibernate/PollsvoteDAO.java 110 Potential violation of Law of Demeter (method chain calls)
22115 src/com/gps/hibernate/PollsvoteDAO.java 111 Potential violation of Law of Demeter (object not created locally)
22116 src/com/gps/hibernate/PollsvoteDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22117 src/com/gps/hibernate/PollsvoteDAO.java 113 There is log block not surrounded by if
22118 src/com/gps/hibernate/PollsvoteDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
22119 src/com/gps/hibernate/PollsvoteDAO.java 118 publicMethodCommentRequirement Required
22120 src/com/gps/hibernate/PollsvoteDAO.java 119 There is log block not surrounded by if
22121 src/com/gps/hibernate/PollsvoteDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22122 src/com/gps/hibernate/PollsvoteDAO.java 121 Local variable 'result' could be declared final
22123 src/com/gps/hibernate/PollsvoteDAO.java 121 Potential violation of Law of Demeter (method chain calls)
22124 src/com/gps/hibernate/PollsvoteDAO.java 122 There is log block not surrounded by if
22125 src/com/gps/hibernate/PollsvoteDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22126 src/com/gps/hibernate/PollsvoteDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22127 src/com/gps/hibernate/PollsvoteDAO.java 125 There is log block not surrounded by if
22128 src/com/gps/hibernate/PollsvoteDAO.java 130 Parameter 'instance' is not assigned and could be declared final
22129 src/com/gps/hibernate/PollsvoteDAO.java 130 publicMethodCommentRequirement Required
22130 src/com/gps/hibernate/PollsvoteDAO.java 131 There is log block not surrounded by if
22131 src/com/gps/hibernate/PollsvoteDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22132 src/com/gps/hibernate/PollsvoteDAO.java 133 Potential violation of Law of Demeter (method chain calls)
22133 src/com/gps/hibernate/PollsvoteDAO.java 134 There is log block not surrounded by if
22134 src/com/gps/hibernate/PollsvoteDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22135 src/com/gps/hibernate/PollsvoteDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22136 src/com/gps/hibernate/PollsvoteDAO.java 136 There is log block not surrounded by if
22137 src/com/gps/hibernate/PollsvoteDAO.java 141 Parameter 'instance' is not assigned and could be declared final
22138 src/com/gps/hibernate/PollsvoteDAO.java 141 publicMethodCommentRequirement Required
22139 src/com/gps/hibernate/PollsvoteDAO.java 142 There is log block not surrounded by if
22140 src/com/gps/hibernate/PollsvoteDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22141 src/com/gps/hibernate/PollsvoteDAO.java 144 Potential violation of Law of Demeter (method chain calls)
22142 src/com/gps/hibernate/PollsvoteDAO.java 145 There is log block not surrounded by if
22143 src/com/gps/hibernate/PollsvoteDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22144 src/com/gps/hibernate/PollsvoteDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22145 src/com/gps/hibernate/PollsvoteDAO.java 147 There is log block not surrounded by if
22146 src/com/gps/hibernate/Portlet.java 9 Classes implementing Serializable should set a serialVersionUID
22147 src/com/gps/hibernate/Portlet.java 13 Avoid variables with short names like id
22148 src/com/gps/hibernate/Portlet.java 13 fieldCommentRequirement Required
22149 src/com/gps/hibernate/Portlet.java 14 fieldCommentRequirement Required
22150 src/com/gps/hibernate/Portlet.java 15 fieldCommentRequirement Required
22151 src/com/gps/hibernate/Portlet.java 16 fieldCommentRequirement Required
22152 src/com/gps/hibernate/Portlet.java 17 fieldCommentRequirement Required
22153 src/com/gps/hibernate/Portlet.java 22 Document empty constructor
22154 src/com/gps/hibernate/Portlet.java 26 Avoid variables with short names like id
22155 src/com/gps/hibernate/Portlet.java 26 Parameter 'id' is not assigned and could be declared final
22156 src/com/gps/hibernate/Portlet.java 31 Avoid variables with short names like id
22157 src/com/gps/hibernate/Portlet.java 31 Parameter 'companyId' is not assigned and could be declared final
22158 src/com/gps/hibernate/Portlet.java 31 Parameter 'id' is not assigned and could be declared final
22159 src/com/gps/hibernate/Portlet.java 31 Parameter 'portletId' is not assigned and could be declared final
22160 src/com/gps/hibernate/Portlet.java 31 Parameter 'roles' is not assigned and could be declared final
22161 src/com/gps/hibernate/Portlet.java 32 Parameter 'active' is not assigned and could be declared final
22162 src/com/gps/hibernate/Portlet.java 42 publicMethodCommentRequirement Required
22163 src/com/gps/hibernate/Portlet.java 46 Avoid variables with short names like id
22164 src/com/gps/hibernate/Portlet.java 46 Parameter 'id' is not assigned and could be declared final
22165 src/com/gps/hibernate/Portlet.java 46 publicMethodCommentRequirement Required
22166 src/com/gps/hibernate/Portlet.java 50 publicMethodCommentRequirement Required
22167 src/com/gps/hibernate/Portlet.java 54 Parameter 'companyId' is not assigned and could be declared final
22168 src/com/gps/hibernate/Portlet.java 54 publicMethodCommentRequirement Required
22169 src/com/gps/hibernate/Portlet.java 58 publicMethodCommentRequirement Required
22170 src/com/gps/hibernate/Portlet.java 62 Parameter 'portletId' is not assigned and could be declared final
22171 src/com/gps/hibernate/Portlet.java 62 publicMethodCommentRequirement Required
22172 src/com/gps/hibernate/Portlet.java 66 publicMethodCommentRequirement Required
22173 src/com/gps/hibernate/Portlet.java 70 Parameter 'roles' is not assigned and could be declared final
22174 src/com/gps/hibernate/Portlet.java 70 publicMethodCommentRequirement Required
22175 src/com/gps/hibernate/Portlet.java 74 publicMethodCommentRequirement Required
22176 src/com/gps/hibernate/Portlet.java 78 Parameter 'active' is not assigned and could be declared final
22177 src/com/gps/hibernate/Portlet.java 78 publicMethodCommentRequirement Required
22178 src/com/gps/hibernate/PortletDAO.java 10 Comment is too large: Too many lines
22179 src/com/gps/hibernate/PortletDAO.java 22 This class has too many methods, consider refactoring it.
22180 src/com/gps/hibernate/PortletDAO.java 23 Logger should be defined private static final and have the correct class
22181 src/com/gps/hibernate/PortletDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
22182 src/com/gps/hibernate/PortletDAO.java 23 fieldCommentRequirement Required
22183 src/com/gps/hibernate/PortletDAO.java 25 fieldCommentRequirement Required
22184 src/com/gps/hibernate/PortletDAO.java 26 fieldCommentRequirement Required
22185 src/com/gps/hibernate/PortletDAO.java 27 fieldCommentRequirement Required
22186 src/com/gps/hibernate/PortletDAO.java 28 fieldCommentRequirement Required
22187 src/com/gps/hibernate/PortletDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
22188 src/com/gps/hibernate/PortletDAO.java 30 publicMethodCommentRequirement Required
22189 src/com/gps/hibernate/PortletDAO.java 31 There is log block not surrounded by if
22190 src/com/gps/hibernate/PortletDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22191 src/com/gps/hibernate/PortletDAO.java 33 Potential violation of Law of Demeter (method chain calls)
22192 src/com/gps/hibernate/PortletDAO.java 34 There is log block not surrounded by if
22193 src/com/gps/hibernate/PortletDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22194 src/com/gps/hibernate/PortletDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22195 src/com/gps/hibernate/PortletDAO.java 36 There is log block not surrounded by if
22196 src/com/gps/hibernate/PortletDAO.java 41 Avoid excessively long variable names like persistentInstance
22197 src/com/gps/hibernate/PortletDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
22198 src/com/gps/hibernate/PortletDAO.java 41 publicMethodCommentRequirement Required
22199 src/com/gps/hibernate/PortletDAO.java 42 There is log block not surrounded by if
22200 src/com/gps/hibernate/PortletDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22201 src/com/gps/hibernate/PortletDAO.java 44 Potential violation of Law of Demeter (method chain calls)
22202 src/com/gps/hibernate/PortletDAO.java 45 There is log block not surrounded by if
22203 src/com/gps/hibernate/PortletDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22204 src/com/gps/hibernate/PortletDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22205 src/com/gps/hibernate/PortletDAO.java 47 There is log block not surrounded by if
22206 src/com/gps/hibernate/PortletDAO.java 52 Avoid variables with short names like id
22207 src/com/gps/hibernate/PortletDAO.java 52 Parameter 'id' is not assigned and could be declared final
22208 src/com/gps/hibernate/PortletDAO.java 52 publicMethodCommentRequirement Required
22209 src/com/gps/hibernate/PortletDAO.java 53 There is log block not surrounded by if
22210 src/com/gps/hibernate/PortletDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22211 src/com/gps/hibernate/PortletDAO.java 55 Local variable 'instance' could be declared final
22212 src/com/gps/hibernate/PortletDAO.java 55 Potential violation of Law of Demeter (method chain calls)
22213 src/com/gps/hibernate/PortletDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22214 src/com/gps/hibernate/PortletDAO.java 59 There is log block not surrounded by if
22215 src/com/gps/hibernate/PortletDAO.java 64 Parameter 'instance' is not assigned and could be declared final
22216 src/com/gps/hibernate/PortletDAO.java 64 publicMethodCommentRequirement Required
22217 src/com/gps/hibernate/PortletDAO.java 65 There is log block not surrounded by if
22218 src/com/gps/hibernate/PortletDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22219 src/com/gps/hibernate/PortletDAO.java 67 Local variable 'results' could be declared final
22220 src/com/gps/hibernate/PortletDAO.java 67 Potential violation of Law of Demeter (method chain calls)
22221 src/com/gps/hibernate/PortletDAO.java 67 Potential violation of Law of Demeter (method chain calls)
22222 src/com/gps/hibernate/PortletDAO.java 67 Potential violation of Law of Demeter (method chain calls)
22223 src/com/gps/hibernate/PortletDAO.java 70 There is log block not surrounded by if
22224 src/com/gps/hibernate/PortletDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22225 src/com/gps/hibernate/PortletDAO.java 71 Potential violation of Law of Demeter (object not created locally)
22226 src/com/gps/hibernate/PortletDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22227 src/com/gps/hibernate/PortletDAO.java 74 There is log block not surrounded by if
22228 src/com/gps/hibernate/PortletDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
22229 src/com/gps/hibernate/PortletDAO.java 79 Parameter 'value' is not assigned and could be declared final
22230 src/com/gps/hibernate/PortletDAO.java 79 publicMethodCommentRequirement Required
22231 src/com/gps/hibernate/PortletDAO.java 80 There is log block not surrounded by if
22232 src/com/gps/hibernate/PortletDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22233 src/com/gps/hibernate/PortletDAO.java 83 Local variable 'queryString' could be declared final
22234 src/com/gps/hibernate/PortletDAO.java 85 Local variable 'queryObject' could be declared final
22235 src/com/gps/hibernate/PortletDAO.java 85 Potential violation of Law of Demeter (method chain calls)
22236 src/com/gps/hibernate/PortletDAO.java 86 Potential violation of Law of Demeter (object not created locally)
22237 src/com/gps/hibernate/PortletDAO.java 87 Potential violation of Law of Demeter (object not created locally)
22238 src/com/gps/hibernate/PortletDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22239 src/com/gps/hibernate/PortletDAO.java 89 There is log block not surrounded by if
22240 src/com/gps/hibernate/PortletDAO.java 94 Parameter 'companyId' is not assigned and could be declared final
22241 src/com/gps/hibernate/PortletDAO.java 94 publicMethodCommentRequirement Required
22242 src/com/gps/hibernate/PortletDAO.java 98 Parameter 'portletId' is not assigned and could be declared final
22243 src/com/gps/hibernate/PortletDAO.java 98 publicMethodCommentRequirement Required
22244 src/com/gps/hibernate/PortletDAO.java 102 Parameter 'roles' is not assigned and could be declared final
22245 src/com/gps/hibernate/PortletDAO.java 102 publicMethodCommentRequirement Required
22246 src/com/gps/hibernate/PortletDAO.java 106 Parameter 'active' is not assigned and could be declared final
22247 src/com/gps/hibernate/PortletDAO.java 106 publicMethodCommentRequirement Required
22248 src/com/gps/hibernate/PortletDAO.java 110 publicMethodCommentRequirement Required
22249 src/com/gps/hibernate/PortletDAO.java 111 There is log block not surrounded by if
22250 src/com/gps/hibernate/PortletDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22251 src/com/gps/hibernate/PortletDAO.java 113 Local variable 'queryString' could be declared final
22252 src/com/gps/hibernate/PortletDAO.java 114 Local variable 'queryObject' could be declared final
22253 src/com/gps/hibernate/PortletDAO.java 114 Potential violation of Law of Demeter (method chain calls)
22254 src/com/gps/hibernate/PortletDAO.java 115 Potential violation of Law of Demeter (object not created locally)
22255 src/com/gps/hibernate/PortletDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22256 src/com/gps/hibernate/PortletDAO.java 117 There is log block not surrounded by if
22257 src/com/gps/hibernate/PortletDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
22258 src/com/gps/hibernate/PortletDAO.java 122 publicMethodCommentRequirement Required
22259 src/com/gps/hibernate/PortletDAO.java 123 There is log block not surrounded by if
22260 src/com/gps/hibernate/PortletDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22261 src/com/gps/hibernate/PortletDAO.java 125 Local variable 'result' could be declared final
22262 src/com/gps/hibernate/PortletDAO.java 125 Potential violation of Law of Demeter (method chain calls)
22263 src/com/gps/hibernate/PortletDAO.java 126 There is log block not surrounded by if
22264 src/com/gps/hibernate/PortletDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22265 src/com/gps/hibernate/PortletDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22266 src/com/gps/hibernate/PortletDAO.java 129 There is log block not surrounded by if
22267 src/com/gps/hibernate/PortletDAO.java 134 Parameter 'instance' is not assigned and could be declared final
22268 src/com/gps/hibernate/PortletDAO.java 134 publicMethodCommentRequirement Required
22269 src/com/gps/hibernate/PortletDAO.java 135 There is log block not surrounded by if
22270 src/com/gps/hibernate/PortletDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22271 src/com/gps/hibernate/PortletDAO.java 137 Potential violation of Law of Demeter (method chain calls)
22272 src/com/gps/hibernate/PortletDAO.java 138 There is log block not surrounded by if
22273 src/com/gps/hibernate/PortletDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22274 src/com/gps/hibernate/PortletDAO.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22275 src/com/gps/hibernate/PortletDAO.java 140 There is log block not surrounded by if
22276 src/com/gps/hibernate/PortletDAO.java 145 Parameter 'instance' is not assigned and could be declared final
22277 src/com/gps/hibernate/PortletDAO.java 145 publicMethodCommentRequirement Required
22278 src/com/gps/hibernate/PortletDAO.java 146 There is log block not surrounded by if
22279 src/com/gps/hibernate/PortletDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22280 src/com/gps/hibernate/PortletDAO.java 148 Potential violation of Law of Demeter (method chain calls)
22281 src/com/gps/hibernate/PortletDAO.java 149 There is log block not surrounded by if
22282 src/com/gps/hibernate/PortletDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22283 src/com/gps/hibernate/PortletDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22284 src/com/gps/hibernate/PortletDAO.java 151 There is log block not surrounded by if
22285 src/com/gps/hibernate/Portletitem.java 11 Classes implementing Serializable should set a serialVersionUID
22286 src/com/gps/hibernate/Portletitem.java 15 fieldCommentRequirement Required
22287 src/com/gps/hibernate/Portletitem.java 16 fieldCommentRequirement Required
22288 src/com/gps/hibernate/Portletitem.java 17 fieldCommentRequirement Required
22289 src/com/gps/hibernate/Portletitem.java 18 fieldCommentRequirement Required
22290 src/com/gps/hibernate/Portletitem.java 19 fieldCommentRequirement Required
22291 src/com/gps/hibernate/Portletitem.java 20 fieldCommentRequirement Required
22292 src/com/gps/hibernate/Portletitem.java 21 fieldCommentRequirement Required
22293 src/com/gps/hibernate/Portletitem.java 22 fieldCommentRequirement Required
22294 src/com/gps/hibernate/Portletitem.java 23 fieldCommentRequirement Required
22295 src/com/gps/hibernate/Portletitem.java 24 fieldCommentRequirement Required
22296 src/com/gps/hibernate/Portletitem.java 29 Document empty constructor
22297 src/com/gps/hibernate/Portletitem.java 33 Parameter 'portletItemId' is not assigned and could be declared final
22298 src/com/gps/hibernate/Portletitem.java 38 Avoid long parameter lists.
22299 src/com/gps/hibernate/Portletitem.java 38 Parameter 'companyId' is not assigned and could be declared final
22300 src/com/gps/hibernate/Portletitem.java 38 Parameter 'groupId' is not assigned and could be declared final
22301 src/com/gps/hibernate/Portletitem.java 38 Parameter 'portletItemId' is not assigned and could be declared final
22302 src/com/gps/hibernate/Portletitem.java 39 Parameter 'createDate' is not assigned and could be declared final
22303 src/com/gps/hibernate/Portletitem.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
22304 src/com/gps/hibernate/Portletitem.java 39 Parameter 'userId' is not assigned and could be declared final
22305 src/com/gps/hibernate/Portletitem.java 39 Parameter 'userName' is not assigned and could be declared final
22306 src/com/gps/hibernate/Portletitem.java 40 Parameter 'classNameId' is not assigned and could be declared final
22307 src/com/gps/hibernate/Portletitem.java 40 Parameter 'name' is not assigned and could be declared final
22308 src/com/gps/hibernate/Portletitem.java 40 Parameter 'portletId' is not assigned and could be declared final
22309 src/com/gps/hibernate/Portletitem.java 55 publicMethodCommentRequirement Required
22310 src/com/gps/hibernate/Portletitem.java 59 Parameter 'portletItemId' is not assigned and could be declared final
22311 src/com/gps/hibernate/Portletitem.java 59 publicMethodCommentRequirement Required
22312 src/com/gps/hibernate/Portletitem.java 63 publicMethodCommentRequirement Required
22313 src/com/gps/hibernate/Portletitem.java 67 Parameter 'groupId' is not assigned and could be declared final
22314 src/com/gps/hibernate/Portletitem.java 67 publicMethodCommentRequirement Required
22315 src/com/gps/hibernate/Portletitem.java 71 publicMethodCommentRequirement Required
22316 src/com/gps/hibernate/Portletitem.java 75 Parameter 'companyId' is not assigned and could be declared final
22317 src/com/gps/hibernate/Portletitem.java 75 publicMethodCommentRequirement Required
22318 src/com/gps/hibernate/Portletitem.java 79 publicMethodCommentRequirement Required
22319 src/com/gps/hibernate/Portletitem.java 83 Parameter 'userId' is not assigned and could be declared final
22320 src/com/gps/hibernate/Portletitem.java 83 publicMethodCommentRequirement Required
22321 src/com/gps/hibernate/Portletitem.java 87 publicMethodCommentRequirement Required
22322 src/com/gps/hibernate/Portletitem.java 91 Parameter 'userName' is not assigned and could be declared final
22323 src/com/gps/hibernate/Portletitem.java 91 publicMethodCommentRequirement Required
22324 src/com/gps/hibernate/Portletitem.java 95 publicMethodCommentRequirement Required
22325 src/com/gps/hibernate/Portletitem.java 99 Parameter 'createDate' is not assigned and could be declared final
22326 src/com/gps/hibernate/Portletitem.java 99 publicMethodCommentRequirement Required
22327 src/com/gps/hibernate/Portletitem.java 103 publicMethodCommentRequirement Required
22328 src/com/gps/hibernate/Portletitem.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
22329 src/com/gps/hibernate/Portletitem.java 107 publicMethodCommentRequirement Required
22330 src/com/gps/hibernate/Portletitem.java 111 publicMethodCommentRequirement Required
22331 src/com/gps/hibernate/Portletitem.java 115 Parameter 'name' is not assigned and could be declared final
22332 src/com/gps/hibernate/Portletitem.java 115 publicMethodCommentRequirement Required
22333 src/com/gps/hibernate/Portletitem.java 119 publicMethodCommentRequirement Required
22334 src/com/gps/hibernate/Portletitem.java 123 Parameter 'portletId' is not assigned and could be declared final
22335 src/com/gps/hibernate/Portletitem.java 123 publicMethodCommentRequirement Required
22336 src/com/gps/hibernate/Portletitem.java 127 publicMethodCommentRequirement Required
22337 src/com/gps/hibernate/Portletitem.java 131 Parameter 'classNameId' is not assigned and could be declared final
22338 src/com/gps/hibernate/Portletitem.java 131 publicMethodCommentRequirement Required
22339 src/com/gps/hibernate/PortletitemDAO.java 3 Avoid unused imports such as 'java.util.Date'
22340 src/com/gps/hibernate/PortletitemDAO.java 11 Comment is too large: Too many lines
22341 src/com/gps/hibernate/PortletitemDAO.java 23 This class has too many methods, consider refactoring it.
22342 src/com/gps/hibernate/PortletitemDAO.java 24 Logger should be defined private static final and have the correct class
22343 src/com/gps/hibernate/PortletitemDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
22344 src/com/gps/hibernate/PortletitemDAO.java 24 fieldCommentRequirement Required
22345 src/com/gps/hibernate/PortletitemDAO.java 26 fieldCommentRequirement Required
22346 src/com/gps/hibernate/PortletitemDAO.java 27 fieldCommentRequirement Required
22347 src/com/gps/hibernate/PortletitemDAO.java 28 fieldCommentRequirement Required
22348 src/com/gps/hibernate/PortletitemDAO.java 29 fieldCommentRequirement Required
22349 src/com/gps/hibernate/PortletitemDAO.java 30 fieldCommentRequirement Required
22350 src/com/gps/hibernate/PortletitemDAO.java 31 fieldCommentRequirement Required
22351 src/com/gps/hibernate/PortletitemDAO.java 32 fieldCommentRequirement Required
22352 src/com/gps/hibernate/PortletitemDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
22353 src/com/gps/hibernate/PortletitemDAO.java 34 publicMethodCommentRequirement Required
22354 src/com/gps/hibernate/PortletitemDAO.java 35 There is log block not surrounded by if
22355 src/com/gps/hibernate/PortletitemDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22356 src/com/gps/hibernate/PortletitemDAO.java 37 Potential violation of Law of Demeter (method chain calls)
22357 src/com/gps/hibernate/PortletitemDAO.java 38 There is log block not surrounded by if
22358 src/com/gps/hibernate/PortletitemDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22359 src/com/gps/hibernate/PortletitemDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22360 src/com/gps/hibernate/PortletitemDAO.java 40 There is log block not surrounded by if
22361 src/com/gps/hibernate/PortletitemDAO.java 45 Avoid excessively long variable names like persistentInstance
22362 src/com/gps/hibernate/PortletitemDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
22363 src/com/gps/hibernate/PortletitemDAO.java 45 publicMethodCommentRequirement Required
22364 src/com/gps/hibernate/PortletitemDAO.java 46 There is log block not surrounded by if
22365 src/com/gps/hibernate/PortletitemDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22366 src/com/gps/hibernate/PortletitemDAO.java 48 Potential violation of Law of Demeter (method chain calls)
22367 src/com/gps/hibernate/PortletitemDAO.java 49 There is log block not surrounded by if
22368 src/com/gps/hibernate/PortletitemDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22369 src/com/gps/hibernate/PortletitemDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22370 src/com/gps/hibernate/PortletitemDAO.java 51 There is log block not surrounded by if
22371 src/com/gps/hibernate/PortletitemDAO.java 56 Avoid variables with short names like id
22372 src/com/gps/hibernate/PortletitemDAO.java 56 Parameter 'id' is not assigned and could be declared final
22373 src/com/gps/hibernate/PortletitemDAO.java 56 publicMethodCommentRequirement Required
22374 src/com/gps/hibernate/PortletitemDAO.java 57 There is log block not surrounded by if
22375 src/com/gps/hibernate/PortletitemDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22376 src/com/gps/hibernate/PortletitemDAO.java 59 Local variable 'instance' could be declared final
22377 src/com/gps/hibernate/PortletitemDAO.java 59 Potential violation of Law of Demeter (method chain calls)
22378 src/com/gps/hibernate/PortletitemDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22379 src/com/gps/hibernate/PortletitemDAO.java 63 There is log block not surrounded by if
22380 src/com/gps/hibernate/PortletitemDAO.java 68 Parameter 'instance' is not assigned and could be declared final
22381 src/com/gps/hibernate/PortletitemDAO.java 68 publicMethodCommentRequirement Required
22382 src/com/gps/hibernate/PortletitemDAO.java 69 There is log block not surrounded by if
22383 src/com/gps/hibernate/PortletitemDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22384 src/com/gps/hibernate/PortletitemDAO.java 71 Local variable 'results' could be declared final
22385 src/com/gps/hibernate/PortletitemDAO.java 71 Potential violation of Law of Demeter (method chain calls)
22386 src/com/gps/hibernate/PortletitemDAO.java 71 Potential violation of Law of Demeter (method chain calls)
22387 src/com/gps/hibernate/PortletitemDAO.java 71 Potential violation of Law of Demeter (method chain calls)
22388 src/com/gps/hibernate/PortletitemDAO.java 74 There is log block not surrounded by if
22389 src/com/gps/hibernate/PortletitemDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22390 src/com/gps/hibernate/PortletitemDAO.java 75 Potential violation of Law of Demeter (object not created locally)
22391 src/com/gps/hibernate/PortletitemDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22392 src/com/gps/hibernate/PortletitemDAO.java 78 There is log block not surrounded by if
22393 src/com/gps/hibernate/PortletitemDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
22394 src/com/gps/hibernate/PortletitemDAO.java 83 Parameter 'value' is not assigned and could be declared final
22395 src/com/gps/hibernate/PortletitemDAO.java 83 publicMethodCommentRequirement Required
22396 src/com/gps/hibernate/PortletitemDAO.java 84 There is log block not surrounded by if
22397 src/com/gps/hibernate/PortletitemDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22398 src/com/gps/hibernate/PortletitemDAO.java 87 Local variable 'queryString' could be declared final
22399 src/com/gps/hibernate/PortletitemDAO.java 89 Local variable 'queryObject' could be declared final
22400 src/com/gps/hibernate/PortletitemDAO.java 89 Potential violation of Law of Demeter (method chain calls)
22401 src/com/gps/hibernate/PortletitemDAO.java 90 Potential violation of Law of Demeter (object not created locally)
22402 src/com/gps/hibernate/PortletitemDAO.java 91 Potential violation of Law of Demeter (object not created locally)
22403 src/com/gps/hibernate/PortletitemDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22404 src/com/gps/hibernate/PortletitemDAO.java 93 There is log block not surrounded by if
22405 src/com/gps/hibernate/PortletitemDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
22406 src/com/gps/hibernate/PortletitemDAO.java 98 publicMethodCommentRequirement Required
22407 src/com/gps/hibernate/PortletitemDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
22408 src/com/gps/hibernate/PortletitemDAO.java 102 publicMethodCommentRequirement Required
22409 src/com/gps/hibernate/PortletitemDAO.java 106 Parameter 'userId' is not assigned and could be declared final
22410 src/com/gps/hibernate/PortletitemDAO.java 106 publicMethodCommentRequirement Required
22411 src/com/gps/hibernate/PortletitemDAO.java 110 Parameter 'userName' is not assigned and could be declared final
22412 src/com/gps/hibernate/PortletitemDAO.java 110 publicMethodCommentRequirement Required
22413 src/com/gps/hibernate/PortletitemDAO.java 114 Parameter 'name' is not assigned and could be declared final
22414 src/com/gps/hibernate/PortletitemDAO.java 114 publicMethodCommentRequirement Required
22415 src/com/gps/hibernate/PortletitemDAO.java 118 Parameter 'portletId' is not assigned and could be declared final
22416 src/com/gps/hibernate/PortletitemDAO.java 118 publicMethodCommentRequirement Required
22417 src/com/gps/hibernate/PortletitemDAO.java 122 Parameter 'classNameId' is not assigned and could be declared final
22418 src/com/gps/hibernate/PortletitemDAO.java 122 publicMethodCommentRequirement Required
22419 src/com/gps/hibernate/PortletitemDAO.java 126 publicMethodCommentRequirement Required
22420 src/com/gps/hibernate/PortletitemDAO.java 127 There is log block not surrounded by if
22421 src/com/gps/hibernate/PortletitemDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22422 src/com/gps/hibernate/PortletitemDAO.java 129 Local variable 'queryString' could be declared final
22423 src/com/gps/hibernate/PortletitemDAO.java 130 Local variable 'queryObject' could be declared final
22424 src/com/gps/hibernate/PortletitemDAO.java 130 Potential violation of Law of Demeter (method chain calls)
22425 src/com/gps/hibernate/PortletitemDAO.java 131 Potential violation of Law of Demeter (object not created locally)
22426 src/com/gps/hibernate/PortletitemDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22427 src/com/gps/hibernate/PortletitemDAO.java 133 There is log block not surrounded by if
22428 src/com/gps/hibernate/PortletitemDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
22429 src/com/gps/hibernate/PortletitemDAO.java 138 publicMethodCommentRequirement Required
22430 src/com/gps/hibernate/PortletitemDAO.java 139 There is log block not surrounded by if
22431 src/com/gps/hibernate/PortletitemDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22432 src/com/gps/hibernate/PortletitemDAO.java 141 Local variable 'result' could be declared final
22433 src/com/gps/hibernate/PortletitemDAO.java 141 Potential violation of Law of Demeter (method chain calls)
22434 src/com/gps/hibernate/PortletitemDAO.java 143 There is log block not surrounded by if
22435 src/com/gps/hibernate/PortletitemDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22436 src/com/gps/hibernate/PortletitemDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22437 src/com/gps/hibernate/PortletitemDAO.java 146 There is log block not surrounded by if
22438 src/com/gps/hibernate/PortletitemDAO.java 151 Parameter 'instance' is not assigned and could be declared final
22439 src/com/gps/hibernate/PortletitemDAO.java 151 publicMethodCommentRequirement Required
22440 src/com/gps/hibernate/PortletitemDAO.java 152 There is log block not surrounded by if
22441 src/com/gps/hibernate/PortletitemDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22442 src/com/gps/hibernate/PortletitemDAO.java 154 Potential violation of Law of Demeter (method chain calls)
22443 src/com/gps/hibernate/PortletitemDAO.java 155 There is log block not surrounded by if
22444 src/com/gps/hibernate/PortletitemDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22445 src/com/gps/hibernate/PortletitemDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22446 src/com/gps/hibernate/PortletitemDAO.java 157 There is log block not surrounded by if
22447 src/com/gps/hibernate/PortletitemDAO.java 162 Parameter 'instance' is not assigned and could be declared final
22448 src/com/gps/hibernate/PortletitemDAO.java 162 publicMethodCommentRequirement Required
22449 src/com/gps/hibernate/PortletitemDAO.java 163 There is log block not surrounded by if
22450 src/com/gps/hibernate/PortletitemDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22451 src/com/gps/hibernate/PortletitemDAO.java 165 Potential violation of Law of Demeter (method chain calls)
22452 src/com/gps/hibernate/PortletitemDAO.java 166 There is log block not surrounded by if
22453 src/com/gps/hibernate/PortletitemDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22454 src/com/gps/hibernate/PortletitemDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22455 src/com/gps/hibernate/PortletitemDAO.java 168 There is log block not surrounded by if
22456 src/com/gps/hibernate/Portletpreferences.java 9 Classes implementing Serializable should set a serialVersionUID
22457 src/com/gps/hibernate/Portletpreferences.java 13 Avoid excessively long variable names like portletPreferencesId
22458 src/com/gps/hibernate/Portletpreferences.java 13 fieldCommentRequirement Required
22459 src/com/gps/hibernate/Portletpreferences.java 14 fieldCommentRequirement Required
22460 src/com/gps/hibernate/Portletpreferences.java 15 fieldCommentRequirement Required
22461 src/com/gps/hibernate/Portletpreferences.java 16 fieldCommentRequirement Required
22462 src/com/gps/hibernate/Portletpreferences.java 17 fieldCommentRequirement Required
22463 src/com/gps/hibernate/Portletpreferences.java 18 fieldCommentRequirement Required
22464 src/com/gps/hibernate/Portletpreferences.java 23 Document empty constructor
22465 src/com/gps/hibernate/Portletpreferences.java 27 Avoid excessively long variable names like portletPreferencesId
22466 src/com/gps/hibernate/Portletpreferences.java 27 Parameter 'portletPreferencesId' is not assigned and could be declared final
22467 src/com/gps/hibernate/Portletpreferences.java 32 Avoid excessively long variable names like portletPreferencesId
22468 src/com/gps/hibernate/Portletpreferences.java 32 Parameter 'ownerId' is not assigned and could be declared final
22469 src/com/gps/hibernate/Portletpreferences.java 32 Parameter 'portletPreferencesId' is not assigned and could be declared final
22470 src/com/gps/hibernate/Portletpreferences.java 33 Parameter 'ownerType' is not assigned and could be declared final
22471 src/com/gps/hibernate/Portletpreferences.java 33 Parameter 'plid' is not assigned and could be declared final
22472 src/com/gps/hibernate/Portletpreferences.java 33 Parameter 'portletId' is not assigned and could be declared final
22473 src/com/gps/hibernate/Portletpreferences.java 33 Parameter 'preferences' is not assigned and could be declared final
22474 src/com/gps/hibernate/Portletpreferences.java 44 publicMethodCommentRequirement Required
22475 src/com/gps/hibernate/Portletpreferences.java 48 Avoid excessively long variable names like portletPreferencesId
22476 src/com/gps/hibernate/Portletpreferences.java 48 Parameter 'portletPreferencesId' is not assigned and could be declared final
22477 src/com/gps/hibernate/Portletpreferences.java 48 publicMethodCommentRequirement Required
22478 src/com/gps/hibernate/Portletpreferences.java 52 publicMethodCommentRequirement Required
22479 src/com/gps/hibernate/Portletpreferences.java 56 Parameter 'ownerId' is not assigned and could be declared final
22480 src/com/gps/hibernate/Portletpreferences.java 56 publicMethodCommentRequirement Required
22481 src/com/gps/hibernate/Portletpreferences.java 60 publicMethodCommentRequirement Required
22482 src/com/gps/hibernate/Portletpreferences.java 64 Parameter 'ownerType' is not assigned and could be declared final
22483 src/com/gps/hibernate/Portletpreferences.java 64 publicMethodCommentRequirement Required
22484 src/com/gps/hibernate/Portletpreferences.java 68 publicMethodCommentRequirement Required
22485 src/com/gps/hibernate/Portletpreferences.java 72 Parameter 'plid' is not assigned and could be declared final
22486 src/com/gps/hibernate/Portletpreferences.java 72 publicMethodCommentRequirement Required
22487 src/com/gps/hibernate/Portletpreferences.java 76 publicMethodCommentRequirement Required
22488 src/com/gps/hibernate/Portletpreferences.java 80 Parameter 'portletId' is not assigned and could be declared final
22489 src/com/gps/hibernate/Portletpreferences.java 80 publicMethodCommentRequirement Required
22490 src/com/gps/hibernate/Portletpreferences.java 84 publicMethodCommentRequirement Required
22491 src/com/gps/hibernate/Portletpreferences.java 88 Parameter 'preferences' is not assigned and could be declared final
22492 src/com/gps/hibernate/Portletpreferences.java 88 publicMethodCommentRequirement Required
22493 src/com/gps/hibernate/PortletpreferencesDAO.java 10 Comment is too large: Too many lines
22494 src/com/gps/hibernate/PortletpreferencesDAO.java 22 This class has too many methods, consider refactoring it.
22495 src/com/gps/hibernate/PortletpreferencesDAO.java 23 Logger should be defined private static final and have the correct class
22496 src/com/gps/hibernate/PortletpreferencesDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
22497 src/com/gps/hibernate/PortletpreferencesDAO.java 23 fieldCommentRequirement Required
22498 src/com/gps/hibernate/PortletpreferencesDAO.java 26 fieldCommentRequirement Required
22499 src/com/gps/hibernate/PortletpreferencesDAO.java 27 fieldCommentRequirement Required
22500 src/com/gps/hibernate/PortletpreferencesDAO.java 28 fieldCommentRequirement Required
22501 src/com/gps/hibernate/PortletpreferencesDAO.java 29 fieldCommentRequirement Required
22502 src/com/gps/hibernate/PortletpreferencesDAO.java 30 fieldCommentRequirement Required
22503 src/com/gps/hibernate/PortletpreferencesDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
22504 src/com/gps/hibernate/PortletpreferencesDAO.java 32 publicMethodCommentRequirement Required
22505 src/com/gps/hibernate/PortletpreferencesDAO.java 33 There is log block not surrounded by if
22506 src/com/gps/hibernate/PortletpreferencesDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22507 src/com/gps/hibernate/PortletpreferencesDAO.java 35 Potential violation of Law of Demeter (method chain calls)
22508 src/com/gps/hibernate/PortletpreferencesDAO.java 36 There is log block not surrounded by if
22509 src/com/gps/hibernate/PortletpreferencesDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22510 src/com/gps/hibernate/PortletpreferencesDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22511 src/com/gps/hibernate/PortletpreferencesDAO.java 38 There is log block not surrounded by if
22512 src/com/gps/hibernate/PortletpreferencesDAO.java 43 Avoid excessively long variable names like persistentInstance
22513 src/com/gps/hibernate/PortletpreferencesDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
22514 src/com/gps/hibernate/PortletpreferencesDAO.java 43 publicMethodCommentRequirement Required
22515 src/com/gps/hibernate/PortletpreferencesDAO.java 44 There is log block not surrounded by if
22516 src/com/gps/hibernate/PortletpreferencesDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22517 src/com/gps/hibernate/PortletpreferencesDAO.java 46 Potential violation of Law of Demeter (method chain calls)
22518 src/com/gps/hibernate/PortletpreferencesDAO.java 47 There is log block not surrounded by if
22519 src/com/gps/hibernate/PortletpreferencesDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22520 src/com/gps/hibernate/PortletpreferencesDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22521 src/com/gps/hibernate/PortletpreferencesDAO.java 49 There is log block not surrounded by if
22522 src/com/gps/hibernate/PortletpreferencesDAO.java 54 Avoid variables with short names like id
22523 src/com/gps/hibernate/PortletpreferencesDAO.java 54 Parameter 'id' is not assigned and could be declared final
22524 src/com/gps/hibernate/PortletpreferencesDAO.java 54 publicMethodCommentRequirement Required
22525 src/com/gps/hibernate/PortletpreferencesDAO.java 55 There is log block not surrounded by if
22526 src/com/gps/hibernate/PortletpreferencesDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22527 src/com/gps/hibernate/PortletpreferencesDAO.java 57 Local variable 'instance' could be declared final
22528 src/com/gps/hibernate/PortletpreferencesDAO.java 57 Potential violation of Law of Demeter (method chain calls)
22529 src/com/gps/hibernate/PortletpreferencesDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22530 src/com/gps/hibernate/PortletpreferencesDAO.java 61 There is log block not surrounded by if
22531 src/com/gps/hibernate/PortletpreferencesDAO.java 66 Parameter 'instance' is not assigned and could be declared final
22532 src/com/gps/hibernate/PortletpreferencesDAO.java 66 publicMethodCommentRequirement Required
22533 src/com/gps/hibernate/PortletpreferencesDAO.java 67 There is log block not surrounded by if
22534 src/com/gps/hibernate/PortletpreferencesDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22535 src/com/gps/hibernate/PortletpreferencesDAO.java 69 Local variable 'results' could be declared final
22536 src/com/gps/hibernate/PortletpreferencesDAO.java 69 Potential violation of Law of Demeter (method chain calls)
22537 src/com/gps/hibernate/PortletpreferencesDAO.java 69 Potential violation of Law of Demeter (method chain calls)
22538 src/com/gps/hibernate/PortletpreferencesDAO.java 69 Potential violation of Law of Demeter (method chain calls)
22539 src/com/gps/hibernate/PortletpreferencesDAO.java 72 There is log block not surrounded by if
22540 src/com/gps/hibernate/PortletpreferencesDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22541 src/com/gps/hibernate/PortletpreferencesDAO.java 73 Potential violation of Law of Demeter (object not created locally)
22542 src/com/gps/hibernate/PortletpreferencesDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22543 src/com/gps/hibernate/PortletpreferencesDAO.java 76 There is log block not surrounded by if
22544 src/com/gps/hibernate/PortletpreferencesDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
22545 src/com/gps/hibernate/PortletpreferencesDAO.java 81 Parameter 'value' is not assigned and could be declared final
22546 src/com/gps/hibernate/PortletpreferencesDAO.java 81 publicMethodCommentRequirement Required
22547 src/com/gps/hibernate/PortletpreferencesDAO.java 82 There is log block not surrounded by if
22548 src/com/gps/hibernate/PortletpreferencesDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22549 src/com/gps/hibernate/PortletpreferencesDAO.java 85 Local variable 'queryString' could be declared final
22550 src/com/gps/hibernate/PortletpreferencesDAO.java 87 Local variable 'queryObject' could be declared final
22551 src/com/gps/hibernate/PortletpreferencesDAO.java 87 Potential violation of Law of Demeter (method chain calls)
22552 src/com/gps/hibernate/PortletpreferencesDAO.java 88 Potential violation of Law of Demeter (object not created locally)
22553 src/com/gps/hibernate/PortletpreferencesDAO.java 89 Potential violation of Law of Demeter (object not created locally)
22554 src/com/gps/hibernate/PortletpreferencesDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22555 src/com/gps/hibernate/PortletpreferencesDAO.java 91 There is log block not surrounded by if
22556 src/com/gps/hibernate/PortletpreferencesDAO.java 96 Parameter 'ownerId' is not assigned and could be declared final
22557 src/com/gps/hibernate/PortletpreferencesDAO.java 96 publicMethodCommentRequirement Required
22558 src/com/gps/hibernate/PortletpreferencesDAO.java 100 Parameter 'ownerType' is not assigned and could be declared final
22559 src/com/gps/hibernate/PortletpreferencesDAO.java 100 publicMethodCommentRequirement Required
22560 src/com/gps/hibernate/PortletpreferencesDAO.java 104 Parameter 'plid' is not assigned and could be declared final
22561 src/com/gps/hibernate/PortletpreferencesDAO.java 104 publicMethodCommentRequirement Required
22562 src/com/gps/hibernate/PortletpreferencesDAO.java 108 Parameter 'portletId' is not assigned and could be declared final
22563 src/com/gps/hibernate/PortletpreferencesDAO.java 108 publicMethodCommentRequirement Required
22564 src/com/gps/hibernate/PortletpreferencesDAO.java 112 Parameter 'preferences' is not assigned and could be declared final
22565 src/com/gps/hibernate/PortletpreferencesDAO.java 112 publicMethodCommentRequirement Required
22566 src/com/gps/hibernate/PortletpreferencesDAO.java 116 publicMethodCommentRequirement Required
22567 src/com/gps/hibernate/PortletpreferencesDAO.java 117 There is log block not surrounded by if
22568 src/com/gps/hibernate/PortletpreferencesDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22569 src/com/gps/hibernate/PortletpreferencesDAO.java 119 Local variable 'queryString' could be declared final
22570 src/com/gps/hibernate/PortletpreferencesDAO.java 120 Local variable 'queryObject' could be declared final
22571 src/com/gps/hibernate/PortletpreferencesDAO.java 120 Potential violation of Law of Demeter (method chain calls)
22572 src/com/gps/hibernate/PortletpreferencesDAO.java 121 Potential violation of Law of Demeter (object not created locally)
22573 src/com/gps/hibernate/PortletpreferencesDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22574 src/com/gps/hibernate/PortletpreferencesDAO.java 123 There is log block not surrounded by if
22575 src/com/gps/hibernate/PortletpreferencesDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
22576 src/com/gps/hibernate/PortletpreferencesDAO.java 128 publicMethodCommentRequirement Required
22577 src/com/gps/hibernate/PortletpreferencesDAO.java 129 There is log block not surrounded by if
22578 src/com/gps/hibernate/PortletpreferencesDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22579 src/com/gps/hibernate/PortletpreferencesDAO.java 131 Local variable 'result' could be declared final
22580 src/com/gps/hibernate/PortletpreferencesDAO.java 131 Potential violation of Law of Demeter (method chain calls)
22581 src/com/gps/hibernate/PortletpreferencesDAO.java 133 There is log block not surrounded by if
22582 src/com/gps/hibernate/PortletpreferencesDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22583 src/com/gps/hibernate/PortletpreferencesDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22584 src/com/gps/hibernate/PortletpreferencesDAO.java 136 There is log block not surrounded by if
22585 src/com/gps/hibernate/PortletpreferencesDAO.java 141 Parameter 'instance' is not assigned and could be declared final
22586 src/com/gps/hibernate/PortletpreferencesDAO.java 141 publicMethodCommentRequirement Required
22587 src/com/gps/hibernate/PortletpreferencesDAO.java 142 There is log block not surrounded by if
22588 src/com/gps/hibernate/PortletpreferencesDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22589 src/com/gps/hibernate/PortletpreferencesDAO.java 144 Potential violation of Law of Demeter (method chain calls)
22590 src/com/gps/hibernate/PortletpreferencesDAO.java 145 There is log block not surrounded by if
22591 src/com/gps/hibernate/PortletpreferencesDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22592 src/com/gps/hibernate/PortletpreferencesDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22593 src/com/gps/hibernate/PortletpreferencesDAO.java 147 There is log block not surrounded by if
22594 src/com/gps/hibernate/PortletpreferencesDAO.java 152 Parameter 'instance' is not assigned and could be declared final
22595 src/com/gps/hibernate/PortletpreferencesDAO.java 152 publicMethodCommentRequirement Required
22596 src/com/gps/hibernate/PortletpreferencesDAO.java 153 There is log block not surrounded by if
22597 src/com/gps/hibernate/PortletpreferencesDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22598 src/com/gps/hibernate/PortletpreferencesDAO.java 155 Potential violation of Law of Demeter (method chain calls)
22599 src/com/gps/hibernate/PortletpreferencesDAO.java 156 There is log block not surrounded by if
22600 src/com/gps/hibernate/PortletpreferencesDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22601 src/com/gps/hibernate/PortletpreferencesDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22602 src/com/gps/hibernate/PortletpreferencesDAO.java 158 There is log block not surrounded by if
22603 src/com/gps/hibernate/QuartzBlobTriggers.java 9 Classes implementing Serializable should set a serialVersionUID
22604 src/com/gps/hibernate/QuartzBlobTriggers.java 13 Avoid variables with short names like id
22605 src/com/gps/hibernate/QuartzBlobTriggers.java 13 fieldCommentRequirement Required
22606 src/com/gps/hibernate/QuartzBlobTriggers.java 14 fieldCommentRequirement Required
22607 src/com/gps/hibernate/QuartzBlobTriggers.java 19 Document empty constructor
22608 src/com/gps/hibernate/QuartzBlobTriggers.java 23 Avoid variables with short names like id
22609 src/com/gps/hibernate/QuartzBlobTriggers.java 23 Parameter 'id' is not assigned and could be declared final
22610 src/com/gps/hibernate/QuartzBlobTriggers.java 28 Avoid variables with short names like id
22611 src/com/gps/hibernate/QuartzBlobTriggers.java 28 Parameter 'blobData' is not assigned and could be declared final
22612 src/com/gps/hibernate/QuartzBlobTriggers.java 28 Parameter 'id' is not assigned and could be declared final
22613 src/com/gps/hibernate/QuartzBlobTriggers.java 35 publicMethodCommentRequirement Required
22614 src/com/gps/hibernate/QuartzBlobTriggers.java 39 Avoid variables with short names like id
22615 src/com/gps/hibernate/QuartzBlobTriggers.java 39 Parameter 'id' is not assigned and could be declared final
22616 src/com/gps/hibernate/QuartzBlobTriggers.java 39 publicMethodCommentRequirement Required
22617 src/com/gps/hibernate/QuartzBlobTriggers.java 43 publicMethodCommentRequirement Required
22618 src/com/gps/hibernate/QuartzBlobTriggers.java 47 Parameter 'blobData' is not assigned and could be declared final
22619 src/com/gps/hibernate/QuartzBlobTriggers.java 47 publicMethodCommentRequirement Required
22620 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 10 Comment is too large: Too many lines
22621 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 23 Logger should be defined private static final and have the correct class
22622 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
22623 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 23 fieldCommentRequirement Required
22624 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 26 fieldCommentRequirement Required
22625 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
22626 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 28 publicMethodCommentRequirement Required
22627 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 29 There is log block not surrounded by if
22628 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22629 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 31 Potential violation of Law of Demeter (method chain calls)
22630 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 32 There is log block not surrounded by if
22631 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22632 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22633 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 34 There is log block not surrounded by if
22634 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 39 Avoid excessively long variable names like persistentInstance
22635 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
22636 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 39 publicMethodCommentRequirement Required
22637 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 40 There is log block not surrounded by if
22638 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22639 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 42 Potential violation of Law of Demeter (method chain calls)
22640 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 43 There is log block not surrounded by if
22641 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22642 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22643 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 45 There is log block not surrounded by if
22644 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 50 Avoid variables with short names like id
22645 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 50 Parameter 'id' is not assigned and could be declared final
22646 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 50 publicMethodCommentRequirement Required
22647 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 51 There is log block not surrounded by if
22648 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22649 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 53 Local variable 'instance' could be declared final
22650 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 53 Potential violation of Law of Demeter (method chain calls)
22651 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22652 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 57 There is log block not surrounded by if
22653 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 62 Parameter 'instance' is not assigned and could be declared final
22654 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 62 publicMethodCommentRequirement Required
22655 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 63 There is log block not surrounded by if
22656 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22657 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 65 Local variable 'results' could be declared final
22658 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
22659 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
22660 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
22661 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 68 There is log block not surrounded by if
22662 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22663 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 69 Potential violation of Law of Demeter (object not created locally)
22664 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22665 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 72 There is log block not surrounded by if
22666 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
22667 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 77 Parameter 'value' is not assigned and could be declared final
22668 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 77 publicMethodCommentRequirement Required
22669 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 78 There is log block not surrounded by if
22670 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22671 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 81 Local variable 'queryString' could be declared final
22672 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 83 Local variable 'queryObject' could be declared final
22673 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 83 Potential violation of Law of Demeter (method chain calls)
22674 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 84 Potential violation of Law of Demeter (object not created locally)
22675 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 85 Potential violation of Law of Demeter (object not created locally)
22676 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22677 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 87 There is log block not surrounded by if
22678 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 92 Parameter 'blobData' is not assigned and could be declared final
22679 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 92 publicMethodCommentRequirement Required
22680 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 96 publicMethodCommentRequirement Required
22681 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 97 There is log block not surrounded by if
22682 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22683 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 99 Local variable 'queryString' could be declared final
22684 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 100 Local variable 'queryObject' could be declared final
22685 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 100 Potential violation of Law of Demeter (method chain calls)
22686 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 101 Potential violation of Law of Demeter (object not created locally)
22687 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22688 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 103 There is log block not surrounded by if
22689 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 108 Parameter 'detachedInstance' is not assigned and could be declared final
22690 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 108 publicMethodCommentRequirement Required
22691 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 109 There is log block not surrounded by if
22692 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22693 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 111 Local variable 'result' could be declared final
22694 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 111 Potential violation of Law of Demeter (method chain calls)
22695 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 113 There is log block not surrounded by if
22696 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22697 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22698 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 116 There is log block not surrounded by if
22699 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 121 Parameter 'instance' is not assigned and could be declared final
22700 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 121 publicMethodCommentRequirement Required
22701 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 122 There is log block not surrounded by if
22702 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22703 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 124 Potential violation of Law of Demeter (method chain calls)
22704 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 125 There is log block not surrounded by if
22705 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22706 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22707 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 127 There is log block not surrounded by if
22708 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 132 Parameter 'instance' is not assigned and could be declared final
22709 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 132 publicMethodCommentRequirement Required
22710 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 133 There is log block not surrounded by if
22711 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22712 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 135 Potential violation of Law of Demeter (method chain calls)
22713 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 136 There is log block not surrounded by if
22714 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22715 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22716 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 138 There is log block not surrounded by if
22717 src/com/gps/hibernate/QuartzBlobTriggersId.java 9 Classes implementing Serializable should set a serialVersionUID
22718 src/com/gps/hibernate/QuartzBlobTriggersId.java 13 fieldCommentRequirement Required
22719 src/com/gps/hibernate/QuartzBlobTriggersId.java 14 fieldCommentRequirement Required
22720 src/com/gps/hibernate/QuartzBlobTriggersId.java 19 Document empty constructor
22721 src/com/gps/hibernate/QuartzBlobTriggersId.java 23 Parameter 'triggerGroup' is not assigned and could be declared final
22722 src/com/gps/hibernate/QuartzBlobTriggersId.java 23 Parameter 'triggerName' is not assigned and could be declared final
22723 src/com/gps/hibernate/QuartzBlobTriggersId.java 30 publicMethodCommentRequirement Required
22724 src/com/gps/hibernate/QuartzBlobTriggersId.java 34 Parameter 'triggerName' is not assigned and could be declared final
22725 src/com/gps/hibernate/QuartzBlobTriggersId.java 34 publicMethodCommentRequirement Required
22726 src/com/gps/hibernate/QuartzBlobTriggersId.java 38 publicMethodCommentRequirement Required
22727 src/com/gps/hibernate/QuartzBlobTriggersId.java 42 Parameter 'triggerGroup' is not assigned and could be declared final
22728 src/com/gps/hibernate/QuartzBlobTriggersId.java 42 publicMethodCommentRequirement Required
22729 src/com/gps/hibernate/QuartzBlobTriggersId.java 46 Parameter 'other' is not assigned and could be declared final
22730 src/com/gps/hibernate/QuartzBlobTriggersId.java 46 publicMethodCommentRequirement Required
22731 src/com/gps/hibernate/QuartzBlobTriggersId.java 47 Avoid using if statements without curly braces
22732 src/com/gps/hibernate/QuartzBlobTriggersId.java 47 Useless parentheses.
22733 src/com/gps/hibernate/QuartzBlobTriggersId.java 48 A method should have only one exit point, and that should be the last statement in the method
22734 src/com/gps/hibernate/QuartzBlobTriggersId.java 49 Avoid using if statements without curly braces
22735 src/com/gps/hibernate/QuartzBlobTriggersId.java 49 Useless parentheses.
22736 src/com/gps/hibernate/QuartzBlobTriggersId.java 50 A method should have only one exit point, and that should be the last statement in the method
22737 src/com/gps/hibernate/QuartzBlobTriggersId.java 51 Avoid using if statements without curly braces
22738 src/com/gps/hibernate/QuartzBlobTriggersId.java 52 A method should have only one exit point, and that should be the last statement in the method
22739 src/com/gps/hibernate/QuartzBlobTriggersId.java 53 Local variable 'castOther' could be declared final
22740 src/com/gps/hibernate/QuartzBlobTriggersId.java 55 Potential violation of Law of Demeter (method chain calls)
22741 src/com/gps/hibernate/QuartzBlobTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
22742 src/com/gps/hibernate/QuartzBlobTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
22743 src/com/gps/hibernate/QuartzBlobTriggersId.java 55 Useless parentheses.
22744 src/com/gps/hibernate/QuartzBlobTriggersId.java 55 Useless parentheses.
22745 src/com/gps/hibernate/QuartzBlobTriggersId.java 57 Potential violation of Law of Demeter (object not created locally)
22746 src/com/gps/hibernate/QuartzBlobTriggersId.java 58 Potential violation of Law of Demeter (object not created locally)
22747 src/com/gps/hibernate/QuartzBlobTriggersId.java 59 Potential violation of Law of Demeter (method chain calls)
22748 src/com/gps/hibernate/QuartzBlobTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
22749 src/com/gps/hibernate/QuartzBlobTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
22750 src/com/gps/hibernate/QuartzBlobTriggersId.java 59 Useless parentheses.
22751 src/com/gps/hibernate/QuartzBlobTriggersId.java 59 Useless parentheses.
22752 src/com/gps/hibernate/QuartzBlobTriggersId.java 61 Potential violation of Law of Demeter (object not created locally)
22753 src/com/gps/hibernate/QuartzBlobTriggersId.java 62 Potential violation of Law of Demeter (object not created locally)
22754 src/com/gps/hibernate/QuartzBlobTriggersId.java 65 publicMethodCommentRequirement Required
22755 src/com/gps/hibernate/QuartzBlobTriggersId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
22756 src/com/gps/hibernate/QuartzCalendars.java 9 Classes implementing Serializable should set a serialVersionUID
22757 src/com/gps/hibernate/QuartzCalendars.java 13 fieldCommentRequirement Required
22758 src/com/gps/hibernate/QuartzCalendars.java 14 fieldCommentRequirement Required
22759 src/com/gps/hibernate/QuartzCalendars.java 19 Document empty constructor
22760 src/com/gps/hibernate/QuartzCalendars.java 23 Parameter 'calendar' is not assigned and could be declared final
22761 src/com/gps/hibernate/QuartzCalendars.java 23 Parameter 'calendarName' is not assigned and could be declared final
22762 src/com/gps/hibernate/QuartzCalendars.java 30 publicMethodCommentRequirement Required
22763 src/com/gps/hibernate/QuartzCalendars.java 34 Parameter 'calendarName' is not assigned and could be declared final
22764 src/com/gps/hibernate/QuartzCalendars.java 34 publicMethodCommentRequirement Required
22765 src/com/gps/hibernate/QuartzCalendars.java 38 publicMethodCommentRequirement Required
22766 src/com/gps/hibernate/QuartzCalendars.java 42 Parameter 'calendar' is not assigned and could be declared final
22767 src/com/gps/hibernate/QuartzCalendars.java 42 publicMethodCommentRequirement Required
22768 src/com/gps/hibernate/QuartzCalendarsDAO.java 10 Comment is too large: Too many lines
22769 src/com/gps/hibernate/QuartzCalendarsDAO.java 23 Logger should be defined private static final and have the correct class
22770 src/com/gps/hibernate/QuartzCalendarsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
22771 src/com/gps/hibernate/QuartzCalendarsDAO.java 23 fieldCommentRequirement Required
22772 src/com/gps/hibernate/QuartzCalendarsDAO.java 25 fieldCommentRequirement Required
22773 src/com/gps/hibernate/QuartzCalendarsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
22774 src/com/gps/hibernate/QuartzCalendarsDAO.java 27 publicMethodCommentRequirement Required
22775 src/com/gps/hibernate/QuartzCalendarsDAO.java 28 There is log block not surrounded by if
22776 src/com/gps/hibernate/QuartzCalendarsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22777 src/com/gps/hibernate/QuartzCalendarsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
22778 src/com/gps/hibernate/QuartzCalendarsDAO.java 31 There is log block not surrounded by if
22779 src/com/gps/hibernate/QuartzCalendarsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22780 src/com/gps/hibernate/QuartzCalendarsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22781 src/com/gps/hibernate/QuartzCalendarsDAO.java 33 There is log block not surrounded by if
22782 src/com/gps/hibernate/QuartzCalendarsDAO.java 38 Avoid excessively long variable names like persistentInstance
22783 src/com/gps/hibernate/QuartzCalendarsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
22784 src/com/gps/hibernate/QuartzCalendarsDAO.java 38 publicMethodCommentRequirement Required
22785 src/com/gps/hibernate/QuartzCalendarsDAO.java 39 There is log block not surrounded by if
22786 src/com/gps/hibernate/QuartzCalendarsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22787 src/com/gps/hibernate/QuartzCalendarsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
22788 src/com/gps/hibernate/QuartzCalendarsDAO.java 42 There is log block not surrounded by if
22789 src/com/gps/hibernate/QuartzCalendarsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22790 src/com/gps/hibernate/QuartzCalendarsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22791 src/com/gps/hibernate/QuartzCalendarsDAO.java 44 There is log block not surrounded by if
22792 src/com/gps/hibernate/QuartzCalendarsDAO.java 49 Avoid variables with short names like id
22793 src/com/gps/hibernate/QuartzCalendarsDAO.java 49 Parameter 'id' is not assigned and could be declared final
22794 src/com/gps/hibernate/QuartzCalendarsDAO.java 49 publicMethodCommentRequirement Required
22795 src/com/gps/hibernate/QuartzCalendarsDAO.java 50 There is log block not surrounded by if
22796 src/com/gps/hibernate/QuartzCalendarsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22797 src/com/gps/hibernate/QuartzCalendarsDAO.java 52 Local variable 'instance' could be declared final
22798 src/com/gps/hibernate/QuartzCalendarsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
22799 src/com/gps/hibernate/QuartzCalendarsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22800 src/com/gps/hibernate/QuartzCalendarsDAO.java 56 There is log block not surrounded by if
22801 src/com/gps/hibernate/QuartzCalendarsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
22802 src/com/gps/hibernate/QuartzCalendarsDAO.java 61 publicMethodCommentRequirement Required
22803 src/com/gps/hibernate/QuartzCalendarsDAO.java 62 There is log block not surrounded by if
22804 src/com/gps/hibernate/QuartzCalendarsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22805 src/com/gps/hibernate/QuartzCalendarsDAO.java 64 Local variable 'results' could be declared final
22806 src/com/gps/hibernate/QuartzCalendarsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
22807 src/com/gps/hibernate/QuartzCalendarsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
22808 src/com/gps/hibernate/QuartzCalendarsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
22809 src/com/gps/hibernate/QuartzCalendarsDAO.java 67 There is log block not surrounded by if
22810 src/com/gps/hibernate/QuartzCalendarsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22811 src/com/gps/hibernate/QuartzCalendarsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
22812 src/com/gps/hibernate/QuartzCalendarsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22813 src/com/gps/hibernate/QuartzCalendarsDAO.java 71 There is log block not surrounded by if
22814 src/com/gps/hibernate/QuartzCalendarsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
22815 src/com/gps/hibernate/QuartzCalendarsDAO.java 76 Parameter 'value' is not assigned and could be declared final
22816 src/com/gps/hibernate/QuartzCalendarsDAO.java 76 publicMethodCommentRequirement Required
22817 src/com/gps/hibernate/QuartzCalendarsDAO.java 77 There is log block not surrounded by if
22818 src/com/gps/hibernate/QuartzCalendarsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22819 src/com/gps/hibernate/QuartzCalendarsDAO.java 80 Local variable 'queryString' could be declared final
22820 src/com/gps/hibernate/QuartzCalendarsDAO.java 82 Local variable 'queryObject' could be declared final
22821 src/com/gps/hibernate/QuartzCalendarsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
22822 src/com/gps/hibernate/QuartzCalendarsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
22823 src/com/gps/hibernate/QuartzCalendarsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
22824 src/com/gps/hibernate/QuartzCalendarsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22825 src/com/gps/hibernate/QuartzCalendarsDAO.java 86 There is log block not surrounded by if
22826 src/com/gps/hibernate/QuartzCalendarsDAO.java 91 Parameter 'calendar' is not assigned and could be declared final
22827 src/com/gps/hibernate/QuartzCalendarsDAO.java 91 publicMethodCommentRequirement Required
22828 src/com/gps/hibernate/QuartzCalendarsDAO.java 95 publicMethodCommentRequirement Required
22829 src/com/gps/hibernate/QuartzCalendarsDAO.java 96 There is log block not surrounded by if
22830 src/com/gps/hibernate/QuartzCalendarsDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22831 src/com/gps/hibernate/QuartzCalendarsDAO.java 98 Local variable 'queryString' could be declared final
22832 src/com/gps/hibernate/QuartzCalendarsDAO.java 99 Local variable 'queryObject' could be declared final
22833 src/com/gps/hibernate/QuartzCalendarsDAO.java 99 Potential violation of Law of Demeter (method chain calls)
22834 src/com/gps/hibernate/QuartzCalendarsDAO.java 100 Potential violation of Law of Demeter (object not created locally)
22835 src/com/gps/hibernate/QuartzCalendarsDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22836 src/com/gps/hibernate/QuartzCalendarsDAO.java 102 There is log block not surrounded by if
22837 src/com/gps/hibernate/QuartzCalendarsDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
22838 src/com/gps/hibernate/QuartzCalendarsDAO.java 107 publicMethodCommentRequirement Required
22839 src/com/gps/hibernate/QuartzCalendarsDAO.java 108 There is log block not surrounded by if
22840 src/com/gps/hibernate/QuartzCalendarsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22841 src/com/gps/hibernate/QuartzCalendarsDAO.java 110 Local variable 'result' could be declared final
22842 src/com/gps/hibernate/QuartzCalendarsDAO.java 110 Potential violation of Law of Demeter (method chain calls)
22843 src/com/gps/hibernate/QuartzCalendarsDAO.java 112 There is log block not surrounded by if
22844 src/com/gps/hibernate/QuartzCalendarsDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22845 src/com/gps/hibernate/QuartzCalendarsDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22846 src/com/gps/hibernate/QuartzCalendarsDAO.java 115 There is log block not surrounded by if
22847 src/com/gps/hibernate/QuartzCalendarsDAO.java 120 Parameter 'instance' is not assigned and could be declared final
22848 src/com/gps/hibernate/QuartzCalendarsDAO.java 120 publicMethodCommentRequirement Required
22849 src/com/gps/hibernate/QuartzCalendarsDAO.java 121 There is log block not surrounded by if
22850 src/com/gps/hibernate/QuartzCalendarsDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22851 src/com/gps/hibernate/QuartzCalendarsDAO.java 123 Potential violation of Law of Demeter (method chain calls)
22852 src/com/gps/hibernate/QuartzCalendarsDAO.java 124 There is log block not surrounded by if
22853 src/com/gps/hibernate/QuartzCalendarsDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22854 src/com/gps/hibernate/QuartzCalendarsDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22855 src/com/gps/hibernate/QuartzCalendarsDAO.java 126 There is log block not surrounded by if
22856 src/com/gps/hibernate/QuartzCalendarsDAO.java 131 Parameter 'instance' is not assigned and could be declared final
22857 src/com/gps/hibernate/QuartzCalendarsDAO.java 131 publicMethodCommentRequirement Required
22858 src/com/gps/hibernate/QuartzCalendarsDAO.java 132 There is log block not surrounded by if
22859 src/com/gps/hibernate/QuartzCalendarsDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22860 src/com/gps/hibernate/QuartzCalendarsDAO.java 134 Potential violation of Law of Demeter (method chain calls)
22861 src/com/gps/hibernate/QuartzCalendarsDAO.java 135 There is log block not surrounded by if
22862 src/com/gps/hibernate/QuartzCalendarsDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22863 src/com/gps/hibernate/QuartzCalendarsDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22864 src/com/gps/hibernate/QuartzCalendarsDAO.java 137 There is log block not surrounded by if
22865 src/com/gps/hibernate/QuartzCronTriggers.java 9 Classes implementing Serializable should set a serialVersionUID
22866 src/com/gps/hibernate/QuartzCronTriggers.java 13 Avoid variables with short names like id
22867 src/com/gps/hibernate/QuartzCronTriggers.java 13 fieldCommentRequirement Required
22868 src/com/gps/hibernate/QuartzCronTriggers.java 14 fieldCommentRequirement Required
22869 src/com/gps/hibernate/QuartzCronTriggers.java 15 fieldCommentRequirement Required
22870 src/com/gps/hibernate/QuartzCronTriggers.java 20 Document empty constructor
22871 src/com/gps/hibernate/QuartzCronTriggers.java 24 Avoid variables with short names like id
22872 src/com/gps/hibernate/QuartzCronTriggers.java 24 Parameter 'cronExpression' is not assigned and could be declared final
22873 src/com/gps/hibernate/QuartzCronTriggers.java 24 Parameter 'id' is not assigned and could be declared final
22874 src/com/gps/hibernate/QuartzCronTriggers.java 30 Avoid variables with short names like id
22875 src/com/gps/hibernate/QuartzCronTriggers.java 30 Parameter 'cronExpression' is not assigned and could be declared final
22876 src/com/gps/hibernate/QuartzCronTriggers.java 30 Parameter 'id' is not assigned and could be declared final
22877 src/com/gps/hibernate/QuartzCronTriggers.java 31 Parameter 'timeZoneId' is not assigned and could be declared final
22878 src/com/gps/hibernate/QuartzCronTriggers.java 39 publicMethodCommentRequirement Required
22879 src/com/gps/hibernate/QuartzCronTriggers.java 43 Avoid variables with short names like id
22880 src/com/gps/hibernate/QuartzCronTriggers.java 43 Parameter 'id' is not assigned and could be declared final
22881 src/com/gps/hibernate/QuartzCronTriggers.java 43 publicMethodCommentRequirement Required
22882 src/com/gps/hibernate/QuartzCronTriggers.java 47 publicMethodCommentRequirement Required
22883 src/com/gps/hibernate/QuartzCronTriggers.java 51 Parameter 'cronExpression' is not assigned and could be declared final
22884 src/com/gps/hibernate/QuartzCronTriggers.java 51 publicMethodCommentRequirement Required
22885 src/com/gps/hibernate/QuartzCronTriggers.java 55 publicMethodCommentRequirement Required
22886 src/com/gps/hibernate/QuartzCronTriggers.java 59 Parameter 'timeZoneId' is not assigned and could be declared final
22887 src/com/gps/hibernate/QuartzCronTriggers.java 59 publicMethodCommentRequirement Required
22888 src/com/gps/hibernate/QuartzCronTriggersDAO.java 10 Comment is too large: Too many lines
22889 src/com/gps/hibernate/QuartzCronTriggersDAO.java 22 This class has too many methods, consider refactoring it.
22890 src/com/gps/hibernate/QuartzCronTriggersDAO.java 23 Logger should be defined private static final and have the correct class
22891 src/com/gps/hibernate/QuartzCronTriggersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
22892 src/com/gps/hibernate/QuartzCronTriggersDAO.java 23 fieldCommentRequirement Required
22893 src/com/gps/hibernate/QuartzCronTriggersDAO.java 26 fieldCommentRequirement Required
22894 src/com/gps/hibernate/QuartzCronTriggersDAO.java 27 fieldCommentRequirement Required
22895 src/com/gps/hibernate/QuartzCronTriggersDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
22896 src/com/gps/hibernate/QuartzCronTriggersDAO.java 29 publicMethodCommentRequirement Required
22897 src/com/gps/hibernate/QuartzCronTriggersDAO.java 30 There is log block not surrounded by if
22898 src/com/gps/hibernate/QuartzCronTriggersDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22899 src/com/gps/hibernate/QuartzCronTriggersDAO.java 32 Potential violation of Law of Demeter (method chain calls)
22900 src/com/gps/hibernate/QuartzCronTriggersDAO.java 33 There is log block not surrounded by if
22901 src/com/gps/hibernate/QuartzCronTriggersDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22902 src/com/gps/hibernate/QuartzCronTriggersDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22903 src/com/gps/hibernate/QuartzCronTriggersDAO.java 35 There is log block not surrounded by if
22904 src/com/gps/hibernate/QuartzCronTriggersDAO.java 40 Avoid excessively long variable names like persistentInstance
22905 src/com/gps/hibernate/QuartzCronTriggersDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
22906 src/com/gps/hibernate/QuartzCronTriggersDAO.java 40 publicMethodCommentRequirement Required
22907 src/com/gps/hibernate/QuartzCronTriggersDAO.java 41 There is log block not surrounded by if
22908 src/com/gps/hibernate/QuartzCronTriggersDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22909 src/com/gps/hibernate/QuartzCronTriggersDAO.java 43 Potential violation of Law of Demeter (method chain calls)
22910 src/com/gps/hibernate/QuartzCronTriggersDAO.java 44 There is log block not surrounded by if
22911 src/com/gps/hibernate/QuartzCronTriggersDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22912 src/com/gps/hibernate/QuartzCronTriggersDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22913 src/com/gps/hibernate/QuartzCronTriggersDAO.java 46 There is log block not surrounded by if
22914 src/com/gps/hibernate/QuartzCronTriggersDAO.java 51 Avoid variables with short names like id
22915 src/com/gps/hibernate/QuartzCronTriggersDAO.java 51 Parameter 'id' is not assigned and could be declared final
22916 src/com/gps/hibernate/QuartzCronTriggersDAO.java 51 publicMethodCommentRequirement Required
22917 src/com/gps/hibernate/QuartzCronTriggersDAO.java 52 There is log block not surrounded by if
22918 src/com/gps/hibernate/QuartzCronTriggersDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22919 src/com/gps/hibernate/QuartzCronTriggersDAO.java 54 Local variable 'instance' could be declared final
22920 src/com/gps/hibernate/QuartzCronTriggersDAO.java 54 Potential violation of Law of Demeter (method chain calls)
22921 src/com/gps/hibernate/QuartzCronTriggersDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22922 src/com/gps/hibernate/QuartzCronTriggersDAO.java 58 There is log block not surrounded by if
22923 src/com/gps/hibernate/QuartzCronTriggersDAO.java 63 Parameter 'instance' is not assigned and could be declared final
22924 src/com/gps/hibernate/QuartzCronTriggersDAO.java 63 publicMethodCommentRequirement Required
22925 src/com/gps/hibernate/QuartzCronTriggersDAO.java 64 There is log block not surrounded by if
22926 src/com/gps/hibernate/QuartzCronTriggersDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22927 src/com/gps/hibernate/QuartzCronTriggersDAO.java 66 Local variable 'results' could be declared final
22928 src/com/gps/hibernate/QuartzCronTriggersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
22929 src/com/gps/hibernate/QuartzCronTriggersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
22930 src/com/gps/hibernate/QuartzCronTriggersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
22931 src/com/gps/hibernate/QuartzCronTriggersDAO.java 69 There is log block not surrounded by if
22932 src/com/gps/hibernate/QuartzCronTriggersDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22933 src/com/gps/hibernate/QuartzCronTriggersDAO.java 70 Potential violation of Law of Demeter (object not created locally)
22934 src/com/gps/hibernate/QuartzCronTriggersDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22935 src/com/gps/hibernate/QuartzCronTriggersDAO.java 73 There is log block not surrounded by if
22936 src/com/gps/hibernate/QuartzCronTriggersDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
22937 src/com/gps/hibernate/QuartzCronTriggersDAO.java 78 Parameter 'value' is not assigned and could be declared final
22938 src/com/gps/hibernate/QuartzCronTriggersDAO.java 78 publicMethodCommentRequirement Required
22939 src/com/gps/hibernate/QuartzCronTriggersDAO.java 79 There is log block not surrounded by if
22940 src/com/gps/hibernate/QuartzCronTriggersDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22941 src/com/gps/hibernate/QuartzCronTriggersDAO.java 82 Local variable 'queryString' could be declared final
22942 src/com/gps/hibernate/QuartzCronTriggersDAO.java 84 Local variable 'queryObject' could be declared final
22943 src/com/gps/hibernate/QuartzCronTriggersDAO.java 84 Potential violation of Law of Demeter (method chain calls)
22944 src/com/gps/hibernate/QuartzCronTriggersDAO.java 85 Potential violation of Law of Demeter (object not created locally)
22945 src/com/gps/hibernate/QuartzCronTriggersDAO.java 86 Potential violation of Law of Demeter (object not created locally)
22946 src/com/gps/hibernate/QuartzCronTriggersDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22947 src/com/gps/hibernate/QuartzCronTriggersDAO.java 88 There is log block not surrounded by if
22948 src/com/gps/hibernate/QuartzCronTriggersDAO.java 93 Parameter 'cronExpression' is not assigned and could be declared final
22949 src/com/gps/hibernate/QuartzCronTriggersDAO.java 93 publicMethodCommentRequirement Required
22950 src/com/gps/hibernate/QuartzCronTriggersDAO.java 97 Parameter 'timeZoneId' is not assigned and could be declared final
22951 src/com/gps/hibernate/QuartzCronTriggersDAO.java 97 publicMethodCommentRequirement Required
22952 src/com/gps/hibernate/QuartzCronTriggersDAO.java 101 publicMethodCommentRequirement Required
22953 src/com/gps/hibernate/QuartzCronTriggersDAO.java 102 There is log block not surrounded by if
22954 src/com/gps/hibernate/QuartzCronTriggersDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22955 src/com/gps/hibernate/QuartzCronTriggersDAO.java 104 Local variable 'queryString' could be declared final
22956 src/com/gps/hibernate/QuartzCronTriggersDAO.java 105 Local variable 'queryObject' could be declared final
22957 src/com/gps/hibernate/QuartzCronTriggersDAO.java 105 Potential violation of Law of Demeter (method chain calls)
22958 src/com/gps/hibernate/QuartzCronTriggersDAO.java 106 Potential violation of Law of Demeter (object not created locally)
22959 src/com/gps/hibernate/QuartzCronTriggersDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22960 src/com/gps/hibernate/QuartzCronTriggersDAO.java 108 There is log block not surrounded by if
22961 src/com/gps/hibernate/QuartzCronTriggersDAO.java 113 Parameter 'detachedInstance' is not assigned and could be declared final
22962 src/com/gps/hibernate/QuartzCronTriggersDAO.java 113 publicMethodCommentRequirement Required
22963 src/com/gps/hibernate/QuartzCronTriggersDAO.java 114 There is log block not surrounded by if
22964 src/com/gps/hibernate/QuartzCronTriggersDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22965 src/com/gps/hibernate/QuartzCronTriggersDAO.java 116 Local variable 'result' could be declared final
22966 src/com/gps/hibernate/QuartzCronTriggersDAO.java 116 Potential violation of Law of Demeter (method chain calls)
22967 src/com/gps/hibernate/QuartzCronTriggersDAO.java 118 There is log block not surrounded by if
22968 src/com/gps/hibernate/QuartzCronTriggersDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22969 src/com/gps/hibernate/QuartzCronTriggersDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22970 src/com/gps/hibernate/QuartzCronTriggersDAO.java 121 There is log block not surrounded by if
22971 src/com/gps/hibernate/QuartzCronTriggersDAO.java 126 Parameter 'instance' is not assigned and could be declared final
22972 src/com/gps/hibernate/QuartzCronTriggersDAO.java 126 publicMethodCommentRequirement Required
22973 src/com/gps/hibernate/QuartzCronTriggersDAO.java 127 There is log block not surrounded by if
22974 src/com/gps/hibernate/QuartzCronTriggersDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22975 src/com/gps/hibernate/QuartzCronTriggersDAO.java 129 Potential violation of Law of Demeter (method chain calls)
22976 src/com/gps/hibernate/QuartzCronTriggersDAO.java 130 There is log block not surrounded by if
22977 src/com/gps/hibernate/QuartzCronTriggersDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22978 src/com/gps/hibernate/QuartzCronTriggersDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22979 src/com/gps/hibernate/QuartzCronTriggersDAO.java 132 There is log block not surrounded by if
22980 src/com/gps/hibernate/QuartzCronTriggersDAO.java 137 Parameter 'instance' is not assigned and could be declared final
22981 src/com/gps/hibernate/QuartzCronTriggersDAO.java 137 publicMethodCommentRequirement Required
22982 src/com/gps/hibernate/QuartzCronTriggersDAO.java 138 There is log block not surrounded by if
22983 src/com/gps/hibernate/QuartzCronTriggersDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22984 src/com/gps/hibernate/QuartzCronTriggersDAO.java 140 Potential violation of Law of Demeter (method chain calls)
22985 src/com/gps/hibernate/QuartzCronTriggersDAO.java 141 There is log block not surrounded by if
22986 src/com/gps/hibernate/QuartzCronTriggersDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22987 src/com/gps/hibernate/QuartzCronTriggersDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22988 src/com/gps/hibernate/QuartzCronTriggersDAO.java 143 There is log block not surrounded by if
22989 src/com/gps/hibernate/QuartzCronTriggersId.java 9 Classes implementing Serializable should set a serialVersionUID
22990 src/com/gps/hibernate/QuartzCronTriggersId.java 13 fieldCommentRequirement Required
22991 src/com/gps/hibernate/QuartzCronTriggersId.java 14 fieldCommentRequirement Required
22992 src/com/gps/hibernate/QuartzCronTriggersId.java 19 Document empty constructor
22993 src/com/gps/hibernate/QuartzCronTriggersId.java 23 Parameter 'triggerGroup' is not assigned and could be declared final
22994 src/com/gps/hibernate/QuartzCronTriggersId.java 23 Parameter 'triggerName' is not assigned and could be declared final
22995 src/com/gps/hibernate/QuartzCronTriggersId.java 30 publicMethodCommentRequirement Required
22996 src/com/gps/hibernate/QuartzCronTriggersId.java 34 Parameter 'triggerName' is not assigned and could be declared final
22997 src/com/gps/hibernate/QuartzCronTriggersId.java 34 publicMethodCommentRequirement Required
22998 src/com/gps/hibernate/QuartzCronTriggersId.java 38 publicMethodCommentRequirement Required
22999 src/com/gps/hibernate/QuartzCronTriggersId.java 42 Parameter 'triggerGroup' is not assigned and could be declared final
23000 src/com/gps/hibernate/QuartzCronTriggersId.java 42 publicMethodCommentRequirement Required
23001 src/com/gps/hibernate/QuartzCronTriggersId.java 46 Parameter 'other' is not assigned and could be declared final
23002 src/com/gps/hibernate/QuartzCronTriggersId.java 46 publicMethodCommentRequirement Required
23003 src/com/gps/hibernate/QuartzCronTriggersId.java 47 Avoid using if statements without curly braces
23004 src/com/gps/hibernate/QuartzCronTriggersId.java 47 Useless parentheses.
23005 src/com/gps/hibernate/QuartzCronTriggersId.java 48 A method should have only one exit point, and that should be the last statement in the method
23006 src/com/gps/hibernate/QuartzCronTriggersId.java 49 Avoid using if statements without curly braces
23007 src/com/gps/hibernate/QuartzCronTriggersId.java 49 Useless parentheses.
23008 src/com/gps/hibernate/QuartzCronTriggersId.java 50 A method should have only one exit point, and that should be the last statement in the method
23009 src/com/gps/hibernate/QuartzCronTriggersId.java 51 Avoid using if statements without curly braces
23010 src/com/gps/hibernate/QuartzCronTriggersId.java 52 A method should have only one exit point, and that should be the last statement in the method
23011 src/com/gps/hibernate/QuartzCronTriggersId.java 53 Local variable 'castOther' could be declared final
23012 src/com/gps/hibernate/QuartzCronTriggersId.java 55 Potential violation of Law of Demeter (method chain calls)
23013 src/com/gps/hibernate/QuartzCronTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
23014 src/com/gps/hibernate/QuartzCronTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
23015 src/com/gps/hibernate/QuartzCronTriggersId.java 55 Useless parentheses.
23016 src/com/gps/hibernate/QuartzCronTriggersId.java 55 Useless parentheses.
23017 src/com/gps/hibernate/QuartzCronTriggersId.java 57 Potential violation of Law of Demeter (object not created locally)
23018 src/com/gps/hibernate/QuartzCronTriggersId.java 58 Potential violation of Law of Demeter (object not created locally)
23019 src/com/gps/hibernate/QuartzCronTriggersId.java 59 Potential violation of Law of Demeter (method chain calls)
23020 src/com/gps/hibernate/QuartzCronTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
23021 src/com/gps/hibernate/QuartzCronTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
23022 src/com/gps/hibernate/QuartzCronTriggersId.java 59 Useless parentheses.
23023 src/com/gps/hibernate/QuartzCronTriggersId.java 59 Useless parentheses.
23024 src/com/gps/hibernate/QuartzCronTriggersId.java 61 Potential violation of Law of Demeter (object not created locally)
23025 src/com/gps/hibernate/QuartzCronTriggersId.java 62 Potential violation of Law of Demeter (object not created locally)
23026 src/com/gps/hibernate/QuartzCronTriggersId.java 65 publicMethodCommentRequirement Required
23027 src/com/gps/hibernate/QuartzCronTriggersId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
23028 src/com/gps/hibernate/QuartzFiredTriggers.java 9 Classes implementing Serializable should set a serialVersionUID
23029 src/com/gps/hibernate/QuartzFiredTriggers.java 13 fieldCommentRequirement Required
23030 src/com/gps/hibernate/QuartzFiredTriggers.java 14 fieldCommentRequirement Required
23031 src/com/gps/hibernate/QuartzFiredTriggers.java 15 fieldCommentRequirement Required
23032 src/com/gps/hibernate/QuartzFiredTriggers.java 16 fieldCommentRequirement Required
23033 src/com/gps/hibernate/QuartzFiredTriggers.java 17 fieldCommentRequirement Required
23034 src/com/gps/hibernate/QuartzFiredTriggers.java 18 fieldCommentRequirement Required
23035 src/com/gps/hibernate/QuartzFiredTriggers.java 19 fieldCommentRequirement Required
23036 src/com/gps/hibernate/QuartzFiredTriggers.java 20 fieldCommentRequirement Required
23037 src/com/gps/hibernate/QuartzFiredTriggers.java 21 fieldCommentRequirement Required
23038 src/com/gps/hibernate/QuartzFiredTriggers.java 22 fieldCommentRequirement Required
23039 src/com/gps/hibernate/QuartzFiredTriggers.java 23 fieldCommentRequirement Required
23040 src/com/gps/hibernate/QuartzFiredTriggers.java 24 fieldCommentRequirement Required
23041 src/com/gps/hibernate/QuartzFiredTriggers.java 29 Document empty constructor
23042 src/com/gps/hibernate/QuartzFiredTriggers.java 33 Parameter 'entryId' is not assigned and could be declared final
23043 src/com/gps/hibernate/QuartzFiredTriggers.java 33 Parameter 'triggerName' is not assigned and could be declared final
23044 src/com/gps/hibernate/QuartzFiredTriggers.java 34 Parameter 'instanceName' is not assigned and could be declared final
23045 src/com/gps/hibernate/QuartzFiredTriggers.java 34 Parameter 'isVolatile' is not assigned and could be declared final
23046 src/com/gps/hibernate/QuartzFiredTriggers.java 34 Parameter 'triggerGroup' is not assigned and could be declared final
23047 src/com/gps/hibernate/QuartzFiredTriggers.java 35 Parameter 'firedTime' is not assigned and could be declared final
23048 src/com/gps/hibernate/QuartzFiredTriggers.java 35 Parameter 'priority' is not assigned and could be declared final
23049 src/com/gps/hibernate/QuartzFiredTriggers.java 35 Parameter 'state' is not assigned and could be declared final
23050 src/com/gps/hibernate/QuartzFiredTriggers.java 47 Avoid long parameter lists.
23051 src/com/gps/hibernate/QuartzFiredTriggers.java 47 Parameter 'entryId' is not assigned and could be declared final
23052 src/com/gps/hibernate/QuartzFiredTriggers.java 47 Parameter 'triggerName' is not assigned and could be declared final
23053 src/com/gps/hibernate/QuartzFiredTriggers.java 48 Parameter 'instanceName' is not assigned and could be declared final
23054 src/com/gps/hibernate/QuartzFiredTriggers.java 48 Parameter 'isVolatile' is not assigned and could be declared final
23055 src/com/gps/hibernate/QuartzFiredTriggers.java 48 Parameter 'triggerGroup' is not assigned and could be declared final
23056 src/com/gps/hibernate/QuartzFiredTriggers.java 49 Parameter 'firedTime' is not assigned and could be declared final
23057 src/com/gps/hibernate/QuartzFiredTriggers.java 49 Parameter 'jobName' is not assigned and could be declared final
23058 src/com/gps/hibernate/QuartzFiredTriggers.java 49 Parameter 'priority' is not assigned and could be declared final
23059 src/com/gps/hibernate/QuartzFiredTriggers.java 49 Parameter 'state' is not assigned and could be declared final
23060 src/com/gps/hibernate/QuartzFiredTriggers.java 50 Parameter 'isStateful' is not assigned and could be declared final
23061 src/com/gps/hibernate/QuartzFiredTriggers.java 50 Parameter 'jobGroup' is not assigned and could be declared final
23062 src/com/gps/hibernate/QuartzFiredTriggers.java 50 Parameter 'requestsRecovery' is not assigned and could be declared final
23063 src/com/gps/hibernate/QuartzFiredTriggers.java 67 publicMethodCommentRequirement Required
23064 src/com/gps/hibernate/QuartzFiredTriggers.java 71 Parameter 'entryId' is not assigned and could be declared final
23065 src/com/gps/hibernate/QuartzFiredTriggers.java 71 publicMethodCommentRequirement Required
23066 src/com/gps/hibernate/QuartzFiredTriggers.java 75 publicMethodCommentRequirement Required
23067 src/com/gps/hibernate/QuartzFiredTriggers.java 79 Parameter 'triggerName' is not assigned and could be declared final
23068 src/com/gps/hibernate/QuartzFiredTriggers.java 79 publicMethodCommentRequirement Required
23069 src/com/gps/hibernate/QuartzFiredTriggers.java 83 publicMethodCommentRequirement Required
23070 src/com/gps/hibernate/QuartzFiredTriggers.java 87 Parameter 'triggerGroup' is not assigned and could be declared final
23071 src/com/gps/hibernate/QuartzFiredTriggers.java 87 publicMethodCommentRequirement Required
23072 src/com/gps/hibernate/QuartzFiredTriggers.java 91 publicMethodCommentRequirement Required
23073 src/com/gps/hibernate/QuartzFiredTriggers.java 95 Parameter 'isVolatile' is not assigned and could be declared final
23074 src/com/gps/hibernate/QuartzFiredTriggers.java 95 publicMethodCommentRequirement Required
23075 src/com/gps/hibernate/QuartzFiredTriggers.java 99 publicMethodCommentRequirement Required
23076 src/com/gps/hibernate/QuartzFiredTriggers.java 103 Parameter 'instanceName' is not assigned and could be declared final
23077 src/com/gps/hibernate/QuartzFiredTriggers.java 103 publicMethodCommentRequirement Required
23078 src/com/gps/hibernate/QuartzFiredTriggers.java 107 publicMethodCommentRequirement Required
23079 src/com/gps/hibernate/QuartzFiredTriggers.java 111 Parameter 'firedTime' is not assigned and could be declared final
23080 src/com/gps/hibernate/QuartzFiredTriggers.java 111 publicMethodCommentRequirement Required
23081 src/com/gps/hibernate/QuartzFiredTriggers.java 115 publicMethodCommentRequirement Required
23082 src/com/gps/hibernate/QuartzFiredTriggers.java 119 Parameter 'priority' is not assigned and could be declared final
23083 src/com/gps/hibernate/QuartzFiredTriggers.java 119 publicMethodCommentRequirement Required
23084 src/com/gps/hibernate/QuartzFiredTriggers.java 123 publicMethodCommentRequirement Required
23085 src/com/gps/hibernate/QuartzFiredTriggers.java 127 Parameter 'state' is not assigned and could be declared final
23086 src/com/gps/hibernate/QuartzFiredTriggers.java 127 publicMethodCommentRequirement Required
23087 src/com/gps/hibernate/QuartzFiredTriggers.java 131 publicMethodCommentRequirement Required
23088 src/com/gps/hibernate/QuartzFiredTriggers.java 135 Parameter 'jobName' is not assigned and could be declared final
23089 src/com/gps/hibernate/QuartzFiredTriggers.java 135 publicMethodCommentRequirement Required
23090 src/com/gps/hibernate/QuartzFiredTriggers.java 139 publicMethodCommentRequirement Required
23091 src/com/gps/hibernate/QuartzFiredTriggers.java 143 Parameter 'jobGroup' is not assigned and could be declared final
23092 src/com/gps/hibernate/QuartzFiredTriggers.java 143 publicMethodCommentRequirement Required
23093 src/com/gps/hibernate/QuartzFiredTriggers.java 147 publicMethodCommentRequirement Required
23094 src/com/gps/hibernate/QuartzFiredTriggers.java 151 Parameter 'isStateful' is not assigned and could be declared final
23095 src/com/gps/hibernate/QuartzFiredTriggers.java 151 publicMethodCommentRequirement Required
23096 src/com/gps/hibernate/QuartzFiredTriggers.java 155 publicMethodCommentRequirement Required
23097 src/com/gps/hibernate/QuartzFiredTriggers.java 159 Parameter 'requestsRecovery' is not assigned and could be declared final
23098 src/com/gps/hibernate/QuartzFiredTriggers.java 159 publicMethodCommentRequirement Required
23099 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 10 Comment is too large: Too many lines
23100 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 22 This class has too many methods, consider refactoring it.
23101 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 23 Logger should be defined private static final and have the correct class
23102 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
23103 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 23 fieldCommentRequirement Required
23104 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 26 fieldCommentRequirement Required
23105 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 27 fieldCommentRequirement Required
23106 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 28 fieldCommentRequirement Required
23107 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 29 fieldCommentRequirement Required
23108 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 30 fieldCommentRequirement Required
23109 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 31 fieldCommentRequirement Required
23110 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 32 fieldCommentRequirement Required
23111 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 33 fieldCommentRequirement Required
23112 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 34 fieldCommentRequirement Required
23113 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 35 fieldCommentRequirement Required
23114 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 36 fieldCommentRequirement Required
23115 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 38 Parameter 'transientInstance' is not assigned and could be declared final
23116 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 38 publicMethodCommentRequirement Required
23117 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 39 There is log block not surrounded by if
23118 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23119 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 41 Potential violation of Law of Demeter (method chain calls)
23120 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 42 There is log block not surrounded by if
23121 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23122 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23123 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 44 There is log block not surrounded by if
23124 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 49 Avoid excessively long variable names like persistentInstance
23125 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 49 Parameter 'persistentInstance' is not assigned and could be declared final
23126 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 49 publicMethodCommentRequirement Required
23127 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 50 There is log block not surrounded by if
23128 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23129 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 52 Potential violation of Law of Demeter (method chain calls)
23130 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 53 There is log block not surrounded by if
23131 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23132 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23133 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 55 There is log block not surrounded by if
23134 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 60 Avoid variables with short names like id
23135 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 60 Parameter 'id' is not assigned and could be declared final
23136 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 60 publicMethodCommentRequirement Required
23137 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 61 There is log block not surrounded by if
23138 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23139 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 63 Local variable 'instance' could be declared final
23140 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 63 Potential violation of Law of Demeter (method chain calls)
23141 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23142 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 67 There is log block not surrounded by if
23143 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 72 Parameter 'instance' is not assigned and could be declared final
23144 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 72 publicMethodCommentRequirement Required
23145 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 73 There is log block not surrounded by if
23146 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23147 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 75 Local variable 'results' could be declared final
23148 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 75 Potential violation of Law of Demeter (method chain calls)
23149 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 75 Potential violation of Law of Demeter (method chain calls)
23150 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 75 Potential violation of Law of Demeter (method chain calls)
23151 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 78 There is log block not surrounded by if
23152 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23153 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 79 Potential violation of Law of Demeter (object not created locally)
23154 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23155 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 82 There is log block not surrounded by if
23156 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 87 Parameter 'propertyName' is not assigned and could be declared final
23157 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 87 Parameter 'value' is not assigned and could be declared final
23158 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 87 publicMethodCommentRequirement Required
23159 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 88 There is log block not surrounded by if
23160 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23161 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 91 Local variable 'queryString' could be declared final
23162 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 93 Local variable 'queryObject' could be declared final
23163 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 93 Potential violation of Law of Demeter (method chain calls)
23164 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 94 Potential violation of Law of Demeter (object not created locally)
23165 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 95 Potential violation of Law of Demeter (object not created locally)
23166 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23167 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 97 There is log block not surrounded by if
23168 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 102 Parameter 'triggerName' is not assigned and could be declared final
23169 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 102 publicMethodCommentRequirement Required
23170 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 106 Parameter 'triggerGroup' is not assigned and could be declared final
23171 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 106 publicMethodCommentRequirement Required
23172 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 110 Parameter 'isVolatile' is not assigned and could be declared final
23173 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 110 publicMethodCommentRequirement Required
23174 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 114 Parameter 'instanceName' is not assigned and could be declared final
23175 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 114 publicMethodCommentRequirement Required
23176 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 118 Parameter 'firedTime' is not assigned and could be declared final
23177 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 118 publicMethodCommentRequirement Required
23178 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 122 Parameter 'priority' is not assigned and could be declared final
23179 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 122 publicMethodCommentRequirement Required
23180 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 126 Parameter 'state' is not assigned and could be declared final
23181 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 126 publicMethodCommentRequirement Required
23182 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 130 Parameter 'jobName' is not assigned and could be declared final
23183 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 130 publicMethodCommentRequirement Required
23184 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 134 Parameter 'jobGroup' is not assigned and could be declared final
23185 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 134 publicMethodCommentRequirement Required
23186 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 138 Parameter 'isStateful' is not assigned and could be declared final
23187 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 138 publicMethodCommentRequirement Required
23188 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 142 Parameter 'requestsRecovery' is not assigned and could be declared final
23189 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 142 publicMethodCommentRequirement Required
23190 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 146 publicMethodCommentRequirement Required
23191 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 147 There is log block not surrounded by if
23192 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23193 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 149 Local variable 'queryString' could be declared final
23194 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 150 Local variable 'queryObject' could be declared final
23195 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 150 Potential violation of Law of Demeter (method chain calls)
23196 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 151 Potential violation of Law of Demeter (object not created locally)
23197 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23198 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 153 There is log block not surrounded by if
23199 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 158 Parameter 'detachedInstance' is not assigned and could be declared final
23200 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 158 publicMethodCommentRequirement Required
23201 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 159 There is log block not surrounded by if
23202 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23203 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 161 Local variable 'result' could be declared final
23204 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 161 Potential violation of Law of Demeter (method chain calls)
23205 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 163 There is log block not surrounded by if
23206 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23207 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 165 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23208 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 166 There is log block not surrounded by if
23209 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 171 Parameter 'instance' is not assigned and could be declared final
23210 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 171 publicMethodCommentRequirement Required
23211 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 172 There is log block not surrounded by if
23212 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23213 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 174 Potential violation of Law of Demeter (method chain calls)
23214 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 175 There is log block not surrounded by if
23215 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23216 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23217 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 177 There is log block not surrounded by if
23218 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 182 Parameter 'instance' is not assigned and could be declared final
23219 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 182 publicMethodCommentRequirement Required
23220 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 183 There is log block not surrounded by if
23221 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23222 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 185 Potential violation of Law of Demeter (method chain calls)
23223 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 186 There is log block not surrounded by if
23224 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23225 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 187 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23226 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 188 There is log block not surrounded by if
23227 src/com/gps/hibernate/QuartzJobDetails.java 9 Classes implementing Serializable should set a serialVersionUID
23228 src/com/gps/hibernate/QuartzJobDetails.java 13 Avoid variables with short names like id
23229 src/com/gps/hibernate/QuartzJobDetails.java 13 fieldCommentRequirement Required
23230 src/com/gps/hibernate/QuartzJobDetails.java 14 fieldCommentRequirement Required
23231 src/com/gps/hibernate/QuartzJobDetails.java 15 fieldCommentRequirement Required
23232 src/com/gps/hibernate/QuartzJobDetails.java 16 fieldCommentRequirement Required
23233 src/com/gps/hibernate/QuartzJobDetails.java 17 fieldCommentRequirement Required
23234 src/com/gps/hibernate/QuartzJobDetails.java 18 fieldCommentRequirement Required
23235 src/com/gps/hibernate/QuartzJobDetails.java 19 fieldCommentRequirement Required
23236 src/com/gps/hibernate/QuartzJobDetails.java 20 fieldCommentRequirement Required
23237 src/com/gps/hibernate/QuartzJobDetails.java 25 Document empty constructor
23238 src/com/gps/hibernate/QuartzJobDetails.java 29 Avoid variables with short names like id
23239 src/com/gps/hibernate/QuartzJobDetails.java 29 Parameter 'id' is not assigned and could be declared final
23240 src/com/gps/hibernate/QuartzJobDetails.java 29 Parameter 'jobClassName' is not assigned and could be declared final
23241 src/com/gps/hibernate/QuartzJobDetails.java 30 Parameter 'isDurable' is not assigned and could be declared final
23242 src/com/gps/hibernate/QuartzJobDetails.java 30 Parameter 'isStateful' is not assigned and could be declared final
23243 src/com/gps/hibernate/QuartzJobDetails.java 30 Parameter 'isVolatile' is not assigned and could be declared final
23244 src/com/gps/hibernate/QuartzJobDetails.java 31 Parameter 'requestsRecovery' is not assigned and could be declared final
23245 src/com/gps/hibernate/QuartzJobDetails.java 41 Avoid variables with short names like id
23246 src/com/gps/hibernate/QuartzJobDetails.java 41 Parameter 'description' is not assigned and could be declared final
23247 src/com/gps/hibernate/QuartzJobDetails.java 41 Parameter 'id' is not assigned and could be declared final
23248 src/com/gps/hibernate/QuartzJobDetails.java 42 Parameter 'isDurable' is not assigned and could be declared final
23249 src/com/gps/hibernate/QuartzJobDetails.java 42 Parameter 'isVolatile' is not assigned and could be declared final
23250 src/com/gps/hibernate/QuartzJobDetails.java 42 Parameter 'jobClassName' is not assigned and could be declared final
23251 src/com/gps/hibernate/QuartzJobDetails.java 43 Parameter 'isStateful' is not assigned and could be declared final
23252 src/com/gps/hibernate/QuartzJobDetails.java 43 Parameter 'jobData' is not assigned and could be declared final
23253 src/com/gps/hibernate/QuartzJobDetails.java 43 Parameter 'requestsRecovery' is not assigned and could be declared final
23254 src/com/gps/hibernate/QuartzJobDetails.java 56 publicMethodCommentRequirement Required
23255 src/com/gps/hibernate/QuartzJobDetails.java 60 Avoid variables with short names like id
23256 src/com/gps/hibernate/QuartzJobDetails.java 60 Parameter 'id' is not assigned and could be declared final
23257 src/com/gps/hibernate/QuartzJobDetails.java 60 publicMethodCommentRequirement Required
23258 src/com/gps/hibernate/QuartzJobDetails.java 64 publicMethodCommentRequirement Required
23259 src/com/gps/hibernate/QuartzJobDetails.java 68 Parameter 'description' is not assigned and could be declared final
23260 src/com/gps/hibernate/QuartzJobDetails.java 68 publicMethodCommentRequirement Required
23261 src/com/gps/hibernate/QuartzJobDetails.java 72 publicMethodCommentRequirement Required
23262 src/com/gps/hibernate/QuartzJobDetails.java 76 Parameter 'jobClassName' is not assigned and could be declared final
23263 src/com/gps/hibernate/QuartzJobDetails.java 76 publicMethodCommentRequirement Required
23264 src/com/gps/hibernate/QuartzJobDetails.java 80 publicMethodCommentRequirement Required
23265 src/com/gps/hibernate/QuartzJobDetails.java 84 Parameter 'isDurable' is not assigned and could be declared final
23266 src/com/gps/hibernate/QuartzJobDetails.java 84 publicMethodCommentRequirement Required
23267 src/com/gps/hibernate/QuartzJobDetails.java 88 publicMethodCommentRequirement Required
23268 src/com/gps/hibernate/QuartzJobDetails.java 92 Parameter 'isVolatile' is not assigned and could be declared final
23269 src/com/gps/hibernate/QuartzJobDetails.java 92 publicMethodCommentRequirement Required
23270 src/com/gps/hibernate/QuartzJobDetails.java 96 publicMethodCommentRequirement Required
23271 src/com/gps/hibernate/QuartzJobDetails.java 100 Parameter 'isStateful' is not assigned and could be declared final
23272 src/com/gps/hibernate/QuartzJobDetails.java 100 publicMethodCommentRequirement Required
23273 src/com/gps/hibernate/QuartzJobDetails.java 104 publicMethodCommentRequirement Required
23274 src/com/gps/hibernate/QuartzJobDetails.java 108 Parameter 'requestsRecovery' is not assigned and could be declared final
23275 src/com/gps/hibernate/QuartzJobDetails.java 108 publicMethodCommentRequirement Required
23276 src/com/gps/hibernate/QuartzJobDetails.java 112 publicMethodCommentRequirement Required
23277 src/com/gps/hibernate/QuartzJobDetails.java 116 Parameter 'jobData' is not assigned and could be declared final
23278 src/com/gps/hibernate/QuartzJobDetails.java 116 publicMethodCommentRequirement Required
23279 src/com/gps/hibernate/QuartzJobDetailsDAO.java 10 Comment is too large: Too many lines
23280 src/com/gps/hibernate/QuartzJobDetailsDAO.java 22 This class has too many methods, consider refactoring it.
23281 src/com/gps/hibernate/QuartzJobDetailsDAO.java 23 Logger should be defined private static final and have the correct class
23282 src/com/gps/hibernate/QuartzJobDetailsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
23283 src/com/gps/hibernate/QuartzJobDetailsDAO.java 23 fieldCommentRequirement Required
23284 src/com/gps/hibernate/QuartzJobDetailsDAO.java 25 fieldCommentRequirement Required
23285 src/com/gps/hibernate/QuartzJobDetailsDAO.java 26 fieldCommentRequirement Required
23286 src/com/gps/hibernate/QuartzJobDetailsDAO.java 27 fieldCommentRequirement Required
23287 src/com/gps/hibernate/QuartzJobDetailsDAO.java 28 fieldCommentRequirement Required
23288 src/com/gps/hibernate/QuartzJobDetailsDAO.java 29 fieldCommentRequirement Required
23289 src/com/gps/hibernate/QuartzJobDetailsDAO.java 30 fieldCommentRequirement Required
23290 src/com/gps/hibernate/QuartzJobDetailsDAO.java 31 fieldCommentRequirement Required
23291 src/com/gps/hibernate/QuartzJobDetailsDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
23292 src/com/gps/hibernate/QuartzJobDetailsDAO.java 33 publicMethodCommentRequirement Required
23293 src/com/gps/hibernate/QuartzJobDetailsDAO.java 34 There is log block not surrounded by if
23294 src/com/gps/hibernate/QuartzJobDetailsDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23295 src/com/gps/hibernate/QuartzJobDetailsDAO.java 36 Potential violation of Law of Demeter (method chain calls)
23296 src/com/gps/hibernate/QuartzJobDetailsDAO.java 37 There is log block not surrounded by if
23297 src/com/gps/hibernate/QuartzJobDetailsDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23298 src/com/gps/hibernate/QuartzJobDetailsDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23299 src/com/gps/hibernate/QuartzJobDetailsDAO.java 39 There is log block not surrounded by if
23300 src/com/gps/hibernate/QuartzJobDetailsDAO.java 44 Avoid excessively long variable names like persistentInstance
23301 src/com/gps/hibernate/QuartzJobDetailsDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
23302 src/com/gps/hibernate/QuartzJobDetailsDAO.java 44 publicMethodCommentRequirement Required
23303 src/com/gps/hibernate/QuartzJobDetailsDAO.java 45 There is log block not surrounded by if
23304 src/com/gps/hibernate/QuartzJobDetailsDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23305 src/com/gps/hibernate/QuartzJobDetailsDAO.java 47 Potential violation of Law of Demeter (method chain calls)
23306 src/com/gps/hibernate/QuartzJobDetailsDAO.java 48 There is log block not surrounded by if
23307 src/com/gps/hibernate/QuartzJobDetailsDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23308 src/com/gps/hibernate/QuartzJobDetailsDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23309 src/com/gps/hibernate/QuartzJobDetailsDAO.java 50 There is log block not surrounded by if
23310 src/com/gps/hibernate/QuartzJobDetailsDAO.java 55 Avoid variables with short names like id
23311 src/com/gps/hibernate/QuartzJobDetailsDAO.java 55 Parameter 'id' is not assigned and could be declared final
23312 src/com/gps/hibernate/QuartzJobDetailsDAO.java 55 publicMethodCommentRequirement Required
23313 src/com/gps/hibernate/QuartzJobDetailsDAO.java 56 There is log block not surrounded by if
23314 src/com/gps/hibernate/QuartzJobDetailsDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23315 src/com/gps/hibernate/QuartzJobDetailsDAO.java 58 Local variable 'instance' could be declared final
23316 src/com/gps/hibernate/QuartzJobDetailsDAO.java 58 Potential violation of Law of Demeter (method chain calls)
23317 src/com/gps/hibernate/QuartzJobDetailsDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23318 src/com/gps/hibernate/QuartzJobDetailsDAO.java 62 There is log block not surrounded by if
23319 src/com/gps/hibernate/QuartzJobDetailsDAO.java 67 Parameter 'instance' is not assigned and could be declared final
23320 src/com/gps/hibernate/QuartzJobDetailsDAO.java 67 publicMethodCommentRequirement Required
23321 src/com/gps/hibernate/QuartzJobDetailsDAO.java 68 There is log block not surrounded by if
23322 src/com/gps/hibernate/QuartzJobDetailsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23323 src/com/gps/hibernate/QuartzJobDetailsDAO.java 70 Local variable 'results' could be declared final
23324 src/com/gps/hibernate/QuartzJobDetailsDAO.java 70 Potential violation of Law of Demeter (method chain calls)
23325 src/com/gps/hibernate/QuartzJobDetailsDAO.java 70 Potential violation of Law of Demeter (method chain calls)
23326 src/com/gps/hibernate/QuartzJobDetailsDAO.java 70 Potential violation of Law of Demeter (method chain calls)
23327 src/com/gps/hibernate/QuartzJobDetailsDAO.java 73 There is log block not surrounded by if
23328 src/com/gps/hibernate/QuartzJobDetailsDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23329 src/com/gps/hibernate/QuartzJobDetailsDAO.java 74 Potential violation of Law of Demeter (object not created locally)
23330 src/com/gps/hibernate/QuartzJobDetailsDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23331 src/com/gps/hibernate/QuartzJobDetailsDAO.java 77 There is log block not surrounded by if
23332 src/com/gps/hibernate/QuartzJobDetailsDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
23333 src/com/gps/hibernate/QuartzJobDetailsDAO.java 82 Parameter 'value' is not assigned and could be declared final
23334 src/com/gps/hibernate/QuartzJobDetailsDAO.java 82 publicMethodCommentRequirement Required
23335 src/com/gps/hibernate/QuartzJobDetailsDAO.java 83 There is log block not surrounded by if
23336 src/com/gps/hibernate/QuartzJobDetailsDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23337 src/com/gps/hibernate/QuartzJobDetailsDAO.java 86 Local variable 'queryString' could be declared final
23338 src/com/gps/hibernate/QuartzJobDetailsDAO.java 88 Local variable 'queryObject' could be declared final
23339 src/com/gps/hibernate/QuartzJobDetailsDAO.java 88 Potential violation of Law of Demeter (method chain calls)
23340 src/com/gps/hibernate/QuartzJobDetailsDAO.java 89 Potential violation of Law of Demeter (object not created locally)
23341 src/com/gps/hibernate/QuartzJobDetailsDAO.java 90 Potential violation of Law of Demeter (object not created locally)
23342 src/com/gps/hibernate/QuartzJobDetailsDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23343 src/com/gps/hibernate/QuartzJobDetailsDAO.java 92 There is log block not surrounded by if
23344 src/com/gps/hibernate/QuartzJobDetailsDAO.java 97 Parameter 'description' is not assigned and could be declared final
23345 src/com/gps/hibernate/QuartzJobDetailsDAO.java 97 publicMethodCommentRequirement Required
23346 src/com/gps/hibernate/QuartzJobDetailsDAO.java 101 Parameter 'jobClassName' is not assigned and could be declared final
23347 src/com/gps/hibernate/QuartzJobDetailsDAO.java 101 publicMethodCommentRequirement Required
23348 src/com/gps/hibernate/QuartzJobDetailsDAO.java 105 Parameter 'isDurable' is not assigned and could be declared final
23349 src/com/gps/hibernate/QuartzJobDetailsDAO.java 105 publicMethodCommentRequirement Required
23350 src/com/gps/hibernate/QuartzJobDetailsDAO.java 109 Parameter 'isVolatile' is not assigned and could be declared final
23351 src/com/gps/hibernate/QuartzJobDetailsDAO.java 109 publicMethodCommentRequirement Required
23352 src/com/gps/hibernate/QuartzJobDetailsDAO.java 113 Parameter 'isStateful' is not assigned and could be declared final
23353 src/com/gps/hibernate/QuartzJobDetailsDAO.java 113 publicMethodCommentRequirement Required
23354 src/com/gps/hibernate/QuartzJobDetailsDAO.java 117 Parameter 'requestsRecovery' is not assigned and could be declared final
23355 src/com/gps/hibernate/QuartzJobDetailsDAO.java 117 publicMethodCommentRequirement Required
23356 src/com/gps/hibernate/QuartzJobDetailsDAO.java 121 Parameter 'jobData' is not assigned and could be declared final
23357 src/com/gps/hibernate/QuartzJobDetailsDAO.java 121 publicMethodCommentRequirement Required
23358 src/com/gps/hibernate/QuartzJobDetailsDAO.java 125 publicMethodCommentRequirement Required
23359 src/com/gps/hibernate/QuartzJobDetailsDAO.java 126 There is log block not surrounded by if
23360 src/com/gps/hibernate/QuartzJobDetailsDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23361 src/com/gps/hibernate/QuartzJobDetailsDAO.java 128 Local variable 'queryString' could be declared final
23362 src/com/gps/hibernate/QuartzJobDetailsDAO.java 129 Local variable 'queryObject' could be declared final
23363 src/com/gps/hibernate/QuartzJobDetailsDAO.java 129 Potential violation of Law of Demeter (method chain calls)
23364 src/com/gps/hibernate/QuartzJobDetailsDAO.java 130 Potential violation of Law of Demeter (object not created locally)
23365 src/com/gps/hibernate/QuartzJobDetailsDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23366 src/com/gps/hibernate/QuartzJobDetailsDAO.java 132 There is log block not surrounded by if
23367 src/com/gps/hibernate/QuartzJobDetailsDAO.java 137 Parameter 'detachedInstance' is not assigned and could be declared final
23368 src/com/gps/hibernate/QuartzJobDetailsDAO.java 137 publicMethodCommentRequirement Required
23369 src/com/gps/hibernate/QuartzJobDetailsDAO.java 138 There is log block not surrounded by if
23370 src/com/gps/hibernate/QuartzJobDetailsDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23371 src/com/gps/hibernate/QuartzJobDetailsDAO.java 140 Local variable 'result' could be declared final
23372 src/com/gps/hibernate/QuartzJobDetailsDAO.java 140 Potential violation of Law of Demeter (method chain calls)
23373 src/com/gps/hibernate/QuartzJobDetailsDAO.java 142 There is log block not surrounded by if
23374 src/com/gps/hibernate/QuartzJobDetailsDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23375 src/com/gps/hibernate/QuartzJobDetailsDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23376 src/com/gps/hibernate/QuartzJobDetailsDAO.java 145 There is log block not surrounded by if
23377 src/com/gps/hibernate/QuartzJobDetailsDAO.java 150 Parameter 'instance' is not assigned and could be declared final
23378 src/com/gps/hibernate/QuartzJobDetailsDAO.java 150 publicMethodCommentRequirement Required
23379 src/com/gps/hibernate/QuartzJobDetailsDAO.java 151 There is log block not surrounded by if
23380 src/com/gps/hibernate/QuartzJobDetailsDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23381 src/com/gps/hibernate/QuartzJobDetailsDAO.java 153 Potential violation of Law of Demeter (method chain calls)
23382 src/com/gps/hibernate/QuartzJobDetailsDAO.java 154 There is log block not surrounded by if
23383 src/com/gps/hibernate/QuartzJobDetailsDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23384 src/com/gps/hibernate/QuartzJobDetailsDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23385 src/com/gps/hibernate/QuartzJobDetailsDAO.java 156 There is log block not surrounded by if
23386 src/com/gps/hibernate/QuartzJobDetailsDAO.java 161 Parameter 'instance' is not assigned and could be declared final
23387 src/com/gps/hibernate/QuartzJobDetailsDAO.java 161 publicMethodCommentRequirement Required
23388 src/com/gps/hibernate/QuartzJobDetailsDAO.java 162 There is log block not surrounded by if
23389 src/com/gps/hibernate/QuartzJobDetailsDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23390 src/com/gps/hibernate/QuartzJobDetailsDAO.java 164 Potential violation of Law of Demeter (method chain calls)
23391 src/com/gps/hibernate/QuartzJobDetailsDAO.java 165 There is log block not surrounded by if
23392 src/com/gps/hibernate/QuartzJobDetailsDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23393 src/com/gps/hibernate/QuartzJobDetailsDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23394 src/com/gps/hibernate/QuartzJobDetailsDAO.java 167 There is log block not surrounded by if
23395 src/com/gps/hibernate/QuartzJobDetailsId.java 9 Classes implementing Serializable should set a serialVersionUID
23396 src/com/gps/hibernate/QuartzJobDetailsId.java 13 fieldCommentRequirement Required
23397 src/com/gps/hibernate/QuartzJobDetailsId.java 14 fieldCommentRequirement Required
23398 src/com/gps/hibernate/QuartzJobDetailsId.java 19 Document empty constructor
23399 src/com/gps/hibernate/QuartzJobDetailsId.java 23 Parameter 'jobGroup' is not assigned and could be declared final
23400 src/com/gps/hibernate/QuartzJobDetailsId.java 23 Parameter 'jobName' is not assigned and could be declared final
23401 src/com/gps/hibernate/QuartzJobDetailsId.java 30 publicMethodCommentRequirement Required
23402 src/com/gps/hibernate/QuartzJobDetailsId.java 34 Parameter 'jobName' is not assigned and could be declared final
23403 src/com/gps/hibernate/QuartzJobDetailsId.java 34 publicMethodCommentRequirement Required
23404 src/com/gps/hibernate/QuartzJobDetailsId.java 38 publicMethodCommentRequirement Required
23405 src/com/gps/hibernate/QuartzJobDetailsId.java 42 Parameter 'jobGroup' is not assigned and could be declared final
23406 src/com/gps/hibernate/QuartzJobDetailsId.java 42 publicMethodCommentRequirement Required
23407 src/com/gps/hibernate/QuartzJobDetailsId.java 46 Parameter 'other' is not assigned and could be declared final
23408 src/com/gps/hibernate/QuartzJobDetailsId.java 46 publicMethodCommentRequirement Required
23409 src/com/gps/hibernate/QuartzJobDetailsId.java 47 Avoid using if statements without curly braces
23410 src/com/gps/hibernate/QuartzJobDetailsId.java 47 Useless parentheses.
23411 src/com/gps/hibernate/QuartzJobDetailsId.java 48 A method should have only one exit point, and that should be the last statement in the method
23412 src/com/gps/hibernate/QuartzJobDetailsId.java 49 Avoid using if statements without curly braces
23413 src/com/gps/hibernate/QuartzJobDetailsId.java 49 Useless parentheses.
23414 src/com/gps/hibernate/QuartzJobDetailsId.java 50 A method should have only one exit point, and that should be the last statement in the method
23415 src/com/gps/hibernate/QuartzJobDetailsId.java 51 Avoid using if statements without curly braces
23416 src/com/gps/hibernate/QuartzJobDetailsId.java 52 A method should have only one exit point, and that should be the last statement in the method
23417 src/com/gps/hibernate/QuartzJobDetailsId.java 53 Local variable 'castOther' could be declared final
23418 src/com/gps/hibernate/QuartzJobDetailsId.java 55 Potential violation of Law of Demeter (method chain calls)
23419 src/com/gps/hibernate/QuartzJobDetailsId.java 55 Potential violation of Law of Demeter (object not created locally)
23420 src/com/gps/hibernate/QuartzJobDetailsId.java 55 Potential violation of Law of Demeter (object not created locally)
23421 src/com/gps/hibernate/QuartzJobDetailsId.java 55 Useless parentheses.
23422 src/com/gps/hibernate/QuartzJobDetailsId.java 55 Useless parentheses.
23423 src/com/gps/hibernate/QuartzJobDetailsId.java 57 Potential violation of Law of Demeter (object not created locally)
23424 src/com/gps/hibernate/QuartzJobDetailsId.java 58 Potential violation of Law of Demeter (object not created locally)
23425 src/com/gps/hibernate/QuartzJobDetailsId.java 59 Potential violation of Law of Demeter (method chain calls)
23426 src/com/gps/hibernate/QuartzJobDetailsId.java 59 Potential violation of Law of Demeter (object not created locally)
23427 src/com/gps/hibernate/QuartzJobDetailsId.java 59 Potential violation of Law of Demeter (object not created locally)
23428 src/com/gps/hibernate/QuartzJobDetailsId.java 59 Useless parentheses.
23429 src/com/gps/hibernate/QuartzJobDetailsId.java 59 Useless parentheses.
23430 src/com/gps/hibernate/QuartzJobDetailsId.java 61 Potential violation of Law of Demeter (object not created locally)
23431 src/com/gps/hibernate/QuartzJobDetailsId.java 62 Potential violation of Law of Demeter (object not created locally)
23432 src/com/gps/hibernate/QuartzJobDetailsId.java 65 publicMethodCommentRequirement Required
23433 src/com/gps/hibernate/QuartzJobDetailsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
23434 src/com/gps/hibernate/QuartzJobListeners.java 9 Classes implementing Serializable should set a serialVersionUID
23435 src/com/gps/hibernate/QuartzJobListeners.java 13 Avoid variables with short names like id
23436 src/com/gps/hibernate/QuartzJobListeners.java 13 fieldCommentRequirement Required
23437 src/com/gps/hibernate/QuartzJobListeners.java 18 Document empty constructor
23438 src/com/gps/hibernate/QuartzJobListeners.java 22 Avoid variables with short names like id
23439 src/com/gps/hibernate/QuartzJobListeners.java 22 Parameter 'id' is not assigned and could be declared final
23440 src/com/gps/hibernate/QuartzJobListeners.java 28 publicMethodCommentRequirement Required
23441 src/com/gps/hibernate/QuartzJobListeners.java 32 Avoid variables with short names like id
23442 src/com/gps/hibernate/QuartzJobListeners.java 32 Parameter 'id' is not assigned and could be declared final
23443 src/com/gps/hibernate/QuartzJobListeners.java 32 publicMethodCommentRequirement Required
23444 src/com/gps/hibernate/QuartzJobListenersDAO.java 10 Comment is too large: Too many lines
23445 src/com/gps/hibernate/QuartzJobListenersDAO.java 23 Logger should be defined private static final and have the correct class
23446 src/com/gps/hibernate/QuartzJobListenersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
23447 src/com/gps/hibernate/QuartzJobListenersDAO.java 23 fieldCommentRequirement Required
23448 src/com/gps/hibernate/QuartzJobListenersDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
23449 src/com/gps/hibernate/QuartzJobListenersDAO.java 28 publicMethodCommentRequirement Required
23450 src/com/gps/hibernate/QuartzJobListenersDAO.java 29 There is log block not surrounded by if
23451 src/com/gps/hibernate/QuartzJobListenersDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23452 src/com/gps/hibernate/QuartzJobListenersDAO.java 31 Potential violation of Law of Demeter (method chain calls)
23453 src/com/gps/hibernate/QuartzJobListenersDAO.java 32 There is log block not surrounded by if
23454 src/com/gps/hibernate/QuartzJobListenersDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23455 src/com/gps/hibernate/QuartzJobListenersDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23456 src/com/gps/hibernate/QuartzJobListenersDAO.java 34 There is log block not surrounded by if
23457 src/com/gps/hibernate/QuartzJobListenersDAO.java 39 Avoid excessively long variable names like persistentInstance
23458 src/com/gps/hibernate/QuartzJobListenersDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
23459 src/com/gps/hibernate/QuartzJobListenersDAO.java 39 publicMethodCommentRequirement Required
23460 src/com/gps/hibernate/QuartzJobListenersDAO.java 40 There is log block not surrounded by if
23461 src/com/gps/hibernate/QuartzJobListenersDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23462 src/com/gps/hibernate/QuartzJobListenersDAO.java 42 Potential violation of Law of Demeter (method chain calls)
23463 src/com/gps/hibernate/QuartzJobListenersDAO.java 43 There is log block not surrounded by if
23464 src/com/gps/hibernate/QuartzJobListenersDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23465 src/com/gps/hibernate/QuartzJobListenersDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23466 src/com/gps/hibernate/QuartzJobListenersDAO.java 45 There is log block not surrounded by if
23467 src/com/gps/hibernate/QuartzJobListenersDAO.java 50 Avoid variables with short names like id
23468 src/com/gps/hibernate/QuartzJobListenersDAO.java 50 Parameter 'id' is not assigned and could be declared final
23469 src/com/gps/hibernate/QuartzJobListenersDAO.java 50 publicMethodCommentRequirement Required
23470 src/com/gps/hibernate/QuartzJobListenersDAO.java 51 There is log block not surrounded by if
23471 src/com/gps/hibernate/QuartzJobListenersDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23472 src/com/gps/hibernate/QuartzJobListenersDAO.java 53 Local variable 'instance' could be declared final
23473 src/com/gps/hibernate/QuartzJobListenersDAO.java 53 Potential violation of Law of Demeter (method chain calls)
23474 src/com/gps/hibernate/QuartzJobListenersDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23475 src/com/gps/hibernate/QuartzJobListenersDAO.java 57 There is log block not surrounded by if
23476 src/com/gps/hibernate/QuartzJobListenersDAO.java 62 Parameter 'instance' is not assigned and could be declared final
23477 src/com/gps/hibernate/QuartzJobListenersDAO.java 62 publicMethodCommentRequirement Required
23478 src/com/gps/hibernate/QuartzJobListenersDAO.java 63 There is log block not surrounded by if
23479 src/com/gps/hibernate/QuartzJobListenersDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23480 src/com/gps/hibernate/QuartzJobListenersDAO.java 65 Local variable 'results' could be declared final
23481 src/com/gps/hibernate/QuartzJobListenersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
23482 src/com/gps/hibernate/QuartzJobListenersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
23483 src/com/gps/hibernate/QuartzJobListenersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
23484 src/com/gps/hibernate/QuartzJobListenersDAO.java 68 There is log block not surrounded by if
23485 src/com/gps/hibernate/QuartzJobListenersDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23486 src/com/gps/hibernate/QuartzJobListenersDAO.java 69 Potential violation of Law of Demeter (object not created locally)
23487 src/com/gps/hibernate/QuartzJobListenersDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23488 src/com/gps/hibernate/QuartzJobListenersDAO.java 72 There is log block not surrounded by if
23489 src/com/gps/hibernate/QuartzJobListenersDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
23490 src/com/gps/hibernate/QuartzJobListenersDAO.java 77 Parameter 'value' is not assigned and could be declared final
23491 src/com/gps/hibernate/QuartzJobListenersDAO.java 77 publicMethodCommentRequirement Required
23492 src/com/gps/hibernate/QuartzJobListenersDAO.java 78 There is log block not surrounded by if
23493 src/com/gps/hibernate/QuartzJobListenersDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23494 src/com/gps/hibernate/QuartzJobListenersDAO.java 81 Local variable 'queryString' could be declared final
23495 src/com/gps/hibernate/QuartzJobListenersDAO.java 83 Local variable 'queryObject' could be declared final
23496 src/com/gps/hibernate/QuartzJobListenersDAO.java 83 Potential violation of Law of Demeter (method chain calls)
23497 src/com/gps/hibernate/QuartzJobListenersDAO.java 84 Potential violation of Law of Demeter (object not created locally)
23498 src/com/gps/hibernate/QuartzJobListenersDAO.java 85 Potential violation of Law of Demeter (object not created locally)
23499 src/com/gps/hibernate/QuartzJobListenersDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23500 src/com/gps/hibernate/QuartzJobListenersDAO.java 87 There is log block not surrounded by if
23501 src/com/gps/hibernate/QuartzJobListenersDAO.java 92 publicMethodCommentRequirement Required
23502 src/com/gps/hibernate/QuartzJobListenersDAO.java 93 There is log block not surrounded by if
23503 src/com/gps/hibernate/QuartzJobListenersDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23504 src/com/gps/hibernate/QuartzJobListenersDAO.java 95 Local variable 'queryString' could be declared final
23505 src/com/gps/hibernate/QuartzJobListenersDAO.java 96 Local variable 'queryObject' could be declared final
23506 src/com/gps/hibernate/QuartzJobListenersDAO.java 96 Potential violation of Law of Demeter (method chain calls)
23507 src/com/gps/hibernate/QuartzJobListenersDAO.java 97 Potential violation of Law of Demeter (object not created locally)
23508 src/com/gps/hibernate/QuartzJobListenersDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23509 src/com/gps/hibernate/QuartzJobListenersDAO.java 99 There is log block not surrounded by if
23510 src/com/gps/hibernate/QuartzJobListenersDAO.java 104 Parameter 'detachedInstance' is not assigned and could be declared final
23511 src/com/gps/hibernate/QuartzJobListenersDAO.java 104 publicMethodCommentRequirement Required
23512 src/com/gps/hibernate/QuartzJobListenersDAO.java 105 There is log block not surrounded by if
23513 src/com/gps/hibernate/QuartzJobListenersDAO.java 105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23514 src/com/gps/hibernate/QuartzJobListenersDAO.java 107 Local variable 'result' could be declared final
23515 src/com/gps/hibernate/QuartzJobListenersDAO.java 107 Potential violation of Law of Demeter (method chain calls)
23516 src/com/gps/hibernate/QuartzJobListenersDAO.java 109 There is log block not surrounded by if
23517 src/com/gps/hibernate/QuartzJobListenersDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23518 src/com/gps/hibernate/QuartzJobListenersDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23519 src/com/gps/hibernate/QuartzJobListenersDAO.java 112 There is log block not surrounded by if
23520 src/com/gps/hibernate/QuartzJobListenersDAO.java 117 Parameter 'instance' is not assigned and could be declared final
23521 src/com/gps/hibernate/QuartzJobListenersDAO.java 117 publicMethodCommentRequirement Required
23522 src/com/gps/hibernate/QuartzJobListenersDAO.java 118 There is log block not surrounded by if
23523 src/com/gps/hibernate/QuartzJobListenersDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23524 src/com/gps/hibernate/QuartzJobListenersDAO.java 120 Potential violation of Law of Demeter (method chain calls)
23525 src/com/gps/hibernate/QuartzJobListenersDAO.java 121 There is log block not surrounded by if
23526 src/com/gps/hibernate/QuartzJobListenersDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23527 src/com/gps/hibernate/QuartzJobListenersDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23528 src/com/gps/hibernate/QuartzJobListenersDAO.java 123 There is log block not surrounded by if
23529 src/com/gps/hibernate/QuartzJobListenersDAO.java 128 Parameter 'instance' is not assigned and could be declared final
23530 src/com/gps/hibernate/QuartzJobListenersDAO.java 128 publicMethodCommentRequirement Required
23531 src/com/gps/hibernate/QuartzJobListenersDAO.java 129 There is log block not surrounded by if
23532 src/com/gps/hibernate/QuartzJobListenersDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23533 src/com/gps/hibernate/QuartzJobListenersDAO.java 131 Potential violation of Law of Demeter (method chain calls)
23534 src/com/gps/hibernate/QuartzJobListenersDAO.java 132 There is log block not surrounded by if
23535 src/com/gps/hibernate/QuartzJobListenersDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23536 src/com/gps/hibernate/QuartzJobListenersDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23537 src/com/gps/hibernate/QuartzJobListenersDAO.java 134 There is log block not surrounded by if
23538 src/com/gps/hibernate/QuartzJobListenersId.java 9 Classes implementing Serializable should set a serialVersionUID
23539 src/com/gps/hibernate/QuartzJobListenersId.java 13 fieldCommentRequirement Required
23540 src/com/gps/hibernate/QuartzJobListenersId.java 14 fieldCommentRequirement Required
23541 src/com/gps/hibernate/QuartzJobListenersId.java 15 fieldCommentRequirement Required
23542 src/com/gps/hibernate/QuartzJobListenersId.java 20 Document empty constructor
23543 src/com/gps/hibernate/QuartzJobListenersId.java 24 Parameter 'jobGroup' is not assigned and could be declared final
23544 src/com/gps/hibernate/QuartzJobListenersId.java 24 Parameter 'jobName' is not assigned and could be declared final
23545 src/com/gps/hibernate/QuartzJobListenersId.java 25 Parameter 'jobListener' is not assigned and could be declared final
23546 src/com/gps/hibernate/QuartzJobListenersId.java 33 publicMethodCommentRequirement Required
23547 src/com/gps/hibernate/QuartzJobListenersId.java 37 Parameter 'jobName' is not assigned and could be declared final
23548 src/com/gps/hibernate/QuartzJobListenersId.java 37 publicMethodCommentRequirement Required
23549 src/com/gps/hibernate/QuartzJobListenersId.java 41 publicMethodCommentRequirement Required
23550 src/com/gps/hibernate/QuartzJobListenersId.java 45 Parameter 'jobGroup' is not assigned and could be declared final
23551 src/com/gps/hibernate/QuartzJobListenersId.java 45 publicMethodCommentRequirement Required
23552 src/com/gps/hibernate/QuartzJobListenersId.java 49 publicMethodCommentRequirement Required
23553 src/com/gps/hibernate/QuartzJobListenersId.java 53 Parameter 'jobListener' is not assigned and could be declared final
23554 src/com/gps/hibernate/QuartzJobListenersId.java 53 publicMethodCommentRequirement Required
23555 src/com/gps/hibernate/QuartzJobListenersId.java 57 Parameter 'other' is not assigned and could be declared final
23556 src/com/gps/hibernate/QuartzJobListenersId.java 57 publicMethodCommentRequirement Required
23557 src/com/gps/hibernate/QuartzJobListenersId.java 58 Avoid using if statements without curly braces
23558 src/com/gps/hibernate/QuartzJobListenersId.java 58 Useless parentheses.
23559 src/com/gps/hibernate/QuartzJobListenersId.java 59 A method should have only one exit point, and that should be the last statement in the method
23560 src/com/gps/hibernate/QuartzJobListenersId.java 60 Avoid using if statements without curly braces
23561 src/com/gps/hibernate/QuartzJobListenersId.java 60 Useless parentheses.
23562 src/com/gps/hibernate/QuartzJobListenersId.java 61 A method should have only one exit point, and that should be the last statement in the method
23563 src/com/gps/hibernate/QuartzJobListenersId.java 62 Avoid using if statements without curly braces
23564 src/com/gps/hibernate/QuartzJobListenersId.java 63 A method should have only one exit point, and that should be the last statement in the method
23565 src/com/gps/hibernate/QuartzJobListenersId.java 64 Local variable 'castOther' could be declared final
23566 src/com/gps/hibernate/QuartzJobListenersId.java 66 Potential violation of Law of Demeter (method chain calls)
23567 src/com/gps/hibernate/QuartzJobListenersId.java 66 Potential violation of Law of Demeter (object not created locally)
23568 src/com/gps/hibernate/QuartzJobListenersId.java 66 Potential violation of Law of Demeter (object not created locally)
23569 src/com/gps/hibernate/QuartzJobListenersId.java 66 Useless parentheses.
23570 src/com/gps/hibernate/QuartzJobListenersId.java 66 Useless parentheses.
23571 src/com/gps/hibernate/QuartzJobListenersId.java 68 Potential violation of Law of Demeter (object not created locally)
23572 src/com/gps/hibernate/QuartzJobListenersId.java 69 Potential violation of Law of Demeter (object not created locally)
23573 src/com/gps/hibernate/QuartzJobListenersId.java 70 Potential violation of Law of Demeter (method chain calls)
23574 src/com/gps/hibernate/QuartzJobListenersId.java 70 Potential violation of Law of Demeter (object not created locally)
23575 src/com/gps/hibernate/QuartzJobListenersId.java 70 Potential violation of Law of Demeter (object not created locally)
23576 src/com/gps/hibernate/QuartzJobListenersId.java 70 Useless parentheses.
23577 src/com/gps/hibernate/QuartzJobListenersId.java 70 Useless parentheses.
23578 src/com/gps/hibernate/QuartzJobListenersId.java 72 Potential violation of Law of Demeter (object not created locally)
23579 src/com/gps/hibernate/QuartzJobListenersId.java 73 Potential violation of Law of Demeter (object not created locally)
23580 src/com/gps/hibernate/QuartzJobListenersId.java 74 Potential violation of Law of Demeter (method chain calls)
23581 src/com/gps/hibernate/QuartzJobListenersId.java 74 Potential violation of Law of Demeter (object not created locally)
23582 src/com/gps/hibernate/QuartzJobListenersId.java 74 Potential violation of Law of Demeter (object not created locally)
23583 src/com/gps/hibernate/QuartzJobListenersId.java 74 Useless parentheses.
23584 src/com/gps/hibernate/QuartzJobListenersId.java 74 Useless parentheses.
23585 src/com/gps/hibernate/QuartzJobListenersId.java 76 Potential violation of Law of Demeter (object not created locally)
23586 src/com/gps/hibernate/QuartzJobListenersId.java 77 Potential violation of Law of Demeter (object not created locally)
23587 src/com/gps/hibernate/QuartzJobListenersId.java 80 publicMethodCommentRequirement Required
23588 src/com/gps/hibernate/QuartzJobListenersId.java 81 Found 'DD'-anomaly for variable 'result' (lines '81'-'83').
23589 src/com/gps/hibernate/QuartzLocks.java 9 Classes implementing Serializable should set a serialVersionUID
23590 src/com/gps/hibernate/QuartzLocks.java 13 fieldCommentRequirement Required
23591 src/com/gps/hibernate/QuartzLocks.java 18 Document empty constructor
23592 src/com/gps/hibernate/QuartzLocks.java 22 Parameter 'lockName' is not assigned and could be declared final
23593 src/com/gps/hibernate/QuartzLocks.java 28 publicMethodCommentRequirement Required
23594 src/com/gps/hibernate/QuartzLocks.java 32 Parameter 'lockName' is not assigned and could be declared final
23595 src/com/gps/hibernate/QuartzLocks.java 32 publicMethodCommentRequirement Required
23596 src/com/gps/hibernate/QuartzLocksDAO.java 10 Comment is too large: Too many lines
23597 src/com/gps/hibernate/QuartzLocksDAO.java 23 Logger should be defined private static final and have the correct class
23598 src/com/gps/hibernate/QuartzLocksDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
23599 src/com/gps/hibernate/QuartzLocksDAO.java 23 fieldCommentRequirement Required
23600 src/com/gps/hibernate/QuartzLocksDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
23601 src/com/gps/hibernate/QuartzLocksDAO.java 27 publicMethodCommentRequirement Required
23602 src/com/gps/hibernate/QuartzLocksDAO.java 28 There is log block not surrounded by if
23603 src/com/gps/hibernate/QuartzLocksDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23604 src/com/gps/hibernate/QuartzLocksDAO.java 30 Potential violation of Law of Demeter (method chain calls)
23605 src/com/gps/hibernate/QuartzLocksDAO.java 31 There is log block not surrounded by if
23606 src/com/gps/hibernate/QuartzLocksDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23607 src/com/gps/hibernate/QuartzLocksDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23608 src/com/gps/hibernate/QuartzLocksDAO.java 33 There is log block not surrounded by if
23609 src/com/gps/hibernate/QuartzLocksDAO.java 38 Avoid excessively long variable names like persistentInstance
23610 src/com/gps/hibernate/QuartzLocksDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
23611 src/com/gps/hibernate/QuartzLocksDAO.java 38 publicMethodCommentRequirement Required
23612 src/com/gps/hibernate/QuartzLocksDAO.java 39 There is log block not surrounded by if
23613 src/com/gps/hibernate/QuartzLocksDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23614 src/com/gps/hibernate/QuartzLocksDAO.java 41 Potential violation of Law of Demeter (method chain calls)
23615 src/com/gps/hibernate/QuartzLocksDAO.java 42 There is log block not surrounded by if
23616 src/com/gps/hibernate/QuartzLocksDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23617 src/com/gps/hibernate/QuartzLocksDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23618 src/com/gps/hibernate/QuartzLocksDAO.java 44 There is log block not surrounded by if
23619 src/com/gps/hibernate/QuartzLocksDAO.java 49 Avoid variables with short names like id
23620 src/com/gps/hibernate/QuartzLocksDAO.java 49 Parameter 'id' is not assigned and could be declared final
23621 src/com/gps/hibernate/QuartzLocksDAO.java 49 publicMethodCommentRequirement Required
23622 src/com/gps/hibernate/QuartzLocksDAO.java 50 There is log block not surrounded by if
23623 src/com/gps/hibernate/QuartzLocksDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23624 src/com/gps/hibernate/QuartzLocksDAO.java 52 Local variable 'instance' could be declared final
23625 src/com/gps/hibernate/QuartzLocksDAO.java 52 Potential violation of Law of Demeter (method chain calls)
23626 src/com/gps/hibernate/QuartzLocksDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23627 src/com/gps/hibernate/QuartzLocksDAO.java 56 There is log block not surrounded by if
23628 src/com/gps/hibernate/QuartzLocksDAO.java 61 Parameter 'instance' is not assigned and could be declared final
23629 src/com/gps/hibernate/QuartzLocksDAO.java 61 publicMethodCommentRequirement Required
23630 src/com/gps/hibernate/QuartzLocksDAO.java 62 There is log block not surrounded by if
23631 src/com/gps/hibernate/QuartzLocksDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23632 src/com/gps/hibernate/QuartzLocksDAO.java 64 Local variable 'results' could be declared final
23633 src/com/gps/hibernate/QuartzLocksDAO.java 64 Potential violation of Law of Demeter (method chain calls)
23634 src/com/gps/hibernate/QuartzLocksDAO.java 64 Potential violation of Law of Demeter (method chain calls)
23635 src/com/gps/hibernate/QuartzLocksDAO.java 64 Potential violation of Law of Demeter (method chain calls)
23636 src/com/gps/hibernate/QuartzLocksDAO.java 67 There is log block not surrounded by if
23637 src/com/gps/hibernate/QuartzLocksDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23638 src/com/gps/hibernate/QuartzLocksDAO.java 68 Potential violation of Law of Demeter (object not created locally)
23639 src/com/gps/hibernate/QuartzLocksDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23640 src/com/gps/hibernate/QuartzLocksDAO.java 71 There is log block not surrounded by if
23641 src/com/gps/hibernate/QuartzLocksDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
23642 src/com/gps/hibernate/QuartzLocksDAO.java 76 Parameter 'value' is not assigned and could be declared final
23643 src/com/gps/hibernate/QuartzLocksDAO.java 76 publicMethodCommentRequirement Required
23644 src/com/gps/hibernate/QuartzLocksDAO.java 77 There is log block not surrounded by if
23645 src/com/gps/hibernate/QuartzLocksDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23646 src/com/gps/hibernate/QuartzLocksDAO.java 80 Local variable 'queryString' could be declared final
23647 src/com/gps/hibernate/QuartzLocksDAO.java 82 Local variable 'queryObject' could be declared final
23648 src/com/gps/hibernate/QuartzLocksDAO.java 82 Potential violation of Law of Demeter (method chain calls)
23649 src/com/gps/hibernate/QuartzLocksDAO.java 83 Potential violation of Law of Demeter (object not created locally)
23650 src/com/gps/hibernate/QuartzLocksDAO.java 84 Potential violation of Law of Demeter (object not created locally)
23651 src/com/gps/hibernate/QuartzLocksDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23652 src/com/gps/hibernate/QuartzLocksDAO.java 86 There is log block not surrounded by if
23653 src/com/gps/hibernate/QuartzLocksDAO.java 91 publicMethodCommentRequirement Required
23654 src/com/gps/hibernate/QuartzLocksDAO.java 92 There is log block not surrounded by if
23655 src/com/gps/hibernate/QuartzLocksDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23656 src/com/gps/hibernate/QuartzLocksDAO.java 94 Local variable 'queryString' could be declared final
23657 src/com/gps/hibernate/QuartzLocksDAO.java 95 Local variable 'queryObject' could be declared final
23658 src/com/gps/hibernate/QuartzLocksDAO.java 95 Potential violation of Law of Demeter (method chain calls)
23659 src/com/gps/hibernate/QuartzLocksDAO.java 96 Potential violation of Law of Demeter (object not created locally)
23660 src/com/gps/hibernate/QuartzLocksDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23661 src/com/gps/hibernate/QuartzLocksDAO.java 98 There is log block not surrounded by if
23662 src/com/gps/hibernate/QuartzLocksDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
23663 src/com/gps/hibernate/QuartzLocksDAO.java 103 publicMethodCommentRequirement Required
23664 src/com/gps/hibernate/QuartzLocksDAO.java 104 There is log block not surrounded by if
23665 src/com/gps/hibernate/QuartzLocksDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23666 src/com/gps/hibernate/QuartzLocksDAO.java 106 Local variable 'result' could be declared final
23667 src/com/gps/hibernate/QuartzLocksDAO.java 106 Potential violation of Law of Demeter (method chain calls)
23668 src/com/gps/hibernate/QuartzLocksDAO.java 108 There is log block not surrounded by if
23669 src/com/gps/hibernate/QuartzLocksDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23670 src/com/gps/hibernate/QuartzLocksDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23671 src/com/gps/hibernate/QuartzLocksDAO.java 111 There is log block not surrounded by if
23672 src/com/gps/hibernate/QuartzLocksDAO.java 116 Parameter 'instance' is not assigned and could be declared final
23673 src/com/gps/hibernate/QuartzLocksDAO.java 116 publicMethodCommentRequirement Required
23674 src/com/gps/hibernate/QuartzLocksDAO.java 117 There is log block not surrounded by if
23675 src/com/gps/hibernate/QuartzLocksDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23676 src/com/gps/hibernate/QuartzLocksDAO.java 119 Potential violation of Law of Demeter (method chain calls)
23677 src/com/gps/hibernate/QuartzLocksDAO.java 120 There is log block not surrounded by if
23678 src/com/gps/hibernate/QuartzLocksDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23679 src/com/gps/hibernate/QuartzLocksDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23680 src/com/gps/hibernate/QuartzLocksDAO.java 122 There is log block not surrounded by if
23681 src/com/gps/hibernate/QuartzLocksDAO.java 127 Parameter 'instance' is not assigned and could be declared final
23682 src/com/gps/hibernate/QuartzLocksDAO.java 127 publicMethodCommentRequirement Required
23683 src/com/gps/hibernate/QuartzLocksDAO.java 128 There is log block not surrounded by if
23684 src/com/gps/hibernate/QuartzLocksDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23685 src/com/gps/hibernate/QuartzLocksDAO.java 130 Potential violation of Law of Demeter (method chain calls)
23686 src/com/gps/hibernate/QuartzLocksDAO.java 131 There is log block not surrounded by if
23687 src/com/gps/hibernate/QuartzLocksDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23688 src/com/gps/hibernate/QuartzLocksDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23689 src/com/gps/hibernate/QuartzLocksDAO.java 133 There is log block not surrounded by if
23690 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 9 Classes implementing Serializable should set a serialVersionUID
23691 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 13 fieldCommentRequirement Required
23692 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 18 Document empty constructor
23693 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 22 Parameter 'triggerGroup' is not assigned and could be declared final
23694 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 28 publicMethodCommentRequirement Required
23695 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 32 Parameter 'triggerGroup' is not assigned and could be declared final
23696 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 32 publicMethodCommentRequirement Required
23697 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 10 Comment is too large: Too many lines
23698 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 23 Logger should be defined private static final and have the correct class
23699 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
23700 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 23 fieldCommentRequirement Required
23701 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
23702 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 28 publicMethodCommentRequirement Required
23703 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 29 There is log block not surrounded by if
23704 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23705 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
23706 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 32 There is log block not surrounded by if
23707 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23708 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23709 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 34 There is log block not surrounded by if
23710 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 39 Avoid excessively long variable names like persistentInstance
23711 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
23712 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 39 publicMethodCommentRequirement Required
23713 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 40 There is log block not surrounded by if
23714 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23715 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
23716 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 43 There is log block not surrounded by if
23717 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23718 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23719 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 45 There is log block not surrounded by if
23720 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 50 Avoid variables with short names like id
23721 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 50 Parameter 'id' is not assigned and could be declared final
23722 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 50 publicMethodCommentRequirement Required
23723 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 51 There is log block not surrounded by if
23724 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23725 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 53 Local variable 'instance' could be declared final
23726 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
23727 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23728 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 57 There is log block not surrounded by if
23729 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 62 Parameter 'instance' is not assigned and could be declared final
23730 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 62 publicMethodCommentRequirement Required
23731 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 63 There is log block not surrounded by if
23732 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23733 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 65 Local variable 'results' could be declared final
23734 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
23735 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
23736 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
23737 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 68 There is log block not surrounded by if
23738 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23739 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 69 Potential violation of Law of Demeter (object not created locally)
23740 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23741 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 72 There is log block not surrounded by if
23742 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
23743 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 77 Parameter 'value' is not assigned and could be declared final
23744 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 77 publicMethodCommentRequirement Required
23745 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 78 There is log block not surrounded by if
23746 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23747 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 81 Local variable 'queryString' could be declared final
23748 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 83 Local variable 'queryObject' could be declared final
23749 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
23750 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
23751 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
23752 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23753 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 87 There is log block not surrounded by if
23754 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 92 publicMethodCommentRequirement Required
23755 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 93 There is log block not surrounded by if
23756 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23757 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 95 Local variable 'queryString' could be declared final
23758 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 96 Local variable 'queryObject' could be declared final
23759 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 96 Potential violation of Law of Demeter (method chain calls)
23760 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 97 Potential violation of Law of Demeter (object not created locally)
23761 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23762 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 99 There is log block not surrounded by if
23763 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 104 publicMethodCommentRequirement Required
23764 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 105 Parameter 'detachedInstance' is not assigned and could be declared final
23765 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 106 There is log block not surrounded by if
23766 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23767 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 108 Local variable 'result' could be declared final
23768 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 108 Potential violation of Law of Demeter (method chain calls)
23769 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 110 There is log block not surrounded by if
23770 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23771 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23772 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 113 There is log block not surrounded by if
23773 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 118 Parameter 'instance' is not assigned and could be declared final
23774 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 118 publicMethodCommentRequirement Required
23775 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 119 There is log block not surrounded by if
23776 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23777 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 121 Potential violation of Law of Demeter (method chain calls)
23778 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 122 There is log block not surrounded by if
23779 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23780 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23781 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 124 There is log block not surrounded by if
23782 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 129 Parameter 'instance' is not assigned and could be declared final
23783 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 129 publicMethodCommentRequirement Required
23784 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 130 There is log block not surrounded by if
23785 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23786 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 132 Potential violation of Law of Demeter (method chain calls)
23787 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 133 There is log block not surrounded by if
23788 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23789 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23790 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 135 There is log block not surrounded by if
23791 src/com/gps/hibernate/QuartzSchedulerState.java 9 Classes implementing Serializable should set a serialVersionUID
23792 src/com/gps/hibernate/QuartzSchedulerState.java 13 fieldCommentRequirement Required
23793 src/com/gps/hibernate/QuartzSchedulerState.java 14 fieldCommentRequirement Required
23794 src/com/gps/hibernate/QuartzSchedulerState.java 15 fieldCommentRequirement Required
23795 src/com/gps/hibernate/QuartzSchedulerState.java 20 Document empty constructor
23796 src/com/gps/hibernate/QuartzSchedulerState.java 24 Parameter 'instanceName' is not assigned and could be declared final
23797 src/com/gps/hibernate/QuartzSchedulerState.java 24 Parameter 'lastCheckinTime' is not assigned and could be declared final
23798 src/com/gps/hibernate/QuartzSchedulerState.java 25 Parameter 'checkinInterval' is not assigned and could be declared final
23799 src/com/gps/hibernate/QuartzSchedulerState.java 33 publicMethodCommentRequirement Required
23800 src/com/gps/hibernate/QuartzSchedulerState.java 37 Parameter 'instanceName' is not assigned and could be declared final
23801 src/com/gps/hibernate/QuartzSchedulerState.java 37 publicMethodCommentRequirement Required
23802 src/com/gps/hibernate/QuartzSchedulerState.java 41 publicMethodCommentRequirement Required
23803 src/com/gps/hibernate/QuartzSchedulerState.java 45 Parameter 'lastCheckinTime' is not assigned and could be declared final
23804 src/com/gps/hibernate/QuartzSchedulerState.java 45 publicMethodCommentRequirement Required
23805 src/com/gps/hibernate/QuartzSchedulerState.java 49 publicMethodCommentRequirement Required
23806 src/com/gps/hibernate/QuartzSchedulerState.java 53 Parameter 'checkinInterval' is not assigned and could be declared final
23807 src/com/gps/hibernate/QuartzSchedulerState.java 53 publicMethodCommentRequirement Required
23808 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 10 Comment is too large: Too many lines
23809 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 22 This class has too many methods, consider refactoring it.
23810 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 23 Logger should be defined private static final and have the correct class
23811 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
23812 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 23 fieldCommentRequirement Required
23813 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 26 fieldCommentRequirement Required
23814 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 27 fieldCommentRequirement Required
23815 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
23816 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 29 publicMethodCommentRequirement Required
23817 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 30 There is log block not surrounded by if
23818 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23819 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 32 Potential violation of Law of Demeter (method chain calls)
23820 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 33 There is log block not surrounded by if
23821 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23822 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23823 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 35 There is log block not surrounded by if
23824 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 40 Avoid excessively long variable names like persistentInstance
23825 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
23826 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 40 publicMethodCommentRequirement Required
23827 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 41 There is log block not surrounded by if
23828 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23829 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 43 Potential violation of Law of Demeter (method chain calls)
23830 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 44 There is log block not surrounded by if
23831 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23832 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23833 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 46 There is log block not surrounded by if
23834 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 51 Avoid variables with short names like id
23835 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 51 Parameter 'id' is not assigned and could be declared final
23836 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 51 publicMethodCommentRequirement Required
23837 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 52 There is log block not surrounded by if
23838 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23839 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 54 Local variable 'instance' could be declared final
23840 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 54 Potential violation of Law of Demeter (method chain calls)
23841 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23842 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 58 There is log block not surrounded by if
23843 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 63 Parameter 'instance' is not assigned and could be declared final
23844 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 63 publicMethodCommentRequirement Required
23845 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 64 There is log block not surrounded by if
23846 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23847 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 66 Local variable 'results' could be declared final
23848 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 66 Potential violation of Law of Demeter (method chain calls)
23849 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 66 Potential violation of Law of Demeter (method chain calls)
23850 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 66 Potential violation of Law of Demeter (method chain calls)
23851 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 69 There is log block not surrounded by if
23852 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23853 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 70 Potential violation of Law of Demeter (object not created locally)
23854 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23855 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 73 There is log block not surrounded by if
23856 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
23857 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 78 Parameter 'value' is not assigned and could be declared final
23858 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 78 publicMethodCommentRequirement Required
23859 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 79 There is log block not surrounded by if
23860 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23861 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 82 Local variable 'queryString' could be declared final
23862 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 84 Local variable 'queryObject' could be declared final
23863 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 84 Potential violation of Law of Demeter (method chain calls)
23864 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 85 Potential violation of Law of Demeter (object not created locally)
23865 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 86 Potential violation of Law of Demeter (object not created locally)
23866 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23867 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 88 There is log block not surrounded by if
23868 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 93 Parameter 'lastCheckinTime' is not assigned and could be declared final
23869 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 93 publicMethodCommentRequirement Required
23870 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 97 Parameter 'checkinInterval' is not assigned and could be declared final
23871 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 97 publicMethodCommentRequirement Required
23872 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 101 publicMethodCommentRequirement Required
23873 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 102 There is log block not surrounded by if
23874 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23875 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 104 Local variable 'queryString' could be declared final
23876 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 105 Local variable 'queryObject' could be declared final
23877 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 105 Potential violation of Law of Demeter (method chain calls)
23878 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 106 Potential violation of Law of Demeter (object not created locally)
23879 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23880 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 108 There is log block not surrounded by if
23881 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 113 Parameter 'detachedInstance' is not assigned and could be declared final
23882 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 113 publicMethodCommentRequirement Required
23883 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 114 There is log block not surrounded by if
23884 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23885 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 116 Local variable 'result' could be declared final
23886 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 116 Potential violation of Law of Demeter (method chain calls)
23887 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 118 There is log block not surrounded by if
23888 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23889 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23890 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 121 There is log block not surrounded by if
23891 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 126 Parameter 'instance' is not assigned and could be declared final
23892 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 126 publicMethodCommentRequirement Required
23893 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 127 There is log block not surrounded by if
23894 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23895 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 129 Potential violation of Law of Demeter (method chain calls)
23896 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 130 There is log block not surrounded by if
23897 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23898 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23899 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 132 There is log block not surrounded by if
23900 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 137 Parameter 'instance' is not assigned and could be declared final
23901 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 137 publicMethodCommentRequirement Required
23902 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 138 There is log block not surrounded by if
23903 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23904 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 140 Potential violation of Law of Demeter (method chain calls)
23905 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 141 There is log block not surrounded by if
23906 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23907 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23908 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 143 There is log block not surrounded by if
23909 src/com/gps/hibernate/QuartzSimpleTriggers.java 9 Classes implementing Serializable should set a serialVersionUID
23910 src/com/gps/hibernate/QuartzSimpleTriggers.java 13 Avoid variables with short names like id
23911 src/com/gps/hibernate/QuartzSimpleTriggers.java 13 fieldCommentRequirement Required
23912 src/com/gps/hibernate/QuartzSimpleTriggers.java 14 fieldCommentRequirement Required
23913 src/com/gps/hibernate/QuartzSimpleTriggers.java 15 fieldCommentRequirement Required
23914 src/com/gps/hibernate/QuartzSimpleTriggers.java 16 fieldCommentRequirement Required
23915 src/com/gps/hibernate/QuartzSimpleTriggers.java 21 Document empty constructor
23916 src/com/gps/hibernate/QuartzSimpleTriggers.java 25 Avoid variables with short names like id
23917 src/com/gps/hibernate/QuartzSimpleTriggers.java 25 Parameter 'id' is not assigned and could be declared final
23918 src/com/gps/hibernate/QuartzSimpleTriggers.java 25 Parameter 'repeatCount' is not assigned and could be declared final
23919 src/com/gps/hibernate/QuartzSimpleTriggers.java 26 Parameter 'repeatInterval' is not assigned and could be declared final
23920 src/com/gps/hibernate/QuartzSimpleTriggers.java 26 Parameter 'timesTriggered' is not assigned and could be declared final
23921 src/com/gps/hibernate/QuartzSimpleTriggers.java 35 publicMethodCommentRequirement Required
23922 src/com/gps/hibernate/QuartzSimpleTriggers.java 39 Avoid variables with short names like id
23923 src/com/gps/hibernate/QuartzSimpleTriggers.java 39 Parameter 'id' is not assigned and could be declared final
23924 src/com/gps/hibernate/QuartzSimpleTriggers.java 39 publicMethodCommentRequirement Required
23925 src/com/gps/hibernate/QuartzSimpleTriggers.java 43 publicMethodCommentRequirement Required
23926 src/com/gps/hibernate/QuartzSimpleTriggers.java 47 Parameter 'repeatCount' is not assigned and could be declared final
23927 src/com/gps/hibernate/QuartzSimpleTriggers.java 47 publicMethodCommentRequirement Required
23928 src/com/gps/hibernate/QuartzSimpleTriggers.java 51 publicMethodCommentRequirement Required
23929 src/com/gps/hibernate/QuartzSimpleTriggers.java 55 Parameter 'repeatInterval' is not assigned and could be declared final
23930 src/com/gps/hibernate/QuartzSimpleTriggers.java 55 publicMethodCommentRequirement Required
23931 src/com/gps/hibernate/QuartzSimpleTriggers.java 59 publicMethodCommentRequirement Required
23932 src/com/gps/hibernate/QuartzSimpleTriggers.java 63 Parameter 'timesTriggered' is not assigned and could be declared final
23933 src/com/gps/hibernate/QuartzSimpleTriggers.java 63 publicMethodCommentRequirement Required
23934 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 10 Comment is too large: Too many lines
23935 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 22 This class has too many methods, consider refactoring it.
23936 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 23 Logger should be defined private static final and have the correct class
23937 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
23938 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 23 fieldCommentRequirement Required
23939 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 26 fieldCommentRequirement Required
23940 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 27 fieldCommentRequirement Required
23941 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 28 fieldCommentRequirement Required
23942 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
23943 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 30 publicMethodCommentRequirement Required
23944 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 31 There is log block not surrounded by if
23945 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23946 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 33 Potential violation of Law of Demeter (method chain calls)
23947 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 34 There is log block not surrounded by if
23948 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23949 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23950 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 36 There is log block not surrounded by if
23951 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 41 Avoid excessively long variable names like persistentInstance
23952 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
23953 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 41 publicMethodCommentRequirement Required
23954 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 42 There is log block not surrounded by if
23955 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23956 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 44 Potential violation of Law of Demeter (method chain calls)
23957 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 45 There is log block not surrounded by if
23958 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23959 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23960 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 47 There is log block not surrounded by if
23961 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 52 publicMethodCommentRequirement Required
23962 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 53 Avoid variables with short names like id
23963 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 53 Parameter 'id' is not assigned and could be declared final
23964 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 54 There is log block not surrounded by if
23965 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23966 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 56 Local variable 'instance' could be declared final
23967 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 56 Potential violation of Law of Demeter (method chain calls)
23968 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23969 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 60 There is log block not surrounded by if
23970 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 65 Parameter 'instance' is not assigned and could be declared final
23971 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 65 publicMethodCommentRequirement Required
23972 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 66 There is log block not surrounded by if
23973 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23974 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 68 Local variable 'results' could be declared final
23975 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 68 Potential violation of Law of Demeter (method chain calls)
23976 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 68 Potential violation of Law of Demeter (method chain calls)
23977 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 68 Potential violation of Law of Demeter (method chain calls)
23978 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 71 There is log block not surrounded by if
23979 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23980 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 72 Potential violation of Law of Demeter (object not created locally)
23981 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23982 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 75 There is log block not surrounded by if
23983 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
23984 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 80 Parameter 'value' is not assigned and could be declared final
23985 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 80 publicMethodCommentRequirement Required
23986 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 81 There is log block not surrounded by if
23987 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23988 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 84 Local variable 'queryString' could be declared final
23989 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 86 Local variable 'queryObject' could be declared final
23990 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 86 Potential violation of Law of Demeter (method chain calls)
23991 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 87 Potential violation of Law of Demeter (object not created locally)
23992 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 88 Potential violation of Law of Demeter (object not created locally)
23993 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23994 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 90 There is log block not surrounded by if
23995 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 95 Parameter 'repeatCount' is not assigned and could be declared final
23996 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 95 publicMethodCommentRequirement Required
23997 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 99 Parameter 'repeatInterval' is not assigned and could be declared final
23998 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 99 publicMethodCommentRequirement Required
23999 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 103 Parameter 'timesTriggered' is not assigned and could be declared final
24000 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 103 publicMethodCommentRequirement Required
24001 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 107 publicMethodCommentRequirement Required
24002 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 108 There is log block not surrounded by if
24003 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24004 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 110 Local variable 'queryString' could be declared final
24005 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 111 Local variable 'queryObject' could be declared final
24006 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 111 Potential violation of Law of Demeter (method chain calls)
24007 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 112 Potential violation of Law of Demeter (object not created locally)
24008 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24009 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 114 There is log block not surrounded by if
24010 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 119 Parameter 'detachedInstance' is not assigned and could be declared final
24011 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 119 publicMethodCommentRequirement Required
24012 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 120 There is log block not surrounded by if
24013 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24014 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 122 Local variable 'result' could be declared final
24015 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 122 Potential violation of Law of Demeter (method chain calls)
24016 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 124 There is log block not surrounded by if
24017 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24018 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24019 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 127 There is log block not surrounded by if
24020 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 132 Parameter 'instance' is not assigned and could be declared final
24021 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 132 publicMethodCommentRequirement Required
24022 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 133 There is log block not surrounded by if
24023 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24024 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 135 Potential violation of Law of Demeter (method chain calls)
24025 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 136 There is log block not surrounded by if
24026 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24027 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24028 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 138 There is log block not surrounded by if
24029 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 143 Parameter 'instance' is not assigned and could be declared final
24030 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 143 publicMethodCommentRequirement Required
24031 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 144 There is log block not surrounded by if
24032 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24033 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 146 Potential violation of Law of Demeter (method chain calls)
24034 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 147 There is log block not surrounded by if
24035 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24036 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24037 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 149 There is log block not surrounded by if
24038 src/com/gps/hibernate/QuartzSimpleTriggersId.java 9 Classes implementing Serializable should set a serialVersionUID
24039 src/com/gps/hibernate/QuartzSimpleTriggersId.java 13 fieldCommentRequirement Required
24040 src/com/gps/hibernate/QuartzSimpleTriggersId.java 14 fieldCommentRequirement Required
24041 src/com/gps/hibernate/QuartzSimpleTriggersId.java 19 Document empty constructor
24042 src/com/gps/hibernate/QuartzSimpleTriggersId.java 23 Parameter 'triggerGroup' is not assigned and could be declared final
24043 src/com/gps/hibernate/QuartzSimpleTriggersId.java 23 Parameter 'triggerName' is not assigned and could be declared final
24044 src/com/gps/hibernate/QuartzSimpleTriggersId.java 30 publicMethodCommentRequirement Required
24045 src/com/gps/hibernate/QuartzSimpleTriggersId.java 34 Parameter 'triggerName' is not assigned and could be declared final
24046 src/com/gps/hibernate/QuartzSimpleTriggersId.java 34 publicMethodCommentRequirement Required
24047 src/com/gps/hibernate/QuartzSimpleTriggersId.java 38 publicMethodCommentRequirement Required
24048 src/com/gps/hibernate/QuartzSimpleTriggersId.java 42 Parameter 'triggerGroup' is not assigned and could be declared final
24049 src/com/gps/hibernate/QuartzSimpleTriggersId.java 42 publicMethodCommentRequirement Required
24050 src/com/gps/hibernate/QuartzSimpleTriggersId.java 46 Parameter 'other' is not assigned and could be declared final
24051 src/com/gps/hibernate/QuartzSimpleTriggersId.java 46 publicMethodCommentRequirement Required
24052 src/com/gps/hibernate/QuartzSimpleTriggersId.java 47 Avoid using if statements without curly braces
24053 src/com/gps/hibernate/QuartzSimpleTriggersId.java 47 Useless parentheses.
24054 src/com/gps/hibernate/QuartzSimpleTriggersId.java 48 A method should have only one exit point, and that should be the last statement in the method
24055 src/com/gps/hibernate/QuartzSimpleTriggersId.java 49 Avoid using if statements without curly braces
24056 src/com/gps/hibernate/QuartzSimpleTriggersId.java 49 Useless parentheses.
24057 src/com/gps/hibernate/QuartzSimpleTriggersId.java 50 A method should have only one exit point, and that should be the last statement in the method
24058 src/com/gps/hibernate/QuartzSimpleTriggersId.java 51 Avoid using if statements without curly braces
24059 src/com/gps/hibernate/QuartzSimpleTriggersId.java 52 A method should have only one exit point, and that should be the last statement in the method
24060 src/com/gps/hibernate/QuartzSimpleTriggersId.java 53 Local variable 'castOther' could be declared final
24061 src/com/gps/hibernate/QuartzSimpleTriggersId.java 55 Potential violation of Law of Demeter (method chain calls)
24062 src/com/gps/hibernate/QuartzSimpleTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
24063 src/com/gps/hibernate/QuartzSimpleTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
24064 src/com/gps/hibernate/QuartzSimpleTriggersId.java 55 Useless parentheses.
24065 src/com/gps/hibernate/QuartzSimpleTriggersId.java 55 Useless parentheses.
24066 src/com/gps/hibernate/QuartzSimpleTriggersId.java 57 Potential violation of Law of Demeter (object not created locally)
24067 src/com/gps/hibernate/QuartzSimpleTriggersId.java 58 Potential violation of Law of Demeter (object not created locally)
24068 src/com/gps/hibernate/QuartzSimpleTriggersId.java 59 Potential violation of Law of Demeter (method chain calls)
24069 src/com/gps/hibernate/QuartzSimpleTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
24070 src/com/gps/hibernate/QuartzSimpleTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
24071 src/com/gps/hibernate/QuartzSimpleTriggersId.java 59 Useless parentheses.
24072 src/com/gps/hibernate/QuartzSimpleTriggersId.java 59 Useless parentheses.
24073 src/com/gps/hibernate/QuartzSimpleTriggersId.java 61 Potential violation of Law of Demeter (object not created locally)
24074 src/com/gps/hibernate/QuartzSimpleTriggersId.java 62 Potential violation of Law of Demeter (object not created locally)
24075 src/com/gps/hibernate/QuartzSimpleTriggersId.java 65 publicMethodCommentRequirement Required
24076 src/com/gps/hibernate/QuartzSimpleTriggersId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
24077 src/com/gps/hibernate/QuartzTriggerListeners.java 9 Classes implementing Serializable should set a serialVersionUID
24078 src/com/gps/hibernate/QuartzTriggerListeners.java 13 Avoid variables with short names like id
24079 src/com/gps/hibernate/QuartzTriggerListeners.java 13 fieldCommentRequirement Required
24080 src/com/gps/hibernate/QuartzTriggerListeners.java 18 Document empty constructor
24081 src/com/gps/hibernate/QuartzTriggerListeners.java 22 Avoid variables with short names like id
24082 src/com/gps/hibernate/QuartzTriggerListeners.java 22 Parameter 'id' is not assigned and could be declared final
24083 src/com/gps/hibernate/QuartzTriggerListeners.java 28 publicMethodCommentRequirement Required
24084 src/com/gps/hibernate/QuartzTriggerListeners.java 32 Avoid variables with short names like id
24085 src/com/gps/hibernate/QuartzTriggerListeners.java 32 Parameter 'id' is not assigned and could be declared final
24086 src/com/gps/hibernate/QuartzTriggerListeners.java 32 publicMethodCommentRequirement Required
24087 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 10 Comment is too large: Too many lines
24088 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 23 Logger should be defined private static final and have the correct class
24089 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
24090 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 23 fieldCommentRequirement Required
24091 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
24092 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 28 publicMethodCommentRequirement Required
24093 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 29 There is log block not surrounded by if
24094 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24095 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 31 Potential violation of Law of Demeter (method chain calls)
24096 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 32 There is log block not surrounded by if
24097 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24098 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24099 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 34 There is log block not surrounded by if
24100 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 39 Avoid excessively long variable names like persistentInstance
24101 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
24102 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 39 publicMethodCommentRequirement Required
24103 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 40 There is log block not surrounded by if
24104 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24105 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 42 Potential violation of Law of Demeter (method chain calls)
24106 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 43 There is log block not surrounded by if
24107 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24108 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24109 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 45 There is log block not surrounded by if
24110 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 50 publicMethodCommentRequirement Required
24111 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 51 Avoid variables with short names like id
24112 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 51 Parameter 'id' is not assigned and could be declared final
24113 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 52 There is log block not surrounded by if
24114 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24115 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 54 Local variable 'instance' could be declared final
24116 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 54 Potential violation of Law of Demeter (method chain calls)
24117 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24118 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 58 There is log block not surrounded by if
24119 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 63 Parameter 'instance' is not assigned and could be declared final
24120 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 63 publicMethodCommentRequirement Required
24121 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 64 There is log block not surrounded by if
24122 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24123 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 66 Local variable 'results' could be declared final
24124 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
24125 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
24126 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
24127 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 69 There is log block not surrounded by if
24128 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24129 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 70 Potential violation of Law of Demeter (object not created locally)
24130 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24131 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 73 There is log block not surrounded by if
24132 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
24133 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 78 Parameter 'value' is not assigned and could be declared final
24134 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 78 publicMethodCommentRequirement Required
24135 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 79 There is log block not surrounded by if
24136 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24137 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 82 Local variable 'queryString' could be declared final
24138 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 84 Local variable 'queryObject' could be declared final
24139 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 84 Potential violation of Law of Demeter (method chain calls)
24140 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 85 Potential violation of Law of Demeter (object not created locally)
24141 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 86 Potential violation of Law of Demeter (object not created locally)
24142 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24143 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 88 There is log block not surrounded by if
24144 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 93 publicMethodCommentRequirement Required
24145 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 94 There is log block not surrounded by if
24146 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24147 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 96 Local variable 'queryString' could be declared final
24148 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 97 Local variable 'queryObject' could be declared final
24149 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 97 Potential violation of Law of Demeter (method chain calls)
24150 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 98 Potential violation of Law of Demeter (object not created locally)
24151 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24152 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 100 There is log block not surrounded by if
24153 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 105 Parameter 'detachedInstance' is not assigned and could be declared final
24154 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 105 publicMethodCommentRequirement Required
24155 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 106 There is log block not surrounded by if
24156 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24157 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 108 Local variable 'result' could be declared final
24158 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 108 Potential violation of Law of Demeter (method chain calls)
24159 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 110 There is log block not surrounded by if
24160 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24161 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24162 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 113 There is log block not surrounded by if
24163 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 118 Parameter 'instance' is not assigned and could be declared final
24164 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 118 publicMethodCommentRequirement Required
24165 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 119 There is log block not surrounded by if
24166 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24167 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 121 Potential violation of Law of Demeter (method chain calls)
24168 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 122 There is log block not surrounded by if
24169 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24170 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24171 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 124 There is log block not surrounded by if
24172 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 129 Parameter 'instance' is not assigned and could be declared final
24173 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 129 publicMethodCommentRequirement Required
24174 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 130 There is log block not surrounded by if
24175 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24176 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 132 Potential violation of Law of Demeter (method chain calls)
24177 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 133 There is log block not surrounded by if
24178 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24179 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24180 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 135 There is log block not surrounded by if
24181 src/com/gps/hibernate/QuartzTriggerListenersId.java 9 Classes implementing Serializable should set a serialVersionUID
24182 src/com/gps/hibernate/QuartzTriggerListenersId.java 13 fieldCommentRequirement Required
24183 src/com/gps/hibernate/QuartzTriggerListenersId.java 14 fieldCommentRequirement Required
24184 src/com/gps/hibernate/QuartzTriggerListenersId.java 15 fieldCommentRequirement Required
24185 src/com/gps/hibernate/QuartzTriggerListenersId.java 20 Document empty constructor
24186 src/com/gps/hibernate/QuartzTriggerListenersId.java 24 Parameter 'triggerGroup' is not assigned and could be declared final
24187 src/com/gps/hibernate/QuartzTriggerListenersId.java 24 Parameter 'triggerName' is not assigned and could be declared final
24188 src/com/gps/hibernate/QuartzTriggerListenersId.java 25 Parameter 'triggerListener' is not assigned and could be declared final
24189 src/com/gps/hibernate/QuartzTriggerListenersId.java 33 publicMethodCommentRequirement Required
24190 src/com/gps/hibernate/QuartzTriggerListenersId.java 37 Parameter 'triggerName' is not assigned and could be declared final
24191 src/com/gps/hibernate/QuartzTriggerListenersId.java 37 publicMethodCommentRequirement Required
24192 src/com/gps/hibernate/QuartzTriggerListenersId.java 41 publicMethodCommentRequirement Required
24193 src/com/gps/hibernate/QuartzTriggerListenersId.java 45 Parameter 'triggerGroup' is not assigned and could be declared final
24194 src/com/gps/hibernate/QuartzTriggerListenersId.java 45 publicMethodCommentRequirement Required
24195 src/com/gps/hibernate/QuartzTriggerListenersId.java 49 publicMethodCommentRequirement Required
24196 src/com/gps/hibernate/QuartzTriggerListenersId.java 53 Parameter 'triggerListener' is not assigned and could be declared final
24197 src/com/gps/hibernate/QuartzTriggerListenersId.java 53 publicMethodCommentRequirement Required
24198 src/com/gps/hibernate/QuartzTriggerListenersId.java 57 Parameter 'other' is not assigned and could be declared final
24199 src/com/gps/hibernate/QuartzTriggerListenersId.java 57 publicMethodCommentRequirement Required
24200 src/com/gps/hibernate/QuartzTriggerListenersId.java 58 Avoid using if statements without curly braces
24201 src/com/gps/hibernate/QuartzTriggerListenersId.java 58 Useless parentheses.
24202 src/com/gps/hibernate/QuartzTriggerListenersId.java 59 A method should have only one exit point, and that should be the last statement in the method
24203 src/com/gps/hibernate/QuartzTriggerListenersId.java 60 Avoid using if statements without curly braces
24204 src/com/gps/hibernate/QuartzTriggerListenersId.java 60 Useless parentheses.
24205 src/com/gps/hibernate/QuartzTriggerListenersId.java 61 A method should have only one exit point, and that should be the last statement in the method
24206 src/com/gps/hibernate/QuartzTriggerListenersId.java 62 Avoid using if statements without curly braces
24207 src/com/gps/hibernate/QuartzTriggerListenersId.java 63 A method should have only one exit point, and that should be the last statement in the method
24208 src/com/gps/hibernate/QuartzTriggerListenersId.java 64 Local variable 'castOther' could be declared final
24209 src/com/gps/hibernate/QuartzTriggerListenersId.java 66 Potential violation of Law of Demeter (method chain calls)
24210 src/com/gps/hibernate/QuartzTriggerListenersId.java 66 Potential violation of Law of Demeter (object not created locally)
24211 src/com/gps/hibernate/QuartzTriggerListenersId.java 66 Potential violation of Law of Demeter (object not created locally)
24212 src/com/gps/hibernate/QuartzTriggerListenersId.java 66 Useless parentheses.
24213 src/com/gps/hibernate/QuartzTriggerListenersId.java 66 Useless parentheses.
24214 src/com/gps/hibernate/QuartzTriggerListenersId.java 68 Potential violation of Law of Demeter (object not created locally)
24215 src/com/gps/hibernate/QuartzTriggerListenersId.java 69 Potential violation of Law of Demeter (object not created locally)
24216 src/com/gps/hibernate/QuartzTriggerListenersId.java 70 Potential violation of Law of Demeter (method chain calls)
24217 src/com/gps/hibernate/QuartzTriggerListenersId.java 70 Potential violation of Law of Demeter (object not created locally)
24218 src/com/gps/hibernate/QuartzTriggerListenersId.java 70 Potential violation of Law of Demeter (object not created locally)
24219 src/com/gps/hibernate/QuartzTriggerListenersId.java 70 Useless parentheses.
24220 src/com/gps/hibernate/QuartzTriggerListenersId.java 70 Useless parentheses.
24221 src/com/gps/hibernate/QuartzTriggerListenersId.java 72 Potential violation of Law of Demeter (object not created locally)
24222 src/com/gps/hibernate/QuartzTriggerListenersId.java 73 Potential violation of Law of Demeter (object not created locally)
24223 src/com/gps/hibernate/QuartzTriggerListenersId.java 74 Potential violation of Law of Demeter (method chain calls)
24224 src/com/gps/hibernate/QuartzTriggerListenersId.java 74 Potential violation of Law of Demeter (object not created locally)
24225 src/com/gps/hibernate/QuartzTriggerListenersId.java 74 Potential violation of Law of Demeter (object not created locally)
24226 src/com/gps/hibernate/QuartzTriggerListenersId.java 74 Useless parentheses.
24227 src/com/gps/hibernate/QuartzTriggerListenersId.java 75 Useless parentheses.
24228 src/com/gps/hibernate/QuartzTriggerListenersId.java 76 Potential violation of Law of Demeter (object not created locally)
24229 src/com/gps/hibernate/QuartzTriggerListenersId.java 78 Potential violation of Law of Demeter (object not created locally)
24230 src/com/gps/hibernate/QuartzTriggerListenersId.java 81 publicMethodCommentRequirement Required
24231 src/com/gps/hibernate/QuartzTriggerListenersId.java 82 Found 'DD'-anomaly for variable 'result' (lines '82'-'84').
24232 src/com/gps/hibernate/QuartzTriggers.java 9 Classes implementing Serializable should set a serialVersionUID
24233 src/com/gps/hibernate/QuartzTriggers.java 13 Avoid variables with short names like id
24234 src/com/gps/hibernate/QuartzTriggers.java 13 fieldCommentRequirement Required
24235 src/com/gps/hibernate/QuartzTriggers.java 14 fieldCommentRequirement Required
24236 src/com/gps/hibernate/QuartzTriggers.java 15 fieldCommentRequirement Required
24237 src/com/gps/hibernate/QuartzTriggers.java 16 fieldCommentRequirement Required
24238 src/com/gps/hibernate/QuartzTriggers.java 17 fieldCommentRequirement Required
24239 src/com/gps/hibernate/QuartzTriggers.java 18 fieldCommentRequirement Required
24240 src/com/gps/hibernate/QuartzTriggers.java 19 fieldCommentRequirement Required
24241 src/com/gps/hibernate/QuartzTriggers.java 20 fieldCommentRequirement Required
24242 src/com/gps/hibernate/QuartzTriggers.java 21 fieldCommentRequirement Required
24243 src/com/gps/hibernate/QuartzTriggers.java 22 fieldCommentRequirement Required
24244 src/com/gps/hibernate/QuartzTriggers.java 23 fieldCommentRequirement Required
24245 src/com/gps/hibernate/QuartzTriggers.java 24 fieldCommentRequirement Required
24246 src/com/gps/hibernate/QuartzTriggers.java 25 fieldCommentRequirement Required
24247 src/com/gps/hibernate/QuartzTriggers.java 26 fieldCommentRequirement Required
24248 src/com/gps/hibernate/QuartzTriggers.java 27 fieldCommentRequirement Required
24249 src/com/gps/hibernate/QuartzTriggers.java 32 Document empty constructor
24250 src/com/gps/hibernate/QuartzTriggers.java 36 Avoid variables with short names like id
24251 src/com/gps/hibernate/QuartzTriggers.java 36 Parameter 'id' is not assigned and could be declared final
24252 src/com/gps/hibernate/QuartzTriggers.java 36 Parameter 'jobGroup' is not assigned and could be declared final
24253 src/com/gps/hibernate/QuartzTriggers.java 36 Parameter 'jobName' is not assigned and could be declared final
24254 src/com/gps/hibernate/QuartzTriggers.java 37 Parameter 'isVolatile' is not assigned and could be declared final
24255 src/com/gps/hibernate/QuartzTriggers.java 37 Parameter 'triggerState' is not assigned and could be declared final
24256 src/com/gps/hibernate/QuartzTriggers.java 37 Parameter 'triggerType' is not assigned and could be declared final
24257 src/com/gps/hibernate/QuartzTriggers.java 38 Parameter 'startTime' is not assigned and could be declared final
24258 src/com/gps/hibernate/QuartzTriggers.java 49 Avoid long parameter lists.
24259 src/com/gps/hibernate/QuartzTriggers.java 49 Avoid variables with short names like id
24260 src/com/gps/hibernate/QuartzTriggers.java 49 Parameter 'id' is not assigned and could be declared final
24261 src/com/gps/hibernate/QuartzTriggers.java 49 Parameter 'jobGroup' is not assigned and could be declared final
24262 src/com/gps/hibernate/QuartzTriggers.java 49 Parameter 'jobName' is not assigned and could be declared final
24263 src/com/gps/hibernate/QuartzTriggers.java 50 Parameter 'description' is not assigned and could be declared final
24264 src/com/gps/hibernate/QuartzTriggers.java 50 Parameter 'isVolatile' is not assigned and could be declared final
24265 src/com/gps/hibernate/QuartzTriggers.java 50 Parameter 'nextFireTime' is not assigned and could be declared final
24266 src/com/gps/hibernate/QuartzTriggers.java 51 Parameter 'prevFireTime' is not assigned and could be declared final
24267 src/com/gps/hibernate/QuartzTriggers.java 51 Parameter 'priority' is not assigned and could be declared final
24268 src/com/gps/hibernate/QuartzTriggers.java 51 Parameter 'triggerState' is not assigned and could be declared final
24269 src/com/gps/hibernate/QuartzTriggers.java 52 Parameter 'endTime' is not assigned and could be declared final
24270 src/com/gps/hibernate/QuartzTriggers.java 52 Parameter 'startTime' is not assigned and could be declared final
24271 src/com/gps/hibernate/QuartzTriggers.java 52 Parameter 'triggerType' is not assigned and could be declared final
24272 src/com/gps/hibernate/QuartzTriggers.java 53 Parameter 'calendarName' is not assigned and could be declared final
24273 src/com/gps/hibernate/QuartzTriggers.java 53 Parameter 'jobData' is not assigned and could be declared final
24274 src/com/gps/hibernate/QuartzTriggers.java 53 Parameter 'misfireInstr' is not assigned and could be declared final
24275 src/com/gps/hibernate/QuartzTriggers.java 73 publicMethodCommentRequirement Required
24276 src/com/gps/hibernate/QuartzTriggers.java 77 Avoid variables with short names like id
24277 src/com/gps/hibernate/QuartzTriggers.java 77 Parameter 'id' is not assigned and could be declared final
24278 src/com/gps/hibernate/QuartzTriggers.java 77 publicMethodCommentRequirement Required
24279 src/com/gps/hibernate/QuartzTriggers.java 81 publicMethodCommentRequirement Required
24280 src/com/gps/hibernate/QuartzTriggers.java 85 Parameter 'jobName' is not assigned and could be declared final
24281 src/com/gps/hibernate/QuartzTriggers.java 85 publicMethodCommentRequirement Required
24282 src/com/gps/hibernate/QuartzTriggers.java 89 publicMethodCommentRequirement Required
24283 src/com/gps/hibernate/QuartzTriggers.java 93 Parameter 'jobGroup' is not assigned and could be declared final
24284 src/com/gps/hibernate/QuartzTriggers.java 93 publicMethodCommentRequirement Required
24285 src/com/gps/hibernate/QuartzTriggers.java 97 publicMethodCommentRequirement Required
24286 src/com/gps/hibernate/QuartzTriggers.java 101 Parameter 'isVolatile' is not assigned and could be declared final
24287 src/com/gps/hibernate/QuartzTriggers.java 101 publicMethodCommentRequirement Required
24288 src/com/gps/hibernate/QuartzTriggers.java 105 publicMethodCommentRequirement Required
24289 src/com/gps/hibernate/QuartzTriggers.java 109 Parameter 'description' is not assigned and could be declared final
24290 src/com/gps/hibernate/QuartzTriggers.java 109 publicMethodCommentRequirement Required
24291 src/com/gps/hibernate/QuartzTriggers.java 113 publicMethodCommentRequirement Required
24292 src/com/gps/hibernate/QuartzTriggers.java 117 Parameter 'nextFireTime' is not assigned and could be declared final
24293 src/com/gps/hibernate/QuartzTriggers.java 117 publicMethodCommentRequirement Required
24294 src/com/gps/hibernate/QuartzTriggers.java 121 publicMethodCommentRequirement Required
24295 src/com/gps/hibernate/QuartzTriggers.java 125 Parameter 'prevFireTime' is not assigned and could be declared final
24296 src/com/gps/hibernate/QuartzTriggers.java 125 publicMethodCommentRequirement Required
24297 src/com/gps/hibernate/QuartzTriggers.java 129 publicMethodCommentRequirement Required
24298 src/com/gps/hibernate/QuartzTriggers.java 133 Parameter 'priority' is not assigned and could be declared final
24299 src/com/gps/hibernate/QuartzTriggers.java 133 publicMethodCommentRequirement Required
24300 src/com/gps/hibernate/QuartzTriggers.java 137 publicMethodCommentRequirement Required
24301 src/com/gps/hibernate/QuartzTriggers.java 141 Parameter 'triggerState' is not assigned and could be declared final
24302 src/com/gps/hibernate/QuartzTriggers.java 141 publicMethodCommentRequirement Required
24303 src/com/gps/hibernate/QuartzTriggers.java 145 publicMethodCommentRequirement Required
24304 src/com/gps/hibernate/QuartzTriggers.java 149 Parameter 'triggerType' is not assigned and could be declared final
24305 src/com/gps/hibernate/QuartzTriggers.java 149 publicMethodCommentRequirement Required
24306 src/com/gps/hibernate/QuartzTriggers.java 153 publicMethodCommentRequirement Required
24307 src/com/gps/hibernate/QuartzTriggers.java 157 Parameter 'startTime' is not assigned and could be declared final
24308 src/com/gps/hibernate/QuartzTriggers.java 157 publicMethodCommentRequirement Required
24309 src/com/gps/hibernate/QuartzTriggers.java 161 publicMethodCommentRequirement Required
24310 src/com/gps/hibernate/QuartzTriggers.java 165 Parameter 'endTime' is not assigned and could be declared final
24311 src/com/gps/hibernate/QuartzTriggers.java 165 publicMethodCommentRequirement Required
24312 src/com/gps/hibernate/QuartzTriggers.java 169 publicMethodCommentRequirement Required
24313 src/com/gps/hibernate/QuartzTriggers.java 173 Parameter 'calendarName' is not assigned and could be declared final
24314 src/com/gps/hibernate/QuartzTriggers.java 173 publicMethodCommentRequirement Required
24315 src/com/gps/hibernate/QuartzTriggers.java 177 publicMethodCommentRequirement Required
24316 src/com/gps/hibernate/QuartzTriggers.java 181 Parameter 'misfireInstr' is not assigned and could be declared final
24317 src/com/gps/hibernate/QuartzTriggers.java 181 publicMethodCommentRequirement Required
24318 src/com/gps/hibernate/QuartzTriggers.java 185 publicMethodCommentRequirement Required
24319 src/com/gps/hibernate/QuartzTriggers.java 189 Parameter 'jobData' is not assigned and could be declared final
24320 src/com/gps/hibernate/QuartzTriggers.java 189 publicMethodCommentRequirement Required
24321 src/com/gps/hibernate/QuartzTriggersDAO.java 10 Comment is too large: Too many lines
24322 src/com/gps/hibernate/QuartzTriggersDAO.java 22 This class has too many methods, consider refactoring it.
24323 src/com/gps/hibernate/QuartzTriggersDAO.java 23 Logger should be defined private static final and have the correct class
24324 src/com/gps/hibernate/QuartzTriggersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
24325 src/com/gps/hibernate/QuartzTriggersDAO.java 23 fieldCommentRequirement Required
24326 src/com/gps/hibernate/QuartzTriggersDAO.java 25 fieldCommentRequirement Required
24327 src/com/gps/hibernate/QuartzTriggersDAO.java 26 fieldCommentRequirement Required
24328 src/com/gps/hibernate/QuartzTriggersDAO.java 27 fieldCommentRequirement Required
24329 src/com/gps/hibernate/QuartzTriggersDAO.java 28 fieldCommentRequirement Required
24330 src/com/gps/hibernate/QuartzTriggersDAO.java 29 fieldCommentRequirement Required
24331 src/com/gps/hibernate/QuartzTriggersDAO.java 30 fieldCommentRequirement Required
24332 src/com/gps/hibernate/QuartzTriggersDAO.java 31 fieldCommentRequirement Required
24333 src/com/gps/hibernate/QuartzTriggersDAO.java 32 fieldCommentRequirement Required
24334 src/com/gps/hibernate/QuartzTriggersDAO.java 33 fieldCommentRequirement Required
24335 src/com/gps/hibernate/QuartzTriggersDAO.java 34 fieldCommentRequirement Required
24336 src/com/gps/hibernate/QuartzTriggersDAO.java 35 fieldCommentRequirement Required
24337 src/com/gps/hibernate/QuartzTriggersDAO.java 36 fieldCommentRequirement Required
24338 src/com/gps/hibernate/QuartzTriggersDAO.java 37 fieldCommentRequirement Required
24339 src/com/gps/hibernate/QuartzTriggersDAO.java 38 fieldCommentRequirement Required
24340 src/com/gps/hibernate/QuartzTriggersDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
24341 src/com/gps/hibernate/QuartzTriggersDAO.java 40 publicMethodCommentRequirement Required
24342 src/com/gps/hibernate/QuartzTriggersDAO.java 41 There is log block not surrounded by if
24343 src/com/gps/hibernate/QuartzTriggersDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24344 src/com/gps/hibernate/QuartzTriggersDAO.java 43 Potential violation of Law of Demeter (method chain calls)
24345 src/com/gps/hibernate/QuartzTriggersDAO.java 44 There is log block not surrounded by if
24346 src/com/gps/hibernate/QuartzTriggersDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24347 src/com/gps/hibernate/QuartzTriggersDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24348 src/com/gps/hibernate/QuartzTriggersDAO.java 46 There is log block not surrounded by if
24349 src/com/gps/hibernate/QuartzTriggersDAO.java 51 Avoid excessively long variable names like persistentInstance
24350 src/com/gps/hibernate/QuartzTriggersDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
24351 src/com/gps/hibernate/QuartzTriggersDAO.java 51 publicMethodCommentRequirement Required
24352 src/com/gps/hibernate/QuartzTriggersDAO.java 52 There is log block not surrounded by if
24353 src/com/gps/hibernate/QuartzTriggersDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24354 src/com/gps/hibernate/QuartzTriggersDAO.java 54 Potential violation of Law of Demeter (method chain calls)
24355 src/com/gps/hibernate/QuartzTriggersDAO.java 55 There is log block not surrounded by if
24356 src/com/gps/hibernate/QuartzTriggersDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24357 src/com/gps/hibernate/QuartzTriggersDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24358 src/com/gps/hibernate/QuartzTriggersDAO.java 57 There is log block not surrounded by if
24359 src/com/gps/hibernate/QuartzTriggersDAO.java 62 Avoid variables with short names like id
24360 src/com/gps/hibernate/QuartzTriggersDAO.java 62 Parameter 'id' is not assigned and could be declared final
24361 src/com/gps/hibernate/QuartzTriggersDAO.java 62 publicMethodCommentRequirement Required
24362 src/com/gps/hibernate/QuartzTriggersDAO.java 63 There is log block not surrounded by if
24363 src/com/gps/hibernate/QuartzTriggersDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24364 src/com/gps/hibernate/QuartzTriggersDAO.java 65 Local variable 'instance' could be declared final
24365 src/com/gps/hibernate/QuartzTriggersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
24366 src/com/gps/hibernate/QuartzTriggersDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24367 src/com/gps/hibernate/QuartzTriggersDAO.java 69 There is log block not surrounded by if
24368 src/com/gps/hibernate/QuartzTriggersDAO.java 74 Parameter 'instance' is not assigned and could be declared final
24369 src/com/gps/hibernate/QuartzTriggersDAO.java 74 publicMethodCommentRequirement Required
24370 src/com/gps/hibernate/QuartzTriggersDAO.java 75 There is log block not surrounded by if
24371 src/com/gps/hibernate/QuartzTriggersDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24372 src/com/gps/hibernate/QuartzTriggersDAO.java 77 Local variable 'results' could be declared final
24373 src/com/gps/hibernate/QuartzTriggersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
24374 src/com/gps/hibernate/QuartzTriggersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
24375 src/com/gps/hibernate/QuartzTriggersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
24376 src/com/gps/hibernate/QuartzTriggersDAO.java 80 There is log block not surrounded by if
24377 src/com/gps/hibernate/QuartzTriggersDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24378 src/com/gps/hibernate/QuartzTriggersDAO.java 81 Potential violation of Law of Demeter (object not created locally)
24379 src/com/gps/hibernate/QuartzTriggersDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24380 src/com/gps/hibernate/QuartzTriggersDAO.java 84 There is log block not surrounded by if
24381 src/com/gps/hibernate/QuartzTriggersDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
24382 src/com/gps/hibernate/QuartzTriggersDAO.java 89 Parameter 'value' is not assigned and could be declared final
24383 src/com/gps/hibernate/QuartzTriggersDAO.java 89 publicMethodCommentRequirement Required
24384 src/com/gps/hibernate/QuartzTriggersDAO.java 90 There is log block not surrounded by if
24385 src/com/gps/hibernate/QuartzTriggersDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24386 src/com/gps/hibernate/QuartzTriggersDAO.java 93 Local variable 'queryString' could be declared final
24387 src/com/gps/hibernate/QuartzTriggersDAO.java 95 Local variable 'queryObject' could be declared final
24388 src/com/gps/hibernate/QuartzTriggersDAO.java 95 Potential violation of Law of Demeter (method chain calls)
24389 src/com/gps/hibernate/QuartzTriggersDAO.java 96 Potential violation of Law of Demeter (object not created locally)
24390 src/com/gps/hibernate/QuartzTriggersDAO.java 97 Potential violation of Law of Demeter (object not created locally)
24391 src/com/gps/hibernate/QuartzTriggersDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24392 src/com/gps/hibernate/QuartzTriggersDAO.java 99 There is log block not surrounded by if
24393 src/com/gps/hibernate/QuartzTriggersDAO.java 104 Parameter 'jobName' is not assigned and could be declared final
24394 src/com/gps/hibernate/QuartzTriggersDAO.java 104 publicMethodCommentRequirement Required
24395 src/com/gps/hibernate/QuartzTriggersDAO.java 108 Parameter 'jobGroup' is not assigned and could be declared final
24396 src/com/gps/hibernate/QuartzTriggersDAO.java 108 publicMethodCommentRequirement Required
24397 src/com/gps/hibernate/QuartzTriggersDAO.java 112 Parameter 'isVolatile' is not assigned and could be declared final
24398 src/com/gps/hibernate/QuartzTriggersDAO.java 112 publicMethodCommentRequirement Required
24399 src/com/gps/hibernate/QuartzTriggersDAO.java 116 Parameter 'description' is not assigned and could be declared final
24400 src/com/gps/hibernate/QuartzTriggersDAO.java 116 publicMethodCommentRequirement Required
24401 src/com/gps/hibernate/QuartzTriggersDAO.java 120 Parameter 'nextFireTime' is not assigned and could be declared final
24402 src/com/gps/hibernate/QuartzTriggersDAO.java 120 publicMethodCommentRequirement Required
24403 src/com/gps/hibernate/QuartzTriggersDAO.java 124 Parameter 'prevFireTime' is not assigned and could be declared final
24404 src/com/gps/hibernate/QuartzTriggersDAO.java 124 publicMethodCommentRequirement Required
24405 src/com/gps/hibernate/QuartzTriggersDAO.java 128 Parameter 'priority' is not assigned and could be declared final
24406 src/com/gps/hibernate/QuartzTriggersDAO.java 128 publicMethodCommentRequirement Required
24407 src/com/gps/hibernate/QuartzTriggersDAO.java 132 Parameter 'triggerState' is not assigned and could be declared final
24408 src/com/gps/hibernate/QuartzTriggersDAO.java 132 publicMethodCommentRequirement Required
24409 src/com/gps/hibernate/QuartzTriggersDAO.java 136 Parameter 'triggerType' is not assigned and could be declared final
24410 src/com/gps/hibernate/QuartzTriggersDAO.java 136 publicMethodCommentRequirement Required
24411 src/com/gps/hibernate/QuartzTriggersDAO.java 140 Parameter 'startTime' is not assigned and could be declared final
24412 src/com/gps/hibernate/QuartzTriggersDAO.java 140 publicMethodCommentRequirement Required
24413 src/com/gps/hibernate/QuartzTriggersDAO.java 144 Parameter 'endTime' is not assigned and could be declared final
24414 src/com/gps/hibernate/QuartzTriggersDAO.java 144 publicMethodCommentRequirement Required
24415 src/com/gps/hibernate/QuartzTriggersDAO.java 148 Parameter 'calendarName' is not assigned and could be declared final
24416 src/com/gps/hibernate/QuartzTriggersDAO.java 148 publicMethodCommentRequirement Required
24417 src/com/gps/hibernate/QuartzTriggersDAO.java 152 Parameter 'misfireInstr' is not assigned and could be declared final
24418 src/com/gps/hibernate/QuartzTriggersDAO.java 152 publicMethodCommentRequirement Required
24419 src/com/gps/hibernate/QuartzTriggersDAO.java 156 Parameter 'jobData' is not assigned and could be declared final
24420 src/com/gps/hibernate/QuartzTriggersDAO.java 156 publicMethodCommentRequirement Required
24421 src/com/gps/hibernate/QuartzTriggersDAO.java 160 publicMethodCommentRequirement Required
24422 src/com/gps/hibernate/QuartzTriggersDAO.java 161 There is log block not surrounded by if
24423 src/com/gps/hibernate/QuartzTriggersDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24424 src/com/gps/hibernate/QuartzTriggersDAO.java 163 Local variable 'queryString' could be declared final
24425 src/com/gps/hibernate/QuartzTriggersDAO.java 164 Local variable 'queryObject' could be declared final
24426 src/com/gps/hibernate/QuartzTriggersDAO.java 164 Potential violation of Law of Demeter (method chain calls)
24427 src/com/gps/hibernate/QuartzTriggersDAO.java 165 Potential violation of Law of Demeter (object not created locally)
24428 src/com/gps/hibernate/QuartzTriggersDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24429 src/com/gps/hibernate/QuartzTriggersDAO.java 167 There is log block not surrounded by if
24430 src/com/gps/hibernate/QuartzTriggersDAO.java 172 Parameter 'detachedInstance' is not assigned and could be declared final
24431 src/com/gps/hibernate/QuartzTriggersDAO.java 172 publicMethodCommentRequirement Required
24432 src/com/gps/hibernate/QuartzTriggersDAO.java 173 There is log block not surrounded by if
24433 src/com/gps/hibernate/QuartzTriggersDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24434 src/com/gps/hibernate/QuartzTriggersDAO.java 175 Local variable 'result' could be declared final
24435 src/com/gps/hibernate/QuartzTriggersDAO.java 175 Potential violation of Law of Demeter (method chain calls)
24436 src/com/gps/hibernate/QuartzTriggersDAO.java 177 There is log block not surrounded by if
24437 src/com/gps/hibernate/QuartzTriggersDAO.java 177 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24438 src/com/gps/hibernate/QuartzTriggersDAO.java 179 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24439 src/com/gps/hibernate/QuartzTriggersDAO.java 180 There is log block not surrounded by if
24440 src/com/gps/hibernate/QuartzTriggersDAO.java 185 Parameter 'instance' is not assigned and could be declared final
24441 src/com/gps/hibernate/QuartzTriggersDAO.java 185 publicMethodCommentRequirement Required
24442 src/com/gps/hibernate/QuartzTriggersDAO.java 186 There is log block not surrounded by if
24443 src/com/gps/hibernate/QuartzTriggersDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24444 src/com/gps/hibernate/QuartzTriggersDAO.java 188 Potential violation of Law of Demeter (method chain calls)
24445 src/com/gps/hibernate/QuartzTriggersDAO.java 189 There is log block not surrounded by if
24446 src/com/gps/hibernate/QuartzTriggersDAO.java 189 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24447 src/com/gps/hibernate/QuartzTriggersDAO.java 190 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24448 src/com/gps/hibernate/QuartzTriggersDAO.java 191 There is log block not surrounded by if
24449 src/com/gps/hibernate/QuartzTriggersDAO.java 196 Parameter 'instance' is not assigned and could be declared final
24450 src/com/gps/hibernate/QuartzTriggersDAO.java 196 publicMethodCommentRequirement Required
24451 src/com/gps/hibernate/QuartzTriggersDAO.java 197 There is log block not surrounded by if
24452 src/com/gps/hibernate/QuartzTriggersDAO.java 197 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24453 src/com/gps/hibernate/QuartzTriggersDAO.java 199 Potential violation of Law of Demeter (method chain calls)
24454 src/com/gps/hibernate/QuartzTriggersDAO.java 200 There is log block not surrounded by if
24455 src/com/gps/hibernate/QuartzTriggersDAO.java 200 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24456 src/com/gps/hibernate/QuartzTriggersDAO.java 201 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24457 src/com/gps/hibernate/QuartzTriggersDAO.java 202 There is log block not surrounded by if
24458 src/com/gps/hibernate/QuartzTriggersId.java 9 Classes implementing Serializable should set a serialVersionUID
24459 src/com/gps/hibernate/QuartzTriggersId.java 13 fieldCommentRequirement Required
24460 src/com/gps/hibernate/QuartzTriggersId.java 14 fieldCommentRequirement Required
24461 src/com/gps/hibernate/QuartzTriggersId.java 19 Document empty constructor
24462 src/com/gps/hibernate/QuartzTriggersId.java 23 Parameter 'triggerGroup' is not assigned and could be declared final
24463 src/com/gps/hibernate/QuartzTriggersId.java 23 Parameter 'triggerName' is not assigned and could be declared final
24464 src/com/gps/hibernate/QuartzTriggersId.java 30 publicMethodCommentRequirement Required
24465 src/com/gps/hibernate/QuartzTriggersId.java 34 Parameter 'triggerName' is not assigned and could be declared final
24466 src/com/gps/hibernate/QuartzTriggersId.java 34 publicMethodCommentRequirement Required
24467 src/com/gps/hibernate/QuartzTriggersId.java 38 publicMethodCommentRequirement Required
24468 src/com/gps/hibernate/QuartzTriggersId.java 42 Parameter 'triggerGroup' is not assigned and could be declared final
24469 src/com/gps/hibernate/QuartzTriggersId.java 42 publicMethodCommentRequirement Required
24470 src/com/gps/hibernate/QuartzTriggersId.java 46 Parameter 'other' is not assigned and could be declared final
24471 src/com/gps/hibernate/QuartzTriggersId.java 46 publicMethodCommentRequirement Required
24472 src/com/gps/hibernate/QuartzTriggersId.java 47 Avoid using if statements without curly braces
24473 src/com/gps/hibernate/QuartzTriggersId.java 47 Useless parentheses.
24474 src/com/gps/hibernate/QuartzTriggersId.java 48 A method should have only one exit point, and that should be the last statement in the method
24475 src/com/gps/hibernate/QuartzTriggersId.java 49 Avoid using if statements without curly braces
24476 src/com/gps/hibernate/QuartzTriggersId.java 49 Useless parentheses.
24477 src/com/gps/hibernate/QuartzTriggersId.java 50 A method should have only one exit point, and that should be the last statement in the method
24478 src/com/gps/hibernate/QuartzTriggersId.java 51 Avoid using if statements without curly braces
24479 src/com/gps/hibernate/QuartzTriggersId.java 52 A method should have only one exit point, and that should be the last statement in the method
24480 src/com/gps/hibernate/QuartzTriggersId.java 53 Local variable 'castOther' could be declared final
24481 src/com/gps/hibernate/QuartzTriggersId.java 55 Potential violation of Law of Demeter (method chain calls)
24482 src/com/gps/hibernate/QuartzTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
24483 src/com/gps/hibernate/QuartzTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
24484 src/com/gps/hibernate/QuartzTriggersId.java 55 Useless parentheses.
24485 src/com/gps/hibernate/QuartzTriggersId.java 55 Useless parentheses.
24486 src/com/gps/hibernate/QuartzTriggersId.java 57 Potential violation of Law of Demeter (object not created locally)
24487 src/com/gps/hibernate/QuartzTriggersId.java 58 Potential violation of Law of Demeter (object not created locally)
24488 src/com/gps/hibernate/QuartzTriggersId.java 59 Potential violation of Law of Demeter (method chain calls)
24489 src/com/gps/hibernate/QuartzTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
24490 src/com/gps/hibernate/QuartzTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
24491 src/com/gps/hibernate/QuartzTriggersId.java 59 Useless parentheses.
24492 src/com/gps/hibernate/QuartzTriggersId.java 59 Useless parentheses.
24493 src/com/gps/hibernate/QuartzTriggersId.java 61 Potential violation of Law of Demeter (object not created locally)
24494 src/com/gps/hibernate/QuartzTriggersId.java 62 Potential violation of Law of Demeter (object not created locally)
24495 src/com/gps/hibernate/QuartzTriggersId.java 65 publicMethodCommentRequirement Required
24496 src/com/gps/hibernate/QuartzTriggersId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
24497 src/com/gps/hibernate/Ratingsentry.java 11 Classes implementing Serializable should set a serialVersionUID
24498 src/com/gps/hibernate/Ratingsentry.java 15 fieldCommentRequirement Required
24499 src/com/gps/hibernate/Ratingsentry.java 16 fieldCommentRequirement Required
24500 src/com/gps/hibernate/Ratingsentry.java 17 fieldCommentRequirement Required
24501 src/com/gps/hibernate/Ratingsentry.java 18 fieldCommentRequirement Required
24502 src/com/gps/hibernate/Ratingsentry.java 19 fieldCommentRequirement Required
24503 src/com/gps/hibernate/Ratingsentry.java 20 fieldCommentRequirement Required
24504 src/com/gps/hibernate/Ratingsentry.java 21 fieldCommentRequirement Required
24505 src/com/gps/hibernate/Ratingsentry.java 22 fieldCommentRequirement Required
24506 src/com/gps/hibernate/Ratingsentry.java 23 fieldCommentRequirement Required
24507 src/com/gps/hibernate/Ratingsentry.java 28 Document empty constructor
24508 src/com/gps/hibernate/Ratingsentry.java 32 Parameter 'entryId' is not assigned and could be declared final
24509 src/com/gps/hibernate/Ratingsentry.java 37 Parameter 'companyId' is not assigned and could be declared final
24510 src/com/gps/hibernate/Ratingsentry.java 37 Parameter 'entryId' is not assigned and could be declared final
24511 src/com/gps/hibernate/Ratingsentry.java 37 Parameter 'userId' is not assigned and could be declared final
24512 src/com/gps/hibernate/Ratingsentry.java 38 Parameter 'createDate' is not assigned and could be declared final
24513 src/com/gps/hibernate/Ratingsentry.java 38 Parameter 'modifiedDate' is not assigned and could be declared final
24514 src/com/gps/hibernate/Ratingsentry.java 38 Parameter 'userName' is not assigned and could be declared final
24515 src/com/gps/hibernate/Ratingsentry.java 39 Parameter 'classNameId' is not assigned and could be declared final
24516 src/com/gps/hibernate/Ratingsentry.java 39 Parameter 'classPk' is not assigned and could be declared final
24517 src/com/gps/hibernate/Ratingsentry.java 39 Parameter 'score' is not assigned and could be declared final
24518 src/com/gps/hibernate/Ratingsentry.java 53 publicMethodCommentRequirement Required
24519 src/com/gps/hibernate/Ratingsentry.java 57 Parameter 'entryId' is not assigned and could be declared final
24520 src/com/gps/hibernate/Ratingsentry.java 57 publicMethodCommentRequirement Required
24521 src/com/gps/hibernate/Ratingsentry.java 61 publicMethodCommentRequirement Required
24522 src/com/gps/hibernate/Ratingsentry.java 65 Parameter 'companyId' is not assigned and could be declared final
24523 src/com/gps/hibernate/Ratingsentry.java 65 publicMethodCommentRequirement Required
24524 src/com/gps/hibernate/Ratingsentry.java 69 publicMethodCommentRequirement Required
24525 src/com/gps/hibernate/Ratingsentry.java 73 Parameter 'userId' is not assigned and could be declared final
24526 src/com/gps/hibernate/Ratingsentry.java 73 publicMethodCommentRequirement Required
24527 src/com/gps/hibernate/Ratingsentry.java 77 publicMethodCommentRequirement Required
24528 src/com/gps/hibernate/Ratingsentry.java 81 Parameter 'userName' is not assigned and could be declared final
24529 src/com/gps/hibernate/Ratingsentry.java 81 publicMethodCommentRequirement Required
24530 src/com/gps/hibernate/Ratingsentry.java 85 publicMethodCommentRequirement Required
24531 src/com/gps/hibernate/Ratingsentry.java 89 Parameter 'createDate' is not assigned and could be declared final
24532 src/com/gps/hibernate/Ratingsentry.java 89 publicMethodCommentRequirement Required
24533 src/com/gps/hibernate/Ratingsentry.java 93 publicMethodCommentRequirement Required
24534 src/com/gps/hibernate/Ratingsentry.java 97 Parameter 'modifiedDate' is not assigned and could be declared final
24535 src/com/gps/hibernate/Ratingsentry.java 97 publicMethodCommentRequirement Required
24536 src/com/gps/hibernate/Ratingsentry.java 101 publicMethodCommentRequirement Required
24537 src/com/gps/hibernate/Ratingsentry.java 105 Parameter 'classNameId' is not assigned and could be declared final
24538 src/com/gps/hibernate/Ratingsentry.java 105 publicMethodCommentRequirement Required
24539 src/com/gps/hibernate/Ratingsentry.java 109 publicMethodCommentRequirement Required
24540 src/com/gps/hibernate/Ratingsentry.java 113 Parameter 'classPk' is not assigned and could be declared final
24541 src/com/gps/hibernate/Ratingsentry.java 113 publicMethodCommentRequirement Required
24542 src/com/gps/hibernate/Ratingsentry.java 117 publicMethodCommentRequirement Required
24543 src/com/gps/hibernate/Ratingsentry.java 121 Parameter 'score' is not assigned and could be declared final
24544 src/com/gps/hibernate/Ratingsentry.java 121 publicMethodCommentRequirement Required
24545 src/com/gps/hibernate/RatingsentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
24546 src/com/gps/hibernate/RatingsentryDAO.java 11 Comment is too large: Too many lines
24547 src/com/gps/hibernate/RatingsentryDAO.java 23 This class has too many methods, consider refactoring it.
24548 src/com/gps/hibernate/RatingsentryDAO.java 24 Logger should be defined private static final and have the correct class
24549 src/com/gps/hibernate/RatingsentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
24550 src/com/gps/hibernate/RatingsentryDAO.java 24 fieldCommentRequirement Required
24551 src/com/gps/hibernate/RatingsentryDAO.java 26 fieldCommentRequirement Required
24552 src/com/gps/hibernate/RatingsentryDAO.java 27 fieldCommentRequirement Required
24553 src/com/gps/hibernate/RatingsentryDAO.java 28 fieldCommentRequirement Required
24554 src/com/gps/hibernate/RatingsentryDAO.java 29 fieldCommentRequirement Required
24555 src/com/gps/hibernate/RatingsentryDAO.java 30 fieldCommentRequirement Required
24556 src/com/gps/hibernate/RatingsentryDAO.java 31 fieldCommentRequirement Required
24557 src/com/gps/hibernate/RatingsentryDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
24558 src/com/gps/hibernate/RatingsentryDAO.java 33 publicMethodCommentRequirement Required
24559 src/com/gps/hibernate/RatingsentryDAO.java 34 There is log block not surrounded by if
24560 src/com/gps/hibernate/RatingsentryDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24561 src/com/gps/hibernate/RatingsentryDAO.java 36 Potential violation of Law of Demeter (method chain calls)
24562 src/com/gps/hibernate/RatingsentryDAO.java 37 There is log block not surrounded by if
24563 src/com/gps/hibernate/RatingsentryDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24564 src/com/gps/hibernate/RatingsentryDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24565 src/com/gps/hibernate/RatingsentryDAO.java 39 There is log block not surrounded by if
24566 src/com/gps/hibernate/RatingsentryDAO.java 44 Avoid excessively long variable names like persistentInstance
24567 src/com/gps/hibernate/RatingsentryDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
24568 src/com/gps/hibernate/RatingsentryDAO.java 44 publicMethodCommentRequirement Required
24569 src/com/gps/hibernate/RatingsentryDAO.java 45 There is log block not surrounded by if
24570 src/com/gps/hibernate/RatingsentryDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24571 src/com/gps/hibernate/RatingsentryDAO.java 47 Potential violation of Law of Demeter (method chain calls)
24572 src/com/gps/hibernate/RatingsentryDAO.java 48 There is log block not surrounded by if
24573 src/com/gps/hibernate/RatingsentryDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24574 src/com/gps/hibernate/RatingsentryDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24575 src/com/gps/hibernate/RatingsentryDAO.java 50 There is log block not surrounded by if
24576 src/com/gps/hibernate/RatingsentryDAO.java 55 Avoid variables with short names like id
24577 src/com/gps/hibernate/RatingsentryDAO.java 55 Parameter 'id' is not assigned and could be declared final
24578 src/com/gps/hibernate/RatingsentryDAO.java 55 publicMethodCommentRequirement Required
24579 src/com/gps/hibernate/RatingsentryDAO.java 56 There is log block not surrounded by if
24580 src/com/gps/hibernate/RatingsentryDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24581 src/com/gps/hibernate/RatingsentryDAO.java 58 Local variable 'instance' could be declared final
24582 src/com/gps/hibernate/RatingsentryDAO.java 58 Potential violation of Law of Demeter (method chain calls)
24583 src/com/gps/hibernate/RatingsentryDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24584 src/com/gps/hibernate/RatingsentryDAO.java 62 There is log block not surrounded by if
24585 src/com/gps/hibernate/RatingsentryDAO.java 67 Parameter 'instance' is not assigned and could be declared final
24586 src/com/gps/hibernate/RatingsentryDAO.java 67 publicMethodCommentRequirement Required
24587 src/com/gps/hibernate/RatingsentryDAO.java 68 There is log block not surrounded by if
24588 src/com/gps/hibernate/RatingsentryDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24589 src/com/gps/hibernate/RatingsentryDAO.java 70 Local variable 'results' could be declared final
24590 src/com/gps/hibernate/RatingsentryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
24591 src/com/gps/hibernate/RatingsentryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
24592 src/com/gps/hibernate/RatingsentryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
24593 src/com/gps/hibernate/RatingsentryDAO.java 73 There is log block not surrounded by if
24594 src/com/gps/hibernate/RatingsentryDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24595 src/com/gps/hibernate/RatingsentryDAO.java 74 Potential violation of Law of Demeter (object not created locally)
24596 src/com/gps/hibernate/RatingsentryDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24597 src/com/gps/hibernate/RatingsentryDAO.java 77 There is log block not surrounded by if
24598 src/com/gps/hibernate/RatingsentryDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
24599 src/com/gps/hibernate/RatingsentryDAO.java 82 Parameter 'value' is not assigned and could be declared final
24600 src/com/gps/hibernate/RatingsentryDAO.java 82 publicMethodCommentRequirement Required
24601 src/com/gps/hibernate/RatingsentryDAO.java 83 There is log block not surrounded by if
24602 src/com/gps/hibernate/RatingsentryDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24603 src/com/gps/hibernate/RatingsentryDAO.java 86 Local variable 'queryString' could be declared final
24604 src/com/gps/hibernate/RatingsentryDAO.java 88 Local variable 'queryObject' could be declared final
24605 src/com/gps/hibernate/RatingsentryDAO.java 88 Potential violation of Law of Demeter (method chain calls)
24606 src/com/gps/hibernate/RatingsentryDAO.java 89 Potential violation of Law of Demeter (object not created locally)
24607 src/com/gps/hibernate/RatingsentryDAO.java 90 Potential violation of Law of Demeter (object not created locally)
24608 src/com/gps/hibernate/RatingsentryDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24609 src/com/gps/hibernate/RatingsentryDAO.java 92 There is log block not surrounded by if
24610 src/com/gps/hibernate/RatingsentryDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
24611 src/com/gps/hibernate/RatingsentryDAO.java 97 publicMethodCommentRequirement Required
24612 src/com/gps/hibernate/RatingsentryDAO.java 101 Parameter 'userId' is not assigned and could be declared final
24613 src/com/gps/hibernate/RatingsentryDAO.java 101 publicMethodCommentRequirement Required
24614 src/com/gps/hibernate/RatingsentryDAO.java 105 Parameter 'userName' is not assigned and could be declared final
24615 src/com/gps/hibernate/RatingsentryDAO.java 105 publicMethodCommentRequirement Required
24616 src/com/gps/hibernate/RatingsentryDAO.java 109 Parameter 'classNameId' is not assigned and could be declared final
24617 src/com/gps/hibernate/RatingsentryDAO.java 109 publicMethodCommentRequirement Required
24618 src/com/gps/hibernate/RatingsentryDAO.java 113 Parameter 'classPk' is not assigned and could be declared final
24619 src/com/gps/hibernate/RatingsentryDAO.java 113 publicMethodCommentRequirement Required
24620 src/com/gps/hibernate/RatingsentryDAO.java 117 Parameter 'score' is not assigned and could be declared final
24621 src/com/gps/hibernate/RatingsentryDAO.java 117 publicMethodCommentRequirement Required
24622 src/com/gps/hibernate/RatingsentryDAO.java 121 publicMethodCommentRequirement Required
24623 src/com/gps/hibernate/RatingsentryDAO.java 122 There is log block not surrounded by if
24624 src/com/gps/hibernate/RatingsentryDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24625 src/com/gps/hibernate/RatingsentryDAO.java 124 Local variable 'queryString' could be declared final
24626 src/com/gps/hibernate/RatingsentryDAO.java 125 Local variable 'queryObject' could be declared final
24627 src/com/gps/hibernate/RatingsentryDAO.java 125 Potential violation of Law of Demeter (method chain calls)
24628 src/com/gps/hibernate/RatingsentryDAO.java 126 Potential violation of Law of Demeter (object not created locally)
24629 src/com/gps/hibernate/RatingsentryDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24630 src/com/gps/hibernate/RatingsentryDAO.java 128 There is log block not surrounded by if
24631 src/com/gps/hibernate/RatingsentryDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
24632 src/com/gps/hibernate/RatingsentryDAO.java 133 publicMethodCommentRequirement Required
24633 src/com/gps/hibernate/RatingsentryDAO.java 134 There is log block not surrounded by if
24634 src/com/gps/hibernate/RatingsentryDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24635 src/com/gps/hibernate/RatingsentryDAO.java 136 Local variable 'result' could be declared final
24636 src/com/gps/hibernate/RatingsentryDAO.java 136 Potential violation of Law of Demeter (method chain calls)
24637 src/com/gps/hibernate/RatingsentryDAO.java 138 There is log block not surrounded by if
24638 src/com/gps/hibernate/RatingsentryDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24639 src/com/gps/hibernate/RatingsentryDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24640 src/com/gps/hibernate/RatingsentryDAO.java 141 There is log block not surrounded by if
24641 src/com/gps/hibernate/RatingsentryDAO.java 146 Parameter 'instance' is not assigned and could be declared final
24642 src/com/gps/hibernate/RatingsentryDAO.java 146 publicMethodCommentRequirement Required
24643 src/com/gps/hibernate/RatingsentryDAO.java 147 There is log block not surrounded by if
24644 src/com/gps/hibernate/RatingsentryDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24645 src/com/gps/hibernate/RatingsentryDAO.java 149 Potential violation of Law of Demeter (method chain calls)
24646 src/com/gps/hibernate/RatingsentryDAO.java 150 There is log block not surrounded by if
24647 src/com/gps/hibernate/RatingsentryDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24648 src/com/gps/hibernate/RatingsentryDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24649 src/com/gps/hibernate/RatingsentryDAO.java 152 There is log block not surrounded by if
24650 src/com/gps/hibernate/RatingsentryDAO.java 157 Parameter 'instance' is not assigned and could be declared final
24651 src/com/gps/hibernate/RatingsentryDAO.java 157 publicMethodCommentRequirement Required
24652 src/com/gps/hibernate/RatingsentryDAO.java 158 There is log block not surrounded by if
24653 src/com/gps/hibernate/RatingsentryDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24654 src/com/gps/hibernate/RatingsentryDAO.java 160 Potential violation of Law of Demeter (method chain calls)
24655 src/com/gps/hibernate/RatingsentryDAO.java 161 There is log block not surrounded by if
24656 src/com/gps/hibernate/RatingsentryDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24657 src/com/gps/hibernate/RatingsentryDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24658 src/com/gps/hibernate/RatingsentryDAO.java 163 There is log block not surrounded by if
24659 src/com/gps/hibernate/Ratingsstats.java 9 Classes implementing Serializable should set a serialVersionUID
24660 src/com/gps/hibernate/Ratingsstats.java 13 fieldCommentRequirement Required
24661 src/com/gps/hibernate/Ratingsstats.java 14 fieldCommentRequirement Required
24662 src/com/gps/hibernate/Ratingsstats.java 15 fieldCommentRequirement Required
24663 src/com/gps/hibernate/Ratingsstats.java 16 fieldCommentRequirement Required
24664 src/com/gps/hibernate/Ratingsstats.java 17 fieldCommentRequirement Required
24665 src/com/gps/hibernate/Ratingsstats.java 18 fieldCommentRequirement Required
24666 src/com/gps/hibernate/Ratingsstats.java 23 Document empty constructor
24667 src/com/gps/hibernate/Ratingsstats.java 27 Parameter 'statsId' is not assigned and could be declared final
24668 src/com/gps/hibernate/Ratingsstats.java 32 Parameter 'classNameId' is not assigned and could be declared final
24669 src/com/gps/hibernate/Ratingsstats.java 32 Parameter 'classPk' is not assigned and could be declared final
24670 src/com/gps/hibernate/Ratingsstats.java 32 Parameter 'statsId' is not assigned and could be declared final
24671 src/com/gps/hibernate/Ratingsstats.java 33 Parameter 'averageScore' is not assigned and could be declared final
24672 src/com/gps/hibernate/Ratingsstats.java 33 Parameter 'totalEntries' is not assigned and could be declared final
24673 src/com/gps/hibernate/Ratingsstats.java 33 Parameter 'totalScore' is not assigned and could be declared final
24674 src/com/gps/hibernate/Ratingsstats.java 44 publicMethodCommentRequirement Required
24675 src/com/gps/hibernate/Ratingsstats.java 48 Parameter 'statsId' is not assigned and could be declared final
24676 src/com/gps/hibernate/Ratingsstats.java 48 publicMethodCommentRequirement Required
24677 src/com/gps/hibernate/Ratingsstats.java 52 publicMethodCommentRequirement Required
24678 src/com/gps/hibernate/Ratingsstats.java 56 Parameter 'classNameId' is not assigned and could be declared final
24679 src/com/gps/hibernate/Ratingsstats.java 56 publicMethodCommentRequirement Required
24680 src/com/gps/hibernate/Ratingsstats.java 60 publicMethodCommentRequirement Required
24681 src/com/gps/hibernate/Ratingsstats.java 64 Parameter 'classPk' is not assigned and could be declared final
24682 src/com/gps/hibernate/Ratingsstats.java 64 publicMethodCommentRequirement Required
24683 src/com/gps/hibernate/Ratingsstats.java 68 publicMethodCommentRequirement Required
24684 src/com/gps/hibernate/Ratingsstats.java 72 Parameter 'totalEntries' is not assigned and could be declared final
24685 src/com/gps/hibernate/Ratingsstats.java 72 publicMethodCommentRequirement Required
24686 src/com/gps/hibernate/Ratingsstats.java 76 publicMethodCommentRequirement Required
24687 src/com/gps/hibernate/Ratingsstats.java 80 Parameter 'totalScore' is not assigned and could be declared final
24688 src/com/gps/hibernate/Ratingsstats.java 80 publicMethodCommentRequirement Required
24689 src/com/gps/hibernate/Ratingsstats.java 84 publicMethodCommentRequirement Required
24690 src/com/gps/hibernate/Ratingsstats.java 88 Parameter 'averageScore' is not assigned and could be declared final
24691 src/com/gps/hibernate/Ratingsstats.java 88 publicMethodCommentRequirement Required
24692 src/com/gps/hibernate/RatingsstatsDAO.java 10 Comment is too large: Too many lines
24693 src/com/gps/hibernate/RatingsstatsDAO.java 22 This class has too many methods, consider refactoring it.
24694 src/com/gps/hibernate/RatingsstatsDAO.java 23 Logger should be defined private static final and have the correct class
24695 src/com/gps/hibernate/RatingsstatsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
24696 src/com/gps/hibernate/RatingsstatsDAO.java 23 fieldCommentRequirement Required
24697 src/com/gps/hibernate/RatingsstatsDAO.java 25 fieldCommentRequirement Required
24698 src/com/gps/hibernate/RatingsstatsDAO.java 26 fieldCommentRequirement Required
24699 src/com/gps/hibernate/RatingsstatsDAO.java 27 fieldCommentRequirement Required
24700 src/com/gps/hibernate/RatingsstatsDAO.java 28 fieldCommentRequirement Required
24701 src/com/gps/hibernate/RatingsstatsDAO.java 29 fieldCommentRequirement Required
24702 src/com/gps/hibernate/RatingsstatsDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
24703 src/com/gps/hibernate/RatingsstatsDAO.java 31 publicMethodCommentRequirement Required
24704 src/com/gps/hibernate/RatingsstatsDAO.java 32 There is log block not surrounded by if
24705 src/com/gps/hibernate/RatingsstatsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24706 src/com/gps/hibernate/RatingsstatsDAO.java 34 Potential violation of Law of Demeter (method chain calls)
24707 src/com/gps/hibernate/RatingsstatsDAO.java 35 There is log block not surrounded by if
24708 src/com/gps/hibernate/RatingsstatsDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24709 src/com/gps/hibernate/RatingsstatsDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24710 src/com/gps/hibernate/RatingsstatsDAO.java 37 There is log block not surrounded by if
24711 src/com/gps/hibernate/RatingsstatsDAO.java 42 Avoid excessively long variable names like persistentInstance
24712 src/com/gps/hibernate/RatingsstatsDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
24713 src/com/gps/hibernate/RatingsstatsDAO.java 42 publicMethodCommentRequirement Required
24714 src/com/gps/hibernate/RatingsstatsDAO.java 43 There is log block not surrounded by if
24715 src/com/gps/hibernate/RatingsstatsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24716 src/com/gps/hibernate/RatingsstatsDAO.java 45 Potential violation of Law of Demeter (method chain calls)
24717 src/com/gps/hibernate/RatingsstatsDAO.java 46 There is log block not surrounded by if
24718 src/com/gps/hibernate/RatingsstatsDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24719 src/com/gps/hibernate/RatingsstatsDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24720 src/com/gps/hibernate/RatingsstatsDAO.java 48 There is log block not surrounded by if
24721 src/com/gps/hibernate/RatingsstatsDAO.java 53 Avoid variables with short names like id
24722 src/com/gps/hibernate/RatingsstatsDAO.java 53 Parameter 'id' is not assigned and could be declared final
24723 src/com/gps/hibernate/RatingsstatsDAO.java 53 publicMethodCommentRequirement Required
24724 src/com/gps/hibernate/RatingsstatsDAO.java 54 There is log block not surrounded by if
24725 src/com/gps/hibernate/RatingsstatsDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24726 src/com/gps/hibernate/RatingsstatsDAO.java 56 Local variable 'instance' could be declared final
24727 src/com/gps/hibernate/RatingsstatsDAO.java 56 Potential violation of Law of Demeter (method chain calls)
24728 src/com/gps/hibernate/RatingsstatsDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24729 src/com/gps/hibernate/RatingsstatsDAO.java 60 There is log block not surrounded by if
24730 src/com/gps/hibernate/RatingsstatsDAO.java 65 Parameter 'instance' is not assigned and could be declared final
24731 src/com/gps/hibernate/RatingsstatsDAO.java 65 publicMethodCommentRequirement Required
24732 src/com/gps/hibernate/RatingsstatsDAO.java 66 There is log block not surrounded by if
24733 src/com/gps/hibernate/RatingsstatsDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24734 src/com/gps/hibernate/RatingsstatsDAO.java 68 Local variable 'results' could be declared final
24735 src/com/gps/hibernate/RatingsstatsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
24736 src/com/gps/hibernate/RatingsstatsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
24737 src/com/gps/hibernate/RatingsstatsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
24738 src/com/gps/hibernate/RatingsstatsDAO.java 71 There is log block not surrounded by if
24739 src/com/gps/hibernate/RatingsstatsDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24740 src/com/gps/hibernate/RatingsstatsDAO.java 72 Potential violation of Law of Demeter (object not created locally)
24741 src/com/gps/hibernate/RatingsstatsDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24742 src/com/gps/hibernate/RatingsstatsDAO.java 75 There is log block not surrounded by if
24743 src/com/gps/hibernate/RatingsstatsDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
24744 src/com/gps/hibernate/RatingsstatsDAO.java 80 Parameter 'value' is not assigned and could be declared final
24745 src/com/gps/hibernate/RatingsstatsDAO.java 80 publicMethodCommentRequirement Required
24746 src/com/gps/hibernate/RatingsstatsDAO.java 81 There is log block not surrounded by if
24747 src/com/gps/hibernate/RatingsstatsDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24748 src/com/gps/hibernate/RatingsstatsDAO.java 84 Local variable 'queryString' could be declared final
24749 src/com/gps/hibernate/RatingsstatsDAO.java 86 Local variable 'queryObject' could be declared final
24750 src/com/gps/hibernate/RatingsstatsDAO.java 86 Potential violation of Law of Demeter (method chain calls)
24751 src/com/gps/hibernate/RatingsstatsDAO.java 87 Potential violation of Law of Demeter (object not created locally)
24752 src/com/gps/hibernate/RatingsstatsDAO.java 88 Potential violation of Law of Demeter (object not created locally)
24753 src/com/gps/hibernate/RatingsstatsDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24754 src/com/gps/hibernate/RatingsstatsDAO.java 90 There is log block not surrounded by if
24755 src/com/gps/hibernate/RatingsstatsDAO.java 95 Parameter 'classNameId' is not assigned and could be declared final
24756 src/com/gps/hibernate/RatingsstatsDAO.java 95 publicMethodCommentRequirement Required
24757 src/com/gps/hibernate/RatingsstatsDAO.java 99 Parameter 'classPk' is not assigned and could be declared final
24758 src/com/gps/hibernate/RatingsstatsDAO.java 99 publicMethodCommentRequirement Required
24759 src/com/gps/hibernate/RatingsstatsDAO.java 103 Parameter 'totalEntries' is not assigned and could be declared final
24760 src/com/gps/hibernate/RatingsstatsDAO.java 103 publicMethodCommentRequirement Required
24761 src/com/gps/hibernate/RatingsstatsDAO.java 107 Parameter 'totalScore' is not assigned and could be declared final
24762 src/com/gps/hibernate/RatingsstatsDAO.java 107 publicMethodCommentRequirement Required
24763 src/com/gps/hibernate/RatingsstatsDAO.java 111 Parameter 'averageScore' is not assigned and could be declared final
24764 src/com/gps/hibernate/RatingsstatsDAO.java 111 publicMethodCommentRequirement Required
24765 src/com/gps/hibernate/RatingsstatsDAO.java 115 publicMethodCommentRequirement Required
24766 src/com/gps/hibernate/RatingsstatsDAO.java 116 There is log block not surrounded by if
24767 src/com/gps/hibernate/RatingsstatsDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24768 src/com/gps/hibernate/RatingsstatsDAO.java 118 Local variable 'queryString' could be declared final
24769 src/com/gps/hibernate/RatingsstatsDAO.java 119 Local variable 'queryObject' could be declared final
24770 src/com/gps/hibernate/RatingsstatsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
24771 src/com/gps/hibernate/RatingsstatsDAO.java 120 Potential violation of Law of Demeter (object not created locally)
24772 src/com/gps/hibernate/RatingsstatsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24773 src/com/gps/hibernate/RatingsstatsDAO.java 122 There is log block not surrounded by if
24774 src/com/gps/hibernate/RatingsstatsDAO.java 127 Parameter 'detachedInstance' is not assigned and could be declared final
24775 src/com/gps/hibernate/RatingsstatsDAO.java 127 publicMethodCommentRequirement Required
24776 src/com/gps/hibernate/RatingsstatsDAO.java 128 There is log block not surrounded by if
24777 src/com/gps/hibernate/RatingsstatsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24778 src/com/gps/hibernate/RatingsstatsDAO.java 130 Local variable 'result' could be declared final
24779 src/com/gps/hibernate/RatingsstatsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
24780 src/com/gps/hibernate/RatingsstatsDAO.java 132 There is log block not surrounded by if
24781 src/com/gps/hibernate/RatingsstatsDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24782 src/com/gps/hibernate/RatingsstatsDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24783 src/com/gps/hibernate/RatingsstatsDAO.java 135 There is log block not surrounded by if
24784 src/com/gps/hibernate/RatingsstatsDAO.java 140 Parameter 'instance' is not assigned and could be declared final
24785 src/com/gps/hibernate/RatingsstatsDAO.java 140 publicMethodCommentRequirement Required
24786 src/com/gps/hibernate/RatingsstatsDAO.java 141 There is log block not surrounded by if
24787 src/com/gps/hibernate/RatingsstatsDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24788 src/com/gps/hibernate/RatingsstatsDAO.java 143 Potential violation of Law of Demeter (method chain calls)
24789 src/com/gps/hibernate/RatingsstatsDAO.java 144 There is log block not surrounded by if
24790 src/com/gps/hibernate/RatingsstatsDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24791 src/com/gps/hibernate/RatingsstatsDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24792 src/com/gps/hibernate/RatingsstatsDAO.java 146 There is log block not surrounded by if
24793 src/com/gps/hibernate/RatingsstatsDAO.java 151 Parameter 'instance' is not assigned and could be declared final
24794 src/com/gps/hibernate/RatingsstatsDAO.java 151 publicMethodCommentRequirement Required
24795 src/com/gps/hibernate/RatingsstatsDAO.java 152 There is log block not surrounded by if
24796 src/com/gps/hibernate/RatingsstatsDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24797 src/com/gps/hibernate/RatingsstatsDAO.java 154 Potential violation of Law of Demeter (method chain calls)
24798 src/com/gps/hibernate/RatingsstatsDAO.java 155 There is log block not surrounded by if
24799 src/com/gps/hibernate/RatingsstatsDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24800 src/com/gps/hibernate/RatingsstatsDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24801 src/com/gps/hibernate/RatingsstatsDAO.java 157 There is log block not surrounded by if
24802 src/com/gps/hibernate/Region.java 9 Classes implementing Serializable should set a serialVersionUID
24803 src/com/gps/hibernate/Region.java 13 fieldCommentRequirement Required
24804 src/com/gps/hibernate/Region.java 14 fieldCommentRequirement Required
24805 src/com/gps/hibernate/Region.java 15 fieldCommentRequirement Required
24806 src/com/gps/hibernate/Region.java 16 fieldCommentRequirement Required
24807 src/com/gps/hibernate/Region.java 17 fieldCommentRequirement Required
24808 src/com/gps/hibernate/Region.java 22 Document empty constructor
24809 src/com/gps/hibernate/Region.java 26 Parameter 'regionId' is not assigned and could be declared final
24810 src/com/gps/hibernate/Region.java 31 Parameter 'countryId' is not assigned and could be declared final
24811 src/com/gps/hibernate/Region.java 31 Parameter 'regionCode' is not assigned and could be declared final
24812 src/com/gps/hibernate/Region.java 31 Parameter 'regionId' is not assigned and could be declared final
24813 src/com/gps/hibernate/Region.java 32 Parameter 'active' is not assigned and could be declared final
24814 src/com/gps/hibernate/Region.java 32 Parameter 'name' is not assigned and could be declared final
24815 src/com/gps/hibernate/Region.java 42 publicMethodCommentRequirement Required
24816 src/com/gps/hibernate/Region.java 46 Parameter 'regionId' is not assigned and could be declared final
24817 src/com/gps/hibernate/Region.java 46 publicMethodCommentRequirement Required
24818 src/com/gps/hibernate/Region.java 50 publicMethodCommentRequirement Required
24819 src/com/gps/hibernate/Region.java 54 Parameter 'countryId' is not assigned and could be declared final
24820 src/com/gps/hibernate/Region.java 54 publicMethodCommentRequirement Required
24821 src/com/gps/hibernate/Region.java 58 publicMethodCommentRequirement Required
24822 src/com/gps/hibernate/Region.java 62 Parameter 'regionCode' is not assigned and could be declared final
24823 src/com/gps/hibernate/Region.java 62 publicMethodCommentRequirement Required
24824 src/com/gps/hibernate/Region.java 66 publicMethodCommentRequirement Required
24825 src/com/gps/hibernate/Region.java 70 Parameter 'name' is not assigned and could be declared final
24826 src/com/gps/hibernate/Region.java 70 publicMethodCommentRequirement Required
24827 src/com/gps/hibernate/Region.java 74 publicMethodCommentRequirement Required
24828 src/com/gps/hibernate/Region.java 78 Parameter 'active' is not assigned and could be declared final
24829 src/com/gps/hibernate/Region.java 78 publicMethodCommentRequirement Required
24830 src/com/gps/hibernate/RegionDAO.java 10 Comment is too large: Too many lines
24831 src/com/gps/hibernate/RegionDAO.java 22 This class has too many methods, consider refactoring it.
24832 src/com/gps/hibernate/RegionDAO.java 23 Logger should be defined private static final and have the correct class
24833 src/com/gps/hibernate/RegionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
24834 src/com/gps/hibernate/RegionDAO.java 23 fieldCommentRequirement Required
24835 src/com/gps/hibernate/RegionDAO.java 25 fieldCommentRequirement Required
24836 src/com/gps/hibernate/RegionDAO.java 26 fieldCommentRequirement Required
24837 src/com/gps/hibernate/RegionDAO.java 27 fieldCommentRequirement Required
24838 src/com/gps/hibernate/RegionDAO.java 28 fieldCommentRequirement Required
24839 src/com/gps/hibernate/RegionDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
24840 src/com/gps/hibernate/RegionDAO.java 30 publicMethodCommentRequirement Required
24841 src/com/gps/hibernate/RegionDAO.java 31 There is log block not surrounded by if
24842 src/com/gps/hibernate/RegionDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24843 src/com/gps/hibernate/RegionDAO.java 33 Potential violation of Law of Demeter (method chain calls)
24844 src/com/gps/hibernate/RegionDAO.java 34 There is log block not surrounded by if
24845 src/com/gps/hibernate/RegionDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24846 src/com/gps/hibernate/RegionDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24847 src/com/gps/hibernate/RegionDAO.java 36 There is log block not surrounded by if
24848 src/com/gps/hibernate/RegionDAO.java 41 Avoid excessively long variable names like persistentInstance
24849 src/com/gps/hibernate/RegionDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
24850 src/com/gps/hibernate/RegionDAO.java 41 publicMethodCommentRequirement Required
24851 src/com/gps/hibernate/RegionDAO.java 42 There is log block not surrounded by if
24852 src/com/gps/hibernate/RegionDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24853 src/com/gps/hibernate/RegionDAO.java 44 Potential violation of Law of Demeter (method chain calls)
24854 src/com/gps/hibernate/RegionDAO.java 45 There is log block not surrounded by if
24855 src/com/gps/hibernate/RegionDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24856 src/com/gps/hibernate/RegionDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24857 src/com/gps/hibernate/RegionDAO.java 47 There is log block not surrounded by if
24858 src/com/gps/hibernate/RegionDAO.java 52 Avoid variables with short names like id
24859 src/com/gps/hibernate/RegionDAO.java 52 Parameter 'id' is not assigned and could be declared final
24860 src/com/gps/hibernate/RegionDAO.java 52 publicMethodCommentRequirement Required
24861 src/com/gps/hibernate/RegionDAO.java 53 There is log block not surrounded by if
24862 src/com/gps/hibernate/RegionDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24863 src/com/gps/hibernate/RegionDAO.java 55 Local variable 'instance' could be declared final
24864 src/com/gps/hibernate/RegionDAO.java 55 Potential violation of Law of Demeter (method chain calls)
24865 src/com/gps/hibernate/RegionDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24866 src/com/gps/hibernate/RegionDAO.java 59 There is log block not surrounded by if
24867 src/com/gps/hibernate/RegionDAO.java 64 Parameter 'instance' is not assigned and could be declared final
24868 src/com/gps/hibernate/RegionDAO.java 64 publicMethodCommentRequirement Required
24869 src/com/gps/hibernate/RegionDAO.java 65 There is log block not surrounded by if
24870 src/com/gps/hibernate/RegionDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24871 src/com/gps/hibernate/RegionDAO.java 67 Local variable 'results' could be declared final
24872 src/com/gps/hibernate/RegionDAO.java 67 Potential violation of Law of Demeter (method chain calls)
24873 src/com/gps/hibernate/RegionDAO.java 67 Potential violation of Law of Demeter (method chain calls)
24874 src/com/gps/hibernate/RegionDAO.java 67 Potential violation of Law of Demeter (method chain calls)
24875 src/com/gps/hibernate/RegionDAO.java 70 There is log block not surrounded by if
24876 src/com/gps/hibernate/RegionDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24877 src/com/gps/hibernate/RegionDAO.java 71 Potential violation of Law of Demeter (object not created locally)
24878 src/com/gps/hibernate/RegionDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24879 src/com/gps/hibernate/RegionDAO.java 74 There is log block not surrounded by if
24880 src/com/gps/hibernate/RegionDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
24881 src/com/gps/hibernate/RegionDAO.java 79 Parameter 'value' is not assigned and could be declared final
24882 src/com/gps/hibernate/RegionDAO.java 79 publicMethodCommentRequirement Required
24883 src/com/gps/hibernate/RegionDAO.java 80 There is log block not surrounded by if
24884 src/com/gps/hibernate/RegionDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24885 src/com/gps/hibernate/RegionDAO.java 83 Local variable 'queryString' could be declared final
24886 src/com/gps/hibernate/RegionDAO.java 85 Local variable 'queryObject' could be declared final
24887 src/com/gps/hibernate/RegionDAO.java 85 Potential violation of Law of Demeter (method chain calls)
24888 src/com/gps/hibernate/RegionDAO.java 86 Potential violation of Law of Demeter (object not created locally)
24889 src/com/gps/hibernate/RegionDAO.java 87 Potential violation of Law of Demeter (object not created locally)
24890 src/com/gps/hibernate/RegionDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24891 src/com/gps/hibernate/RegionDAO.java 89 There is log block not surrounded by if
24892 src/com/gps/hibernate/RegionDAO.java 94 Parameter 'countryId' is not assigned and could be declared final
24893 src/com/gps/hibernate/RegionDAO.java 94 publicMethodCommentRequirement Required
24894 src/com/gps/hibernate/RegionDAO.java 98 Parameter 'regionCode' is not assigned and could be declared final
24895 src/com/gps/hibernate/RegionDAO.java 98 publicMethodCommentRequirement Required
24896 src/com/gps/hibernate/RegionDAO.java 102 Parameter 'name' is not assigned and could be declared final
24897 src/com/gps/hibernate/RegionDAO.java 102 publicMethodCommentRequirement Required
24898 src/com/gps/hibernate/RegionDAO.java 106 Parameter 'active' is not assigned and could be declared final
24899 src/com/gps/hibernate/RegionDAO.java 106 publicMethodCommentRequirement Required
24900 src/com/gps/hibernate/RegionDAO.java 110 publicMethodCommentRequirement Required
24901 src/com/gps/hibernate/RegionDAO.java 111 There is log block not surrounded by if
24902 src/com/gps/hibernate/RegionDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24903 src/com/gps/hibernate/RegionDAO.java 113 Local variable 'queryString' could be declared final
24904 src/com/gps/hibernate/RegionDAO.java 114 Local variable 'queryObject' could be declared final
24905 src/com/gps/hibernate/RegionDAO.java 114 Potential violation of Law of Demeter (method chain calls)
24906 src/com/gps/hibernate/RegionDAO.java 115 Potential violation of Law of Demeter (object not created locally)
24907 src/com/gps/hibernate/RegionDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24908 src/com/gps/hibernate/RegionDAO.java 117 There is log block not surrounded by if
24909 src/com/gps/hibernate/RegionDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
24910 src/com/gps/hibernate/RegionDAO.java 122 publicMethodCommentRequirement Required
24911 src/com/gps/hibernate/RegionDAO.java 123 There is log block not surrounded by if
24912 src/com/gps/hibernate/RegionDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24913 src/com/gps/hibernate/RegionDAO.java 125 Local variable 'result' could be declared final
24914 src/com/gps/hibernate/RegionDAO.java 125 Potential violation of Law of Demeter (method chain calls)
24915 src/com/gps/hibernate/RegionDAO.java 126 There is log block not surrounded by if
24916 src/com/gps/hibernate/RegionDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24917 src/com/gps/hibernate/RegionDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24918 src/com/gps/hibernate/RegionDAO.java 129 There is log block not surrounded by if
24919 src/com/gps/hibernate/RegionDAO.java 134 Parameter 'instance' is not assigned and could be declared final
24920 src/com/gps/hibernate/RegionDAO.java 134 publicMethodCommentRequirement Required
24921 src/com/gps/hibernate/RegionDAO.java 135 There is log block not surrounded by if
24922 src/com/gps/hibernate/RegionDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24923 src/com/gps/hibernate/RegionDAO.java 137 Potential violation of Law of Demeter (method chain calls)
24924 src/com/gps/hibernate/RegionDAO.java 138 There is log block not surrounded by if
24925 src/com/gps/hibernate/RegionDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24926 src/com/gps/hibernate/RegionDAO.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24927 src/com/gps/hibernate/RegionDAO.java 140 There is log block not surrounded by if
24928 src/com/gps/hibernate/RegionDAO.java 145 Parameter 'instance' is not assigned and could be declared final
24929 src/com/gps/hibernate/RegionDAO.java 145 publicMethodCommentRequirement Required
24930 src/com/gps/hibernate/RegionDAO.java 146 There is log block not surrounded by if
24931 src/com/gps/hibernate/RegionDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24932 src/com/gps/hibernate/RegionDAO.java 148 Potential violation of Law of Demeter (method chain calls)
24933 src/com/gps/hibernate/RegionDAO.java 149 There is log block not surrounded by if
24934 src/com/gps/hibernate/RegionDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24935 src/com/gps/hibernate/RegionDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24936 src/com/gps/hibernate/RegionDAO.java 151 There is log block not surrounded by if
24937 src/com/gps/hibernate/Release.java 11 Classes implementing Serializable should set a serialVersionUID
24938 src/com/gps/hibernate/Release.java 15 fieldCommentRequirement Required
24939 src/com/gps/hibernate/Release.java 16 fieldCommentRequirement Required
24940 src/com/gps/hibernate/Release.java 17 fieldCommentRequirement Required
24941 src/com/gps/hibernate/Release.java 18 fieldCommentRequirement Required
24942 src/com/gps/hibernate/Release.java 19 fieldCommentRequirement Required
24943 src/com/gps/hibernate/Release.java 20 fieldCommentRequirement Required
24944 src/com/gps/hibernate/Release.java 21 fieldCommentRequirement Required
24945 src/com/gps/hibernate/Release.java 26 Document empty constructor
24946 src/com/gps/hibernate/Release.java 30 Parameter 'releaseId' is not assigned and could be declared final
24947 src/com/gps/hibernate/Release.java 35 Parameter 'createDate' is not assigned and could be declared final
24948 src/com/gps/hibernate/Release.java 35 Parameter 'modifiedDate' is not assigned and could be declared final
24949 src/com/gps/hibernate/Release.java 35 Parameter 'releaseId' is not assigned and could be declared final
24950 src/com/gps/hibernate/Release.java 36 Parameter 'buildDate' is not assigned and could be declared final
24951 src/com/gps/hibernate/Release.java 36 Parameter 'buildNumber' is not assigned and could be declared final
24952 src/com/gps/hibernate/Release.java 36 Parameter 'verified' is not assigned and could be declared final
24953 src/com/gps/hibernate/Release.java 37 Parameter 'testString' is not assigned and could be declared final
24954 src/com/gps/hibernate/Release.java 49 publicMethodCommentRequirement Required
24955 src/com/gps/hibernate/Release.java 53 Parameter 'releaseId' is not assigned and could be declared final
24956 src/com/gps/hibernate/Release.java 53 publicMethodCommentRequirement Required
24957 src/com/gps/hibernate/Release.java 57 publicMethodCommentRequirement Required
24958 src/com/gps/hibernate/Release.java 61 Parameter 'createDate' is not assigned and could be declared final
24959 src/com/gps/hibernate/Release.java 61 publicMethodCommentRequirement Required
24960 src/com/gps/hibernate/Release.java 65 publicMethodCommentRequirement Required
24961 src/com/gps/hibernate/Release.java 69 Parameter 'modifiedDate' is not assigned and could be declared final
24962 src/com/gps/hibernate/Release.java 69 publicMethodCommentRequirement Required
24963 src/com/gps/hibernate/Release.java 73 publicMethodCommentRequirement Required
24964 src/com/gps/hibernate/Release.java 77 Parameter 'buildNumber' is not assigned and could be declared final
24965 src/com/gps/hibernate/Release.java 77 publicMethodCommentRequirement Required
24966 src/com/gps/hibernate/Release.java 81 publicMethodCommentRequirement Required
24967 src/com/gps/hibernate/Release.java 85 Parameter 'buildDate' is not assigned and could be declared final
24968 src/com/gps/hibernate/Release.java 85 publicMethodCommentRequirement Required
24969 src/com/gps/hibernate/Release.java 89 publicMethodCommentRequirement Required
24970 src/com/gps/hibernate/Release.java 93 Parameter 'verified' is not assigned and could be declared final
24971 src/com/gps/hibernate/Release.java 93 publicMethodCommentRequirement Required
24972 src/com/gps/hibernate/Release.java 97 publicMethodCommentRequirement Required
24973 src/com/gps/hibernate/Release.java 101 Parameter 'testString' is not assigned and could be declared final
24974 src/com/gps/hibernate/Release.java 101 publicMethodCommentRequirement Required
24975 src/com/gps/hibernate/ReleaseDAO.java 3 Avoid unused imports such as 'java.util.Date'
24976 src/com/gps/hibernate/ReleaseDAO.java 11 Comment is too large: Too many lines
24977 src/com/gps/hibernate/ReleaseDAO.java 23 This class has too many methods, consider refactoring it.
24978 src/com/gps/hibernate/ReleaseDAO.java 24 Logger should be defined private static final and have the correct class
24979 src/com/gps/hibernate/ReleaseDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
24980 src/com/gps/hibernate/ReleaseDAO.java 24 fieldCommentRequirement Required
24981 src/com/gps/hibernate/ReleaseDAO.java 26 fieldCommentRequirement Required
24982 src/com/gps/hibernate/ReleaseDAO.java 27 fieldCommentRequirement Required
24983 src/com/gps/hibernate/ReleaseDAO.java 28 fieldCommentRequirement Required
24984 src/com/gps/hibernate/ReleaseDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
24985 src/com/gps/hibernate/ReleaseDAO.java 30 publicMethodCommentRequirement Required
24986 src/com/gps/hibernate/ReleaseDAO.java 31 There is log block not surrounded by if
24987 src/com/gps/hibernate/ReleaseDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24988 src/com/gps/hibernate/ReleaseDAO.java 33 Potential violation of Law of Demeter (method chain calls)
24989 src/com/gps/hibernate/ReleaseDAO.java 34 There is log block not surrounded by if
24990 src/com/gps/hibernate/ReleaseDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24991 src/com/gps/hibernate/ReleaseDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24992 src/com/gps/hibernate/ReleaseDAO.java 36 There is log block not surrounded by if
24993 src/com/gps/hibernate/ReleaseDAO.java 41 Avoid excessively long variable names like persistentInstance
24994 src/com/gps/hibernate/ReleaseDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
24995 src/com/gps/hibernate/ReleaseDAO.java 41 publicMethodCommentRequirement Required
24996 src/com/gps/hibernate/ReleaseDAO.java 42 There is log block not surrounded by if
24997 src/com/gps/hibernate/ReleaseDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24998 src/com/gps/hibernate/ReleaseDAO.java 44 Potential violation of Law of Demeter (method chain calls)
24999 src/com/gps/hibernate/ReleaseDAO.java 45 There is log block not surrounded by if
25000 src/com/gps/hibernate/ReleaseDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25001 src/com/gps/hibernate/ReleaseDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25002 src/com/gps/hibernate/ReleaseDAO.java 47 There is log block not surrounded by if
25003 src/com/gps/hibernate/ReleaseDAO.java 52 Avoid variables with short names like id
25004 src/com/gps/hibernate/ReleaseDAO.java 52 Parameter 'id' is not assigned and could be declared final
25005 src/com/gps/hibernate/ReleaseDAO.java 52 publicMethodCommentRequirement Required
25006 src/com/gps/hibernate/ReleaseDAO.java 53 There is log block not surrounded by if
25007 src/com/gps/hibernate/ReleaseDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25008 src/com/gps/hibernate/ReleaseDAO.java 55 Local variable 'instance' could be declared final
25009 src/com/gps/hibernate/ReleaseDAO.java 55 Potential violation of Law of Demeter (method chain calls)
25010 src/com/gps/hibernate/ReleaseDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25011 src/com/gps/hibernate/ReleaseDAO.java 59 There is log block not surrounded by if
25012 src/com/gps/hibernate/ReleaseDAO.java 64 Parameter 'instance' is not assigned and could be declared final
25013 src/com/gps/hibernate/ReleaseDAO.java 64 publicMethodCommentRequirement Required
25014 src/com/gps/hibernate/ReleaseDAO.java 65 There is log block not surrounded by if
25015 src/com/gps/hibernate/ReleaseDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25016 src/com/gps/hibernate/ReleaseDAO.java 67 Local variable 'results' could be declared final
25017 src/com/gps/hibernate/ReleaseDAO.java 67 Potential violation of Law of Demeter (method chain calls)
25018 src/com/gps/hibernate/ReleaseDAO.java 67 Potential violation of Law of Demeter (method chain calls)
25019 src/com/gps/hibernate/ReleaseDAO.java 67 Potential violation of Law of Demeter (method chain calls)
25020 src/com/gps/hibernate/ReleaseDAO.java 70 There is log block not surrounded by if
25021 src/com/gps/hibernate/ReleaseDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25022 src/com/gps/hibernate/ReleaseDAO.java 71 Potential violation of Law of Demeter (object not created locally)
25023 src/com/gps/hibernate/ReleaseDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25024 src/com/gps/hibernate/ReleaseDAO.java 74 There is log block not surrounded by if
25025 src/com/gps/hibernate/ReleaseDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
25026 src/com/gps/hibernate/ReleaseDAO.java 79 Parameter 'value' is not assigned and could be declared final
25027 src/com/gps/hibernate/ReleaseDAO.java 79 publicMethodCommentRequirement Required
25028 src/com/gps/hibernate/ReleaseDAO.java 80 There is log block not surrounded by if
25029 src/com/gps/hibernate/ReleaseDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25030 src/com/gps/hibernate/ReleaseDAO.java 83 Local variable 'queryString' could be declared final
25031 src/com/gps/hibernate/ReleaseDAO.java 85 Local variable 'queryObject' could be declared final
25032 src/com/gps/hibernate/ReleaseDAO.java 85 Potential violation of Law of Demeter (method chain calls)
25033 src/com/gps/hibernate/ReleaseDAO.java 86 Potential violation of Law of Demeter (object not created locally)
25034 src/com/gps/hibernate/ReleaseDAO.java 87 Potential violation of Law of Demeter (object not created locally)
25035 src/com/gps/hibernate/ReleaseDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25036 src/com/gps/hibernate/ReleaseDAO.java 89 There is log block not surrounded by if
25037 src/com/gps/hibernate/ReleaseDAO.java 94 Parameter 'buildNumber' is not assigned and could be declared final
25038 src/com/gps/hibernate/ReleaseDAO.java 94 publicMethodCommentRequirement Required
25039 src/com/gps/hibernate/ReleaseDAO.java 98 Parameter 'verified' is not assigned and could be declared final
25040 src/com/gps/hibernate/ReleaseDAO.java 98 publicMethodCommentRequirement Required
25041 src/com/gps/hibernate/ReleaseDAO.java 102 Parameter 'testString' is not assigned and could be declared final
25042 src/com/gps/hibernate/ReleaseDAO.java 102 publicMethodCommentRequirement Required
25043 src/com/gps/hibernate/ReleaseDAO.java 106 publicMethodCommentRequirement Required
25044 src/com/gps/hibernate/ReleaseDAO.java 107 There is log block not surrounded by if
25045 src/com/gps/hibernate/ReleaseDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25046 src/com/gps/hibernate/ReleaseDAO.java 109 Local variable 'queryString' could be declared final
25047 src/com/gps/hibernate/ReleaseDAO.java 110 Local variable 'queryObject' could be declared final
25048 src/com/gps/hibernate/ReleaseDAO.java 110 Potential violation of Law of Demeter (method chain calls)
25049 src/com/gps/hibernate/ReleaseDAO.java 111 Potential violation of Law of Demeter (object not created locally)
25050 src/com/gps/hibernate/ReleaseDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25051 src/com/gps/hibernate/ReleaseDAO.java 113 There is log block not surrounded by if
25052 src/com/gps/hibernate/ReleaseDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
25053 src/com/gps/hibernate/ReleaseDAO.java 118 publicMethodCommentRequirement Required
25054 src/com/gps/hibernate/ReleaseDAO.java 119 There is log block not surrounded by if
25055 src/com/gps/hibernate/ReleaseDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25056 src/com/gps/hibernate/ReleaseDAO.java 121 Local variable 'result' could be declared final
25057 src/com/gps/hibernate/ReleaseDAO.java 121 Potential violation of Law of Demeter (method chain calls)
25058 src/com/gps/hibernate/ReleaseDAO.java 122 There is log block not surrounded by if
25059 src/com/gps/hibernate/ReleaseDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25060 src/com/gps/hibernate/ReleaseDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25061 src/com/gps/hibernate/ReleaseDAO.java 125 There is log block not surrounded by if
25062 src/com/gps/hibernate/ReleaseDAO.java 130 Parameter 'instance' is not assigned and could be declared final
25063 src/com/gps/hibernate/ReleaseDAO.java 130 publicMethodCommentRequirement Required
25064 src/com/gps/hibernate/ReleaseDAO.java 131 There is log block not surrounded by if
25065 src/com/gps/hibernate/ReleaseDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25066 src/com/gps/hibernate/ReleaseDAO.java 133 Potential violation of Law of Demeter (method chain calls)
25067 src/com/gps/hibernate/ReleaseDAO.java 134 There is log block not surrounded by if
25068 src/com/gps/hibernate/ReleaseDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25069 src/com/gps/hibernate/ReleaseDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25070 src/com/gps/hibernate/ReleaseDAO.java 136 There is log block not surrounded by if
25071 src/com/gps/hibernate/ReleaseDAO.java 141 Parameter 'instance' is not assigned and could be declared final
25072 src/com/gps/hibernate/ReleaseDAO.java 141 publicMethodCommentRequirement Required
25073 src/com/gps/hibernate/ReleaseDAO.java 142 There is log block not surrounded by if
25074 src/com/gps/hibernate/ReleaseDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25075 src/com/gps/hibernate/ReleaseDAO.java 144 Potential violation of Law of Demeter (method chain calls)
25076 src/com/gps/hibernate/ReleaseDAO.java 145 There is log block not surrounded by if
25077 src/com/gps/hibernate/ReleaseDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25078 src/com/gps/hibernate/ReleaseDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25079 src/com/gps/hibernate/ReleaseDAO.java 147 There is log block not surrounded by if
25080 src/com/gps/hibernate/ReportRef.java 3 headerCommentRequirement Required
25081 src/com/gps/hibernate/ReportRef.java 4 fieldCommentRequirement Required
25082 src/com/gps/hibernate/ReportRef.java 5 fieldCommentRequirement Required
25083 src/com/gps/hibernate/ReportRef.java 6 fieldCommentRequirement Required
25084 src/com/gps/hibernate/ReportRef.java 7 fieldCommentRequirement Required
25085 src/com/gps/hibernate/ReportRef.java 9 publicMethodCommentRequirement Required
25086 src/com/gps/hibernate/ReportRef.java 13 Parameter 'msg' is not assigned and could be declared final
25087 src/com/gps/hibernate/ReportRef.java 13 publicMethodCommentRequirement Required
25088 src/com/gps/hibernate/ReportRef.java 17 Parameter 'eventCode' is not assigned and could be declared final
25089 src/com/gps/hibernate/ReportRef.java 17 publicMethodCommentRequirement Required
25090 src/com/gps/hibernate/ReportRef.java 21 publicMethodCommentRequirement Required
25091 src/com/gps/hibernate/ReportRef.java 25 Parameter 'description' is not assigned and could be declared final
25092 src/com/gps/hibernate/ReportRef.java 25 publicMethodCommentRequirement Required
25093 src/com/gps/hibernate/ReportRef.java 29 publicMethodCommentRequirement Required
25094 src/com/gps/hibernate/ReportRef.java 33 publicMethodCommentRequirement Required
25095 src/com/gps/hibernate/ReportRef.java 40 Parameter 'alert' is not assigned and could be declared final
25096 src/com/gps/hibernate/ReportRefDAO.java 5 Avoid unused imports such as 'org.hibernate.Query'
25097 src/com/gps/hibernate/ReportRefDAO.java 7 headerCommentRequirement Required
25098 src/com/gps/hibernate/ReportRefDAO.java 9 Method names should not start with capital letters
25099 src/com/gps/hibernate/ReportRefDAO.java 9 Parameter 'eventCode' is not assigned and could be declared final
25100 src/com/gps/hibernate/ReportRefDAO.java 9 publicMethodCommentRequirement Required
25101 src/com/gps/hibernate/ReportRefDAO.java 11 Found 'DD'-anomaly for variable 'reportRef' (lines '11'-'13').
25102 src/com/gps/hibernate/ReportRefDAO.java 12 Local variable 'Msg' could be declared final
25103 src/com/gps/hibernate/ReportRefDAO.java 12 Variables should start with a lowercase character, 'Msg' starts with uppercase character.
25104 src/com/gps/hibernate/ReportRefDAO.java 13 Potential violation of Law of Demeter (method chain calls)
25105 src/com/gps/hibernate/ReportRefDAO.java 13 Potential violation of Law of Demeter (method chain calls)
25106 src/com/gps/hibernate/ReportRefDAO.java 14 Potential violation of Law of Demeter (method chain calls)
25107 src/com/gps/hibernate/ReportRefDAO.java 14 Potential violation of Law of Demeter (method chain calls)
25108 src/com/gps/hibernate/ReportRefDAO.java 14 Potential violation of Law of Demeter (object not created locally)
25109 src/com/gps/hibernate/ReportRefDAO.java 14 Potential violation of Law of Demeter (object not created locally)
25110 src/com/gps/hibernate/ReportRefDAO.java 15 Potential violation of Law of Demeter (method chain calls)
25111 src/com/gps/hibernate/ReportRefDAO.java 15 Potential violation of Law of Demeter (method chain calls)
25112 src/com/gps/hibernate/ReportRefDAO.java 15 Potential violation of Law of Demeter (object not created locally)
25113 src/com/gps/hibernate/ReportRefDAO.java 15 Potential violation of Law of Demeter (object not created locally)
25114 src/com/gps/hibernate/ReportRefDAO.java 19 Parameter 'eventCode' is not assigned and could be declared final
25115 src/com/gps/hibernate/ReportRefDAO.java 19 publicMethodCommentRequirement Required
25116 src/com/gps/hibernate/ReportRefDAO.java 22 Local variable 'eventObj' could be declared final
25117 src/com/gps/hibernate/ReportRefDAO.java 22 Potential violation of Law of Demeter (method chain calls)
25118 src/com/gps/hibernate/ReportRefDAO.java 22 Potential violation of Law of Demeter (method chain calls)
25119 src/com/gps/hibernate/ReportRefDAO.java 22 Potential violation of Law of Demeter (method chain calls)
25120 src/com/gps/hibernate/ReportRefDAO.java 23 A method should have only one exit point, and that should be the last statement in the method
25121 src/com/gps/hibernate/ReportRefDAO.java 23 Consider simply returning the value vs storing it in local variable 'eventObj'
25122 src/com/gps/hibernate/ReportRefDAO.java 25 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25123 src/com/gps/hibernate/ReportRefDAO.java 27 Local variable 'refObj' could be declared final
25124 src/com/gps/hibernate/ReportRefDAO.java 33 Method names should not start with capital letters
25125 src/com/gps/hibernate/ReportRefDAO.java 33 publicMethodCommentRequirement Required
25126 src/com/gps/hibernate/ReportRefDAO.java 35 Found 'DD'-anomaly for variable 'AllEvents' (lines '35'-'38').
25127 src/com/gps/hibernate/ReportRefDAO.java 35 Variables should start with a lowercase character, 'AllEvents' starts with uppercase character.
25128 src/com/gps/hibernate/ReportRefDAO.java 38 Potential violation of Law of Demeter (method chain calls)
25129 src/com/gps/hibernate/ReportRefDAO.java 38 Potential violation of Law of Demeter (method chain calls)
25130 src/com/gps/hibernate/ReportRefDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25131 src/com/gps/hibernate/ReportRefDAO.java 42 Avoid printStackTrace(); use a logger call instead.
25132 src/com/gps/hibernate/ReportRefDAO.java 42 Potential violation of Law of Demeter (object not created locally)
25133 src/com/gps/hibernate/ReportRefDAO.java 47 Parameter 'args' is not assigned and could be declared final
25134 src/com/gps/hibernate/ReportRefDAO.java 47 publicMethodCommentRequirement Required
25135 src/com/gps/hibernate/ReportRefDAO.java 49 Avoid unused local variables such as 'rep'.
25136 src/com/gps/hibernate/ReportRefDAO.java 49 Found 'DU'-anomaly for variable 'rep' (lines '49'-'52').
25137 src/com/gps/hibernate/ReportRefDAO.java 49 Local variable 'rep' could be declared final
25138 src/com/gps/hibernate/ReportSummary.java 1 This class has a bunch of public methods and attributes
25139 src/com/gps/hibernate/ReportSummary.java 5 headerCommentRequirement Required
25140 src/com/gps/hibernate/ReportSummary.java 7 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'summary_id' is not final.
25141 src/com/gps/hibernate/ReportSummary.java 7 fieldCommentRequirement Required
25142 src/com/gps/hibernate/ReportSummary.java 8 fieldCommentRequirement Required
25143 src/com/gps/hibernate/ReportSummary.java 9 fieldCommentRequirement Required
25144 src/com/gps/hibernate/ReportSummary.java 10 fieldCommentRequirement Required
25145 src/com/gps/hibernate/ReportSummary.java 11 fieldCommentRequirement Required
25146 src/com/gps/hibernate/ReportSummary.java 12 fieldCommentRequirement Required
25147 src/com/gps/hibernate/ReportSummary.java 13 fieldCommentRequirement Required
25148 src/com/gps/hibernate/ReportSummary.java 14 fieldCommentRequirement Required
25149 src/com/gps/hibernate/ReportSummary.java 15 fieldCommentRequirement Required
25150 src/com/gps/hibernate/ReportSummary.java 16 fieldCommentRequirement Required
25151 src/com/gps/hibernate/ReportSummary.java 17 fieldCommentRequirement Required
25152 src/com/gps/hibernate/ReportSummary.java 18 fieldCommentRequirement Required
25153 src/com/gps/hibernate/ReportSummary.java 19 fieldCommentRequirement Required
25154 src/com/gps/hibernate/ReportSummary.java 20 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'start_time' is not final.
25155 src/com/gps/hibernate/ReportSummary.java 20 fieldCommentRequirement Required
25156 src/com/gps/hibernate/ReportSummary.java 21 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'end_time' is not final.
25157 src/com/gps/hibernate/ReportSummary.java 21 fieldCommentRequirement Required
25158 src/com/gps/hibernate/ReportSummary.java 23 Method names should not contain underscores
25159 src/com/gps/hibernate/ReportSummary.java 23 publicMethodCommentRequirement Required
25160 src/com/gps/hibernate/ReportSummary.java 26 Method names should not contain underscores
25161 src/com/gps/hibernate/ReportSummary.java 26 Parameter 'summaryId' is not assigned and could be declared final
25162 src/com/gps/hibernate/ReportSummary.java 26 publicMethodCommentRequirement Required
25163 src/com/gps/hibernate/ReportSummary.java 29 publicMethodCommentRequirement Required
25164 src/com/gps/hibernate/ReportSummary.java 32 Parameter 'vehicleid' is not assigned and could be declared final
25165 src/com/gps/hibernate/ReportSummary.java 32 publicMethodCommentRequirement Required
25166 src/com/gps/hibernate/ReportSummary.java 35 publicMethodCommentRequirement Required
25167 src/com/gps/hibernate/ReportSummary.java 38 Parameter 'tripid' is not assigned and could be declared final
25168 src/com/gps/hibernate/ReportSummary.java 38 publicMethodCommentRequirement Required
25169 src/com/gps/hibernate/ReportSummary.java 41 publicMethodCommentRequirement Required
25170 src/com/gps/hibernate/ReportSummary.java 44 Parameter 'date' is not assigned and could be declared final
25171 src/com/gps/hibernate/ReportSummary.java 44 publicMethodCommentRequirement Required
25172 src/com/gps/hibernate/ReportSummary.java 47 publicMethodCommentRequirement Required
25173 src/com/gps/hibernate/ReportSummary.java 50 Parameter 'session' is not assigned and could be declared final
25174 src/com/gps/hibernate/ReportSummary.java 50 publicMethodCommentRequirement Required
25175 src/com/gps/hibernate/ReportSummary.java 53 publicMethodCommentRequirement Required
25176 src/com/gps/hibernate/ReportSummary.java 56 Parameter 'dist0to20' is not assigned and could be declared final
25177 src/com/gps/hibernate/ReportSummary.java 56 publicMethodCommentRequirement Required
25178 src/com/gps/hibernate/ReportSummary.java 59 publicMethodCommentRequirement Required
25179 src/com/gps/hibernate/ReportSummary.java 62 Parameter 'dist20to45' is not assigned and could be declared final
25180 src/com/gps/hibernate/ReportSummary.java 62 publicMethodCommentRequirement Required
25181 src/com/gps/hibernate/ReportSummary.java 65 publicMethodCommentRequirement Required
25182 src/com/gps/hibernate/ReportSummary.java 68 Parameter 'dist45to55' is not assigned and could be declared final
25183 src/com/gps/hibernate/ReportSummary.java 68 publicMethodCommentRequirement Required
25184 src/com/gps/hibernate/ReportSummary.java 71 publicMethodCommentRequirement Required
25185 src/com/gps/hibernate/ReportSummary.java 74 Parameter 'dist55to65' is not assigned and could be declared final
25186 src/com/gps/hibernate/ReportSummary.java 74 publicMethodCommentRequirement Required
25187 src/com/gps/hibernate/ReportSummary.java 77 publicMethodCommentRequirement Required
25188 src/com/gps/hibernate/ReportSummary.java 80 Parameter 'distgrt65' is not assigned and could be declared final
25189 src/com/gps/hibernate/ReportSummary.java 80 publicMethodCommentRequirement Required
25190 src/com/gps/hibernate/ReportSummary.java 83 publicMethodCommentRequirement Required
25191 src/com/gps/hibernate/ReportSummary.java 86 Parameter 'distance' is not assigned and could be declared final
25192 src/com/gps/hibernate/ReportSummary.java 86 publicMethodCommentRequirement Required
25193 src/com/gps/hibernate/ReportSummary.java 89 publicMethodCommentRequirement Required
25194 src/com/gps/hibernate/ReportSummary.java 92 Parameter 'maxspeed' is not assigned and could be declared final
25195 src/com/gps/hibernate/ReportSummary.java 92 publicMethodCommentRequirement Required
25196 src/com/gps/hibernate/ReportSummary.java 95 publicMethodCommentRequirement Required
25197 src/com/gps/hibernate/ReportSummary.java 98 Parameter 'hardbrakes' is not assigned and could be declared final
25198 src/com/gps/hibernate/ReportSummary.java 98 publicMethodCommentRequirement Required
25199 src/com/gps/hibernate/ReportSummary.java 101 Method names should not contain underscores
25200 src/com/gps/hibernate/ReportSummary.java 101 publicMethodCommentRequirement Required
25201 src/com/gps/hibernate/ReportSummary.java 104 Method names should not contain underscores
25202 src/com/gps/hibernate/ReportSummary.java 104 Parameter 'startTime' is not assigned and could be declared final
25203 src/com/gps/hibernate/ReportSummary.java 104 publicMethodCommentRequirement Required
25204 src/com/gps/hibernate/ReportSummary.java 107 Method names should not contain underscores
25205 src/com/gps/hibernate/ReportSummary.java 107 publicMethodCommentRequirement Required
25206 src/com/gps/hibernate/ReportSummary.java 110 Method names should not contain underscores
25207 src/com/gps/hibernate/ReportSummary.java 110 Parameter 'endTime' is not assigned and could be declared final
25208 src/com/gps/hibernate/ReportSummary.java 110 publicMethodCommentRequirement Required
25209 src/com/gps/hibernate/Resource.java 9 Classes implementing Serializable should set a serialVersionUID
25210 src/com/gps/hibernate/Resource.java 13 fieldCommentRequirement Required
25211 src/com/gps/hibernate/Resource.java 14 fieldCommentRequirement Required
25212 src/com/gps/hibernate/Resource.java 15 fieldCommentRequirement Required
25213 src/com/gps/hibernate/Resource.java 20 Document empty constructor
25214 src/com/gps/hibernate/Resource.java 24 Parameter 'resourceId' is not assigned and could be declared final
25215 src/com/gps/hibernate/Resource.java 29 Parameter 'codeId' is not assigned and could be declared final
25216 src/com/gps/hibernate/Resource.java 29 Parameter 'primKey' is not assigned and could be declared final
25217 src/com/gps/hibernate/Resource.java 29 Parameter 'resourceId' is not assigned and could be declared final
25218 src/com/gps/hibernate/Resource.java 37 publicMethodCommentRequirement Required
25219 src/com/gps/hibernate/Resource.java 41 Parameter 'resourceId' is not assigned and could be declared final
25220 src/com/gps/hibernate/Resource.java 41 publicMethodCommentRequirement Required
25221 src/com/gps/hibernate/Resource.java 45 publicMethodCommentRequirement Required
25222 src/com/gps/hibernate/Resource.java 49 Parameter 'codeId' is not assigned and could be declared final
25223 src/com/gps/hibernate/Resource.java 49 publicMethodCommentRequirement Required
25224 src/com/gps/hibernate/Resource.java 53 publicMethodCommentRequirement Required
25225 src/com/gps/hibernate/Resource.java 57 Parameter 'primKey' is not assigned and could be declared final
25226 src/com/gps/hibernate/Resource.java 57 publicMethodCommentRequirement Required
25227 src/com/gps/hibernate/ResourceDAO.java 10 Comment is too large: Too many lines
25228 src/com/gps/hibernate/ResourceDAO.java 22 This class has too many methods, consider refactoring it.
25229 src/com/gps/hibernate/ResourceDAO.java 23 Logger should be defined private static final and have the correct class
25230 src/com/gps/hibernate/ResourceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
25231 src/com/gps/hibernate/ResourceDAO.java 23 fieldCommentRequirement Required
25232 src/com/gps/hibernate/ResourceDAO.java 25 fieldCommentRequirement Required
25233 src/com/gps/hibernate/ResourceDAO.java 26 fieldCommentRequirement Required
25234 src/com/gps/hibernate/ResourceDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
25235 src/com/gps/hibernate/ResourceDAO.java 28 publicMethodCommentRequirement Required
25236 src/com/gps/hibernate/ResourceDAO.java 29 There is log block not surrounded by if
25237 src/com/gps/hibernate/ResourceDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25238 src/com/gps/hibernate/ResourceDAO.java 31 Potential violation of Law of Demeter (method chain calls)
25239 src/com/gps/hibernate/ResourceDAO.java 32 There is log block not surrounded by if
25240 src/com/gps/hibernate/ResourceDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25241 src/com/gps/hibernate/ResourceDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25242 src/com/gps/hibernate/ResourceDAO.java 34 There is log block not surrounded by if
25243 src/com/gps/hibernate/ResourceDAO.java 39 Avoid excessively long variable names like persistentInstance
25244 src/com/gps/hibernate/ResourceDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
25245 src/com/gps/hibernate/ResourceDAO.java 39 publicMethodCommentRequirement Required
25246 src/com/gps/hibernate/ResourceDAO.java 40 There is log block not surrounded by if
25247 src/com/gps/hibernate/ResourceDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25248 src/com/gps/hibernate/ResourceDAO.java 42 Potential violation of Law of Demeter (method chain calls)
25249 src/com/gps/hibernate/ResourceDAO.java 43 There is log block not surrounded by if
25250 src/com/gps/hibernate/ResourceDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25251 src/com/gps/hibernate/ResourceDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25252 src/com/gps/hibernate/ResourceDAO.java 45 There is log block not surrounded by if
25253 src/com/gps/hibernate/ResourceDAO.java 50 Avoid variables with short names like id
25254 src/com/gps/hibernate/ResourceDAO.java 50 Parameter 'id' is not assigned and could be declared final
25255 src/com/gps/hibernate/ResourceDAO.java 50 publicMethodCommentRequirement Required
25256 src/com/gps/hibernate/ResourceDAO.java 51 There is log block not surrounded by if
25257 src/com/gps/hibernate/ResourceDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25258 src/com/gps/hibernate/ResourceDAO.java 53 Local variable 'instance' could be declared final
25259 src/com/gps/hibernate/ResourceDAO.java 53 Potential violation of Law of Demeter (method chain calls)
25260 src/com/gps/hibernate/ResourceDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25261 src/com/gps/hibernate/ResourceDAO.java 57 There is log block not surrounded by if
25262 src/com/gps/hibernate/ResourceDAO.java 62 Parameter 'instance' is not assigned and could be declared final
25263 src/com/gps/hibernate/ResourceDAO.java 62 publicMethodCommentRequirement Required
25264 src/com/gps/hibernate/ResourceDAO.java 63 There is log block not surrounded by if
25265 src/com/gps/hibernate/ResourceDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25266 src/com/gps/hibernate/ResourceDAO.java 65 Local variable 'results' could be declared final
25267 src/com/gps/hibernate/ResourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
25268 src/com/gps/hibernate/ResourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
25269 src/com/gps/hibernate/ResourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
25270 src/com/gps/hibernate/ResourceDAO.java 68 There is log block not surrounded by if
25271 src/com/gps/hibernate/ResourceDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25272 src/com/gps/hibernate/ResourceDAO.java 69 Potential violation of Law of Demeter (object not created locally)
25273 src/com/gps/hibernate/ResourceDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25274 src/com/gps/hibernate/ResourceDAO.java 72 There is log block not surrounded by if
25275 src/com/gps/hibernate/ResourceDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
25276 src/com/gps/hibernate/ResourceDAO.java 77 Parameter 'value' is not assigned and could be declared final
25277 src/com/gps/hibernate/ResourceDAO.java 77 publicMethodCommentRequirement Required
25278 src/com/gps/hibernate/ResourceDAO.java 78 There is log block not surrounded by if
25279 src/com/gps/hibernate/ResourceDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25280 src/com/gps/hibernate/ResourceDAO.java 81 Local variable 'queryString' could be declared final
25281 src/com/gps/hibernate/ResourceDAO.java 83 Local variable 'queryObject' could be declared final
25282 src/com/gps/hibernate/ResourceDAO.java 83 Potential violation of Law of Demeter (method chain calls)
25283 src/com/gps/hibernate/ResourceDAO.java 84 Potential violation of Law of Demeter (object not created locally)
25284 src/com/gps/hibernate/ResourceDAO.java 85 Potential violation of Law of Demeter (object not created locally)
25285 src/com/gps/hibernate/ResourceDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25286 src/com/gps/hibernate/ResourceDAO.java 87 There is log block not surrounded by if
25287 src/com/gps/hibernate/ResourceDAO.java 92 Parameter 'codeId' is not assigned and could be declared final
25288 src/com/gps/hibernate/ResourceDAO.java 92 publicMethodCommentRequirement Required
25289 src/com/gps/hibernate/ResourceDAO.java 96 Parameter 'primKey' is not assigned and could be declared final
25290 src/com/gps/hibernate/ResourceDAO.java 96 publicMethodCommentRequirement Required
25291 src/com/gps/hibernate/ResourceDAO.java 100 publicMethodCommentRequirement Required
25292 src/com/gps/hibernate/ResourceDAO.java 101 There is log block not surrounded by if
25293 src/com/gps/hibernate/ResourceDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25294 src/com/gps/hibernate/ResourceDAO.java 103 Local variable 'queryString' could be declared final
25295 src/com/gps/hibernate/ResourceDAO.java 104 Local variable 'queryObject' could be declared final
25296 src/com/gps/hibernate/ResourceDAO.java 104 Potential violation of Law of Demeter (method chain calls)
25297 src/com/gps/hibernate/ResourceDAO.java 105 Potential violation of Law of Demeter (object not created locally)
25298 src/com/gps/hibernate/ResourceDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25299 src/com/gps/hibernate/ResourceDAO.java 107 There is log block not surrounded by if
25300 src/com/gps/hibernate/ResourceDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
25301 src/com/gps/hibernate/ResourceDAO.java 112 publicMethodCommentRequirement Required
25302 src/com/gps/hibernate/ResourceDAO.java 113 There is log block not surrounded by if
25303 src/com/gps/hibernate/ResourceDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25304 src/com/gps/hibernate/ResourceDAO.java 115 Local variable 'result' could be declared final
25305 src/com/gps/hibernate/ResourceDAO.java 115 Potential violation of Law of Demeter (method chain calls)
25306 src/com/gps/hibernate/ResourceDAO.java 116 There is log block not surrounded by if
25307 src/com/gps/hibernate/ResourceDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25308 src/com/gps/hibernate/ResourceDAO.java 118 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25309 src/com/gps/hibernate/ResourceDAO.java 119 There is log block not surrounded by if
25310 src/com/gps/hibernate/ResourceDAO.java 124 Parameter 'instance' is not assigned and could be declared final
25311 src/com/gps/hibernate/ResourceDAO.java 124 publicMethodCommentRequirement Required
25312 src/com/gps/hibernate/ResourceDAO.java 125 There is log block not surrounded by if
25313 src/com/gps/hibernate/ResourceDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25314 src/com/gps/hibernate/ResourceDAO.java 127 Potential violation of Law of Demeter (method chain calls)
25315 src/com/gps/hibernate/ResourceDAO.java 128 There is log block not surrounded by if
25316 src/com/gps/hibernate/ResourceDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25317 src/com/gps/hibernate/ResourceDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25318 src/com/gps/hibernate/ResourceDAO.java 130 There is log block not surrounded by if
25319 src/com/gps/hibernate/ResourceDAO.java 135 Parameter 'instance' is not assigned and could be declared final
25320 src/com/gps/hibernate/ResourceDAO.java 135 publicMethodCommentRequirement Required
25321 src/com/gps/hibernate/ResourceDAO.java 136 There is log block not surrounded by if
25322 src/com/gps/hibernate/ResourceDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25323 src/com/gps/hibernate/ResourceDAO.java 138 Potential violation of Law of Demeter (method chain calls)
25324 src/com/gps/hibernate/ResourceDAO.java 139 There is log block not surrounded by if
25325 src/com/gps/hibernate/ResourceDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25326 src/com/gps/hibernate/ResourceDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25327 src/com/gps/hibernate/ResourceDAO.java 141 There is log block not surrounded by if
25328 src/com/gps/hibernate/Resourceaction.java 9 Classes implementing Serializable should set a serialVersionUID
25329 src/com/gps/hibernate/Resourceaction.java 13 fieldCommentRequirement Required
25330 src/com/gps/hibernate/Resourceaction.java 14 fieldCommentRequirement Required
25331 src/com/gps/hibernate/Resourceaction.java 15 fieldCommentRequirement Required
25332 src/com/gps/hibernate/Resourceaction.java 16 fieldCommentRequirement Required
25333 src/com/gps/hibernate/Resourceaction.java 21 Document empty constructor
25334 src/com/gps/hibernate/Resourceaction.java 25 Parameter 'resourceActionId' is not assigned and could be declared final
25335 src/com/gps/hibernate/Resourceaction.java 30 Parameter 'actionId' is not assigned and could be declared final
25336 src/com/gps/hibernate/Resourceaction.java 30 Parameter 'name' is not assigned and could be declared final
25337 src/com/gps/hibernate/Resourceaction.java 30 Parameter 'resourceActionId' is not assigned and could be declared final
25338 src/com/gps/hibernate/Resourceaction.java 31 Parameter 'bitwiseValue' is not assigned and could be declared final
25339 src/com/gps/hibernate/Resourceaction.java 40 publicMethodCommentRequirement Required
25340 src/com/gps/hibernate/Resourceaction.java 44 Parameter 'resourceActionId' is not assigned and could be declared final
25341 src/com/gps/hibernate/Resourceaction.java 44 publicMethodCommentRequirement Required
25342 src/com/gps/hibernate/Resourceaction.java 48 publicMethodCommentRequirement Required
25343 src/com/gps/hibernate/Resourceaction.java 52 Parameter 'name' is not assigned and could be declared final
25344 src/com/gps/hibernate/Resourceaction.java 52 publicMethodCommentRequirement Required
25345 src/com/gps/hibernate/Resourceaction.java 56 publicMethodCommentRequirement Required
25346 src/com/gps/hibernate/Resourceaction.java 60 Parameter 'actionId' is not assigned and could be declared final
25347 src/com/gps/hibernate/Resourceaction.java 60 publicMethodCommentRequirement Required
25348 src/com/gps/hibernate/Resourceaction.java 64 publicMethodCommentRequirement Required
25349 src/com/gps/hibernate/Resourceaction.java 68 Parameter 'bitwiseValue' is not assigned and could be declared final
25350 src/com/gps/hibernate/Resourceaction.java 68 publicMethodCommentRequirement Required
25351 src/com/gps/hibernate/ResourceactionDAO.java 10 Comment is too large: Too many lines
25352 src/com/gps/hibernate/ResourceactionDAO.java 22 This class has too many methods, consider refactoring it.
25353 src/com/gps/hibernate/ResourceactionDAO.java 23 Logger should be defined private static final and have the correct class
25354 src/com/gps/hibernate/ResourceactionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
25355 src/com/gps/hibernate/ResourceactionDAO.java 23 fieldCommentRequirement Required
25356 src/com/gps/hibernate/ResourceactionDAO.java 25 fieldCommentRequirement Required
25357 src/com/gps/hibernate/ResourceactionDAO.java 26 fieldCommentRequirement Required
25358 src/com/gps/hibernate/ResourceactionDAO.java 27 fieldCommentRequirement Required
25359 src/com/gps/hibernate/ResourceactionDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
25360 src/com/gps/hibernate/ResourceactionDAO.java 29 publicMethodCommentRequirement Required
25361 src/com/gps/hibernate/ResourceactionDAO.java 30 There is log block not surrounded by if
25362 src/com/gps/hibernate/ResourceactionDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25363 src/com/gps/hibernate/ResourceactionDAO.java 32 Potential violation of Law of Demeter (method chain calls)
25364 src/com/gps/hibernate/ResourceactionDAO.java 33 There is log block not surrounded by if
25365 src/com/gps/hibernate/ResourceactionDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25366 src/com/gps/hibernate/ResourceactionDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25367 src/com/gps/hibernate/ResourceactionDAO.java 35 There is log block not surrounded by if
25368 src/com/gps/hibernate/ResourceactionDAO.java 40 Avoid excessively long variable names like persistentInstance
25369 src/com/gps/hibernate/ResourceactionDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
25370 src/com/gps/hibernate/ResourceactionDAO.java 40 publicMethodCommentRequirement Required
25371 src/com/gps/hibernate/ResourceactionDAO.java 41 There is log block not surrounded by if
25372 src/com/gps/hibernate/ResourceactionDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25373 src/com/gps/hibernate/ResourceactionDAO.java 43 Potential violation of Law of Demeter (method chain calls)
25374 src/com/gps/hibernate/ResourceactionDAO.java 44 There is log block not surrounded by if
25375 src/com/gps/hibernate/ResourceactionDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25376 src/com/gps/hibernate/ResourceactionDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25377 src/com/gps/hibernate/ResourceactionDAO.java 46 There is log block not surrounded by if
25378 src/com/gps/hibernate/ResourceactionDAO.java 51 Avoid variables with short names like id
25379 src/com/gps/hibernate/ResourceactionDAO.java 51 Parameter 'id' is not assigned and could be declared final
25380 src/com/gps/hibernate/ResourceactionDAO.java 51 publicMethodCommentRequirement Required
25381 src/com/gps/hibernate/ResourceactionDAO.java 52 There is log block not surrounded by if
25382 src/com/gps/hibernate/ResourceactionDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25383 src/com/gps/hibernate/ResourceactionDAO.java 54 Local variable 'instance' could be declared final
25384 src/com/gps/hibernate/ResourceactionDAO.java 54 Potential violation of Law of Demeter (method chain calls)
25385 src/com/gps/hibernate/ResourceactionDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25386 src/com/gps/hibernate/ResourceactionDAO.java 58 There is log block not surrounded by if
25387 src/com/gps/hibernate/ResourceactionDAO.java 63 Parameter 'instance' is not assigned and could be declared final
25388 src/com/gps/hibernate/ResourceactionDAO.java 63 publicMethodCommentRequirement Required
25389 src/com/gps/hibernate/ResourceactionDAO.java 64 There is log block not surrounded by if
25390 src/com/gps/hibernate/ResourceactionDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25391 src/com/gps/hibernate/ResourceactionDAO.java 66 Local variable 'results' could be declared final
25392 src/com/gps/hibernate/ResourceactionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
25393 src/com/gps/hibernate/ResourceactionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
25394 src/com/gps/hibernate/ResourceactionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
25395 src/com/gps/hibernate/ResourceactionDAO.java 69 There is log block not surrounded by if
25396 src/com/gps/hibernate/ResourceactionDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25397 src/com/gps/hibernate/ResourceactionDAO.java 70 Potential violation of Law of Demeter (object not created locally)
25398 src/com/gps/hibernate/ResourceactionDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25399 src/com/gps/hibernate/ResourceactionDAO.java 73 There is log block not surrounded by if
25400 src/com/gps/hibernate/ResourceactionDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
25401 src/com/gps/hibernate/ResourceactionDAO.java 78 Parameter 'value' is not assigned and could be declared final
25402 src/com/gps/hibernate/ResourceactionDAO.java 78 publicMethodCommentRequirement Required
25403 src/com/gps/hibernate/ResourceactionDAO.java 79 There is log block not surrounded by if
25404 src/com/gps/hibernate/ResourceactionDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25405 src/com/gps/hibernate/ResourceactionDAO.java 82 Local variable 'queryString' could be declared final
25406 src/com/gps/hibernate/ResourceactionDAO.java 84 Local variable 'queryObject' could be declared final
25407 src/com/gps/hibernate/ResourceactionDAO.java 84 Potential violation of Law of Demeter (method chain calls)
25408 src/com/gps/hibernate/ResourceactionDAO.java 85 Potential violation of Law of Demeter (object not created locally)
25409 src/com/gps/hibernate/ResourceactionDAO.java 86 Potential violation of Law of Demeter (object not created locally)
25410 src/com/gps/hibernate/ResourceactionDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25411 src/com/gps/hibernate/ResourceactionDAO.java 88 There is log block not surrounded by if
25412 src/com/gps/hibernate/ResourceactionDAO.java 93 Parameter 'name' is not assigned and could be declared final
25413 src/com/gps/hibernate/ResourceactionDAO.java 93 publicMethodCommentRequirement Required
25414 src/com/gps/hibernate/ResourceactionDAO.java 97 Parameter 'actionId' is not assigned and could be declared final
25415 src/com/gps/hibernate/ResourceactionDAO.java 97 publicMethodCommentRequirement Required
25416 src/com/gps/hibernate/ResourceactionDAO.java 101 Parameter 'bitwiseValue' is not assigned and could be declared final
25417 src/com/gps/hibernate/ResourceactionDAO.java 101 publicMethodCommentRequirement Required
25418 src/com/gps/hibernate/ResourceactionDAO.java 105 publicMethodCommentRequirement Required
25419 src/com/gps/hibernate/ResourceactionDAO.java 106 There is log block not surrounded by if
25420 src/com/gps/hibernate/ResourceactionDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25421 src/com/gps/hibernate/ResourceactionDAO.java 108 Local variable 'queryString' could be declared final
25422 src/com/gps/hibernate/ResourceactionDAO.java 109 Local variable 'queryObject' could be declared final
25423 src/com/gps/hibernate/ResourceactionDAO.java 109 Potential violation of Law of Demeter (method chain calls)
25424 src/com/gps/hibernate/ResourceactionDAO.java 110 Potential violation of Law of Demeter (object not created locally)
25425 src/com/gps/hibernate/ResourceactionDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25426 src/com/gps/hibernate/ResourceactionDAO.java 112 There is log block not surrounded by if
25427 src/com/gps/hibernate/ResourceactionDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
25428 src/com/gps/hibernate/ResourceactionDAO.java 117 publicMethodCommentRequirement Required
25429 src/com/gps/hibernate/ResourceactionDAO.java 118 There is log block not surrounded by if
25430 src/com/gps/hibernate/ResourceactionDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25431 src/com/gps/hibernate/ResourceactionDAO.java 120 Local variable 'result' could be declared final
25432 src/com/gps/hibernate/ResourceactionDAO.java 120 Potential violation of Law of Demeter (method chain calls)
25433 src/com/gps/hibernate/ResourceactionDAO.java 122 There is log block not surrounded by if
25434 src/com/gps/hibernate/ResourceactionDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25435 src/com/gps/hibernate/ResourceactionDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25436 src/com/gps/hibernate/ResourceactionDAO.java 125 There is log block not surrounded by if
25437 src/com/gps/hibernate/ResourceactionDAO.java 130 Parameter 'instance' is not assigned and could be declared final
25438 src/com/gps/hibernate/ResourceactionDAO.java 130 publicMethodCommentRequirement Required
25439 src/com/gps/hibernate/ResourceactionDAO.java 131 There is log block not surrounded by if
25440 src/com/gps/hibernate/ResourceactionDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25441 src/com/gps/hibernate/ResourceactionDAO.java 133 Potential violation of Law of Demeter (method chain calls)
25442 src/com/gps/hibernate/ResourceactionDAO.java 134 There is log block not surrounded by if
25443 src/com/gps/hibernate/ResourceactionDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25444 src/com/gps/hibernate/ResourceactionDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25445 src/com/gps/hibernate/ResourceactionDAO.java 136 There is log block not surrounded by if
25446 src/com/gps/hibernate/ResourceactionDAO.java 141 Parameter 'instance' is not assigned and could be declared final
25447 src/com/gps/hibernate/ResourceactionDAO.java 141 publicMethodCommentRequirement Required
25448 src/com/gps/hibernate/ResourceactionDAO.java 142 There is log block not surrounded by if
25449 src/com/gps/hibernate/ResourceactionDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25450 src/com/gps/hibernate/ResourceactionDAO.java 144 Potential violation of Law of Demeter (method chain calls)
25451 src/com/gps/hibernate/ResourceactionDAO.java 145 There is log block not surrounded by if
25452 src/com/gps/hibernate/ResourceactionDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25453 src/com/gps/hibernate/ResourceactionDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25454 src/com/gps/hibernate/ResourceactionDAO.java 147 There is log block not surrounded by if
25455 src/com/gps/hibernate/Resourcecode.java 9 Classes implementing Serializable should set a serialVersionUID
25456 src/com/gps/hibernate/Resourcecode.java 13 fieldCommentRequirement Required
25457 src/com/gps/hibernate/Resourcecode.java 14 fieldCommentRequirement Required
25458 src/com/gps/hibernate/Resourcecode.java 15 fieldCommentRequirement Required
25459 src/com/gps/hibernate/Resourcecode.java 16 fieldCommentRequirement Required
25460 src/com/gps/hibernate/Resourcecode.java 21 Document empty constructor
25461 src/com/gps/hibernate/Resourcecode.java 25 Parameter 'codeId' is not assigned and could be declared final
25462 src/com/gps/hibernate/Resourcecode.java 30 Parameter 'codeId' is not assigned and could be declared final
25463 src/com/gps/hibernate/Resourcecode.java 30 Parameter 'companyId' is not assigned and could be declared final
25464 src/com/gps/hibernate/Resourcecode.java 30 Parameter 'name' is not assigned and could be declared final
25465 src/com/gps/hibernate/Resourcecode.java 30 Parameter 'scope' is not assigned and could be declared final
25466 src/com/gps/hibernate/Resourcecode.java 39 publicMethodCommentRequirement Required
25467 src/com/gps/hibernate/Resourcecode.java 43 Parameter 'codeId' is not assigned and could be declared final
25468 src/com/gps/hibernate/Resourcecode.java 43 publicMethodCommentRequirement Required
25469 src/com/gps/hibernate/Resourcecode.java 47 publicMethodCommentRequirement Required
25470 src/com/gps/hibernate/Resourcecode.java 51 Parameter 'companyId' is not assigned and could be declared final
25471 src/com/gps/hibernate/Resourcecode.java 51 publicMethodCommentRequirement Required
25472 src/com/gps/hibernate/Resourcecode.java 55 publicMethodCommentRequirement Required
25473 src/com/gps/hibernate/Resourcecode.java 59 Parameter 'name' is not assigned and could be declared final
25474 src/com/gps/hibernate/Resourcecode.java 59 publicMethodCommentRequirement Required
25475 src/com/gps/hibernate/Resourcecode.java 63 publicMethodCommentRequirement Required
25476 src/com/gps/hibernate/Resourcecode.java 67 Parameter 'scope' is not assigned and could be declared final
25477 src/com/gps/hibernate/Resourcecode.java 67 publicMethodCommentRequirement Required
25478 src/com/gps/hibernate/ResourcecodeDAO.java 10 Comment is too large: Too many lines
25479 src/com/gps/hibernate/ResourcecodeDAO.java 22 This class has too many methods, consider refactoring it.
25480 src/com/gps/hibernate/ResourcecodeDAO.java 23 Logger should be defined private static final and have the correct class
25481 src/com/gps/hibernate/ResourcecodeDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
25482 src/com/gps/hibernate/ResourcecodeDAO.java 23 fieldCommentRequirement Required
25483 src/com/gps/hibernate/ResourcecodeDAO.java 25 fieldCommentRequirement Required
25484 src/com/gps/hibernate/ResourcecodeDAO.java 26 fieldCommentRequirement Required
25485 src/com/gps/hibernate/ResourcecodeDAO.java 27 fieldCommentRequirement Required
25486 src/com/gps/hibernate/ResourcecodeDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
25487 src/com/gps/hibernate/ResourcecodeDAO.java 29 publicMethodCommentRequirement Required
25488 src/com/gps/hibernate/ResourcecodeDAO.java 30 There is log block not surrounded by if
25489 src/com/gps/hibernate/ResourcecodeDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25490 src/com/gps/hibernate/ResourcecodeDAO.java 32 Potential violation of Law of Demeter (method chain calls)
25491 src/com/gps/hibernate/ResourcecodeDAO.java 33 There is log block not surrounded by if
25492 src/com/gps/hibernate/ResourcecodeDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25493 src/com/gps/hibernate/ResourcecodeDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25494 src/com/gps/hibernate/ResourcecodeDAO.java 35 There is log block not surrounded by if
25495 src/com/gps/hibernate/ResourcecodeDAO.java 40 Avoid excessively long variable names like persistentInstance
25496 src/com/gps/hibernate/ResourcecodeDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
25497 src/com/gps/hibernate/ResourcecodeDAO.java 40 publicMethodCommentRequirement Required
25498 src/com/gps/hibernate/ResourcecodeDAO.java 41 There is log block not surrounded by if
25499 src/com/gps/hibernate/ResourcecodeDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25500 src/com/gps/hibernate/ResourcecodeDAO.java 43 Potential violation of Law of Demeter (method chain calls)
25501 src/com/gps/hibernate/ResourcecodeDAO.java 44 There is log block not surrounded by if
25502 src/com/gps/hibernate/ResourcecodeDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25503 src/com/gps/hibernate/ResourcecodeDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25504 src/com/gps/hibernate/ResourcecodeDAO.java 46 There is log block not surrounded by if
25505 src/com/gps/hibernate/ResourcecodeDAO.java 51 Avoid variables with short names like id
25506 src/com/gps/hibernate/ResourcecodeDAO.java 51 Parameter 'id' is not assigned and could be declared final
25507 src/com/gps/hibernate/ResourcecodeDAO.java 51 publicMethodCommentRequirement Required
25508 src/com/gps/hibernate/ResourcecodeDAO.java 52 There is log block not surrounded by if
25509 src/com/gps/hibernate/ResourcecodeDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25510 src/com/gps/hibernate/ResourcecodeDAO.java 54 Local variable 'instance' could be declared final
25511 src/com/gps/hibernate/ResourcecodeDAO.java 54 Potential violation of Law of Demeter (method chain calls)
25512 src/com/gps/hibernate/ResourcecodeDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25513 src/com/gps/hibernate/ResourcecodeDAO.java 58 There is log block not surrounded by if
25514 src/com/gps/hibernate/ResourcecodeDAO.java 63 Parameter 'instance' is not assigned and could be declared final
25515 src/com/gps/hibernate/ResourcecodeDAO.java 63 publicMethodCommentRequirement Required
25516 src/com/gps/hibernate/ResourcecodeDAO.java 64 There is log block not surrounded by if
25517 src/com/gps/hibernate/ResourcecodeDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25518 src/com/gps/hibernate/ResourcecodeDAO.java 66 Local variable 'results' could be declared final
25519 src/com/gps/hibernate/ResourcecodeDAO.java 66 Potential violation of Law of Demeter (method chain calls)
25520 src/com/gps/hibernate/ResourcecodeDAO.java 66 Potential violation of Law of Demeter (method chain calls)
25521 src/com/gps/hibernate/ResourcecodeDAO.java 66 Potential violation of Law of Demeter (method chain calls)
25522 src/com/gps/hibernate/ResourcecodeDAO.java 69 There is log block not surrounded by if
25523 src/com/gps/hibernate/ResourcecodeDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25524 src/com/gps/hibernate/ResourcecodeDAO.java 70 Potential violation of Law of Demeter (object not created locally)
25525 src/com/gps/hibernate/ResourcecodeDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25526 src/com/gps/hibernate/ResourcecodeDAO.java 73 There is log block not surrounded by if
25527 src/com/gps/hibernate/ResourcecodeDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
25528 src/com/gps/hibernate/ResourcecodeDAO.java 78 Parameter 'value' is not assigned and could be declared final
25529 src/com/gps/hibernate/ResourcecodeDAO.java 78 publicMethodCommentRequirement Required
25530 src/com/gps/hibernate/ResourcecodeDAO.java 79 There is log block not surrounded by if
25531 src/com/gps/hibernate/ResourcecodeDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25532 src/com/gps/hibernate/ResourcecodeDAO.java 82 Local variable 'queryString' could be declared final
25533 src/com/gps/hibernate/ResourcecodeDAO.java 84 Local variable 'queryObject' could be declared final
25534 src/com/gps/hibernate/ResourcecodeDAO.java 84 Potential violation of Law of Demeter (method chain calls)
25535 src/com/gps/hibernate/ResourcecodeDAO.java 85 Potential violation of Law of Demeter (object not created locally)
25536 src/com/gps/hibernate/ResourcecodeDAO.java 86 Potential violation of Law of Demeter (object not created locally)
25537 src/com/gps/hibernate/ResourcecodeDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25538 src/com/gps/hibernate/ResourcecodeDAO.java 88 There is log block not surrounded by if
25539 src/com/gps/hibernate/ResourcecodeDAO.java 93 Parameter 'companyId' is not assigned and could be declared final
25540 src/com/gps/hibernate/ResourcecodeDAO.java 93 publicMethodCommentRequirement Required
25541 src/com/gps/hibernate/ResourcecodeDAO.java 97 Parameter 'name' is not assigned and could be declared final
25542 src/com/gps/hibernate/ResourcecodeDAO.java 97 publicMethodCommentRequirement Required
25543 src/com/gps/hibernate/ResourcecodeDAO.java 101 Parameter 'scope' is not assigned and could be declared final
25544 src/com/gps/hibernate/ResourcecodeDAO.java 101 publicMethodCommentRequirement Required
25545 src/com/gps/hibernate/ResourcecodeDAO.java 105 publicMethodCommentRequirement Required
25546 src/com/gps/hibernate/ResourcecodeDAO.java 106 There is log block not surrounded by if
25547 src/com/gps/hibernate/ResourcecodeDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25548 src/com/gps/hibernate/ResourcecodeDAO.java 108 Local variable 'queryString' could be declared final
25549 src/com/gps/hibernate/ResourcecodeDAO.java 109 Local variable 'queryObject' could be declared final
25550 src/com/gps/hibernate/ResourcecodeDAO.java 109 Potential violation of Law of Demeter (method chain calls)
25551 src/com/gps/hibernate/ResourcecodeDAO.java 110 Potential violation of Law of Demeter (object not created locally)
25552 src/com/gps/hibernate/ResourcecodeDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25553 src/com/gps/hibernate/ResourcecodeDAO.java 112 There is log block not surrounded by if
25554 src/com/gps/hibernate/ResourcecodeDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
25555 src/com/gps/hibernate/ResourcecodeDAO.java 117 publicMethodCommentRequirement Required
25556 src/com/gps/hibernate/ResourcecodeDAO.java 118 There is log block not surrounded by if
25557 src/com/gps/hibernate/ResourcecodeDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25558 src/com/gps/hibernate/ResourcecodeDAO.java 120 Local variable 'result' could be declared final
25559 src/com/gps/hibernate/ResourcecodeDAO.java 120 Potential violation of Law of Demeter (method chain calls)
25560 src/com/gps/hibernate/ResourcecodeDAO.java 122 There is log block not surrounded by if
25561 src/com/gps/hibernate/ResourcecodeDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25562 src/com/gps/hibernate/ResourcecodeDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25563 src/com/gps/hibernate/ResourcecodeDAO.java 125 There is log block not surrounded by if
25564 src/com/gps/hibernate/ResourcecodeDAO.java 130 Parameter 'instance' is not assigned and could be declared final
25565 src/com/gps/hibernate/ResourcecodeDAO.java 130 publicMethodCommentRequirement Required
25566 src/com/gps/hibernate/ResourcecodeDAO.java 131 There is log block not surrounded by if
25567 src/com/gps/hibernate/ResourcecodeDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25568 src/com/gps/hibernate/ResourcecodeDAO.java 133 Potential violation of Law of Demeter (method chain calls)
25569 src/com/gps/hibernate/ResourcecodeDAO.java 134 There is log block not surrounded by if
25570 src/com/gps/hibernate/ResourcecodeDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25571 src/com/gps/hibernate/ResourcecodeDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25572 src/com/gps/hibernate/ResourcecodeDAO.java 136 There is log block not surrounded by if
25573 src/com/gps/hibernate/ResourcecodeDAO.java 141 Parameter 'instance' is not assigned and could be declared final
25574 src/com/gps/hibernate/ResourcecodeDAO.java 141 publicMethodCommentRequirement Required
25575 src/com/gps/hibernate/ResourcecodeDAO.java 142 There is log block not surrounded by if
25576 src/com/gps/hibernate/ResourcecodeDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25577 src/com/gps/hibernate/ResourcecodeDAO.java 144 Potential violation of Law of Demeter (method chain calls)
25578 src/com/gps/hibernate/ResourcecodeDAO.java 145 There is log block not surrounded by if
25579 src/com/gps/hibernate/ResourcecodeDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25580 src/com/gps/hibernate/ResourcecodeDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25581 src/com/gps/hibernate/ResourcecodeDAO.java 147 There is log block not surrounded by if
25582 src/com/gps/hibernate/Resourcepermission.java 9 Classes implementing Serializable should set a serialVersionUID
25583 src/com/gps/hibernate/Resourcepermission.java 13 Avoid excessively long variable names like resourcePermissionId
25584 src/com/gps/hibernate/Resourcepermission.java 13 fieldCommentRequirement Required
25585 src/com/gps/hibernate/Resourcepermission.java 14 fieldCommentRequirement Required
25586 src/com/gps/hibernate/Resourcepermission.java 15 fieldCommentRequirement Required
25587 src/com/gps/hibernate/Resourcepermission.java 16 fieldCommentRequirement Required
25588 src/com/gps/hibernate/Resourcepermission.java 17 fieldCommentRequirement Required
25589 src/com/gps/hibernate/Resourcepermission.java 18 fieldCommentRequirement Required
25590 src/com/gps/hibernate/Resourcepermission.java 19 fieldCommentRequirement Required
25591 src/com/gps/hibernate/Resourcepermission.java 24 Document empty constructor
25592 src/com/gps/hibernate/Resourcepermission.java 28 Avoid excessively long variable names like resourcePermissionId
25593 src/com/gps/hibernate/Resourcepermission.java 28 Parameter 'resourcePermissionId' is not assigned and could be declared final
25594 src/com/gps/hibernate/Resourcepermission.java 33 Avoid excessively long variable names like resourcePermissionId
25595 src/com/gps/hibernate/Resourcepermission.java 33 Parameter 'companyId' is not assigned and could be declared final
25596 src/com/gps/hibernate/Resourcepermission.java 33 Parameter 'resourcePermissionId' is not assigned and could be declared final
25597 src/com/gps/hibernate/Resourcepermission.java 34 Parameter 'name' is not assigned and could be declared final
25598 src/com/gps/hibernate/Resourcepermission.java 34 Parameter 'primKey' is not assigned and could be declared final
25599 src/com/gps/hibernate/Resourcepermission.java 34 Parameter 'roleId' is not assigned and could be declared final
25600 src/com/gps/hibernate/Resourcepermission.java 34 Parameter 'scope' is not assigned and could be declared final
25601 src/com/gps/hibernate/Resourcepermission.java 35 Parameter 'actionIds' is not assigned and could be declared final
25602 src/com/gps/hibernate/Resourcepermission.java 47 publicMethodCommentRequirement Required
25603 src/com/gps/hibernate/Resourcepermission.java 51 Avoid excessively long variable names like resourcePermissionId
25604 src/com/gps/hibernate/Resourcepermission.java 51 Parameter 'resourcePermissionId' is not assigned and could be declared final
25605 src/com/gps/hibernate/Resourcepermission.java 51 publicMethodCommentRequirement Required
25606 src/com/gps/hibernate/Resourcepermission.java 55 publicMethodCommentRequirement Required
25607 src/com/gps/hibernate/Resourcepermission.java 59 Parameter 'companyId' is not assigned and could be declared final
25608 src/com/gps/hibernate/Resourcepermission.java 59 publicMethodCommentRequirement Required
25609 src/com/gps/hibernate/Resourcepermission.java 63 publicMethodCommentRequirement Required
25610 src/com/gps/hibernate/Resourcepermission.java 67 Parameter 'name' is not assigned and could be declared final
25611 src/com/gps/hibernate/Resourcepermission.java 67 publicMethodCommentRequirement Required
25612 src/com/gps/hibernate/Resourcepermission.java 71 publicMethodCommentRequirement Required
25613 src/com/gps/hibernate/Resourcepermission.java 75 Parameter 'scope' is not assigned and could be declared final
25614 src/com/gps/hibernate/Resourcepermission.java 75 publicMethodCommentRequirement Required
25615 src/com/gps/hibernate/Resourcepermission.java 79 publicMethodCommentRequirement Required
25616 src/com/gps/hibernate/Resourcepermission.java 83 Parameter 'primKey' is not assigned and could be declared final
25617 src/com/gps/hibernate/Resourcepermission.java 83 publicMethodCommentRequirement Required
25618 src/com/gps/hibernate/Resourcepermission.java 87 publicMethodCommentRequirement Required
25619 src/com/gps/hibernate/Resourcepermission.java 91 Parameter 'roleId' is not assigned and could be declared final
25620 src/com/gps/hibernate/Resourcepermission.java 91 publicMethodCommentRequirement Required
25621 src/com/gps/hibernate/Resourcepermission.java 95 publicMethodCommentRequirement Required
25622 src/com/gps/hibernate/Resourcepermission.java 99 Parameter 'actionIds' is not assigned and could be declared final
25623 src/com/gps/hibernate/Resourcepermission.java 99 publicMethodCommentRequirement Required
25624 src/com/gps/hibernate/ResourcepermissionDAO.java 10 Comment is too large: Too many lines
25625 src/com/gps/hibernate/ResourcepermissionDAO.java 22 This class has too many methods, consider refactoring it.
25626 src/com/gps/hibernate/ResourcepermissionDAO.java 23 Logger should be defined private static final and have the correct class
25627 src/com/gps/hibernate/ResourcepermissionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
25628 src/com/gps/hibernate/ResourcepermissionDAO.java 23 fieldCommentRequirement Required
25629 src/com/gps/hibernate/ResourcepermissionDAO.java 26 fieldCommentRequirement Required
25630 src/com/gps/hibernate/ResourcepermissionDAO.java 27 fieldCommentRequirement Required
25631 src/com/gps/hibernate/ResourcepermissionDAO.java 28 fieldCommentRequirement Required
25632 src/com/gps/hibernate/ResourcepermissionDAO.java 29 fieldCommentRequirement Required
25633 src/com/gps/hibernate/ResourcepermissionDAO.java 30 fieldCommentRequirement Required
25634 src/com/gps/hibernate/ResourcepermissionDAO.java 31 fieldCommentRequirement Required
25635 src/com/gps/hibernate/ResourcepermissionDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
25636 src/com/gps/hibernate/ResourcepermissionDAO.java 33 publicMethodCommentRequirement Required
25637 src/com/gps/hibernate/ResourcepermissionDAO.java 34 There is log block not surrounded by if
25638 src/com/gps/hibernate/ResourcepermissionDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25639 src/com/gps/hibernate/ResourcepermissionDAO.java 36 Potential violation of Law of Demeter (method chain calls)
25640 src/com/gps/hibernate/ResourcepermissionDAO.java 37 There is log block not surrounded by if
25641 src/com/gps/hibernate/ResourcepermissionDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25642 src/com/gps/hibernate/ResourcepermissionDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25643 src/com/gps/hibernate/ResourcepermissionDAO.java 39 There is log block not surrounded by if
25644 src/com/gps/hibernate/ResourcepermissionDAO.java 44 Avoid excessively long variable names like persistentInstance
25645 src/com/gps/hibernate/ResourcepermissionDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
25646 src/com/gps/hibernate/ResourcepermissionDAO.java 44 publicMethodCommentRequirement Required
25647 src/com/gps/hibernate/ResourcepermissionDAO.java 45 There is log block not surrounded by if
25648 src/com/gps/hibernate/ResourcepermissionDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25649 src/com/gps/hibernate/ResourcepermissionDAO.java 47 Potential violation of Law of Demeter (method chain calls)
25650 src/com/gps/hibernate/ResourcepermissionDAO.java 48 There is log block not surrounded by if
25651 src/com/gps/hibernate/ResourcepermissionDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25652 src/com/gps/hibernate/ResourcepermissionDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25653 src/com/gps/hibernate/ResourcepermissionDAO.java 50 There is log block not surrounded by if
25654 src/com/gps/hibernate/ResourcepermissionDAO.java 55 Avoid variables with short names like id
25655 src/com/gps/hibernate/ResourcepermissionDAO.java 55 Parameter 'id' is not assigned and could be declared final
25656 src/com/gps/hibernate/ResourcepermissionDAO.java 55 publicMethodCommentRequirement Required
25657 src/com/gps/hibernate/ResourcepermissionDAO.java 56 There is log block not surrounded by if
25658 src/com/gps/hibernate/ResourcepermissionDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25659 src/com/gps/hibernate/ResourcepermissionDAO.java 58 Local variable 'instance' could be declared final
25660 src/com/gps/hibernate/ResourcepermissionDAO.java 58 Potential violation of Law of Demeter (method chain calls)
25661 src/com/gps/hibernate/ResourcepermissionDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25662 src/com/gps/hibernate/ResourcepermissionDAO.java 62 There is log block not surrounded by if
25663 src/com/gps/hibernate/ResourcepermissionDAO.java 67 Parameter 'instance' is not assigned and could be declared final
25664 src/com/gps/hibernate/ResourcepermissionDAO.java 67 publicMethodCommentRequirement Required
25665 src/com/gps/hibernate/ResourcepermissionDAO.java 68 There is log block not surrounded by if
25666 src/com/gps/hibernate/ResourcepermissionDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25667 src/com/gps/hibernate/ResourcepermissionDAO.java 70 Local variable 'results' could be declared final
25668 src/com/gps/hibernate/ResourcepermissionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
25669 src/com/gps/hibernate/ResourcepermissionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
25670 src/com/gps/hibernate/ResourcepermissionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
25671 src/com/gps/hibernate/ResourcepermissionDAO.java 73 There is log block not surrounded by if
25672 src/com/gps/hibernate/ResourcepermissionDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25673 src/com/gps/hibernate/ResourcepermissionDAO.java 74 Potential violation of Law of Demeter (object not created locally)
25674 src/com/gps/hibernate/ResourcepermissionDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25675 src/com/gps/hibernate/ResourcepermissionDAO.java 77 There is log block not surrounded by if
25676 src/com/gps/hibernate/ResourcepermissionDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
25677 src/com/gps/hibernate/ResourcepermissionDAO.java 82 Parameter 'value' is not assigned and could be declared final
25678 src/com/gps/hibernate/ResourcepermissionDAO.java 82 publicMethodCommentRequirement Required
25679 src/com/gps/hibernate/ResourcepermissionDAO.java 83 There is log block not surrounded by if
25680 src/com/gps/hibernate/ResourcepermissionDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25681 src/com/gps/hibernate/ResourcepermissionDAO.java 86 Local variable 'queryString' could be declared final
25682 src/com/gps/hibernate/ResourcepermissionDAO.java 88 Local variable 'queryObject' could be declared final
25683 src/com/gps/hibernate/ResourcepermissionDAO.java 88 Potential violation of Law of Demeter (method chain calls)
25684 src/com/gps/hibernate/ResourcepermissionDAO.java 89 Potential violation of Law of Demeter (object not created locally)
25685 src/com/gps/hibernate/ResourcepermissionDAO.java 90 Potential violation of Law of Demeter (object not created locally)
25686 src/com/gps/hibernate/ResourcepermissionDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25687 src/com/gps/hibernate/ResourcepermissionDAO.java 92 There is log block not surrounded by if
25688 src/com/gps/hibernate/ResourcepermissionDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
25689 src/com/gps/hibernate/ResourcepermissionDAO.java 97 publicMethodCommentRequirement Required
25690 src/com/gps/hibernate/ResourcepermissionDAO.java 101 Parameter 'name' is not assigned and could be declared final
25691 src/com/gps/hibernate/ResourcepermissionDAO.java 101 publicMethodCommentRequirement Required
25692 src/com/gps/hibernate/ResourcepermissionDAO.java 105 Parameter 'scope' is not assigned and could be declared final
25693 src/com/gps/hibernate/ResourcepermissionDAO.java 105 publicMethodCommentRequirement Required
25694 src/com/gps/hibernate/ResourcepermissionDAO.java 109 Parameter 'primKey' is not assigned and could be declared final
25695 src/com/gps/hibernate/ResourcepermissionDAO.java 109 publicMethodCommentRequirement Required
25696 src/com/gps/hibernate/ResourcepermissionDAO.java 113 Parameter 'roleId' is not assigned and could be declared final
25697 src/com/gps/hibernate/ResourcepermissionDAO.java 113 publicMethodCommentRequirement Required
25698 src/com/gps/hibernate/ResourcepermissionDAO.java 117 Parameter 'actionIds' is not assigned and could be declared final
25699 src/com/gps/hibernate/ResourcepermissionDAO.java 117 publicMethodCommentRequirement Required
25700 src/com/gps/hibernate/ResourcepermissionDAO.java 121 publicMethodCommentRequirement Required
25701 src/com/gps/hibernate/ResourcepermissionDAO.java 122 There is log block not surrounded by if
25702 src/com/gps/hibernate/ResourcepermissionDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25703 src/com/gps/hibernate/ResourcepermissionDAO.java 124 Local variable 'queryString' could be declared final
25704 src/com/gps/hibernate/ResourcepermissionDAO.java 125 Local variable 'queryObject' could be declared final
25705 src/com/gps/hibernate/ResourcepermissionDAO.java 125 Potential violation of Law of Demeter (method chain calls)
25706 src/com/gps/hibernate/ResourcepermissionDAO.java 126 Potential violation of Law of Demeter (object not created locally)
25707 src/com/gps/hibernate/ResourcepermissionDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25708 src/com/gps/hibernate/ResourcepermissionDAO.java 128 There is log block not surrounded by if
25709 src/com/gps/hibernate/ResourcepermissionDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
25710 src/com/gps/hibernate/ResourcepermissionDAO.java 133 publicMethodCommentRequirement Required
25711 src/com/gps/hibernate/ResourcepermissionDAO.java 134 There is log block not surrounded by if
25712 src/com/gps/hibernate/ResourcepermissionDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25713 src/com/gps/hibernate/ResourcepermissionDAO.java 136 Local variable 'result' could be declared final
25714 src/com/gps/hibernate/ResourcepermissionDAO.java 136 Potential violation of Law of Demeter (method chain calls)
25715 src/com/gps/hibernate/ResourcepermissionDAO.java 138 There is log block not surrounded by if
25716 src/com/gps/hibernate/ResourcepermissionDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25717 src/com/gps/hibernate/ResourcepermissionDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25718 src/com/gps/hibernate/ResourcepermissionDAO.java 141 There is log block not surrounded by if
25719 src/com/gps/hibernate/ResourcepermissionDAO.java 146 Parameter 'instance' is not assigned and could be declared final
25720 src/com/gps/hibernate/ResourcepermissionDAO.java 146 publicMethodCommentRequirement Required
25721 src/com/gps/hibernate/ResourcepermissionDAO.java 147 There is log block not surrounded by if
25722 src/com/gps/hibernate/ResourcepermissionDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25723 src/com/gps/hibernate/ResourcepermissionDAO.java 149 Potential violation of Law of Demeter (method chain calls)
25724 src/com/gps/hibernate/ResourcepermissionDAO.java 150 There is log block not surrounded by if
25725 src/com/gps/hibernate/ResourcepermissionDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25726 src/com/gps/hibernate/ResourcepermissionDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25727 src/com/gps/hibernate/ResourcepermissionDAO.java 152 There is log block not surrounded by if
25728 src/com/gps/hibernate/ResourcepermissionDAO.java 157 Parameter 'instance' is not assigned and could be declared final
25729 src/com/gps/hibernate/ResourcepermissionDAO.java 157 publicMethodCommentRequirement Required
25730 src/com/gps/hibernate/ResourcepermissionDAO.java 158 There is log block not surrounded by if
25731 src/com/gps/hibernate/ResourcepermissionDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25732 src/com/gps/hibernate/ResourcepermissionDAO.java 160 Potential violation of Law of Demeter (method chain calls)
25733 src/com/gps/hibernate/ResourcepermissionDAO.java 161 There is log block not surrounded by if
25734 src/com/gps/hibernate/ResourcepermissionDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25735 src/com/gps/hibernate/ResourcepermissionDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25736 src/com/gps/hibernate/ResourcepermissionDAO.java 163 There is log block not surrounded by if
25737 src/com/gps/hibernate/RfidHistory.java 6 Classes implementing Serializable should set a serialVersionUID
25738 src/com/gps/hibernate/RfidHistory.java 6 headerCommentRequirement Required
25739 src/com/gps/hibernate/RfidHistory.java 10 fieldCommentRequirement Required
25740 src/com/gps/hibernate/RfidHistory.java 11 fieldCommentRequirement Required
25741 src/com/gps/hibernate/RfidHistory.java 12 fieldCommentRequirement Required
25742 src/com/gps/hibernate/RfidHistory.java 13 fieldCommentRequirement Required
25743 src/com/gps/hibernate/RfidHistory.java 14 fieldCommentRequirement Required
25744 src/com/gps/hibernate/RfidHistory.java 15 fieldCommentRequirement Required
25745 src/com/gps/hibernate/RfidHistory.java 16 fieldCommentRequirement Required
25746 src/com/gps/hibernate/RfidHistory.java 21 Document empty constructor
25747 src/com/gps/hibernate/RfidHistory.java 25 Parameter 'historyId' is not assigned and could be declared final
25748 src/com/gps/hibernate/RfidHistory.java 25 Parameter 'insertionTime' is not assigned and could be declared final
25749 src/com/gps/hibernate/RfidHistory.java 25 Parameter 'userRfid' is not assigned and could be declared final
25750 src/com/gps/hibernate/RfidHistory.java 32 Parameter 'fence' is not assigned and could be declared final
25751 src/com/gps/hibernate/RfidHistory.java 32 Parameter 'historyId' is not assigned and could be declared final
25752 src/com/gps/hibernate/RfidHistory.java 32 Parameter 'insertionTime' is not assigned and could be declared final
25753 src/com/gps/hibernate/RfidHistory.java 32 Parameter 'session' is not assigned and could be declared final
25754 src/com/gps/hibernate/RfidHistory.java 32 Parameter 'status' is not assigned and could be declared final
25755 src/com/gps/hibernate/RfidHistory.java 32 Parameter 'userRfid' is not assigned and could be declared final
25756 src/com/gps/hibernate/RfidHistory.java 41 Parameter 'fence' is not assigned and could be declared final
25757 src/com/gps/hibernate/RfidHistory.java 41 Parameter 'historyId' is not assigned and could be declared final
25758 src/com/gps/hibernate/RfidHistory.java 41 Parameter 'insertionTime' is not assigned and could be declared final
25759 src/com/gps/hibernate/RfidHistory.java 41 Parameter 'session' is not assigned and could be declared final
25760 src/com/gps/hibernate/RfidHistory.java 41 Parameter 'status' is not assigned and could be declared final
25761 src/com/gps/hibernate/RfidHistory.java 41 Parameter 'tripDetails' is not assigned and could be declared final
25762 src/com/gps/hibernate/RfidHistory.java 41 Parameter 'userRfid' is not assigned and could be declared final
25763 src/com/gps/hibernate/RfidHistory.java 41 publicMethodCommentRequirement Required
25764 src/com/gps/hibernate/RfidHistory.java 54 publicMethodCommentRequirement Required
25765 src/com/gps/hibernate/RfidHistory.java 58 Parameter 'historyId' is not assigned and could be declared final
25766 src/com/gps/hibernate/RfidHistory.java 58 publicMethodCommentRequirement Required
25767 src/com/gps/hibernate/RfidHistory.java 62 publicMethodCommentRequirement Required
25768 src/com/gps/hibernate/RfidHistory.java 66 Parameter 'userRfid' is not assigned and could be declared final
25769 src/com/gps/hibernate/RfidHistory.java 66 publicMethodCommentRequirement Required
25770 src/com/gps/hibernate/RfidHistory.java 70 publicMethodCommentRequirement Required
25771 src/com/gps/hibernate/RfidHistory.java 74 Parameter 'fence' is not assigned and could be declared final
25772 src/com/gps/hibernate/RfidHistory.java 74 publicMethodCommentRequirement Required
25773 src/com/gps/hibernate/RfidHistory.java 78 publicMethodCommentRequirement Required
25774 src/com/gps/hibernate/RfidHistory.java 82 Parameter 'insertionTime' is not assigned and could be declared final
25775 src/com/gps/hibernate/RfidHistory.java 82 publicMethodCommentRequirement Required
25776 src/com/gps/hibernate/RfidHistory.java 86 publicMethodCommentRequirement Required
25777 src/com/gps/hibernate/RfidHistory.java 90 Parameter 'session' is not assigned and could be declared final
25778 src/com/gps/hibernate/RfidHistory.java 90 publicMethodCommentRequirement Required
25779 src/com/gps/hibernate/RfidHistory.java 94 publicMethodCommentRequirement Required
25780 src/com/gps/hibernate/RfidHistory.java 98 Parameter 'status' is not assigned and could be declared final
25781 src/com/gps/hibernate/RfidHistory.java 98 publicMethodCommentRequirement Required
25782 src/com/gps/hibernate/RfidHistory.java 102 publicMethodCommentRequirement Required
25783 src/com/gps/hibernate/RfidHistory.java 106 Parameter 'tripDetails' is not assigned and could be declared final
25784 src/com/gps/hibernate/RfidHistory.java 106 publicMethodCommentRequirement Required
25785 src/com/gps/hibernate/RfidHistoryDAO.java 5 Avoid unused imports such as 'javax.naming.InitialContext'
25786 src/com/gps/hibernate/RfidHistoryDAO.java 9 Avoid unused imports such as 'org.hibernate.SessionFactory'
25787 src/com/gps/hibernate/RfidHistoryDAO.java 21 Logger should be defined private static final and have the correct class
25788 src/com/gps/hibernate/RfidHistoryDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
25789 src/com/gps/hibernate/RfidHistoryDAO.java 21 fieldCommentRequirement Required
25790 src/com/gps/hibernate/RfidHistoryDAO.java 25 Parameter 'transientInstance' is not assigned and could be declared final
25791 src/com/gps/hibernate/RfidHistoryDAO.java 25 publicMethodCommentRequirement Required
25792 src/com/gps/hibernate/RfidHistoryDAO.java 26 There is log block not surrounded by if
25793 src/com/gps/hibernate/RfidHistoryDAO.java 26 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25794 src/com/gps/hibernate/RfidHistoryDAO.java 28 Potential violation of Law of Demeter (method chain calls)
25795 src/com/gps/hibernate/RfidHistoryDAO.java 29 There is log block not surrounded by if
25796 src/com/gps/hibernate/RfidHistoryDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25797 src/com/gps/hibernate/RfidHistoryDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25798 src/com/gps/hibernate/RfidHistoryDAO.java 32 There is log block not surrounded by if
25799 src/com/gps/hibernate/RfidHistoryDAO.java 37 Parameter 'instance' is not assigned and could be declared final
25800 src/com/gps/hibernate/RfidHistoryDAO.java 37 publicMethodCommentRequirement Required
25801 src/com/gps/hibernate/RfidHistoryDAO.java 38 There is log block not surrounded by if
25802 src/com/gps/hibernate/RfidHistoryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25803 src/com/gps/hibernate/RfidHistoryDAO.java 40 Potential violation of Law of Demeter (method chain calls)
25804 src/com/gps/hibernate/RfidHistoryDAO.java 41 There is log block not surrounded by if
25805 src/com/gps/hibernate/RfidHistoryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25806 src/com/gps/hibernate/RfidHistoryDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25807 src/com/gps/hibernate/RfidHistoryDAO.java 44 There is log block not surrounded by if
25808 src/com/gps/hibernate/RfidHistoryDAO.java 49 Parameter 'instance' is not assigned and could be declared final
25809 src/com/gps/hibernate/RfidHistoryDAO.java 49 publicMethodCommentRequirement Required
25810 src/com/gps/hibernate/RfidHistoryDAO.java 50 There is log block not surrounded by if
25811 src/com/gps/hibernate/RfidHistoryDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25812 src/com/gps/hibernate/RfidHistoryDAO.java 52 Potential violation of Law of Demeter (method chain calls)
25813 src/com/gps/hibernate/RfidHistoryDAO.java 53 There is log block not surrounded by if
25814 src/com/gps/hibernate/RfidHistoryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25815 src/com/gps/hibernate/RfidHistoryDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25816 src/com/gps/hibernate/RfidHistoryDAO.java 56 There is log block not surrounded by if
25817 src/com/gps/hibernate/RfidHistoryDAO.java 61 Avoid excessively long variable names like persistentInstance
25818 src/com/gps/hibernate/RfidHistoryDAO.java 61 Parameter 'persistentInstance' is not assigned and could be declared final
25819 src/com/gps/hibernate/RfidHistoryDAO.java 61 publicMethodCommentRequirement Required
25820 src/com/gps/hibernate/RfidHistoryDAO.java 62 There is log block not surrounded by if
25821 src/com/gps/hibernate/RfidHistoryDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25822 src/com/gps/hibernate/RfidHistoryDAO.java 64 Potential violation of Law of Demeter (method chain calls)
25823 src/com/gps/hibernate/RfidHistoryDAO.java 65 There is log block not surrounded by if
25824 src/com/gps/hibernate/RfidHistoryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25825 src/com/gps/hibernate/RfidHistoryDAO.java 67 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25826 src/com/gps/hibernate/RfidHistoryDAO.java 68 There is log block not surrounded by if
25827 src/com/gps/hibernate/RfidHistoryDAO.java 73 Parameter 'detachedInstance' is not assigned and could be declared final
25828 src/com/gps/hibernate/RfidHistoryDAO.java 73 publicMethodCommentRequirement Required
25829 src/com/gps/hibernate/RfidHistoryDAO.java 74 There is log block not surrounded by if
25830 src/com/gps/hibernate/RfidHistoryDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25831 src/com/gps/hibernate/RfidHistoryDAO.java 76 Local variable 'result' could be declared final
25832 src/com/gps/hibernate/RfidHistoryDAO.java 76 Potential violation of Law of Demeter (method chain calls)
25833 src/com/gps/hibernate/RfidHistoryDAO.java 78 There is log block not surrounded by if
25834 src/com/gps/hibernate/RfidHistoryDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25835 src/com/gps/hibernate/RfidHistoryDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25836 src/com/gps/hibernate/RfidHistoryDAO.java 82 There is log block not surrounded by if
25837 src/com/gps/hibernate/RfidHistoryDAO.java 87 Avoid variables with short names like id
25838 src/com/gps/hibernate/RfidHistoryDAO.java 87 Parameter 'id' is not assigned and could be declared final
25839 src/com/gps/hibernate/RfidHistoryDAO.java 87 publicMethodCommentRequirement Required
25840 src/com/gps/hibernate/RfidHistoryDAO.java 88 There is log block not surrounded by if
25841 src/com/gps/hibernate/RfidHistoryDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25842 src/com/gps/hibernate/RfidHistoryDAO.java 90 Local variable 'instance' could be declared final
25843 src/com/gps/hibernate/RfidHistoryDAO.java 90 Potential violation of Law of Demeter (method chain calls)
25844 src/com/gps/hibernate/RfidHistoryDAO.java 93 There is log block not surrounded by if
25845 src/com/gps/hibernate/RfidHistoryDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25846 src/com/gps/hibernate/RfidHistoryDAO.java 96 There is log block not surrounded by if
25847 src/com/gps/hibernate/RfidHistoryDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25848 src/com/gps/hibernate/RfidHistoryDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25849 src/com/gps/hibernate/RfidHistoryDAO.java 101 There is log block not surrounded by if
25850 src/com/gps/hibernate/RfidHistoryDAO.java 107 Parameter 'instance' is not assigned and could be declared final
25851 src/com/gps/hibernate/RfidHistoryDAO.java 107 publicMethodCommentRequirement Required
25852 src/com/gps/hibernate/RfidHistoryDAO.java 108 There is log block not surrounded by if
25853 src/com/gps/hibernate/RfidHistoryDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25854 src/com/gps/hibernate/RfidHistoryDAO.java 110 Local variable 'results' could be declared final
25855 src/com/gps/hibernate/RfidHistoryDAO.java 110 Potential violation of Law of Demeter (method chain calls)
25856 src/com/gps/hibernate/RfidHistoryDAO.java 110 Potential violation of Law of Demeter (method chain calls)
25857 src/com/gps/hibernate/RfidHistoryDAO.java 110 Potential violation of Law of Demeter (method chain calls)
25858 src/com/gps/hibernate/RfidHistoryDAO.java 114 Potential violation of Law of Demeter (object not created locally)
25859 src/com/gps/hibernate/RfidHistoryDAO.java 114 There is log block not surrounded by if
25860 src/com/gps/hibernate/RfidHistoryDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25861 src/com/gps/hibernate/RfidHistoryDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25862 src/com/gps/hibernate/RfidHistoryDAO.java 118 There is log block not surrounded by if
25863 src/com/gps/hibernate/RfidStatus.java 3 Avoid unused imports such as 'java.util.HashSet'
25864 src/com/gps/hibernate/RfidStatus.java 4 Avoid unused imports such as 'java.util.Set'
25865 src/com/gps/hibernate/RfidStatus.java 6 Classes implementing Serializable should set a serialVersionUID
25866 src/com/gps/hibernate/RfidStatus.java 6 headerCommentRequirement Required
25867 src/com/gps/hibernate/RfidStatus.java 11 Avoid variables with short names like no
25868 src/com/gps/hibernate/RfidStatus.java 11 fieldCommentRequirement Required
25869 src/com/gps/hibernate/RfidStatus.java 12 fieldCommentRequirement Required
25870 src/com/gps/hibernate/RfidStatus.java 13 fieldCommentRequirement Required
25871 src/com/gps/hibernate/RfidStatus.java 14 fieldCommentRequirement Required
25872 src/com/gps/hibernate/RfidStatus.java 29 Avoid variables with short names like no
25873 src/com/gps/hibernate/RfidStatus.java 29 Parameter 'alerts' is not assigned and could be declared final
25874 src/com/gps/hibernate/RfidStatus.java 29 Parameter 'message' is not assigned and could be declared final
25875 src/com/gps/hibernate/RfidStatus.java 29 Parameter 'no' is not assigned and could be declared final
25876 src/com/gps/hibernate/RfidStatus.java 29 Parameter 'status' is not assigned and could be declared final
25877 src/com/gps/hibernate/RfidStatus.java 47 Avoid variables with short names like no
25878 src/com/gps/hibernate/RfidStatus.java 47 Parameter 'no' is not assigned and could be declared final
25879 src/com/gps/hibernate/RfidStatus.java 61 Parameter 'status' is not assigned and could be declared final
25880 src/com/gps/hibernate/RfidStatus.java 75 Parameter 'message' is not assigned and could be declared final
25881 src/com/gps/hibernate/RfidStatus.java 89 Parameter 'alerts' is not assigned and could be declared final
25882 src/com/gps/hibernate/RfidStatusDAO.java 21 Logger should be defined private static final and have the correct class
25883 src/com/gps/hibernate/RfidStatusDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
25884 src/com/gps/hibernate/RfidStatusDAO.java 21 fieldCommentRequirement Required
25885 src/com/gps/hibernate/RfidStatusDAO.java 23 fieldCommentRequirement Required
25886 src/com/gps/hibernate/RfidStatusDAO.java 25 protectedMethodCommentRequirement Required
25887 src/com/gps/hibernate/RfidStatusDAO.java 29 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25888 src/com/gps/hibernate/RfidStatusDAO.java 30 There is log block not surrounded by if
25889 src/com/gps/hibernate/RfidStatusDAO.java 31 New exception is thrown in catch block, original stack trace may be lost
25890 src/com/gps/hibernate/RfidStatusDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
25891 src/com/gps/hibernate/RfidStatusDAO.java 35 publicMethodCommentRequirement Required
25892 src/com/gps/hibernate/RfidStatusDAO.java 36 There is log block not surrounded by if
25893 src/com/gps/hibernate/RfidStatusDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25894 src/com/gps/hibernate/RfidStatusDAO.java 38 Potential violation of Law of Demeter (method chain calls)
25895 src/com/gps/hibernate/RfidStatusDAO.java 39 There is log block not surrounded by if
25896 src/com/gps/hibernate/RfidStatusDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25897 src/com/gps/hibernate/RfidStatusDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25898 src/com/gps/hibernate/RfidStatusDAO.java 42 There is log block not surrounded by if
25899 src/com/gps/hibernate/RfidStatusDAO.java 47 Parameter 'instance' is not assigned and could be declared final
25900 src/com/gps/hibernate/RfidStatusDAO.java 47 publicMethodCommentRequirement Required
25901 src/com/gps/hibernate/RfidStatusDAO.java 48 There is log block not surrounded by if
25902 src/com/gps/hibernate/RfidStatusDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25903 src/com/gps/hibernate/RfidStatusDAO.java 50 Potential violation of Law of Demeter (method chain calls)
25904 src/com/gps/hibernate/RfidStatusDAO.java 51 There is log block not surrounded by if
25905 src/com/gps/hibernate/RfidStatusDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25906 src/com/gps/hibernate/RfidStatusDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25907 src/com/gps/hibernate/RfidStatusDAO.java 54 There is log block not surrounded by if
25908 src/com/gps/hibernate/RfidStatusDAO.java 59 Parameter 'instance' is not assigned and could be declared final
25909 src/com/gps/hibernate/RfidStatusDAO.java 59 publicMethodCommentRequirement Required
25910 src/com/gps/hibernate/RfidStatusDAO.java 60 There is log block not surrounded by if
25911 src/com/gps/hibernate/RfidStatusDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25912 src/com/gps/hibernate/RfidStatusDAO.java 62 Potential violation of Law of Demeter (method chain calls)
25913 src/com/gps/hibernate/RfidStatusDAO.java 63 There is log block not surrounded by if
25914 src/com/gps/hibernate/RfidStatusDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25915 src/com/gps/hibernate/RfidStatusDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25916 src/com/gps/hibernate/RfidStatusDAO.java 66 There is log block not surrounded by if
25917 src/com/gps/hibernate/RfidStatusDAO.java 71 Avoid excessively long variable names like persistentInstance
25918 src/com/gps/hibernate/RfidStatusDAO.java 71 Parameter 'persistentInstance' is not assigned and could be declared final
25919 src/com/gps/hibernate/RfidStatusDAO.java 71 publicMethodCommentRequirement Required
25920 src/com/gps/hibernate/RfidStatusDAO.java 72 There is log block not surrounded by if
25921 src/com/gps/hibernate/RfidStatusDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25922 src/com/gps/hibernate/RfidStatusDAO.java 74 Potential violation of Law of Demeter (method chain calls)
25923 src/com/gps/hibernate/RfidStatusDAO.java 75 There is log block not surrounded by if
25924 src/com/gps/hibernate/RfidStatusDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25925 src/com/gps/hibernate/RfidStatusDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25926 src/com/gps/hibernate/RfidStatusDAO.java 78 There is log block not surrounded by if
25927 src/com/gps/hibernate/RfidStatusDAO.java 83 Parameter 'detachedInstance' is not assigned and could be declared final
25928 src/com/gps/hibernate/RfidStatusDAO.java 83 publicMethodCommentRequirement Required
25929 src/com/gps/hibernate/RfidStatusDAO.java 84 There is log block not surrounded by if
25930 src/com/gps/hibernate/RfidStatusDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25931 src/com/gps/hibernate/RfidStatusDAO.java 86 Local variable 'result' could be declared final
25932 src/com/gps/hibernate/RfidStatusDAO.java 86 Potential violation of Law of Demeter (method chain calls)
25933 src/com/gps/hibernate/RfidStatusDAO.java 88 There is log block not surrounded by if
25934 src/com/gps/hibernate/RfidStatusDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25935 src/com/gps/hibernate/RfidStatusDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25936 src/com/gps/hibernate/RfidStatusDAO.java 92 There is log block not surrounded by if
25937 src/com/gps/hibernate/RfidStatusDAO.java 97 Avoid variables with short names like id
25938 src/com/gps/hibernate/RfidStatusDAO.java 97 Parameter 'id' is not assigned and could be declared final
25939 src/com/gps/hibernate/RfidStatusDAO.java 97 publicMethodCommentRequirement Required
25940 src/com/gps/hibernate/RfidStatusDAO.java 98 There is log block not surrounded by if
25941 src/com/gps/hibernate/RfidStatusDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25942 src/com/gps/hibernate/RfidStatusDAO.java 100 Local variable 'instance' could be declared final
25943 src/com/gps/hibernate/RfidStatusDAO.java 100 Potential violation of Law of Demeter (method chain calls)
25944 src/com/gps/hibernate/RfidStatusDAO.java 103 There is log block not surrounded by if
25945 src/com/gps/hibernate/RfidStatusDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25946 src/com/gps/hibernate/RfidStatusDAO.java 106 There is log block not surrounded by if
25947 src/com/gps/hibernate/RfidStatusDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25948 src/com/gps/hibernate/RfidStatusDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25949 src/com/gps/hibernate/RfidStatusDAO.java 111 There is log block not surrounded by if
25950 src/com/gps/hibernate/RfidStatusDAO.java 117 Parameter 'instance' is not assigned and could be declared final
25951 src/com/gps/hibernate/RfidStatusDAO.java 117 publicMethodCommentRequirement Required
25952 src/com/gps/hibernate/RfidStatusDAO.java 118 There is log block not surrounded by if
25953 src/com/gps/hibernate/RfidStatusDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25954 src/com/gps/hibernate/RfidStatusDAO.java 120 Local variable 'results' could be declared final
25955 src/com/gps/hibernate/RfidStatusDAO.java 120 Potential violation of Law of Demeter (method chain calls)
25956 src/com/gps/hibernate/RfidStatusDAO.java 120 Potential violation of Law of Demeter (method chain calls)
25957 src/com/gps/hibernate/RfidStatusDAO.java 120 Potential violation of Law of Demeter (method chain calls)
25958 src/com/gps/hibernate/RfidStatusDAO.java 124 Potential violation of Law of Demeter (object not created locally)
25959 src/com/gps/hibernate/RfidStatusDAO.java 124 There is log block not surrounded by if
25960 src/com/gps/hibernate/RfidStatusDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25961 src/com/gps/hibernate/RfidStatusDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25962 src/com/gps/hibernate/RfidStatusDAO.java 128 There is log block not surrounded by if
25963 src/com/gps/hibernate/Role.java 9 A Classname should have a minimum of five characters
25964 src/com/gps/hibernate/Role.java 9 Classes implementing Serializable should set a serialVersionUID
25965 src/com/gps/hibernate/Role.java 13 fieldCommentRequirement Required
25966 src/com/gps/hibernate/Role.java 14 fieldCommentRequirement Required
25967 src/com/gps/hibernate/Role.java 15 fieldCommentRequirement Required
25968 src/com/gps/hibernate/Role.java 16 fieldCommentRequirement Required
25969 src/com/gps/hibernate/Role.java 17 fieldCommentRequirement Required
25970 src/com/gps/hibernate/Role.java 18 fieldCommentRequirement Required
25971 src/com/gps/hibernate/Role.java 19 fieldCommentRequirement Required
25972 src/com/gps/hibernate/Role.java 20 fieldCommentRequirement Required
25973 src/com/gps/hibernate/Role.java 21 fieldCommentRequirement Required
25974 src/com/gps/hibernate/Role.java 26 Document empty constructor
25975 src/com/gps/hibernate/Role.java 30 Parameter 'roleId' is not assigned and could be declared final
25976 src/com/gps/hibernate/Role.java 35 Parameter 'classNameId' is not assigned and could be declared final
25977 src/com/gps/hibernate/Role.java 35 Parameter 'classPk' is not assigned and could be declared final
25978 src/com/gps/hibernate/Role.java 35 Parameter 'companyId' is not assigned and could be declared final
25979 src/com/gps/hibernate/Role.java 35 Parameter 'roleId' is not assigned and could be declared final
25980 src/com/gps/hibernate/Role.java 36 Parameter 'description' is not assigned and could be declared final
25981 src/com/gps/hibernate/Role.java 36 Parameter 'name' is not assigned and could be declared final
25982 src/com/gps/hibernate/Role.java 36 Parameter 'title' is not assigned and could be declared final
25983 src/com/gps/hibernate/Role.java 36 Parameter 'type' is not assigned and could be declared final
25984 src/com/gps/hibernate/Role.java 37 Parameter 'subtype' is not assigned and could be declared final
25985 src/com/gps/hibernate/Role.java 51 publicMethodCommentRequirement Required
25986 src/com/gps/hibernate/Role.java 55 Parameter 'roleId' is not assigned and could be declared final
25987 src/com/gps/hibernate/Role.java 55 publicMethodCommentRequirement Required
25988 src/com/gps/hibernate/Role.java 59 publicMethodCommentRequirement Required
25989 src/com/gps/hibernate/Role.java 63 Parameter 'companyId' is not assigned and could be declared final
25990 src/com/gps/hibernate/Role.java 63 publicMethodCommentRequirement Required
25991 src/com/gps/hibernate/Role.java 67 publicMethodCommentRequirement Required
25992 src/com/gps/hibernate/Role.java 71 Parameter 'classNameId' is not assigned and could be declared final
25993 src/com/gps/hibernate/Role.java 71 publicMethodCommentRequirement Required
25994 src/com/gps/hibernate/Role.java 75 publicMethodCommentRequirement Required
25995 src/com/gps/hibernate/Role.java 79 Parameter 'classPk' is not assigned and could be declared final
25996 src/com/gps/hibernate/Role.java 79 publicMethodCommentRequirement Required
25997 src/com/gps/hibernate/Role.java 83 publicMethodCommentRequirement Required
25998 src/com/gps/hibernate/Role.java 87 Parameter 'name' is not assigned and could be declared final
25999 src/com/gps/hibernate/Role.java 87 publicMethodCommentRequirement Required
26000 src/com/gps/hibernate/Role.java 91 publicMethodCommentRequirement Required
26001 src/com/gps/hibernate/Role.java 95 Parameter 'title' is not assigned and could be declared final
26002 src/com/gps/hibernate/Role.java 95 publicMethodCommentRequirement Required
26003 src/com/gps/hibernate/Role.java 99 publicMethodCommentRequirement Required
26004 src/com/gps/hibernate/Role.java 103 Parameter 'description' is not assigned and could be declared final
26005 src/com/gps/hibernate/Role.java 103 publicMethodCommentRequirement Required
26006 src/com/gps/hibernate/Role.java 107 publicMethodCommentRequirement Required
26007 src/com/gps/hibernate/Role.java 111 Parameter 'type' is not assigned and could be declared final
26008 src/com/gps/hibernate/Role.java 111 publicMethodCommentRequirement Required
26009 src/com/gps/hibernate/Role.java 115 publicMethodCommentRequirement Required
26010 src/com/gps/hibernate/Role.java 119 Parameter 'subtype' is not assigned and could be declared final
26011 src/com/gps/hibernate/Role.java 119 publicMethodCommentRequirement Required
26012 src/com/gps/hibernate/RoleDAO.java 10 Comment is too large: Too many lines
26013 src/com/gps/hibernate/RoleDAO.java 22 This class has too many methods, consider refactoring it.
26014 src/com/gps/hibernate/RoleDAO.java 23 Logger should be defined private static final and have the correct class
26015 src/com/gps/hibernate/RoleDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
26016 src/com/gps/hibernate/RoleDAO.java 23 fieldCommentRequirement Required
26017 src/com/gps/hibernate/RoleDAO.java 25 fieldCommentRequirement Required
26018 src/com/gps/hibernate/RoleDAO.java 26 fieldCommentRequirement Required
26019 src/com/gps/hibernate/RoleDAO.java 27 fieldCommentRequirement Required
26020 src/com/gps/hibernate/RoleDAO.java 28 fieldCommentRequirement Required
26021 src/com/gps/hibernate/RoleDAO.java 29 fieldCommentRequirement Required
26022 src/com/gps/hibernate/RoleDAO.java 30 fieldCommentRequirement Required
26023 src/com/gps/hibernate/RoleDAO.java 31 fieldCommentRequirement Required
26024 src/com/gps/hibernate/RoleDAO.java 32 fieldCommentRequirement Required
26025 src/com/gps/hibernate/RoleDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
26026 src/com/gps/hibernate/RoleDAO.java 34 publicMethodCommentRequirement Required
26027 src/com/gps/hibernate/RoleDAO.java 35 There is log block not surrounded by if
26028 src/com/gps/hibernate/RoleDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26029 src/com/gps/hibernate/RoleDAO.java 37 Potential violation of Law of Demeter (method chain calls)
26030 src/com/gps/hibernate/RoleDAO.java 38 There is log block not surrounded by if
26031 src/com/gps/hibernate/RoleDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26032 src/com/gps/hibernate/RoleDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26033 src/com/gps/hibernate/RoleDAO.java 40 There is log block not surrounded by if
26034 src/com/gps/hibernate/RoleDAO.java 45 Avoid excessively long variable names like persistentInstance
26035 src/com/gps/hibernate/RoleDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
26036 src/com/gps/hibernate/RoleDAO.java 45 publicMethodCommentRequirement Required
26037 src/com/gps/hibernate/RoleDAO.java 46 There is log block not surrounded by if
26038 src/com/gps/hibernate/RoleDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26039 src/com/gps/hibernate/RoleDAO.java 48 Potential violation of Law of Demeter (method chain calls)
26040 src/com/gps/hibernate/RoleDAO.java 49 There is log block not surrounded by if
26041 src/com/gps/hibernate/RoleDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26042 src/com/gps/hibernate/RoleDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26043 src/com/gps/hibernate/RoleDAO.java 51 There is log block not surrounded by if
26044 src/com/gps/hibernate/RoleDAO.java 56 Avoid variables with short names like id
26045 src/com/gps/hibernate/RoleDAO.java 56 Parameter 'id' is not assigned and could be declared final
26046 src/com/gps/hibernate/RoleDAO.java 56 publicMethodCommentRequirement Required
26047 src/com/gps/hibernate/RoleDAO.java 57 There is log block not surrounded by if
26048 src/com/gps/hibernate/RoleDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26049 src/com/gps/hibernate/RoleDAO.java 59 Local variable 'instance' could be declared final
26050 src/com/gps/hibernate/RoleDAO.java 59 Potential violation of Law of Demeter (method chain calls)
26051 src/com/gps/hibernate/RoleDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26052 src/com/gps/hibernate/RoleDAO.java 63 There is log block not surrounded by if
26053 src/com/gps/hibernate/RoleDAO.java 68 Parameter 'instance' is not assigned and could be declared final
26054 src/com/gps/hibernate/RoleDAO.java 68 publicMethodCommentRequirement Required
26055 src/com/gps/hibernate/RoleDAO.java 69 There is log block not surrounded by if
26056 src/com/gps/hibernate/RoleDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26057 src/com/gps/hibernate/RoleDAO.java 71 Local variable 'results' could be declared final
26058 src/com/gps/hibernate/RoleDAO.java 71 Potential violation of Law of Demeter (method chain calls)
26059 src/com/gps/hibernate/RoleDAO.java 71 Potential violation of Law of Demeter (method chain calls)
26060 src/com/gps/hibernate/RoleDAO.java 71 Potential violation of Law of Demeter (method chain calls)
26061 src/com/gps/hibernate/RoleDAO.java 74 There is log block not surrounded by if
26062 src/com/gps/hibernate/RoleDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26063 src/com/gps/hibernate/RoleDAO.java 75 Potential violation of Law of Demeter (object not created locally)
26064 src/com/gps/hibernate/RoleDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26065 src/com/gps/hibernate/RoleDAO.java 78 There is log block not surrounded by if
26066 src/com/gps/hibernate/RoleDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
26067 src/com/gps/hibernate/RoleDAO.java 83 Parameter 'value' is not assigned and could be declared final
26068 src/com/gps/hibernate/RoleDAO.java 83 publicMethodCommentRequirement Required
26069 src/com/gps/hibernate/RoleDAO.java 84 There is log block not surrounded by if
26070 src/com/gps/hibernate/RoleDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26071 src/com/gps/hibernate/RoleDAO.java 87 Local variable 'queryString' could be declared final
26072 src/com/gps/hibernate/RoleDAO.java 89 Local variable 'queryObject' could be declared final
26073 src/com/gps/hibernate/RoleDAO.java 89 Potential violation of Law of Demeter (method chain calls)
26074 src/com/gps/hibernate/RoleDAO.java 90 Potential violation of Law of Demeter (object not created locally)
26075 src/com/gps/hibernate/RoleDAO.java 91 Potential violation of Law of Demeter (object not created locally)
26076 src/com/gps/hibernate/RoleDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26077 src/com/gps/hibernate/RoleDAO.java 93 There is log block not surrounded by if
26078 src/com/gps/hibernate/RoleDAO.java 98 Parameter 'companyId' is not assigned and could be declared final
26079 src/com/gps/hibernate/RoleDAO.java 98 publicMethodCommentRequirement Required
26080 src/com/gps/hibernate/RoleDAO.java 102 Parameter 'classNameId' is not assigned and could be declared final
26081 src/com/gps/hibernate/RoleDAO.java 102 publicMethodCommentRequirement Required
26082 src/com/gps/hibernate/RoleDAO.java 106 Parameter 'classPk' is not assigned and could be declared final
26083 src/com/gps/hibernate/RoleDAO.java 106 publicMethodCommentRequirement Required
26084 src/com/gps/hibernate/RoleDAO.java 110 Parameter 'name' is not assigned and could be declared final
26085 src/com/gps/hibernate/RoleDAO.java 110 publicMethodCommentRequirement Required
26086 src/com/gps/hibernate/RoleDAO.java 114 Parameter 'title' is not assigned and could be declared final
26087 src/com/gps/hibernate/RoleDAO.java 114 publicMethodCommentRequirement Required
26088 src/com/gps/hibernate/RoleDAO.java 118 Parameter 'description' is not assigned and could be declared final
26089 src/com/gps/hibernate/RoleDAO.java 118 publicMethodCommentRequirement Required
26090 src/com/gps/hibernate/RoleDAO.java 122 Parameter 'type' is not assigned and could be declared final
26091 src/com/gps/hibernate/RoleDAO.java 122 publicMethodCommentRequirement Required
26092 src/com/gps/hibernate/RoleDAO.java 126 Parameter 'subtype' is not assigned and could be declared final
26093 src/com/gps/hibernate/RoleDAO.java 126 publicMethodCommentRequirement Required
26094 src/com/gps/hibernate/RoleDAO.java 130 publicMethodCommentRequirement Required
26095 src/com/gps/hibernate/RoleDAO.java 131 There is log block not surrounded by if
26096 src/com/gps/hibernate/RoleDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26097 src/com/gps/hibernate/RoleDAO.java 133 Local variable 'queryString' could be declared final
26098 src/com/gps/hibernate/RoleDAO.java 134 Local variable 'queryObject' could be declared final
26099 src/com/gps/hibernate/RoleDAO.java 134 Potential violation of Law of Demeter (method chain calls)
26100 src/com/gps/hibernate/RoleDAO.java 135 Potential violation of Law of Demeter (object not created locally)
26101 src/com/gps/hibernate/RoleDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26102 src/com/gps/hibernate/RoleDAO.java 137 There is log block not surrounded by if
26103 src/com/gps/hibernate/RoleDAO.java 142 Parameter 'detachedInstance' is not assigned and could be declared final
26104 src/com/gps/hibernate/RoleDAO.java 142 publicMethodCommentRequirement Required
26105 src/com/gps/hibernate/RoleDAO.java 143 There is log block not surrounded by if
26106 src/com/gps/hibernate/RoleDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26107 src/com/gps/hibernate/RoleDAO.java 145 Local variable 'result' could be declared final
26108 src/com/gps/hibernate/RoleDAO.java 145 Potential violation of Law of Demeter (method chain calls)
26109 src/com/gps/hibernate/RoleDAO.java 146 There is log block not surrounded by if
26110 src/com/gps/hibernate/RoleDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26111 src/com/gps/hibernate/RoleDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26112 src/com/gps/hibernate/RoleDAO.java 149 There is log block not surrounded by if
26113 src/com/gps/hibernate/RoleDAO.java 154 Parameter 'instance' is not assigned and could be declared final
26114 src/com/gps/hibernate/RoleDAO.java 154 publicMethodCommentRequirement Required
26115 src/com/gps/hibernate/RoleDAO.java 155 There is log block not surrounded by if
26116 src/com/gps/hibernate/RoleDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26117 src/com/gps/hibernate/RoleDAO.java 157 Potential violation of Law of Demeter (method chain calls)
26118 src/com/gps/hibernate/RoleDAO.java 158 There is log block not surrounded by if
26119 src/com/gps/hibernate/RoleDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26120 src/com/gps/hibernate/RoleDAO.java 159 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26121 src/com/gps/hibernate/RoleDAO.java 160 There is log block not surrounded by if
26122 src/com/gps/hibernate/RoleDAO.java 165 Parameter 'instance' is not assigned and could be declared final
26123 src/com/gps/hibernate/RoleDAO.java 165 publicMethodCommentRequirement Required
26124 src/com/gps/hibernate/RoleDAO.java 166 There is log block not surrounded by if
26125 src/com/gps/hibernate/RoleDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26126 src/com/gps/hibernate/RoleDAO.java 168 Potential violation of Law of Demeter (method chain calls)
26127 src/com/gps/hibernate/RoleDAO.java 169 There is log block not surrounded by if
26128 src/com/gps/hibernate/RoleDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26129 src/com/gps/hibernate/RoleDAO.java 170 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26130 src/com/gps/hibernate/RoleDAO.java 171 There is log block not surrounded by if
26131 src/com/gps/hibernate/RolesPermissions.java 9 Classes implementing Serializable should set a serialVersionUID
26132 src/com/gps/hibernate/RolesPermissions.java 13 Avoid variables with short names like id
26133 src/com/gps/hibernate/RolesPermissions.java 13 fieldCommentRequirement Required
26134 src/com/gps/hibernate/RolesPermissions.java 18 Document empty constructor
26135 src/com/gps/hibernate/RolesPermissions.java 22 Avoid variables with short names like id
26136 src/com/gps/hibernate/RolesPermissions.java 22 Parameter 'id' is not assigned and could be declared final
26137 src/com/gps/hibernate/RolesPermissions.java 28 publicMethodCommentRequirement Required
26138 src/com/gps/hibernate/RolesPermissions.java 32 Avoid variables with short names like id
26139 src/com/gps/hibernate/RolesPermissions.java 32 Parameter 'id' is not assigned and could be declared final
26140 src/com/gps/hibernate/RolesPermissions.java 32 publicMethodCommentRequirement Required
26141 src/com/gps/hibernate/RolesPermissionsDAO.java 10 Comment is too large: Too many lines
26142 src/com/gps/hibernate/RolesPermissionsDAO.java 23 Logger should be defined private static final and have the correct class
26143 src/com/gps/hibernate/RolesPermissionsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
26144 src/com/gps/hibernate/RolesPermissionsDAO.java 23 fieldCommentRequirement Required
26145 src/com/gps/hibernate/RolesPermissionsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
26146 src/com/gps/hibernate/RolesPermissionsDAO.java 27 publicMethodCommentRequirement Required
26147 src/com/gps/hibernate/RolesPermissionsDAO.java 28 There is log block not surrounded by if
26148 src/com/gps/hibernate/RolesPermissionsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26149 src/com/gps/hibernate/RolesPermissionsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
26150 src/com/gps/hibernate/RolesPermissionsDAO.java 31 There is log block not surrounded by if
26151 src/com/gps/hibernate/RolesPermissionsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26152 src/com/gps/hibernate/RolesPermissionsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26153 src/com/gps/hibernate/RolesPermissionsDAO.java 33 There is log block not surrounded by if
26154 src/com/gps/hibernate/RolesPermissionsDAO.java 38 Avoid excessively long variable names like persistentInstance
26155 src/com/gps/hibernate/RolesPermissionsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
26156 src/com/gps/hibernate/RolesPermissionsDAO.java 38 publicMethodCommentRequirement Required
26157 src/com/gps/hibernate/RolesPermissionsDAO.java 39 There is log block not surrounded by if
26158 src/com/gps/hibernate/RolesPermissionsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26159 src/com/gps/hibernate/RolesPermissionsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
26160 src/com/gps/hibernate/RolesPermissionsDAO.java 42 There is log block not surrounded by if
26161 src/com/gps/hibernate/RolesPermissionsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26162 src/com/gps/hibernate/RolesPermissionsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26163 src/com/gps/hibernate/RolesPermissionsDAO.java 44 There is log block not surrounded by if
26164 src/com/gps/hibernate/RolesPermissionsDAO.java 49 Avoid variables with short names like id
26165 src/com/gps/hibernate/RolesPermissionsDAO.java 49 Parameter 'id' is not assigned and could be declared final
26166 src/com/gps/hibernate/RolesPermissionsDAO.java 49 publicMethodCommentRequirement Required
26167 src/com/gps/hibernate/RolesPermissionsDAO.java 50 There is log block not surrounded by if
26168 src/com/gps/hibernate/RolesPermissionsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26169 src/com/gps/hibernate/RolesPermissionsDAO.java 52 Local variable 'instance' could be declared final
26170 src/com/gps/hibernate/RolesPermissionsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
26171 src/com/gps/hibernate/RolesPermissionsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26172 src/com/gps/hibernate/RolesPermissionsDAO.java 56 There is log block not surrounded by if
26173 src/com/gps/hibernate/RolesPermissionsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
26174 src/com/gps/hibernate/RolesPermissionsDAO.java 61 publicMethodCommentRequirement Required
26175 src/com/gps/hibernate/RolesPermissionsDAO.java 62 There is log block not surrounded by if
26176 src/com/gps/hibernate/RolesPermissionsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26177 src/com/gps/hibernate/RolesPermissionsDAO.java 64 Local variable 'results' could be declared final
26178 src/com/gps/hibernate/RolesPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
26179 src/com/gps/hibernate/RolesPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
26180 src/com/gps/hibernate/RolesPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
26181 src/com/gps/hibernate/RolesPermissionsDAO.java 67 There is log block not surrounded by if
26182 src/com/gps/hibernate/RolesPermissionsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26183 src/com/gps/hibernate/RolesPermissionsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
26184 src/com/gps/hibernate/RolesPermissionsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26185 src/com/gps/hibernate/RolesPermissionsDAO.java 71 There is log block not surrounded by if
26186 src/com/gps/hibernate/RolesPermissionsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
26187 src/com/gps/hibernate/RolesPermissionsDAO.java 76 Parameter 'value' is not assigned and could be declared final
26188 src/com/gps/hibernate/RolesPermissionsDAO.java 76 publicMethodCommentRequirement Required
26189 src/com/gps/hibernate/RolesPermissionsDAO.java 77 There is log block not surrounded by if
26190 src/com/gps/hibernate/RolesPermissionsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26191 src/com/gps/hibernate/RolesPermissionsDAO.java 80 Local variable 'queryString' could be declared final
26192 src/com/gps/hibernate/RolesPermissionsDAO.java 82 Local variable 'queryObject' could be declared final
26193 src/com/gps/hibernate/RolesPermissionsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
26194 src/com/gps/hibernate/RolesPermissionsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
26195 src/com/gps/hibernate/RolesPermissionsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
26196 src/com/gps/hibernate/RolesPermissionsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26197 src/com/gps/hibernate/RolesPermissionsDAO.java 86 There is log block not surrounded by if
26198 src/com/gps/hibernate/RolesPermissionsDAO.java 91 publicMethodCommentRequirement Required
26199 src/com/gps/hibernate/RolesPermissionsDAO.java 92 There is log block not surrounded by if
26200 src/com/gps/hibernate/RolesPermissionsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26201 src/com/gps/hibernate/RolesPermissionsDAO.java 94 Local variable 'queryString' could be declared final
26202 src/com/gps/hibernate/RolesPermissionsDAO.java 95 Local variable 'queryObject' could be declared final
26203 src/com/gps/hibernate/RolesPermissionsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
26204 src/com/gps/hibernate/RolesPermissionsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
26205 src/com/gps/hibernate/RolesPermissionsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26206 src/com/gps/hibernate/RolesPermissionsDAO.java 98 There is log block not surrounded by if
26207 src/com/gps/hibernate/RolesPermissionsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
26208 src/com/gps/hibernate/RolesPermissionsDAO.java 103 publicMethodCommentRequirement Required
26209 src/com/gps/hibernate/RolesPermissionsDAO.java 104 There is log block not surrounded by if
26210 src/com/gps/hibernate/RolesPermissionsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26211 src/com/gps/hibernate/RolesPermissionsDAO.java 106 Local variable 'result' could be declared final
26212 src/com/gps/hibernate/RolesPermissionsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
26213 src/com/gps/hibernate/RolesPermissionsDAO.java 108 There is log block not surrounded by if
26214 src/com/gps/hibernate/RolesPermissionsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26215 src/com/gps/hibernate/RolesPermissionsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26216 src/com/gps/hibernate/RolesPermissionsDAO.java 111 There is log block not surrounded by if
26217 src/com/gps/hibernate/RolesPermissionsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
26218 src/com/gps/hibernate/RolesPermissionsDAO.java 116 publicMethodCommentRequirement Required
26219 src/com/gps/hibernate/RolesPermissionsDAO.java 117 There is log block not surrounded by if
26220 src/com/gps/hibernate/RolesPermissionsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26221 src/com/gps/hibernate/RolesPermissionsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
26222 src/com/gps/hibernate/RolesPermissionsDAO.java 120 There is log block not surrounded by if
26223 src/com/gps/hibernate/RolesPermissionsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26224 src/com/gps/hibernate/RolesPermissionsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26225 src/com/gps/hibernate/RolesPermissionsDAO.java 122 There is log block not surrounded by if
26226 src/com/gps/hibernate/RolesPermissionsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
26227 src/com/gps/hibernate/RolesPermissionsDAO.java 127 publicMethodCommentRequirement Required
26228 src/com/gps/hibernate/RolesPermissionsDAO.java 128 There is log block not surrounded by if
26229 src/com/gps/hibernate/RolesPermissionsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26230 src/com/gps/hibernate/RolesPermissionsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
26231 src/com/gps/hibernate/RolesPermissionsDAO.java 131 There is log block not surrounded by if
26232 src/com/gps/hibernate/RolesPermissionsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26233 src/com/gps/hibernate/RolesPermissionsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26234 src/com/gps/hibernate/RolesPermissionsDAO.java 133 There is log block not surrounded by if
26235 src/com/gps/hibernate/RolesPermissionsId.java 9 Classes implementing Serializable should set a serialVersionUID
26236 src/com/gps/hibernate/RolesPermissionsId.java 13 fieldCommentRequirement Required
26237 src/com/gps/hibernate/RolesPermissionsId.java 14 fieldCommentRequirement Required
26238 src/com/gps/hibernate/RolesPermissionsId.java 19 Document empty constructor
26239 src/com/gps/hibernate/RolesPermissionsId.java 23 Parameter 'permissionId' is not assigned and could be declared final
26240 src/com/gps/hibernate/RolesPermissionsId.java 23 Parameter 'roleId' is not assigned and could be declared final
26241 src/com/gps/hibernate/RolesPermissionsId.java 30 publicMethodCommentRequirement Required
26242 src/com/gps/hibernate/RolesPermissionsId.java 34 Parameter 'roleId' is not assigned and could be declared final
26243 src/com/gps/hibernate/RolesPermissionsId.java 34 publicMethodCommentRequirement Required
26244 src/com/gps/hibernate/RolesPermissionsId.java 38 publicMethodCommentRequirement Required
26245 src/com/gps/hibernate/RolesPermissionsId.java 42 Parameter 'permissionId' is not assigned and could be declared final
26246 src/com/gps/hibernate/RolesPermissionsId.java 42 publicMethodCommentRequirement Required
26247 src/com/gps/hibernate/RolesPermissionsId.java 46 Parameter 'other' is not assigned and could be declared final
26248 src/com/gps/hibernate/RolesPermissionsId.java 46 publicMethodCommentRequirement Required
26249 src/com/gps/hibernate/RolesPermissionsId.java 47 Avoid using if statements without curly braces
26250 src/com/gps/hibernate/RolesPermissionsId.java 47 Useless parentheses.
26251 src/com/gps/hibernate/RolesPermissionsId.java 48 A method should have only one exit point, and that should be the last statement in the method
26252 src/com/gps/hibernate/RolesPermissionsId.java 49 Avoid using if statements without curly braces
26253 src/com/gps/hibernate/RolesPermissionsId.java 49 Useless parentheses.
26254 src/com/gps/hibernate/RolesPermissionsId.java 50 A method should have only one exit point, and that should be the last statement in the method
26255 src/com/gps/hibernate/RolesPermissionsId.java 51 Avoid using if statements without curly braces
26256 src/com/gps/hibernate/RolesPermissionsId.java 52 A method should have only one exit point, and that should be the last statement in the method
26257 src/com/gps/hibernate/RolesPermissionsId.java 53 Local variable 'castOther' could be declared final
26258 src/com/gps/hibernate/RolesPermissionsId.java 55 Potential violation of Law of Demeter (method chain calls)
26259 src/com/gps/hibernate/RolesPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
26260 src/com/gps/hibernate/RolesPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
26261 src/com/gps/hibernate/RolesPermissionsId.java 55 Useless parentheses.
26262 src/com/gps/hibernate/RolesPermissionsId.java 55 Useless parentheses.
26263 src/com/gps/hibernate/RolesPermissionsId.java 57 Potential violation of Law of Demeter (object not created locally)
26264 src/com/gps/hibernate/RolesPermissionsId.java 58 Potential violation of Law of Demeter (object not created locally)
26265 src/com/gps/hibernate/RolesPermissionsId.java 59 Potential violation of Law of Demeter (method chain calls)
26266 src/com/gps/hibernate/RolesPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
26267 src/com/gps/hibernate/RolesPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
26268 src/com/gps/hibernate/RolesPermissionsId.java 59 Useless parentheses.
26269 src/com/gps/hibernate/RolesPermissionsId.java 59 Useless parentheses.
26270 src/com/gps/hibernate/RolesPermissionsId.java 61 Potential violation of Law of Demeter (object not created locally)
26271 src/com/gps/hibernate/RolesPermissionsId.java 62 Potential violation of Law of Demeter (object not created locally)
26272 src/com/gps/hibernate/RolesPermissionsId.java 65 publicMethodCommentRequirement Required
26273 src/com/gps/hibernate/RolesPermissionsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
26274 src/com/gps/hibernate/SMSDetails.java 3 headerCommentRequirement Required
26275 src/com/gps/hibernate/SMSDetails.java 5 fieldCommentRequirement Required
26276 src/com/gps/hibernate/SMSDetails.java 6 Variables should start with a lowercase character, 'Mobile' starts with uppercase character.
26277 src/com/gps/hibernate/SMSDetails.java 6 fieldCommentRequirement Required
26278 src/com/gps/hibernate/SMSDetails.java 7 Variables should start with a lowercase character, 'SmsType' starts with uppercase character.
26279 src/com/gps/hibernate/SMSDetails.java 7 fieldCommentRequirement Required
26280 src/com/gps/hibernate/SMSDetails.java 8 Variables should start with a lowercase character, 'PacketTime' starts with uppercase character.
26281 src/com/gps/hibernate/SMSDetails.java 8 fieldCommentRequirement Required
26282 src/com/gps/hibernate/SMSDetails.java 9 Variables should start with a lowercase character, 'MsgContent' starts with uppercase character.
26283 src/com/gps/hibernate/SMSDetails.java 9 fieldCommentRequirement Required
26284 src/com/gps/hibernate/SMSDetails.java 10 fieldCommentRequirement Required
26285 src/com/gps/hibernate/SMSDetails.java 11 fieldCommentRequirement Required
26286 src/com/gps/hibernate/SMSDetails.java 12 fieldCommentRequirement Required
26287 src/com/gps/hibernate/SMSDetails.java 13 fieldCommentRequirement Required
26288 src/com/gps/hibernate/SMSDetails.java 16 publicMethodCommentRequirement Required
26289 src/com/gps/hibernate/SMSDetails.java 20 Parameter 'sentTime' is not assigned and could be declared final
26290 src/com/gps/hibernate/SMSDetails.java 20 publicMethodCommentRequirement Required
26291 src/com/gps/hibernate/SMSDetails.java 24 publicMethodCommentRequirement Required
26292 src/com/gps/hibernate/SMSDetails.java 28 Parameter 'tripId' is not assigned and could be declared final
26293 src/com/gps/hibernate/SMSDetails.java 28 publicMethodCommentRequirement Required
26294 src/com/gps/hibernate/SMSDetails.java 32 publicMethodCommentRequirement Required
26295 src/com/gps/hibernate/SMSDetails.java 36 Parameter 'orgId' is not assigned and could be declared final
26296 src/com/gps/hibernate/SMSDetails.java 36 publicMethodCommentRequirement Required
26297 src/com/gps/hibernate/SMSDetails.java 40 publicMethodCommentRequirement Required
26298 src/com/gps/hibernate/SMSDetails.java 44 Parameter 'fenceId' is not assigned and could be declared final
26299 src/com/gps/hibernate/SMSDetails.java 44 publicMethodCommentRequirement Required
26300 src/com/gps/hibernate/SMSDetails.java 48 Document empty constructor
26301 src/com/gps/hibernate/SMSDetails.java 48 publicMethodCommentRequirement Required
26302 src/com/gps/hibernate/SMSDetails.java 53 publicMethodCommentRequirement Required
26303 src/com/gps/hibernate/SMSDetails.java 56 Parameter 'smsId' is not assigned and could be declared final
26304 src/com/gps/hibernate/SMSDetails.java 56 publicMethodCommentRequirement Required
26305 src/com/gps/hibernate/SMSDetails.java 59 publicMethodCommentRequirement Required
26306 src/com/gps/hibernate/SMSDetails.java 62 Parameter 'mobile' is not assigned and could be declared final
26307 src/com/gps/hibernate/SMSDetails.java 62 publicMethodCommentRequirement Required
26308 src/com/gps/hibernate/SMSDetails.java 65 publicMethodCommentRequirement Required
26309 src/com/gps/hibernate/SMSDetails.java 68 Parameter 'smsType' is not assigned and could be declared final
26310 src/com/gps/hibernate/SMSDetails.java 68 publicMethodCommentRequirement Required
26311 src/com/gps/hibernate/SMSDetails.java 71 publicMethodCommentRequirement Required
26312 src/com/gps/hibernate/SMSDetails.java 74 Parameter 'packetTime' is not assigned and could be declared final
26313 src/com/gps/hibernate/SMSDetails.java 74 publicMethodCommentRequirement Required
26314 src/com/gps/hibernate/SMSDetails.java 78 publicMethodCommentRequirement Required
26315 src/com/gps/hibernate/SMSDetails.java 81 Parameter 'msgContent' is not assigned and could be declared final
26316 src/com/gps/hibernate/SMSDetails.java 81 publicMethodCommentRequirement Required
26317 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'fenceId' is not assigned and could be declared final
26318 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'mobile' is not assigned and could be declared final
26319 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'msgContent' is not assigned and could be declared final
26320 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'orgId' is not assigned and could be declared final
26321 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'packetTime' is not assigned and could be declared final
26322 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'sentTime' is not assigned and could be declared final
26323 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'smsType' is not assigned and could be declared final
26324 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'tripId' is not assigned and could be declared final
26325 src/com/gps/hibernate/SMSDetails.java 85 publicMethodCommentRequirement Required
26326 src/com/gps/hibernate/SMSDetailsDAO.java 13 Avoid unused imports such as 'com.gps.notifier.EventAlertMgr'
26327 src/com/gps/hibernate/SMSDetailsDAO.java 15 headerCommentRequirement Required
26328 src/com/gps/hibernate/SMSDetailsDAO.java 17 Logger should be defined private static final and have the correct class
26329 src/com/gps/hibernate/SMSDetailsDAO.java 17 Variables that are final and static should be all capitals, 'log' is not all capitals.
26330 src/com/gps/hibernate/SMSDetailsDAO.java 17 fieldCommentRequirement Required
26331 src/com/gps/hibernate/SMSDetailsDAO.java 18 Found 'UR'-anomaly for variable 'string' (lines '18'-'26').
26332 src/com/gps/hibernate/SMSDetailsDAO.java 18 Method names should not start with capital letters
26333 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'MsgType' is not assigned and could be declared final
26334 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'date' is not assigned and could be declared final
26335 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'msg' is not assigned and could be declared final
26336 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'orgid' is not assigned and could be declared final
26337 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'phone' is not assigned and could be declared final
26338 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'sentTime' is not assigned and could be declared final
26339 src/com/gps/hibernate/SMSDetailsDAO.java 18 Rather than using a lot of String arguments, consider using a container object for those values.
26340 src/com/gps/hibernate/SMSDetailsDAO.java 18 Variables should start with a lowercase character, 'MsgType' starts with uppercase character.
26341 src/com/gps/hibernate/SMSDetailsDAO.java 18 publicMethodCommentRequirement Required
26342 src/com/gps/hibernate/SMSDetailsDAO.java 20 Avoid variables with short names like tx
26343 src/com/gps/hibernate/SMSDetailsDAO.java 20 Found 'DD'-anomaly for variable 'tx' (lines '20'-'21').
26344 src/com/gps/hibernate/SMSDetailsDAO.java 21 Potential violation of Law of Demeter (method chain calls)
26345 src/com/gps/hibernate/SMSDetailsDAO.java 22 Potential violation of Law of Demeter (object not created locally)
26346 src/com/gps/hibernate/SMSDetailsDAO.java 23 Local variable 'string' could be declared final
26347 src/com/gps/hibernate/SMSDetailsDAO.java 26 Avoid instantiating new objects inside loops
26348 src/com/gps/hibernate/SMSDetailsDAO.java 26 Local variable 'smsDetailObj' could be declared final
26349 src/com/gps/hibernate/SMSDetailsDAO.java 29 Potential violation of Law of Demeter (method chain calls)
26350 src/com/gps/hibernate/SMSDetailsDAO.java 30 There is log block not surrounded by if
26351 src/com/gps/hibernate/SMSDetailsDAO.java 30 There is log block not surrounded by if
26352 src/com/gps/hibernate/SMSDetailsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26353 src/com/gps/hibernate/SMSDetailsDAO.java 34 There is log block not surrounded by if
26354 src/com/gps/hibernate/SMSDetailsDAO.java 37 Potential violation of Law of Demeter (object not created locally)
26355 src/com/gps/hibernate/SMSDetailsDAO.java 38 Potential violation of Law of Demeter (method chain calls)
26356 src/com/gps/hibernate/SMSDetailsDAO.java 41 Found 'UR'-anomaly for variable 'string' (lines '41'-'50').
26357 src/com/gps/hibernate/SMSDetailsDAO.java 41 Method names should not start with capital letters
26358 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'MsgType' is not assigned and could be declared final
26359 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'date' is not assigned and could be declared final
26360 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'fenceId' is not assigned and could be declared final
26361 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'msg' is not assigned and could be declared final
26362 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'numbers' is not assigned and could be declared final
26363 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'orgid' is not assigned and could be declared final
26364 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'sentTime' is not assigned and could be declared final
26365 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'tripId' is not assigned and could be declared final
26366 src/com/gps/hibernate/SMSDetailsDAO.java 41 Rather than using a lot of String arguments, consider using a container object for those values.
26367 src/com/gps/hibernate/SMSDetailsDAO.java 41 Variables should start with a lowercase character, 'MsgType' starts with uppercase character.
26368 src/com/gps/hibernate/SMSDetailsDAO.java 41 publicMethodCommentRequirement Required
26369 src/com/gps/hibernate/SMSDetailsDAO.java 43 Local variable 'phone' could be declared final
26370 src/com/gps/hibernate/SMSDetailsDAO.java 44 Avoid variables with short names like tx
26371 src/com/gps/hibernate/SMSDetailsDAO.java 44 Found 'DD'-anomaly for variable 'tx' (lines '44'-'45').
26372 src/com/gps/hibernate/SMSDetailsDAO.java 45 Potential violation of Law of Demeter (method chain calls)
26373 src/com/gps/hibernate/SMSDetailsDAO.java 46 Potential violation of Law of Demeter (object not created locally)
26374 src/com/gps/hibernate/SMSDetailsDAO.java 47 Local variable 'string' could be declared final
26375 src/com/gps/hibernate/SMSDetailsDAO.java 50 Avoid instantiating new objects inside loops
26376 src/com/gps/hibernate/SMSDetailsDAO.java 50 Local variable 'smsDetailObj' could be declared final
26377 src/com/gps/hibernate/SMSDetailsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
26378 src/com/gps/hibernate/SMSDetailsDAO.java 54 There is log block not surrounded by if
26379 src/com/gps/hibernate/SMSDetailsDAO.java 54 There is log block not surrounded by if
26380 src/com/gps/hibernate/SMSDetailsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26381 src/com/gps/hibernate/SMSDetailsDAO.java 58 There is log block not surrounded by if
26382 src/com/gps/hibernate/SMSDetailsDAO.java 61 Potential violation of Law of Demeter (object not created locally)
26383 src/com/gps/hibernate/SMSDetailsDAO.java 62 Potential violation of Law of Demeter (method chain calls)
26384 src/com/gps/hibernate/SMSDetailsDAO.java 65 Parameter 'args' is not assigned and could be declared final
26385 src/com/gps/hibernate/SMSDetailsDAO.java 65 publicMethodCommentRequirement Required
26386 src/com/gps/hibernate/SMSDetailsDAO.java 67 Avoid unused local variables such as 'rep'.
26387 src/com/gps/hibernate/SMSDetailsDAO.java 67 Found 'DU'-anomaly for variable 'rep' (lines '67'-'74').
26388 src/com/gps/hibernate/SMSDetailsDAO.java 67 Local variable 'rep' could be declared final
26389 src/com/gps/hibernate/SMSDetailsDAO.java 68 Avoid unused local variables such as 'Msg'.
26390 src/com/gps/hibernate/SMSDetailsDAO.java 68 Found 'DU'-anomaly for variable 'Msg' (lines '68'-'74').
26391 src/com/gps/hibernate/SMSDetailsDAO.java 68 Local variable 'Msg' could be declared final
26392 src/com/gps/hibernate/SMSDetailsDAO.java 68 Variables should start with a lowercase character, 'Msg' starts with uppercase character.
26393 src/com/gps/hibernate/SMSDetailsDAO.java 69 Local variable 'time' could be declared final
26394 src/com/gps/hibernate/SMSDetailsDAO.java 70 Local variable 'formatter' could be declared final
26395 src/com/gps/hibernate/SMSDetailsDAO.java 70 When instantiating a SimpleDateFormat object, specify a Locale
26396 src/com/gps/hibernate/SMSDetailsDAO.java 71 Avoid unused local variables such as 'date'.
26397 src/com/gps/hibernate/SMSDetailsDAO.java 71 Found 'DU'-anomaly for variable 'date' (lines '71'-'74').
26398 src/com/gps/hibernate/SMSDetailsDAO.java 71 Local variable 'date' could be declared final
26399 src/com/gps/hibernate/SMSDetailsDAO.java 73 System.out.print is used
26400 src/com/gps/hibernate/SavingStatus.java 11 Classes implementing Serializable should set a serialVersionUID
26401 src/com/gps/hibernate/SavingStatus.java 15 fieldCommentRequirement Required
26402 src/com/gps/hibernate/SavingStatus.java 16 fieldCommentRequirement Required
26403 src/com/gps/hibernate/SavingStatus.java 17 fieldCommentRequirement Required
26404 src/com/gps/hibernate/SavingStatus.java 18 fieldCommentRequirement Required
26405 src/com/gps/hibernate/SavingStatus.java 19 fieldCommentRequirement Required
26406 src/com/gps/hibernate/SavingStatus.java 20 fieldCommentRequirement Required
26407 src/com/gps/hibernate/SavingStatus.java 21 fieldCommentRequirement Required
26408 src/com/gps/hibernate/SavingStatus.java 26 Document empty constructor
26409 src/com/gps/hibernate/SavingStatus.java 30 Parameter 'userDetails' is not assigned and could be declared final
26410 src/com/gps/hibernate/SavingStatus.java 30 Parameter 'userid' is not assigned and could be declared final
26411 src/com/gps/hibernate/SavingStatus.java 36 Parameter 'userDetails' is not assigned and could be declared final
26412 src/com/gps/hibernate/SavingStatus.java 36 Parameter 'userid' is not assigned and could be declared final
26413 src/com/gps/hibernate/SavingStatus.java 37 Parameter 'co2Save' is not assigned and could be declared final
26414 src/com/gps/hibernate/SavingStatus.java 37 Parameter 'petrolSave' is not assigned and could be declared final
26415 src/com/gps/hibernate/SavingStatus.java 37 Parameter 'totKms' is not assigned and could be declared final
26416 src/com/gps/hibernate/SavingStatus.java 38 Parameter 'lastUpdateTime' is not assigned and could be declared final
26417 src/com/gps/hibernate/SavingStatus.java 38 Parameter 'moneySave' is not assigned and could be declared final
26418 src/com/gps/hibernate/SavingStatus.java 50 publicMethodCommentRequirement Required
26419 src/com/gps/hibernate/SavingStatus.java 54 Parameter 'userid' is not assigned and could be declared final
26420 src/com/gps/hibernate/SavingStatus.java 54 publicMethodCommentRequirement Required
26421 src/com/gps/hibernate/SavingStatus.java 58 publicMethodCommentRequirement Required
26422 src/com/gps/hibernate/SavingStatus.java 62 Parameter 'userDetails' is not assigned and could be declared final
26423 src/com/gps/hibernate/SavingStatus.java 62 publicMethodCommentRequirement Required
26424 src/com/gps/hibernate/SavingStatus.java 66 publicMethodCommentRequirement Required
26425 src/com/gps/hibernate/SavingStatus.java 70 Parameter 'petrolSave' is not assigned and could be declared final
26426 src/com/gps/hibernate/SavingStatus.java 70 publicMethodCommentRequirement Required
26427 src/com/gps/hibernate/SavingStatus.java 74 publicMethodCommentRequirement Required
26428 src/com/gps/hibernate/SavingStatus.java 78 Parameter 'totKms' is not assigned and could be declared final
26429 src/com/gps/hibernate/SavingStatus.java 78 publicMethodCommentRequirement Required
26430 src/com/gps/hibernate/SavingStatus.java 82 publicMethodCommentRequirement Required
26431 src/com/gps/hibernate/SavingStatus.java 86 Parameter 'co2Save' is not assigned and could be declared final
26432 src/com/gps/hibernate/SavingStatus.java 86 publicMethodCommentRequirement Required
26433 src/com/gps/hibernate/SavingStatus.java 90 publicMethodCommentRequirement Required
26434 src/com/gps/hibernate/SavingStatus.java 94 Parameter 'moneySave' is not assigned and could be declared final
26435 src/com/gps/hibernate/SavingStatus.java 94 publicMethodCommentRequirement Required
26436 src/com/gps/hibernate/SavingStatus.java 98 publicMethodCommentRequirement Required
26437 src/com/gps/hibernate/SavingStatus.java 102 Parameter 'lastUpdateTime' is not assigned and could be declared final
26438 src/com/gps/hibernate/SavingStatus.java 102 publicMethodCommentRequirement Required
26439 src/com/gps/hibernate/SavingStatusDAO.java 3 Avoid unused imports such as 'java.util.Date'
26440 src/com/gps/hibernate/SavingStatusDAO.java 11 Comment is too large: Too many lines
26441 src/com/gps/hibernate/SavingStatusDAO.java 23 This class has too many methods, consider refactoring it.
26442 src/com/gps/hibernate/SavingStatusDAO.java 24 Logger should be defined private static final and have the correct class
26443 src/com/gps/hibernate/SavingStatusDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
26444 src/com/gps/hibernate/SavingStatusDAO.java 24 fieldCommentRequirement Required
26445 src/com/gps/hibernate/SavingStatusDAO.java 26 fieldCommentRequirement Required
26446 src/com/gps/hibernate/SavingStatusDAO.java 27 fieldCommentRequirement Required
26447 src/com/gps/hibernate/SavingStatusDAO.java 28 fieldCommentRequirement Required
26448 src/com/gps/hibernate/SavingStatusDAO.java 29 fieldCommentRequirement Required
26449 src/com/gps/hibernate/SavingStatusDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
26450 src/com/gps/hibernate/SavingStatusDAO.java 31 publicMethodCommentRequirement Required
26451 src/com/gps/hibernate/SavingStatusDAO.java 32 There is log block not surrounded by if
26452 src/com/gps/hibernate/SavingStatusDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26453 src/com/gps/hibernate/SavingStatusDAO.java 34 Potential violation of Law of Demeter (method chain calls)
26454 src/com/gps/hibernate/SavingStatusDAO.java 35 There is log block not surrounded by if
26455 src/com/gps/hibernate/SavingStatusDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26456 src/com/gps/hibernate/SavingStatusDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26457 src/com/gps/hibernate/SavingStatusDAO.java 37 There is log block not surrounded by if
26458 src/com/gps/hibernate/SavingStatusDAO.java 42 Avoid excessively long variable names like persistentInstance
26459 src/com/gps/hibernate/SavingStatusDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
26460 src/com/gps/hibernate/SavingStatusDAO.java 42 publicMethodCommentRequirement Required
26461 src/com/gps/hibernate/SavingStatusDAO.java 43 There is log block not surrounded by if
26462 src/com/gps/hibernate/SavingStatusDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26463 src/com/gps/hibernate/SavingStatusDAO.java 45 Potential violation of Law of Demeter (method chain calls)
26464 src/com/gps/hibernate/SavingStatusDAO.java 46 There is log block not surrounded by if
26465 src/com/gps/hibernate/SavingStatusDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26466 src/com/gps/hibernate/SavingStatusDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26467 src/com/gps/hibernate/SavingStatusDAO.java 48 There is log block not surrounded by if
26468 src/com/gps/hibernate/SavingStatusDAO.java 53 Avoid variables with short names like id
26469 src/com/gps/hibernate/SavingStatusDAO.java 53 Parameter 'id' is not assigned and could be declared final
26470 src/com/gps/hibernate/SavingStatusDAO.java 53 publicMethodCommentRequirement Required
26471 src/com/gps/hibernate/SavingStatusDAO.java 54 There is log block not surrounded by if
26472 src/com/gps/hibernate/SavingStatusDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26473 src/com/gps/hibernate/SavingStatusDAO.java 56 Local variable 'instance' could be declared final
26474 src/com/gps/hibernate/SavingStatusDAO.java 56 Potential violation of Law of Demeter (method chain calls)
26475 src/com/gps/hibernate/SavingStatusDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26476 src/com/gps/hibernate/SavingStatusDAO.java 60 There is log block not surrounded by if
26477 src/com/gps/hibernate/SavingStatusDAO.java 65 Parameter 'instance' is not assigned and could be declared final
26478 src/com/gps/hibernate/SavingStatusDAO.java 65 publicMethodCommentRequirement Required
26479 src/com/gps/hibernate/SavingStatusDAO.java 66 There is log block not surrounded by if
26480 src/com/gps/hibernate/SavingStatusDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26481 src/com/gps/hibernate/SavingStatusDAO.java 68 Local variable 'results' could be declared final
26482 src/com/gps/hibernate/SavingStatusDAO.java 68 Potential violation of Law of Demeter (method chain calls)
26483 src/com/gps/hibernate/SavingStatusDAO.java 68 Potential violation of Law of Demeter (method chain calls)
26484 src/com/gps/hibernate/SavingStatusDAO.java 68 Potential violation of Law of Demeter (method chain calls)
26485 src/com/gps/hibernate/SavingStatusDAO.java 71 There is log block not surrounded by if
26486 src/com/gps/hibernate/SavingStatusDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26487 src/com/gps/hibernate/SavingStatusDAO.java 72 Potential violation of Law of Demeter (object not created locally)
26488 src/com/gps/hibernate/SavingStatusDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26489 src/com/gps/hibernate/SavingStatusDAO.java 75 There is log block not surrounded by if
26490 src/com/gps/hibernate/SavingStatusDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
26491 src/com/gps/hibernate/SavingStatusDAO.java 80 Parameter 'value' is not assigned and could be declared final
26492 src/com/gps/hibernate/SavingStatusDAO.java 80 publicMethodCommentRequirement Required
26493 src/com/gps/hibernate/SavingStatusDAO.java 81 There is log block not surrounded by if
26494 src/com/gps/hibernate/SavingStatusDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26495 src/com/gps/hibernate/SavingStatusDAO.java 84 Local variable 'queryString' could be declared final
26496 src/com/gps/hibernate/SavingStatusDAO.java 86 Local variable 'queryObject' could be declared final
26497 src/com/gps/hibernate/SavingStatusDAO.java 86 Potential violation of Law of Demeter (method chain calls)
26498 src/com/gps/hibernate/SavingStatusDAO.java 87 Potential violation of Law of Demeter (object not created locally)
26499 src/com/gps/hibernate/SavingStatusDAO.java 88 Potential violation of Law of Demeter (object not created locally)
26500 src/com/gps/hibernate/SavingStatusDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26501 src/com/gps/hibernate/SavingStatusDAO.java 90 There is log block not surrounded by if
26502 src/com/gps/hibernate/SavingStatusDAO.java 95 Parameter 'petrolSave' is not assigned and could be declared final
26503 src/com/gps/hibernate/SavingStatusDAO.java 95 publicMethodCommentRequirement Required
26504 src/com/gps/hibernate/SavingStatusDAO.java 99 Parameter 'totKms' is not assigned and could be declared final
26505 src/com/gps/hibernate/SavingStatusDAO.java 99 publicMethodCommentRequirement Required
26506 src/com/gps/hibernate/SavingStatusDAO.java 103 Parameter 'co2Save' is not assigned and could be declared final
26507 src/com/gps/hibernate/SavingStatusDAO.java 103 publicMethodCommentRequirement Required
26508 src/com/gps/hibernate/SavingStatusDAO.java 107 Parameter 'moneySave' is not assigned and could be declared final
26509 src/com/gps/hibernate/SavingStatusDAO.java 107 publicMethodCommentRequirement Required
26510 src/com/gps/hibernate/SavingStatusDAO.java 111 publicMethodCommentRequirement Required
26511 src/com/gps/hibernate/SavingStatusDAO.java 112 There is log block not surrounded by if
26512 src/com/gps/hibernate/SavingStatusDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26513 src/com/gps/hibernate/SavingStatusDAO.java 114 Local variable 'queryString' could be declared final
26514 src/com/gps/hibernate/SavingStatusDAO.java 115 Local variable 'queryObject' could be declared final
26515 src/com/gps/hibernate/SavingStatusDAO.java 115 Potential violation of Law of Demeter (method chain calls)
26516 src/com/gps/hibernate/SavingStatusDAO.java 116 Potential violation of Law of Demeter (object not created locally)
26517 src/com/gps/hibernate/SavingStatusDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26518 src/com/gps/hibernate/SavingStatusDAO.java 118 There is log block not surrounded by if
26519 src/com/gps/hibernate/SavingStatusDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
26520 src/com/gps/hibernate/SavingStatusDAO.java 123 publicMethodCommentRequirement Required
26521 src/com/gps/hibernate/SavingStatusDAO.java 124 There is log block not surrounded by if
26522 src/com/gps/hibernate/SavingStatusDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26523 src/com/gps/hibernate/SavingStatusDAO.java 126 Local variable 'result' could be declared final
26524 src/com/gps/hibernate/SavingStatusDAO.java 126 Potential violation of Law of Demeter (method chain calls)
26525 src/com/gps/hibernate/SavingStatusDAO.java 128 There is log block not surrounded by if
26526 src/com/gps/hibernate/SavingStatusDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26527 src/com/gps/hibernate/SavingStatusDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26528 src/com/gps/hibernate/SavingStatusDAO.java 131 There is log block not surrounded by if
26529 src/com/gps/hibernate/SavingStatusDAO.java 136 Parameter 'instance' is not assigned and could be declared final
26530 src/com/gps/hibernate/SavingStatusDAO.java 136 publicMethodCommentRequirement Required
26531 src/com/gps/hibernate/SavingStatusDAO.java 137 There is log block not surrounded by if
26532 src/com/gps/hibernate/SavingStatusDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26533 src/com/gps/hibernate/SavingStatusDAO.java 139 Potential violation of Law of Demeter (method chain calls)
26534 src/com/gps/hibernate/SavingStatusDAO.java 140 There is log block not surrounded by if
26535 src/com/gps/hibernate/SavingStatusDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26536 src/com/gps/hibernate/SavingStatusDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26537 src/com/gps/hibernate/SavingStatusDAO.java 142 There is log block not surrounded by if
26538 src/com/gps/hibernate/SavingStatusDAO.java 147 Parameter 'instance' is not assigned and could be declared final
26539 src/com/gps/hibernate/SavingStatusDAO.java 147 publicMethodCommentRequirement Required
26540 src/com/gps/hibernate/SavingStatusDAO.java 148 There is log block not surrounded by if
26541 src/com/gps/hibernate/SavingStatusDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26542 src/com/gps/hibernate/SavingStatusDAO.java 150 Potential violation of Law of Demeter (method chain calls)
26543 src/com/gps/hibernate/SavingStatusDAO.java 151 There is log block not surrounded by if
26544 src/com/gps/hibernate/SavingStatusDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26545 src/com/gps/hibernate/SavingStatusDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26546 src/com/gps/hibernate/SavingStatusDAO.java 153 There is log block not surrounded by if
26547 src/com/gps/hibernate/ScframeworkversiScproductvers.java 9 Classes implementing Serializable should set a serialVersionUID
26548 src/com/gps/hibernate/ScframeworkversiScproductvers.java 13 Avoid variables with short names like id
26549 src/com/gps/hibernate/ScframeworkversiScproductvers.java 13 fieldCommentRequirement Required
26550 src/com/gps/hibernate/ScframeworkversiScproductvers.java 18 Document empty constructor
26551 src/com/gps/hibernate/ScframeworkversiScproductvers.java 22 Avoid variables with short names like id
26552 src/com/gps/hibernate/ScframeworkversiScproductvers.java 22 Parameter 'id' is not assigned and could be declared final
26553 src/com/gps/hibernate/ScframeworkversiScproductvers.java 28 publicMethodCommentRequirement Required
26554 src/com/gps/hibernate/ScframeworkversiScproductvers.java 32 Avoid variables with short names like id
26555 src/com/gps/hibernate/ScframeworkversiScproductvers.java 32 Parameter 'id' is not assigned and could be declared final
26556 src/com/gps/hibernate/ScframeworkversiScproductvers.java 32 publicMethodCommentRequirement Required
26557 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 10 Comment is too large: Too many lines
26558 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 24 Logger should be defined private static final and have the correct class
26559 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
26560 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 24 fieldCommentRequirement Required
26561 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
26562 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 29 publicMethodCommentRequirement Required
26563 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 30 There is log block not surrounded by if
26564 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26565 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 32 Potential violation of Law of Demeter (method chain calls)
26566 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 33 There is log block not surrounded by if
26567 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26568 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26569 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 35 There is log block not surrounded by if
26570 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 40 Avoid excessively long variable names like persistentInstance
26571 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
26572 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 40 publicMethodCommentRequirement Required
26573 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 41 There is log block not surrounded by if
26574 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26575 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 43 Potential violation of Law of Demeter (method chain calls)
26576 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 44 There is log block not surrounded by if
26577 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26578 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26579 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 46 There is log block not surrounded by if
26580 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 51 publicMethodCommentRequirement Required
26581 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 52 Avoid variables with short names like id
26582 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 52 Parameter 'id' is not assigned and could be declared final
26583 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 53 There is log block not surrounded by if
26584 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26585 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 56 Local variable 'instance' could be declared final
26586 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 56 Potential violation of Law of Demeter (method chain calls)
26587 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26588 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 60 There is log block not surrounded by if
26589 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 65 Parameter 'instance' is not assigned and could be declared final
26590 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 65 publicMethodCommentRequirement Required
26591 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 66 There is log block not surrounded by if
26592 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26593 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 68 Local variable 'results' could be declared final
26594 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 68 Potential violation of Law of Demeter (method chain calls)
26595 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 68 Potential violation of Law of Demeter (method chain calls)
26596 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 68 Potential violation of Law of Demeter (method chain calls)
26597 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 71 There is log block not surrounded by if
26598 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26599 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 72 Potential violation of Law of Demeter (object not created locally)
26600 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26601 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 75 There is log block not surrounded by if
26602 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
26603 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 80 Parameter 'value' is not assigned and could be declared final
26604 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 80 publicMethodCommentRequirement Required
26605 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 81 There is log block not surrounded by if
26606 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26607 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 85 Local variable 'queryString' could be declared final
26608 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 87 Local variable 'queryObject' could be declared final
26609 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 87 Potential violation of Law of Demeter (method chain calls)
26610 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 88 Potential violation of Law of Demeter (object not created locally)
26611 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 89 Potential violation of Law of Demeter (object not created locally)
26612 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26613 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 91 There is log block not surrounded by if
26614 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 96 publicMethodCommentRequirement Required
26615 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 97 There is log block not surrounded by if
26616 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26617 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 99 Local variable 'queryString' could be declared final
26618 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 100 Local variable 'queryObject' could be declared final
26619 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 100 Potential violation of Law of Demeter (method chain calls)
26620 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 101 Potential violation of Law of Demeter (object not created locally)
26621 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26622 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 103 There is log block not surrounded by if
26623 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 108 publicMethodCommentRequirement Required
26624 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 109 Parameter 'detachedInstance' is not assigned and could be declared final
26625 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 110 There is log block not surrounded by if
26626 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26627 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 112 Local variable 'result' could be declared final
26628 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 112 Potential violation of Law of Demeter (method chain calls)
26629 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 114 There is log block not surrounded by if
26630 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26631 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26632 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 117 There is log block not surrounded by if
26633 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 122 Parameter 'instance' is not assigned and could be declared final
26634 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 122 publicMethodCommentRequirement Required
26635 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 123 There is log block not surrounded by if
26636 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26637 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 125 Potential violation of Law of Demeter (method chain calls)
26638 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 126 There is log block not surrounded by if
26639 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26640 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26641 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 128 There is log block not surrounded by if
26642 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 133 Parameter 'instance' is not assigned and could be declared final
26643 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 133 publicMethodCommentRequirement Required
26644 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 134 There is log block not surrounded by if
26645 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26646 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 136 Potential violation of Law of Demeter (method chain calls)
26647 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 137 There is log block not surrounded by if
26648 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26649 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26650 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 139 There is log block not surrounded by if
26651 src/com/gps/hibernate/ScframeworkversiScproductversId.java 9 Classes implementing Serializable should set a serialVersionUID
26652 src/com/gps/hibernate/ScframeworkversiScproductversId.java 13 Avoid excessively long variable names like frameworkVersionId
26653 src/com/gps/hibernate/ScframeworkversiScproductversId.java 13 fieldCommentRequirement Required
26654 src/com/gps/hibernate/ScframeworkversiScproductversId.java 14 fieldCommentRequirement Required
26655 src/com/gps/hibernate/ScframeworkversiScproductversId.java 19 Document empty constructor
26656 src/com/gps/hibernate/ScframeworkversiScproductversId.java 23 Avoid excessively long variable names like frameworkVersionId
26657 src/com/gps/hibernate/ScframeworkversiScproductversId.java 23 Parameter 'frameworkVersionId' is not assigned and could be declared final
26658 src/com/gps/hibernate/ScframeworkversiScproductversId.java 24 Parameter 'productVersionId' is not assigned and could be declared final
26659 src/com/gps/hibernate/ScframeworkversiScproductversId.java 31 publicMethodCommentRequirement Required
26660 src/com/gps/hibernate/ScframeworkversiScproductversId.java 35 Avoid excessively long variable names like frameworkVersionId
26661 src/com/gps/hibernate/ScframeworkversiScproductversId.java 35 Parameter 'frameworkVersionId' is not assigned and could be declared final
26662 src/com/gps/hibernate/ScframeworkversiScproductversId.java 35 publicMethodCommentRequirement Required
26663 src/com/gps/hibernate/ScframeworkversiScproductversId.java 39 publicMethodCommentRequirement Required
26664 src/com/gps/hibernate/ScframeworkversiScproductversId.java 43 Parameter 'productVersionId' is not assigned and could be declared final
26665 src/com/gps/hibernate/ScframeworkversiScproductversId.java 43 publicMethodCommentRequirement Required
26666 src/com/gps/hibernate/ScframeworkversiScproductversId.java 47 Parameter 'other' is not assigned and could be declared final
26667 src/com/gps/hibernate/ScframeworkversiScproductversId.java 47 publicMethodCommentRequirement Required
26668 src/com/gps/hibernate/ScframeworkversiScproductversId.java 48 Avoid using if statements without curly braces
26669 src/com/gps/hibernate/ScframeworkversiScproductversId.java 48 Useless parentheses.
26670 src/com/gps/hibernate/ScframeworkversiScproductversId.java 49 A method should have only one exit point, and that should be the last statement in the method
26671 src/com/gps/hibernate/ScframeworkversiScproductversId.java 50 Avoid using if statements without curly braces
26672 src/com/gps/hibernate/ScframeworkversiScproductversId.java 50 Useless parentheses.
26673 src/com/gps/hibernate/ScframeworkversiScproductversId.java 51 A method should have only one exit point, and that should be the last statement in the method
26674 src/com/gps/hibernate/ScframeworkversiScproductversId.java 52 Avoid using if statements without curly braces
26675 src/com/gps/hibernate/ScframeworkversiScproductversId.java 53 A method should have only one exit point, and that should be the last statement in the method
26676 src/com/gps/hibernate/ScframeworkversiScproductversId.java 54 Local variable 'castOther' could be declared final
26677 src/com/gps/hibernate/ScframeworkversiScproductversId.java 56 Potential violation of Law of Demeter (method chain calls)
26678 src/com/gps/hibernate/ScframeworkversiScproductversId.java 56 Potential violation of Law of Demeter (object not created locally)
26679 src/com/gps/hibernate/ScframeworkversiScproductversId.java 56 Potential violation of Law of Demeter (object not created locally)
26680 src/com/gps/hibernate/ScframeworkversiScproductversId.java 56 Useless parentheses.
26681 src/com/gps/hibernate/ScframeworkversiScproductversId.java 57 Useless parentheses.
26682 src/com/gps/hibernate/ScframeworkversiScproductversId.java 58 Potential violation of Law of Demeter (object not created locally)
26683 src/com/gps/hibernate/ScframeworkversiScproductversId.java 60 Potential violation of Law of Demeter (object not created locally)
26684 src/com/gps/hibernate/ScframeworkversiScproductversId.java 61 Potential violation of Law of Demeter (method chain calls)
26685 src/com/gps/hibernate/ScframeworkversiScproductversId.java 61 Potential violation of Law of Demeter (object not created locally)
26686 src/com/gps/hibernate/ScframeworkversiScproductversId.java 61 Potential violation of Law of Demeter (object not created locally)
26687 src/com/gps/hibernate/ScframeworkversiScproductversId.java 61 Useless parentheses.
26688 src/com/gps/hibernate/ScframeworkversiScproductversId.java 62 Useless parentheses.
26689 src/com/gps/hibernate/ScframeworkversiScproductversId.java 63 Potential violation of Law of Demeter (object not created locally)
26690 src/com/gps/hibernate/ScframeworkversiScproductversId.java 65 Potential violation of Law of Demeter (object not created locally)
26691 src/com/gps/hibernate/ScframeworkversiScproductversId.java 68 publicMethodCommentRequirement Required
26692 src/com/gps/hibernate/ScframeworkversiScproductversId.java 69 Found 'DD'-anomaly for variable 'result' (lines '69'-'71').
26693 src/com/gps/hibernate/Scframeworkversion.java 11 Classes implementing Serializable should set a serialVersionUID
26694 src/com/gps/hibernate/Scframeworkversion.java 15 Avoid excessively long variable names like frameworkVersionId
26695 src/com/gps/hibernate/Scframeworkversion.java 15 fieldCommentRequirement Required
26696 src/com/gps/hibernate/Scframeworkversion.java 16 fieldCommentRequirement Required
26697 src/com/gps/hibernate/Scframeworkversion.java 17 fieldCommentRequirement Required
26698 src/com/gps/hibernate/Scframeworkversion.java 18 fieldCommentRequirement Required
26699 src/com/gps/hibernate/Scframeworkversion.java 19 fieldCommentRequirement Required
26700 src/com/gps/hibernate/Scframeworkversion.java 20 fieldCommentRequirement Required
26701 src/com/gps/hibernate/Scframeworkversion.java 21 fieldCommentRequirement Required
26702 src/com/gps/hibernate/Scframeworkversion.java 22 fieldCommentRequirement Required
26703 src/com/gps/hibernate/Scframeworkversion.java 23 fieldCommentRequirement Required
26704 src/com/gps/hibernate/Scframeworkversion.java 24 fieldCommentRequirement Required
26705 src/com/gps/hibernate/Scframeworkversion.java 25 fieldCommentRequirement Required
26706 src/com/gps/hibernate/Scframeworkversion.java 30 Document empty constructor
26707 src/com/gps/hibernate/Scframeworkversion.java 34 Avoid excessively long variable names like frameworkVersionId
26708 src/com/gps/hibernate/Scframeworkversion.java 34 Parameter 'frameworkVersionId' is not assigned and could be declared final
26709 src/com/gps/hibernate/Scframeworkversion.java 39 Avoid excessively long variable names like frameworkVersionId
26710 src/com/gps/hibernate/Scframeworkversion.java 39 Avoid long parameter lists.
26711 src/com/gps/hibernate/Scframeworkversion.java 39 Parameter 'frameworkVersionId' is not assigned and could be declared final
26712 src/com/gps/hibernate/Scframeworkversion.java 39 Parameter 'groupId' is not assigned and could be declared final
26713 src/com/gps/hibernate/Scframeworkversion.java 40 Parameter 'companyId' is not assigned and could be declared final
26714 src/com/gps/hibernate/Scframeworkversion.java 40 Parameter 'createDate' is not assigned and could be declared final
26715 src/com/gps/hibernate/Scframeworkversion.java 40 Parameter 'userId' is not assigned and could be declared final
26716 src/com/gps/hibernate/Scframeworkversion.java 40 Parameter 'userName' is not assigned and could be declared final
26717 src/com/gps/hibernate/Scframeworkversion.java 41 Parameter 'active' is not assigned and could be declared final
26718 src/com/gps/hibernate/Scframeworkversion.java 41 Parameter 'modifiedDate' is not assigned and could be declared final
26719 src/com/gps/hibernate/Scframeworkversion.java 41 Parameter 'name' is not assigned and could be declared final
26720 src/com/gps/hibernate/Scframeworkversion.java 41 Parameter 'url' is not assigned and could be declared final
26721 src/com/gps/hibernate/Scframeworkversion.java 42 Parameter 'priority' is not assigned and could be declared final
26722 src/com/gps/hibernate/Scframeworkversion.java 58 publicMethodCommentRequirement Required
26723 src/com/gps/hibernate/Scframeworkversion.java 62 Avoid excessively long variable names like frameworkVersionId
26724 src/com/gps/hibernate/Scframeworkversion.java 62 Parameter 'frameworkVersionId' is not assigned and could be declared final
26725 src/com/gps/hibernate/Scframeworkversion.java 62 publicMethodCommentRequirement Required
26726 src/com/gps/hibernate/Scframeworkversion.java 66 publicMethodCommentRequirement Required
26727 src/com/gps/hibernate/Scframeworkversion.java 70 Parameter 'groupId' is not assigned and could be declared final
26728 src/com/gps/hibernate/Scframeworkversion.java 70 publicMethodCommentRequirement Required
26729 src/com/gps/hibernate/Scframeworkversion.java 74 publicMethodCommentRequirement Required
26730 src/com/gps/hibernate/Scframeworkversion.java 78 Parameter 'companyId' is not assigned and could be declared final
26731 src/com/gps/hibernate/Scframeworkversion.java 78 publicMethodCommentRequirement Required
26732 src/com/gps/hibernate/Scframeworkversion.java 82 publicMethodCommentRequirement Required
26733 src/com/gps/hibernate/Scframeworkversion.java 86 Parameter 'userId' is not assigned and could be declared final
26734 src/com/gps/hibernate/Scframeworkversion.java 86 publicMethodCommentRequirement Required
26735 src/com/gps/hibernate/Scframeworkversion.java 90 publicMethodCommentRequirement Required
26736 src/com/gps/hibernate/Scframeworkversion.java 94 Parameter 'userName' is not assigned and could be declared final
26737 src/com/gps/hibernate/Scframeworkversion.java 94 publicMethodCommentRequirement Required
26738 src/com/gps/hibernate/Scframeworkversion.java 98 publicMethodCommentRequirement Required
26739 src/com/gps/hibernate/Scframeworkversion.java 102 Parameter 'createDate' is not assigned and could be declared final
26740 src/com/gps/hibernate/Scframeworkversion.java 102 publicMethodCommentRequirement Required
26741 src/com/gps/hibernate/Scframeworkversion.java 106 publicMethodCommentRequirement Required
26742 src/com/gps/hibernate/Scframeworkversion.java 110 Parameter 'modifiedDate' is not assigned and could be declared final
26743 src/com/gps/hibernate/Scframeworkversion.java 110 publicMethodCommentRequirement Required
26744 src/com/gps/hibernate/Scframeworkversion.java 114 publicMethodCommentRequirement Required
26745 src/com/gps/hibernate/Scframeworkversion.java 118 Parameter 'name' is not assigned and could be declared final
26746 src/com/gps/hibernate/Scframeworkversion.java 118 publicMethodCommentRequirement Required
26747 src/com/gps/hibernate/Scframeworkversion.java 122 publicMethodCommentRequirement Required
26748 src/com/gps/hibernate/Scframeworkversion.java 126 Parameter 'url' is not assigned and could be declared final
26749 src/com/gps/hibernate/Scframeworkversion.java 126 publicMethodCommentRequirement Required
26750 src/com/gps/hibernate/Scframeworkversion.java 130 publicMethodCommentRequirement Required
26751 src/com/gps/hibernate/Scframeworkversion.java 134 Parameter 'active' is not assigned and could be declared final
26752 src/com/gps/hibernate/Scframeworkversion.java 134 publicMethodCommentRequirement Required
26753 src/com/gps/hibernate/Scframeworkversion.java 138 publicMethodCommentRequirement Required
26754 src/com/gps/hibernate/Scframeworkversion.java 142 Parameter 'priority' is not assigned and could be declared final
26755 src/com/gps/hibernate/Scframeworkversion.java 142 publicMethodCommentRequirement Required
26756 src/com/gps/hibernate/ScframeworkversionDAO.java 3 Avoid unused imports such as 'java.util.Date'
26757 src/com/gps/hibernate/ScframeworkversionDAO.java 11 Comment is too large: Too many lines
26758 src/com/gps/hibernate/ScframeworkversionDAO.java 23 This class has too many methods, consider refactoring it.
26759 src/com/gps/hibernate/ScframeworkversionDAO.java 24 Logger should be defined private static final and have the correct class
26760 src/com/gps/hibernate/ScframeworkversionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
26761 src/com/gps/hibernate/ScframeworkversionDAO.java 24 fieldCommentRequirement Required
26762 src/com/gps/hibernate/ScframeworkversionDAO.java 27 fieldCommentRequirement Required
26763 src/com/gps/hibernate/ScframeworkversionDAO.java 28 fieldCommentRequirement Required
26764 src/com/gps/hibernate/ScframeworkversionDAO.java 29 fieldCommentRequirement Required
26765 src/com/gps/hibernate/ScframeworkversionDAO.java 30 fieldCommentRequirement Required
26766 src/com/gps/hibernate/ScframeworkversionDAO.java 31 fieldCommentRequirement Required
26767 src/com/gps/hibernate/ScframeworkversionDAO.java 32 fieldCommentRequirement Required
26768 src/com/gps/hibernate/ScframeworkversionDAO.java 33 fieldCommentRequirement Required
26769 src/com/gps/hibernate/ScframeworkversionDAO.java 34 fieldCommentRequirement Required
26770 src/com/gps/hibernate/ScframeworkversionDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
26771 src/com/gps/hibernate/ScframeworkversionDAO.java 36 publicMethodCommentRequirement Required
26772 src/com/gps/hibernate/ScframeworkversionDAO.java 37 There is log block not surrounded by if
26773 src/com/gps/hibernate/ScframeworkversionDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26774 src/com/gps/hibernate/ScframeworkversionDAO.java 39 Potential violation of Law of Demeter (method chain calls)
26775 src/com/gps/hibernate/ScframeworkversionDAO.java 40 There is log block not surrounded by if
26776 src/com/gps/hibernate/ScframeworkversionDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26777 src/com/gps/hibernate/ScframeworkversionDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26778 src/com/gps/hibernate/ScframeworkversionDAO.java 42 There is log block not surrounded by if
26779 src/com/gps/hibernate/ScframeworkversionDAO.java 47 Avoid excessively long variable names like persistentInstance
26780 src/com/gps/hibernate/ScframeworkversionDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
26781 src/com/gps/hibernate/ScframeworkversionDAO.java 47 publicMethodCommentRequirement Required
26782 src/com/gps/hibernate/ScframeworkversionDAO.java 48 There is log block not surrounded by if
26783 src/com/gps/hibernate/ScframeworkversionDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26784 src/com/gps/hibernate/ScframeworkversionDAO.java 50 Potential violation of Law of Demeter (method chain calls)
26785 src/com/gps/hibernate/ScframeworkversionDAO.java 51 There is log block not surrounded by if
26786 src/com/gps/hibernate/ScframeworkversionDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26787 src/com/gps/hibernate/ScframeworkversionDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26788 src/com/gps/hibernate/ScframeworkversionDAO.java 53 There is log block not surrounded by if
26789 src/com/gps/hibernate/ScframeworkversionDAO.java 58 Avoid variables with short names like id
26790 src/com/gps/hibernate/ScframeworkversionDAO.java 58 Parameter 'id' is not assigned and could be declared final
26791 src/com/gps/hibernate/ScframeworkversionDAO.java 58 publicMethodCommentRequirement Required
26792 src/com/gps/hibernate/ScframeworkversionDAO.java 59 There is log block not surrounded by if
26793 src/com/gps/hibernate/ScframeworkversionDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26794 src/com/gps/hibernate/ScframeworkversionDAO.java 61 Local variable 'instance' could be declared final
26795 src/com/gps/hibernate/ScframeworkversionDAO.java 61 Potential violation of Law of Demeter (method chain calls)
26796 src/com/gps/hibernate/ScframeworkversionDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26797 src/com/gps/hibernate/ScframeworkversionDAO.java 65 There is log block not surrounded by if
26798 src/com/gps/hibernate/ScframeworkversionDAO.java 70 Parameter 'instance' is not assigned and could be declared final
26799 src/com/gps/hibernate/ScframeworkversionDAO.java 70 publicMethodCommentRequirement Required
26800 src/com/gps/hibernate/ScframeworkversionDAO.java 71 There is log block not surrounded by if
26801 src/com/gps/hibernate/ScframeworkversionDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26802 src/com/gps/hibernate/ScframeworkversionDAO.java 73 Local variable 'results' could be declared final
26803 src/com/gps/hibernate/ScframeworkversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
26804 src/com/gps/hibernate/ScframeworkversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
26805 src/com/gps/hibernate/ScframeworkversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
26806 src/com/gps/hibernate/ScframeworkversionDAO.java 76 There is log block not surrounded by if
26807 src/com/gps/hibernate/ScframeworkversionDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26808 src/com/gps/hibernate/ScframeworkversionDAO.java 77 Potential violation of Law of Demeter (object not created locally)
26809 src/com/gps/hibernate/ScframeworkversionDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26810 src/com/gps/hibernate/ScframeworkversionDAO.java 80 There is log block not surrounded by if
26811 src/com/gps/hibernate/ScframeworkversionDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
26812 src/com/gps/hibernate/ScframeworkversionDAO.java 85 Parameter 'value' is not assigned and could be declared final
26813 src/com/gps/hibernate/ScframeworkversionDAO.java 85 publicMethodCommentRequirement Required
26814 src/com/gps/hibernate/ScframeworkversionDAO.java 86 There is log block not surrounded by if
26815 src/com/gps/hibernate/ScframeworkversionDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26816 src/com/gps/hibernate/ScframeworkversionDAO.java 89 Local variable 'queryString' could be declared final
26817 src/com/gps/hibernate/ScframeworkversionDAO.java 91 Local variable 'queryObject' could be declared final
26818 src/com/gps/hibernate/ScframeworkversionDAO.java 91 Potential violation of Law of Demeter (method chain calls)
26819 src/com/gps/hibernate/ScframeworkversionDAO.java 92 Potential violation of Law of Demeter (object not created locally)
26820 src/com/gps/hibernate/ScframeworkversionDAO.java 93 Potential violation of Law of Demeter (object not created locally)
26821 src/com/gps/hibernate/ScframeworkversionDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26822 src/com/gps/hibernate/ScframeworkversionDAO.java 95 There is log block not surrounded by if
26823 src/com/gps/hibernate/ScframeworkversionDAO.java 100 Parameter 'groupId' is not assigned and could be declared final
26824 src/com/gps/hibernate/ScframeworkversionDAO.java 100 publicMethodCommentRequirement Required
26825 src/com/gps/hibernate/ScframeworkversionDAO.java 104 Parameter 'companyId' is not assigned and could be declared final
26826 src/com/gps/hibernate/ScframeworkversionDAO.java 104 publicMethodCommentRequirement Required
26827 src/com/gps/hibernate/ScframeworkversionDAO.java 108 Parameter 'userId' is not assigned and could be declared final
26828 src/com/gps/hibernate/ScframeworkversionDAO.java 108 publicMethodCommentRequirement Required
26829 src/com/gps/hibernate/ScframeworkversionDAO.java 112 Parameter 'userName' is not assigned and could be declared final
26830 src/com/gps/hibernate/ScframeworkversionDAO.java 112 publicMethodCommentRequirement Required
26831 src/com/gps/hibernate/ScframeworkversionDAO.java 116 Parameter 'name' is not assigned and could be declared final
26832 src/com/gps/hibernate/ScframeworkversionDAO.java 116 publicMethodCommentRequirement Required
26833 src/com/gps/hibernate/ScframeworkversionDAO.java 120 Parameter 'url' is not assigned and could be declared final
26834 src/com/gps/hibernate/ScframeworkversionDAO.java 120 publicMethodCommentRequirement Required
26835 src/com/gps/hibernate/ScframeworkversionDAO.java 124 Parameter 'active' is not assigned and could be declared final
26836 src/com/gps/hibernate/ScframeworkversionDAO.java 124 publicMethodCommentRequirement Required
26837 src/com/gps/hibernate/ScframeworkversionDAO.java 128 Parameter 'priority' is not assigned and could be declared final
26838 src/com/gps/hibernate/ScframeworkversionDAO.java 128 publicMethodCommentRequirement Required
26839 src/com/gps/hibernate/ScframeworkversionDAO.java 132 publicMethodCommentRequirement Required
26840 src/com/gps/hibernate/ScframeworkversionDAO.java 133 There is log block not surrounded by if
26841 src/com/gps/hibernate/ScframeworkversionDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26842 src/com/gps/hibernate/ScframeworkversionDAO.java 135 Local variable 'queryString' could be declared final
26843 src/com/gps/hibernate/ScframeworkversionDAO.java 136 Local variable 'queryObject' could be declared final
26844 src/com/gps/hibernate/ScframeworkversionDAO.java 136 Potential violation of Law of Demeter (method chain calls)
26845 src/com/gps/hibernate/ScframeworkversionDAO.java 137 Potential violation of Law of Demeter (object not created locally)
26846 src/com/gps/hibernate/ScframeworkversionDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26847 src/com/gps/hibernate/ScframeworkversionDAO.java 139 There is log block not surrounded by if
26848 src/com/gps/hibernate/ScframeworkversionDAO.java 144 Parameter 'detachedInstance' is not assigned and could be declared final
26849 src/com/gps/hibernate/ScframeworkversionDAO.java 144 publicMethodCommentRequirement Required
26850 src/com/gps/hibernate/ScframeworkversionDAO.java 145 There is log block not surrounded by if
26851 src/com/gps/hibernate/ScframeworkversionDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26852 src/com/gps/hibernate/ScframeworkversionDAO.java 147 Local variable 'result' could be declared final
26853 src/com/gps/hibernate/ScframeworkversionDAO.java 147 Potential violation of Law of Demeter (method chain calls)
26854 src/com/gps/hibernate/ScframeworkversionDAO.java 149 There is log block not surrounded by if
26855 src/com/gps/hibernate/ScframeworkversionDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26856 src/com/gps/hibernate/ScframeworkversionDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26857 src/com/gps/hibernate/ScframeworkversionDAO.java 152 There is log block not surrounded by if
26858 src/com/gps/hibernate/ScframeworkversionDAO.java 157 Parameter 'instance' is not assigned and could be declared final
26859 src/com/gps/hibernate/ScframeworkversionDAO.java 157 publicMethodCommentRequirement Required
26860 src/com/gps/hibernate/ScframeworkversionDAO.java 158 There is log block not surrounded by if
26861 src/com/gps/hibernate/ScframeworkversionDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26862 src/com/gps/hibernate/ScframeworkversionDAO.java 160 Potential violation of Law of Demeter (method chain calls)
26863 src/com/gps/hibernate/ScframeworkversionDAO.java 161 There is log block not surrounded by if
26864 src/com/gps/hibernate/ScframeworkversionDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26865 src/com/gps/hibernate/ScframeworkversionDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26866 src/com/gps/hibernate/ScframeworkversionDAO.java 163 There is log block not surrounded by if
26867 src/com/gps/hibernate/ScframeworkversionDAO.java 168 Parameter 'instance' is not assigned and could be declared final
26868 src/com/gps/hibernate/ScframeworkversionDAO.java 168 publicMethodCommentRequirement Required
26869 src/com/gps/hibernate/ScframeworkversionDAO.java 169 There is log block not surrounded by if
26870 src/com/gps/hibernate/ScframeworkversionDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26871 src/com/gps/hibernate/ScframeworkversionDAO.java 171 Potential violation of Law of Demeter (method chain calls)
26872 src/com/gps/hibernate/ScframeworkversionDAO.java 172 There is log block not surrounded by if
26873 src/com/gps/hibernate/ScframeworkversionDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26874 src/com/gps/hibernate/ScframeworkversionDAO.java 173 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26875 src/com/gps/hibernate/ScframeworkversionDAO.java 174 There is log block not surrounded by if
26876 src/com/gps/hibernate/Sclicense.java 9 Classes implementing Serializable should set a serialVersionUID
26877 src/com/gps/hibernate/Sclicense.java 13 fieldCommentRequirement Required
26878 src/com/gps/hibernate/Sclicense.java 14 fieldCommentRequirement Required
26879 src/com/gps/hibernate/Sclicense.java 15 fieldCommentRequirement Required
26880 src/com/gps/hibernate/Sclicense.java 16 fieldCommentRequirement Required
26881 src/com/gps/hibernate/Sclicense.java 17 fieldCommentRequirement Required
26882 src/com/gps/hibernate/Sclicense.java 18 fieldCommentRequirement Required
26883 src/com/gps/hibernate/Sclicense.java 23 Document empty constructor
26884 src/com/gps/hibernate/Sclicense.java 27 Parameter 'licenseId' is not assigned and could be declared final
26885 src/com/gps/hibernate/Sclicense.java 32 Parameter 'licenseId' is not assigned and could be declared final
26886 src/com/gps/hibernate/Sclicense.java 32 Parameter 'name' is not assigned and could be declared final
26887 src/com/gps/hibernate/Sclicense.java 32 Parameter 'openSource' is not assigned and could be declared final
26888 src/com/gps/hibernate/Sclicense.java 32 Parameter 'url' is not assigned and could be declared final
26889 src/com/gps/hibernate/Sclicense.java 33 Parameter 'active' is not assigned and could be declared final
26890 src/com/gps/hibernate/Sclicense.java 33 Parameter 'recommended' is not assigned and could be declared final
26891 src/com/gps/hibernate/Sclicense.java 44 publicMethodCommentRequirement Required
26892 src/com/gps/hibernate/Sclicense.java 48 Parameter 'licenseId' is not assigned and could be declared final
26893 src/com/gps/hibernate/Sclicense.java 48 publicMethodCommentRequirement Required
26894 src/com/gps/hibernate/Sclicense.java 52 publicMethodCommentRequirement Required
26895 src/com/gps/hibernate/Sclicense.java 56 Parameter 'name' is not assigned and could be declared final
26896 src/com/gps/hibernate/Sclicense.java 56 publicMethodCommentRequirement Required
26897 src/com/gps/hibernate/Sclicense.java 60 publicMethodCommentRequirement Required
26898 src/com/gps/hibernate/Sclicense.java 64 Parameter 'url' is not assigned and could be declared final
26899 src/com/gps/hibernate/Sclicense.java 64 publicMethodCommentRequirement Required
26900 src/com/gps/hibernate/Sclicense.java 68 publicMethodCommentRequirement Required
26901 src/com/gps/hibernate/Sclicense.java 72 Parameter 'openSource' is not assigned and could be declared final
26902 src/com/gps/hibernate/Sclicense.java 72 publicMethodCommentRequirement Required
26903 src/com/gps/hibernate/Sclicense.java 76 publicMethodCommentRequirement Required
26904 src/com/gps/hibernate/Sclicense.java 80 Parameter 'active' is not assigned and could be declared final
26905 src/com/gps/hibernate/Sclicense.java 80 publicMethodCommentRequirement Required
26906 src/com/gps/hibernate/Sclicense.java 84 publicMethodCommentRequirement Required
26907 src/com/gps/hibernate/Sclicense.java 88 Parameter 'recommended' is not assigned and could be declared final
26908 src/com/gps/hibernate/Sclicense.java 88 publicMethodCommentRequirement Required
26909 src/com/gps/hibernate/SclicenseDAO.java 10 Comment is too large: Too many lines
26910 src/com/gps/hibernate/SclicenseDAO.java 22 This class has too many methods, consider refactoring it.
26911 src/com/gps/hibernate/SclicenseDAO.java 23 Logger should be defined private static final and have the correct class
26912 src/com/gps/hibernate/SclicenseDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
26913 src/com/gps/hibernate/SclicenseDAO.java 23 fieldCommentRequirement Required
26914 src/com/gps/hibernate/SclicenseDAO.java 25 fieldCommentRequirement Required
26915 src/com/gps/hibernate/SclicenseDAO.java 26 fieldCommentRequirement Required
26916 src/com/gps/hibernate/SclicenseDAO.java 27 fieldCommentRequirement Required
26917 src/com/gps/hibernate/SclicenseDAO.java 28 fieldCommentRequirement Required
26918 src/com/gps/hibernate/SclicenseDAO.java 29 fieldCommentRequirement Required
26919 src/com/gps/hibernate/SclicenseDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
26920 src/com/gps/hibernate/SclicenseDAO.java 31 publicMethodCommentRequirement Required
26921 src/com/gps/hibernate/SclicenseDAO.java 32 There is log block not surrounded by if
26922 src/com/gps/hibernate/SclicenseDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26923 src/com/gps/hibernate/SclicenseDAO.java 34 Potential violation of Law of Demeter (method chain calls)
26924 src/com/gps/hibernate/SclicenseDAO.java 35 There is log block not surrounded by if
26925 src/com/gps/hibernate/SclicenseDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26926 src/com/gps/hibernate/SclicenseDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26927 src/com/gps/hibernate/SclicenseDAO.java 37 There is log block not surrounded by if
26928 src/com/gps/hibernate/SclicenseDAO.java 42 Avoid excessively long variable names like persistentInstance
26929 src/com/gps/hibernate/SclicenseDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
26930 src/com/gps/hibernate/SclicenseDAO.java 42 publicMethodCommentRequirement Required
26931 src/com/gps/hibernate/SclicenseDAO.java 43 There is log block not surrounded by if
26932 src/com/gps/hibernate/SclicenseDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26933 src/com/gps/hibernate/SclicenseDAO.java 45 Potential violation of Law of Demeter (method chain calls)
26934 src/com/gps/hibernate/SclicenseDAO.java 46 There is log block not surrounded by if
26935 src/com/gps/hibernate/SclicenseDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26936 src/com/gps/hibernate/SclicenseDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26937 src/com/gps/hibernate/SclicenseDAO.java 48 There is log block not surrounded by if
26938 src/com/gps/hibernate/SclicenseDAO.java 53 Avoid variables with short names like id
26939 src/com/gps/hibernate/SclicenseDAO.java 53 Parameter 'id' is not assigned and could be declared final
26940 src/com/gps/hibernate/SclicenseDAO.java 53 publicMethodCommentRequirement Required
26941 src/com/gps/hibernate/SclicenseDAO.java 54 There is log block not surrounded by if
26942 src/com/gps/hibernate/SclicenseDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26943 src/com/gps/hibernate/SclicenseDAO.java 56 Local variable 'instance' could be declared final
26944 src/com/gps/hibernate/SclicenseDAO.java 56 Potential violation of Law of Demeter (method chain calls)
26945 src/com/gps/hibernate/SclicenseDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26946 src/com/gps/hibernate/SclicenseDAO.java 60 There is log block not surrounded by if
26947 src/com/gps/hibernate/SclicenseDAO.java 65 Parameter 'instance' is not assigned and could be declared final
26948 src/com/gps/hibernate/SclicenseDAO.java 65 publicMethodCommentRequirement Required
26949 src/com/gps/hibernate/SclicenseDAO.java 66 There is log block not surrounded by if
26950 src/com/gps/hibernate/SclicenseDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26951 src/com/gps/hibernate/SclicenseDAO.java 68 Local variable 'results' could be declared final
26952 src/com/gps/hibernate/SclicenseDAO.java 68 Potential violation of Law of Demeter (method chain calls)
26953 src/com/gps/hibernate/SclicenseDAO.java 68 Potential violation of Law of Demeter (method chain calls)
26954 src/com/gps/hibernate/SclicenseDAO.java 68 Potential violation of Law of Demeter (method chain calls)
26955 src/com/gps/hibernate/SclicenseDAO.java 71 There is log block not surrounded by if
26956 src/com/gps/hibernate/SclicenseDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26957 src/com/gps/hibernate/SclicenseDAO.java 72 Potential violation of Law of Demeter (object not created locally)
26958 src/com/gps/hibernate/SclicenseDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26959 src/com/gps/hibernate/SclicenseDAO.java 75 There is log block not surrounded by if
26960 src/com/gps/hibernate/SclicenseDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
26961 src/com/gps/hibernate/SclicenseDAO.java 80 Parameter 'value' is not assigned and could be declared final
26962 src/com/gps/hibernate/SclicenseDAO.java 80 publicMethodCommentRequirement Required
26963 src/com/gps/hibernate/SclicenseDAO.java 81 There is log block not surrounded by if
26964 src/com/gps/hibernate/SclicenseDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26965 src/com/gps/hibernate/SclicenseDAO.java 84 Local variable 'queryString' could be declared final
26966 src/com/gps/hibernate/SclicenseDAO.java 86 Local variable 'queryObject' could be declared final
26967 src/com/gps/hibernate/SclicenseDAO.java 86 Potential violation of Law of Demeter (method chain calls)
26968 src/com/gps/hibernate/SclicenseDAO.java 87 Potential violation of Law of Demeter (object not created locally)
26969 src/com/gps/hibernate/SclicenseDAO.java 88 Potential violation of Law of Demeter (object not created locally)
26970 src/com/gps/hibernate/SclicenseDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26971 src/com/gps/hibernate/SclicenseDAO.java 90 There is log block not surrounded by if
26972 src/com/gps/hibernate/SclicenseDAO.java 95 Parameter 'name' is not assigned and could be declared final
26973 src/com/gps/hibernate/SclicenseDAO.java 95 publicMethodCommentRequirement Required
26974 src/com/gps/hibernate/SclicenseDAO.java 99 Parameter 'url' is not assigned and could be declared final
26975 src/com/gps/hibernate/SclicenseDAO.java 99 publicMethodCommentRequirement Required
26976 src/com/gps/hibernate/SclicenseDAO.java 103 Parameter 'openSource' is not assigned and could be declared final
26977 src/com/gps/hibernate/SclicenseDAO.java 103 publicMethodCommentRequirement Required
26978 src/com/gps/hibernate/SclicenseDAO.java 107 Parameter 'active' is not assigned and could be declared final
26979 src/com/gps/hibernate/SclicenseDAO.java 107 publicMethodCommentRequirement Required
26980 src/com/gps/hibernate/SclicenseDAO.java 111 Parameter 'recommended' is not assigned and could be declared final
26981 src/com/gps/hibernate/SclicenseDAO.java 111 publicMethodCommentRequirement Required
26982 src/com/gps/hibernate/SclicenseDAO.java 115 publicMethodCommentRequirement Required
26983 src/com/gps/hibernate/SclicenseDAO.java 116 There is log block not surrounded by if
26984 src/com/gps/hibernate/SclicenseDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26985 src/com/gps/hibernate/SclicenseDAO.java 118 Local variable 'queryString' could be declared final
26986 src/com/gps/hibernate/SclicenseDAO.java 119 Local variable 'queryObject' could be declared final
26987 src/com/gps/hibernate/SclicenseDAO.java 119 Potential violation of Law of Demeter (method chain calls)
26988 src/com/gps/hibernate/SclicenseDAO.java 120 Potential violation of Law of Demeter (object not created locally)
26989 src/com/gps/hibernate/SclicenseDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26990 src/com/gps/hibernate/SclicenseDAO.java 122 There is log block not surrounded by if
26991 src/com/gps/hibernate/SclicenseDAO.java 127 Parameter 'detachedInstance' is not assigned and could be declared final
26992 src/com/gps/hibernate/SclicenseDAO.java 127 publicMethodCommentRequirement Required
26993 src/com/gps/hibernate/SclicenseDAO.java 128 There is log block not surrounded by if
26994 src/com/gps/hibernate/SclicenseDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26995 src/com/gps/hibernate/SclicenseDAO.java 130 Local variable 'result' could be declared final
26996 src/com/gps/hibernate/SclicenseDAO.java 130 Potential violation of Law of Demeter (method chain calls)
26997 src/com/gps/hibernate/SclicenseDAO.java 131 There is log block not surrounded by if
26998 src/com/gps/hibernate/SclicenseDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26999 src/com/gps/hibernate/SclicenseDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27000 src/com/gps/hibernate/SclicenseDAO.java 134 There is log block not surrounded by if
27001 src/com/gps/hibernate/SclicenseDAO.java 139 Parameter 'instance' is not assigned and could be declared final
27002 src/com/gps/hibernate/SclicenseDAO.java 139 publicMethodCommentRequirement Required
27003 src/com/gps/hibernate/SclicenseDAO.java 140 There is log block not surrounded by if
27004 src/com/gps/hibernate/SclicenseDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27005 src/com/gps/hibernate/SclicenseDAO.java 142 Potential violation of Law of Demeter (method chain calls)
27006 src/com/gps/hibernate/SclicenseDAO.java 143 There is log block not surrounded by if
27007 src/com/gps/hibernate/SclicenseDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27008 src/com/gps/hibernate/SclicenseDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27009 src/com/gps/hibernate/SclicenseDAO.java 145 There is log block not surrounded by if
27010 src/com/gps/hibernate/SclicenseDAO.java 150 Parameter 'instance' is not assigned and could be declared final
27011 src/com/gps/hibernate/SclicenseDAO.java 150 publicMethodCommentRequirement Required
27012 src/com/gps/hibernate/SclicenseDAO.java 151 There is log block not surrounded by if
27013 src/com/gps/hibernate/SclicenseDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27014 src/com/gps/hibernate/SclicenseDAO.java 153 Potential violation of Law of Demeter (method chain calls)
27015 src/com/gps/hibernate/SclicenseDAO.java 154 There is log block not surrounded by if
27016 src/com/gps/hibernate/SclicenseDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27017 src/com/gps/hibernate/SclicenseDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27018 src/com/gps/hibernate/SclicenseDAO.java 156 There is log block not surrounded by if
27019 src/com/gps/hibernate/SclicensesScproductentries.java 9 Classes implementing Serializable should set a serialVersionUID
27020 src/com/gps/hibernate/SclicensesScproductentries.java 13 Avoid variables with short names like id
27021 src/com/gps/hibernate/SclicensesScproductentries.java 13 fieldCommentRequirement Required
27022 src/com/gps/hibernate/SclicensesScproductentries.java 18 Document empty constructor
27023 src/com/gps/hibernate/SclicensesScproductentries.java 22 Avoid variables with short names like id
27024 src/com/gps/hibernate/SclicensesScproductentries.java 22 Parameter 'id' is not assigned and could be declared final
27025 src/com/gps/hibernate/SclicensesScproductentries.java 28 publicMethodCommentRequirement Required
27026 src/com/gps/hibernate/SclicensesScproductentries.java 32 Avoid variables with short names like id
27027 src/com/gps/hibernate/SclicensesScproductentries.java 32 Parameter 'id' is not assigned and could be declared final
27028 src/com/gps/hibernate/SclicensesScproductentries.java 32 publicMethodCommentRequirement Required
27029 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 10 Comment is too large: Too many lines
27030 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 24 Logger should be defined private static final and have the correct class
27031 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
27032 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 24 fieldCommentRequirement Required
27033 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
27034 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 29 publicMethodCommentRequirement Required
27035 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 30 There is log block not surrounded by if
27036 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27037 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 32 Potential violation of Law of Demeter (method chain calls)
27038 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 33 There is log block not surrounded by if
27039 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27040 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27041 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 35 There is log block not surrounded by if
27042 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 40 Avoid excessively long variable names like persistentInstance
27043 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
27044 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 40 publicMethodCommentRequirement Required
27045 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 41 There is log block not surrounded by if
27046 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27047 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 43 Potential violation of Law of Demeter (method chain calls)
27048 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 44 There is log block not surrounded by if
27049 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27050 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27051 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 46 There is log block not surrounded by if
27052 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 51 publicMethodCommentRequirement Required
27053 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 52 Avoid variables with short names like id
27054 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 52 Parameter 'id' is not assigned and could be declared final
27055 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 53 There is log block not surrounded by if
27056 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27057 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 55 Local variable 'instance' could be declared final
27058 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 55 Potential violation of Law of Demeter (method chain calls)
27059 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27060 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 59 There is log block not surrounded by if
27061 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 64 Parameter 'instance' is not assigned and could be declared final
27062 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 64 publicMethodCommentRequirement Required
27063 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 65 There is log block not surrounded by if
27064 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27065 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 67 Local variable 'results' could be declared final
27066 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 67 Potential violation of Law of Demeter (method chain calls)
27067 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 67 Potential violation of Law of Demeter (method chain calls)
27068 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 67 Potential violation of Law of Demeter (method chain calls)
27069 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 70 There is log block not surrounded by if
27070 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27071 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 71 Potential violation of Law of Demeter (object not created locally)
27072 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27073 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 74 There is log block not surrounded by if
27074 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
27075 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 79 Parameter 'value' is not assigned and could be declared final
27076 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 79 publicMethodCommentRequirement Required
27077 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 80 There is log block not surrounded by if
27078 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27079 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 83 Local variable 'queryString' could be declared final
27080 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 85 Local variable 'queryObject' could be declared final
27081 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 85 Potential violation of Law of Demeter (method chain calls)
27082 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 86 Potential violation of Law of Demeter (object not created locally)
27083 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 87 Potential violation of Law of Demeter (object not created locally)
27084 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27085 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 89 There is log block not surrounded by if
27086 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 94 publicMethodCommentRequirement Required
27087 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 95 There is log block not surrounded by if
27088 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 95 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27089 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 97 Local variable 'queryString' could be declared final
27090 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 98 Local variable 'queryObject' could be declared final
27091 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 98 Potential violation of Law of Demeter (method chain calls)
27092 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 99 Potential violation of Law of Demeter (object not created locally)
27093 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27094 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 101 There is log block not surrounded by if
27095 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 106 publicMethodCommentRequirement Required
27096 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
27097 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 108 There is log block not surrounded by if
27098 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27099 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 110 Local variable 'result' could be declared final
27100 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 110 Potential violation of Law of Demeter (method chain calls)
27101 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 112 There is log block not surrounded by if
27102 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27103 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27104 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 115 There is log block not surrounded by if
27105 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 120 Parameter 'instance' is not assigned and could be declared final
27106 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 120 publicMethodCommentRequirement Required
27107 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 121 There is log block not surrounded by if
27108 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27109 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 123 Potential violation of Law of Demeter (method chain calls)
27110 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 124 There is log block not surrounded by if
27111 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27112 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27113 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 126 There is log block not surrounded by if
27114 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 131 Parameter 'instance' is not assigned and could be declared final
27115 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 131 publicMethodCommentRequirement Required
27116 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 132 There is log block not surrounded by if
27117 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27118 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 134 Potential violation of Law of Demeter (method chain calls)
27119 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 135 There is log block not surrounded by if
27120 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27121 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27122 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 137 There is log block not surrounded by if
27123 src/com/gps/hibernate/SclicensesScproductentriesId.java 9 Classes implementing Serializable should set a serialVersionUID
27124 src/com/gps/hibernate/SclicensesScproductentriesId.java 13 fieldCommentRequirement Required
27125 src/com/gps/hibernate/SclicensesScproductentriesId.java 14 fieldCommentRequirement Required
27126 src/com/gps/hibernate/SclicensesScproductentriesId.java 19 Document empty constructor
27127 src/com/gps/hibernate/SclicensesScproductentriesId.java 23 Parameter 'licenseId' is not assigned and could be declared final
27128 src/com/gps/hibernate/SclicensesScproductentriesId.java 23 Parameter 'productEntryId' is not assigned and could be declared final
27129 src/com/gps/hibernate/SclicensesScproductentriesId.java 30 publicMethodCommentRequirement Required
27130 src/com/gps/hibernate/SclicensesScproductentriesId.java 34 Parameter 'licenseId' is not assigned and could be declared final
27131 src/com/gps/hibernate/SclicensesScproductentriesId.java 34 publicMethodCommentRequirement Required
27132 src/com/gps/hibernate/SclicensesScproductentriesId.java 38 publicMethodCommentRequirement Required
27133 src/com/gps/hibernate/SclicensesScproductentriesId.java 42 Parameter 'productEntryId' is not assigned and could be declared final
27134 src/com/gps/hibernate/SclicensesScproductentriesId.java 42 publicMethodCommentRequirement Required
27135 src/com/gps/hibernate/SclicensesScproductentriesId.java 46 Parameter 'other' is not assigned and could be declared final
27136 src/com/gps/hibernate/SclicensesScproductentriesId.java 46 publicMethodCommentRequirement Required
27137 src/com/gps/hibernate/SclicensesScproductentriesId.java 47 Avoid using if statements without curly braces
27138 src/com/gps/hibernate/SclicensesScproductentriesId.java 47 Useless parentheses.
27139 src/com/gps/hibernate/SclicensesScproductentriesId.java 48 A method should have only one exit point, and that should be the last statement in the method
27140 src/com/gps/hibernate/SclicensesScproductentriesId.java 49 Avoid using if statements without curly braces
27141 src/com/gps/hibernate/SclicensesScproductentriesId.java 49 Useless parentheses.
27142 src/com/gps/hibernate/SclicensesScproductentriesId.java 50 A method should have only one exit point, and that should be the last statement in the method
27143 src/com/gps/hibernate/SclicensesScproductentriesId.java 51 Avoid using if statements without curly braces
27144 src/com/gps/hibernate/SclicensesScproductentriesId.java 52 A method should have only one exit point, and that should be the last statement in the method
27145 src/com/gps/hibernate/SclicensesScproductentriesId.java 53 Local variable 'castOther' could be declared final
27146 src/com/gps/hibernate/SclicensesScproductentriesId.java 55 Potential violation of Law of Demeter (method chain calls)
27147 src/com/gps/hibernate/SclicensesScproductentriesId.java 55 Potential violation of Law of Demeter (object not created locally)
27148 src/com/gps/hibernate/SclicensesScproductentriesId.java 55 Potential violation of Law of Demeter (object not created locally)
27149 src/com/gps/hibernate/SclicensesScproductentriesId.java 55 Useless parentheses.
27150 src/com/gps/hibernate/SclicensesScproductentriesId.java 55 Useless parentheses.
27151 src/com/gps/hibernate/SclicensesScproductentriesId.java 57 Potential violation of Law of Demeter (object not created locally)
27152 src/com/gps/hibernate/SclicensesScproductentriesId.java 58 Potential violation of Law of Demeter (object not created locally)
27153 src/com/gps/hibernate/SclicensesScproductentriesId.java 59 Potential violation of Law of Demeter (method chain calls)
27154 src/com/gps/hibernate/SclicensesScproductentriesId.java 59 Potential violation of Law of Demeter (object not created locally)
27155 src/com/gps/hibernate/SclicensesScproductentriesId.java 59 Potential violation of Law of Demeter (object not created locally)
27156 src/com/gps/hibernate/SclicensesScproductentriesId.java 59 Useless parentheses.
27157 src/com/gps/hibernate/SclicensesScproductentriesId.java 59 Useless parentheses.
27158 src/com/gps/hibernate/SclicensesScproductentriesId.java 61 Potential violation of Law of Demeter (object not created locally)
27159 src/com/gps/hibernate/SclicensesScproductentriesId.java 63 Potential violation of Law of Demeter (object not created locally)
27160 src/com/gps/hibernate/SclicensesScproductentriesId.java 66 publicMethodCommentRequirement Required
27161 src/com/gps/hibernate/SclicensesScproductentriesId.java 67 Found 'DD'-anomaly for variable 'result' (lines '67'-'69').
27162 src/com/gps/hibernate/Scproductentry.java 11 Classes implementing Serializable should set a serialVersionUID
27163 src/com/gps/hibernate/Scproductentry.java 11 Too many fields
27164 src/com/gps/hibernate/Scproductentry.java 15 fieldCommentRequirement Required
27165 src/com/gps/hibernate/Scproductentry.java 16 fieldCommentRequirement Required
27166 src/com/gps/hibernate/Scproductentry.java 17 fieldCommentRequirement Required
27167 src/com/gps/hibernate/Scproductentry.java 18 fieldCommentRequirement Required
27168 src/com/gps/hibernate/Scproductentry.java 19 fieldCommentRequirement Required
27169 src/com/gps/hibernate/Scproductentry.java 20 fieldCommentRequirement Required
27170 src/com/gps/hibernate/Scproductentry.java 21 fieldCommentRequirement Required
27171 src/com/gps/hibernate/Scproductentry.java 22 fieldCommentRequirement Required
27172 src/com/gps/hibernate/Scproductentry.java 23 fieldCommentRequirement Required
27173 src/com/gps/hibernate/Scproductentry.java 24 fieldCommentRequirement Required
27174 src/com/gps/hibernate/Scproductentry.java 25 fieldCommentRequirement Required
27175 src/com/gps/hibernate/Scproductentry.java 26 fieldCommentRequirement Required
27176 src/com/gps/hibernate/Scproductentry.java 27 fieldCommentRequirement Required
27177 src/com/gps/hibernate/Scproductentry.java 28 fieldCommentRequirement Required
27178 src/com/gps/hibernate/Scproductentry.java 29 fieldCommentRequirement Required
27179 src/com/gps/hibernate/Scproductentry.java 30 fieldCommentRequirement Required
27180 src/com/gps/hibernate/Scproductentry.java 35 Document empty constructor
27181 src/com/gps/hibernate/Scproductentry.java 39 Parameter 'productEntryId' is not assigned and could be declared final
27182 src/com/gps/hibernate/Scproductentry.java 44 Avoid long parameter lists.
27183 src/com/gps/hibernate/Scproductentry.java 44 Parameter 'companyId' is not assigned and could be declared final
27184 src/com/gps/hibernate/Scproductentry.java 44 Parameter 'groupId' is not assigned and could be declared final
27185 src/com/gps/hibernate/Scproductentry.java 44 Parameter 'productEntryId' is not assigned and could be declared final
27186 src/com/gps/hibernate/Scproductentry.java 45 Parameter 'createDate' is not assigned and could be declared final
27187 src/com/gps/hibernate/Scproductentry.java 45 Parameter 'modifiedDate' is not assigned and could be declared final
27188 src/com/gps/hibernate/Scproductentry.java 45 Parameter 'userId' is not assigned and could be declared final
27189 src/com/gps/hibernate/Scproductentry.java 45 Parameter 'userName' is not assigned and could be declared final
27190 src/com/gps/hibernate/Scproductentry.java 46 Parameter 'name' is not assigned and could be declared final
27191 src/com/gps/hibernate/Scproductentry.java 46 Parameter 'shortDescription' is not assigned and could be declared final
27192 src/com/gps/hibernate/Scproductentry.java 46 Parameter 'tags' is not assigned and could be declared final
27193 src/com/gps/hibernate/Scproductentry.java 46 Parameter 'type' is not assigned and could be declared final
27194 src/com/gps/hibernate/Scproductentry.java 47 Parameter 'author' is not assigned and could be declared final
27195 src/com/gps/hibernate/Scproductentry.java 47 Parameter 'longDescription' is not assigned and could be declared final
27196 src/com/gps/hibernate/Scproductentry.java 47 Parameter 'pageUrl' is not assigned and could be declared final
27197 src/com/gps/hibernate/Scproductentry.java 48 Parameter 'repoArtifactId' is not assigned and could be declared final
27198 src/com/gps/hibernate/Scproductentry.java 48 Parameter 'repoGroupId' is not assigned and could be declared final
27199 src/com/gps/hibernate/Scproductentry.java 69 publicMethodCommentRequirement Required
27200 src/com/gps/hibernate/Scproductentry.java 73 Parameter 'productEntryId' is not assigned and could be declared final
27201 src/com/gps/hibernate/Scproductentry.java 73 publicMethodCommentRequirement Required
27202 src/com/gps/hibernate/Scproductentry.java 77 publicMethodCommentRequirement Required
27203 src/com/gps/hibernate/Scproductentry.java 81 Parameter 'groupId' is not assigned and could be declared final
27204 src/com/gps/hibernate/Scproductentry.java 81 publicMethodCommentRequirement Required
27205 src/com/gps/hibernate/Scproductentry.java 85 publicMethodCommentRequirement Required
27206 src/com/gps/hibernate/Scproductentry.java 89 Parameter 'companyId' is not assigned and could be declared final
27207 src/com/gps/hibernate/Scproductentry.java 89 publicMethodCommentRequirement Required
27208 src/com/gps/hibernate/Scproductentry.java 93 publicMethodCommentRequirement Required
27209 src/com/gps/hibernate/Scproductentry.java 97 Parameter 'userId' is not assigned and could be declared final
27210 src/com/gps/hibernate/Scproductentry.java 97 publicMethodCommentRequirement Required
27211 src/com/gps/hibernate/Scproductentry.java 101 publicMethodCommentRequirement Required
27212 src/com/gps/hibernate/Scproductentry.java 105 Parameter 'userName' is not assigned and could be declared final
27213 src/com/gps/hibernate/Scproductentry.java 105 publicMethodCommentRequirement Required
27214 src/com/gps/hibernate/Scproductentry.java 109 publicMethodCommentRequirement Required
27215 src/com/gps/hibernate/Scproductentry.java 113 Parameter 'createDate' is not assigned and could be declared final
27216 src/com/gps/hibernate/Scproductentry.java 113 publicMethodCommentRequirement Required
27217 src/com/gps/hibernate/Scproductentry.java 117 publicMethodCommentRequirement Required
27218 src/com/gps/hibernate/Scproductentry.java 121 Parameter 'modifiedDate' is not assigned and could be declared final
27219 src/com/gps/hibernate/Scproductentry.java 121 publicMethodCommentRequirement Required
27220 src/com/gps/hibernate/Scproductentry.java 125 publicMethodCommentRequirement Required
27221 src/com/gps/hibernate/Scproductentry.java 129 Parameter 'name' is not assigned and could be declared final
27222 src/com/gps/hibernate/Scproductentry.java 129 publicMethodCommentRequirement Required
27223 src/com/gps/hibernate/Scproductentry.java 133 publicMethodCommentRequirement Required
27224 src/com/gps/hibernate/Scproductentry.java 137 Parameter 'type' is not assigned and could be declared final
27225 src/com/gps/hibernate/Scproductentry.java 137 publicMethodCommentRequirement Required
27226 src/com/gps/hibernate/Scproductentry.java 141 publicMethodCommentRequirement Required
27227 src/com/gps/hibernate/Scproductentry.java 145 Parameter 'tags' is not assigned and could be declared final
27228 src/com/gps/hibernate/Scproductentry.java 145 publicMethodCommentRequirement Required
27229 src/com/gps/hibernate/Scproductentry.java 149 publicMethodCommentRequirement Required
27230 src/com/gps/hibernate/Scproductentry.java 153 Parameter 'shortDescription' is not assigned and could be declared final
27231 src/com/gps/hibernate/Scproductentry.java 153 publicMethodCommentRequirement Required
27232 src/com/gps/hibernate/Scproductentry.java 157 publicMethodCommentRequirement Required
27233 src/com/gps/hibernate/Scproductentry.java 161 Parameter 'longDescription' is not assigned and could be declared final
27234 src/com/gps/hibernate/Scproductentry.java 161 publicMethodCommentRequirement Required
27235 src/com/gps/hibernate/Scproductentry.java 165 publicMethodCommentRequirement Required
27236 src/com/gps/hibernate/Scproductentry.java 169 Parameter 'pageUrl' is not assigned and could be declared final
27237 src/com/gps/hibernate/Scproductentry.java 169 publicMethodCommentRequirement Required
27238 src/com/gps/hibernate/Scproductentry.java 173 publicMethodCommentRequirement Required
27239 src/com/gps/hibernate/Scproductentry.java 177 Parameter 'author' is not assigned and could be declared final
27240 src/com/gps/hibernate/Scproductentry.java 177 publicMethodCommentRequirement Required
27241 src/com/gps/hibernate/Scproductentry.java 181 publicMethodCommentRequirement Required
27242 src/com/gps/hibernate/Scproductentry.java 185 Parameter 'repoGroupId' is not assigned and could be declared final
27243 src/com/gps/hibernate/Scproductentry.java 185 publicMethodCommentRequirement Required
27244 src/com/gps/hibernate/Scproductentry.java 189 publicMethodCommentRequirement Required
27245 src/com/gps/hibernate/Scproductentry.java 193 Parameter 'repoArtifactId' is not assigned and could be declared final
27246 src/com/gps/hibernate/Scproductentry.java 193 publicMethodCommentRequirement Required
27247 src/com/gps/hibernate/ScproductentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
27248 src/com/gps/hibernate/ScproductentryDAO.java 11 Comment is too large: Too many lines
27249 src/com/gps/hibernate/ScproductentryDAO.java 23 This class has too many methods, consider refactoring it.
27250 src/com/gps/hibernate/ScproductentryDAO.java 24 Logger should be defined private static final and have the correct class
27251 src/com/gps/hibernate/ScproductentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
27252 src/com/gps/hibernate/ScproductentryDAO.java 24 fieldCommentRequirement Required
27253 src/com/gps/hibernate/ScproductentryDAO.java 26 fieldCommentRequirement Required
27254 src/com/gps/hibernate/ScproductentryDAO.java 27 fieldCommentRequirement Required
27255 src/com/gps/hibernate/ScproductentryDAO.java 28 fieldCommentRequirement Required
27256 src/com/gps/hibernate/ScproductentryDAO.java 29 fieldCommentRequirement Required
27257 src/com/gps/hibernate/ScproductentryDAO.java 30 fieldCommentRequirement Required
27258 src/com/gps/hibernate/ScproductentryDAO.java 31 fieldCommentRequirement Required
27259 src/com/gps/hibernate/ScproductentryDAO.java 32 fieldCommentRequirement Required
27260 src/com/gps/hibernate/ScproductentryDAO.java 33 fieldCommentRequirement Required
27261 src/com/gps/hibernate/ScproductentryDAO.java 34 fieldCommentRequirement Required
27262 src/com/gps/hibernate/ScproductentryDAO.java 35 fieldCommentRequirement Required
27263 src/com/gps/hibernate/ScproductentryDAO.java 36 fieldCommentRequirement Required
27264 src/com/gps/hibernate/ScproductentryDAO.java 37 fieldCommentRequirement Required
27265 src/com/gps/hibernate/ScproductentryDAO.java 38 fieldCommentRequirement Required
27266 src/com/gps/hibernate/ScproductentryDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
27267 src/com/gps/hibernate/ScproductentryDAO.java 40 publicMethodCommentRequirement Required
27268 src/com/gps/hibernate/ScproductentryDAO.java 41 There is log block not surrounded by if
27269 src/com/gps/hibernate/ScproductentryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27270 src/com/gps/hibernate/ScproductentryDAO.java 43 Potential violation of Law of Demeter (method chain calls)
27271 src/com/gps/hibernate/ScproductentryDAO.java 44 There is log block not surrounded by if
27272 src/com/gps/hibernate/ScproductentryDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27273 src/com/gps/hibernate/ScproductentryDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27274 src/com/gps/hibernate/ScproductentryDAO.java 46 There is log block not surrounded by if
27275 src/com/gps/hibernate/ScproductentryDAO.java 51 Avoid excessively long variable names like persistentInstance
27276 src/com/gps/hibernate/ScproductentryDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
27277 src/com/gps/hibernate/ScproductentryDAO.java 51 publicMethodCommentRequirement Required
27278 src/com/gps/hibernate/ScproductentryDAO.java 52 There is log block not surrounded by if
27279 src/com/gps/hibernate/ScproductentryDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27280 src/com/gps/hibernate/ScproductentryDAO.java 54 Potential violation of Law of Demeter (method chain calls)
27281 src/com/gps/hibernate/ScproductentryDAO.java 55 There is log block not surrounded by if
27282 src/com/gps/hibernate/ScproductentryDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27283 src/com/gps/hibernate/ScproductentryDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27284 src/com/gps/hibernate/ScproductentryDAO.java 57 There is log block not surrounded by if
27285 src/com/gps/hibernate/ScproductentryDAO.java 62 Avoid variables with short names like id
27286 src/com/gps/hibernate/ScproductentryDAO.java 62 Parameter 'id' is not assigned and could be declared final
27287 src/com/gps/hibernate/ScproductentryDAO.java 62 publicMethodCommentRequirement Required
27288 src/com/gps/hibernate/ScproductentryDAO.java 63 There is log block not surrounded by if
27289 src/com/gps/hibernate/ScproductentryDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27290 src/com/gps/hibernate/ScproductentryDAO.java 65 Local variable 'instance' could be declared final
27291 src/com/gps/hibernate/ScproductentryDAO.java 65 Potential violation of Law of Demeter (method chain calls)
27292 src/com/gps/hibernate/ScproductentryDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27293 src/com/gps/hibernate/ScproductentryDAO.java 69 There is log block not surrounded by if
27294 src/com/gps/hibernate/ScproductentryDAO.java 74 Parameter 'instance' is not assigned and could be declared final
27295 src/com/gps/hibernate/ScproductentryDAO.java 74 publicMethodCommentRequirement Required
27296 src/com/gps/hibernate/ScproductentryDAO.java 75 There is log block not surrounded by if
27297 src/com/gps/hibernate/ScproductentryDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27298 src/com/gps/hibernate/ScproductentryDAO.java 77 Local variable 'results' could be declared final
27299 src/com/gps/hibernate/ScproductentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
27300 src/com/gps/hibernate/ScproductentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
27301 src/com/gps/hibernate/ScproductentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
27302 src/com/gps/hibernate/ScproductentryDAO.java 80 There is log block not surrounded by if
27303 src/com/gps/hibernate/ScproductentryDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27304 src/com/gps/hibernate/ScproductentryDAO.java 81 Potential violation of Law of Demeter (object not created locally)
27305 src/com/gps/hibernate/ScproductentryDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27306 src/com/gps/hibernate/ScproductentryDAO.java 84 There is log block not surrounded by if
27307 src/com/gps/hibernate/ScproductentryDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
27308 src/com/gps/hibernate/ScproductentryDAO.java 89 Parameter 'value' is not assigned and could be declared final
27309 src/com/gps/hibernate/ScproductentryDAO.java 89 publicMethodCommentRequirement Required
27310 src/com/gps/hibernate/ScproductentryDAO.java 90 There is log block not surrounded by if
27311 src/com/gps/hibernate/ScproductentryDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27312 src/com/gps/hibernate/ScproductentryDAO.java 93 Local variable 'queryString' could be declared final
27313 src/com/gps/hibernate/ScproductentryDAO.java 95 Local variable 'queryObject' could be declared final
27314 src/com/gps/hibernate/ScproductentryDAO.java 95 Potential violation of Law of Demeter (method chain calls)
27315 src/com/gps/hibernate/ScproductentryDAO.java 96 Potential violation of Law of Demeter (object not created locally)
27316 src/com/gps/hibernate/ScproductentryDAO.java 97 Potential violation of Law of Demeter (object not created locally)
27317 src/com/gps/hibernate/ScproductentryDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27318 src/com/gps/hibernate/ScproductentryDAO.java 99 There is log block not surrounded by if
27319 src/com/gps/hibernate/ScproductentryDAO.java 104 Parameter 'groupId' is not assigned and could be declared final
27320 src/com/gps/hibernate/ScproductentryDAO.java 104 publicMethodCommentRequirement Required
27321 src/com/gps/hibernate/ScproductentryDAO.java 108 Parameter 'companyId' is not assigned and could be declared final
27322 src/com/gps/hibernate/ScproductentryDAO.java 108 publicMethodCommentRequirement Required
27323 src/com/gps/hibernate/ScproductentryDAO.java 112 Parameter 'userId' is not assigned and could be declared final
27324 src/com/gps/hibernate/ScproductentryDAO.java 112 publicMethodCommentRequirement Required
27325 src/com/gps/hibernate/ScproductentryDAO.java 116 Parameter 'userName' is not assigned and could be declared final
27326 src/com/gps/hibernate/ScproductentryDAO.java 116 publicMethodCommentRequirement Required
27327 src/com/gps/hibernate/ScproductentryDAO.java 120 Parameter 'name' is not assigned and could be declared final
27328 src/com/gps/hibernate/ScproductentryDAO.java 120 publicMethodCommentRequirement Required
27329 src/com/gps/hibernate/ScproductentryDAO.java 124 Parameter 'type' is not assigned and could be declared final
27330 src/com/gps/hibernate/ScproductentryDAO.java 124 publicMethodCommentRequirement Required
27331 src/com/gps/hibernate/ScproductentryDAO.java 128 Parameter 'tags' is not assigned and could be declared final
27332 src/com/gps/hibernate/ScproductentryDAO.java 128 publicMethodCommentRequirement Required
27333 src/com/gps/hibernate/ScproductentryDAO.java 132 Parameter 'shortDescription' is not assigned and could be declared final
27334 src/com/gps/hibernate/ScproductentryDAO.java 132 publicMethodCommentRequirement Required
27335 src/com/gps/hibernate/ScproductentryDAO.java 136 Parameter 'longDescription' is not assigned and could be declared final
27336 src/com/gps/hibernate/ScproductentryDAO.java 136 publicMethodCommentRequirement Required
27337 src/com/gps/hibernate/ScproductentryDAO.java 140 Parameter 'pageUrl' is not assigned and could be declared final
27338 src/com/gps/hibernate/ScproductentryDAO.java 140 publicMethodCommentRequirement Required
27339 src/com/gps/hibernate/ScproductentryDAO.java 144 Parameter 'author' is not assigned and could be declared final
27340 src/com/gps/hibernate/ScproductentryDAO.java 144 publicMethodCommentRequirement Required
27341 src/com/gps/hibernate/ScproductentryDAO.java 148 Parameter 'repoGroupId' is not assigned and could be declared final
27342 src/com/gps/hibernate/ScproductentryDAO.java 148 publicMethodCommentRequirement Required
27343 src/com/gps/hibernate/ScproductentryDAO.java 152 Parameter 'repoArtifactId' is not assigned and could be declared final
27344 src/com/gps/hibernate/ScproductentryDAO.java 152 publicMethodCommentRequirement Required
27345 src/com/gps/hibernate/ScproductentryDAO.java 156 publicMethodCommentRequirement Required
27346 src/com/gps/hibernate/ScproductentryDAO.java 157 There is log block not surrounded by if
27347 src/com/gps/hibernate/ScproductentryDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27348 src/com/gps/hibernate/ScproductentryDAO.java 159 Local variable 'queryString' could be declared final
27349 src/com/gps/hibernate/ScproductentryDAO.java 160 Local variable 'queryObject' could be declared final
27350 src/com/gps/hibernate/ScproductentryDAO.java 160 Potential violation of Law of Demeter (method chain calls)
27351 src/com/gps/hibernate/ScproductentryDAO.java 161 Potential violation of Law of Demeter (object not created locally)
27352 src/com/gps/hibernate/ScproductentryDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27353 src/com/gps/hibernate/ScproductentryDAO.java 163 There is log block not surrounded by if
27354 src/com/gps/hibernate/ScproductentryDAO.java 168 Parameter 'detachedInstance' is not assigned and could be declared final
27355 src/com/gps/hibernate/ScproductentryDAO.java 168 publicMethodCommentRequirement Required
27356 src/com/gps/hibernate/ScproductentryDAO.java 169 There is log block not surrounded by if
27357 src/com/gps/hibernate/ScproductentryDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27358 src/com/gps/hibernate/ScproductentryDAO.java 171 Local variable 'result' could be declared final
27359 src/com/gps/hibernate/ScproductentryDAO.java 171 Potential violation of Law of Demeter (method chain calls)
27360 src/com/gps/hibernate/ScproductentryDAO.java 173 There is log block not surrounded by if
27361 src/com/gps/hibernate/ScproductentryDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27362 src/com/gps/hibernate/ScproductentryDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27363 src/com/gps/hibernate/ScproductentryDAO.java 176 There is log block not surrounded by if
27364 src/com/gps/hibernate/ScproductentryDAO.java 181 Parameter 'instance' is not assigned and could be declared final
27365 src/com/gps/hibernate/ScproductentryDAO.java 181 publicMethodCommentRequirement Required
27366 src/com/gps/hibernate/ScproductentryDAO.java 182 There is log block not surrounded by if
27367 src/com/gps/hibernate/ScproductentryDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27368 src/com/gps/hibernate/ScproductentryDAO.java 184 Potential violation of Law of Demeter (method chain calls)
27369 src/com/gps/hibernate/ScproductentryDAO.java 185 There is log block not surrounded by if
27370 src/com/gps/hibernate/ScproductentryDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27371 src/com/gps/hibernate/ScproductentryDAO.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27372 src/com/gps/hibernate/ScproductentryDAO.java 187 There is log block not surrounded by if
27373 src/com/gps/hibernate/ScproductentryDAO.java 192 Parameter 'instance' is not assigned and could be declared final
27374 src/com/gps/hibernate/ScproductentryDAO.java 192 publicMethodCommentRequirement Required
27375 src/com/gps/hibernate/ScproductentryDAO.java 193 There is log block not surrounded by if
27376 src/com/gps/hibernate/ScproductentryDAO.java 193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27377 src/com/gps/hibernate/ScproductentryDAO.java 195 Potential violation of Law of Demeter (method chain calls)
27378 src/com/gps/hibernate/ScproductentryDAO.java 196 There is log block not surrounded by if
27379 src/com/gps/hibernate/ScproductentryDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27380 src/com/gps/hibernate/ScproductentryDAO.java 197 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27381 src/com/gps/hibernate/ScproductentryDAO.java 198 There is log block not surrounded by if
27382 src/com/gps/hibernate/Scproductscreenshot.java 9 Classes implementing Serializable should set a serialVersionUID
27383 src/com/gps/hibernate/Scproductscreenshot.java 13 Avoid excessively long variable names like productScreenshotId
27384 src/com/gps/hibernate/Scproductscreenshot.java 13 fieldCommentRequirement Required
27385 src/com/gps/hibernate/Scproductscreenshot.java 14 fieldCommentRequirement Required
27386 src/com/gps/hibernate/Scproductscreenshot.java 15 fieldCommentRequirement Required
27387 src/com/gps/hibernate/Scproductscreenshot.java 16 fieldCommentRequirement Required
27388 src/com/gps/hibernate/Scproductscreenshot.java 17 fieldCommentRequirement Required
27389 src/com/gps/hibernate/Scproductscreenshot.java 18 fieldCommentRequirement Required
27390 src/com/gps/hibernate/Scproductscreenshot.java 19 fieldCommentRequirement Required
27391 src/com/gps/hibernate/Scproductscreenshot.java 24 Document empty constructor
27392 src/com/gps/hibernate/Scproductscreenshot.java 28 Avoid excessively long variable names like productScreenshotId
27393 src/com/gps/hibernate/Scproductscreenshot.java 28 Parameter 'productScreenshotId' is not assigned and could be declared final
27394 src/com/gps/hibernate/Scproductscreenshot.java 33 Avoid excessively long variable names like productScreenshotId
27395 src/com/gps/hibernate/Scproductscreenshot.java 33 Parameter 'companyId' is not assigned and could be declared final
27396 src/com/gps/hibernate/Scproductscreenshot.java 33 Parameter 'productScreenshotId' is not assigned and could be declared final
27397 src/com/gps/hibernate/Scproductscreenshot.java 34 Parameter 'groupId' is not assigned and could be declared final
27398 src/com/gps/hibernate/Scproductscreenshot.java 34 Parameter 'productEntryId' is not assigned and could be declared final
27399 src/com/gps/hibernate/Scproductscreenshot.java 34 Parameter 'thumbnailId' is not assigned and could be declared final
27400 src/com/gps/hibernate/Scproductscreenshot.java 35 Parameter 'fullImageId' is not assigned and could be declared final
27401 src/com/gps/hibernate/Scproductscreenshot.java 35 Parameter 'priority' is not assigned and could be declared final
27402 src/com/gps/hibernate/Scproductscreenshot.java 47 publicMethodCommentRequirement Required
27403 src/com/gps/hibernate/Scproductscreenshot.java 51 Avoid excessively long variable names like productScreenshotId
27404 src/com/gps/hibernate/Scproductscreenshot.java 51 Parameter 'productScreenshotId' is not assigned and could be declared final
27405 src/com/gps/hibernate/Scproductscreenshot.java 51 publicMethodCommentRequirement Required
27406 src/com/gps/hibernate/Scproductscreenshot.java 55 publicMethodCommentRequirement Required
27407 src/com/gps/hibernate/Scproductscreenshot.java 59 Parameter 'companyId' is not assigned and could be declared final
27408 src/com/gps/hibernate/Scproductscreenshot.java 59 publicMethodCommentRequirement Required
27409 src/com/gps/hibernate/Scproductscreenshot.java 63 publicMethodCommentRequirement Required
27410 src/com/gps/hibernate/Scproductscreenshot.java 67 Parameter 'groupId' is not assigned and could be declared final
27411 src/com/gps/hibernate/Scproductscreenshot.java 67 publicMethodCommentRequirement Required
27412 src/com/gps/hibernate/Scproductscreenshot.java 71 publicMethodCommentRequirement Required
27413 src/com/gps/hibernate/Scproductscreenshot.java 75 Parameter 'productEntryId' is not assigned and could be declared final
27414 src/com/gps/hibernate/Scproductscreenshot.java 75 publicMethodCommentRequirement Required
27415 src/com/gps/hibernate/Scproductscreenshot.java 79 publicMethodCommentRequirement Required
27416 src/com/gps/hibernate/Scproductscreenshot.java 83 Parameter 'thumbnailId' is not assigned and could be declared final
27417 src/com/gps/hibernate/Scproductscreenshot.java 83 publicMethodCommentRequirement Required
27418 src/com/gps/hibernate/Scproductscreenshot.java 87 publicMethodCommentRequirement Required
27419 src/com/gps/hibernate/Scproductscreenshot.java 91 Parameter 'fullImageId' is not assigned and could be declared final
27420 src/com/gps/hibernate/Scproductscreenshot.java 91 publicMethodCommentRequirement Required
27421 src/com/gps/hibernate/Scproductscreenshot.java 95 publicMethodCommentRequirement Required
27422 src/com/gps/hibernate/Scproductscreenshot.java 99 Parameter 'priority' is not assigned and could be declared final
27423 src/com/gps/hibernate/Scproductscreenshot.java 99 publicMethodCommentRequirement Required
27424 src/com/gps/hibernate/ScproductscreenshotDAO.java 10 Comment is too large: Too many lines
27425 src/com/gps/hibernate/ScproductscreenshotDAO.java 22 This class has too many methods, consider refactoring it.
27426 src/com/gps/hibernate/ScproductscreenshotDAO.java 23 Logger should be defined private static final and have the correct class
27427 src/com/gps/hibernate/ScproductscreenshotDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
27428 src/com/gps/hibernate/ScproductscreenshotDAO.java 23 fieldCommentRequirement Required
27429 src/com/gps/hibernate/ScproductscreenshotDAO.java 26 fieldCommentRequirement Required
27430 src/com/gps/hibernate/ScproductscreenshotDAO.java 27 fieldCommentRequirement Required
27431 src/com/gps/hibernate/ScproductscreenshotDAO.java 28 fieldCommentRequirement Required
27432 src/com/gps/hibernate/ScproductscreenshotDAO.java 29 fieldCommentRequirement Required
27433 src/com/gps/hibernate/ScproductscreenshotDAO.java 30 fieldCommentRequirement Required
27434 src/com/gps/hibernate/ScproductscreenshotDAO.java 31 fieldCommentRequirement Required
27435 src/com/gps/hibernate/ScproductscreenshotDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
27436 src/com/gps/hibernate/ScproductscreenshotDAO.java 33 publicMethodCommentRequirement Required
27437 src/com/gps/hibernate/ScproductscreenshotDAO.java 34 There is log block not surrounded by if
27438 src/com/gps/hibernate/ScproductscreenshotDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27439 src/com/gps/hibernate/ScproductscreenshotDAO.java 36 Potential violation of Law of Demeter (method chain calls)
27440 src/com/gps/hibernate/ScproductscreenshotDAO.java 37 There is log block not surrounded by if
27441 src/com/gps/hibernate/ScproductscreenshotDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27442 src/com/gps/hibernate/ScproductscreenshotDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27443 src/com/gps/hibernate/ScproductscreenshotDAO.java 39 There is log block not surrounded by if
27444 src/com/gps/hibernate/ScproductscreenshotDAO.java 44 Avoid excessively long variable names like persistentInstance
27445 src/com/gps/hibernate/ScproductscreenshotDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
27446 src/com/gps/hibernate/ScproductscreenshotDAO.java 44 publicMethodCommentRequirement Required
27447 src/com/gps/hibernate/ScproductscreenshotDAO.java 45 There is log block not surrounded by if
27448 src/com/gps/hibernate/ScproductscreenshotDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27449 src/com/gps/hibernate/ScproductscreenshotDAO.java 47 Potential violation of Law of Demeter (method chain calls)
27450 src/com/gps/hibernate/ScproductscreenshotDAO.java 48 There is log block not surrounded by if
27451 src/com/gps/hibernate/ScproductscreenshotDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27452 src/com/gps/hibernate/ScproductscreenshotDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27453 src/com/gps/hibernate/ScproductscreenshotDAO.java 50 There is log block not surrounded by if
27454 src/com/gps/hibernate/ScproductscreenshotDAO.java 55 Avoid variables with short names like id
27455 src/com/gps/hibernate/ScproductscreenshotDAO.java 55 Parameter 'id' is not assigned and could be declared final
27456 src/com/gps/hibernate/ScproductscreenshotDAO.java 55 publicMethodCommentRequirement Required
27457 src/com/gps/hibernate/ScproductscreenshotDAO.java 56 There is log block not surrounded by if
27458 src/com/gps/hibernate/ScproductscreenshotDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27459 src/com/gps/hibernate/ScproductscreenshotDAO.java 58 Local variable 'instance' could be declared final
27460 src/com/gps/hibernate/ScproductscreenshotDAO.java 58 Potential violation of Law of Demeter (method chain calls)
27461 src/com/gps/hibernate/ScproductscreenshotDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27462 src/com/gps/hibernate/ScproductscreenshotDAO.java 62 There is log block not surrounded by if
27463 src/com/gps/hibernate/ScproductscreenshotDAO.java 67 Parameter 'instance' is not assigned and could be declared final
27464 src/com/gps/hibernate/ScproductscreenshotDAO.java 67 publicMethodCommentRequirement Required
27465 src/com/gps/hibernate/ScproductscreenshotDAO.java 68 There is log block not surrounded by if
27466 src/com/gps/hibernate/ScproductscreenshotDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27467 src/com/gps/hibernate/ScproductscreenshotDAO.java 70 Local variable 'results' could be declared final
27468 src/com/gps/hibernate/ScproductscreenshotDAO.java 70 Potential violation of Law of Demeter (method chain calls)
27469 src/com/gps/hibernate/ScproductscreenshotDAO.java 70 Potential violation of Law of Demeter (method chain calls)
27470 src/com/gps/hibernate/ScproductscreenshotDAO.java 70 Potential violation of Law of Demeter (method chain calls)
27471 src/com/gps/hibernate/ScproductscreenshotDAO.java 73 There is log block not surrounded by if
27472 src/com/gps/hibernate/ScproductscreenshotDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27473 src/com/gps/hibernate/ScproductscreenshotDAO.java 74 Potential violation of Law of Demeter (object not created locally)
27474 src/com/gps/hibernate/ScproductscreenshotDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27475 src/com/gps/hibernate/ScproductscreenshotDAO.java 77 There is log block not surrounded by if
27476 src/com/gps/hibernate/ScproductscreenshotDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
27477 src/com/gps/hibernate/ScproductscreenshotDAO.java 82 Parameter 'value' is not assigned and could be declared final
27478 src/com/gps/hibernate/ScproductscreenshotDAO.java 82 publicMethodCommentRequirement Required
27479 src/com/gps/hibernate/ScproductscreenshotDAO.java 83 There is log block not surrounded by if
27480 src/com/gps/hibernate/ScproductscreenshotDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27481 src/com/gps/hibernate/ScproductscreenshotDAO.java 86 Local variable 'queryString' could be declared final
27482 src/com/gps/hibernate/ScproductscreenshotDAO.java 88 Local variable 'queryObject' could be declared final
27483 src/com/gps/hibernate/ScproductscreenshotDAO.java 88 Potential violation of Law of Demeter (method chain calls)
27484 src/com/gps/hibernate/ScproductscreenshotDAO.java 89 Potential violation of Law of Demeter (object not created locally)
27485 src/com/gps/hibernate/ScproductscreenshotDAO.java 90 Potential violation of Law of Demeter (object not created locally)
27486 src/com/gps/hibernate/ScproductscreenshotDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27487 src/com/gps/hibernate/ScproductscreenshotDAO.java 92 There is log block not surrounded by if
27488 src/com/gps/hibernate/ScproductscreenshotDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
27489 src/com/gps/hibernate/ScproductscreenshotDAO.java 97 publicMethodCommentRequirement Required
27490 src/com/gps/hibernate/ScproductscreenshotDAO.java 101 Parameter 'groupId' is not assigned and could be declared final
27491 src/com/gps/hibernate/ScproductscreenshotDAO.java 101 publicMethodCommentRequirement Required
27492 src/com/gps/hibernate/ScproductscreenshotDAO.java 105 Parameter 'productEntryId' is not assigned and could be declared final
27493 src/com/gps/hibernate/ScproductscreenshotDAO.java 105 publicMethodCommentRequirement Required
27494 src/com/gps/hibernate/ScproductscreenshotDAO.java 109 Parameter 'thumbnailId' is not assigned and could be declared final
27495 src/com/gps/hibernate/ScproductscreenshotDAO.java 109 publicMethodCommentRequirement Required
27496 src/com/gps/hibernate/ScproductscreenshotDAO.java 113 Parameter 'fullImageId' is not assigned and could be declared final
27497 src/com/gps/hibernate/ScproductscreenshotDAO.java 113 publicMethodCommentRequirement Required
27498 src/com/gps/hibernate/ScproductscreenshotDAO.java 117 Parameter 'priority' is not assigned and could be declared final
27499 src/com/gps/hibernate/ScproductscreenshotDAO.java 117 publicMethodCommentRequirement Required
27500 src/com/gps/hibernate/ScproductscreenshotDAO.java 121 publicMethodCommentRequirement Required
27501 src/com/gps/hibernate/ScproductscreenshotDAO.java 122 There is log block not surrounded by if
27502 src/com/gps/hibernate/ScproductscreenshotDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27503 src/com/gps/hibernate/ScproductscreenshotDAO.java 124 Local variable 'queryString' could be declared final
27504 src/com/gps/hibernate/ScproductscreenshotDAO.java 125 Local variable 'queryObject' could be declared final
27505 src/com/gps/hibernate/ScproductscreenshotDAO.java 125 Potential violation of Law of Demeter (method chain calls)
27506 src/com/gps/hibernate/ScproductscreenshotDAO.java 126 Potential violation of Law of Demeter (object not created locally)
27507 src/com/gps/hibernate/ScproductscreenshotDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27508 src/com/gps/hibernate/ScproductscreenshotDAO.java 128 There is log block not surrounded by if
27509 src/com/gps/hibernate/ScproductscreenshotDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
27510 src/com/gps/hibernate/ScproductscreenshotDAO.java 133 publicMethodCommentRequirement Required
27511 src/com/gps/hibernate/ScproductscreenshotDAO.java 134 There is log block not surrounded by if
27512 src/com/gps/hibernate/ScproductscreenshotDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27513 src/com/gps/hibernate/ScproductscreenshotDAO.java 136 Local variable 'result' could be declared final
27514 src/com/gps/hibernate/ScproductscreenshotDAO.java 136 Potential violation of Law of Demeter (method chain calls)
27515 src/com/gps/hibernate/ScproductscreenshotDAO.java 138 There is log block not surrounded by if
27516 src/com/gps/hibernate/ScproductscreenshotDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27517 src/com/gps/hibernate/ScproductscreenshotDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27518 src/com/gps/hibernate/ScproductscreenshotDAO.java 141 There is log block not surrounded by if
27519 src/com/gps/hibernate/ScproductscreenshotDAO.java 146 Parameter 'instance' is not assigned and could be declared final
27520 src/com/gps/hibernate/ScproductscreenshotDAO.java 146 publicMethodCommentRequirement Required
27521 src/com/gps/hibernate/ScproductscreenshotDAO.java 147 There is log block not surrounded by if
27522 src/com/gps/hibernate/ScproductscreenshotDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27523 src/com/gps/hibernate/ScproductscreenshotDAO.java 149 Potential violation of Law of Demeter (method chain calls)
27524 src/com/gps/hibernate/ScproductscreenshotDAO.java 150 There is log block not surrounded by if
27525 src/com/gps/hibernate/ScproductscreenshotDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27526 src/com/gps/hibernate/ScproductscreenshotDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27527 src/com/gps/hibernate/ScproductscreenshotDAO.java 152 There is log block not surrounded by if
27528 src/com/gps/hibernate/ScproductscreenshotDAO.java 157 Parameter 'instance' is not assigned and could be declared final
27529 src/com/gps/hibernate/ScproductscreenshotDAO.java 157 publicMethodCommentRequirement Required
27530 src/com/gps/hibernate/ScproductscreenshotDAO.java 158 There is log block not surrounded by if
27531 src/com/gps/hibernate/ScproductscreenshotDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27532 src/com/gps/hibernate/ScproductscreenshotDAO.java 160 Potential violation of Law of Demeter (method chain calls)
27533 src/com/gps/hibernate/ScproductscreenshotDAO.java 161 There is log block not surrounded by if
27534 src/com/gps/hibernate/ScproductscreenshotDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27535 src/com/gps/hibernate/ScproductscreenshotDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27536 src/com/gps/hibernate/ScproductscreenshotDAO.java 163 There is log block not surrounded by if
27537 src/com/gps/hibernate/Scproductversion.java 11 Classes implementing Serializable should set a serialVersionUID
27538 src/com/gps/hibernate/Scproductversion.java 15 fieldCommentRequirement Required
27539 src/com/gps/hibernate/Scproductversion.java 16 fieldCommentRequirement Required
27540 src/com/gps/hibernate/Scproductversion.java 17 fieldCommentRequirement Required
27541 src/com/gps/hibernate/Scproductversion.java 18 fieldCommentRequirement Required
27542 src/com/gps/hibernate/Scproductversion.java 19 fieldCommentRequirement Required
27543 src/com/gps/hibernate/Scproductversion.java 20 fieldCommentRequirement Required
27544 src/com/gps/hibernate/Scproductversion.java 21 fieldCommentRequirement Required
27545 src/com/gps/hibernate/Scproductversion.java 22 fieldCommentRequirement Required
27546 src/com/gps/hibernate/Scproductversion.java 23 fieldCommentRequirement Required
27547 src/com/gps/hibernate/Scproductversion.java 24 fieldCommentRequirement Required
27548 src/com/gps/hibernate/Scproductversion.java 25 fieldCommentRequirement Required
27549 src/com/gps/hibernate/Scproductversion.java 26 fieldCommentRequirement Required
27550 src/com/gps/hibernate/Scproductversion.java 31 Document empty constructor
27551 src/com/gps/hibernate/Scproductversion.java 35 Parameter 'productVersionId' is not assigned and could be declared final
27552 src/com/gps/hibernate/Scproductversion.java 40 Avoid long parameter lists.
27553 src/com/gps/hibernate/Scproductversion.java 40 Parameter 'companyId' is not assigned and could be declared final
27554 src/com/gps/hibernate/Scproductversion.java 40 Parameter 'productVersionId' is not assigned and could be declared final
27555 src/com/gps/hibernate/Scproductversion.java 40 Parameter 'userId' is not assigned and could be declared final
27556 src/com/gps/hibernate/Scproductversion.java 41 Parameter 'createDate' is not assigned and could be declared final
27557 src/com/gps/hibernate/Scproductversion.java 41 Parameter 'modifiedDate' is not assigned and could be declared final
27558 src/com/gps/hibernate/Scproductversion.java 41 Parameter 'userName' is not assigned and could be declared final
27559 src/com/gps/hibernate/Scproductversion.java 42 Parameter 'changeLog' is not assigned and could be declared final
27560 src/com/gps/hibernate/Scproductversion.java 42 Parameter 'productEntryId' is not assigned and could be declared final
27561 src/com/gps/hibernate/Scproductversion.java 42 Parameter 'version' is not assigned and could be declared final
27562 src/com/gps/hibernate/Scproductversion.java 43 Parameter 'directDownloadUrl' is not assigned and could be declared final
27563 src/com/gps/hibernate/Scproductversion.java 43 Parameter 'downloadPageUrl' is not assigned and could be declared final
27564 src/com/gps/hibernate/Scproductversion.java 44 Parameter 'repoStoreArtifact' is not assigned and could be declared final
27565 src/com/gps/hibernate/Scproductversion.java 61 publicMethodCommentRequirement Required
27566 src/com/gps/hibernate/Scproductversion.java 65 Parameter 'productVersionId' is not assigned and could be declared final
27567 src/com/gps/hibernate/Scproductversion.java 65 publicMethodCommentRequirement Required
27568 src/com/gps/hibernate/Scproductversion.java 69 publicMethodCommentRequirement Required
27569 src/com/gps/hibernate/Scproductversion.java 73 Parameter 'companyId' is not assigned and could be declared final
27570 src/com/gps/hibernate/Scproductversion.java 73 publicMethodCommentRequirement Required
27571 src/com/gps/hibernate/Scproductversion.java 77 publicMethodCommentRequirement Required
27572 src/com/gps/hibernate/Scproductversion.java 81 Parameter 'userId' is not assigned and could be declared final
27573 src/com/gps/hibernate/Scproductversion.java 81 publicMethodCommentRequirement Required
27574 src/com/gps/hibernate/Scproductversion.java 85 publicMethodCommentRequirement Required
27575 src/com/gps/hibernate/Scproductversion.java 89 Parameter 'userName' is not assigned and could be declared final
27576 src/com/gps/hibernate/Scproductversion.java 89 publicMethodCommentRequirement Required
27577 src/com/gps/hibernate/Scproductversion.java 93 publicMethodCommentRequirement Required
27578 src/com/gps/hibernate/Scproductversion.java 97 Parameter 'createDate' is not assigned and could be declared final
27579 src/com/gps/hibernate/Scproductversion.java 97 publicMethodCommentRequirement Required
27580 src/com/gps/hibernate/Scproductversion.java 101 publicMethodCommentRequirement Required
27581 src/com/gps/hibernate/Scproductversion.java 105 Parameter 'modifiedDate' is not assigned and could be declared final
27582 src/com/gps/hibernate/Scproductversion.java 105 publicMethodCommentRequirement Required
27583 src/com/gps/hibernate/Scproductversion.java 109 publicMethodCommentRequirement Required
27584 src/com/gps/hibernate/Scproductversion.java 113 Parameter 'productEntryId' is not assigned and could be declared final
27585 src/com/gps/hibernate/Scproductversion.java 113 publicMethodCommentRequirement Required
27586 src/com/gps/hibernate/Scproductversion.java 117 publicMethodCommentRequirement Required
27587 src/com/gps/hibernate/Scproductversion.java 121 Parameter 'version' is not assigned and could be declared final
27588 src/com/gps/hibernate/Scproductversion.java 121 publicMethodCommentRequirement Required
27589 src/com/gps/hibernate/Scproductversion.java 125 publicMethodCommentRequirement Required
27590 src/com/gps/hibernate/Scproductversion.java 129 Parameter 'changeLog' is not assigned and could be declared final
27591 src/com/gps/hibernate/Scproductversion.java 129 publicMethodCommentRequirement Required
27592 src/com/gps/hibernate/Scproductversion.java 133 publicMethodCommentRequirement Required
27593 src/com/gps/hibernate/Scproductversion.java 137 Parameter 'downloadPageUrl' is not assigned and could be declared final
27594 src/com/gps/hibernate/Scproductversion.java 137 publicMethodCommentRequirement Required
27595 src/com/gps/hibernate/Scproductversion.java 141 publicMethodCommentRequirement Required
27596 src/com/gps/hibernate/Scproductversion.java 145 Parameter 'directDownloadUrl' is not assigned and could be declared final
27597 src/com/gps/hibernate/Scproductversion.java 145 publicMethodCommentRequirement Required
27598 src/com/gps/hibernate/Scproductversion.java 149 publicMethodCommentRequirement Required
27599 src/com/gps/hibernate/Scproductversion.java 153 Parameter 'repoStoreArtifact' is not assigned and could be declared final
27600 src/com/gps/hibernate/Scproductversion.java 153 publicMethodCommentRequirement Required
27601 src/com/gps/hibernate/ScproductversionDAO.java 3 Avoid unused imports such as 'java.util.Date'
27602 src/com/gps/hibernate/ScproductversionDAO.java 11 Comment is too large: Too many lines
27603 src/com/gps/hibernate/ScproductversionDAO.java 23 This class has too many methods, consider refactoring it.
27604 src/com/gps/hibernate/ScproductversionDAO.java 24 Logger should be defined private static final and have the correct class
27605 src/com/gps/hibernate/ScproductversionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
27606 src/com/gps/hibernate/ScproductversionDAO.java 24 fieldCommentRequirement Required
27607 src/com/gps/hibernate/ScproductversionDAO.java 26 fieldCommentRequirement Required
27608 src/com/gps/hibernate/ScproductversionDAO.java 27 fieldCommentRequirement Required
27609 src/com/gps/hibernate/ScproductversionDAO.java 28 fieldCommentRequirement Required
27610 src/com/gps/hibernate/ScproductversionDAO.java 29 fieldCommentRequirement Required
27611 src/com/gps/hibernate/ScproductversionDAO.java 30 fieldCommentRequirement Required
27612 src/com/gps/hibernate/ScproductversionDAO.java 31 fieldCommentRequirement Required
27613 src/com/gps/hibernate/ScproductversionDAO.java 32 fieldCommentRequirement Required
27614 src/com/gps/hibernate/ScproductversionDAO.java 33 Avoid excessively long variable names like DIRECT_DOWNLOAD_URL
27615 src/com/gps/hibernate/ScproductversionDAO.java 33 fieldCommentRequirement Required
27616 src/com/gps/hibernate/ScproductversionDAO.java 34 Avoid excessively long variable names like REPO_STORE_ARTIFACT
27617 src/com/gps/hibernate/ScproductversionDAO.java 34 fieldCommentRequirement Required
27618 src/com/gps/hibernate/ScproductversionDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
27619 src/com/gps/hibernate/ScproductversionDAO.java 36 publicMethodCommentRequirement Required
27620 src/com/gps/hibernate/ScproductversionDAO.java 37 There is log block not surrounded by if
27621 src/com/gps/hibernate/ScproductversionDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27622 src/com/gps/hibernate/ScproductversionDAO.java 39 Potential violation of Law of Demeter (method chain calls)
27623 src/com/gps/hibernate/ScproductversionDAO.java 40 There is log block not surrounded by if
27624 src/com/gps/hibernate/ScproductversionDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27625 src/com/gps/hibernate/ScproductversionDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27626 src/com/gps/hibernate/ScproductversionDAO.java 42 There is log block not surrounded by if
27627 src/com/gps/hibernate/ScproductversionDAO.java 47 Avoid excessively long variable names like persistentInstance
27628 src/com/gps/hibernate/ScproductversionDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
27629 src/com/gps/hibernate/ScproductversionDAO.java 47 publicMethodCommentRequirement Required
27630 src/com/gps/hibernate/ScproductversionDAO.java 48 There is log block not surrounded by if
27631 src/com/gps/hibernate/ScproductversionDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27632 src/com/gps/hibernate/ScproductversionDAO.java 50 Potential violation of Law of Demeter (method chain calls)
27633 src/com/gps/hibernate/ScproductversionDAO.java 51 There is log block not surrounded by if
27634 src/com/gps/hibernate/ScproductversionDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27635 src/com/gps/hibernate/ScproductversionDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27636 src/com/gps/hibernate/ScproductversionDAO.java 53 There is log block not surrounded by if
27637 src/com/gps/hibernate/ScproductversionDAO.java 58 Avoid variables with short names like id
27638 src/com/gps/hibernate/ScproductversionDAO.java 58 Parameter 'id' is not assigned and could be declared final
27639 src/com/gps/hibernate/ScproductversionDAO.java 58 publicMethodCommentRequirement Required
27640 src/com/gps/hibernate/ScproductversionDAO.java 59 There is log block not surrounded by if
27641 src/com/gps/hibernate/ScproductversionDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27642 src/com/gps/hibernate/ScproductversionDAO.java 61 Local variable 'instance' could be declared final
27643 src/com/gps/hibernate/ScproductversionDAO.java 61 Potential violation of Law of Demeter (method chain calls)
27644 src/com/gps/hibernate/ScproductversionDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27645 src/com/gps/hibernate/ScproductversionDAO.java 65 There is log block not surrounded by if
27646 src/com/gps/hibernate/ScproductversionDAO.java 70 Parameter 'instance' is not assigned and could be declared final
27647 src/com/gps/hibernate/ScproductversionDAO.java 70 publicMethodCommentRequirement Required
27648 src/com/gps/hibernate/ScproductversionDAO.java 71 There is log block not surrounded by if
27649 src/com/gps/hibernate/ScproductversionDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27650 src/com/gps/hibernate/ScproductversionDAO.java 73 Local variable 'results' could be declared final
27651 src/com/gps/hibernate/ScproductversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
27652 src/com/gps/hibernate/ScproductversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
27653 src/com/gps/hibernate/ScproductversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
27654 src/com/gps/hibernate/ScproductversionDAO.java 76 There is log block not surrounded by if
27655 src/com/gps/hibernate/ScproductversionDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27656 src/com/gps/hibernate/ScproductversionDAO.java 77 Potential violation of Law of Demeter (object not created locally)
27657 src/com/gps/hibernate/ScproductversionDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27658 src/com/gps/hibernate/ScproductversionDAO.java 80 There is log block not surrounded by if
27659 src/com/gps/hibernate/ScproductversionDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
27660 src/com/gps/hibernate/ScproductversionDAO.java 85 Parameter 'value' is not assigned and could be declared final
27661 src/com/gps/hibernate/ScproductversionDAO.java 85 publicMethodCommentRequirement Required
27662 src/com/gps/hibernate/ScproductversionDAO.java 86 There is log block not surrounded by if
27663 src/com/gps/hibernate/ScproductversionDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27664 src/com/gps/hibernate/ScproductversionDAO.java 89 Local variable 'queryString' could be declared final
27665 src/com/gps/hibernate/ScproductversionDAO.java 91 Local variable 'queryObject' could be declared final
27666 src/com/gps/hibernate/ScproductversionDAO.java 91 Potential violation of Law of Demeter (method chain calls)
27667 src/com/gps/hibernate/ScproductversionDAO.java 92 Potential violation of Law of Demeter (object not created locally)
27668 src/com/gps/hibernate/ScproductversionDAO.java 93 Potential violation of Law of Demeter (object not created locally)
27669 src/com/gps/hibernate/ScproductversionDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27670 src/com/gps/hibernate/ScproductversionDAO.java 95 There is log block not surrounded by if
27671 src/com/gps/hibernate/ScproductversionDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
27672 src/com/gps/hibernate/ScproductversionDAO.java 100 publicMethodCommentRequirement Required
27673 src/com/gps/hibernate/ScproductversionDAO.java 104 Parameter 'userId' is not assigned and could be declared final
27674 src/com/gps/hibernate/ScproductversionDAO.java 104 publicMethodCommentRequirement Required
27675 src/com/gps/hibernate/ScproductversionDAO.java 108 Parameter 'userName' is not assigned and could be declared final
27676 src/com/gps/hibernate/ScproductversionDAO.java 108 publicMethodCommentRequirement Required
27677 src/com/gps/hibernate/ScproductversionDAO.java 112 Parameter 'productEntryId' is not assigned and could be declared final
27678 src/com/gps/hibernate/ScproductversionDAO.java 112 publicMethodCommentRequirement Required
27679 src/com/gps/hibernate/ScproductversionDAO.java 116 Parameter 'version' is not assigned and could be declared final
27680 src/com/gps/hibernate/ScproductversionDAO.java 116 publicMethodCommentRequirement Required
27681 src/com/gps/hibernate/ScproductversionDAO.java 120 Parameter 'changeLog' is not assigned and could be declared final
27682 src/com/gps/hibernate/ScproductversionDAO.java 120 publicMethodCommentRequirement Required
27683 src/com/gps/hibernate/ScproductversionDAO.java 124 Parameter 'downloadPageUrl' is not assigned and could be declared final
27684 src/com/gps/hibernate/ScproductversionDAO.java 124 publicMethodCommentRequirement Required
27685 src/com/gps/hibernate/ScproductversionDAO.java 128 Parameter 'directDownloadUrl' is not assigned and could be declared final
27686 src/com/gps/hibernate/ScproductversionDAO.java 128 publicMethodCommentRequirement Required
27687 src/com/gps/hibernate/ScproductversionDAO.java 132 Parameter 'repoStoreArtifact' is not assigned and could be declared final
27688 src/com/gps/hibernate/ScproductversionDAO.java 132 publicMethodCommentRequirement Required
27689 src/com/gps/hibernate/ScproductversionDAO.java 136 publicMethodCommentRequirement Required
27690 src/com/gps/hibernate/ScproductversionDAO.java 137 There is log block not surrounded by if
27691 src/com/gps/hibernate/ScproductversionDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27692 src/com/gps/hibernate/ScproductversionDAO.java 139 Local variable 'queryString' could be declared final
27693 src/com/gps/hibernate/ScproductversionDAO.java 140 Local variable 'queryObject' could be declared final
27694 src/com/gps/hibernate/ScproductversionDAO.java 140 Potential violation of Law of Demeter (method chain calls)
27695 src/com/gps/hibernate/ScproductversionDAO.java 141 Potential violation of Law of Demeter (object not created locally)
27696 src/com/gps/hibernate/ScproductversionDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27697 src/com/gps/hibernate/ScproductversionDAO.java 143 There is log block not surrounded by if
27698 src/com/gps/hibernate/ScproductversionDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
27699 src/com/gps/hibernate/ScproductversionDAO.java 148 publicMethodCommentRequirement Required
27700 src/com/gps/hibernate/ScproductversionDAO.java 149 There is log block not surrounded by if
27701 src/com/gps/hibernate/ScproductversionDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27702 src/com/gps/hibernate/ScproductversionDAO.java 151 Local variable 'result' could be declared final
27703 src/com/gps/hibernate/ScproductversionDAO.java 151 Potential violation of Law of Demeter (method chain calls)
27704 src/com/gps/hibernate/ScproductversionDAO.java 153 There is log block not surrounded by if
27705 src/com/gps/hibernate/ScproductversionDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27706 src/com/gps/hibernate/ScproductversionDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27707 src/com/gps/hibernate/ScproductversionDAO.java 156 There is log block not surrounded by if
27708 src/com/gps/hibernate/ScproductversionDAO.java 161 Parameter 'instance' is not assigned and could be declared final
27709 src/com/gps/hibernate/ScproductversionDAO.java 161 publicMethodCommentRequirement Required
27710 src/com/gps/hibernate/ScproductversionDAO.java 162 There is log block not surrounded by if
27711 src/com/gps/hibernate/ScproductversionDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27712 src/com/gps/hibernate/ScproductversionDAO.java 164 Potential violation of Law of Demeter (method chain calls)
27713 src/com/gps/hibernate/ScproductversionDAO.java 165 There is log block not surrounded by if
27714 src/com/gps/hibernate/ScproductversionDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27715 src/com/gps/hibernate/ScproductversionDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27716 src/com/gps/hibernate/ScproductversionDAO.java 167 There is log block not surrounded by if
27717 src/com/gps/hibernate/ScproductversionDAO.java 172 Parameter 'instance' is not assigned and could be declared final
27718 src/com/gps/hibernate/ScproductversionDAO.java 172 publicMethodCommentRequirement Required
27719 src/com/gps/hibernate/ScproductversionDAO.java 173 There is log block not surrounded by if
27720 src/com/gps/hibernate/ScproductversionDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27721 src/com/gps/hibernate/ScproductversionDAO.java 175 Potential violation of Law of Demeter (method chain calls)
27722 src/com/gps/hibernate/ScproductversionDAO.java 176 There is log block not surrounded by if
27723 src/com/gps/hibernate/ScproductversionDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27724 src/com/gps/hibernate/ScproductversionDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27725 src/com/gps/hibernate/ScproductversionDAO.java 178 There is log block not surrounded by if
27726 src/com/gps/hibernate/Servicecomponent.java 9 Classes implementing Serializable should set a serialVersionUID
27727 src/com/gps/hibernate/Servicecomponent.java 13 Avoid excessively long variable names like serviceComponentId
27728 src/com/gps/hibernate/Servicecomponent.java 13 fieldCommentRequirement Required
27729 src/com/gps/hibernate/Servicecomponent.java 14 fieldCommentRequirement Required
27730 src/com/gps/hibernate/Servicecomponent.java 15 fieldCommentRequirement Required
27731 src/com/gps/hibernate/Servicecomponent.java 16 fieldCommentRequirement Required
27732 src/com/gps/hibernate/Servicecomponent.java 17 fieldCommentRequirement Required
27733 src/com/gps/hibernate/Servicecomponent.java 22 Document empty constructor
27734 src/com/gps/hibernate/Servicecomponent.java 26 Avoid excessively long variable names like serviceComponentId
27735 src/com/gps/hibernate/Servicecomponent.java 26 Parameter 'serviceComponentId' is not assigned and could be declared final
27736 src/com/gps/hibernate/Servicecomponent.java 31 Avoid excessively long variable names like serviceComponentId
27737 src/com/gps/hibernate/Servicecomponent.java 31 Parameter 'buildNamespace' is not assigned and could be declared final
27738 src/com/gps/hibernate/Servicecomponent.java 31 Parameter 'serviceComponentId' is not assigned and could be declared final
27739 src/com/gps/hibernate/Servicecomponent.java 32 Parameter 'buildDate' is not assigned and could be declared final
27740 src/com/gps/hibernate/Servicecomponent.java 32 Parameter 'buildNumber' is not assigned and could be declared final
27741 src/com/gps/hibernate/Servicecomponent.java 32 Parameter 'data' is not assigned and could be declared final
27742 src/com/gps/hibernate/Servicecomponent.java 42 publicMethodCommentRequirement Required
27743 src/com/gps/hibernate/Servicecomponent.java 46 Avoid excessively long variable names like serviceComponentId
27744 src/com/gps/hibernate/Servicecomponent.java 46 Parameter 'serviceComponentId' is not assigned and could be declared final
27745 src/com/gps/hibernate/Servicecomponent.java 46 publicMethodCommentRequirement Required
27746 src/com/gps/hibernate/Servicecomponent.java 50 publicMethodCommentRequirement Required
27747 src/com/gps/hibernate/Servicecomponent.java 54 Parameter 'buildNamespace' is not assigned and could be declared final
27748 src/com/gps/hibernate/Servicecomponent.java 54 publicMethodCommentRequirement Required
27749 src/com/gps/hibernate/Servicecomponent.java 58 publicMethodCommentRequirement Required
27750 src/com/gps/hibernate/Servicecomponent.java 62 Parameter 'buildNumber' is not assigned and could be declared final
27751 src/com/gps/hibernate/Servicecomponent.java 62 publicMethodCommentRequirement Required
27752 src/com/gps/hibernate/Servicecomponent.java 66 publicMethodCommentRequirement Required
27753 src/com/gps/hibernate/Servicecomponent.java 70 Parameter 'buildDate' is not assigned and could be declared final
27754 src/com/gps/hibernate/Servicecomponent.java 70 publicMethodCommentRequirement Required
27755 src/com/gps/hibernate/Servicecomponent.java 74 publicMethodCommentRequirement Required
27756 src/com/gps/hibernate/Servicecomponent.java 78 Parameter 'data' is not assigned and could be declared final
27757 src/com/gps/hibernate/Servicecomponent.java 78 publicMethodCommentRequirement Required
27758 src/com/gps/hibernate/ServicecomponentDAO.java 10 Comment is too large: Too many lines
27759 src/com/gps/hibernate/ServicecomponentDAO.java 22 This class has too many methods, consider refactoring it.
27760 src/com/gps/hibernate/ServicecomponentDAO.java 23 Logger should be defined private static final and have the correct class
27761 src/com/gps/hibernate/ServicecomponentDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
27762 src/com/gps/hibernate/ServicecomponentDAO.java 23 fieldCommentRequirement Required
27763 src/com/gps/hibernate/ServicecomponentDAO.java 25 fieldCommentRequirement Required
27764 src/com/gps/hibernate/ServicecomponentDAO.java 26 fieldCommentRequirement Required
27765 src/com/gps/hibernate/ServicecomponentDAO.java 27 fieldCommentRequirement Required
27766 src/com/gps/hibernate/ServicecomponentDAO.java 28 fieldCommentRequirement Required
27767 src/com/gps/hibernate/ServicecomponentDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
27768 src/com/gps/hibernate/ServicecomponentDAO.java 30 publicMethodCommentRequirement Required
27769 src/com/gps/hibernate/ServicecomponentDAO.java 31 There is log block not surrounded by if
27770 src/com/gps/hibernate/ServicecomponentDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27771 src/com/gps/hibernate/ServicecomponentDAO.java 33 Potential violation of Law of Demeter (method chain calls)
27772 src/com/gps/hibernate/ServicecomponentDAO.java 34 There is log block not surrounded by if
27773 src/com/gps/hibernate/ServicecomponentDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27774 src/com/gps/hibernate/ServicecomponentDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27775 src/com/gps/hibernate/ServicecomponentDAO.java 36 There is log block not surrounded by if
27776 src/com/gps/hibernate/ServicecomponentDAO.java 41 Avoid excessively long variable names like persistentInstance
27777 src/com/gps/hibernate/ServicecomponentDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
27778 src/com/gps/hibernate/ServicecomponentDAO.java 41 publicMethodCommentRequirement Required
27779 src/com/gps/hibernate/ServicecomponentDAO.java 42 There is log block not surrounded by if
27780 src/com/gps/hibernate/ServicecomponentDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27781 src/com/gps/hibernate/ServicecomponentDAO.java 44 Potential violation of Law of Demeter (method chain calls)
27782 src/com/gps/hibernate/ServicecomponentDAO.java 45 There is log block not surrounded by if
27783 src/com/gps/hibernate/ServicecomponentDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27784 src/com/gps/hibernate/ServicecomponentDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27785 src/com/gps/hibernate/ServicecomponentDAO.java 47 There is log block not surrounded by if
27786 src/com/gps/hibernate/ServicecomponentDAO.java 52 Avoid variables with short names like id
27787 src/com/gps/hibernate/ServicecomponentDAO.java 52 Parameter 'id' is not assigned and could be declared final
27788 src/com/gps/hibernate/ServicecomponentDAO.java 52 publicMethodCommentRequirement Required
27789 src/com/gps/hibernate/ServicecomponentDAO.java 53 There is log block not surrounded by if
27790 src/com/gps/hibernate/ServicecomponentDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27791 src/com/gps/hibernate/ServicecomponentDAO.java 55 Local variable 'instance' could be declared final
27792 src/com/gps/hibernate/ServicecomponentDAO.java 55 Potential violation of Law of Demeter (method chain calls)
27793 src/com/gps/hibernate/ServicecomponentDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27794 src/com/gps/hibernate/ServicecomponentDAO.java 59 There is log block not surrounded by if
27795 src/com/gps/hibernate/ServicecomponentDAO.java 64 Parameter 'instance' is not assigned and could be declared final
27796 src/com/gps/hibernate/ServicecomponentDAO.java 64 publicMethodCommentRequirement Required
27797 src/com/gps/hibernate/ServicecomponentDAO.java 65 There is log block not surrounded by if
27798 src/com/gps/hibernate/ServicecomponentDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27799 src/com/gps/hibernate/ServicecomponentDAO.java 67 Local variable 'results' could be declared final
27800 src/com/gps/hibernate/ServicecomponentDAO.java 67 Potential violation of Law of Demeter (method chain calls)
27801 src/com/gps/hibernate/ServicecomponentDAO.java 67 Potential violation of Law of Demeter (method chain calls)
27802 src/com/gps/hibernate/ServicecomponentDAO.java 67 Potential violation of Law of Demeter (method chain calls)
27803 src/com/gps/hibernate/ServicecomponentDAO.java 70 There is log block not surrounded by if
27804 src/com/gps/hibernate/ServicecomponentDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27805 src/com/gps/hibernate/ServicecomponentDAO.java 71 Potential violation of Law of Demeter (object not created locally)
27806 src/com/gps/hibernate/ServicecomponentDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27807 src/com/gps/hibernate/ServicecomponentDAO.java 74 There is log block not surrounded by if
27808 src/com/gps/hibernate/ServicecomponentDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
27809 src/com/gps/hibernate/ServicecomponentDAO.java 79 Parameter 'value' is not assigned and could be declared final
27810 src/com/gps/hibernate/ServicecomponentDAO.java 79 publicMethodCommentRequirement Required
27811 src/com/gps/hibernate/ServicecomponentDAO.java 80 There is log block not surrounded by if
27812 src/com/gps/hibernate/ServicecomponentDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27813 src/com/gps/hibernate/ServicecomponentDAO.java 83 Local variable 'queryString' could be declared final
27814 src/com/gps/hibernate/ServicecomponentDAO.java 85 Local variable 'queryObject' could be declared final
27815 src/com/gps/hibernate/ServicecomponentDAO.java 85 Potential violation of Law of Demeter (method chain calls)
27816 src/com/gps/hibernate/ServicecomponentDAO.java 86 Potential violation of Law of Demeter (object not created locally)
27817 src/com/gps/hibernate/ServicecomponentDAO.java 87 Potential violation of Law of Demeter (object not created locally)
27818 src/com/gps/hibernate/ServicecomponentDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27819 src/com/gps/hibernate/ServicecomponentDAO.java 89 There is log block not surrounded by if
27820 src/com/gps/hibernate/ServicecomponentDAO.java 94 Parameter 'buildNamespace' is not assigned and could be declared final
27821 src/com/gps/hibernate/ServicecomponentDAO.java 94 publicMethodCommentRequirement Required
27822 src/com/gps/hibernate/ServicecomponentDAO.java 98 Parameter 'buildNumber' is not assigned and could be declared final
27823 src/com/gps/hibernate/ServicecomponentDAO.java 98 publicMethodCommentRequirement Required
27824 src/com/gps/hibernate/ServicecomponentDAO.java 102 Parameter 'buildDate' is not assigned and could be declared final
27825 src/com/gps/hibernate/ServicecomponentDAO.java 102 publicMethodCommentRequirement Required
27826 src/com/gps/hibernate/ServicecomponentDAO.java 106 Parameter 'data' is not assigned and could be declared final
27827 src/com/gps/hibernate/ServicecomponentDAO.java 106 publicMethodCommentRequirement Required
27828 src/com/gps/hibernate/ServicecomponentDAO.java 110 publicMethodCommentRequirement Required
27829 src/com/gps/hibernate/ServicecomponentDAO.java 111 There is log block not surrounded by if
27830 src/com/gps/hibernate/ServicecomponentDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27831 src/com/gps/hibernate/ServicecomponentDAO.java 113 Local variable 'queryString' could be declared final
27832 src/com/gps/hibernate/ServicecomponentDAO.java 114 Local variable 'queryObject' could be declared final
27833 src/com/gps/hibernate/ServicecomponentDAO.java 114 Potential violation of Law of Demeter (method chain calls)
27834 src/com/gps/hibernate/ServicecomponentDAO.java 115 Potential violation of Law of Demeter (object not created locally)
27835 src/com/gps/hibernate/ServicecomponentDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27836 src/com/gps/hibernate/ServicecomponentDAO.java 117 There is log block not surrounded by if
27837 src/com/gps/hibernate/ServicecomponentDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
27838 src/com/gps/hibernate/ServicecomponentDAO.java 122 publicMethodCommentRequirement Required
27839 src/com/gps/hibernate/ServicecomponentDAO.java 123 There is log block not surrounded by if
27840 src/com/gps/hibernate/ServicecomponentDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27841 src/com/gps/hibernate/ServicecomponentDAO.java 125 Local variable 'result' could be declared final
27842 src/com/gps/hibernate/ServicecomponentDAO.java 125 Potential violation of Law of Demeter (method chain calls)
27843 src/com/gps/hibernate/ServicecomponentDAO.java 127 There is log block not surrounded by if
27844 src/com/gps/hibernate/ServicecomponentDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27845 src/com/gps/hibernate/ServicecomponentDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27846 src/com/gps/hibernate/ServicecomponentDAO.java 130 There is log block not surrounded by if
27847 src/com/gps/hibernate/ServicecomponentDAO.java 135 Parameter 'instance' is not assigned and could be declared final
27848 src/com/gps/hibernate/ServicecomponentDAO.java 135 publicMethodCommentRequirement Required
27849 src/com/gps/hibernate/ServicecomponentDAO.java 136 There is log block not surrounded by if
27850 src/com/gps/hibernate/ServicecomponentDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27851 src/com/gps/hibernate/ServicecomponentDAO.java 138 Potential violation of Law of Demeter (method chain calls)
27852 src/com/gps/hibernate/ServicecomponentDAO.java 139 There is log block not surrounded by if
27853 src/com/gps/hibernate/ServicecomponentDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27854 src/com/gps/hibernate/ServicecomponentDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27855 src/com/gps/hibernate/ServicecomponentDAO.java 141 There is log block not surrounded by if
27856 src/com/gps/hibernate/ServicecomponentDAO.java 146 Parameter 'instance' is not assigned and could be declared final
27857 src/com/gps/hibernate/ServicecomponentDAO.java 146 publicMethodCommentRequirement Required
27858 src/com/gps/hibernate/ServicecomponentDAO.java 147 There is log block not surrounded by if
27859 src/com/gps/hibernate/ServicecomponentDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27860 src/com/gps/hibernate/ServicecomponentDAO.java 149 Potential violation of Law of Demeter (method chain calls)
27861 src/com/gps/hibernate/ServicecomponentDAO.java 150 There is log block not surrounded by if
27862 src/com/gps/hibernate/ServicecomponentDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27863 src/com/gps/hibernate/ServicecomponentDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27864 src/com/gps/hibernate/ServicecomponentDAO.java 152 There is log block not surrounded by if
27865 src/com/gps/hibernate/Shard.java 9 Classes implementing Serializable should set a serialVersionUID
27866 src/com/gps/hibernate/Shard.java 13 fieldCommentRequirement Required
27867 src/com/gps/hibernate/Shard.java 14 fieldCommentRequirement Required
27868 src/com/gps/hibernate/Shard.java 15 fieldCommentRequirement Required
27869 src/com/gps/hibernate/Shard.java 16 fieldCommentRequirement Required
27870 src/com/gps/hibernate/Shard.java 21 Document empty constructor
27871 src/com/gps/hibernate/Shard.java 25 Parameter 'shardId' is not assigned and could be declared final
27872 src/com/gps/hibernate/Shard.java 30 Parameter 'classNameId' is not assigned and could be declared final
27873 src/com/gps/hibernate/Shard.java 30 Parameter 'classPk' is not assigned and could be declared final
27874 src/com/gps/hibernate/Shard.java 30 Parameter 'name' is not assigned and could be declared final
27875 src/com/gps/hibernate/Shard.java 30 Parameter 'shardId' is not assigned and could be declared final
27876 src/com/gps/hibernate/Shard.java 39 publicMethodCommentRequirement Required
27877 src/com/gps/hibernate/Shard.java 43 Parameter 'shardId' is not assigned and could be declared final
27878 src/com/gps/hibernate/Shard.java 43 publicMethodCommentRequirement Required
27879 src/com/gps/hibernate/Shard.java 47 publicMethodCommentRequirement Required
27880 src/com/gps/hibernate/Shard.java 51 Parameter 'classNameId' is not assigned and could be declared final
27881 src/com/gps/hibernate/Shard.java 51 publicMethodCommentRequirement Required
27882 src/com/gps/hibernate/Shard.java 55 publicMethodCommentRequirement Required
27883 src/com/gps/hibernate/Shard.java 59 Parameter 'classPk' is not assigned and could be declared final
27884 src/com/gps/hibernate/Shard.java 59 publicMethodCommentRequirement Required
27885 src/com/gps/hibernate/Shard.java 63 publicMethodCommentRequirement Required
27886 src/com/gps/hibernate/Shard.java 67 Parameter 'name' is not assigned and could be declared final
27887 src/com/gps/hibernate/Shard.java 67 publicMethodCommentRequirement Required
27888 src/com/gps/hibernate/ShardDAO.java 10 Comment is too large: Too many lines
27889 src/com/gps/hibernate/ShardDAO.java 22 This class has too many methods, consider refactoring it.
27890 src/com/gps/hibernate/ShardDAO.java 23 Logger should be defined private static final and have the correct class
27891 src/com/gps/hibernate/ShardDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
27892 src/com/gps/hibernate/ShardDAO.java 23 fieldCommentRequirement Required
27893 src/com/gps/hibernate/ShardDAO.java 25 fieldCommentRequirement Required
27894 src/com/gps/hibernate/ShardDAO.java 26 fieldCommentRequirement Required
27895 src/com/gps/hibernate/ShardDAO.java 27 fieldCommentRequirement Required
27896 src/com/gps/hibernate/ShardDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
27897 src/com/gps/hibernate/ShardDAO.java 29 publicMethodCommentRequirement Required
27898 src/com/gps/hibernate/ShardDAO.java 30 There is log block not surrounded by if
27899 src/com/gps/hibernate/ShardDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27900 src/com/gps/hibernate/ShardDAO.java 32 Potential violation of Law of Demeter (method chain calls)
27901 src/com/gps/hibernate/ShardDAO.java 33 There is log block not surrounded by if
27902 src/com/gps/hibernate/ShardDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27903 src/com/gps/hibernate/ShardDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27904 src/com/gps/hibernate/ShardDAO.java 35 There is log block not surrounded by if
27905 src/com/gps/hibernate/ShardDAO.java 40 Avoid excessively long variable names like persistentInstance
27906 src/com/gps/hibernate/ShardDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
27907 src/com/gps/hibernate/ShardDAO.java 40 publicMethodCommentRequirement Required
27908 src/com/gps/hibernate/ShardDAO.java 41 There is log block not surrounded by if
27909 src/com/gps/hibernate/ShardDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27910 src/com/gps/hibernate/ShardDAO.java 43 Potential violation of Law of Demeter (method chain calls)
27911 src/com/gps/hibernate/ShardDAO.java 44 There is log block not surrounded by if
27912 src/com/gps/hibernate/ShardDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27913 src/com/gps/hibernate/ShardDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27914 src/com/gps/hibernate/ShardDAO.java 46 There is log block not surrounded by if
27915 src/com/gps/hibernate/ShardDAO.java 51 Avoid variables with short names like id
27916 src/com/gps/hibernate/ShardDAO.java 51 Parameter 'id' is not assigned and could be declared final
27917 src/com/gps/hibernate/ShardDAO.java 51 publicMethodCommentRequirement Required
27918 src/com/gps/hibernate/ShardDAO.java 52 There is log block not surrounded by if
27919 src/com/gps/hibernate/ShardDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27920 src/com/gps/hibernate/ShardDAO.java 54 Local variable 'instance' could be declared final
27921 src/com/gps/hibernate/ShardDAO.java 54 Potential violation of Law of Demeter (method chain calls)
27922 src/com/gps/hibernate/ShardDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27923 src/com/gps/hibernate/ShardDAO.java 58 There is log block not surrounded by if
27924 src/com/gps/hibernate/ShardDAO.java 63 Parameter 'instance' is not assigned and could be declared final
27925 src/com/gps/hibernate/ShardDAO.java 63 publicMethodCommentRequirement Required
27926 src/com/gps/hibernate/ShardDAO.java 64 There is log block not surrounded by if
27927 src/com/gps/hibernate/ShardDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27928 src/com/gps/hibernate/ShardDAO.java 66 Local variable 'results' could be declared final
27929 src/com/gps/hibernate/ShardDAO.java 66 Potential violation of Law of Demeter (method chain calls)
27930 src/com/gps/hibernate/ShardDAO.java 66 Potential violation of Law of Demeter (method chain calls)
27931 src/com/gps/hibernate/ShardDAO.java 66 Potential violation of Law of Demeter (method chain calls)
27932 src/com/gps/hibernate/ShardDAO.java 69 There is log block not surrounded by if
27933 src/com/gps/hibernate/ShardDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27934 src/com/gps/hibernate/ShardDAO.java 70 Potential violation of Law of Demeter (object not created locally)
27935 src/com/gps/hibernate/ShardDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27936 src/com/gps/hibernate/ShardDAO.java 73 There is log block not surrounded by if
27937 src/com/gps/hibernate/ShardDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
27938 src/com/gps/hibernate/ShardDAO.java 78 Parameter 'value' is not assigned and could be declared final
27939 src/com/gps/hibernate/ShardDAO.java 78 publicMethodCommentRequirement Required
27940 src/com/gps/hibernate/ShardDAO.java 79 There is log block not surrounded by if
27941 src/com/gps/hibernate/ShardDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27942 src/com/gps/hibernate/ShardDAO.java 82 Local variable 'queryString' could be declared final
27943 src/com/gps/hibernate/ShardDAO.java 84 Local variable 'queryObject' could be declared final
27944 src/com/gps/hibernate/ShardDAO.java 84 Potential violation of Law of Demeter (method chain calls)
27945 src/com/gps/hibernate/ShardDAO.java 85 Potential violation of Law of Demeter (object not created locally)
27946 src/com/gps/hibernate/ShardDAO.java 86 Potential violation of Law of Demeter (object not created locally)
27947 src/com/gps/hibernate/ShardDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27948 src/com/gps/hibernate/ShardDAO.java 88 There is log block not surrounded by if
27949 src/com/gps/hibernate/ShardDAO.java 93 Parameter 'classNameId' is not assigned and could be declared final
27950 src/com/gps/hibernate/ShardDAO.java 93 publicMethodCommentRequirement Required
27951 src/com/gps/hibernate/ShardDAO.java 97 Parameter 'classPk' is not assigned and could be declared final
27952 src/com/gps/hibernate/ShardDAO.java 97 publicMethodCommentRequirement Required
27953 src/com/gps/hibernate/ShardDAO.java 101 Parameter 'name' is not assigned and could be declared final
27954 src/com/gps/hibernate/ShardDAO.java 101 publicMethodCommentRequirement Required
27955 src/com/gps/hibernate/ShardDAO.java 105 publicMethodCommentRequirement Required
27956 src/com/gps/hibernate/ShardDAO.java 106 There is log block not surrounded by if
27957 src/com/gps/hibernate/ShardDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27958 src/com/gps/hibernate/ShardDAO.java 108 Local variable 'queryString' could be declared final
27959 src/com/gps/hibernate/ShardDAO.java 109 Local variable 'queryObject' could be declared final
27960 src/com/gps/hibernate/ShardDAO.java 109 Potential violation of Law of Demeter (method chain calls)
27961 src/com/gps/hibernate/ShardDAO.java 110 Potential violation of Law of Demeter (object not created locally)
27962 src/com/gps/hibernate/ShardDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27963 src/com/gps/hibernate/ShardDAO.java 112 There is log block not surrounded by if
27964 src/com/gps/hibernate/ShardDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
27965 src/com/gps/hibernate/ShardDAO.java 117 publicMethodCommentRequirement Required
27966 src/com/gps/hibernate/ShardDAO.java 118 There is log block not surrounded by if
27967 src/com/gps/hibernate/ShardDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27968 src/com/gps/hibernate/ShardDAO.java 120 Local variable 'result' could be declared final
27969 src/com/gps/hibernate/ShardDAO.java 120 Potential violation of Law of Demeter (method chain calls)
27970 src/com/gps/hibernate/ShardDAO.java 121 There is log block not surrounded by if
27971 src/com/gps/hibernate/ShardDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27972 src/com/gps/hibernate/ShardDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27973 src/com/gps/hibernate/ShardDAO.java 124 There is log block not surrounded by if
27974 src/com/gps/hibernate/ShardDAO.java 129 Parameter 'instance' is not assigned and could be declared final
27975 src/com/gps/hibernate/ShardDAO.java 129 publicMethodCommentRequirement Required
27976 src/com/gps/hibernate/ShardDAO.java 130 There is log block not surrounded by if
27977 src/com/gps/hibernate/ShardDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27978 src/com/gps/hibernate/ShardDAO.java 132 Potential violation of Law of Demeter (method chain calls)
27979 src/com/gps/hibernate/ShardDAO.java 133 There is log block not surrounded by if
27980 src/com/gps/hibernate/ShardDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27981 src/com/gps/hibernate/ShardDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27982 src/com/gps/hibernate/ShardDAO.java 135 There is log block not surrounded by if
27983 src/com/gps/hibernate/ShardDAO.java 140 Parameter 'instance' is not assigned and could be declared final
27984 src/com/gps/hibernate/ShardDAO.java 140 publicMethodCommentRequirement Required
27985 src/com/gps/hibernate/ShardDAO.java 141 There is log block not surrounded by if
27986 src/com/gps/hibernate/ShardDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27987 src/com/gps/hibernate/ShardDAO.java 143 Potential violation of Law of Demeter (method chain calls)
27988 src/com/gps/hibernate/ShardDAO.java 144 There is log block not surrounded by if
27989 src/com/gps/hibernate/ShardDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27990 src/com/gps/hibernate/ShardDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27991 src/com/gps/hibernate/ShardDAO.java 146 There is log block not surrounded by if
27992 src/com/gps/hibernate/Shoppingcart.java 11 Classes implementing Serializable should set a serialVersionUID
27993 src/com/gps/hibernate/Shoppingcart.java 15 fieldCommentRequirement Required
27994 src/com/gps/hibernate/Shoppingcart.java 16 fieldCommentRequirement Required
27995 src/com/gps/hibernate/Shoppingcart.java 17 fieldCommentRequirement Required
27996 src/com/gps/hibernate/Shoppingcart.java 18 fieldCommentRequirement Required
27997 src/com/gps/hibernate/Shoppingcart.java 19 fieldCommentRequirement Required
27998 src/com/gps/hibernate/Shoppingcart.java 20 fieldCommentRequirement Required
27999 src/com/gps/hibernate/Shoppingcart.java 21 fieldCommentRequirement Required
28000 src/com/gps/hibernate/Shoppingcart.java 22 fieldCommentRequirement Required
28001 src/com/gps/hibernate/Shoppingcart.java 23 fieldCommentRequirement Required
28002 src/com/gps/hibernate/Shoppingcart.java 24 fieldCommentRequirement Required
28003 src/com/gps/hibernate/Shoppingcart.java 25 fieldCommentRequirement Required
28004 src/com/gps/hibernate/Shoppingcart.java 30 Document empty constructor
28005 src/com/gps/hibernate/Shoppingcart.java 34 Parameter 'cartId' is not assigned and could be declared final
28006 src/com/gps/hibernate/Shoppingcart.java 39 Avoid long parameter lists.
28007 src/com/gps/hibernate/Shoppingcart.java 39 Parameter 'cartId' is not assigned and could be declared final
28008 src/com/gps/hibernate/Shoppingcart.java 39 Parameter 'companyId' is not assigned and could be declared final
28009 src/com/gps/hibernate/Shoppingcart.java 39 Parameter 'groupId' is not assigned and could be declared final
28010 src/com/gps/hibernate/Shoppingcart.java 39 Parameter 'userId' is not assigned and could be declared final
28011 src/com/gps/hibernate/Shoppingcart.java 40 Parameter 'createDate' is not assigned and could be declared final
28012 src/com/gps/hibernate/Shoppingcart.java 40 Parameter 'modifiedDate' is not assigned and could be declared final
28013 src/com/gps/hibernate/Shoppingcart.java 40 Parameter 'userName' is not assigned and could be declared final
28014 src/com/gps/hibernate/Shoppingcart.java 41 Parameter 'altShipping' is not assigned and could be declared final
28015 src/com/gps/hibernate/Shoppingcart.java 41 Parameter 'couponCodes' is not assigned and could be declared final
28016 src/com/gps/hibernate/Shoppingcart.java 41 Parameter 'itemIds' is not assigned and could be declared final
28017 src/com/gps/hibernate/Shoppingcart.java 42 Parameter 'insure' is not assigned and could be declared final
28018 src/com/gps/hibernate/Shoppingcart.java 58 publicMethodCommentRequirement Required
28019 src/com/gps/hibernate/Shoppingcart.java 62 Parameter 'cartId' is not assigned and could be declared final
28020 src/com/gps/hibernate/Shoppingcart.java 62 publicMethodCommentRequirement Required
28021 src/com/gps/hibernate/Shoppingcart.java 66 publicMethodCommentRequirement Required
28022 src/com/gps/hibernate/Shoppingcart.java 70 Parameter 'groupId' is not assigned and could be declared final
28023 src/com/gps/hibernate/Shoppingcart.java 70 publicMethodCommentRequirement Required
28024 src/com/gps/hibernate/Shoppingcart.java 74 publicMethodCommentRequirement Required
28025 src/com/gps/hibernate/Shoppingcart.java 78 Parameter 'companyId' is not assigned and could be declared final
28026 src/com/gps/hibernate/Shoppingcart.java 78 publicMethodCommentRequirement Required
28027 src/com/gps/hibernate/Shoppingcart.java 82 publicMethodCommentRequirement Required
28028 src/com/gps/hibernate/Shoppingcart.java 86 Parameter 'userId' is not assigned and could be declared final
28029 src/com/gps/hibernate/Shoppingcart.java 86 publicMethodCommentRequirement Required
28030 src/com/gps/hibernate/Shoppingcart.java 90 publicMethodCommentRequirement Required
28031 src/com/gps/hibernate/Shoppingcart.java 94 Parameter 'userName' is not assigned and could be declared final
28032 src/com/gps/hibernate/Shoppingcart.java 94 publicMethodCommentRequirement Required
28033 src/com/gps/hibernate/Shoppingcart.java 98 publicMethodCommentRequirement Required
28034 src/com/gps/hibernate/Shoppingcart.java 102 Parameter 'createDate' is not assigned and could be declared final
28035 src/com/gps/hibernate/Shoppingcart.java 102 publicMethodCommentRequirement Required
28036 src/com/gps/hibernate/Shoppingcart.java 106 publicMethodCommentRequirement Required
28037 src/com/gps/hibernate/Shoppingcart.java 110 Parameter 'modifiedDate' is not assigned and could be declared final
28038 src/com/gps/hibernate/Shoppingcart.java 110 publicMethodCommentRequirement Required
28039 src/com/gps/hibernate/Shoppingcart.java 114 publicMethodCommentRequirement Required
28040 src/com/gps/hibernate/Shoppingcart.java 118 Parameter 'itemIds' is not assigned and could be declared final
28041 src/com/gps/hibernate/Shoppingcart.java 118 publicMethodCommentRequirement Required
28042 src/com/gps/hibernate/Shoppingcart.java 122 publicMethodCommentRequirement Required
28043 src/com/gps/hibernate/Shoppingcart.java 126 Parameter 'couponCodes' is not assigned and could be declared final
28044 src/com/gps/hibernate/Shoppingcart.java 126 publicMethodCommentRequirement Required
28045 src/com/gps/hibernate/Shoppingcart.java 130 publicMethodCommentRequirement Required
28046 src/com/gps/hibernate/Shoppingcart.java 134 Parameter 'altShipping' is not assigned and could be declared final
28047 src/com/gps/hibernate/Shoppingcart.java 134 publicMethodCommentRequirement Required
28048 src/com/gps/hibernate/Shoppingcart.java 138 publicMethodCommentRequirement Required
28049 src/com/gps/hibernate/Shoppingcart.java 142 Parameter 'insure' is not assigned and could be declared final
28050 src/com/gps/hibernate/Shoppingcart.java 142 publicMethodCommentRequirement Required
28051 src/com/gps/hibernate/ShoppingcartDAO.java 3 Avoid unused imports such as 'java.util.Date'
28052 src/com/gps/hibernate/ShoppingcartDAO.java 11 Comment is too large: Too many lines
28053 src/com/gps/hibernate/ShoppingcartDAO.java 23 This class has too many methods, consider refactoring it.
28054 src/com/gps/hibernate/ShoppingcartDAO.java 24 Logger should be defined private static final and have the correct class
28055 src/com/gps/hibernate/ShoppingcartDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
28056 src/com/gps/hibernate/ShoppingcartDAO.java 24 fieldCommentRequirement Required
28057 src/com/gps/hibernate/ShoppingcartDAO.java 26 fieldCommentRequirement Required
28058 src/com/gps/hibernate/ShoppingcartDAO.java 27 fieldCommentRequirement Required
28059 src/com/gps/hibernate/ShoppingcartDAO.java 28 fieldCommentRequirement Required
28060 src/com/gps/hibernate/ShoppingcartDAO.java 29 fieldCommentRequirement Required
28061 src/com/gps/hibernate/ShoppingcartDAO.java 30 fieldCommentRequirement Required
28062 src/com/gps/hibernate/ShoppingcartDAO.java 31 fieldCommentRequirement Required
28063 src/com/gps/hibernate/ShoppingcartDAO.java 32 fieldCommentRequirement Required
28064 src/com/gps/hibernate/ShoppingcartDAO.java 33 fieldCommentRequirement Required
28065 src/com/gps/hibernate/ShoppingcartDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
28066 src/com/gps/hibernate/ShoppingcartDAO.java 35 publicMethodCommentRequirement Required
28067 src/com/gps/hibernate/ShoppingcartDAO.java 36 There is log block not surrounded by if
28068 src/com/gps/hibernate/ShoppingcartDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28069 src/com/gps/hibernate/ShoppingcartDAO.java 38 Potential violation of Law of Demeter (method chain calls)
28070 src/com/gps/hibernate/ShoppingcartDAO.java 39 There is log block not surrounded by if
28071 src/com/gps/hibernate/ShoppingcartDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28072 src/com/gps/hibernate/ShoppingcartDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28073 src/com/gps/hibernate/ShoppingcartDAO.java 41 There is log block not surrounded by if
28074 src/com/gps/hibernate/ShoppingcartDAO.java 46 Avoid excessively long variable names like persistentInstance
28075 src/com/gps/hibernate/ShoppingcartDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
28076 src/com/gps/hibernate/ShoppingcartDAO.java 46 publicMethodCommentRequirement Required
28077 src/com/gps/hibernate/ShoppingcartDAO.java 47 There is log block not surrounded by if
28078 src/com/gps/hibernate/ShoppingcartDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28079 src/com/gps/hibernate/ShoppingcartDAO.java 49 Potential violation of Law of Demeter (method chain calls)
28080 src/com/gps/hibernate/ShoppingcartDAO.java 50 There is log block not surrounded by if
28081 src/com/gps/hibernate/ShoppingcartDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28082 src/com/gps/hibernate/ShoppingcartDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28083 src/com/gps/hibernate/ShoppingcartDAO.java 52 There is log block not surrounded by if
28084 src/com/gps/hibernate/ShoppingcartDAO.java 57 Avoid variables with short names like id
28085 src/com/gps/hibernate/ShoppingcartDAO.java 57 Parameter 'id' is not assigned and could be declared final
28086 src/com/gps/hibernate/ShoppingcartDAO.java 57 publicMethodCommentRequirement Required
28087 src/com/gps/hibernate/ShoppingcartDAO.java 58 There is log block not surrounded by if
28088 src/com/gps/hibernate/ShoppingcartDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28089 src/com/gps/hibernate/ShoppingcartDAO.java 60 Local variable 'instance' could be declared final
28090 src/com/gps/hibernate/ShoppingcartDAO.java 60 Potential violation of Law of Demeter (method chain calls)
28091 src/com/gps/hibernate/ShoppingcartDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28092 src/com/gps/hibernate/ShoppingcartDAO.java 64 There is log block not surrounded by if
28093 src/com/gps/hibernate/ShoppingcartDAO.java 69 Parameter 'instance' is not assigned and could be declared final
28094 src/com/gps/hibernate/ShoppingcartDAO.java 69 publicMethodCommentRequirement Required
28095 src/com/gps/hibernate/ShoppingcartDAO.java 70 There is log block not surrounded by if
28096 src/com/gps/hibernate/ShoppingcartDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28097 src/com/gps/hibernate/ShoppingcartDAO.java 72 Local variable 'results' could be declared final
28098 src/com/gps/hibernate/ShoppingcartDAO.java 72 Potential violation of Law of Demeter (method chain calls)
28099 src/com/gps/hibernate/ShoppingcartDAO.java 72 Potential violation of Law of Demeter (method chain calls)
28100 src/com/gps/hibernate/ShoppingcartDAO.java 72 Potential violation of Law of Demeter (method chain calls)
28101 src/com/gps/hibernate/ShoppingcartDAO.java 75 There is log block not surrounded by if
28102 src/com/gps/hibernate/ShoppingcartDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28103 src/com/gps/hibernate/ShoppingcartDAO.java 76 Potential violation of Law of Demeter (object not created locally)
28104 src/com/gps/hibernate/ShoppingcartDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28105 src/com/gps/hibernate/ShoppingcartDAO.java 79 There is log block not surrounded by if
28106 src/com/gps/hibernate/ShoppingcartDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
28107 src/com/gps/hibernate/ShoppingcartDAO.java 84 Parameter 'value' is not assigned and could be declared final
28108 src/com/gps/hibernate/ShoppingcartDAO.java 84 publicMethodCommentRequirement Required
28109 src/com/gps/hibernate/ShoppingcartDAO.java 85 There is log block not surrounded by if
28110 src/com/gps/hibernate/ShoppingcartDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28111 src/com/gps/hibernate/ShoppingcartDAO.java 88 Local variable 'queryString' could be declared final
28112 src/com/gps/hibernate/ShoppingcartDAO.java 90 Local variable 'queryObject' could be declared final
28113 src/com/gps/hibernate/ShoppingcartDAO.java 90 Potential violation of Law of Demeter (method chain calls)
28114 src/com/gps/hibernate/ShoppingcartDAO.java 91 Potential violation of Law of Demeter (object not created locally)
28115 src/com/gps/hibernate/ShoppingcartDAO.java 92 Potential violation of Law of Demeter (object not created locally)
28116 src/com/gps/hibernate/ShoppingcartDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28117 src/com/gps/hibernate/ShoppingcartDAO.java 94 There is log block not surrounded by if
28118 src/com/gps/hibernate/ShoppingcartDAO.java 99 Parameter 'groupId' is not assigned and could be declared final
28119 src/com/gps/hibernate/ShoppingcartDAO.java 99 publicMethodCommentRequirement Required
28120 src/com/gps/hibernate/ShoppingcartDAO.java 103 Parameter 'companyId' is not assigned and could be declared final
28121 src/com/gps/hibernate/ShoppingcartDAO.java 103 publicMethodCommentRequirement Required
28122 src/com/gps/hibernate/ShoppingcartDAO.java 107 Parameter 'userId' is not assigned and could be declared final
28123 src/com/gps/hibernate/ShoppingcartDAO.java 107 publicMethodCommentRequirement Required
28124 src/com/gps/hibernate/ShoppingcartDAO.java 111 Parameter 'userName' is not assigned and could be declared final
28125 src/com/gps/hibernate/ShoppingcartDAO.java 111 publicMethodCommentRequirement Required
28126 src/com/gps/hibernate/ShoppingcartDAO.java 115 Parameter 'itemIds' is not assigned and could be declared final
28127 src/com/gps/hibernate/ShoppingcartDAO.java 115 publicMethodCommentRequirement Required
28128 src/com/gps/hibernate/ShoppingcartDAO.java 119 Parameter 'couponCodes' is not assigned and could be declared final
28129 src/com/gps/hibernate/ShoppingcartDAO.java 119 publicMethodCommentRequirement Required
28130 src/com/gps/hibernate/ShoppingcartDAO.java 123 Parameter 'altShipping' is not assigned and could be declared final
28131 src/com/gps/hibernate/ShoppingcartDAO.java 123 publicMethodCommentRequirement Required
28132 src/com/gps/hibernate/ShoppingcartDAO.java 127 Parameter 'insure' is not assigned and could be declared final
28133 src/com/gps/hibernate/ShoppingcartDAO.java 127 publicMethodCommentRequirement Required
28134 src/com/gps/hibernate/ShoppingcartDAO.java 131 publicMethodCommentRequirement Required
28135 src/com/gps/hibernate/ShoppingcartDAO.java 132 There is log block not surrounded by if
28136 src/com/gps/hibernate/ShoppingcartDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28137 src/com/gps/hibernate/ShoppingcartDAO.java 134 Local variable 'queryString' could be declared final
28138 src/com/gps/hibernate/ShoppingcartDAO.java 135 Local variable 'queryObject' could be declared final
28139 src/com/gps/hibernate/ShoppingcartDAO.java 135 Potential violation of Law of Demeter (method chain calls)
28140 src/com/gps/hibernate/ShoppingcartDAO.java 136 Potential violation of Law of Demeter (object not created locally)
28141 src/com/gps/hibernate/ShoppingcartDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28142 src/com/gps/hibernate/ShoppingcartDAO.java 138 There is log block not surrounded by if
28143 src/com/gps/hibernate/ShoppingcartDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
28144 src/com/gps/hibernate/ShoppingcartDAO.java 143 publicMethodCommentRequirement Required
28145 src/com/gps/hibernate/ShoppingcartDAO.java 144 There is log block not surrounded by if
28146 src/com/gps/hibernate/ShoppingcartDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28147 src/com/gps/hibernate/ShoppingcartDAO.java 146 Local variable 'result' could be declared final
28148 src/com/gps/hibernate/ShoppingcartDAO.java 146 Potential violation of Law of Demeter (method chain calls)
28149 src/com/gps/hibernate/ShoppingcartDAO.java 148 There is log block not surrounded by if
28150 src/com/gps/hibernate/ShoppingcartDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28151 src/com/gps/hibernate/ShoppingcartDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28152 src/com/gps/hibernate/ShoppingcartDAO.java 151 There is log block not surrounded by if
28153 src/com/gps/hibernate/ShoppingcartDAO.java 156 Parameter 'instance' is not assigned and could be declared final
28154 src/com/gps/hibernate/ShoppingcartDAO.java 156 publicMethodCommentRequirement Required
28155 src/com/gps/hibernate/ShoppingcartDAO.java 157 There is log block not surrounded by if
28156 src/com/gps/hibernate/ShoppingcartDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28157 src/com/gps/hibernate/ShoppingcartDAO.java 159 Potential violation of Law of Demeter (method chain calls)
28158 src/com/gps/hibernate/ShoppingcartDAO.java 160 There is log block not surrounded by if
28159 src/com/gps/hibernate/ShoppingcartDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28160 src/com/gps/hibernate/ShoppingcartDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28161 src/com/gps/hibernate/ShoppingcartDAO.java 162 There is log block not surrounded by if
28162 src/com/gps/hibernate/ShoppingcartDAO.java 167 Parameter 'instance' is not assigned and could be declared final
28163 src/com/gps/hibernate/ShoppingcartDAO.java 167 publicMethodCommentRequirement Required
28164 src/com/gps/hibernate/ShoppingcartDAO.java 168 There is log block not surrounded by if
28165 src/com/gps/hibernate/ShoppingcartDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28166 src/com/gps/hibernate/ShoppingcartDAO.java 170 Potential violation of Law of Demeter (method chain calls)
28167 src/com/gps/hibernate/ShoppingcartDAO.java 171 There is log block not surrounded by if
28168 src/com/gps/hibernate/ShoppingcartDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28169 src/com/gps/hibernate/ShoppingcartDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28170 src/com/gps/hibernate/ShoppingcartDAO.java 173 There is log block not surrounded by if
28171 src/com/gps/hibernate/Shoppingcategory.java 11 Classes implementing Serializable should set a serialVersionUID
28172 src/com/gps/hibernate/Shoppingcategory.java 15 fieldCommentRequirement Required
28173 src/com/gps/hibernate/Shoppingcategory.java 16 fieldCommentRequirement Required
28174 src/com/gps/hibernate/Shoppingcategory.java 17 fieldCommentRequirement Required
28175 src/com/gps/hibernate/Shoppingcategory.java 18 fieldCommentRequirement Required
28176 src/com/gps/hibernate/Shoppingcategory.java 19 fieldCommentRequirement Required
28177 src/com/gps/hibernate/Shoppingcategory.java 20 fieldCommentRequirement Required
28178 src/com/gps/hibernate/Shoppingcategory.java 21 fieldCommentRequirement Required
28179 src/com/gps/hibernate/Shoppingcategory.java 22 fieldCommentRequirement Required
28180 src/com/gps/hibernate/Shoppingcategory.java 23 fieldCommentRequirement Required
28181 src/com/gps/hibernate/Shoppingcategory.java 24 fieldCommentRequirement Required
28182 src/com/gps/hibernate/Shoppingcategory.java 29 Document empty constructor
28183 src/com/gps/hibernate/Shoppingcategory.java 33 Parameter 'categoryId' is not assigned and could be declared final
28184 src/com/gps/hibernate/Shoppingcategory.java 38 Avoid long parameter lists.
28185 src/com/gps/hibernate/Shoppingcategory.java 38 Parameter 'categoryId' is not assigned and could be declared final
28186 src/com/gps/hibernate/Shoppingcategory.java 38 Parameter 'companyId' is not assigned and could be declared final
28187 src/com/gps/hibernate/Shoppingcategory.java 38 Parameter 'groupId' is not assigned and could be declared final
28188 src/com/gps/hibernate/Shoppingcategory.java 39 Parameter 'createDate' is not assigned and could be declared final
28189 src/com/gps/hibernate/Shoppingcategory.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
28190 src/com/gps/hibernate/Shoppingcategory.java 39 Parameter 'userId' is not assigned and could be declared final
28191 src/com/gps/hibernate/Shoppingcategory.java 39 Parameter 'userName' is not assigned and could be declared final
28192 src/com/gps/hibernate/Shoppingcategory.java 40 Parameter 'description' is not assigned and could be declared final
28193 src/com/gps/hibernate/Shoppingcategory.java 40 Parameter 'name' is not assigned and could be declared final
28194 src/com/gps/hibernate/Shoppingcategory.java 40 Parameter 'parentCategoryId' is not assigned and could be declared final
28195 src/com/gps/hibernate/Shoppingcategory.java 55 publicMethodCommentRequirement Required
28196 src/com/gps/hibernate/Shoppingcategory.java 59 Parameter 'categoryId' is not assigned and could be declared final
28197 src/com/gps/hibernate/Shoppingcategory.java 59 publicMethodCommentRequirement Required
28198 src/com/gps/hibernate/Shoppingcategory.java 63 publicMethodCommentRequirement Required
28199 src/com/gps/hibernate/Shoppingcategory.java 67 Parameter 'groupId' is not assigned and could be declared final
28200 src/com/gps/hibernate/Shoppingcategory.java 67 publicMethodCommentRequirement Required
28201 src/com/gps/hibernate/Shoppingcategory.java 71 publicMethodCommentRequirement Required
28202 src/com/gps/hibernate/Shoppingcategory.java 75 Parameter 'companyId' is not assigned and could be declared final
28203 src/com/gps/hibernate/Shoppingcategory.java 75 publicMethodCommentRequirement Required
28204 src/com/gps/hibernate/Shoppingcategory.java 79 publicMethodCommentRequirement Required
28205 src/com/gps/hibernate/Shoppingcategory.java 83 Parameter 'userId' is not assigned and could be declared final
28206 src/com/gps/hibernate/Shoppingcategory.java 83 publicMethodCommentRequirement Required
28207 src/com/gps/hibernate/Shoppingcategory.java 87 publicMethodCommentRequirement Required
28208 src/com/gps/hibernate/Shoppingcategory.java 91 Parameter 'userName' is not assigned and could be declared final
28209 src/com/gps/hibernate/Shoppingcategory.java 91 publicMethodCommentRequirement Required
28210 src/com/gps/hibernate/Shoppingcategory.java 95 publicMethodCommentRequirement Required
28211 src/com/gps/hibernate/Shoppingcategory.java 99 Parameter 'createDate' is not assigned and could be declared final
28212 src/com/gps/hibernate/Shoppingcategory.java 99 publicMethodCommentRequirement Required
28213 src/com/gps/hibernate/Shoppingcategory.java 103 publicMethodCommentRequirement Required
28214 src/com/gps/hibernate/Shoppingcategory.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
28215 src/com/gps/hibernate/Shoppingcategory.java 107 publicMethodCommentRequirement Required
28216 src/com/gps/hibernate/Shoppingcategory.java 111 publicMethodCommentRequirement Required
28217 src/com/gps/hibernate/Shoppingcategory.java 115 Parameter 'parentCategoryId' is not assigned and could be declared final
28218 src/com/gps/hibernate/Shoppingcategory.java 115 publicMethodCommentRequirement Required
28219 src/com/gps/hibernate/Shoppingcategory.java 119 publicMethodCommentRequirement Required
28220 src/com/gps/hibernate/Shoppingcategory.java 123 Parameter 'name' is not assigned and could be declared final
28221 src/com/gps/hibernate/Shoppingcategory.java 123 publicMethodCommentRequirement Required
28222 src/com/gps/hibernate/Shoppingcategory.java 127 publicMethodCommentRequirement Required
28223 src/com/gps/hibernate/Shoppingcategory.java 131 Parameter 'description' is not assigned and could be declared final
28224 src/com/gps/hibernate/Shoppingcategory.java 131 publicMethodCommentRequirement Required
28225 src/com/gps/hibernate/ShoppingcategoryDAO.java 3 Avoid unused imports such as 'java.util.Date'
28226 src/com/gps/hibernate/ShoppingcategoryDAO.java 11 Comment is too large: Too many lines
28227 src/com/gps/hibernate/ShoppingcategoryDAO.java 23 This class has too many methods, consider refactoring it.
28228 src/com/gps/hibernate/ShoppingcategoryDAO.java 24 Logger should be defined private static final and have the correct class
28229 src/com/gps/hibernate/ShoppingcategoryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
28230 src/com/gps/hibernate/ShoppingcategoryDAO.java 24 fieldCommentRequirement Required
28231 src/com/gps/hibernate/ShoppingcategoryDAO.java 26 fieldCommentRequirement Required
28232 src/com/gps/hibernate/ShoppingcategoryDAO.java 27 fieldCommentRequirement Required
28233 src/com/gps/hibernate/ShoppingcategoryDAO.java 28 fieldCommentRequirement Required
28234 src/com/gps/hibernate/ShoppingcategoryDAO.java 29 fieldCommentRequirement Required
28235 src/com/gps/hibernate/ShoppingcategoryDAO.java 30 Avoid excessively long variable names like PARENT_CATEGORY_ID
28236 src/com/gps/hibernate/ShoppingcategoryDAO.java 30 fieldCommentRequirement Required
28237 src/com/gps/hibernate/ShoppingcategoryDAO.java 31 fieldCommentRequirement Required
28238 src/com/gps/hibernate/ShoppingcategoryDAO.java 32 fieldCommentRequirement Required
28239 src/com/gps/hibernate/ShoppingcategoryDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
28240 src/com/gps/hibernate/ShoppingcategoryDAO.java 34 publicMethodCommentRequirement Required
28241 src/com/gps/hibernate/ShoppingcategoryDAO.java 35 There is log block not surrounded by if
28242 src/com/gps/hibernate/ShoppingcategoryDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28243 src/com/gps/hibernate/ShoppingcategoryDAO.java 37 Potential violation of Law of Demeter (method chain calls)
28244 src/com/gps/hibernate/ShoppingcategoryDAO.java 38 There is log block not surrounded by if
28245 src/com/gps/hibernate/ShoppingcategoryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28246 src/com/gps/hibernate/ShoppingcategoryDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28247 src/com/gps/hibernate/ShoppingcategoryDAO.java 40 There is log block not surrounded by if
28248 src/com/gps/hibernate/ShoppingcategoryDAO.java 45 Avoid excessively long variable names like persistentInstance
28249 src/com/gps/hibernate/ShoppingcategoryDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
28250 src/com/gps/hibernate/ShoppingcategoryDAO.java 45 publicMethodCommentRequirement Required
28251 src/com/gps/hibernate/ShoppingcategoryDAO.java 46 There is log block not surrounded by if
28252 src/com/gps/hibernate/ShoppingcategoryDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28253 src/com/gps/hibernate/ShoppingcategoryDAO.java 48 Potential violation of Law of Demeter (method chain calls)
28254 src/com/gps/hibernate/ShoppingcategoryDAO.java 49 There is log block not surrounded by if
28255 src/com/gps/hibernate/ShoppingcategoryDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28256 src/com/gps/hibernate/ShoppingcategoryDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28257 src/com/gps/hibernate/ShoppingcategoryDAO.java 51 There is log block not surrounded by if
28258 src/com/gps/hibernate/ShoppingcategoryDAO.java 56 Avoid variables with short names like id
28259 src/com/gps/hibernate/ShoppingcategoryDAO.java 56 Parameter 'id' is not assigned and could be declared final
28260 src/com/gps/hibernate/ShoppingcategoryDAO.java 56 publicMethodCommentRequirement Required
28261 src/com/gps/hibernate/ShoppingcategoryDAO.java 57 There is log block not surrounded by if
28262 src/com/gps/hibernate/ShoppingcategoryDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28263 src/com/gps/hibernate/ShoppingcategoryDAO.java 59 Local variable 'instance' could be declared final
28264 src/com/gps/hibernate/ShoppingcategoryDAO.java 59 Potential violation of Law of Demeter (method chain calls)
28265 src/com/gps/hibernate/ShoppingcategoryDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28266 src/com/gps/hibernate/ShoppingcategoryDAO.java 63 There is log block not surrounded by if
28267 src/com/gps/hibernate/ShoppingcategoryDAO.java 68 Parameter 'instance' is not assigned and could be declared final
28268 src/com/gps/hibernate/ShoppingcategoryDAO.java 68 publicMethodCommentRequirement Required
28269 src/com/gps/hibernate/ShoppingcategoryDAO.java 69 There is log block not surrounded by if
28270 src/com/gps/hibernate/ShoppingcategoryDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28271 src/com/gps/hibernate/ShoppingcategoryDAO.java 71 Local variable 'results' could be declared final
28272 src/com/gps/hibernate/ShoppingcategoryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
28273 src/com/gps/hibernate/ShoppingcategoryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
28274 src/com/gps/hibernate/ShoppingcategoryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
28275 src/com/gps/hibernate/ShoppingcategoryDAO.java 74 There is log block not surrounded by if
28276 src/com/gps/hibernate/ShoppingcategoryDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28277 src/com/gps/hibernate/ShoppingcategoryDAO.java 75 Potential violation of Law of Demeter (object not created locally)
28278 src/com/gps/hibernate/ShoppingcategoryDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28279 src/com/gps/hibernate/ShoppingcategoryDAO.java 78 There is log block not surrounded by if
28280 src/com/gps/hibernate/ShoppingcategoryDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
28281 src/com/gps/hibernate/ShoppingcategoryDAO.java 83 Parameter 'value' is not assigned and could be declared final
28282 src/com/gps/hibernate/ShoppingcategoryDAO.java 83 publicMethodCommentRequirement Required
28283 src/com/gps/hibernate/ShoppingcategoryDAO.java 84 There is log block not surrounded by if
28284 src/com/gps/hibernate/ShoppingcategoryDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28285 src/com/gps/hibernate/ShoppingcategoryDAO.java 87 Local variable 'queryString' could be declared final
28286 src/com/gps/hibernate/ShoppingcategoryDAO.java 89 Local variable 'queryObject' could be declared final
28287 src/com/gps/hibernate/ShoppingcategoryDAO.java 89 Potential violation of Law of Demeter (method chain calls)
28288 src/com/gps/hibernate/ShoppingcategoryDAO.java 90 Potential violation of Law of Demeter (object not created locally)
28289 src/com/gps/hibernate/ShoppingcategoryDAO.java 91 Potential violation of Law of Demeter (object not created locally)
28290 src/com/gps/hibernate/ShoppingcategoryDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28291 src/com/gps/hibernate/ShoppingcategoryDAO.java 93 There is log block not surrounded by if
28292 src/com/gps/hibernate/ShoppingcategoryDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
28293 src/com/gps/hibernate/ShoppingcategoryDAO.java 98 publicMethodCommentRequirement Required
28294 src/com/gps/hibernate/ShoppingcategoryDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
28295 src/com/gps/hibernate/ShoppingcategoryDAO.java 102 publicMethodCommentRequirement Required
28296 src/com/gps/hibernate/ShoppingcategoryDAO.java 106 Parameter 'userId' is not assigned and could be declared final
28297 src/com/gps/hibernate/ShoppingcategoryDAO.java 106 publicMethodCommentRequirement Required
28298 src/com/gps/hibernate/ShoppingcategoryDAO.java 110 Parameter 'userName' is not assigned and could be declared final
28299 src/com/gps/hibernate/ShoppingcategoryDAO.java 110 publicMethodCommentRequirement Required
28300 src/com/gps/hibernate/ShoppingcategoryDAO.java 114 Parameter 'parentCategoryId' is not assigned and could be declared final
28301 src/com/gps/hibernate/ShoppingcategoryDAO.java 114 publicMethodCommentRequirement Required
28302 src/com/gps/hibernate/ShoppingcategoryDAO.java 118 Parameter 'name' is not assigned and could be declared final
28303 src/com/gps/hibernate/ShoppingcategoryDAO.java 118 publicMethodCommentRequirement Required
28304 src/com/gps/hibernate/ShoppingcategoryDAO.java 122 Parameter 'description' is not assigned and could be declared final
28305 src/com/gps/hibernate/ShoppingcategoryDAO.java 122 publicMethodCommentRequirement Required
28306 src/com/gps/hibernate/ShoppingcategoryDAO.java 126 publicMethodCommentRequirement Required
28307 src/com/gps/hibernate/ShoppingcategoryDAO.java 127 There is log block not surrounded by if
28308 src/com/gps/hibernate/ShoppingcategoryDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28309 src/com/gps/hibernate/ShoppingcategoryDAO.java 129 Local variable 'queryString' could be declared final
28310 src/com/gps/hibernate/ShoppingcategoryDAO.java 130 Local variable 'queryObject' could be declared final
28311 src/com/gps/hibernate/ShoppingcategoryDAO.java 130 Potential violation of Law of Demeter (method chain calls)
28312 src/com/gps/hibernate/ShoppingcategoryDAO.java 131 Potential violation of Law of Demeter (object not created locally)
28313 src/com/gps/hibernate/ShoppingcategoryDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28314 src/com/gps/hibernate/ShoppingcategoryDAO.java 133 There is log block not surrounded by if
28315 src/com/gps/hibernate/ShoppingcategoryDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
28316 src/com/gps/hibernate/ShoppingcategoryDAO.java 138 publicMethodCommentRequirement Required
28317 src/com/gps/hibernate/ShoppingcategoryDAO.java 139 There is log block not surrounded by if
28318 src/com/gps/hibernate/ShoppingcategoryDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28319 src/com/gps/hibernate/ShoppingcategoryDAO.java 141 Local variable 'result' could be declared final
28320 src/com/gps/hibernate/ShoppingcategoryDAO.java 141 Potential violation of Law of Demeter (method chain calls)
28321 src/com/gps/hibernate/ShoppingcategoryDAO.java 143 There is log block not surrounded by if
28322 src/com/gps/hibernate/ShoppingcategoryDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28323 src/com/gps/hibernate/ShoppingcategoryDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28324 src/com/gps/hibernate/ShoppingcategoryDAO.java 146 There is log block not surrounded by if
28325 src/com/gps/hibernate/ShoppingcategoryDAO.java 151 Parameter 'instance' is not assigned and could be declared final
28326 src/com/gps/hibernate/ShoppingcategoryDAO.java 151 publicMethodCommentRequirement Required
28327 src/com/gps/hibernate/ShoppingcategoryDAO.java 152 There is log block not surrounded by if
28328 src/com/gps/hibernate/ShoppingcategoryDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28329 src/com/gps/hibernate/ShoppingcategoryDAO.java 154 Potential violation of Law of Demeter (method chain calls)
28330 src/com/gps/hibernate/ShoppingcategoryDAO.java 155 There is log block not surrounded by if
28331 src/com/gps/hibernate/ShoppingcategoryDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28332 src/com/gps/hibernate/ShoppingcategoryDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28333 src/com/gps/hibernate/ShoppingcategoryDAO.java 157 There is log block not surrounded by if
28334 src/com/gps/hibernate/ShoppingcategoryDAO.java 162 Parameter 'instance' is not assigned and could be declared final
28335 src/com/gps/hibernate/ShoppingcategoryDAO.java 162 publicMethodCommentRequirement Required
28336 src/com/gps/hibernate/ShoppingcategoryDAO.java 163 There is log block not surrounded by if
28337 src/com/gps/hibernate/ShoppingcategoryDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28338 src/com/gps/hibernate/ShoppingcategoryDAO.java 165 Potential violation of Law of Demeter (method chain calls)
28339 src/com/gps/hibernate/ShoppingcategoryDAO.java 166 There is log block not surrounded by if
28340 src/com/gps/hibernate/ShoppingcategoryDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28341 src/com/gps/hibernate/ShoppingcategoryDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28342 src/com/gps/hibernate/ShoppingcategoryDAO.java 168 There is log block not surrounded by if
28343 src/com/gps/hibernate/Shoppingcoupon.java 11 Classes implementing Serializable should set a serialVersionUID
28344 src/com/gps/hibernate/Shoppingcoupon.java 11 Too many fields
28345 src/com/gps/hibernate/Shoppingcoupon.java 15 fieldCommentRequirement Required
28346 src/com/gps/hibernate/Shoppingcoupon.java 16 fieldCommentRequirement Required
28347 src/com/gps/hibernate/Shoppingcoupon.java 17 fieldCommentRequirement Required
28348 src/com/gps/hibernate/Shoppingcoupon.java 18 fieldCommentRequirement Required
28349 src/com/gps/hibernate/Shoppingcoupon.java 19 fieldCommentRequirement Required
28350 src/com/gps/hibernate/Shoppingcoupon.java 20 fieldCommentRequirement Required
28351 src/com/gps/hibernate/Shoppingcoupon.java 21 fieldCommentRequirement Required
28352 src/com/gps/hibernate/Shoppingcoupon.java 22 fieldCommentRequirement Required
28353 src/com/gps/hibernate/Shoppingcoupon.java 23 fieldCommentRequirement Required
28354 src/com/gps/hibernate/Shoppingcoupon.java 24 fieldCommentRequirement Required
28355 src/com/gps/hibernate/Shoppingcoupon.java 25 fieldCommentRequirement Required
28356 src/com/gps/hibernate/Shoppingcoupon.java 26 fieldCommentRequirement Required
28357 src/com/gps/hibernate/Shoppingcoupon.java 27 fieldCommentRequirement Required
28358 src/com/gps/hibernate/Shoppingcoupon.java 28 fieldCommentRequirement Required
28359 src/com/gps/hibernate/Shoppingcoupon.java 29 fieldCommentRequirement Required
28360 src/com/gps/hibernate/Shoppingcoupon.java 30 fieldCommentRequirement Required
28361 src/com/gps/hibernate/Shoppingcoupon.java 31 fieldCommentRequirement Required
28362 src/com/gps/hibernate/Shoppingcoupon.java 32 fieldCommentRequirement Required
28363 src/com/gps/hibernate/Shoppingcoupon.java 37 Document empty constructor
28364 src/com/gps/hibernate/Shoppingcoupon.java 41 Parameter 'couponId' is not assigned and could be declared final
28365 src/com/gps/hibernate/Shoppingcoupon.java 46 Avoid long parameter lists.
28366 src/com/gps/hibernate/Shoppingcoupon.java 46 Parameter 'companyId' is not assigned and could be declared final
28367 src/com/gps/hibernate/Shoppingcoupon.java 46 Parameter 'couponId' is not assigned and could be declared final
28368 src/com/gps/hibernate/Shoppingcoupon.java 46 Parameter 'groupId' is not assigned and could be declared final
28369 src/com/gps/hibernate/Shoppingcoupon.java 47 Parameter 'createDate' is not assigned and could be declared final
28370 src/com/gps/hibernate/Shoppingcoupon.java 47 Parameter 'modifiedDate' is not assigned and could be declared final
28371 src/com/gps/hibernate/Shoppingcoupon.java 47 Parameter 'userId' is not assigned and could be declared final
28372 src/com/gps/hibernate/Shoppingcoupon.java 47 Parameter 'userName' is not assigned and could be declared final
28373 src/com/gps/hibernate/Shoppingcoupon.java 48 Parameter 'code' is not assigned and could be declared final
28374 src/com/gps/hibernate/Shoppingcoupon.java 48 Parameter 'description' is not assigned and could be declared final
28375 src/com/gps/hibernate/Shoppingcoupon.java 48 Parameter 'name' is not assigned and could be declared final
28376 src/com/gps/hibernate/Shoppingcoupon.java 48 Parameter 'startDate' is not assigned and could be declared final
28377 src/com/gps/hibernate/Shoppingcoupon.java 49 Parameter 'active' is not assigned and could be declared final
28378 src/com/gps/hibernate/Shoppingcoupon.java 49 Parameter 'endDate' is not assigned and could be declared final
28379 src/com/gps/hibernate/Shoppingcoupon.java 49 Parameter 'limitCategories' is not assigned and could be declared final
28380 src/com/gps/hibernate/Shoppingcoupon.java 50 Parameter 'discount' is not assigned and could be declared final
28381 src/com/gps/hibernate/Shoppingcoupon.java 50 Parameter 'limitSkus' is not assigned and could be declared final
28382 src/com/gps/hibernate/Shoppingcoupon.java 50 Parameter 'minOrder' is not assigned and could be declared final
28383 src/com/gps/hibernate/Shoppingcoupon.java 51 Parameter 'discountType' is not assigned and could be declared final
28384 src/com/gps/hibernate/Shoppingcoupon.java 74 publicMethodCommentRequirement Required
28385 src/com/gps/hibernate/Shoppingcoupon.java 78 Parameter 'couponId' is not assigned and could be declared final
28386 src/com/gps/hibernate/Shoppingcoupon.java 78 publicMethodCommentRequirement Required
28387 src/com/gps/hibernate/Shoppingcoupon.java 82 publicMethodCommentRequirement Required
28388 src/com/gps/hibernate/Shoppingcoupon.java 86 Parameter 'groupId' is not assigned and could be declared final
28389 src/com/gps/hibernate/Shoppingcoupon.java 86 publicMethodCommentRequirement Required
28390 src/com/gps/hibernate/Shoppingcoupon.java 90 publicMethodCommentRequirement Required
28391 src/com/gps/hibernate/Shoppingcoupon.java 94 Parameter 'companyId' is not assigned and could be declared final
28392 src/com/gps/hibernate/Shoppingcoupon.java 94 publicMethodCommentRequirement Required
28393 src/com/gps/hibernate/Shoppingcoupon.java 98 publicMethodCommentRequirement Required
28394 src/com/gps/hibernate/Shoppingcoupon.java 102 Parameter 'userId' is not assigned and could be declared final
28395 src/com/gps/hibernate/Shoppingcoupon.java 102 publicMethodCommentRequirement Required
28396 src/com/gps/hibernate/Shoppingcoupon.java 106 publicMethodCommentRequirement Required
28397 src/com/gps/hibernate/Shoppingcoupon.java 110 Parameter 'userName' is not assigned and could be declared final
28398 src/com/gps/hibernate/Shoppingcoupon.java 110 publicMethodCommentRequirement Required
28399 src/com/gps/hibernate/Shoppingcoupon.java 114 publicMethodCommentRequirement Required
28400 src/com/gps/hibernate/Shoppingcoupon.java 118 Parameter 'createDate' is not assigned and could be declared final
28401 src/com/gps/hibernate/Shoppingcoupon.java 118 publicMethodCommentRequirement Required
28402 src/com/gps/hibernate/Shoppingcoupon.java 122 publicMethodCommentRequirement Required
28403 src/com/gps/hibernate/Shoppingcoupon.java 126 Parameter 'modifiedDate' is not assigned and could be declared final
28404 src/com/gps/hibernate/Shoppingcoupon.java 126 publicMethodCommentRequirement Required
28405 src/com/gps/hibernate/Shoppingcoupon.java 130 publicMethodCommentRequirement Required
28406 src/com/gps/hibernate/Shoppingcoupon.java 134 Parameter 'code' is not assigned and could be declared final
28407 src/com/gps/hibernate/Shoppingcoupon.java 134 publicMethodCommentRequirement Required
28408 src/com/gps/hibernate/Shoppingcoupon.java 138 publicMethodCommentRequirement Required
28409 src/com/gps/hibernate/Shoppingcoupon.java 142 Parameter 'name' is not assigned and could be declared final
28410 src/com/gps/hibernate/Shoppingcoupon.java 142 publicMethodCommentRequirement Required
28411 src/com/gps/hibernate/Shoppingcoupon.java 146 publicMethodCommentRequirement Required
28412 src/com/gps/hibernate/Shoppingcoupon.java 150 Parameter 'description' is not assigned and could be declared final
28413 src/com/gps/hibernate/Shoppingcoupon.java 150 publicMethodCommentRequirement Required
28414 src/com/gps/hibernate/Shoppingcoupon.java 154 publicMethodCommentRequirement Required
28415 src/com/gps/hibernate/Shoppingcoupon.java 158 Parameter 'startDate' is not assigned and could be declared final
28416 src/com/gps/hibernate/Shoppingcoupon.java 158 publicMethodCommentRequirement Required
28417 src/com/gps/hibernate/Shoppingcoupon.java 162 publicMethodCommentRequirement Required
28418 src/com/gps/hibernate/Shoppingcoupon.java 166 Parameter 'endDate' is not assigned and could be declared final
28419 src/com/gps/hibernate/Shoppingcoupon.java 166 publicMethodCommentRequirement Required
28420 src/com/gps/hibernate/Shoppingcoupon.java 170 publicMethodCommentRequirement Required
28421 src/com/gps/hibernate/Shoppingcoupon.java 174 Parameter 'active' is not assigned and could be declared final
28422 src/com/gps/hibernate/Shoppingcoupon.java 174 publicMethodCommentRequirement Required
28423 src/com/gps/hibernate/Shoppingcoupon.java 178 publicMethodCommentRequirement Required
28424 src/com/gps/hibernate/Shoppingcoupon.java 182 Parameter 'limitCategories' is not assigned and could be declared final
28425 src/com/gps/hibernate/Shoppingcoupon.java 182 publicMethodCommentRequirement Required
28426 src/com/gps/hibernate/Shoppingcoupon.java 186 publicMethodCommentRequirement Required
28427 src/com/gps/hibernate/Shoppingcoupon.java 190 Parameter 'limitSkus' is not assigned and could be declared final
28428 src/com/gps/hibernate/Shoppingcoupon.java 190 publicMethodCommentRequirement Required
28429 src/com/gps/hibernate/Shoppingcoupon.java 194 publicMethodCommentRequirement Required
28430 src/com/gps/hibernate/Shoppingcoupon.java 198 Parameter 'minOrder' is not assigned and could be declared final
28431 src/com/gps/hibernate/Shoppingcoupon.java 198 publicMethodCommentRequirement Required
28432 src/com/gps/hibernate/Shoppingcoupon.java 202 publicMethodCommentRequirement Required
28433 src/com/gps/hibernate/Shoppingcoupon.java 206 Parameter 'discount' is not assigned and could be declared final
28434 src/com/gps/hibernate/Shoppingcoupon.java 206 publicMethodCommentRequirement Required
28435 src/com/gps/hibernate/Shoppingcoupon.java 210 publicMethodCommentRequirement Required
28436 src/com/gps/hibernate/Shoppingcoupon.java 214 Parameter 'discountType' is not assigned and could be declared final
28437 src/com/gps/hibernate/Shoppingcoupon.java 214 publicMethodCommentRequirement Required
28438 src/com/gps/hibernate/ShoppingcouponDAO.java 3 Avoid unused imports such as 'java.util.Date'
28439 src/com/gps/hibernate/ShoppingcouponDAO.java 11 Comment is too large: Too many lines
28440 src/com/gps/hibernate/ShoppingcouponDAO.java 23 This class has too many methods, consider refactoring it.
28441 src/com/gps/hibernate/ShoppingcouponDAO.java 24 Logger should be defined private static final and have the correct class
28442 src/com/gps/hibernate/ShoppingcouponDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
28443 src/com/gps/hibernate/ShoppingcouponDAO.java 24 fieldCommentRequirement Required
28444 src/com/gps/hibernate/ShoppingcouponDAO.java 26 fieldCommentRequirement Required
28445 src/com/gps/hibernate/ShoppingcouponDAO.java 27 fieldCommentRequirement Required
28446 src/com/gps/hibernate/ShoppingcouponDAO.java 28 fieldCommentRequirement Required
28447 src/com/gps/hibernate/ShoppingcouponDAO.java 29 fieldCommentRequirement Required
28448 src/com/gps/hibernate/ShoppingcouponDAO.java 30 fieldCommentRequirement Required
28449 src/com/gps/hibernate/ShoppingcouponDAO.java 31 fieldCommentRequirement Required
28450 src/com/gps/hibernate/ShoppingcouponDAO.java 32 fieldCommentRequirement Required
28451 src/com/gps/hibernate/ShoppingcouponDAO.java 33 fieldCommentRequirement Required
28452 src/com/gps/hibernate/ShoppingcouponDAO.java 34 fieldCommentRequirement Required
28453 src/com/gps/hibernate/ShoppingcouponDAO.java 35 fieldCommentRequirement Required
28454 src/com/gps/hibernate/ShoppingcouponDAO.java 36 fieldCommentRequirement Required
28455 src/com/gps/hibernate/ShoppingcouponDAO.java 37 fieldCommentRequirement Required
28456 src/com/gps/hibernate/ShoppingcouponDAO.java 38 fieldCommentRequirement Required
28457 src/com/gps/hibernate/ShoppingcouponDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
28458 src/com/gps/hibernate/ShoppingcouponDAO.java 40 publicMethodCommentRequirement Required
28459 src/com/gps/hibernate/ShoppingcouponDAO.java 41 There is log block not surrounded by if
28460 src/com/gps/hibernate/ShoppingcouponDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28461 src/com/gps/hibernate/ShoppingcouponDAO.java 43 Potential violation of Law of Demeter (method chain calls)
28462 src/com/gps/hibernate/ShoppingcouponDAO.java 44 There is log block not surrounded by if
28463 src/com/gps/hibernate/ShoppingcouponDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28464 src/com/gps/hibernate/ShoppingcouponDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28465 src/com/gps/hibernate/ShoppingcouponDAO.java 46 There is log block not surrounded by if
28466 src/com/gps/hibernate/ShoppingcouponDAO.java 51 Avoid excessively long variable names like persistentInstance
28467 src/com/gps/hibernate/ShoppingcouponDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
28468 src/com/gps/hibernate/ShoppingcouponDAO.java 51 publicMethodCommentRequirement Required
28469 src/com/gps/hibernate/ShoppingcouponDAO.java 52 There is log block not surrounded by if
28470 src/com/gps/hibernate/ShoppingcouponDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28471 src/com/gps/hibernate/ShoppingcouponDAO.java 54 Potential violation of Law of Demeter (method chain calls)
28472 src/com/gps/hibernate/ShoppingcouponDAO.java 55 There is log block not surrounded by if
28473 src/com/gps/hibernate/ShoppingcouponDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28474 src/com/gps/hibernate/ShoppingcouponDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28475 src/com/gps/hibernate/ShoppingcouponDAO.java 57 There is log block not surrounded by if
28476 src/com/gps/hibernate/ShoppingcouponDAO.java 62 Avoid variables with short names like id
28477 src/com/gps/hibernate/ShoppingcouponDAO.java 62 Parameter 'id' is not assigned and could be declared final
28478 src/com/gps/hibernate/ShoppingcouponDAO.java 62 publicMethodCommentRequirement Required
28479 src/com/gps/hibernate/ShoppingcouponDAO.java 63 There is log block not surrounded by if
28480 src/com/gps/hibernate/ShoppingcouponDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28481 src/com/gps/hibernate/ShoppingcouponDAO.java 65 Local variable 'instance' could be declared final
28482 src/com/gps/hibernate/ShoppingcouponDAO.java 65 Potential violation of Law of Demeter (method chain calls)
28483 src/com/gps/hibernate/ShoppingcouponDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28484 src/com/gps/hibernate/ShoppingcouponDAO.java 69 There is log block not surrounded by if
28485 src/com/gps/hibernate/ShoppingcouponDAO.java 74 Parameter 'instance' is not assigned and could be declared final
28486 src/com/gps/hibernate/ShoppingcouponDAO.java 74 publicMethodCommentRequirement Required
28487 src/com/gps/hibernate/ShoppingcouponDAO.java 75 There is log block not surrounded by if
28488 src/com/gps/hibernate/ShoppingcouponDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28489 src/com/gps/hibernate/ShoppingcouponDAO.java 77 Local variable 'results' could be declared final
28490 src/com/gps/hibernate/ShoppingcouponDAO.java 77 Potential violation of Law of Demeter (method chain calls)
28491 src/com/gps/hibernate/ShoppingcouponDAO.java 77 Potential violation of Law of Demeter (method chain calls)
28492 src/com/gps/hibernate/ShoppingcouponDAO.java 77 Potential violation of Law of Demeter (method chain calls)
28493 src/com/gps/hibernate/ShoppingcouponDAO.java 80 There is log block not surrounded by if
28494 src/com/gps/hibernate/ShoppingcouponDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28495 src/com/gps/hibernate/ShoppingcouponDAO.java 81 Potential violation of Law of Demeter (object not created locally)
28496 src/com/gps/hibernate/ShoppingcouponDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28497 src/com/gps/hibernate/ShoppingcouponDAO.java 84 There is log block not surrounded by if
28498 src/com/gps/hibernate/ShoppingcouponDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
28499 src/com/gps/hibernate/ShoppingcouponDAO.java 89 Parameter 'value' is not assigned and could be declared final
28500 src/com/gps/hibernate/ShoppingcouponDAO.java 89 publicMethodCommentRequirement Required
28501 src/com/gps/hibernate/ShoppingcouponDAO.java 90 There is log block not surrounded by if
28502 src/com/gps/hibernate/ShoppingcouponDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28503 src/com/gps/hibernate/ShoppingcouponDAO.java 93 Local variable 'queryString' could be declared final
28504 src/com/gps/hibernate/ShoppingcouponDAO.java 95 Local variable 'queryObject' could be declared final
28505 src/com/gps/hibernate/ShoppingcouponDAO.java 95 Potential violation of Law of Demeter (method chain calls)
28506 src/com/gps/hibernate/ShoppingcouponDAO.java 96 Potential violation of Law of Demeter (object not created locally)
28507 src/com/gps/hibernate/ShoppingcouponDAO.java 97 Potential violation of Law of Demeter (object not created locally)
28508 src/com/gps/hibernate/ShoppingcouponDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28509 src/com/gps/hibernate/ShoppingcouponDAO.java 99 There is log block not surrounded by if
28510 src/com/gps/hibernate/ShoppingcouponDAO.java 104 Parameter 'groupId' is not assigned and could be declared final
28511 src/com/gps/hibernate/ShoppingcouponDAO.java 104 publicMethodCommentRequirement Required
28512 src/com/gps/hibernate/ShoppingcouponDAO.java 108 Parameter 'companyId' is not assigned and could be declared final
28513 src/com/gps/hibernate/ShoppingcouponDAO.java 108 publicMethodCommentRequirement Required
28514 src/com/gps/hibernate/ShoppingcouponDAO.java 112 Parameter 'userId' is not assigned and could be declared final
28515 src/com/gps/hibernate/ShoppingcouponDAO.java 112 publicMethodCommentRequirement Required
28516 src/com/gps/hibernate/ShoppingcouponDAO.java 116 Parameter 'userName' is not assigned and could be declared final
28517 src/com/gps/hibernate/ShoppingcouponDAO.java 116 publicMethodCommentRequirement Required
28518 src/com/gps/hibernate/ShoppingcouponDAO.java 120 Parameter 'code' is not assigned and could be declared final
28519 src/com/gps/hibernate/ShoppingcouponDAO.java 120 publicMethodCommentRequirement Required
28520 src/com/gps/hibernate/ShoppingcouponDAO.java 124 Parameter 'name' is not assigned and could be declared final
28521 src/com/gps/hibernate/ShoppingcouponDAO.java 124 publicMethodCommentRequirement Required
28522 src/com/gps/hibernate/ShoppingcouponDAO.java 128 Parameter 'description' is not assigned and could be declared final
28523 src/com/gps/hibernate/ShoppingcouponDAO.java 128 publicMethodCommentRequirement Required
28524 src/com/gps/hibernate/ShoppingcouponDAO.java 132 Parameter 'active' is not assigned and could be declared final
28525 src/com/gps/hibernate/ShoppingcouponDAO.java 132 publicMethodCommentRequirement Required
28526 src/com/gps/hibernate/ShoppingcouponDAO.java 136 Parameter 'limitCategories' is not assigned and could be declared final
28527 src/com/gps/hibernate/ShoppingcouponDAO.java 136 publicMethodCommentRequirement Required
28528 src/com/gps/hibernate/ShoppingcouponDAO.java 140 Parameter 'limitSkus' is not assigned and could be declared final
28529 src/com/gps/hibernate/ShoppingcouponDAO.java 140 publicMethodCommentRequirement Required
28530 src/com/gps/hibernate/ShoppingcouponDAO.java 144 Parameter 'minOrder' is not assigned and could be declared final
28531 src/com/gps/hibernate/ShoppingcouponDAO.java 144 publicMethodCommentRequirement Required
28532 src/com/gps/hibernate/ShoppingcouponDAO.java 148 Parameter 'discount' is not assigned and could be declared final
28533 src/com/gps/hibernate/ShoppingcouponDAO.java 148 publicMethodCommentRequirement Required
28534 src/com/gps/hibernate/ShoppingcouponDAO.java 152 Parameter 'discountType' is not assigned and could be declared final
28535 src/com/gps/hibernate/ShoppingcouponDAO.java 152 publicMethodCommentRequirement Required
28536 src/com/gps/hibernate/ShoppingcouponDAO.java 156 publicMethodCommentRequirement Required
28537 src/com/gps/hibernate/ShoppingcouponDAO.java 157 There is log block not surrounded by if
28538 src/com/gps/hibernate/ShoppingcouponDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28539 src/com/gps/hibernate/ShoppingcouponDAO.java 159 Local variable 'queryString' could be declared final
28540 src/com/gps/hibernate/ShoppingcouponDAO.java 160 Local variable 'queryObject' could be declared final
28541 src/com/gps/hibernate/ShoppingcouponDAO.java 160 Potential violation of Law of Demeter (method chain calls)
28542 src/com/gps/hibernate/ShoppingcouponDAO.java 161 Potential violation of Law of Demeter (object not created locally)
28543 src/com/gps/hibernate/ShoppingcouponDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28544 src/com/gps/hibernate/ShoppingcouponDAO.java 163 There is log block not surrounded by if
28545 src/com/gps/hibernate/ShoppingcouponDAO.java 168 Parameter 'detachedInstance' is not assigned and could be declared final
28546 src/com/gps/hibernate/ShoppingcouponDAO.java 168 publicMethodCommentRequirement Required
28547 src/com/gps/hibernate/ShoppingcouponDAO.java 169 There is log block not surrounded by if
28548 src/com/gps/hibernate/ShoppingcouponDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28549 src/com/gps/hibernate/ShoppingcouponDAO.java 171 Local variable 'result' could be declared final
28550 src/com/gps/hibernate/ShoppingcouponDAO.java 171 Potential violation of Law of Demeter (method chain calls)
28551 src/com/gps/hibernate/ShoppingcouponDAO.java 173 There is log block not surrounded by if
28552 src/com/gps/hibernate/ShoppingcouponDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28553 src/com/gps/hibernate/ShoppingcouponDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28554 src/com/gps/hibernate/ShoppingcouponDAO.java 176 There is log block not surrounded by if
28555 src/com/gps/hibernate/ShoppingcouponDAO.java 181 Parameter 'instance' is not assigned and could be declared final
28556 src/com/gps/hibernate/ShoppingcouponDAO.java 181 publicMethodCommentRequirement Required
28557 src/com/gps/hibernate/ShoppingcouponDAO.java 182 There is log block not surrounded by if
28558 src/com/gps/hibernate/ShoppingcouponDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28559 src/com/gps/hibernate/ShoppingcouponDAO.java 184 Potential violation of Law of Demeter (method chain calls)
28560 src/com/gps/hibernate/ShoppingcouponDAO.java 185 There is log block not surrounded by if
28561 src/com/gps/hibernate/ShoppingcouponDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28562 src/com/gps/hibernate/ShoppingcouponDAO.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28563 src/com/gps/hibernate/ShoppingcouponDAO.java 187 There is log block not surrounded by if
28564 src/com/gps/hibernate/ShoppingcouponDAO.java 192 Parameter 'instance' is not assigned and could be declared final
28565 src/com/gps/hibernate/ShoppingcouponDAO.java 192 publicMethodCommentRequirement Required
28566 src/com/gps/hibernate/ShoppingcouponDAO.java 193 There is log block not surrounded by if
28567 src/com/gps/hibernate/ShoppingcouponDAO.java 193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28568 src/com/gps/hibernate/ShoppingcouponDAO.java 195 Potential violation of Law of Demeter (method chain calls)
28569 src/com/gps/hibernate/ShoppingcouponDAO.java 196 There is log block not surrounded by if
28570 src/com/gps/hibernate/ShoppingcouponDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28571 src/com/gps/hibernate/ShoppingcouponDAO.java 197 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28572 src/com/gps/hibernate/ShoppingcouponDAO.java 198 There is log block not surrounded by if
28573 src/com/gps/hibernate/Shoppingitem.java 1 This class has a bunch of public methods and attributes
28574 src/com/gps/hibernate/Shoppingitem.java 11 Classes implementing Serializable should set a serialVersionUID
28575 src/com/gps/hibernate/Shoppingitem.java 11 Too many fields
28576 src/com/gps/hibernate/Shoppingitem.java 15 fieldCommentRequirement Required
28577 src/com/gps/hibernate/Shoppingitem.java 16 fieldCommentRequirement Required
28578 src/com/gps/hibernate/Shoppingitem.java 17 fieldCommentRequirement Required
28579 src/com/gps/hibernate/Shoppingitem.java 18 fieldCommentRequirement Required
28580 src/com/gps/hibernate/Shoppingitem.java 19 fieldCommentRequirement Required
28581 src/com/gps/hibernate/Shoppingitem.java 20 fieldCommentRequirement Required
28582 src/com/gps/hibernate/Shoppingitem.java 21 fieldCommentRequirement Required
28583 src/com/gps/hibernate/Shoppingitem.java 22 fieldCommentRequirement Required
28584 src/com/gps/hibernate/Shoppingitem.java 23 fieldCommentRequirement Required
28585 src/com/gps/hibernate/Shoppingitem.java 24 fieldCommentRequirement Required
28586 src/com/gps/hibernate/Shoppingitem.java 25 fieldCommentRequirement Required
28587 src/com/gps/hibernate/Shoppingitem.java 26 fieldCommentRequirement Required
28588 src/com/gps/hibernate/Shoppingitem.java 27 fieldCommentRequirement Required
28589 src/com/gps/hibernate/Shoppingitem.java 28 fieldCommentRequirement Required
28590 src/com/gps/hibernate/Shoppingitem.java 29 fieldCommentRequirement Required
28591 src/com/gps/hibernate/Shoppingitem.java 30 fieldCommentRequirement Required
28592 src/com/gps/hibernate/Shoppingitem.java 31 fieldCommentRequirement Required
28593 src/com/gps/hibernate/Shoppingitem.java 32 fieldCommentRequirement Required
28594 src/com/gps/hibernate/Shoppingitem.java 33 fieldCommentRequirement Required
28595 src/com/gps/hibernate/Shoppingitem.java 34 Avoid excessively long variable names like useShippingFormula
28596 src/com/gps/hibernate/Shoppingitem.java 34 fieldCommentRequirement Required
28597 src/com/gps/hibernate/Shoppingitem.java 35 fieldCommentRequirement Required
28598 src/com/gps/hibernate/Shoppingitem.java 36 fieldCommentRequirement Required
28599 src/com/gps/hibernate/Shoppingitem.java 37 fieldCommentRequirement Required
28600 src/com/gps/hibernate/Shoppingitem.java 38 fieldCommentRequirement Required
28601 src/com/gps/hibernate/Shoppingitem.java 39 fieldCommentRequirement Required
28602 src/com/gps/hibernate/Shoppingitem.java 40 fieldCommentRequirement Required
28603 src/com/gps/hibernate/Shoppingitem.java 41 fieldCommentRequirement Required
28604 src/com/gps/hibernate/Shoppingitem.java 42 fieldCommentRequirement Required
28605 src/com/gps/hibernate/Shoppingitem.java 43 fieldCommentRequirement Required
28606 src/com/gps/hibernate/Shoppingitem.java 44 fieldCommentRequirement Required
28607 src/com/gps/hibernate/Shoppingitem.java 45 fieldCommentRequirement Required
28608 src/com/gps/hibernate/Shoppingitem.java 46 fieldCommentRequirement Required
28609 src/com/gps/hibernate/Shoppingitem.java 47 fieldCommentRequirement Required
28610 src/com/gps/hibernate/Shoppingitem.java 52 Document empty constructor
28611 src/com/gps/hibernate/Shoppingitem.java 56 Parameter 'itemId' is not assigned and could be declared final
28612 src/com/gps/hibernate/Shoppingitem.java 61 Avoid long parameter lists.
28613 src/com/gps/hibernate/Shoppingitem.java 61 Parameter 'companyId' is not assigned and could be declared final
28614 src/com/gps/hibernate/Shoppingitem.java 61 Parameter 'itemId' is not assigned and could be declared final
28615 src/com/gps/hibernate/Shoppingitem.java 61 Parameter 'userId' is not assigned and could be declared final
28616 src/com/gps/hibernate/Shoppingitem.java 62 Parameter 'createDate' is not assigned and could be declared final
28617 src/com/gps/hibernate/Shoppingitem.java 62 Parameter 'modifiedDate' is not assigned and could be declared final
28618 src/com/gps/hibernate/Shoppingitem.java 62 Parameter 'userName' is not assigned and could be declared final
28619 src/com/gps/hibernate/Shoppingitem.java 63 Parameter 'categoryId' is not assigned and could be declared final
28620 src/com/gps/hibernate/Shoppingitem.java 63 Parameter 'description' is not assigned and could be declared final
28621 src/com/gps/hibernate/Shoppingitem.java 63 Parameter 'name' is not assigned and could be declared final
28622 src/com/gps/hibernate/Shoppingitem.java 63 Parameter 'sku' is not assigned and could be declared final
28623 src/com/gps/hibernate/Shoppingitem.java 64 Parameter 'fields' is not assigned and could be declared final
28624 src/com/gps/hibernate/Shoppingitem.java 64 Parameter 'fieldsQuantities' is not assigned and could be declared final
28625 src/com/gps/hibernate/Shoppingitem.java 64 Parameter 'properties' is not assigned and could be declared final
28626 src/com/gps/hibernate/Shoppingitem.java 65 Parameter 'maxQuantity' is not assigned and could be declared final
28627 src/com/gps/hibernate/Shoppingitem.java 65 Parameter 'minQuantity' is not assigned and could be declared final
28628 src/com/gps/hibernate/Shoppingitem.java 65 Parameter 'price' is not assigned and could be declared final
28629 src/com/gps/hibernate/Shoppingitem.java 66 Parameter 'discount' is not assigned and could be declared final
28630 src/com/gps/hibernate/Shoppingitem.java 66 Parameter 'shipping' is not assigned and could be declared final
28631 src/com/gps/hibernate/Shoppingitem.java 66 Parameter 'taxable' is not assigned and could be declared final
28632 src/com/gps/hibernate/Shoppingitem.java 67 Avoid excessively long variable names like useShippingFormula
28633 src/com/gps/hibernate/Shoppingitem.java 67 Parameter 'requiresShipping' is not assigned and could be declared final
28634 src/com/gps/hibernate/Shoppingitem.java 67 Parameter 'useShippingFormula' is not assigned and could be declared final
28635 src/com/gps/hibernate/Shoppingitem.java 68 Parameter 'featured' is not assigned and could be declared final
28636 src/com/gps/hibernate/Shoppingitem.java 68 Parameter 'sale' is not assigned and could be declared final
28637 src/com/gps/hibernate/Shoppingitem.java 68 Parameter 'stockQuantity' is not assigned and could be declared final
28638 src/com/gps/hibernate/Shoppingitem.java 69 Parameter 'smallImage' is not assigned and could be declared final
28639 src/com/gps/hibernate/Shoppingitem.java 69 Parameter 'smallImageId' is not assigned and could be declared final
28640 src/com/gps/hibernate/Shoppingitem.java 69 Parameter 'smallImageUrl' is not assigned and could be declared final
28641 src/com/gps/hibernate/Shoppingitem.java 70 Parameter 'mediumImage' is not assigned and could be declared final
28642 src/com/gps/hibernate/Shoppingitem.java 70 Parameter 'mediumImageId' is not assigned and could be declared final
28643 src/com/gps/hibernate/Shoppingitem.java 70 Parameter 'mediumImageUrl' is not assigned and could be declared final
28644 src/com/gps/hibernate/Shoppingitem.java 71 Parameter 'largeImage' is not assigned and could be declared final
28645 src/com/gps/hibernate/Shoppingitem.java 71 Parameter 'largeImageId' is not assigned and could be declared final
28646 src/com/gps/hibernate/Shoppingitem.java 71 Parameter 'largeImageUrl' is not assigned and could be declared final
28647 src/com/gps/hibernate/Shoppingitem.java 109 publicMethodCommentRequirement Required
28648 src/com/gps/hibernate/Shoppingitem.java 113 Parameter 'itemId' is not assigned and could be declared final
28649 src/com/gps/hibernate/Shoppingitem.java 113 publicMethodCommentRequirement Required
28650 src/com/gps/hibernate/Shoppingitem.java 117 publicMethodCommentRequirement Required
28651 src/com/gps/hibernate/Shoppingitem.java 121 Parameter 'companyId' is not assigned and could be declared final
28652 src/com/gps/hibernate/Shoppingitem.java 121 publicMethodCommentRequirement Required
28653 src/com/gps/hibernate/Shoppingitem.java 125 publicMethodCommentRequirement Required
28654 src/com/gps/hibernate/Shoppingitem.java 129 Parameter 'userId' is not assigned and could be declared final
28655 src/com/gps/hibernate/Shoppingitem.java 129 publicMethodCommentRequirement Required
28656 src/com/gps/hibernate/Shoppingitem.java 133 publicMethodCommentRequirement Required
28657 src/com/gps/hibernate/Shoppingitem.java 137 Parameter 'userName' is not assigned and could be declared final
28658 src/com/gps/hibernate/Shoppingitem.java 137 publicMethodCommentRequirement Required
28659 src/com/gps/hibernate/Shoppingitem.java 141 publicMethodCommentRequirement Required
28660 src/com/gps/hibernate/Shoppingitem.java 145 Parameter 'createDate' is not assigned and could be declared final
28661 src/com/gps/hibernate/Shoppingitem.java 145 publicMethodCommentRequirement Required
28662 src/com/gps/hibernate/Shoppingitem.java 149 publicMethodCommentRequirement Required
28663 src/com/gps/hibernate/Shoppingitem.java 153 Parameter 'modifiedDate' is not assigned and could be declared final
28664 src/com/gps/hibernate/Shoppingitem.java 153 publicMethodCommentRequirement Required
28665 src/com/gps/hibernate/Shoppingitem.java 157 publicMethodCommentRequirement Required
28666 src/com/gps/hibernate/Shoppingitem.java 161 Parameter 'categoryId' is not assigned and could be declared final
28667 src/com/gps/hibernate/Shoppingitem.java 161 publicMethodCommentRequirement Required
28668 src/com/gps/hibernate/Shoppingitem.java 165 publicMethodCommentRequirement Required
28669 src/com/gps/hibernate/Shoppingitem.java 169 Parameter 'sku' is not assigned and could be declared final
28670 src/com/gps/hibernate/Shoppingitem.java 169 publicMethodCommentRequirement Required
28671 src/com/gps/hibernate/Shoppingitem.java 173 publicMethodCommentRequirement Required
28672 src/com/gps/hibernate/Shoppingitem.java 177 Parameter 'name' is not assigned and could be declared final
28673 src/com/gps/hibernate/Shoppingitem.java 177 publicMethodCommentRequirement Required
28674 src/com/gps/hibernate/Shoppingitem.java 181 publicMethodCommentRequirement Required
28675 src/com/gps/hibernate/Shoppingitem.java 185 Parameter 'description' is not assigned and could be declared final
28676 src/com/gps/hibernate/Shoppingitem.java 185 publicMethodCommentRequirement Required
28677 src/com/gps/hibernate/Shoppingitem.java 189 publicMethodCommentRequirement Required
28678 src/com/gps/hibernate/Shoppingitem.java 193 Parameter 'properties' is not assigned and could be declared final
28679 src/com/gps/hibernate/Shoppingitem.java 193 publicMethodCommentRequirement Required
28680 src/com/gps/hibernate/Shoppingitem.java 197 publicMethodCommentRequirement Required
28681 src/com/gps/hibernate/Shoppingitem.java 201 Parameter 'fields' is not assigned and could be declared final
28682 src/com/gps/hibernate/Shoppingitem.java 201 publicMethodCommentRequirement Required
28683 src/com/gps/hibernate/Shoppingitem.java 205 publicMethodCommentRequirement Required
28684 src/com/gps/hibernate/Shoppingitem.java 209 Parameter 'fieldsQuantities' is not assigned and could be declared final
28685 src/com/gps/hibernate/Shoppingitem.java 209 publicMethodCommentRequirement Required
28686 src/com/gps/hibernate/Shoppingitem.java 213 publicMethodCommentRequirement Required
28687 src/com/gps/hibernate/Shoppingitem.java 217 Parameter 'minQuantity' is not assigned and could be declared final
28688 src/com/gps/hibernate/Shoppingitem.java 217 publicMethodCommentRequirement Required
28689 src/com/gps/hibernate/Shoppingitem.java 221 publicMethodCommentRequirement Required
28690 src/com/gps/hibernate/Shoppingitem.java 225 Parameter 'maxQuantity' is not assigned and could be declared final
28691 src/com/gps/hibernate/Shoppingitem.java 225 publicMethodCommentRequirement Required
28692 src/com/gps/hibernate/Shoppingitem.java 229 publicMethodCommentRequirement Required
28693 src/com/gps/hibernate/Shoppingitem.java 233 Parameter 'price' is not assigned and could be declared final
28694 src/com/gps/hibernate/Shoppingitem.java 233 publicMethodCommentRequirement Required
28695 src/com/gps/hibernate/Shoppingitem.java 237 publicMethodCommentRequirement Required
28696 src/com/gps/hibernate/Shoppingitem.java 241 Parameter 'discount' is not assigned and could be declared final
28697 src/com/gps/hibernate/Shoppingitem.java 241 publicMethodCommentRequirement Required
28698 src/com/gps/hibernate/Shoppingitem.java 245 publicMethodCommentRequirement Required
28699 src/com/gps/hibernate/Shoppingitem.java 249 Parameter 'taxable' is not assigned and could be declared final
28700 src/com/gps/hibernate/Shoppingitem.java 249 publicMethodCommentRequirement Required
28701 src/com/gps/hibernate/Shoppingitem.java 253 publicMethodCommentRequirement Required
28702 src/com/gps/hibernate/Shoppingitem.java 257 Parameter 'shipping' is not assigned and could be declared final
28703 src/com/gps/hibernate/Shoppingitem.java 257 publicMethodCommentRequirement Required
28704 src/com/gps/hibernate/Shoppingitem.java 261 publicMethodCommentRequirement Required
28705 src/com/gps/hibernate/Shoppingitem.java 265 Avoid excessively long variable names like useShippingFormula
28706 src/com/gps/hibernate/Shoppingitem.java 265 Parameter 'useShippingFormula' is not assigned and could be declared final
28707 src/com/gps/hibernate/Shoppingitem.java 265 publicMethodCommentRequirement Required
28708 src/com/gps/hibernate/Shoppingitem.java 269 publicMethodCommentRequirement Required
28709 src/com/gps/hibernate/Shoppingitem.java 273 Parameter 'requiresShipping' is not assigned and could be declared final
28710 src/com/gps/hibernate/Shoppingitem.java 273 publicMethodCommentRequirement Required
28711 src/com/gps/hibernate/Shoppingitem.java 277 publicMethodCommentRequirement Required
28712 src/com/gps/hibernate/Shoppingitem.java 281 Parameter 'stockQuantity' is not assigned and could be declared final
28713 src/com/gps/hibernate/Shoppingitem.java 281 publicMethodCommentRequirement Required
28714 src/com/gps/hibernate/Shoppingitem.java 285 publicMethodCommentRequirement Required
28715 src/com/gps/hibernate/Shoppingitem.java 289 Parameter 'featured' is not assigned and could be declared final
28716 src/com/gps/hibernate/Shoppingitem.java 289 publicMethodCommentRequirement Required
28717 src/com/gps/hibernate/Shoppingitem.java 293 publicMethodCommentRequirement Required
28718 src/com/gps/hibernate/Shoppingitem.java 297 Parameter 'sale' is not assigned and could be declared final
28719 src/com/gps/hibernate/Shoppingitem.java 297 publicMethodCommentRequirement Required
28720 src/com/gps/hibernate/Shoppingitem.java 301 publicMethodCommentRequirement Required
28721 src/com/gps/hibernate/Shoppingitem.java 305 Parameter 'smallImage' is not assigned and could be declared final
28722 src/com/gps/hibernate/Shoppingitem.java 305 publicMethodCommentRequirement Required
28723 src/com/gps/hibernate/Shoppingitem.java 309 publicMethodCommentRequirement Required
28724 src/com/gps/hibernate/Shoppingitem.java 313 Parameter 'smallImageId' is not assigned and could be declared final
28725 src/com/gps/hibernate/Shoppingitem.java 313 publicMethodCommentRequirement Required
28726 src/com/gps/hibernate/Shoppingitem.java 317 publicMethodCommentRequirement Required
28727 src/com/gps/hibernate/Shoppingitem.java 321 Parameter 'smallImageUrl' is not assigned and could be declared final
28728 src/com/gps/hibernate/Shoppingitem.java 321 publicMethodCommentRequirement Required
28729 src/com/gps/hibernate/Shoppingitem.java 325 publicMethodCommentRequirement Required
28730 src/com/gps/hibernate/Shoppingitem.java 329 Parameter 'mediumImage' is not assigned and could be declared final
28731 src/com/gps/hibernate/Shoppingitem.java 329 publicMethodCommentRequirement Required
28732 src/com/gps/hibernate/Shoppingitem.java 333 publicMethodCommentRequirement Required
28733 src/com/gps/hibernate/Shoppingitem.java 337 Parameter 'mediumImageId' is not assigned and could be declared final
28734 src/com/gps/hibernate/Shoppingitem.java 337 publicMethodCommentRequirement Required
28735 src/com/gps/hibernate/Shoppingitem.java 341 publicMethodCommentRequirement Required
28736 src/com/gps/hibernate/Shoppingitem.java 345 Parameter 'mediumImageUrl' is not assigned and could be declared final
28737 src/com/gps/hibernate/Shoppingitem.java 345 publicMethodCommentRequirement Required
28738 src/com/gps/hibernate/Shoppingitem.java 349 publicMethodCommentRequirement Required
28739 src/com/gps/hibernate/Shoppingitem.java 353 Parameter 'largeImage' is not assigned and could be declared final
28740 src/com/gps/hibernate/Shoppingitem.java 353 publicMethodCommentRequirement Required
28741 src/com/gps/hibernate/Shoppingitem.java 357 publicMethodCommentRequirement Required
28742 src/com/gps/hibernate/Shoppingitem.java 361 Parameter 'largeImageId' is not assigned and could be declared final
28743 src/com/gps/hibernate/Shoppingitem.java 361 publicMethodCommentRequirement Required
28744 src/com/gps/hibernate/Shoppingitem.java 365 publicMethodCommentRequirement Required
28745 src/com/gps/hibernate/Shoppingitem.java 369 Parameter 'largeImageUrl' is not assigned and could be declared final
28746 src/com/gps/hibernate/Shoppingitem.java 369 publicMethodCommentRequirement Required
28747 src/com/gps/hibernate/ShoppingitemDAO.java 3 Avoid unused imports such as 'java.util.Date'
28748 src/com/gps/hibernate/ShoppingitemDAO.java 11 Comment is too large: Too many lines
28749 src/com/gps/hibernate/ShoppingitemDAO.java 23 This class has too many methods, consider refactoring it.
28750 src/com/gps/hibernate/ShoppingitemDAO.java 24 Logger should be defined private static final and have the correct class
28751 src/com/gps/hibernate/ShoppingitemDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
28752 src/com/gps/hibernate/ShoppingitemDAO.java 24 fieldCommentRequirement Required
28753 src/com/gps/hibernate/ShoppingitemDAO.java 26 fieldCommentRequirement Required
28754 src/com/gps/hibernate/ShoppingitemDAO.java 27 fieldCommentRequirement Required
28755 src/com/gps/hibernate/ShoppingitemDAO.java 28 fieldCommentRequirement Required
28756 src/com/gps/hibernate/ShoppingitemDAO.java 29 fieldCommentRequirement Required
28757 src/com/gps/hibernate/ShoppingitemDAO.java 30 fieldCommentRequirement Required
28758 src/com/gps/hibernate/ShoppingitemDAO.java 31 fieldCommentRequirement Required
28759 src/com/gps/hibernate/ShoppingitemDAO.java 32 fieldCommentRequirement Required
28760 src/com/gps/hibernate/ShoppingitemDAO.java 33 fieldCommentRequirement Required
28761 src/com/gps/hibernate/ShoppingitemDAO.java 34 fieldCommentRequirement Required
28762 src/com/gps/hibernate/ShoppingitemDAO.java 35 fieldCommentRequirement Required
28763 src/com/gps/hibernate/ShoppingitemDAO.java 36 fieldCommentRequirement Required
28764 src/com/gps/hibernate/ShoppingitemDAO.java 37 fieldCommentRequirement Required
28765 src/com/gps/hibernate/ShoppingitemDAO.java 38 fieldCommentRequirement Required
28766 src/com/gps/hibernate/ShoppingitemDAO.java 39 fieldCommentRequirement Required
28767 src/com/gps/hibernate/ShoppingitemDAO.java 40 fieldCommentRequirement Required
28768 src/com/gps/hibernate/ShoppingitemDAO.java 41 fieldCommentRequirement Required
28769 src/com/gps/hibernate/ShoppingitemDAO.java 42 Avoid excessively long variable names like USE_SHIPPING_FORMULA
28770 src/com/gps/hibernate/ShoppingitemDAO.java 42 fieldCommentRequirement Required
28771 src/com/gps/hibernate/ShoppingitemDAO.java 43 fieldCommentRequirement Required
28772 src/com/gps/hibernate/ShoppingitemDAO.java 44 fieldCommentRequirement Required
28773 src/com/gps/hibernate/ShoppingitemDAO.java 45 fieldCommentRequirement Required
28774 src/com/gps/hibernate/ShoppingitemDAO.java 46 fieldCommentRequirement Required
28775 src/com/gps/hibernate/ShoppingitemDAO.java 47 fieldCommentRequirement Required
28776 src/com/gps/hibernate/ShoppingitemDAO.java 48 fieldCommentRequirement Required
28777 src/com/gps/hibernate/ShoppingitemDAO.java 49 fieldCommentRequirement Required
28778 src/com/gps/hibernate/ShoppingitemDAO.java 50 fieldCommentRequirement Required
28779 src/com/gps/hibernate/ShoppingitemDAO.java 51 fieldCommentRequirement Required
28780 src/com/gps/hibernate/ShoppingitemDAO.java 52 fieldCommentRequirement Required
28781 src/com/gps/hibernate/ShoppingitemDAO.java 53 fieldCommentRequirement Required
28782 src/com/gps/hibernate/ShoppingitemDAO.java 54 fieldCommentRequirement Required
28783 src/com/gps/hibernate/ShoppingitemDAO.java 55 fieldCommentRequirement Required
28784 src/com/gps/hibernate/ShoppingitemDAO.java 57 Parameter 'transientInstance' is not assigned and could be declared final
28785 src/com/gps/hibernate/ShoppingitemDAO.java 57 publicMethodCommentRequirement Required
28786 src/com/gps/hibernate/ShoppingitemDAO.java 58 There is log block not surrounded by if
28787 src/com/gps/hibernate/ShoppingitemDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28788 src/com/gps/hibernate/ShoppingitemDAO.java 60 Potential violation of Law of Demeter (method chain calls)
28789 src/com/gps/hibernate/ShoppingitemDAO.java 61 There is log block not surrounded by if
28790 src/com/gps/hibernate/ShoppingitemDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28791 src/com/gps/hibernate/ShoppingitemDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28792 src/com/gps/hibernate/ShoppingitemDAO.java 63 There is log block not surrounded by if
28793 src/com/gps/hibernate/ShoppingitemDAO.java 68 Avoid excessively long variable names like persistentInstance
28794 src/com/gps/hibernate/ShoppingitemDAO.java 68 Parameter 'persistentInstance' is not assigned and could be declared final
28795 src/com/gps/hibernate/ShoppingitemDAO.java 68 publicMethodCommentRequirement Required
28796 src/com/gps/hibernate/ShoppingitemDAO.java 69 There is log block not surrounded by if
28797 src/com/gps/hibernate/ShoppingitemDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28798 src/com/gps/hibernate/ShoppingitemDAO.java 71 Potential violation of Law of Demeter (method chain calls)
28799 src/com/gps/hibernate/ShoppingitemDAO.java 72 There is log block not surrounded by if
28800 src/com/gps/hibernate/ShoppingitemDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28801 src/com/gps/hibernate/ShoppingitemDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28802 src/com/gps/hibernate/ShoppingitemDAO.java 74 There is log block not surrounded by if
28803 src/com/gps/hibernate/ShoppingitemDAO.java 79 Avoid variables with short names like id
28804 src/com/gps/hibernate/ShoppingitemDAO.java 79 Parameter 'id' is not assigned and could be declared final
28805 src/com/gps/hibernate/ShoppingitemDAO.java 79 publicMethodCommentRequirement Required
28806 src/com/gps/hibernate/ShoppingitemDAO.java 80 There is log block not surrounded by if
28807 src/com/gps/hibernate/ShoppingitemDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28808 src/com/gps/hibernate/ShoppingitemDAO.java 82 Local variable 'instance' could be declared final
28809 src/com/gps/hibernate/ShoppingitemDAO.java 82 Potential violation of Law of Demeter (method chain calls)
28810 src/com/gps/hibernate/ShoppingitemDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28811 src/com/gps/hibernate/ShoppingitemDAO.java 86 There is log block not surrounded by if
28812 src/com/gps/hibernate/ShoppingitemDAO.java 91 Parameter 'instance' is not assigned and could be declared final
28813 src/com/gps/hibernate/ShoppingitemDAO.java 91 publicMethodCommentRequirement Required
28814 src/com/gps/hibernate/ShoppingitemDAO.java 92 There is log block not surrounded by if
28815 src/com/gps/hibernate/ShoppingitemDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28816 src/com/gps/hibernate/ShoppingitemDAO.java 94 Local variable 'results' could be declared final
28817 src/com/gps/hibernate/ShoppingitemDAO.java 94 Potential violation of Law of Demeter (method chain calls)
28818 src/com/gps/hibernate/ShoppingitemDAO.java 94 Potential violation of Law of Demeter (method chain calls)
28819 src/com/gps/hibernate/ShoppingitemDAO.java 94 Potential violation of Law of Demeter (method chain calls)
28820 src/com/gps/hibernate/ShoppingitemDAO.java 97 There is log block not surrounded by if
28821 src/com/gps/hibernate/ShoppingitemDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28822 src/com/gps/hibernate/ShoppingitemDAO.java 98 Potential violation of Law of Demeter (object not created locally)
28823 src/com/gps/hibernate/ShoppingitemDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28824 src/com/gps/hibernate/ShoppingitemDAO.java 101 There is log block not surrounded by if
28825 src/com/gps/hibernate/ShoppingitemDAO.java 106 Parameter 'propertyName' is not assigned and could be declared final
28826 src/com/gps/hibernate/ShoppingitemDAO.java 106 Parameter 'value' is not assigned and could be declared final
28827 src/com/gps/hibernate/ShoppingitemDAO.java 106 publicMethodCommentRequirement Required
28828 src/com/gps/hibernate/ShoppingitemDAO.java 107 There is log block not surrounded by if
28829 src/com/gps/hibernate/ShoppingitemDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28830 src/com/gps/hibernate/ShoppingitemDAO.java 110 Local variable 'queryString' could be declared final
28831 src/com/gps/hibernate/ShoppingitemDAO.java 112 Local variable 'queryObject' could be declared final
28832 src/com/gps/hibernate/ShoppingitemDAO.java 112 Potential violation of Law of Demeter (method chain calls)
28833 src/com/gps/hibernate/ShoppingitemDAO.java 113 Potential violation of Law of Demeter (object not created locally)
28834 src/com/gps/hibernate/ShoppingitemDAO.java 114 Potential violation of Law of Demeter (object not created locally)
28835 src/com/gps/hibernate/ShoppingitemDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28836 src/com/gps/hibernate/ShoppingitemDAO.java 116 There is log block not surrounded by if
28837 src/com/gps/hibernate/ShoppingitemDAO.java 121 Parameter 'companyId' is not assigned and could be declared final
28838 src/com/gps/hibernate/ShoppingitemDAO.java 121 publicMethodCommentRequirement Required
28839 src/com/gps/hibernate/ShoppingitemDAO.java 125 Parameter 'userId' is not assigned and could be declared final
28840 src/com/gps/hibernate/ShoppingitemDAO.java 125 publicMethodCommentRequirement Required
28841 src/com/gps/hibernate/ShoppingitemDAO.java 129 Parameter 'userName' is not assigned and could be declared final
28842 src/com/gps/hibernate/ShoppingitemDAO.java 129 publicMethodCommentRequirement Required
28843 src/com/gps/hibernate/ShoppingitemDAO.java 133 Parameter 'categoryId' is not assigned and could be declared final
28844 src/com/gps/hibernate/ShoppingitemDAO.java 133 publicMethodCommentRequirement Required
28845 src/com/gps/hibernate/ShoppingitemDAO.java 137 Parameter 'sku' is not assigned and could be declared final
28846 src/com/gps/hibernate/ShoppingitemDAO.java 137 publicMethodCommentRequirement Required
28847 src/com/gps/hibernate/ShoppingitemDAO.java 141 Parameter 'name' is not assigned and could be declared final
28848 src/com/gps/hibernate/ShoppingitemDAO.java 141 publicMethodCommentRequirement Required
28849 src/com/gps/hibernate/ShoppingitemDAO.java 145 Parameter 'description' is not assigned and could be declared final
28850 src/com/gps/hibernate/ShoppingitemDAO.java 145 publicMethodCommentRequirement Required
28851 src/com/gps/hibernate/ShoppingitemDAO.java 149 Parameter 'properties' is not assigned and could be declared final
28852 src/com/gps/hibernate/ShoppingitemDAO.java 149 publicMethodCommentRequirement Required
28853 src/com/gps/hibernate/ShoppingitemDAO.java 153 Parameter 'fields' is not assigned and could be declared final
28854 src/com/gps/hibernate/ShoppingitemDAO.java 153 publicMethodCommentRequirement Required
28855 src/com/gps/hibernate/ShoppingitemDAO.java 157 Parameter 'fieldsQuantities' is not assigned and could be declared final
28856 src/com/gps/hibernate/ShoppingitemDAO.java 157 publicMethodCommentRequirement Required
28857 src/com/gps/hibernate/ShoppingitemDAO.java 161 Parameter 'minQuantity' is not assigned and could be declared final
28858 src/com/gps/hibernate/ShoppingitemDAO.java 161 publicMethodCommentRequirement Required
28859 src/com/gps/hibernate/ShoppingitemDAO.java 165 Parameter 'maxQuantity' is not assigned and could be declared final
28860 src/com/gps/hibernate/ShoppingitemDAO.java 165 publicMethodCommentRequirement Required
28861 src/com/gps/hibernate/ShoppingitemDAO.java 169 Parameter 'price' is not assigned and could be declared final
28862 src/com/gps/hibernate/ShoppingitemDAO.java 169 publicMethodCommentRequirement Required
28863 src/com/gps/hibernate/ShoppingitemDAO.java 173 Parameter 'discount' is not assigned and could be declared final
28864 src/com/gps/hibernate/ShoppingitemDAO.java 173 publicMethodCommentRequirement Required
28865 src/com/gps/hibernate/ShoppingitemDAO.java 177 Parameter 'taxable' is not assigned and could be declared final
28866 src/com/gps/hibernate/ShoppingitemDAO.java 177 publicMethodCommentRequirement Required
28867 src/com/gps/hibernate/ShoppingitemDAO.java 181 Parameter 'shipping' is not assigned and could be declared final
28868 src/com/gps/hibernate/ShoppingitemDAO.java 181 publicMethodCommentRequirement Required
28869 src/com/gps/hibernate/ShoppingitemDAO.java 185 Avoid excessively long variable names like useShippingFormula
28870 src/com/gps/hibernate/ShoppingitemDAO.java 185 Parameter 'useShippingFormula' is not assigned and could be declared final
28871 src/com/gps/hibernate/ShoppingitemDAO.java 185 publicMethodCommentRequirement Required
28872 src/com/gps/hibernate/ShoppingitemDAO.java 189 Parameter 'requiresShipping' is not assigned and could be declared final
28873 src/com/gps/hibernate/ShoppingitemDAO.java 189 publicMethodCommentRequirement Required
28874 src/com/gps/hibernate/ShoppingitemDAO.java 193 Parameter 'stockQuantity' is not assigned and could be declared final
28875 src/com/gps/hibernate/ShoppingitemDAO.java 193 publicMethodCommentRequirement Required
28876 src/com/gps/hibernate/ShoppingitemDAO.java 197 Parameter 'featured' is not assigned and could be declared final
28877 src/com/gps/hibernate/ShoppingitemDAO.java 197 publicMethodCommentRequirement Required
28878 src/com/gps/hibernate/ShoppingitemDAO.java 201 Parameter 'sale' is not assigned and could be declared final
28879 src/com/gps/hibernate/ShoppingitemDAO.java 201 publicMethodCommentRequirement Required
28880 src/com/gps/hibernate/ShoppingitemDAO.java 205 Parameter 'smallImage' is not assigned and could be declared final
28881 src/com/gps/hibernate/ShoppingitemDAO.java 205 publicMethodCommentRequirement Required
28882 src/com/gps/hibernate/ShoppingitemDAO.java 209 Parameter 'smallImageId' is not assigned and could be declared final
28883 src/com/gps/hibernate/ShoppingitemDAO.java 209 publicMethodCommentRequirement Required
28884 src/com/gps/hibernate/ShoppingitemDAO.java 213 Parameter 'smallImageUrl' is not assigned and could be declared final
28885 src/com/gps/hibernate/ShoppingitemDAO.java 213 publicMethodCommentRequirement Required
28886 src/com/gps/hibernate/ShoppingitemDAO.java 217 Parameter 'mediumImage' is not assigned and could be declared final
28887 src/com/gps/hibernate/ShoppingitemDAO.java 217 publicMethodCommentRequirement Required
28888 src/com/gps/hibernate/ShoppingitemDAO.java 221 Parameter 'mediumImageId' is not assigned and could be declared final
28889 src/com/gps/hibernate/ShoppingitemDAO.java 221 publicMethodCommentRequirement Required
28890 src/com/gps/hibernate/ShoppingitemDAO.java 225 Parameter 'mediumImageUrl' is not assigned and could be declared final
28891 src/com/gps/hibernate/ShoppingitemDAO.java 225 publicMethodCommentRequirement Required
28892 src/com/gps/hibernate/ShoppingitemDAO.java 229 Parameter 'largeImage' is not assigned and could be declared final
28893 src/com/gps/hibernate/ShoppingitemDAO.java 229 publicMethodCommentRequirement Required
28894 src/com/gps/hibernate/ShoppingitemDAO.java 233 Parameter 'largeImageId' is not assigned and could be declared final
28895 src/com/gps/hibernate/ShoppingitemDAO.java 233 publicMethodCommentRequirement Required
28896 src/com/gps/hibernate/ShoppingitemDAO.java 237 Parameter 'largeImageUrl' is not assigned and could be declared final
28897 src/com/gps/hibernate/ShoppingitemDAO.java 237 publicMethodCommentRequirement Required
28898 src/com/gps/hibernate/ShoppingitemDAO.java 241 publicMethodCommentRequirement Required
28899 src/com/gps/hibernate/ShoppingitemDAO.java 242 There is log block not surrounded by if
28900 src/com/gps/hibernate/ShoppingitemDAO.java 242 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28901 src/com/gps/hibernate/ShoppingitemDAO.java 244 Local variable 'queryString' could be declared final
28902 src/com/gps/hibernate/ShoppingitemDAO.java 245 Local variable 'queryObject' could be declared final
28903 src/com/gps/hibernate/ShoppingitemDAO.java 245 Potential violation of Law of Demeter (method chain calls)
28904 src/com/gps/hibernate/ShoppingitemDAO.java 246 Potential violation of Law of Demeter (object not created locally)
28905 src/com/gps/hibernate/ShoppingitemDAO.java 247 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28906 src/com/gps/hibernate/ShoppingitemDAO.java 248 There is log block not surrounded by if
28907 src/com/gps/hibernate/ShoppingitemDAO.java 253 Parameter 'detachedInstance' is not assigned and could be declared final
28908 src/com/gps/hibernate/ShoppingitemDAO.java 253 publicMethodCommentRequirement Required
28909 src/com/gps/hibernate/ShoppingitemDAO.java 254 There is log block not surrounded by if
28910 src/com/gps/hibernate/ShoppingitemDAO.java 254 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28911 src/com/gps/hibernate/ShoppingitemDAO.java 256 Local variable 'result' could be declared final
28912 src/com/gps/hibernate/ShoppingitemDAO.java 256 Potential violation of Law of Demeter (method chain calls)
28913 src/com/gps/hibernate/ShoppingitemDAO.java 258 There is log block not surrounded by if
28914 src/com/gps/hibernate/ShoppingitemDAO.java 258 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28915 src/com/gps/hibernate/ShoppingitemDAO.java 260 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28916 src/com/gps/hibernate/ShoppingitemDAO.java 261 There is log block not surrounded by if
28917 src/com/gps/hibernate/ShoppingitemDAO.java 266 Parameter 'instance' is not assigned and could be declared final
28918 src/com/gps/hibernate/ShoppingitemDAO.java 266 publicMethodCommentRequirement Required
28919 src/com/gps/hibernate/ShoppingitemDAO.java 267 There is log block not surrounded by if
28920 src/com/gps/hibernate/ShoppingitemDAO.java 267 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28921 src/com/gps/hibernate/ShoppingitemDAO.java 269 Potential violation of Law of Demeter (method chain calls)
28922 src/com/gps/hibernate/ShoppingitemDAO.java 270 There is log block not surrounded by if
28923 src/com/gps/hibernate/ShoppingitemDAO.java 270 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28924 src/com/gps/hibernate/ShoppingitemDAO.java 271 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28925 src/com/gps/hibernate/ShoppingitemDAO.java 272 There is log block not surrounded by if
28926 src/com/gps/hibernate/ShoppingitemDAO.java 277 Parameter 'instance' is not assigned and could be declared final
28927 src/com/gps/hibernate/ShoppingitemDAO.java 277 publicMethodCommentRequirement Required
28928 src/com/gps/hibernate/ShoppingitemDAO.java 278 There is log block not surrounded by if
28929 src/com/gps/hibernate/ShoppingitemDAO.java 278 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28930 src/com/gps/hibernate/ShoppingitemDAO.java 280 Potential violation of Law of Demeter (method chain calls)
28931 src/com/gps/hibernate/ShoppingitemDAO.java 281 There is log block not surrounded by if
28932 src/com/gps/hibernate/ShoppingitemDAO.java 281 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28933 src/com/gps/hibernate/ShoppingitemDAO.java 282 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28934 src/com/gps/hibernate/ShoppingitemDAO.java 283 There is log block not surrounded by if
28935 src/com/gps/hibernate/Shoppingitemfield.java 9 Classes implementing Serializable should set a serialVersionUID
28936 src/com/gps/hibernate/Shoppingitemfield.java 13 fieldCommentRequirement Required
28937 src/com/gps/hibernate/Shoppingitemfield.java 14 fieldCommentRequirement Required
28938 src/com/gps/hibernate/Shoppingitemfield.java 15 fieldCommentRequirement Required
28939 src/com/gps/hibernate/Shoppingitemfield.java 16 fieldCommentRequirement Required
28940 src/com/gps/hibernate/Shoppingitemfield.java 17 fieldCommentRequirement Required
28941 src/com/gps/hibernate/Shoppingitemfield.java 22 Document empty constructor
28942 src/com/gps/hibernate/Shoppingitemfield.java 26 Parameter 'itemFieldId' is not assigned and could be declared final
28943 src/com/gps/hibernate/Shoppingitemfield.java 31 Parameter 'itemFieldId' is not assigned and could be declared final
28944 src/com/gps/hibernate/Shoppingitemfield.java 31 Parameter 'itemId' is not assigned and could be declared final
28945 src/com/gps/hibernate/Shoppingitemfield.java 31 Parameter 'name' is not assigned and could be declared final
28946 src/com/gps/hibernate/Shoppingitemfield.java 32 Parameter 'description' is not assigned and could be declared final
28947 src/com/gps/hibernate/Shoppingitemfield.java 32 Parameter 'values' is not assigned and could be declared final
28948 src/com/gps/hibernate/Shoppingitemfield.java 42 publicMethodCommentRequirement Required
28949 src/com/gps/hibernate/Shoppingitemfield.java 46 Parameter 'itemFieldId' is not assigned and could be declared final
28950 src/com/gps/hibernate/Shoppingitemfield.java 46 publicMethodCommentRequirement Required
28951 src/com/gps/hibernate/Shoppingitemfield.java 50 publicMethodCommentRequirement Required
28952 src/com/gps/hibernate/Shoppingitemfield.java 54 Parameter 'itemId' is not assigned and could be declared final
28953 src/com/gps/hibernate/Shoppingitemfield.java 54 publicMethodCommentRequirement Required
28954 src/com/gps/hibernate/Shoppingitemfield.java 58 publicMethodCommentRequirement Required
28955 src/com/gps/hibernate/Shoppingitemfield.java 62 Parameter 'name' is not assigned and could be declared final
28956 src/com/gps/hibernate/Shoppingitemfield.java 62 publicMethodCommentRequirement Required
28957 src/com/gps/hibernate/Shoppingitemfield.java 66 publicMethodCommentRequirement Required
28958 src/com/gps/hibernate/Shoppingitemfield.java 70 Parameter 'values' is not assigned and could be declared final
28959 src/com/gps/hibernate/Shoppingitemfield.java 70 publicMethodCommentRequirement Required
28960 src/com/gps/hibernate/Shoppingitemfield.java 74 publicMethodCommentRequirement Required
28961 src/com/gps/hibernate/Shoppingitemfield.java 78 Parameter 'description' is not assigned and could be declared final
28962 src/com/gps/hibernate/Shoppingitemfield.java 78 publicMethodCommentRequirement Required
28963 src/com/gps/hibernate/ShoppingitemfieldDAO.java 10 Comment is too large: Too many lines
28964 src/com/gps/hibernate/ShoppingitemfieldDAO.java 22 This class has too many methods, consider refactoring it.
28965 src/com/gps/hibernate/ShoppingitemfieldDAO.java 23 Logger should be defined private static final and have the correct class
28966 src/com/gps/hibernate/ShoppingitemfieldDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
28967 src/com/gps/hibernate/ShoppingitemfieldDAO.java 23 fieldCommentRequirement Required
28968 src/com/gps/hibernate/ShoppingitemfieldDAO.java 26 fieldCommentRequirement Required
28969 src/com/gps/hibernate/ShoppingitemfieldDAO.java 27 fieldCommentRequirement Required
28970 src/com/gps/hibernate/ShoppingitemfieldDAO.java 28 fieldCommentRequirement Required
28971 src/com/gps/hibernate/ShoppingitemfieldDAO.java 29 fieldCommentRequirement Required
28972 src/com/gps/hibernate/ShoppingitemfieldDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
28973 src/com/gps/hibernate/ShoppingitemfieldDAO.java 31 publicMethodCommentRequirement Required
28974 src/com/gps/hibernate/ShoppingitemfieldDAO.java 32 There is log block not surrounded by if
28975 src/com/gps/hibernate/ShoppingitemfieldDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28976 src/com/gps/hibernate/ShoppingitemfieldDAO.java 34 Potential violation of Law of Demeter (method chain calls)
28977 src/com/gps/hibernate/ShoppingitemfieldDAO.java 35 There is log block not surrounded by if
28978 src/com/gps/hibernate/ShoppingitemfieldDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28979 src/com/gps/hibernate/ShoppingitemfieldDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28980 src/com/gps/hibernate/ShoppingitemfieldDAO.java 37 There is log block not surrounded by if
28981 src/com/gps/hibernate/ShoppingitemfieldDAO.java 42 Avoid excessively long variable names like persistentInstance
28982 src/com/gps/hibernate/ShoppingitemfieldDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
28983 src/com/gps/hibernate/ShoppingitemfieldDAO.java 42 publicMethodCommentRequirement Required
28984 src/com/gps/hibernate/ShoppingitemfieldDAO.java 43 There is log block not surrounded by if
28985 src/com/gps/hibernate/ShoppingitemfieldDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28986 src/com/gps/hibernate/ShoppingitemfieldDAO.java 45 Potential violation of Law of Demeter (method chain calls)
28987 src/com/gps/hibernate/ShoppingitemfieldDAO.java 46 There is log block not surrounded by if
28988 src/com/gps/hibernate/ShoppingitemfieldDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28989 src/com/gps/hibernate/ShoppingitemfieldDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28990 src/com/gps/hibernate/ShoppingitemfieldDAO.java 48 There is log block not surrounded by if
28991 src/com/gps/hibernate/ShoppingitemfieldDAO.java 53 Avoid variables with short names like id
28992 src/com/gps/hibernate/ShoppingitemfieldDAO.java 53 Parameter 'id' is not assigned and could be declared final
28993 src/com/gps/hibernate/ShoppingitemfieldDAO.java 53 publicMethodCommentRequirement Required
28994 src/com/gps/hibernate/ShoppingitemfieldDAO.java 54 There is log block not surrounded by if
28995 src/com/gps/hibernate/ShoppingitemfieldDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28996 src/com/gps/hibernate/ShoppingitemfieldDAO.java 56 Local variable 'instance' could be declared final
28997 src/com/gps/hibernate/ShoppingitemfieldDAO.java 56 Potential violation of Law of Demeter (method chain calls)
28998 src/com/gps/hibernate/ShoppingitemfieldDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28999 src/com/gps/hibernate/ShoppingitemfieldDAO.java 60 There is log block not surrounded by if
29000 src/com/gps/hibernate/ShoppingitemfieldDAO.java 65 Parameter 'instance' is not assigned and could be declared final
29001 src/com/gps/hibernate/ShoppingitemfieldDAO.java 65 publicMethodCommentRequirement Required
29002 src/com/gps/hibernate/ShoppingitemfieldDAO.java 66 There is log block not surrounded by if
29003 src/com/gps/hibernate/ShoppingitemfieldDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29004 src/com/gps/hibernate/ShoppingitemfieldDAO.java 68 Local variable 'results' could be declared final
29005 src/com/gps/hibernate/ShoppingitemfieldDAO.java 68 Potential violation of Law of Demeter (method chain calls)
29006 src/com/gps/hibernate/ShoppingitemfieldDAO.java 68 Potential violation of Law of Demeter (method chain calls)
29007 src/com/gps/hibernate/ShoppingitemfieldDAO.java 68 Potential violation of Law of Demeter (method chain calls)
29008 src/com/gps/hibernate/ShoppingitemfieldDAO.java 71 There is log block not surrounded by if
29009 src/com/gps/hibernate/ShoppingitemfieldDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29010 src/com/gps/hibernate/ShoppingitemfieldDAO.java 72 Potential violation of Law of Demeter (object not created locally)
29011 src/com/gps/hibernate/ShoppingitemfieldDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29012 src/com/gps/hibernate/ShoppingitemfieldDAO.java 75 There is log block not surrounded by if
29013 src/com/gps/hibernate/ShoppingitemfieldDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
29014 src/com/gps/hibernate/ShoppingitemfieldDAO.java 80 Parameter 'value' is not assigned and could be declared final
29015 src/com/gps/hibernate/ShoppingitemfieldDAO.java 80 publicMethodCommentRequirement Required
29016 src/com/gps/hibernate/ShoppingitemfieldDAO.java 81 There is log block not surrounded by if
29017 src/com/gps/hibernate/ShoppingitemfieldDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29018 src/com/gps/hibernate/ShoppingitemfieldDAO.java 84 Local variable 'queryString' could be declared final
29019 src/com/gps/hibernate/ShoppingitemfieldDAO.java 86 Local variable 'queryObject' could be declared final
29020 src/com/gps/hibernate/ShoppingitemfieldDAO.java 86 Potential violation of Law of Demeter (method chain calls)
29021 src/com/gps/hibernate/ShoppingitemfieldDAO.java 87 Potential violation of Law of Demeter (object not created locally)
29022 src/com/gps/hibernate/ShoppingitemfieldDAO.java 88 Potential violation of Law of Demeter (object not created locally)
29023 src/com/gps/hibernate/ShoppingitemfieldDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29024 src/com/gps/hibernate/ShoppingitemfieldDAO.java 90 There is log block not surrounded by if
29025 src/com/gps/hibernate/ShoppingitemfieldDAO.java 95 Parameter 'itemId' is not assigned and could be declared final
29026 src/com/gps/hibernate/ShoppingitemfieldDAO.java 95 publicMethodCommentRequirement Required
29027 src/com/gps/hibernate/ShoppingitemfieldDAO.java 99 Parameter 'name' is not assigned and could be declared final
29028 src/com/gps/hibernate/ShoppingitemfieldDAO.java 99 publicMethodCommentRequirement Required
29029 src/com/gps/hibernate/ShoppingitemfieldDAO.java 103 Parameter 'values' is not assigned and could be declared final
29030 src/com/gps/hibernate/ShoppingitemfieldDAO.java 103 publicMethodCommentRequirement Required
29031 src/com/gps/hibernate/ShoppingitemfieldDAO.java 107 Parameter 'description' is not assigned and could be declared final
29032 src/com/gps/hibernate/ShoppingitemfieldDAO.java 107 publicMethodCommentRequirement Required
29033 src/com/gps/hibernate/ShoppingitemfieldDAO.java 111 publicMethodCommentRequirement Required
29034 src/com/gps/hibernate/ShoppingitemfieldDAO.java 112 There is log block not surrounded by if
29035 src/com/gps/hibernate/ShoppingitemfieldDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29036 src/com/gps/hibernate/ShoppingitemfieldDAO.java 114 Local variable 'queryString' could be declared final
29037 src/com/gps/hibernate/ShoppingitemfieldDAO.java 115 Local variable 'queryObject' could be declared final
29038 src/com/gps/hibernate/ShoppingitemfieldDAO.java 115 Potential violation of Law of Demeter (method chain calls)
29039 src/com/gps/hibernate/ShoppingitemfieldDAO.java 116 Potential violation of Law of Demeter (object not created locally)
29040 src/com/gps/hibernate/ShoppingitemfieldDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29041 src/com/gps/hibernate/ShoppingitemfieldDAO.java 118 There is log block not surrounded by if
29042 src/com/gps/hibernate/ShoppingitemfieldDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
29043 src/com/gps/hibernate/ShoppingitemfieldDAO.java 123 publicMethodCommentRequirement Required
29044 src/com/gps/hibernate/ShoppingitemfieldDAO.java 124 There is log block not surrounded by if
29045 src/com/gps/hibernate/ShoppingitemfieldDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29046 src/com/gps/hibernate/ShoppingitemfieldDAO.java 126 Local variable 'result' could be declared final
29047 src/com/gps/hibernate/ShoppingitemfieldDAO.java 126 Potential violation of Law of Demeter (method chain calls)
29048 src/com/gps/hibernate/ShoppingitemfieldDAO.java 128 There is log block not surrounded by if
29049 src/com/gps/hibernate/ShoppingitemfieldDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29050 src/com/gps/hibernate/ShoppingitemfieldDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29051 src/com/gps/hibernate/ShoppingitemfieldDAO.java 131 There is log block not surrounded by if
29052 src/com/gps/hibernate/ShoppingitemfieldDAO.java 136 Parameter 'instance' is not assigned and could be declared final
29053 src/com/gps/hibernate/ShoppingitemfieldDAO.java 136 publicMethodCommentRequirement Required
29054 src/com/gps/hibernate/ShoppingitemfieldDAO.java 137 There is log block not surrounded by if
29055 src/com/gps/hibernate/ShoppingitemfieldDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29056 src/com/gps/hibernate/ShoppingitemfieldDAO.java 139 Potential violation of Law of Demeter (method chain calls)
29057 src/com/gps/hibernate/ShoppingitemfieldDAO.java 140 There is log block not surrounded by if
29058 src/com/gps/hibernate/ShoppingitemfieldDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29059 src/com/gps/hibernate/ShoppingitemfieldDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29060 src/com/gps/hibernate/ShoppingitemfieldDAO.java 142 There is log block not surrounded by if
29061 src/com/gps/hibernate/ShoppingitemfieldDAO.java 147 Parameter 'instance' is not assigned and could be declared final
29062 src/com/gps/hibernate/ShoppingitemfieldDAO.java 147 publicMethodCommentRequirement Required
29063 src/com/gps/hibernate/ShoppingitemfieldDAO.java 148 There is log block not surrounded by if
29064 src/com/gps/hibernate/ShoppingitemfieldDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29065 src/com/gps/hibernate/ShoppingitemfieldDAO.java 150 Potential violation of Law of Demeter (method chain calls)
29066 src/com/gps/hibernate/ShoppingitemfieldDAO.java 151 There is log block not surrounded by if
29067 src/com/gps/hibernate/ShoppingitemfieldDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29068 src/com/gps/hibernate/ShoppingitemfieldDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29069 src/com/gps/hibernate/ShoppingitemfieldDAO.java 153 There is log block not surrounded by if
29070 src/com/gps/hibernate/Shoppingitemprice.java 9 Classes implementing Serializable should set a serialVersionUID
29071 src/com/gps/hibernate/Shoppingitemprice.java 13 fieldCommentRequirement Required
29072 src/com/gps/hibernate/Shoppingitemprice.java 14 fieldCommentRequirement Required
29073 src/com/gps/hibernate/Shoppingitemprice.java 15 fieldCommentRequirement Required
29074 src/com/gps/hibernate/Shoppingitemprice.java 16 fieldCommentRequirement Required
29075 src/com/gps/hibernate/Shoppingitemprice.java 17 fieldCommentRequirement Required
29076 src/com/gps/hibernate/Shoppingitemprice.java 18 fieldCommentRequirement Required
29077 src/com/gps/hibernate/Shoppingitemprice.java 19 fieldCommentRequirement Required
29078 src/com/gps/hibernate/Shoppingitemprice.java 20 fieldCommentRequirement Required
29079 src/com/gps/hibernate/Shoppingitemprice.java 21 Avoid excessively long variable names like useShippingFormula
29080 src/com/gps/hibernate/Shoppingitemprice.java 21 fieldCommentRequirement Required
29081 src/com/gps/hibernate/Shoppingitemprice.java 22 fieldCommentRequirement Required
29082 src/com/gps/hibernate/Shoppingitemprice.java 27 Document empty constructor
29083 src/com/gps/hibernate/Shoppingitemprice.java 31 Parameter 'itemPriceId' is not assigned and could be declared final
29084 src/com/gps/hibernate/Shoppingitemprice.java 36 Avoid long parameter lists.
29085 src/com/gps/hibernate/Shoppingitemprice.java 36 Parameter 'itemId' is not assigned and could be declared final
29086 src/com/gps/hibernate/Shoppingitemprice.java 36 Parameter 'itemPriceId' is not assigned and could be declared final
29087 src/com/gps/hibernate/Shoppingitemprice.java 37 Parameter 'maxQuantity' is not assigned and could be declared final
29088 src/com/gps/hibernate/Shoppingitemprice.java 37 Parameter 'minQuantity' is not assigned and could be declared final
29089 src/com/gps/hibernate/Shoppingitemprice.java 37 Parameter 'price' is not assigned and could be declared final
29090 src/com/gps/hibernate/Shoppingitemprice.java 38 Parameter 'discount' is not assigned and could be declared final
29091 src/com/gps/hibernate/Shoppingitemprice.java 38 Parameter 'shipping' is not assigned and could be declared final
29092 src/com/gps/hibernate/Shoppingitemprice.java 38 Parameter 'taxable' is not assigned and could be declared final
29093 src/com/gps/hibernate/Shoppingitemprice.java 39 Avoid excessively long variable names like useShippingFormula
29094 src/com/gps/hibernate/Shoppingitemprice.java 39 Parameter 'status' is not assigned and could be declared final
29095 src/com/gps/hibernate/Shoppingitemprice.java 39 Parameter 'useShippingFormula' is not assigned and could be declared final
29096 src/com/gps/hibernate/Shoppingitemprice.java 54 publicMethodCommentRequirement Required
29097 src/com/gps/hibernate/Shoppingitemprice.java 58 Parameter 'itemPriceId' is not assigned and could be declared final
29098 src/com/gps/hibernate/Shoppingitemprice.java 58 publicMethodCommentRequirement Required
29099 src/com/gps/hibernate/Shoppingitemprice.java 62 publicMethodCommentRequirement Required
29100 src/com/gps/hibernate/Shoppingitemprice.java 66 Parameter 'itemId' is not assigned and could be declared final
29101 src/com/gps/hibernate/Shoppingitemprice.java 66 publicMethodCommentRequirement Required
29102 src/com/gps/hibernate/Shoppingitemprice.java 70 publicMethodCommentRequirement Required
29103 src/com/gps/hibernate/Shoppingitemprice.java 74 Parameter 'minQuantity' is not assigned and could be declared final
29104 src/com/gps/hibernate/Shoppingitemprice.java 74 publicMethodCommentRequirement Required
29105 src/com/gps/hibernate/Shoppingitemprice.java 78 publicMethodCommentRequirement Required
29106 src/com/gps/hibernate/Shoppingitemprice.java 82 Parameter 'maxQuantity' is not assigned and could be declared final
29107 src/com/gps/hibernate/Shoppingitemprice.java 82 publicMethodCommentRequirement Required
29108 src/com/gps/hibernate/Shoppingitemprice.java 86 publicMethodCommentRequirement Required
29109 src/com/gps/hibernate/Shoppingitemprice.java 90 Parameter 'price' is not assigned and could be declared final
29110 src/com/gps/hibernate/Shoppingitemprice.java 90 publicMethodCommentRequirement Required
29111 src/com/gps/hibernate/Shoppingitemprice.java 94 publicMethodCommentRequirement Required
29112 src/com/gps/hibernate/Shoppingitemprice.java 98 Parameter 'discount' is not assigned and could be declared final
29113 src/com/gps/hibernate/Shoppingitemprice.java 98 publicMethodCommentRequirement Required
29114 src/com/gps/hibernate/Shoppingitemprice.java 102 publicMethodCommentRequirement Required
29115 src/com/gps/hibernate/Shoppingitemprice.java 106 Parameter 'taxable' is not assigned and could be declared final
29116 src/com/gps/hibernate/Shoppingitemprice.java 106 publicMethodCommentRequirement Required
29117 src/com/gps/hibernate/Shoppingitemprice.java 110 publicMethodCommentRequirement Required
29118 src/com/gps/hibernate/Shoppingitemprice.java 114 Parameter 'shipping' is not assigned and could be declared final
29119 src/com/gps/hibernate/Shoppingitemprice.java 114 publicMethodCommentRequirement Required
29120 src/com/gps/hibernate/Shoppingitemprice.java 118 publicMethodCommentRequirement Required
29121 src/com/gps/hibernate/Shoppingitemprice.java 122 Avoid excessively long variable names like useShippingFormula
29122 src/com/gps/hibernate/Shoppingitemprice.java 122 Parameter 'useShippingFormula' is not assigned and could be declared final
29123 src/com/gps/hibernate/Shoppingitemprice.java 122 publicMethodCommentRequirement Required
29124 src/com/gps/hibernate/Shoppingitemprice.java 126 publicMethodCommentRequirement Required
29125 src/com/gps/hibernate/Shoppingitemprice.java 130 Parameter 'status' is not assigned and could be declared final
29126 src/com/gps/hibernate/Shoppingitemprice.java 130 publicMethodCommentRequirement Required
29127 src/com/gps/hibernate/ShoppingitempriceDAO.java 10 Comment is too large: Too many lines
29128 src/com/gps/hibernate/ShoppingitempriceDAO.java 22 This class has too many methods, consider refactoring it.
29129 src/com/gps/hibernate/ShoppingitempriceDAO.java 23 Logger should be defined private static final and have the correct class
29130 src/com/gps/hibernate/ShoppingitempriceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
29131 src/com/gps/hibernate/ShoppingitempriceDAO.java 23 fieldCommentRequirement Required
29132 src/com/gps/hibernate/ShoppingitempriceDAO.java 26 fieldCommentRequirement Required
29133 src/com/gps/hibernate/ShoppingitempriceDAO.java 27 fieldCommentRequirement Required
29134 src/com/gps/hibernate/ShoppingitempriceDAO.java 28 fieldCommentRequirement Required
29135 src/com/gps/hibernate/ShoppingitempriceDAO.java 29 fieldCommentRequirement Required
29136 src/com/gps/hibernate/ShoppingitempriceDAO.java 30 fieldCommentRequirement Required
29137 src/com/gps/hibernate/ShoppingitempriceDAO.java 31 fieldCommentRequirement Required
29138 src/com/gps/hibernate/ShoppingitempriceDAO.java 32 fieldCommentRequirement Required
29139 src/com/gps/hibernate/ShoppingitempriceDAO.java 33 Avoid excessively long variable names like USE_SHIPPING_FORMULA
29140 src/com/gps/hibernate/ShoppingitempriceDAO.java 33 fieldCommentRequirement Required
29141 src/com/gps/hibernate/ShoppingitempriceDAO.java 34 fieldCommentRequirement Required
29142 src/com/gps/hibernate/ShoppingitempriceDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
29143 src/com/gps/hibernate/ShoppingitempriceDAO.java 36 publicMethodCommentRequirement Required
29144 src/com/gps/hibernate/ShoppingitempriceDAO.java 37 There is log block not surrounded by if
29145 src/com/gps/hibernate/ShoppingitempriceDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29146 src/com/gps/hibernate/ShoppingitempriceDAO.java 39 Potential violation of Law of Demeter (method chain calls)
29147 src/com/gps/hibernate/ShoppingitempriceDAO.java 40 There is log block not surrounded by if
29148 src/com/gps/hibernate/ShoppingitempriceDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29149 src/com/gps/hibernate/ShoppingitempriceDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29150 src/com/gps/hibernate/ShoppingitempriceDAO.java 42 There is log block not surrounded by if
29151 src/com/gps/hibernate/ShoppingitempriceDAO.java 47 Avoid excessively long variable names like persistentInstance
29152 src/com/gps/hibernate/ShoppingitempriceDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
29153 src/com/gps/hibernate/ShoppingitempriceDAO.java 47 publicMethodCommentRequirement Required
29154 src/com/gps/hibernate/ShoppingitempriceDAO.java 48 There is log block not surrounded by if
29155 src/com/gps/hibernate/ShoppingitempriceDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29156 src/com/gps/hibernate/ShoppingitempriceDAO.java 50 Potential violation of Law of Demeter (method chain calls)
29157 src/com/gps/hibernate/ShoppingitempriceDAO.java 51 There is log block not surrounded by if
29158 src/com/gps/hibernate/ShoppingitempriceDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29159 src/com/gps/hibernate/ShoppingitempriceDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29160 src/com/gps/hibernate/ShoppingitempriceDAO.java 53 There is log block not surrounded by if
29161 src/com/gps/hibernate/ShoppingitempriceDAO.java 58 Avoid variables with short names like id
29162 src/com/gps/hibernate/ShoppingitempriceDAO.java 58 Parameter 'id' is not assigned and could be declared final
29163 src/com/gps/hibernate/ShoppingitempriceDAO.java 58 publicMethodCommentRequirement Required
29164 src/com/gps/hibernate/ShoppingitempriceDAO.java 59 There is log block not surrounded by if
29165 src/com/gps/hibernate/ShoppingitempriceDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29166 src/com/gps/hibernate/ShoppingitempriceDAO.java 61 Local variable 'instance' could be declared final
29167 src/com/gps/hibernate/ShoppingitempriceDAO.java 61 Potential violation of Law of Demeter (method chain calls)
29168 src/com/gps/hibernate/ShoppingitempriceDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29169 src/com/gps/hibernate/ShoppingitempriceDAO.java 65 There is log block not surrounded by if
29170 src/com/gps/hibernate/ShoppingitempriceDAO.java 70 Parameter 'instance' is not assigned and could be declared final
29171 src/com/gps/hibernate/ShoppingitempriceDAO.java 70 publicMethodCommentRequirement Required
29172 src/com/gps/hibernate/ShoppingitempriceDAO.java 71 There is log block not surrounded by if
29173 src/com/gps/hibernate/ShoppingitempriceDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29174 src/com/gps/hibernate/ShoppingitempriceDAO.java 73 Local variable 'results' could be declared final
29175 src/com/gps/hibernate/ShoppingitempriceDAO.java 73 Potential violation of Law of Demeter (method chain calls)
29176 src/com/gps/hibernate/ShoppingitempriceDAO.java 73 Potential violation of Law of Demeter (method chain calls)
29177 src/com/gps/hibernate/ShoppingitempriceDAO.java 73 Potential violation of Law of Demeter (method chain calls)
29178 src/com/gps/hibernate/ShoppingitempriceDAO.java 76 There is log block not surrounded by if
29179 src/com/gps/hibernate/ShoppingitempriceDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29180 src/com/gps/hibernate/ShoppingitempriceDAO.java 77 Potential violation of Law of Demeter (object not created locally)
29181 src/com/gps/hibernate/ShoppingitempriceDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29182 src/com/gps/hibernate/ShoppingitempriceDAO.java 80 There is log block not surrounded by if
29183 src/com/gps/hibernate/ShoppingitempriceDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
29184 src/com/gps/hibernate/ShoppingitempriceDAO.java 85 Parameter 'value' is not assigned and could be declared final
29185 src/com/gps/hibernate/ShoppingitempriceDAO.java 85 publicMethodCommentRequirement Required
29186 src/com/gps/hibernate/ShoppingitempriceDAO.java 86 There is log block not surrounded by if
29187 src/com/gps/hibernate/ShoppingitempriceDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29188 src/com/gps/hibernate/ShoppingitempriceDAO.java 89 Local variable 'queryString' could be declared final
29189 src/com/gps/hibernate/ShoppingitempriceDAO.java 91 Local variable 'queryObject' could be declared final
29190 src/com/gps/hibernate/ShoppingitempriceDAO.java 91 Potential violation of Law of Demeter (method chain calls)
29191 src/com/gps/hibernate/ShoppingitempriceDAO.java 92 Potential violation of Law of Demeter (object not created locally)
29192 src/com/gps/hibernate/ShoppingitempriceDAO.java 93 Potential violation of Law of Demeter (object not created locally)
29193 src/com/gps/hibernate/ShoppingitempriceDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29194 src/com/gps/hibernate/ShoppingitempriceDAO.java 95 There is log block not surrounded by if
29195 src/com/gps/hibernate/ShoppingitempriceDAO.java 100 Parameter 'itemId' is not assigned and could be declared final
29196 src/com/gps/hibernate/ShoppingitempriceDAO.java 100 publicMethodCommentRequirement Required
29197 src/com/gps/hibernate/ShoppingitempriceDAO.java 104 Parameter 'minQuantity' is not assigned and could be declared final
29198 src/com/gps/hibernate/ShoppingitempriceDAO.java 104 publicMethodCommentRequirement Required
29199 src/com/gps/hibernate/ShoppingitempriceDAO.java 108 Parameter 'maxQuantity' is not assigned and could be declared final
29200 src/com/gps/hibernate/ShoppingitempriceDAO.java 108 publicMethodCommentRequirement Required
29201 src/com/gps/hibernate/ShoppingitempriceDAO.java 112 Parameter 'price' is not assigned and could be declared final
29202 src/com/gps/hibernate/ShoppingitempriceDAO.java 112 publicMethodCommentRequirement Required
29203 src/com/gps/hibernate/ShoppingitempriceDAO.java 116 Parameter 'discount' is not assigned and could be declared final
29204 src/com/gps/hibernate/ShoppingitempriceDAO.java 116 publicMethodCommentRequirement Required
29205 src/com/gps/hibernate/ShoppingitempriceDAO.java 120 Parameter 'taxable' is not assigned and could be declared final
29206 src/com/gps/hibernate/ShoppingitempriceDAO.java 120 publicMethodCommentRequirement Required
29207 src/com/gps/hibernate/ShoppingitempriceDAO.java 124 Parameter 'shipping' is not assigned and could be declared final
29208 src/com/gps/hibernate/ShoppingitempriceDAO.java 124 publicMethodCommentRequirement Required
29209 src/com/gps/hibernate/ShoppingitempriceDAO.java 128 Avoid excessively long variable names like useShippingFormula
29210 src/com/gps/hibernate/ShoppingitempriceDAO.java 128 Parameter 'useShippingFormula' is not assigned and could be declared final
29211 src/com/gps/hibernate/ShoppingitempriceDAO.java 128 publicMethodCommentRequirement Required
29212 src/com/gps/hibernate/ShoppingitempriceDAO.java 132 Parameter 'status' is not assigned and could be declared final
29213 src/com/gps/hibernate/ShoppingitempriceDAO.java 132 publicMethodCommentRequirement Required
29214 src/com/gps/hibernate/ShoppingitempriceDAO.java 136 publicMethodCommentRequirement Required
29215 src/com/gps/hibernate/ShoppingitempriceDAO.java 137 There is log block not surrounded by if
29216 src/com/gps/hibernate/ShoppingitempriceDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29217 src/com/gps/hibernate/ShoppingitempriceDAO.java 139 Local variable 'queryString' could be declared final
29218 src/com/gps/hibernate/ShoppingitempriceDAO.java 140 Local variable 'queryObject' could be declared final
29219 src/com/gps/hibernate/ShoppingitempriceDAO.java 140 Potential violation of Law of Demeter (method chain calls)
29220 src/com/gps/hibernate/ShoppingitempriceDAO.java 141 Potential violation of Law of Demeter (object not created locally)
29221 src/com/gps/hibernate/ShoppingitempriceDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29222 src/com/gps/hibernate/ShoppingitempriceDAO.java 143 There is log block not surrounded by if
29223 src/com/gps/hibernate/ShoppingitempriceDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
29224 src/com/gps/hibernate/ShoppingitempriceDAO.java 148 publicMethodCommentRequirement Required
29225 src/com/gps/hibernate/ShoppingitempriceDAO.java 149 There is log block not surrounded by if
29226 src/com/gps/hibernate/ShoppingitempriceDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29227 src/com/gps/hibernate/ShoppingitempriceDAO.java 151 Local variable 'result' could be declared final
29228 src/com/gps/hibernate/ShoppingitempriceDAO.java 151 Potential violation of Law of Demeter (method chain calls)
29229 src/com/gps/hibernate/ShoppingitempriceDAO.java 153 There is log block not surrounded by if
29230 src/com/gps/hibernate/ShoppingitempriceDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29231 src/com/gps/hibernate/ShoppingitempriceDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29232 src/com/gps/hibernate/ShoppingitempriceDAO.java 156 There is log block not surrounded by if
29233 src/com/gps/hibernate/ShoppingitempriceDAO.java 161 Parameter 'instance' is not assigned and could be declared final
29234 src/com/gps/hibernate/ShoppingitempriceDAO.java 161 publicMethodCommentRequirement Required
29235 src/com/gps/hibernate/ShoppingitempriceDAO.java 162 There is log block not surrounded by if
29236 src/com/gps/hibernate/ShoppingitempriceDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29237 src/com/gps/hibernate/ShoppingitempriceDAO.java 164 Potential violation of Law of Demeter (method chain calls)
29238 src/com/gps/hibernate/ShoppingitempriceDAO.java 165 There is log block not surrounded by if
29239 src/com/gps/hibernate/ShoppingitempriceDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29240 src/com/gps/hibernate/ShoppingitempriceDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29241 src/com/gps/hibernate/ShoppingitempriceDAO.java 167 There is log block not surrounded by if
29242 src/com/gps/hibernate/ShoppingitempriceDAO.java 172 Parameter 'instance' is not assigned and could be declared final
29243 src/com/gps/hibernate/ShoppingitempriceDAO.java 172 publicMethodCommentRequirement Required
29244 src/com/gps/hibernate/ShoppingitempriceDAO.java 173 There is log block not surrounded by if
29245 src/com/gps/hibernate/ShoppingitempriceDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29246 src/com/gps/hibernate/ShoppingitempriceDAO.java 175 Potential violation of Law of Demeter (method chain calls)
29247 src/com/gps/hibernate/ShoppingitempriceDAO.java 176 There is log block not surrounded by if
29248 src/com/gps/hibernate/ShoppingitempriceDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29249 src/com/gps/hibernate/ShoppingitempriceDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29250 src/com/gps/hibernate/ShoppingitempriceDAO.java 178 There is log block not surrounded by if
29251 src/com/gps/hibernate/Shoppingorder.java 1 This class has a bunch of public methods and attributes
29252 src/com/gps/hibernate/Shoppingorder.java 11 Classes implementing Serializable should set a serialVersionUID
29253 src/com/gps/hibernate/Shoppingorder.java 11 Too many fields
29254 src/com/gps/hibernate/Shoppingorder.java 15 fieldCommentRequirement Required
29255 src/com/gps/hibernate/Shoppingorder.java 16 fieldCommentRequirement Required
29256 src/com/gps/hibernate/Shoppingorder.java 17 fieldCommentRequirement Required
29257 src/com/gps/hibernate/Shoppingorder.java 18 fieldCommentRequirement Required
29258 src/com/gps/hibernate/Shoppingorder.java 19 fieldCommentRequirement Required
29259 src/com/gps/hibernate/Shoppingorder.java 20 fieldCommentRequirement Required
29260 src/com/gps/hibernate/Shoppingorder.java 21 fieldCommentRequirement Required
29261 src/com/gps/hibernate/Shoppingorder.java 22 fieldCommentRequirement Required
29262 src/com/gps/hibernate/Shoppingorder.java 23 fieldCommentRequirement Required
29263 src/com/gps/hibernate/Shoppingorder.java 24 fieldCommentRequirement Required
29264 src/com/gps/hibernate/Shoppingorder.java 25 fieldCommentRequirement Required
29265 src/com/gps/hibernate/Shoppingorder.java 26 fieldCommentRequirement Required
29266 src/com/gps/hibernate/Shoppingorder.java 27 fieldCommentRequirement Required
29267 src/com/gps/hibernate/Shoppingorder.java 28 fieldCommentRequirement Required
29268 src/com/gps/hibernate/Shoppingorder.java 29 fieldCommentRequirement Required
29269 src/com/gps/hibernate/Shoppingorder.java 30 fieldCommentRequirement Required
29270 src/com/gps/hibernate/Shoppingorder.java 31 fieldCommentRequirement Required
29271 src/com/gps/hibernate/Shoppingorder.java 32 fieldCommentRequirement Required
29272 src/com/gps/hibernate/Shoppingorder.java 33 Avoid excessively long variable names like billingEmailAddress
29273 src/com/gps/hibernate/Shoppingorder.java 33 fieldCommentRequirement Required
29274 src/com/gps/hibernate/Shoppingorder.java 34 fieldCommentRequirement Required
29275 src/com/gps/hibernate/Shoppingorder.java 35 fieldCommentRequirement Required
29276 src/com/gps/hibernate/Shoppingorder.java 36 fieldCommentRequirement Required
29277 src/com/gps/hibernate/Shoppingorder.java 37 fieldCommentRequirement Required
29278 src/com/gps/hibernate/Shoppingorder.java 38 fieldCommentRequirement Required
29279 src/com/gps/hibernate/Shoppingorder.java 39 fieldCommentRequirement Required
29280 src/com/gps/hibernate/Shoppingorder.java 40 fieldCommentRequirement Required
29281 src/com/gps/hibernate/Shoppingorder.java 41 fieldCommentRequirement Required
29282 src/com/gps/hibernate/Shoppingorder.java 42 fieldCommentRequirement Required
29283 src/com/gps/hibernate/Shoppingorder.java 43 fieldCommentRequirement Required
29284 src/com/gps/hibernate/Shoppingorder.java 44 Avoid excessively long variable names like shippingEmailAddress
29285 src/com/gps/hibernate/Shoppingorder.java 44 fieldCommentRequirement Required
29286 src/com/gps/hibernate/Shoppingorder.java 45 fieldCommentRequirement Required
29287 src/com/gps/hibernate/Shoppingorder.java 46 fieldCommentRequirement Required
29288 src/com/gps/hibernate/Shoppingorder.java 47 fieldCommentRequirement Required
29289 src/com/gps/hibernate/Shoppingorder.java 48 fieldCommentRequirement Required
29290 src/com/gps/hibernate/Shoppingorder.java 49 fieldCommentRequirement Required
29291 src/com/gps/hibernate/Shoppingorder.java 50 fieldCommentRequirement Required
29292 src/com/gps/hibernate/Shoppingorder.java 51 fieldCommentRequirement Required
29293 src/com/gps/hibernate/Shoppingorder.java 52 fieldCommentRequirement Required
29294 src/com/gps/hibernate/Shoppingorder.java 53 fieldCommentRequirement Required
29295 src/com/gps/hibernate/Shoppingorder.java 54 fieldCommentRequirement Required
29296 src/com/gps/hibernate/Shoppingorder.java 55 fieldCommentRequirement Required
29297 src/com/gps/hibernate/Shoppingorder.java 56 fieldCommentRequirement Required
29298 src/com/gps/hibernate/Shoppingorder.java 57 fieldCommentRequirement Required
29299 src/com/gps/hibernate/Shoppingorder.java 58 fieldCommentRequirement Required
29300 src/com/gps/hibernate/Shoppingorder.java 59 fieldCommentRequirement Required
29301 src/com/gps/hibernate/Shoppingorder.java 60 fieldCommentRequirement Required
29302 src/com/gps/hibernate/Shoppingorder.java 61 fieldCommentRequirement Required
29303 src/com/gps/hibernate/Shoppingorder.java 62 fieldCommentRequirement Required
29304 src/com/gps/hibernate/Shoppingorder.java 63 fieldCommentRequirement Required
29305 src/com/gps/hibernate/Shoppingorder.java 64 fieldCommentRequirement Required
29306 src/com/gps/hibernate/Shoppingorder.java 65 fieldCommentRequirement Required
29307 src/com/gps/hibernate/Shoppingorder.java 70 Document empty constructor
29308 src/com/gps/hibernate/Shoppingorder.java 74 Parameter 'orderId' is not assigned and could be declared final
29309 src/com/gps/hibernate/Shoppingorder.java 79 Avoid long parameter lists.
29310 src/com/gps/hibernate/Shoppingorder.java 79 Parameter 'companyId' is not assigned and could be declared final
29311 src/com/gps/hibernate/Shoppingorder.java 79 Parameter 'groupId' is not assigned and could be declared final
29312 src/com/gps/hibernate/Shoppingorder.java 79 Parameter 'orderId' is not assigned and could be declared final
29313 src/com/gps/hibernate/Shoppingorder.java 80 Parameter 'createDate' is not assigned and could be declared final
29314 src/com/gps/hibernate/Shoppingorder.java 80 Parameter 'modifiedDate' is not assigned and could be declared final
29315 src/com/gps/hibernate/Shoppingorder.java 80 Parameter 'userId' is not assigned and could be declared final
29316 src/com/gps/hibernate/Shoppingorder.java 80 Parameter 'userName' is not assigned and could be declared final
29317 src/com/gps/hibernate/Shoppingorder.java 81 Parameter 'altShipping' is not assigned and could be declared final
29318 src/com/gps/hibernate/Shoppingorder.java 81 Parameter 'number' is not assigned and could be declared final
29319 src/com/gps/hibernate/Shoppingorder.java 81 Parameter 'shipping' is not assigned and could be declared final
29320 src/com/gps/hibernate/Shoppingorder.java 81 Parameter 'tax' is not assigned and could be declared final
29321 src/com/gps/hibernate/Shoppingorder.java 82 Parameter 'insurance' is not assigned and could be declared final
29322 src/com/gps/hibernate/Shoppingorder.java 82 Parameter 'insure' is not assigned and could be declared final
29323 src/com/gps/hibernate/Shoppingorder.java 82 Parameter 'requiresShipping' is not assigned and could be declared final
29324 src/com/gps/hibernate/Shoppingorder.java 83 Parameter 'billingFirstName' is not assigned and could be declared final
29325 src/com/gps/hibernate/Shoppingorder.java 83 Parameter 'couponCodes' is not assigned and could be declared final
29326 src/com/gps/hibernate/Shoppingorder.java 83 Parameter 'couponDiscount' is not assigned and could be declared final
29327 src/com/gps/hibernate/Shoppingorder.java 84 Avoid excessively long variable names like billingEmailAddress
29328 src/com/gps/hibernate/Shoppingorder.java 84 Parameter 'billingEmailAddress' is not assigned and could be declared final
29329 src/com/gps/hibernate/Shoppingorder.java 84 Parameter 'billingLastName' is not assigned and could be declared final
29330 src/com/gps/hibernate/Shoppingorder.java 85 Parameter 'billingCity' is not assigned and could be declared final
29331 src/com/gps/hibernate/Shoppingorder.java 85 Parameter 'billingCompany' is not assigned and could be declared final
29332 src/com/gps/hibernate/Shoppingorder.java 85 Parameter 'billingStreet' is not assigned and could be declared final
29333 src/com/gps/hibernate/Shoppingorder.java 86 Parameter 'billingCountry' is not assigned and could be declared final
29334 src/com/gps/hibernate/Shoppingorder.java 86 Parameter 'billingState' is not assigned and could be declared final
29335 src/com/gps/hibernate/Shoppingorder.java 86 Parameter 'billingZip' is not assigned and could be declared final
29336 src/com/gps/hibernate/Shoppingorder.java 87 Parameter 'billingPhone' is not assigned and could be declared final
29337 src/com/gps/hibernate/Shoppingorder.java 87 Parameter 'shipToBilling' is not assigned and could be declared final
29338 src/com/gps/hibernate/Shoppingorder.java 87 Parameter 'shippingFirstName' is not assigned and could be declared final
29339 src/com/gps/hibernate/Shoppingorder.java 88 Avoid excessively long variable names like shippingEmailAddress
29340 src/com/gps/hibernate/Shoppingorder.java 88 Parameter 'shippingEmailAddress' is not assigned and could be declared final
29341 src/com/gps/hibernate/Shoppingorder.java 88 Parameter 'shippingLastName' is not assigned and could be declared final
29342 src/com/gps/hibernate/Shoppingorder.java 89 Parameter 'shippingCity' is not assigned and could be declared final
29343 src/com/gps/hibernate/Shoppingorder.java 89 Parameter 'shippingCompany' is not assigned and could be declared final
29344 src/com/gps/hibernate/Shoppingorder.java 89 Parameter 'shippingStreet' is not assigned and could be declared final
29345 src/com/gps/hibernate/Shoppingorder.java 90 Parameter 'shippingCountry' is not assigned and could be declared final
29346 src/com/gps/hibernate/Shoppingorder.java 90 Parameter 'shippingState' is not assigned and could be declared final
29347 src/com/gps/hibernate/Shoppingorder.java 90 Parameter 'shippingZip' is not assigned and could be declared final
29348 src/com/gps/hibernate/Shoppingorder.java 91 Parameter 'ccName' is not assigned and could be declared final
29349 src/com/gps/hibernate/Shoppingorder.java 91 Parameter 'ccType' is not assigned and could be declared final
29350 src/com/gps/hibernate/Shoppingorder.java 91 Parameter 'shippingPhone' is not assigned and could be declared final
29351 src/com/gps/hibernate/Shoppingorder.java 92 Parameter 'ccExpMonth' is not assigned and could be declared final
29352 src/com/gps/hibernate/Shoppingorder.java 92 Parameter 'ccExpYear' is not assigned and could be declared final
29353 src/com/gps/hibernate/Shoppingorder.java 92 Parameter 'ccNumber' is not assigned and could be declared final
29354 src/com/gps/hibernate/Shoppingorder.java 93 Parameter 'ccVerNumber' is not assigned and could be declared final
29355 src/com/gps/hibernate/Shoppingorder.java 93 Parameter 'comments' is not assigned and could be declared final
29356 src/com/gps/hibernate/Shoppingorder.java 93 Parameter 'ppTxnId' is not assigned and could be declared final
29357 src/com/gps/hibernate/Shoppingorder.java 94 Parameter 'ppPaymentGross' is not assigned and could be declared final
29358 src/com/gps/hibernate/Shoppingorder.java 94 Parameter 'ppPaymentStatus' is not assigned and could be declared final
29359 src/com/gps/hibernate/Shoppingorder.java 95 Parameter 'ppPayerEmail' is not assigned and could be declared final
29360 src/com/gps/hibernate/Shoppingorder.java 95 Parameter 'ppReceiverEmail' is not assigned and could be declared final
29361 src/com/gps/hibernate/Shoppingorder.java 95 Parameter 'sendOrderEmail' is not assigned and could be declared final
29362 src/com/gps/hibernate/Shoppingorder.java 96 Parameter 'sendShippingEmail' is not assigned and could be declared final
29363 src/com/gps/hibernate/Shoppingorder.java 152 publicMethodCommentRequirement Required
29364 src/com/gps/hibernate/Shoppingorder.java 156 Parameter 'orderId' is not assigned and could be declared final
29365 src/com/gps/hibernate/Shoppingorder.java 156 publicMethodCommentRequirement Required
29366 src/com/gps/hibernate/Shoppingorder.java 160 publicMethodCommentRequirement Required
29367 src/com/gps/hibernate/Shoppingorder.java 164 Parameter 'groupId' is not assigned and could be declared final
29368 src/com/gps/hibernate/Shoppingorder.java 164 publicMethodCommentRequirement Required
29369 src/com/gps/hibernate/Shoppingorder.java 168 publicMethodCommentRequirement Required
29370 src/com/gps/hibernate/Shoppingorder.java 172 Parameter 'companyId' is not assigned and could be declared final
29371 src/com/gps/hibernate/Shoppingorder.java 172 publicMethodCommentRequirement Required
29372 src/com/gps/hibernate/Shoppingorder.java 176 publicMethodCommentRequirement Required
29373 src/com/gps/hibernate/Shoppingorder.java 180 Parameter 'userId' is not assigned and could be declared final
29374 src/com/gps/hibernate/Shoppingorder.java 180 publicMethodCommentRequirement Required
29375 src/com/gps/hibernate/Shoppingorder.java 184 publicMethodCommentRequirement Required
29376 src/com/gps/hibernate/Shoppingorder.java 188 Parameter 'userName' is not assigned and could be declared final
29377 src/com/gps/hibernate/Shoppingorder.java 188 publicMethodCommentRequirement Required
29378 src/com/gps/hibernate/Shoppingorder.java 192 publicMethodCommentRequirement Required
29379 src/com/gps/hibernate/Shoppingorder.java 196 Parameter 'createDate' is not assigned and could be declared final
29380 src/com/gps/hibernate/Shoppingorder.java 196 publicMethodCommentRequirement Required
29381 src/com/gps/hibernate/Shoppingorder.java 200 publicMethodCommentRequirement Required
29382 src/com/gps/hibernate/Shoppingorder.java 204 Parameter 'modifiedDate' is not assigned and could be declared final
29383 src/com/gps/hibernate/Shoppingorder.java 204 publicMethodCommentRequirement Required
29384 src/com/gps/hibernate/Shoppingorder.java 208 publicMethodCommentRequirement Required
29385 src/com/gps/hibernate/Shoppingorder.java 212 Parameter 'number' is not assigned and could be declared final
29386 src/com/gps/hibernate/Shoppingorder.java 212 publicMethodCommentRequirement Required
29387 src/com/gps/hibernate/Shoppingorder.java 216 publicMethodCommentRequirement Required
29388 src/com/gps/hibernate/Shoppingorder.java 220 Parameter 'tax' is not assigned and could be declared final
29389 src/com/gps/hibernate/Shoppingorder.java 220 publicMethodCommentRequirement Required
29390 src/com/gps/hibernate/Shoppingorder.java 224 publicMethodCommentRequirement Required
29391 src/com/gps/hibernate/Shoppingorder.java 228 Parameter 'shipping' is not assigned and could be declared final
29392 src/com/gps/hibernate/Shoppingorder.java 228 publicMethodCommentRequirement Required
29393 src/com/gps/hibernate/Shoppingorder.java 232 publicMethodCommentRequirement Required
29394 src/com/gps/hibernate/Shoppingorder.java 236 Parameter 'altShipping' is not assigned and could be declared final
29395 src/com/gps/hibernate/Shoppingorder.java 236 publicMethodCommentRequirement Required
29396 src/com/gps/hibernate/Shoppingorder.java 240 publicMethodCommentRequirement Required
29397 src/com/gps/hibernate/Shoppingorder.java 244 Parameter 'requiresShipping' is not assigned and could be declared final
29398 src/com/gps/hibernate/Shoppingorder.java 244 publicMethodCommentRequirement Required
29399 src/com/gps/hibernate/Shoppingorder.java 248 publicMethodCommentRequirement Required
29400 src/com/gps/hibernate/Shoppingorder.java 252 Parameter 'insure' is not assigned and could be declared final
29401 src/com/gps/hibernate/Shoppingorder.java 252 publicMethodCommentRequirement Required
29402 src/com/gps/hibernate/Shoppingorder.java 256 publicMethodCommentRequirement Required
29403 src/com/gps/hibernate/Shoppingorder.java 260 Parameter 'insurance' is not assigned and could be declared final
29404 src/com/gps/hibernate/Shoppingorder.java 260 publicMethodCommentRequirement Required
29405 src/com/gps/hibernate/Shoppingorder.java 264 publicMethodCommentRequirement Required
29406 src/com/gps/hibernate/Shoppingorder.java 268 Parameter 'couponCodes' is not assigned and could be declared final
29407 src/com/gps/hibernate/Shoppingorder.java 268 publicMethodCommentRequirement Required
29408 src/com/gps/hibernate/Shoppingorder.java 272 publicMethodCommentRequirement Required
29409 src/com/gps/hibernate/Shoppingorder.java 276 Parameter 'couponDiscount' is not assigned and could be declared final
29410 src/com/gps/hibernate/Shoppingorder.java 276 publicMethodCommentRequirement Required
29411 src/com/gps/hibernate/Shoppingorder.java 280 publicMethodCommentRequirement Required
29412 src/com/gps/hibernate/Shoppingorder.java 284 Parameter 'billingFirstName' is not assigned and could be declared final
29413 src/com/gps/hibernate/Shoppingorder.java 284 publicMethodCommentRequirement Required
29414 src/com/gps/hibernate/Shoppingorder.java 288 publicMethodCommentRequirement Required
29415 src/com/gps/hibernate/Shoppingorder.java 292 Parameter 'billingLastName' is not assigned and could be declared final
29416 src/com/gps/hibernate/Shoppingorder.java 292 publicMethodCommentRequirement Required
29417 src/com/gps/hibernate/Shoppingorder.java 296 publicMethodCommentRequirement Required
29418 src/com/gps/hibernate/Shoppingorder.java 300 Avoid excessively long variable names like billingEmailAddress
29419 src/com/gps/hibernate/Shoppingorder.java 300 Parameter 'billingEmailAddress' is not assigned and could be declared final
29420 src/com/gps/hibernate/Shoppingorder.java 300 publicMethodCommentRequirement Required
29421 src/com/gps/hibernate/Shoppingorder.java 304 publicMethodCommentRequirement Required
29422 src/com/gps/hibernate/Shoppingorder.java 308 Parameter 'billingCompany' is not assigned and could be declared final
29423 src/com/gps/hibernate/Shoppingorder.java 308 publicMethodCommentRequirement Required
29424 src/com/gps/hibernate/Shoppingorder.java 312 publicMethodCommentRequirement Required
29425 src/com/gps/hibernate/Shoppingorder.java 316 Parameter 'billingStreet' is not assigned and could be declared final
29426 src/com/gps/hibernate/Shoppingorder.java 316 publicMethodCommentRequirement Required
29427 src/com/gps/hibernate/Shoppingorder.java 320 publicMethodCommentRequirement Required
29428 src/com/gps/hibernate/Shoppingorder.java 324 Parameter 'billingCity' is not assigned and could be declared final
29429 src/com/gps/hibernate/Shoppingorder.java 324 publicMethodCommentRequirement Required
29430 src/com/gps/hibernate/Shoppingorder.java 328 publicMethodCommentRequirement Required
29431 src/com/gps/hibernate/Shoppingorder.java 332 Parameter 'billingState' is not assigned and could be declared final
29432 src/com/gps/hibernate/Shoppingorder.java 332 publicMethodCommentRequirement Required
29433 src/com/gps/hibernate/Shoppingorder.java 336 publicMethodCommentRequirement Required
29434 src/com/gps/hibernate/Shoppingorder.java 340 Parameter 'billingZip' is not assigned and could be declared final
29435 src/com/gps/hibernate/Shoppingorder.java 340 publicMethodCommentRequirement Required
29436 src/com/gps/hibernate/Shoppingorder.java 344 publicMethodCommentRequirement Required
29437 src/com/gps/hibernate/Shoppingorder.java 348 Parameter 'billingCountry' is not assigned and could be declared final
29438 src/com/gps/hibernate/Shoppingorder.java 348 publicMethodCommentRequirement Required
29439 src/com/gps/hibernate/Shoppingorder.java 352 publicMethodCommentRequirement Required
29440 src/com/gps/hibernate/Shoppingorder.java 356 Parameter 'billingPhone' is not assigned and could be declared final
29441 src/com/gps/hibernate/Shoppingorder.java 356 publicMethodCommentRequirement Required
29442 src/com/gps/hibernate/Shoppingorder.java 360 publicMethodCommentRequirement Required
29443 src/com/gps/hibernate/Shoppingorder.java 364 Parameter 'shipToBilling' is not assigned and could be declared final
29444 src/com/gps/hibernate/Shoppingorder.java 364 publicMethodCommentRequirement Required
29445 src/com/gps/hibernate/Shoppingorder.java 368 publicMethodCommentRequirement Required
29446 src/com/gps/hibernate/Shoppingorder.java 372 Parameter 'shippingFirstName' is not assigned and could be declared final
29447 src/com/gps/hibernate/Shoppingorder.java 372 publicMethodCommentRequirement Required
29448 src/com/gps/hibernate/Shoppingorder.java 376 publicMethodCommentRequirement Required
29449 src/com/gps/hibernate/Shoppingorder.java 380 Parameter 'shippingLastName' is not assigned and could be declared final
29450 src/com/gps/hibernate/Shoppingorder.java 380 publicMethodCommentRequirement Required
29451 src/com/gps/hibernate/Shoppingorder.java 384 publicMethodCommentRequirement Required
29452 src/com/gps/hibernate/Shoppingorder.java 388 Avoid excessively long variable names like shippingEmailAddress
29453 src/com/gps/hibernate/Shoppingorder.java 388 Parameter 'shippingEmailAddress' is not assigned and could be declared final
29454 src/com/gps/hibernate/Shoppingorder.java 388 publicMethodCommentRequirement Required
29455 src/com/gps/hibernate/Shoppingorder.java 392 publicMethodCommentRequirement Required
29456 src/com/gps/hibernate/Shoppingorder.java 396 Parameter 'shippingCompany' is not assigned and could be declared final
29457 src/com/gps/hibernate/Shoppingorder.java 396 publicMethodCommentRequirement Required
29458 src/com/gps/hibernate/Shoppingorder.java 400 publicMethodCommentRequirement Required
29459 src/com/gps/hibernate/Shoppingorder.java 404 Parameter 'shippingStreet' is not assigned and could be declared final
29460 src/com/gps/hibernate/Shoppingorder.java 404 publicMethodCommentRequirement Required
29461 src/com/gps/hibernate/Shoppingorder.java 408 publicMethodCommentRequirement Required
29462 src/com/gps/hibernate/Shoppingorder.java 412 Parameter 'shippingCity' is not assigned and could be declared final
29463 src/com/gps/hibernate/Shoppingorder.java 412 publicMethodCommentRequirement Required
29464 src/com/gps/hibernate/Shoppingorder.java 416 publicMethodCommentRequirement Required
29465 src/com/gps/hibernate/Shoppingorder.java 420 Parameter 'shippingState' is not assigned and could be declared final
29466 src/com/gps/hibernate/Shoppingorder.java 420 publicMethodCommentRequirement Required
29467 src/com/gps/hibernate/Shoppingorder.java 424 publicMethodCommentRequirement Required
29468 src/com/gps/hibernate/Shoppingorder.java 428 Parameter 'shippingZip' is not assigned and could be declared final
29469 src/com/gps/hibernate/Shoppingorder.java 428 publicMethodCommentRequirement Required
29470 src/com/gps/hibernate/Shoppingorder.java 432 publicMethodCommentRequirement Required
29471 src/com/gps/hibernate/Shoppingorder.java 436 Parameter 'shippingCountry' is not assigned and could be declared final
29472 src/com/gps/hibernate/Shoppingorder.java 436 publicMethodCommentRequirement Required
29473 src/com/gps/hibernate/Shoppingorder.java 440 publicMethodCommentRequirement Required
29474 src/com/gps/hibernate/Shoppingorder.java 444 Parameter 'shippingPhone' is not assigned and could be declared final
29475 src/com/gps/hibernate/Shoppingorder.java 444 publicMethodCommentRequirement Required
29476 src/com/gps/hibernate/Shoppingorder.java 448 publicMethodCommentRequirement Required
29477 src/com/gps/hibernate/Shoppingorder.java 452 Parameter 'ccName' is not assigned and could be declared final
29478 src/com/gps/hibernate/Shoppingorder.java 452 publicMethodCommentRequirement Required
29479 src/com/gps/hibernate/Shoppingorder.java 456 publicMethodCommentRequirement Required
29480 src/com/gps/hibernate/Shoppingorder.java 460 Parameter 'ccType' is not assigned and could be declared final
29481 src/com/gps/hibernate/Shoppingorder.java 460 publicMethodCommentRequirement Required
29482 src/com/gps/hibernate/Shoppingorder.java 464 publicMethodCommentRequirement Required
29483 src/com/gps/hibernate/Shoppingorder.java 468 Parameter 'ccNumber' is not assigned and could be declared final
29484 src/com/gps/hibernate/Shoppingorder.java 468 publicMethodCommentRequirement Required
29485 src/com/gps/hibernate/Shoppingorder.java 472 publicMethodCommentRequirement Required
29486 src/com/gps/hibernate/Shoppingorder.java 476 Parameter 'ccExpMonth' is not assigned and could be declared final
29487 src/com/gps/hibernate/Shoppingorder.java 476 publicMethodCommentRequirement Required
29488 src/com/gps/hibernate/Shoppingorder.java 480 publicMethodCommentRequirement Required
29489 src/com/gps/hibernate/Shoppingorder.java 484 Parameter 'ccExpYear' is not assigned and could be declared final
29490 src/com/gps/hibernate/Shoppingorder.java 484 publicMethodCommentRequirement Required
29491 src/com/gps/hibernate/Shoppingorder.java 488 publicMethodCommentRequirement Required
29492 src/com/gps/hibernate/Shoppingorder.java 492 Parameter 'ccVerNumber' is not assigned and could be declared final
29493 src/com/gps/hibernate/Shoppingorder.java 492 publicMethodCommentRequirement Required
29494 src/com/gps/hibernate/Shoppingorder.java 496 publicMethodCommentRequirement Required
29495 src/com/gps/hibernate/Shoppingorder.java 500 Parameter 'comments' is not assigned and could be declared final
29496 src/com/gps/hibernate/Shoppingorder.java 500 publicMethodCommentRequirement Required
29497 src/com/gps/hibernate/Shoppingorder.java 504 publicMethodCommentRequirement Required
29498 src/com/gps/hibernate/Shoppingorder.java 508 Parameter 'ppTxnId' is not assigned and could be declared final
29499 src/com/gps/hibernate/Shoppingorder.java 508 publicMethodCommentRequirement Required
29500 src/com/gps/hibernate/Shoppingorder.java 512 publicMethodCommentRequirement Required
29501 src/com/gps/hibernate/Shoppingorder.java 516 Parameter 'ppPaymentStatus' is not assigned and could be declared final
29502 src/com/gps/hibernate/Shoppingorder.java 516 publicMethodCommentRequirement Required
29503 src/com/gps/hibernate/Shoppingorder.java 520 publicMethodCommentRequirement Required
29504 src/com/gps/hibernate/Shoppingorder.java 524 Parameter 'ppPaymentGross' is not assigned and could be declared final
29505 src/com/gps/hibernate/Shoppingorder.java 524 publicMethodCommentRequirement Required
29506 src/com/gps/hibernate/Shoppingorder.java 528 publicMethodCommentRequirement Required
29507 src/com/gps/hibernate/Shoppingorder.java 532 Parameter 'ppReceiverEmail' is not assigned and could be declared final
29508 src/com/gps/hibernate/Shoppingorder.java 532 publicMethodCommentRequirement Required
29509 src/com/gps/hibernate/Shoppingorder.java 536 publicMethodCommentRequirement Required
29510 src/com/gps/hibernate/Shoppingorder.java 540 Parameter 'ppPayerEmail' is not assigned and could be declared final
29511 src/com/gps/hibernate/Shoppingorder.java 540 publicMethodCommentRequirement Required
29512 src/com/gps/hibernate/Shoppingorder.java 544 publicMethodCommentRequirement Required
29513 src/com/gps/hibernate/Shoppingorder.java 548 Parameter 'sendOrderEmail' is not assigned and could be declared final
29514 src/com/gps/hibernate/Shoppingorder.java 548 publicMethodCommentRequirement Required
29515 src/com/gps/hibernate/Shoppingorder.java 552 publicMethodCommentRequirement Required
29516 src/com/gps/hibernate/Shoppingorder.java 556 Parameter 'sendShippingEmail' is not assigned and could be declared final
29517 src/com/gps/hibernate/Shoppingorder.java 556 publicMethodCommentRequirement Required
29518 src/com/gps/hibernate/ShoppingorderDAO.java 1 This class has a bunch of public methods and attributes
29519 src/com/gps/hibernate/ShoppingorderDAO.java 3 Avoid unused imports such as 'java.util.Date'
29520 src/com/gps/hibernate/ShoppingorderDAO.java 11 Comment is too large: Too many lines
29521 src/com/gps/hibernate/ShoppingorderDAO.java 23 This class has too many methods, consider refactoring it.
29522 src/com/gps/hibernate/ShoppingorderDAO.java 24 Logger should be defined private static final and have the correct class
29523 src/com/gps/hibernate/ShoppingorderDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
29524 src/com/gps/hibernate/ShoppingorderDAO.java 24 fieldCommentRequirement Required
29525 src/com/gps/hibernate/ShoppingorderDAO.java 26 fieldCommentRequirement Required
29526 src/com/gps/hibernate/ShoppingorderDAO.java 27 fieldCommentRequirement Required
29527 src/com/gps/hibernate/ShoppingorderDAO.java 28 fieldCommentRequirement Required
29528 src/com/gps/hibernate/ShoppingorderDAO.java 29 fieldCommentRequirement Required
29529 src/com/gps/hibernate/ShoppingorderDAO.java 30 fieldCommentRequirement Required
29530 src/com/gps/hibernate/ShoppingorderDAO.java 31 fieldCommentRequirement Required
29531 src/com/gps/hibernate/ShoppingorderDAO.java 32 fieldCommentRequirement Required
29532 src/com/gps/hibernate/ShoppingorderDAO.java 33 fieldCommentRequirement Required
29533 src/com/gps/hibernate/ShoppingorderDAO.java 34 fieldCommentRequirement Required
29534 src/com/gps/hibernate/ShoppingorderDAO.java 35 fieldCommentRequirement Required
29535 src/com/gps/hibernate/ShoppingorderDAO.java 36 fieldCommentRequirement Required
29536 src/com/gps/hibernate/ShoppingorderDAO.java 37 fieldCommentRequirement Required
29537 src/com/gps/hibernate/ShoppingorderDAO.java 38 fieldCommentRequirement Required
29538 src/com/gps/hibernate/ShoppingorderDAO.java 39 Avoid excessively long variable names like BILLING_FIRST_NAME
29539 src/com/gps/hibernate/ShoppingorderDAO.java 39 fieldCommentRequirement Required
29540 src/com/gps/hibernate/ShoppingorderDAO.java 40 fieldCommentRequirement Required
29541 src/com/gps/hibernate/ShoppingorderDAO.java 41 Avoid excessively long variable names like BILLING_EMAIL_ADDRESS
29542 src/com/gps/hibernate/ShoppingorderDAO.java 41 fieldCommentRequirement Required
29543 src/com/gps/hibernate/ShoppingorderDAO.java 42 fieldCommentRequirement Required
29544 src/com/gps/hibernate/ShoppingorderDAO.java 43 fieldCommentRequirement Required
29545 src/com/gps/hibernate/ShoppingorderDAO.java 44 fieldCommentRequirement Required
29546 src/com/gps/hibernate/ShoppingorderDAO.java 45 fieldCommentRequirement Required
29547 src/com/gps/hibernate/ShoppingorderDAO.java 46 fieldCommentRequirement Required
29548 src/com/gps/hibernate/ShoppingorderDAO.java 47 fieldCommentRequirement Required
29549 src/com/gps/hibernate/ShoppingorderDAO.java 48 fieldCommentRequirement Required
29550 src/com/gps/hibernate/ShoppingorderDAO.java 49 fieldCommentRequirement Required
29551 src/com/gps/hibernate/ShoppingorderDAO.java 50 Avoid excessively long variable names like SHIPPING_FIRST_NAME
29552 src/com/gps/hibernate/ShoppingorderDAO.java 50 fieldCommentRequirement Required
29553 src/com/gps/hibernate/ShoppingorderDAO.java 51 Avoid excessively long variable names like SHIPPING_LAST_NAME
29554 src/com/gps/hibernate/ShoppingorderDAO.java 51 fieldCommentRequirement Required
29555 src/com/gps/hibernate/ShoppingorderDAO.java 52 Avoid excessively long variable names like SHIPPING_EMAIL_ADDRESS
29556 src/com/gps/hibernate/ShoppingorderDAO.java 52 fieldCommentRequirement Required
29557 src/com/gps/hibernate/ShoppingorderDAO.java 53 fieldCommentRequirement Required
29558 src/com/gps/hibernate/ShoppingorderDAO.java 54 fieldCommentRequirement Required
29559 src/com/gps/hibernate/ShoppingorderDAO.java 55 fieldCommentRequirement Required
29560 src/com/gps/hibernate/ShoppingorderDAO.java 56 fieldCommentRequirement Required
29561 src/com/gps/hibernate/ShoppingorderDAO.java 57 fieldCommentRequirement Required
29562 src/com/gps/hibernate/ShoppingorderDAO.java 58 fieldCommentRequirement Required
29563 src/com/gps/hibernate/ShoppingorderDAO.java 59 fieldCommentRequirement Required
29564 src/com/gps/hibernate/ShoppingorderDAO.java 60 fieldCommentRequirement Required
29565 src/com/gps/hibernate/ShoppingorderDAO.java 61 fieldCommentRequirement Required
29566 src/com/gps/hibernate/ShoppingorderDAO.java 62 fieldCommentRequirement Required
29567 src/com/gps/hibernate/ShoppingorderDAO.java 63 fieldCommentRequirement Required
29568 src/com/gps/hibernate/ShoppingorderDAO.java 64 fieldCommentRequirement Required
29569 src/com/gps/hibernate/ShoppingorderDAO.java 65 fieldCommentRequirement Required
29570 src/com/gps/hibernate/ShoppingorderDAO.java 66 fieldCommentRequirement Required
29571 src/com/gps/hibernate/ShoppingorderDAO.java 67 fieldCommentRequirement Required
29572 src/com/gps/hibernate/ShoppingorderDAO.java 68 fieldCommentRequirement Required
29573 src/com/gps/hibernate/ShoppingorderDAO.java 69 fieldCommentRequirement Required
29574 src/com/gps/hibernate/ShoppingorderDAO.java 70 fieldCommentRequirement Required
29575 src/com/gps/hibernate/ShoppingorderDAO.java 71 fieldCommentRequirement Required
29576 src/com/gps/hibernate/ShoppingorderDAO.java 72 fieldCommentRequirement Required
29577 src/com/gps/hibernate/ShoppingorderDAO.java 73 Avoid excessively long variable names like SEND_SHIPPING_EMAIL
29578 src/com/gps/hibernate/ShoppingorderDAO.java 73 fieldCommentRequirement Required
29579 src/com/gps/hibernate/ShoppingorderDAO.java 75 Parameter 'transientInstance' is not assigned and could be declared final
29580 src/com/gps/hibernate/ShoppingorderDAO.java 75 publicMethodCommentRequirement Required
29581 src/com/gps/hibernate/ShoppingorderDAO.java 76 There is log block not surrounded by if
29582 src/com/gps/hibernate/ShoppingorderDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29583 src/com/gps/hibernate/ShoppingorderDAO.java 78 Potential violation of Law of Demeter (method chain calls)
29584 src/com/gps/hibernate/ShoppingorderDAO.java 79 There is log block not surrounded by if
29585 src/com/gps/hibernate/ShoppingorderDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29586 src/com/gps/hibernate/ShoppingorderDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29587 src/com/gps/hibernate/ShoppingorderDAO.java 81 There is log block not surrounded by if
29588 src/com/gps/hibernate/ShoppingorderDAO.java 86 Avoid excessively long variable names like persistentInstance
29589 src/com/gps/hibernate/ShoppingorderDAO.java 86 Parameter 'persistentInstance' is not assigned and could be declared final
29590 src/com/gps/hibernate/ShoppingorderDAO.java 86 publicMethodCommentRequirement Required
29591 src/com/gps/hibernate/ShoppingorderDAO.java 87 There is log block not surrounded by if
29592 src/com/gps/hibernate/ShoppingorderDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29593 src/com/gps/hibernate/ShoppingorderDAO.java 89 Potential violation of Law of Demeter (method chain calls)
29594 src/com/gps/hibernate/ShoppingorderDAO.java 90 There is log block not surrounded by if
29595 src/com/gps/hibernate/ShoppingorderDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29596 src/com/gps/hibernate/ShoppingorderDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29597 src/com/gps/hibernate/ShoppingorderDAO.java 92 There is log block not surrounded by if
29598 src/com/gps/hibernate/ShoppingorderDAO.java 97 Avoid variables with short names like id
29599 src/com/gps/hibernate/ShoppingorderDAO.java 97 Parameter 'id' is not assigned and could be declared final
29600 src/com/gps/hibernate/ShoppingorderDAO.java 97 publicMethodCommentRequirement Required
29601 src/com/gps/hibernate/ShoppingorderDAO.java 98 There is log block not surrounded by if
29602 src/com/gps/hibernate/ShoppingorderDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29603 src/com/gps/hibernate/ShoppingorderDAO.java 100 Local variable 'instance' could be declared final
29604 src/com/gps/hibernate/ShoppingorderDAO.java 100 Potential violation of Law of Demeter (method chain calls)
29605 src/com/gps/hibernate/ShoppingorderDAO.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29606 src/com/gps/hibernate/ShoppingorderDAO.java 104 There is log block not surrounded by if
29607 src/com/gps/hibernate/ShoppingorderDAO.java 109 Parameter 'instance' is not assigned and could be declared final
29608 src/com/gps/hibernate/ShoppingorderDAO.java 109 publicMethodCommentRequirement Required
29609 src/com/gps/hibernate/ShoppingorderDAO.java 110 There is log block not surrounded by if
29610 src/com/gps/hibernate/ShoppingorderDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29611 src/com/gps/hibernate/ShoppingorderDAO.java 112 Local variable 'results' could be declared final
29612 src/com/gps/hibernate/ShoppingorderDAO.java 112 Potential violation of Law of Demeter (method chain calls)
29613 src/com/gps/hibernate/ShoppingorderDAO.java 112 Potential violation of Law of Demeter (method chain calls)
29614 src/com/gps/hibernate/ShoppingorderDAO.java 112 Potential violation of Law of Demeter (method chain calls)
29615 src/com/gps/hibernate/ShoppingorderDAO.java 115 There is log block not surrounded by if
29616 src/com/gps/hibernate/ShoppingorderDAO.java 115 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29617 src/com/gps/hibernate/ShoppingorderDAO.java 116 Potential violation of Law of Demeter (object not created locally)
29618 src/com/gps/hibernate/ShoppingorderDAO.java 118 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29619 src/com/gps/hibernate/ShoppingorderDAO.java 119 There is log block not surrounded by if
29620 src/com/gps/hibernate/ShoppingorderDAO.java 124 Parameter 'propertyName' is not assigned and could be declared final
29621 src/com/gps/hibernate/ShoppingorderDAO.java 124 Parameter 'value' is not assigned and could be declared final
29622 src/com/gps/hibernate/ShoppingorderDAO.java 124 publicMethodCommentRequirement Required
29623 src/com/gps/hibernate/ShoppingorderDAO.java 125 There is log block not surrounded by if
29624 src/com/gps/hibernate/ShoppingorderDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29625 src/com/gps/hibernate/ShoppingorderDAO.java 128 Local variable 'queryString' could be declared final
29626 src/com/gps/hibernate/ShoppingorderDAO.java 130 Local variable 'queryObject' could be declared final
29627 src/com/gps/hibernate/ShoppingorderDAO.java 130 Potential violation of Law of Demeter (method chain calls)
29628 src/com/gps/hibernate/ShoppingorderDAO.java 131 Potential violation of Law of Demeter (object not created locally)
29629 src/com/gps/hibernate/ShoppingorderDAO.java 132 Potential violation of Law of Demeter (object not created locally)
29630 src/com/gps/hibernate/ShoppingorderDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29631 src/com/gps/hibernate/ShoppingorderDAO.java 134 There is log block not surrounded by if
29632 src/com/gps/hibernate/ShoppingorderDAO.java 139 Parameter 'groupId' is not assigned and could be declared final
29633 src/com/gps/hibernate/ShoppingorderDAO.java 139 publicMethodCommentRequirement Required
29634 src/com/gps/hibernate/ShoppingorderDAO.java 143 Parameter 'companyId' is not assigned and could be declared final
29635 src/com/gps/hibernate/ShoppingorderDAO.java 143 publicMethodCommentRequirement Required
29636 src/com/gps/hibernate/ShoppingorderDAO.java 147 Parameter 'userId' is not assigned and could be declared final
29637 src/com/gps/hibernate/ShoppingorderDAO.java 147 publicMethodCommentRequirement Required
29638 src/com/gps/hibernate/ShoppingorderDAO.java 151 Parameter 'userName' is not assigned and could be declared final
29639 src/com/gps/hibernate/ShoppingorderDAO.java 151 publicMethodCommentRequirement Required
29640 src/com/gps/hibernate/ShoppingorderDAO.java 155 Parameter 'number' is not assigned and could be declared final
29641 src/com/gps/hibernate/ShoppingorderDAO.java 155 publicMethodCommentRequirement Required
29642 src/com/gps/hibernate/ShoppingorderDAO.java 159 Parameter 'tax' is not assigned and could be declared final
29643 src/com/gps/hibernate/ShoppingorderDAO.java 159 publicMethodCommentRequirement Required
29644 src/com/gps/hibernate/ShoppingorderDAO.java 163 Parameter 'shipping' is not assigned and could be declared final
29645 src/com/gps/hibernate/ShoppingorderDAO.java 163 publicMethodCommentRequirement Required
29646 src/com/gps/hibernate/ShoppingorderDAO.java 167 Parameter 'altShipping' is not assigned and could be declared final
29647 src/com/gps/hibernate/ShoppingorderDAO.java 167 publicMethodCommentRequirement Required
29648 src/com/gps/hibernate/ShoppingorderDAO.java 171 Parameter 'requiresShipping' is not assigned and could be declared final
29649 src/com/gps/hibernate/ShoppingorderDAO.java 171 publicMethodCommentRequirement Required
29650 src/com/gps/hibernate/ShoppingorderDAO.java 175 Parameter 'insure' is not assigned and could be declared final
29651 src/com/gps/hibernate/ShoppingorderDAO.java 175 publicMethodCommentRequirement Required
29652 src/com/gps/hibernate/ShoppingorderDAO.java 179 Parameter 'insurance' is not assigned and could be declared final
29653 src/com/gps/hibernate/ShoppingorderDAO.java 179 publicMethodCommentRequirement Required
29654 src/com/gps/hibernate/ShoppingorderDAO.java 183 Parameter 'couponCodes' is not assigned and could be declared final
29655 src/com/gps/hibernate/ShoppingorderDAO.java 183 publicMethodCommentRequirement Required
29656 src/com/gps/hibernate/ShoppingorderDAO.java 187 Parameter 'couponDiscount' is not assigned and could be declared final
29657 src/com/gps/hibernate/ShoppingorderDAO.java 187 publicMethodCommentRequirement Required
29658 src/com/gps/hibernate/ShoppingorderDAO.java 191 Parameter 'billingFirstName' is not assigned and could be declared final
29659 src/com/gps/hibernate/ShoppingorderDAO.java 191 publicMethodCommentRequirement Required
29660 src/com/gps/hibernate/ShoppingorderDAO.java 195 Parameter 'billingLastName' is not assigned and could be declared final
29661 src/com/gps/hibernate/ShoppingorderDAO.java 195 publicMethodCommentRequirement Required
29662 src/com/gps/hibernate/ShoppingorderDAO.java 199 Avoid excessively long variable names like billingEmailAddress
29663 src/com/gps/hibernate/ShoppingorderDAO.java 199 Parameter 'billingEmailAddress' is not assigned and could be declared final
29664 src/com/gps/hibernate/ShoppingorderDAO.java 199 publicMethodCommentRequirement Required
29665 src/com/gps/hibernate/ShoppingorderDAO.java 203 Parameter 'billingCompany' is not assigned and could be declared final
29666 src/com/gps/hibernate/ShoppingorderDAO.java 203 publicMethodCommentRequirement Required
29667 src/com/gps/hibernate/ShoppingorderDAO.java 207 Parameter 'billingStreet' is not assigned and could be declared final
29668 src/com/gps/hibernate/ShoppingorderDAO.java 207 publicMethodCommentRequirement Required
29669 src/com/gps/hibernate/ShoppingorderDAO.java 211 Parameter 'billingCity' is not assigned and could be declared final
29670 src/com/gps/hibernate/ShoppingorderDAO.java 211 publicMethodCommentRequirement Required
29671 src/com/gps/hibernate/ShoppingorderDAO.java 215 Parameter 'billingState' is not assigned and could be declared final
29672 src/com/gps/hibernate/ShoppingorderDAO.java 215 publicMethodCommentRequirement Required
29673 src/com/gps/hibernate/ShoppingorderDAO.java 219 Parameter 'billingZip' is not assigned and could be declared final
29674 src/com/gps/hibernate/ShoppingorderDAO.java 219 publicMethodCommentRequirement Required
29675 src/com/gps/hibernate/ShoppingorderDAO.java 223 Parameter 'billingCountry' is not assigned and could be declared final
29676 src/com/gps/hibernate/ShoppingorderDAO.java 223 publicMethodCommentRequirement Required
29677 src/com/gps/hibernate/ShoppingorderDAO.java 227 Parameter 'billingPhone' is not assigned and could be declared final
29678 src/com/gps/hibernate/ShoppingorderDAO.java 227 publicMethodCommentRequirement Required
29679 src/com/gps/hibernate/ShoppingorderDAO.java 231 Parameter 'shipToBilling' is not assigned and could be declared final
29680 src/com/gps/hibernate/ShoppingorderDAO.java 231 publicMethodCommentRequirement Required
29681 src/com/gps/hibernate/ShoppingorderDAO.java 235 Parameter 'shippingFirstName' is not assigned and could be declared final
29682 src/com/gps/hibernate/ShoppingorderDAO.java 235 publicMethodCommentRequirement Required
29683 src/com/gps/hibernate/ShoppingorderDAO.java 239 Parameter 'shippingLastName' is not assigned and could be declared final
29684 src/com/gps/hibernate/ShoppingorderDAO.java 239 publicMethodCommentRequirement Required
29685 src/com/gps/hibernate/ShoppingorderDAO.java 243 Avoid excessively long variable names like shippingEmailAddress
29686 src/com/gps/hibernate/ShoppingorderDAO.java 243 Parameter 'shippingEmailAddress' is not assigned and could be declared final
29687 src/com/gps/hibernate/ShoppingorderDAO.java 243 publicMethodCommentRequirement Required
29688 src/com/gps/hibernate/ShoppingorderDAO.java 247 Parameter 'shippingCompany' is not assigned and could be declared final
29689 src/com/gps/hibernate/ShoppingorderDAO.java 247 publicMethodCommentRequirement Required
29690 src/com/gps/hibernate/ShoppingorderDAO.java 251 Parameter 'shippingStreet' is not assigned and could be declared final
29691 src/com/gps/hibernate/ShoppingorderDAO.java 251 publicMethodCommentRequirement Required
29692 src/com/gps/hibernate/ShoppingorderDAO.java 255 Parameter 'shippingCity' is not assigned and could be declared final
29693 src/com/gps/hibernate/ShoppingorderDAO.java 255 publicMethodCommentRequirement Required
29694 src/com/gps/hibernate/ShoppingorderDAO.java 259 Parameter 'shippingState' is not assigned and could be declared final
29695 src/com/gps/hibernate/ShoppingorderDAO.java 259 publicMethodCommentRequirement Required
29696 src/com/gps/hibernate/ShoppingorderDAO.java 263 Parameter 'shippingZip' is not assigned and could be declared final
29697 src/com/gps/hibernate/ShoppingorderDAO.java 263 publicMethodCommentRequirement Required
29698 src/com/gps/hibernate/ShoppingorderDAO.java 267 Parameter 'shippingCountry' is not assigned and could be declared final
29699 src/com/gps/hibernate/ShoppingorderDAO.java 267 publicMethodCommentRequirement Required
29700 src/com/gps/hibernate/ShoppingorderDAO.java 271 Parameter 'shippingPhone' is not assigned and could be declared final
29701 src/com/gps/hibernate/ShoppingorderDAO.java 271 publicMethodCommentRequirement Required
29702 src/com/gps/hibernate/ShoppingorderDAO.java 275 Parameter 'ccName' is not assigned and could be declared final
29703 src/com/gps/hibernate/ShoppingorderDAO.java 275 publicMethodCommentRequirement Required
29704 src/com/gps/hibernate/ShoppingorderDAO.java 279 Parameter 'ccType' is not assigned and could be declared final
29705 src/com/gps/hibernate/ShoppingorderDAO.java 279 publicMethodCommentRequirement Required
29706 src/com/gps/hibernate/ShoppingorderDAO.java 283 Parameter 'ccNumber' is not assigned and could be declared final
29707 src/com/gps/hibernate/ShoppingorderDAO.java 283 publicMethodCommentRequirement Required
29708 src/com/gps/hibernate/ShoppingorderDAO.java 287 Parameter 'ccExpMonth' is not assigned and could be declared final
29709 src/com/gps/hibernate/ShoppingorderDAO.java 287 publicMethodCommentRequirement Required
29710 src/com/gps/hibernate/ShoppingorderDAO.java 291 Parameter 'ccExpYear' is not assigned and could be declared final
29711 src/com/gps/hibernate/ShoppingorderDAO.java 291 publicMethodCommentRequirement Required
29712 src/com/gps/hibernate/ShoppingorderDAO.java 295 Parameter 'ccVerNumber' is not assigned and could be declared final
29713 src/com/gps/hibernate/ShoppingorderDAO.java 295 publicMethodCommentRequirement Required
29714 src/com/gps/hibernate/ShoppingorderDAO.java 299 Parameter 'comments' is not assigned and could be declared final
29715 src/com/gps/hibernate/ShoppingorderDAO.java 299 publicMethodCommentRequirement Required
29716 src/com/gps/hibernate/ShoppingorderDAO.java 303 Parameter 'ppTxnId' is not assigned and could be declared final
29717 src/com/gps/hibernate/ShoppingorderDAO.java 303 publicMethodCommentRequirement Required
29718 src/com/gps/hibernate/ShoppingorderDAO.java 307 Parameter 'ppPaymentStatus' is not assigned and could be declared final
29719 src/com/gps/hibernate/ShoppingorderDAO.java 307 publicMethodCommentRequirement Required
29720 src/com/gps/hibernate/ShoppingorderDAO.java 311 Parameter 'ppPaymentGross' is not assigned and could be declared final
29721 src/com/gps/hibernate/ShoppingorderDAO.java 311 publicMethodCommentRequirement Required
29722 src/com/gps/hibernate/ShoppingorderDAO.java 315 Parameter 'ppReceiverEmail' is not assigned and could be declared final
29723 src/com/gps/hibernate/ShoppingorderDAO.java 315 publicMethodCommentRequirement Required
29724 src/com/gps/hibernate/ShoppingorderDAO.java 319 Parameter 'ppPayerEmail' is not assigned and could be declared final
29725 src/com/gps/hibernate/ShoppingorderDAO.java 319 publicMethodCommentRequirement Required
29726 src/com/gps/hibernate/ShoppingorderDAO.java 323 Parameter 'sendOrderEmail' is not assigned and could be declared final
29727 src/com/gps/hibernate/ShoppingorderDAO.java 323 publicMethodCommentRequirement Required
29728 src/com/gps/hibernate/ShoppingorderDAO.java 327 Parameter 'sendShippingEmail' is not assigned and could be declared final
29729 src/com/gps/hibernate/ShoppingorderDAO.java 327 publicMethodCommentRequirement Required
29730 src/com/gps/hibernate/ShoppingorderDAO.java 331 publicMethodCommentRequirement Required
29731 src/com/gps/hibernate/ShoppingorderDAO.java 332 There is log block not surrounded by if
29732 src/com/gps/hibernate/ShoppingorderDAO.java 332 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29733 src/com/gps/hibernate/ShoppingorderDAO.java 334 Local variable 'queryString' could be declared final
29734 src/com/gps/hibernate/ShoppingorderDAO.java 335 Local variable 'queryObject' could be declared final
29735 src/com/gps/hibernate/ShoppingorderDAO.java 335 Potential violation of Law of Demeter (method chain calls)
29736 src/com/gps/hibernate/ShoppingorderDAO.java 336 Potential violation of Law of Demeter (object not created locally)
29737 src/com/gps/hibernate/ShoppingorderDAO.java 337 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29738 src/com/gps/hibernate/ShoppingorderDAO.java 338 There is log block not surrounded by if
29739 src/com/gps/hibernate/ShoppingorderDAO.java 343 Parameter 'detachedInstance' is not assigned and could be declared final
29740 src/com/gps/hibernate/ShoppingorderDAO.java 343 publicMethodCommentRequirement Required
29741 src/com/gps/hibernate/ShoppingorderDAO.java 344 There is log block not surrounded by if
29742 src/com/gps/hibernate/ShoppingorderDAO.java 344 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29743 src/com/gps/hibernate/ShoppingorderDAO.java 346 Local variable 'result' could be declared final
29744 src/com/gps/hibernate/ShoppingorderDAO.java 346 Potential violation of Law of Demeter (method chain calls)
29745 src/com/gps/hibernate/ShoppingorderDAO.java 348 There is log block not surrounded by if
29746 src/com/gps/hibernate/ShoppingorderDAO.java 348 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29747 src/com/gps/hibernate/ShoppingorderDAO.java 350 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29748 src/com/gps/hibernate/ShoppingorderDAO.java 351 There is log block not surrounded by if
29749 src/com/gps/hibernate/ShoppingorderDAO.java 356 Parameter 'instance' is not assigned and could be declared final
29750 src/com/gps/hibernate/ShoppingorderDAO.java 356 publicMethodCommentRequirement Required
29751 src/com/gps/hibernate/ShoppingorderDAO.java 357 There is log block not surrounded by if
29752 src/com/gps/hibernate/ShoppingorderDAO.java 357 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29753 src/com/gps/hibernate/ShoppingorderDAO.java 359 Potential violation of Law of Demeter (method chain calls)
29754 src/com/gps/hibernate/ShoppingorderDAO.java 360 There is log block not surrounded by if
29755 src/com/gps/hibernate/ShoppingorderDAO.java 360 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29756 src/com/gps/hibernate/ShoppingorderDAO.java 361 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29757 src/com/gps/hibernate/ShoppingorderDAO.java 362 There is log block not surrounded by if
29758 src/com/gps/hibernate/ShoppingorderDAO.java 367 Parameter 'instance' is not assigned and could be declared final
29759 src/com/gps/hibernate/ShoppingorderDAO.java 367 publicMethodCommentRequirement Required
29760 src/com/gps/hibernate/ShoppingorderDAO.java 368 There is log block not surrounded by if
29761 src/com/gps/hibernate/ShoppingorderDAO.java 368 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29762 src/com/gps/hibernate/ShoppingorderDAO.java 370 Potential violation of Law of Demeter (method chain calls)
29763 src/com/gps/hibernate/ShoppingorderDAO.java 371 There is log block not surrounded by if
29764 src/com/gps/hibernate/ShoppingorderDAO.java 371 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29765 src/com/gps/hibernate/ShoppingorderDAO.java 372 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29766 src/com/gps/hibernate/ShoppingorderDAO.java 373 There is log block not surrounded by if
29767 src/com/gps/hibernate/Shoppingorderitem.java 11 Classes implementing Serializable should set a serialVersionUID
29768 src/com/gps/hibernate/Shoppingorderitem.java 15 fieldCommentRequirement Required
29769 src/com/gps/hibernate/Shoppingorderitem.java 16 fieldCommentRequirement Required
29770 src/com/gps/hibernate/Shoppingorderitem.java 17 fieldCommentRequirement Required
29771 src/com/gps/hibernate/Shoppingorderitem.java 18 fieldCommentRequirement Required
29772 src/com/gps/hibernate/Shoppingorderitem.java 19 fieldCommentRequirement Required
29773 src/com/gps/hibernate/Shoppingorderitem.java 20 fieldCommentRequirement Required
29774 src/com/gps/hibernate/Shoppingorderitem.java 21 fieldCommentRequirement Required
29775 src/com/gps/hibernate/Shoppingorderitem.java 22 fieldCommentRequirement Required
29776 src/com/gps/hibernate/Shoppingorderitem.java 23 fieldCommentRequirement Required
29777 src/com/gps/hibernate/Shoppingorderitem.java 24 fieldCommentRequirement Required
29778 src/com/gps/hibernate/Shoppingorderitem.java 29 Document empty constructor
29779 src/com/gps/hibernate/Shoppingorderitem.java 33 Parameter 'orderItemId' is not assigned and could be declared final
29780 src/com/gps/hibernate/Shoppingorderitem.java 38 Avoid long parameter lists.
29781 src/com/gps/hibernate/Shoppingorderitem.java 38 Parameter 'itemId' is not assigned and could be declared final
29782 src/com/gps/hibernate/Shoppingorderitem.java 38 Parameter 'orderId' is not assigned and could be declared final
29783 src/com/gps/hibernate/Shoppingorderitem.java 38 Parameter 'orderItemId' is not assigned and could be declared final
29784 src/com/gps/hibernate/Shoppingorderitem.java 39 Parameter 'description' is not assigned and could be declared final
29785 src/com/gps/hibernate/Shoppingorderitem.java 39 Parameter 'name' is not assigned and could be declared final
29786 src/com/gps/hibernate/Shoppingorderitem.java 39 Parameter 'properties' is not assigned and could be declared final
29787 src/com/gps/hibernate/Shoppingorderitem.java 39 Parameter 'sku' is not assigned and could be declared final
29788 src/com/gps/hibernate/Shoppingorderitem.java 40 Parameter 'price' is not assigned and could be declared final
29789 src/com/gps/hibernate/Shoppingorderitem.java 40 Parameter 'quantity' is not assigned and could be declared final
29790 src/com/gps/hibernate/Shoppingorderitem.java 40 Parameter 'shippedDate' is not assigned and could be declared final
29791 src/com/gps/hibernate/Shoppingorderitem.java 55 publicMethodCommentRequirement Required
29792 src/com/gps/hibernate/Shoppingorderitem.java 59 Parameter 'orderItemId' is not assigned and could be declared final
29793 src/com/gps/hibernate/Shoppingorderitem.java 59 publicMethodCommentRequirement Required
29794 src/com/gps/hibernate/Shoppingorderitem.java 63 publicMethodCommentRequirement Required
29795 src/com/gps/hibernate/Shoppingorderitem.java 67 Parameter 'orderId' is not assigned and could be declared final
29796 src/com/gps/hibernate/Shoppingorderitem.java 67 publicMethodCommentRequirement Required
29797 src/com/gps/hibernate/Shoppingorderitem.java 71 publicMethodCommentRequirement Required
29798 src/com/gps/hibernate/Shoppingorderitem.java 75 Parameter 'itemId' is not assigned and could be declared final
29799 src/com/gps/hibernate/Shoppingorderitem.java 75 publicMethodCommentRequirement Required
29800 src/com/gps/hibernate/Shoppingorderitem.java 79 publicMethodCommentRequirement Required
29801 src/com/gps/hibernate/Shoppingorderitem.java 83 Parameter 'sku' is not assigned and could be declared final
29802 src/com/gps/hibernate/Shoppingorderitem.java 83 publicMethodCommentRequirement Required
29803 src/com/gps/hibernate/Shoppingorderitem.java 87 publicMethodCommentRequirement Required
29804 src/com/gps/hibernate/Shoppingorderitem.java 91 Parameter 'name' is not assigned and could be declared final
29805 src/com/gps/hibernate/Shoppingorderitem.java 91 publicMethodCommentRequirement Required
29806 src/com/gps/hibernate/Shoppingorderitem.java 95 publicMethodCommentRequirement Required
29807 src/com/gps/hibernate/Shoppingorderitem.java 99 Parameter 'description' is not assigned and could be declared final
29808 src/com/gps/hibernate/Shoppingorderitem.java 99 publicMethodCommentRequirement Required
29809 src/com/gps/hibernate/Shoppingorderitem.java 103 publicMethodCommentRequirement Required
29810 src/com/gps/hibernate/Shoppingorderitem.java 107 Parameter 'properties' is not assigned and could be declared final
29811 src/com/gps/hibernate/Shoppingorderitem.java 107 publicMethodCommentRequirement Required
29812 src/com/gps/hibernate/Shoppingorderitem.java 111 publicMethodCommentRequirement Required
29813 src/com/gps/hibernate/Shoppingorderitem.java 115 Parameter 'price' is not assigned and could be declared final
29814 src/com/gps/hibernate/Shoppingorderitem.java 115 publicMethodCommentRequirement Required
29815 src/com/gps/hibernate/Shoppingorderitem.java 119 publicMethodCommentRequirement Required
29816 src/com/gps/hibernate/Shoppingorderitem.java 123 Parameter 'quantity' is not assigned and could be declared final
29817 src/com/gps/hibernate/Shoppingorderitem.java 123 publicMethodCommentRequirement Required
29818 src/com/gps/hibernate/Shoppingorderitem.java 127 publicMethodCommentRequirement Required
29819 src/com/gps/hibernate/Shoppingorderitem.java 131 Parameter 'shippedDate' is not assigned and could be declared final
29820 src/com/gps/hibernate/Shoppingorderitem.java 131 publicMethodCommentRequirement Required
29821 src/com/gps/hibernate/ShoppingorderitemDAO.java 3 Avoid unused imports such as 'java.util.Date'
29822 src/com/gps/hibernate/ShoppingorderitemDAO.java 11 Comment is too large: Too many lines
29823 src/com/gps/hibernate/ShoppingorderitemDAO.java 23 This class has too many methods, consider refactoring it.
29824 src/com/gps/hibernate/ShoppingorderitemDAO.java 24 Logger should be defined private static final and have the correct class
29825 src/com/gps/hibernate/ShoppingorderitemDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
29826 src/com/gps/hibernate/ShoppingorderitemDAO.java 24 fieldCommentRequirement Required
29827 src/com/gps/hibernate/ShoppingorderitemDAO.java 27 fieldCommentRequirement Required
29828 src/com/gps/hibernate/ShoppingorderitemDAO.java 28 fieldCommentRequirement Required
29829 src/com/gps/hibernate/ShoppingorderitemDAO.java 29 fieldCommentRequirement Required
29830 src/com/gps/hibernate/ShoppingorderitemDAO.java 30 fieldCommentRequirement Required
29831 src/com/gps/hibernate/ShoppingorderitemDAO.java 31 fieldCommentRequirement Required
29832 src/com/gps/hibernate/ShoppingorderitemDAO.java 32 fieldCommentRequirement Required
29833 src/com/gps/hibernate/ShoppingorderitemDAO.java 33 fieldCommentRequirement Required
29834 src/com/gps/hibernate/ShoppingorderitemDAO.java 34 fieldCommentRequirement Required
29835 src/com/gps/hibernate/ShoppingorderitemDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
29836 src/com/gps/hibernate/ShoppingorderitemDAO.java 36 publicMethodCommentRequirement Required
29837 src/com/gps/hibernate/ShoppingorderitemDAO.java 37 There is log block not surrounded by if
29838 src/com/gps/hibernate/ShoppingorderitemDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29839 src/com/gps/hibernate/ShoppingorderitemDAO.java 39 Potential violation of Law of Demeter (method chain calls)
29840 src/com/gps/hibernate/ShoppingorderitemDAO.java 40 There is log block not surrounded by if
29841 src/com/gps/hibernate/ShoppingorderitemDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29842 src/com/gps/hibernate/ShoppingorderitemDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29843 src/com/gps/hibernate/ShoppingorderitemDAO.java 42 There is log block not surrounded by if
29844 src/com/gps/hibernate/ShoppingorderitemDAO.java 47 Avoid excessively long variable names like persistentInstance
29845 src/com/gps/hibernate/ShoppingorderitemDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
29846 src/com/gps/hibernate/ShoppingorderitemDAO.java 47 publicMethodCommentRequirement Required
29847 src/com/gps/hibernate/ShoppingorderitemDAO.java 48 There is log block not surrounded by if
29848 src/com/gps/hibernate/ShoppingorderitemDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29849 src/com/gps/hibernate/ShoppingorderitemDAO.java 50 Potential violation of Law of Demeter (method chain calls)
29850 src/com/gps/hibernate/ShoppingorderitemDAO.java 51 There is log block not surrounded by if
29851 src/com/gps/hibernate/ShoppingorderitemDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29852 src/com/gps/hibernate/ShoppingorderitemDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29853 src/com/gps/hibernate/ShoppingorderitemDAO.java 53 There is log block not surrounded by if
29854 src/com/gps/hibernate/ShoppingorderitemDAO.java 58 Avoid variables with short names like id
29855 src/com/gps/hibernate/ShoppingorderitemDAO.java 58 Parameter 'id' is not assigned and could be declared final
29856 src/com/gps/hibernate/ShoppingorderitemDAO.java 58 publicMethodCommentRequirement Required
29857 src/com/gps/hibernate/ShoppingorderitemDAO.java 59 There is log block not surrounded by if
29858 src/com/gps/hibernate/ShoppingorderitemDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29859 src/com/gps/hibernate/ShoppingorderitemDAO.java 61 Local variable 'instance' could be declared final
29860 src/com/gps/hibernate/ShoppingorderitemDAO.java 61 Potential violation of Law of Demeter (method chain calls)
29861 src/com/gps/hibernate/ShoppingorderitemDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29862 src/com/gps/hibernate/ShoppingorderitemDAO.java 65 There is log block not surrounded by if
29863 src/com/gps/hibernate/ShoppingorderitemDAO.java 70 Parameter 'instance' is not assigned and could be declared final
29864 src/com/gps/hibernate/ShoppingorderitemDAO.java 70 publicMethodCommentRequirement Required
29865 src/com/gps/hibernate/ShoppingorderitemDAO.java 71 There is log block not surrounded by if
29866 src/com/gps/hibernate/ShoppingorderitemDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29867 src/com/gps/hibernate/ShoppingorderitemDAO.java 73 Local variable 'results' could be declared final
29868 src/com/gps/hibernate/ShoppingorderitemDAO.java 73 Potential violation of Law of Demeter (method chain calls)
29869 src/com/gps/hibernate/ShoppingorderitemDAO.java 73 Potential violation of Law of Demeter (method chain calls)
29870 src/com/gps/hibernate/ShoppingorderitemDAO.java 73 Potential violation of Law of Demeter (method chain calls)
29871 src/com/gps/hibernate/ShoppingorderitemDAO.java 76 There is log block not surrounded by if
29872 src/com/gps/hibernate/ShoppingorderitemDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29873 src/com/gps/hibernate/ShoppingorderitemDAO.java 77 Potential violation of Law of Demeter (object not created locally)
29874 src/com/gps/hibernate/ShoppingorderitemDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29875 src/com/gps/hibernate/ShoppingorderitemDAO.java 80 There is log block not surrounded by if
29876 src/com/gps/hibernate/ShoppingorderitemDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
29877 src/com/gps/hibernate/ShoppingorderitemDAO.java 85 Parameter 'value' is not assigned and could be declared final
29878 src/com/gps/hibernate/ShoppingorderitemDAO.java 85 publicMethodCommentRequirement Required
29879 src/com/gps/hibernate/ShoppingorderitemDAO.java 86 There is log block not surrounded by if
29880 src/com/gps/hibernate/ShoppingorderitemDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29881 src/com/gps/hibernate/ShoppingorderitemDAO.java 89 Local variable 'queryString' could be declared final
29882 src/com/gps/hibernate/ShoppingorderitemDAO.java 91 Local variable 'queryObject' could be declared final
29883 src/com/gps/hibernate/ShoppingorderitemDAO.java 91 Potential violation of Law of Demeter (method chain calls)
29884 src/com/gps/hibernate/ShoppingorderitemDAO.java 92 Potential violation of Law of Demeter (object not created locally)
29885 src/com/gps/hibernate/ShoppingorderitemDAO.java 93 Potential violation of Law of Demeter (object not created locally)
29886 src/com/gps/hibernate/ShoppingorderitemDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29887 src/com/gps/hibernate/ShoppingorderitemDAO.java 95 There is log block not surrounded by if
29888 src/com/gps/hibernate/ShoppingorderitemDAO.java 100 Parameter 'orderId' is not assigned and could be declared final
29889 src/com/gps/hibernate/ShoppingorderitemDAO.java 100 publicMethodCommentRequirement Required
29890 src/com/gps/hibernate/ShoppingorderitemDAO.java 104 Parameter 'itemId' is not assigned and could be declared final
29891 src/com/gps/hibernate/ShoppingorderitemDAO.java 104 publicMethodCommentRequirement Required
29892 src/com/gps/hibernate/ShoppingorderitemDAO.java 108 Parameter 'sku' is not assigned and could be declared final
29893 src/com/gps/hibernate/ShoppingorderitemDAO.java 108 publicMethodCommentRequirement Required
29894 src/com/gps/hibernate/ShoppingorderitemDAO.java 112 Parameter 'name' is not assigned and could be declared final
29895 src/com/gps/hibernate/ShoppingorderitemDAO.java 112 publicMethodCommentRequirement Required
29896 src/com/gps/hibernate/ShoppingorderitemDAO.java 116 Parameter 'description' is not assigned and could be declared final
29897 src/com/gps/hibernate/ShoppingorderitemDAO.java 116 publicMethodCommentRequirement Required
29898 src/com/gps/hibernate/ShoppingorderitemDAO.java 120 Parameter 'properties' is not assigned and could be declared final
29899 src/com/gps/hibernate/ShoppingorderitemDAO.java 120 publicMethodCommentRequirement Required
29900 src/com/gps/hibernate/ShoppingorderitemDAO.java 124 Parameter 'price' is not assigned and could be declared final
29901 src/com/gps/hibernate/ShoppingorderitemDAO.java 124 publicMethodCommentRequirement Required
29902 src/com/gps/hibernate/ShoppingorderitemDAO.java 128 Parameter 'quantity' is not assigned and could be declared final
29903 src/com/gps/hibernate/ShoppingorderitemDAO.java 128 publicMethodCommentRequirement Required
29904 src/com/gps/hibernate/ShoppingorderitemDAO.java 132 publicMethodCommentRequirement Required
29905 src/com/gps/hibernate/ShoppingorderitemDAO.java 133 There is log block not surrounded by if
29906 src/com/gps/hibernate/ShoppingorderitemDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29907 src/com/gps/hibernate/ShoppingorderitemDAO.java 135 Local variable 'queryString' could be declared final
29908 src/com/gps/hibernate/ShoppingorderitemDAO.java 136 Local variable 'queryObject' could be declared final
29909 src/com/gps/hibernate/ShoppingorderitemDAO.java 136 Potential violation of Law of Demeter (method chain calls)
29910 src/com/gps/hibernate/ShoppingorderitemDAO.java 137 Potential violation of Law of Demeter (object not created locally)
29911 src/com/gps/hibernate/ShoppingorderitemDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29912 src/com/gps/hibernate/ShoppingorderitemDAO.java 139 There is log block not surrounded by if
29913 src/com/gps/hibernate/ShoppingorderitemDAO.java 144 Parameter 'detachedInstance' is not assigned and could be declared final
29914 src/com/gps/hibernate/ShoppingorderitemDAO.java 144 publicMethodCommentRequirement Required
29915 src/com/gps/hibernate/ShoppingorderitemDAO.java 145 There is log block not surrounded by if
29916 src/com/gps/hibernate/ShoppingorderitemDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29917 src/com/gps/hibernate/ShoppingorderitemDAO.java 147 Local variable 'result' could be declared final
29918 src/com/gps/hibernate/ShoppingorderitemDAO.java 147 Potential violation of Law of Demeter (method chain calls)
29919 src/com/gps/hibernate/ShoppingorderitemDAO.java 149 There is log block not surrounded by if
29920 src/com/gps/hibernate/ShoppingorderitemDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29921 src/com/gps/hibernate/ShoppingorderitemDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29922 src/com/gps/hibernate/ShoppingorderitemDAO.java 152 There is log block not surrounded by if
29923 src/com/gps/hibernate/ShoppingorderitemDAO.java 157 Parameter 'instance' is not assigned and could be declared final
29924 src/com/gps/hibernate/ShoppingorderitemDAO.java 157 publicMethodCommentRequirement Required
29925 src/com/gps/hibernate/ShoppingorderitemDAO.java 158 There is log block not surrounded by if
29926 src/com/gps/hibernate/ShoppingorderitemDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29927 src/com/gps/hibernate/ShoppingorderitemDAO.java 160 Potential violation of Law of Demeter (method chain calls)
29928 src/com/gps/hibernate/ShoppingorderitemDAO.java 161 There is log block not surrounded by if
29929 src/com/gps/hibernate/ShoppingorderitemDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29930 src/com/gps/hibernate/ShoppingorderitemDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29931 src/com/gps/hibernate/ShoppingorderitemDAO.java 163 There is log block not surrounded by if
29932 src/com/gps/hibernate/ShoppingorderitemDAO.java 168 Parameter 'instance' is not assigned and could be declared final
29933 src/com/gps/hibernate/ShoppingorderitemDAO.java 168 publicMethodCommentRequirement Required
29934 src/com/gps/hibernate/ShoppingorderitemDAO.java 169 There is log block not surrounded by if
29935 src/com/gps/hibernate/ShoppingorderitemDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29936 src/com/gps/hibernate/ShoppingorderitemDAO.java 171 Potential violation of Law of Demeter (method chain calls)
29937 src/com/gps/hibernate/ShoppingorderitemDAO.java 172 There is log block not surrounded by if
29938 src/com/gps/hibernate/ShoppingorderitemDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29939 src/com/gps/hibernate/ShoppingorderitemDAO.java 173 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29940 src/com/gps/hibernate/ShoppingorderitemDAO.java 174 There is log block not surrounded by if
29941 src/com/gps/hibernate/SmsRegister.java 10 Classes implementing Serializable should set a serialVersionUID
29942 src/com/gps/hibernate/SmsRegister.java 12 Avoid variables with short names like Id
29943 src/com/gps/hibernate/SmsRegister.java 12 Variables should start with a lowercase character, 'Id' starts with uppercase character.
29944 src/com/gps/hibernate/SmsRegister.java 12 fieldCommentRequirement Required
29945 src/com/gps/hibernate/SmsRegister.java 13 fieldCommentRequirement Required
29946 src/com/gps/hibernate/SmsRegister.java 14 fieldCommentRequirement Required
29947 src/com/gps/hibernate/SmsRegister.java 15 fieldCommentRequirement Required
29948 src/com/gps/hibernate/SmsRegister.java 17 Document empty constructor
29949 src/com/gps/hibernate/SmsRegister.java 17 publicMethodCommentRequirement Required
29950 src/com/gps/hibernate/SmsRegister.java 20 Parameter 'smsTime' is not assigned and could be declared final
29951 src/com/gps/hibernate/SmsRegister.java 20 publicMethodCommentRequirement Required
29952 src/com/gps/hibernate/SmsRegister.java 24 Parameter 'smsReasonCode' is not assigned and could be declared final
29953 src/com/gps/hibernate/SmsRegister.java 24 Parameter 'smsRefId' is not assigned and could be declared final
29954 src/com/gps/hibernate/SmsRegister.java 24 Parameter 'smsTime' is not assigned and could be declared final
29955 src/com/gps/hibernate/SmsRegister.java 24 publicMethodCommentRequirement Required
29956 src/com/gps/hibernate/SmsRegister.java 30 publicMethodCommentRequirement Required
29957 src/com/gps/hibernate/SmsRegister.java 34 Avoid variables with short names like Id
29958 src/com/gps/hibernate/SmsRegister.java 34 Parameter 'Id' is not assigned and could be declared final
29959 src/com/gps/hibernate/SmsRegister.java 34 Variables should start with a lowercase character, 'Id' starts with uppercase character.
29960 src/com/gps/hibernate/SmsRegister.java 34 publicMethodCommentRequirement Required
29961 src/com/gps/hibernate/SmsRegister.java 38 publicMethodCommentRequirement Required
29962 src/com/gps/hibernate/SmsRegister.java 42 Parameter 'smsReasonCode' is not assigned and could be declared final
29963 src/com/gps/hibernate/SmsRegister.java 42 publicMethodCommentRequirement Required
29964 src/com/gps/hibernate/SmsRegister.java 46 publicMethodCommentRequirement Required
29965 src/com/gps/hibernate/SmsRegister.java 50 Parameter 'smsRefId' is not assigned and could be declared final
29966 src/com/gps/hibernate/SmsRegister.java 50 publicMethodCommentRequirement Required
29967 src/com/gps/hibernate/SmsRegister.java 54 publicMethodCommentRequirement Required
29968 src/com/gps/hibernate/SmsRegister.java 58 Parameter 'smsTime' is not assigned and could be declared final
29969 src/com/gps/hibernate/SmsRegister.java 58 publicMethodCommentRequirement Required
29970 src/com/gps/hibernate/SmsRegisterDAO.java 12 Comment is too large: Too many lines
29971 src/com/gps/hibernate/SmsRegisterDAO.java 25 This class has too many methods, consider refactoring it.
29972 src/com/gps/hibernate/SmsRegisterDAO.java 26 Logger should be defined private static final and have the correct class
29973 src/com/gps/hibernate/SmsRegisterDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
29974 src/com/gps/hibernate/SmsRegisterDAO.java 26 fieldCommentRequirement Required
29975 src/com/gps/hibernate/SmsRegisterDAO.java 29 Avoid variables with short names like ID
29976 src/com/gps/hibernate/SmsRegisterDAO.java 29 fieldCommentRequirement Required
29977 src/com/gps/hibernate/SmsRegisterDAO.java 30 fieldCommentRequirement Required
29978 src/com/gps/hibernate/SmsRegisterDAO.java 31 fieldCommentRequirement Required
29979 src/com/gps/hibernate/SmsRegisterDAO.java 32 fieldCommentRequirement Required
29980 src/com/gps/hibernate/SmsRegisterDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
29981 src/com/gps/hibernate/SmsRegisterDAO.java 35 publicMethodCommentRequirement Required
29982 src/com/gps/hibernate/SmsRegisterDAO.java 36 There is log block not surrounded by if
29983 src/com/gps/hibernate/SmsRegisterDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29984 src/com/gps/hibernate/SmsRegisterDAO.java 38 Potential violation of Law of Demeter (method chain calls)
29985 src/com/gps/hibernate/SmsRegisterDAO.java 39 There is log block not surrounded by if
29986 src/com/gps/hibernate/SmsRegisterDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29987 src/com/gps/hibernate/SmsRegisterDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29988 src/com/gps/hibernate/SmsRegisterDAO.java 41 There is log block not surrounded by if
29989 src/com/gps/hibernate/SmsRegisterDAO.java 46 Avoid excessively long variable names like persistentInstance
29990 src/com/gps/hibernate/SmsRegisterDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
29991 src/com/gps/hibernate/SmsRegisterDAO.java 46 publicMethodCommentRequirement Required
29992 src/com/gps/hibernate/SmsRegisterDAO.java 47 There is log block not surrounded by if
29993 src/com/gps/hibernate/SmsRegisterDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29994 src/com/gps/hibernate/SmsRegisterDAO.java 49 Potential violation of Law of Demeter (method chain calls)
29995 src/com/gps/hibernate/SmsRegisterDAO.java 50 There is log block not surrounded by if
29996 src/com/gps/hibernate/SmsRegisterDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29997 src/com/gps/hibernate/SmsRegisterDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29998 src/com/gps/hibernate/SmsRegisterDAO.java 52 There is log block not surrounded by if
29999 src/com/gps/hibernate/SmsRegisterDAO.java 57 Avoid variables with short names like id
30000 src/com/gps/hibernate/SmsRegisterDAO.java 57 Parameter 'id' is not assigned and could be declared final
30001 src/com/gps/hibernate/SmsRegisterDAO.java 57 publicMethodCommentRequirement Required
30002 src/com/gps/hibernate/SmsRegisterDAO.java 58 There is log block not surrounded by if
30003 src/com/gps/hibernate/SmsRegisterDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30004 src/com/gps/hibernate/SmsRegisterDAO.java 60 Local variable 'instance' could be declared final
30005 src/com/gps/hibernate/SmsRegisterDAO.java 60 Potential violation of Law of Demeter (method chain calls)
30006 src/com/gps/hibernate/SmsRegisterDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30007 src/com/gps/hibernate/SmsRegisterDAO.java 64 There is log block not surrounded by if
30008 src/com/gps/hibernate/SmsRegisterDAO.java 69 The String literal "rawtypes" appears 7 times in this file; the first occurrence is on line 69
30009 src/com/gps/hibernate/SmsRegisterDAO.java 70 Parameter 'instance' is not assigned and could be declared final
30010 src/com/gps/hibernate/SmsRegisterDAO.java 70 publicMethodCommentRequirement Required
30011 src/com/gps/hibernate/SmsRegisterDAO.java 71 There is log block not surrounded by if
30012 src/com/gps/hibernate/SmsRegisterDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30013 src/com/gps/hibernate/SmsRegisterDAO.java 73 Local variable 'results' could be declared final
30014 src/com/gps/hibernate/SmsRegisterDAO.java 73 Potential violation of Law of Demeter (method chain calls)
30015 src/com/gps/hibernate/SmsRegisterDAO.java 73 Potential violation of Law of Demeter (method chain calls)
30016 src/com/gps/hibernate/SmsRegisterDAO.java 73 Potential violation of Law of Demeter (method chain calls)
30017 src/com/gps/hibernate/SmsRegisterDAO.java 76 There is log block not surrounded by if
30018 src/com/gps/hibernate/SmsRegisterDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30019 src/com/gps/hibernate/SmsRegisterDAO.java 77 Potential violation of Law of Demeter (object not created locally)
30020 src/com/gps/hibernate/SmsRegisterDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30021 src/com/gps/hibernate/SmsRegisterDAO.java 80 There is log block not surrounded by if
30022 src/com/gps/hibernate/SmsRegisterDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
30023 src/com/gps/hibernate/SmsRegisterDAO.java 85 Parameter 'value' is not assigned and could be declared final
30024 src/com/gps/hibernate/SmsRegisterDAO.java 85 publicMethodCommentRequirement Required
30025 src/com/gps/hibernate/SmsRegisterDAO.java 86 There is log block not surrounded by if
30026 src/com/gps/hibernate/SmsRegisterDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30027 src/com/gps/hibernate/SmsRegisterDAO.java 88 Local variable 'queryString' could be declared final
30028 src/com/gps/hibernate/SmsRegisterDAO.java 90 Local variable 'queryObject' could be declared final
30029 src/com/gps/hibernate/SmsRegisterDAO.java 90 Potential violation of Law of Demeter (method chain calls)
30030 src/com/gps/hibernate/SmsRegisterDAO.java 91 Potential violation of Law of Demeter (object not created locally)
30031 src/com/gps/hibernate/SmsRegisterDAO.java 92 Potential violation of Law of Demeter (object not created locally)
30032 src/com/gps/hibernate/SmsRegisterDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30033 src/com/gps/hibernate/SmsRegisterDAO.java 94 There is log block not surrounded by if
30034 src/com/gps/hibernate/SmsRegisterDAO.java 99 Avoid variables with short names like id
30035 src/com/gps/hibernate/SmsRegisterDAO.java 99 Parameter 'id' is not assigned and could be declared final
30036 src/com/gps/hibernate/SmsRegisterDAO.java 99 publicMethodCommentRequirement Required
30037 src/com/gps/hibernate/SmsRegisterDAO.java 103 Parameter 'SmsRefId' is not assigned and could be declared final
30038 src/com/gps/hibernate/SmsRegisterDAO.java 103 Variables should start with a lowercase character, 'SmsRefId' starts with uppercase character.
30039 src/com/gps/hibernate/SmsRegisterDAO.java 103 publicMethodCommentRequirement Required
30040 src/com/gps/hibernate/SmsRegisterDAO.java 107 Parameter 'smsReasonCode' is not assigned and could be declared final
30041 src/com/gps/hibernate/SmsRegisterDAO.java 107 publicMethodCommentRequirement Required
30042 src/com/gps/hibernate/SmsRegisterDAO.java 111 Parameter 'smsTime' is not assigned and could be declared final
30043 src/com/gps/hibernate/SmsRegisterDAO.java 111 publicMethodCommentRequirement Required
30044 src/com/gps/hibernate/SmsRegisterDAO.java 115 Parameter 'first' is not assigned and could be declared final
30045 src/com/gps/hibernate/SmsRegisterDAO.java 115 Parameter 'last' is not assigned and could be declared final
30046 src/com/gps/hibernate/SmsRegisterDAO.java 115 publicMethodCommentRequirement Required
30047 src/com/gps/hibernate/SmsRegisterDAO.java 117 There is log block not surrounded by if
30048 src/com/gps/hibernate/SmsRegisterDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30049 src/com/gps/hibernate/SmsRegisterDAO.java 120 Local variable 'queryString' could be declared final
30050 src/com/gps/hibernate/SmsRegisterDAO.java 121 Local variable 'queryObject' could be declared final
30051 src/com/gps/hibernate/SmsRegisterDAO.java 121 Potential violation of Law of Demeter (method chain calls)
30052 src/com/gps/hibernate/SmsRegisterDAO.java 122 Potential violation of Law of Demeter (object not created locally)
30053 src/com/gps/hibernate/SmsRegisterDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30054 src/com/gps/hibernate/SmsRegisterDAO.java 124 There is log block not surrounded by if
30055 src/com/gps/hibernate/SmsRegisterDAO.java 130 Parameter 'detachedInstance' is not assigned and could be declared final
30056 src/com/gps/hibernate/SmsRegisterDAO.java 130 publicMethodCommentRequirement Required
30057 src/com/gps/hibernate/SmsRegisterDAO.java 131 There is log block not surrounded by if
30058 src/com/gps/hibernate/SmsRegisterDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30059 src/com/gps/hibernate/SmsRegisterDAO.java 133 Local variable 'result' could be declared final
30060 src/com/gps/hibernate/SmsRegisterDAO.java 133 Potential violation of Law of Demeter (method chain calls)
30061 src/com/gps/hibernate/SmsRegisterDAO.java 135 There is log block not surrounded by if
30062 src/com/gps/hibernate/SmsRegisterDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30063 src/com/gps/hibernate/SmsRegisterDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30064 src/com/gps/hibernate/SmsRegisterDAO.java 138 There is log block not surrounded by if
30065 src/com/gps/hibernate/SmsRegisterDAO.java 143 Parameter 'instance' is not assigned and could be declared final
30066 src/com/gps/hibernate/SmsRegisterDAO.java 143 publicMethodCommentRequirement Required
30067 src/com/gps/hibernate/SmsRegisterDAO.java 144 There is log block not surrounded by if
30068 src/com/gps/hibernate/SmsRegisterDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30069 src/com/gps/hibernate/SmsRegisterDAO.java 146 Potential violation of Law of Demeter (method chain calls)
30070 src/com/gps/hibernate/SmsRegisterDAO.java 147 There is log block not surrounded by if
30071 src/com/gps/hibernate/SmsRegisterDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30072 src/com/gps/hibernate/SmsRegisterDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30073 src/com/gps/hibernate/SmsRegisterDAO.java 149 There is log block not surrounded by if
30074 src/com/gps/hibernate/SmsRegisterDAO.java 154 Parameter 'instance' is not assigned and could be declared final
30075 src/com/gps/hibernate/SmsRegisterDAO.java 154 publicMethodCommentRequirement Required
30076 src/com/gps/hibernate/SmsRegisterDAO.java 155 There is log block not surrounded by if
30077 src/com/gps/hibernate/SmsRegisterDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30078 src/com/gps/hibernate/SmsRegisterDAO.java 157 Potential violation of Law of Demeter (method chain calls)
30079 src/com/gps/hibernate/SmsRegisterDAO.java 158 There is log block not surrounded by if
30080 src/com/gps/hibernate/SmsRegisterDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30081 src/com/gps/hibernate/SmsRegisterDAO.java 159 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30082 src/com/gps/hibernate/SmsRegisterDAO.java 160 There is log block not surrounded by if
30083 src/com/gps/hibernate/Socialactivity.java 11 Classes implementing Serializable should set a serialVersionUID
30084 src/com/gps/hibernate/Socialactivity.java 15 fieldCommentRequirement Required
30085 src/com/gps/hibernate/Socialactivity.java 16 fieldCommentRequirement Required
30086 src/com/gps/hibernate/Socialactivity.java 17 fieldCommentRequirement Required
30087 src/com/gps/hibernate/Socialactivity.java 18 fieldCommentRequirement Required
30088 src/com/gps/hibernate/Socialactivity.java 19 fieldCommentRequirement Required
30089 src/com/gps/hibernate/Socialactivity.java 20 fieldCommentRequirement Required
30090 src/com/gps/hibernate/Socialactivity.java 21 fieldCommentRequirement Required
30091 src/com/gps/hibernate/Socialactivity.java 22 fieldCommentRequirement Required
30092 src/com/gps/hibernate/Socialactivity.java 23 fieldCommentRequirement Required
30093 src/com/gps/hibernate/Socialactivity.java 24 fieldCommentRequirement Required
30094 src/com/gps/hibernate/Socialactivity.java 25 fieldCommentRequirement Required
30095 src/com/gps/hibernate/Socialactivity.java 30 Document empty constructor
30096 src/com/gps/hibernate/Socialactivity.java 34 Parameter 'activityId' is not assigned and could be declared final
30097 src/com/gps/hibernate/Socialactivity.java 39 Avoid long parameter lists.
30098 src/com/gps/hibernate/Socialactivity.java 39 Parameter 'activityId' is not assigned and could be declared final
30099 src/com/gps/hibernate/Socialactivity.java 39 Parameter 'companyId' is not assigned and could be declared final
30100 src/com/gps/hibernate/Socialactivity.java 39 Parameter 'groupId' is not assigned and could be declared final
30101 src/com/gps/hibernate/Socialactivity.java 40 Parameter 'createDate' is not assigned and could be declared final
30102 src/com/gps/hibernate/Socialactivity.java 40 Parameter 'mirrorActivityId' is not assigned and could be declared final
30103 src/com/gps/hibernate/Socialactivity.java 40 Parameter 'userId' is not assigned and could be declared final
30104 src/com/gps/hibernate/Socialactivity.java 41 Parameter 'classNameId' is not assigned and could be declared final
30105 src/com/gps/hibernate/Socialactivity.java 41 Parameter 'classPk' is not assigned and could be declared final
30106 src/com/gps/hibernate/Socialactivity.java 41 Parameter 'extraData' is not assigned and could be declared final
30107 src/com/gps/hibernate/Socialactivity.java 41 Parameter 'type' is not assigned and could be declared final
30108 src/com/gps/hibernate/Socialactivity.java 42 Parameter 'receiverUserId' is not assigned and could be declared final
30109 src/com/gps/hibernate/Socialactivity.java 58 publicMethodCommentRequirement Required
30110 src/com/gps/hibernate/Socialactivity.java 62 Parameter 'activityId' is not assigned and could be declared final
30111 src/com/gps/hibernate/Socialactivity.java 62 publicMethodCommentRequirement Required
30112 src/com/gps/hibernate/Socialactivity.java 66 publicMethodCommentRequirement Required
30113 src/com/gps/hibernate/Socialactivity.java 70 Parameter 'groupId' is not assigned and could be declared final
30114 src/com/gps/hibernate/Socialactivity.java 70 publicMethodCommentRequirement Required
30115 src/com/gps/hibernate/Socialactivity.java 74 publicMethodCommentRequirement Required
30116 src/com/gps/hibernate/Socialactivity.java 78 Parameter 'companyId' is not assigned and could be declared final
30117 src/com/gps/hibernate/Socialactivity.java 78 publicMethodCommentRequirement Required
30118 src/com/gps/hibernate/Socialactivity.java 82 publicMethodCommentRequirement Required
30119 src/com/gps/hibernate/Socialactivity.java 86 Parameter 'userId' is not assigned and could be declared final
30120 src/com/gps/hibernate/Socialactivity.java 86 publicMethodCommentRequirement Required
30121 src/com/gps/hibernate/Socialactivity.java 90 publicMethodCommentRequirement Required
30122 src/com/gps/hibernate/Socialactivity.java 94 Parameter 'createDate' is not assigned and could be declared final
30123 src/com/gps/hibernate/Socialactivity.java 94 publicMethodCommentRequirement Required
30124 src/com/gps/hibernate/Socialactivity.java 98 publicMethodCommentRequirement Required
30125 src/com/gps/hibernate/Socialactivity.java 102 Parameter 'mirrorActivityId' is not assigned and could be declared final
30126 src/com/gps/hibernate/Socialactivity.java 102 publicMethodCommentRequirement Required
30127 src/com/gps/hibernate/Socialactivity.java 106 publicMethodCommentRequirement Required
30128 src/com/gps/hibernate/Socialactivity.java 110 Parameter 'classNameId' is not assigned and could be declared final
30129 src/com/gps/hibernate/Socialactivity.java 110 publicMethodCommentRequirement Required
30130 src/com/gps/hibernate/Socialactivity.java 114 publicMethodCommentRequirement Required
30131 src/com/gps/hibernate/Socialactivity.java 118 Parameter 'classPk' is not assigned and could be declared final
30132 src/com/gps/hibernate/Socialactivity.java 118 publicMethodCommentRequirement Required
30133 src/com/gps/hibernate/Socialactivity.java 122 publicMethodCommentRequirement Required
30134 src/com/gps/hibernate/Socialactivity.java 126 Parameter 'type' is not assigned and could be declared final
30135 src/com/gps/hibernate/Socialactivity.java 126 publicMethodCommentRequirement Required
30136 src/com/gps/hibernate/Socialactivity.java 130 publicMethodCommentRequirement Required
30137 src/com/gps/hibernate/Socialactivity.java 134 Parameter 'extraData' is not assigned and could be declared final
30138 src/com/gps/hibernate/Socialactivity.java 134 publicMethodCommentRequirement Required
30139 src/com/gps/hibernate/Socialactivity.java 138 publicMethodCommentRequirement Required
30140 src/com/gps/hibernate/Socialactivity.java 142 Parameter 'receiverUserId' is not assigned and could be declared final
30141 src/com/gps/hibernate/Socialactivity.java 142 publicMethodCommentRequirement Required
30142 src/com/gps/hibernate/SocialactivityDAO.java 3 Avoid unused imports such as 'java.util.Date'
30143 src/com/gps/hibernate/SocialactivityDAO.java 11 Comment is too large: Too many lines
30144 src/com/gps/hibernate/SocialactivityDAO.java 23 This class has too many methods, consider refactoring it.
30145 src/com/gps/hibernate/SocialactivityDAO.java 24 Logger should be defined private static final and have the correct class
30146 src/com/gps/hibernate/SocialactivityDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
30147 src/com/gps/hibernate/SocialactivityDAO.java 24 fieldCommentRequirement Required
30148 src/com/gps/hibernate/SocialactivityDAO.java 26 fieldCommentRequirement Required
30149 src/com/gps/hibernate/SocialactivityDAO.java 27 fieldCommentRequirement Required
30150 src/com/gps/hibernate/SocialactivityDAO.java 28 fieldCommentRequirement Required
30151 src/com/gps/hibernate/SocialactivityDAO.java 29 Avoid excessively long variable names like MIRROR_ACTIVITY_ID
30152 src/com/gps/hibernate/SocialactivityDAO.java 29 fieldCommentRequirement Required
30153 src/com/gps/hibernate/SocialactivityDAO.java 30 fieldCommentRequirement Required
30154 src/com/gps/hibernate/SocialactivityDAO.java 31 fieldCommentRequirement Required
30155 src/com/gps/hibernate/SocialactivityDAO.java 32 fieldCommentRequirement Required
30156 src/com/gps/hibernate/SocialactivityDAO.java 33 fieldCommentRequirement Required
30157 src/com/gps/hibernate/SocialactivityDAO.java 34 fieldCommentRequirement Required
30158 src/com/gps/hibernate/SocialactivityDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
30159 src/com/gps/hibernate/SocialactivityDAO.java 36 publicMethodCommentRequirement Required
30160 src/com/gps/hibernate/SocialactivityDAO.java 37 There is log block not surrounded by if
30161 src/com/gps/hibernate/SocialactivityDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30162 src/com/gps/hibernate/SocialactivityDAO.java 39 Potential violation of Law of Demeter (method chain calls)
30163 src/com/gps/hibernate/SocialactivityDAO.java 40 There is log block not surrounded by if
30164 src/com/gps/hibernate/SocialactivityDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30165 src/com/gps/hibernate/SocialactivityDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30166 src/com/gps/hibernate/SocialactivityDAO.java 42 There is log block not surrounded by if
30167 src/com/gps/hibernate/SocialactivityDAO.java 47 Avoid excessively long variable names like persistentInstance
30168 src/com/gps/hibernate/SocialactivityDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
30169 src/com/gps/hibernate/SocialactivityDAO.java 47 publicMethodCommentRequirement Required
30170 src/com/gps/hibernate/SocialactivityDAO.java 48 There is log block not surrounded by if
30171 src/com/gps/hibernate/SocialactivityDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30172 src/com/gps/hibernate/SocialactivityDAO.java 50 Potential violation of Law of Demeter (method chain calls)
30173 src/com/gps/hibernate/SocialactivityDAO.java 51 There is log block not surrounded by if
30174 src/com/gps/hibernate/SocialactivityDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30175 src/com/gps/hibernate/SocialactivityDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30176 src/com/gps/hibernate/SocialactivityDAO.java 53 There is log block not surrounded by if
30177 src/com/gps/hibernate/SocialactivityDAO.java 58 Avoid variables with short names like id
30178 src/com/gps/hibernate/SocialactivityDAO.java 58 Parameter 'id' is not assigned and could be declared final
30179 src/com/gps/hibernate/SocialactivityDAO.java 58 publicMethodCommentRequirement Required
30180 src/com/gps/hibernate/SocialactivityDAO.java 59 There is log block not surrounded by if
30181 src/com/gps/hibernate/SocialactivityDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30182 src/com/gps/hibernate/SocialactivityDAO.java 61 Local variable 'instance' could be declared final
30183 src/com/gps/hibernate/SocialactivityDAO.java 61 Potential violation of Law of Demeter (method chain calls)
30184 src/com/gps/hibernate/SocialactivityDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30185 src/com/gps/hibernate/SocialactivityDAO.java 65 There is log block not surrounded by if
30186 src/com/gps/hibernate/SocialactivityDAO.java 70 Parameter 'instance' is not assigned and could be declared final
30187 src/com/gps/hibernate/SocialactivityDAO.java 70 publicMethodCommentRequirement Required
30188 src/com/gps/hibernate/SocialactivityDAO.java 71 There is log block not surrounded by if
30189 src/com/gps/hibernate/SocialactivityDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30190 src/com/gps/hibernate/SocialactivityDAO.java 73 Local variable 'results' could be declared final
30191 src/com/gps/hibernate/SocialactivityDAO.java 73 Potential violation of Law of Demeter (method chain calls)
30192 src/com/gps/hibernate/SocialactivityDAO.java 73 Potential violation of Law of Demeter (method chain calls)
30193 src/com/gps/hibernate/SocialactivityDAO.java 73 Potential violation of Law of Demeter (method chain calls)
30194 src/com/gps/hibernate/SocialactivityDAO.java 76 There is log block not surrounded by if
30195 src/com/gps/hibernate/SocialactivityDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30196 src/com/gps/hibernate/SocialactivityDAO.java 77 Potential violation of Law of Demeter (object not created locally)
30197 src/com/gps/hibernate/SocialactivityDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30198 src/com/gps/hibernate/SocialactivityDAO.java 80 There is log block not surrounded by if
30199 src/com/gps/hibernate/SocialactivityDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
30200 src/com/gps/hibernate/SocialactivityDAO.java 85 Parameter 'value' is not assigned and could be declared final
30201 src/com/gps/hibernate/SocialactivityDAO.java 85 publicMethodCommentRequirement Required
30202 src/com/gps/hibernate/SocialactivityDAO.java 86 There is log block not surrounded by if
30203 src/com/gps/hibernate/SocialactivityDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30204 src/com/gps/hibernate/SocialactivityDAO.java 89 Local variable 'queryString' could be declared final
30205 src/com/gps/hibernate/SocialactivityDAO.java 91 Local variable 'queryObject' could be declared final
30206 src/com/gps/hibernate/SocialactivityDAO.java 91 Potential violation of Law of Demeter (method chain calls)
30207 src/com/gps/hibernate/SocialactivityDAO.java 92 Potential violation of Law of Demeter (object not created locally)
30208 src/com/gps/hibernate/SocialactivityDAO.java 93 Potential violation of Law of Demeter (object not created locally)
30209 src/com/gps/hibernate/SocialactivityDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30210 src/com/gps/hibernate/SocialactivityDAO.java 95 There is log block not surrounded by if
30211 src/com/gps/hibernate/SocialactivityDAO.java 100 Parameter 'groupId' is not assigned and could be declared final
30212 src/com/gps/hibernate/SocialactivityDAO.java 100 publicMethodCommentRequirement Required
30213 src/com/gps/hibernate/SocialactivityDAO.java 104 Parameter 'companyId' is not assigned and could be declared final
30214 src/com/gps/hibernate/SocialactivityDAO.java 104 publicMethodCommentRequirement Required
30215 src/com/gps/hibernate/SocialactivityDAO.java 108 Parameter 'userId' is not assigned and could be declared final
30216 src/com/gps/hibernate/SocialactivityDAO.java 108 publicMethodCommentRequirement Required
30217 src/com/gps/hibernate/SocialactivityDAO.java 112 Parameter 'mirrorActivityId' is not assigned and could be declared final
30218 src/com/gps/hibernate/SocialactivityDAO.java 112 publicMethodCommentRequirement Required
30219 src/com/gps/hibernate/SocialactivityDAO.java 116 Parameter 'classNameId' is not assigned and could be declared final
30220 src/com/gps/hibernate/SocialactivityDAO.java 116 publicMethodCommentRequirement Required
30221 src/com/gps/hibernate/SocialactivityDAO.java 120 Parameter 'classPk' is not assigned and could be declared final
30222 src/com/gps/hibernate/SocialactivityDAO.java 120 publicMethodCommentRequirement Required
30223 src/com/gps/hibernate/SocialactivityDAO.java 124 Parameter 'type' is not assigned and could be declared final
30224 src/com/gps/hibernate/SocialactivityDAO.java 124 publicMethodCommentRequirement Required
30225 src/com/gps/hibernate/SocialactivityDAO.java 128 Parameter 'extraData' is not assigned and could be declared final
30226 src/com/gps/hibernate/SocialactivityDAO.java 128 publicMethodCommentRequirement Required
30227 src/com/gps/hibernate/SocialactivityDAO.java 132 Parameter 'receiverUserId' is not assigned and could be declared final
30228 src/com/gps/hibernate/SocialactivityDAO.java 132 publicMethodCommentRequirement Required
30229 src/com/gps/hibernate/SocialactivityDAO.java 136 publicMethodCommentRequirement Required
30230 src/com/gps/hibernate/SocialactivityDAO.java 137 There is log block not surrounded by if
30231 src/com/gps/hibernate/SocialactivityDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30232 src/com/gps/hibernate/SocialactivityDAO.java 139 Local variable 'queryString' could be declared final
30233 src/com/gps/hibernate/SocialactivityDAO.java 140 Local variable 'queryObject' could be declared final
30234 src/com/gps/hibernate/SocialactivityDAO.java 140 Potential violation of Law of Demeter (method chain calls)
30235 src/com/gps/hibernate/SocialactivityDAO.java 141 Potential violation of Law of Demeter (object not created locally)
30236 src/com/gps/hibernate/SocialactivityDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30237 src/com/gps/hibernate/SocialactivityDAO.java 143 There is log block not surrounded by if
30238 src/com/gps/hibernate/SocialactivityDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
30239 src/com/gps/hibernate/SocialactivityDAO.java 148 publicMethodCommentRequirement Required
30240 src/com/gps/hibernate/SocialactivityDAO.java 149 There is log block not surrounded by if
30241 src/com/gps/hibernate/SocialactivityDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30242 src/com/gps/hibernate/SocialactivityDAO.java 151 Local variable 'result' could be declared final
30243 src/com/gps/hibernate/SocialactivityDAO.java 151 Potential violation of Law of Demeter (method chain calls)
30244 src/com/gps/hibernate/SocialactivityDAO.java 153 There is log block not surrounded by if
30245 src/com/gps/hibernate/SocialactivityDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30246 src/com/gps/hibernate/SocialactivityDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30247 src/com/gps/hibernate/SocialactivityDAO.java 156 There is log block not surrounded by if
30248 src/com/gps/hibernate/SocialactivityDAO.java 161 Parameter 'instance' is not assigned and could be declared final
30249 src/com/gps/hibernate/SocialactivityDAO.java 161 publicMethodCommentRequirement Required
30250 src/com/gps/hibernate/SocialactivityDAO.java 162 There is log block not surrounded by if
30251 src/com/gps/hibernate/SocialactivityDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30252 src/com/gps/hibernate/SocialactivityDAO.java 164 Potential violation of Law of Demeter (method chain calls)
30253 src/com/gps/hibernate/SocialactivityDAO.java 165 There is log block not surrounded by if
30254 src/com/gps/hibernate/SocialactivityDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30255 src/com/gps/hibernate/SocialactivityDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30256 src/com/gps/hibernate/SocialactivityDAO.java 167 There is log block not surrounded by if
30257 src/com/gps/hibernate/SocialactivityDAO.java 172 Parameter 'instance' is not assigned and could be declared final
30258 src/com/gps/hibernate/SocialactivityDAO.java 172 publicMethodCommentRequirement Required
30259 src/com/gps/hibernate/SocialactivityDAO.java 173 There is log block not surrounded by if
30260 src/com/gps/hibernate/SocialactivityDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30261 src/com/gps/hibernate/SocialactivityDAO.java 175 Potential violation of Law of Demeter (method chain calls)
30262 src/com/gps/hibernate/SocialactivityDAO.java 176 There is log block not surrounded by if
30263 src/com/gps/hibernate/SocialactivityDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30264 src/com/gps/hibernate/SocialactivityDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30265 src/com/gps/hibernate/SocialactivityDAO.java 178 There is log block not surrounded by if
30266 src/com/gps/hibernate/Socialrelation.java 11 Classes implementing Serializable should set a serialVersionUID
30267 src/com/gps/hibernate/Socialrelation.java 15 fieldCommentRequirement Required
30268 src/com/gps/hibernate/Socialrelation.java 16 fieldCommentRequirement Required
30269 src/com/gps/hibernate/Socialrelation.java 17 fieldCommentRequirement Required
30270 src/com/gps/hibernate/Socialrelation.java 18 fieldCommentRequirement Required
30271 src/com/gps/hibernate/Socialrelation.java 19 fieldCommentRequirement Required
30272 src/com/gps/hibernate/Socialrelation.java 20 fieldCommentRequirement Required
30273 src/com/gps/hibernate/Socialrelation.java 21 fieldCommentRequirement Required
30274 src/com/gps/hibernate/Socialrelation.java 26 Document empty constructor
30275 src/com/gps/hibernate/Socialrelation.java 30 Parameter 'relationId' is not assigned and could be declared final
30276 src/com/gps/hibernate/Socialrelation.java 35 Parameter 'companyId' is not assigned and could be declared final
30277 src/com/gps/hibernate/Socialrelation.java 35 Parameter 'relationId' is not assigned and could be declared final
30278 src/com/gps/hibernate/Socialrelation.java 35 Parameter 'uuid' is not assigned and could be declared final
30279 src/com/gps/hibernate/Socialrelation.java 36 Parameter 'createDate' is not assigned and could be declared final
30280 src/com/gps/hibernate/Socialrelation.java 36 Parameter 'type' is not assigned and could be declared final
30281 src/com/gps/hibernate/Socialrelation.java 36 Parameter 'userId1' is not assigned and could be declared final
30282 src/com/gps/hibernate/Socialrelation.java 36 Parameter 'userId2' is not assigned and could be declared final
30283 src/com/gps/hibernate/Socialrelation.java 48 publicMethodCommentRequirement Required
30284 src/com/gps/hibernate/Socialrelation.java 52 Parameter 'relationId' is not assigned and could be declared final
30285 src/com/gps/hibernate/Socialrelation.java 52 publicMethodCommentRequirement Required
30286 src/com/gps/hibernate/Socialrelation.java 56 publicMethodCommentRequirement Required
30287 src/com/gps/hibernate/Socialrelation.java 60 Parameter 'uuid' is not assigned and could be declared final
30288 src/com/gps/hibernate/Socialrelation.java 60 publicMethodCommentRequirement Required
30289 src/com/gps/hibernate/Socialrelation.java 64 publicMethodCommentRequirement Required
30290 src/com/gps/hibernate/Socialrelation.java 68 Parameter 'companyId' is not assigned and could be declared final
30291 src/com/gps/hibernate/Socialrelation.java 68 publicMethodCommentRequirement Required
30292 src/com/gps/hibernate/Socialrelation.java 72 publicMethodCommentRequirement Required
30293 src/com/gps/hibernate/Socialrelation.java 76 Parameter 'createDate' is not assigned and could be declared final
30294 src/com/gps/hibernate/Socialrelation.java 76 publicMethodCommentRequirement Required
30295 src/com/gps/hibernate/Socialrelation.java 80 publicMethodCommentRequirement Required
30296 src/com/gps/hibernate/Socialrelation.java 84 Parameter 'userId1' is not assigned and could be declared final
30297 src/com/gps/hibernate/Socialrelation.java 84 publicMethodCommentRequirement Required
30298 src/com/gps/hibernate/Socialrelation.java 88 publicMethodCommentRequirement Required
30299 src/com/gps/hibernate/Socialrelation.java 92 Parameter 'userId2' is not assigned and could be declared final
30300 src/com/gps/hibernate/Socialrelation.java 92 publicMethodCommentRequirement Required
30301 src/com/gps/hibernate/Socialrelation.java 96 publicMethodCommentRequirement Required
30302 src/com/gps/hibernate/Socialrelation.java 100 Parameter 'type' is not assigned and could be declared final
30303 src/com/gps/hibernate/Socialrelation.java 100 publicMethodCommentRequirement Required
30304 src/com/gps/hibernate/SocialrelationDAO.java 3 Avoid unused imports such as 'java.util.Date'
30305 src/com/gps/hibernate/SocialrelationDAO.java 11 Comment is too large: Too many lines
30306 src/com/gps/hibernate/SocialrelationDAO.java 23 This class has too many methods, consider refactoring it.
30307 src/com/gps/hibernate/SocialrelationDAO.java 24 Logger should be defined private static final and have the correct class
30308 src/com/gps/hibernate/SocialrelationDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
30309 src/com/gps/hibernate/SocialrelationDAO.java 24 fieldCommentRequirement Required
30310 src/com/gps/hibernate/SocialrelationDAO.java 26 fieldCommentRequirement Required
30311 src/com/gps/hibernate/SocialrelationDAO.java 27 fieldCommentRequirement Required
30312 src/com/gps/hibernate/SocialrelationDAO.java 28 fieldCommentRequirement Required
30313 src/com/gps/hibernate/SocialrelationDAO.java 29 fieldCommentRequirement Required
30314 src/com/gps/hibernate/SocialrelationDAO.java 30 fieldCommentRequirement Required
30315 src/com/gps/hibernate/SocialrelationDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
30316 src/com/gps/hibernate/SocialrelationDAO.java 32 publicMethodCommentRequirement Required
30317 src/com/gps/hibernate/SocialrelationDAO.java 33 There is log block not surrounded by if
30318 src/com/gps/hibernate/SocialrelationDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30319 src/com/gps/hibernate/SocialrelationDAO.java 35 Potential violation of Law of Demeter (method chain calls)
30320 src/com/gps/hibernate/SocialrelationDAO.java 36 There is log block not surrounded by if
30321 src/com/gps/hibernate/SocialrelationDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30322 src/com/gps/hibernate/SocialrelationDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30323 src/com/gps/hibernate/SocialrelationDAO.java 38 There is log block not surrounded by if
30324 src/com/gps/hibernate/SocialrelationDAO.java 43 Avoid excessively long variable names like persistentInstance
30325 src/com/gps/hibernate/SocialrelationDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
30326 src/com/gps/hibernate/SocialrelationDAO.java 43 publicMethodCommentRequirement Required
30327 src/com/gps/hibernate/SocialrelationDAO.java 44 There is log block not surrounded by if
30328 src/com/gps/hibernate/SocialrelationDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30329 src/com/gps/hibernate/SocialrelationDAO.java 46 Potential violation of Law of Demeter (method chain calls)
30330 src/com/gps/hibernate/SocialrelationDAO.java 47 There is log block not surrounded by if
30331 src/com/gps/hibernate/SocialrelationDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30332 src/com/gps/hibernate/SocialrelationDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30333 src/com/gps/hibernate/SocialrelationDAO.java 49 There is log block not surrounded by if
30334 src/com/gps/hibernate/SocialrelationDAO.java 54 Avoid variables with short names like id
30335 src/com/gps/hibernate/SocialrelationDAO.java 54 Parameter 'id' is not assigned and could be declared final
30336 src/com/gps/hibernate/SocialrelationDAO.java 54 publicMethodCommentRequirement Required
30337 src/com/gps/hibernate/SocialrelationDAO.java 55 There is log block not surrounded by if
30338 src/com/gps/hibernate/SocialrelationDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30339 src/com/gps/hibernate/SocialrelationDAO.java 57 Local variable 'instance' could be declared final
30340 src/com/gps/hibernate/SocialrelationDAO.java 57 Potential violation of Law of Demeter (method chain calls)
30341 src/com/gps/hibernate/SocialrelationDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30342 src/com/gps/hibernate/SocialrelationDAO.java 61 There is log block not surrounded by if
30343 src/com/gps/hibernate/SocialrelationDAO.java 66 Parameter 'instance' is not assigned and could be declared final
30344 src/com/gps/hibernate/SocialrelationDAO.java 66 publicMethodCommentRequirement Required
30345 src/com/gps/hibernate/SocialrelationDAO.java 67 There is log block not surrounded by if
30346 src/com/gps/hibernate/SocialrelationDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30347 src/com/gps/hibernate/SocialrelationDAO.java 69 Local variable 'results' could be declared final
30348 src/com/gps/hibernate/SocialrelationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
30349 src/com/gps/hibernate/SocialrelationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
30350 src/com/gps/hibernate/SocialrelationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
30351 src/com/gps/hibernate/SocialrelationDAO.java 72 There is log block not surrounded by if
30352 src/com/gps/hibernate/SocialrelationDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30353 src/com/gps/hibernate/SocialrelationDAO.java 73 Potential violation of Law of Demeter (object not created locally)
30354 src/com/gps/hibernate/SocialrelationDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30355 src/com/gps/hibernate/SocialrelationDAO.java 76 There is log block not surrounded by if
30356 src/com/gps/hibernate/SocialrelationDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
30357 src/com/gps/hibernate/SocialrelationDAO.java 81 Parameter 'value' is not assigned and could be declared final
30358 src/com/gps/hibernate/SocialrelationDAO.java 81 publicMethodCommentRequirement Required
30359 src/com/gps/hibernate/SocialrelationDAO.java 82 There is log block not surrounded by if
30360 src/com/gps/hibernate/SocialrelationDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30361 src/com/gps/hibernate/SocialrelationDAO.java 85 Local variable 'queryString' could be declared final
30362 src/com/gps/hibernate/SocialrelationDAO.java 87 Local variable 'queryObject' could be declared final
30363 src/com/gps/hibernate/SocialrelationDAO.java 87 Potential violation of Law of Demeter (method chain calls)
30364 src/com/gps/hibernate/SocialrelationDAO.java 88 Potential violation of Law of Demeter (object not created locally)
30365 src/com/gps/hibernate/SocialrelationDAO.java 89 Potential violation of Law of Demeter (object not created locally)
30366 src/com/gps/hibernate/SocialrelationDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30367 src/com/gps/hibernate/SocialrelationDAO.java 91 There is log block not surrounded by if
30368 src/com/gps/hibernate/SocialrelationDAO.java 96 Parameter 'uuid' is not assigned and could be declared final
30369 src/com/gps/hibernate/SocialrelationDAO.java 96 publicMethodCommentRequirement Required
30370 src/com/gps/hibernate/SocialrelationDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
30371 src/com/gps/hibernate/SocialrelationDAO.java 100 publicMethodCommentRequirement Required
30372 src/com/gps/hibernate/SocialrelationDAO.java 104 Parameter 'userId1' is not assigned and could be declared final
30373 src/com/gps/hibernate/SocialrelationDAO.java 104 publicMethodCommentRequirement Required
30374 src/com/gps/hibernate/SocialrelationDAO.java 108 Parameter 'userId2' is not assigned and could be declared final
30375 src/com/gps/hibernate/SocialrelationDAO.java 108 publicMethodCommentRequirement Required
30376 src/com/gps/hibernate/SocialrelationDAO.java 112 Parameter 'type' is not assigned and could be declared final
30377 src/com/gps/hibernate/SocialrelationDAO.java 112 publicMethodCommentRequirement Required
30378 src/com/gps/hibernate/SocialrelationDAO.java 116 publicMethodCommentRequirement Required
30379 src/com/gps/hibernate/SocialrelationDAO.java 117 There is log block not surrounded by if
30380 src/com/gps/hibernate/SocialrelationDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30381 src/com/gps/hibernate/SocialrelationDAO.java 119 Local variable 'queryString' could be declared final
30382 src/com/gps/hibernate/SocialrelationDAO.java 120 Local variable 'queryObject' could be declared final
30383 src/com/gps/hibernate/SocialrelationDAO.java 120 Potential violation of Law of Demeter (method chain calls)
30384 src/com/gps/hibernate/SocialrelationDAO.java 121 Potential violation of Law of Demeter (object not created locally)
30385 src/com/gps/hibernate/SocialrelationDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30386 src/com/gps/hibernate/SocialrelationDAO.java 123 There is log block not surrounded by if
30387 src/com/gps/hibernate/SocialrelationDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
30388 src/com/gps/hibernate/SocialrelationDAO.java 128 publicMethodCommentRequirement Required
30389 src/com/gps/hibernate/SocialrelationDAO.java 129 There is log block not surrounded by if
30390 src/com/gps/hibernate/SocialrelationDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30391 src/com/gps/hibernate/SocialrelationDAO.java 131 Local variable 'result' could be declared final
30392 src/com/gps/hibernate/SocialrelationDAO.java 131 Potential violation of Law of Demeter (method chain calls)
30393 src/com/gps/hibernate/SocialrelationDAO.java 133 There is log block not surrounded by if
30394 src/com/gps/hibernate/SocialrelationDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30395 src/com/gps/hibernate/SocialrelationDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30396 src/com/gps/hibernate/SocialrelationDAO.java 136 There is log block not surrounded by if
30397 src/com/gps/hibernate/SocialrelationDAO.java 141 Parameter 'instance' is not assigned and could be declared final
30398 src/com/gps/hibernate/SocialrelationDAO.java 141 publicMethodCommentRequirement Required
30399 src/com/gps/hibernate/SocialrelationDAO.java 142 There is log block not surrounded by if
30400 src/com/gps/hibernate/SocialrelationDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30401 src/com/gps/hibernate/SocialrelationDAO.java 144 Potential violation of Law of Demeter (method chain calls)
30402 src/com/gps/hibernate/SocialrelationDAO.java 145 There is log block not surrounded by if
30403 src/com/gps/hibernate/SocialrelationDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30404 src/com/gps/hibernate/SocialrelationDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30405 src/com/gps/hibernate/SocialrelationDAO.java 147 There is log block not surrounded by if
30406 src/com/gps/hibernate/SocialrelationDAO.java 152 Parameter 'instance' is not assigned and could be declared final
30407 src/com/gps/hibernate/SocialrelationDAO.java 152 publicMethodCommentRequirement Required
30408 src/com/gps/hibernate/SocialrelationDAO.java 153 There is log block not surrounded by if
30409 src/com/gps/hibernate/SocialrelationDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30410 src/com/gps/hibernate/SocialrelationDAO.java 155 Potential violation of Law of Demeter (method chain calls)
30411 src/com/gps/hibernate/SocialrelationDAO.java 156 There is log block not surrounded by if
30412 src/com/gps/hibernate/SocialrelationDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30413 src/com/gps/hibernate/SocialrelationDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30414 src/com/gps/hibernate/SocialrelationDAO.java 158 There is log block not surrounded by if
30415 src/com/gps/hibernate/Socialrequest.java 11 Classes implementing Serializable should set a serialVersionUID
30416 src/com/gps/hibernate/Socialrequest.java 15 fieldCommentRequirement Required
30417 src/com/gps/hibernate/Socialrequest.java 16 fieldCommentRequirement Required
30418 src/com/gps/hibernate/Socialrequest.java 17 fieldCommentRequirement Required
30419 src/com/gps/hibernate/Socialrequest.java 18 fieldCommentRequirement Required
30420 src/com/gps/hibernate/Socialrequest.java 19 fieldCommentRequirement Required
30421 src/com/gps/hibernate/Socialrequest.java 20 fieldCommentRequirement Required
30422 src/com/gps/hibernate/Socialrequest.java 21 fieldCommentRequirement Required
30423 src/com/gps/hibernate/Socialrequest.java 22 fieldCommentRequirement Required
30424 src/com/gps/hibernate/Socialrequest.java 23 fieldCommentRequirement Required
30425 src/com/gps/hibernate/Socialrequest.java 24 fieldCommentRequirement Required
30426 src/com/gps/hibernate/Socialrequest.java 25 fieldCommentRequirement Required
30427 src/com/gps/hibernate/Socialrequest.java 26 fieldCommentRequirement Required
30428 src/com/gps/hibernate/Socialrequest.java 27 fieldCommentRequirement Required
30429 src/com/gps/hibernate/Socialrequest.java 32 Document empty constructor
30430 src/com/gps/hibernate/Socialrequest.java 36 Parameter 'requestId' is not assigned and could be declared final
30431 src/com/gps/hibernate/Socialrequest.java 41 Avoid long parameter lists.
30432 src/com/gps/hibernate/Socialrequest.java 41 Parameter 'groupId' is not assigned and could be declared final
30433 src/com/gps/hibernate/Socialrequest.java 41 Parameter 'requestId' is not assigned and could be declared final
30434 src/com/gps/hibernate/Socialrequest.java 41 Parameter 'uuid' is not assigned and could be declared final
30435 src/com/gps/hibernate/Socialrequest.java 42 Parameter 'companyId' is not assigned and could be declared final
30436 src/com/gps/hibernate/Socialrequest.java 42 Parameter 'createDate' is not assigned and could be declared final
30437 src/com/gps/hibernate/Socialrequest.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
30438 src/com/gps/hibernate/Socialrequest.java 42 Parameter 'userId' is not assigned and could be declared final
30439 src/com/gps/hibernate/Socialrequest.java 43 Parameter 'classNameId' is not assigned and could be declared final
30440 src/com/gps/hibernate/Socialrequest.java 43 Parameter 'classPk' is not assigned and could be declared final
30441 src/com/gps/hibernate/Socialrequest.java 43 Parameter 'extraData' is not assigned and could be declared final
30442 src/com/gps/hibernate/Socialrequest.java 43 Parameter 'type' is not assigned and could be declared final
30443 src/com/gps/hibernate/Socialrequest.java 44 Parameter 'receiverUserId' is not assigned and could be declared final
30444 src/com/gps/hibernate/Socialrequest.java 44 Parameter 'status' is not assigned and could be declared final
30445 src/com/gps/hibernate/Socialrequest.java 62 publicMethodCommentRequirement Required
30446 src/com/gps/hibernate/Socialrequest.java 66 Parameter 'requestId' is not assigned and could be declared final
30447 src/com/gps/hibernate/Socialrequest.java 66 publicMethodCommentRequirement Required
30448 src/com/gps/hibernate/Socialrequest.java 70 publicMethodCommentRequirement Required
30449 src/com/gps/hibernate/Socialrequest.java 74 Parameter 'uuid' is not assigned and could be declared final
30450 src/com/gps/hibernate/Socialrequest.java 74 publicMethodCommentRequirement Required
30451 src/com/gps/hibernate/Socialrequest.java 78 publicMethodCommentRequirement Required
30452 src/com/gps/hibernate/Socialrequest.java 82 Parameter 'groupId' is not assigned and could be declared final
30453 src/com/gps/hibernate/Socialrequest.java 82 publicMethodCommentRequirement Required
30454 src/com/gps/hibernate/Socialrequest.java 86 publicMethodCommentRequirement Required
30455 src/com/gps/hibernate/Socialrequest.java 90 Parameter 'companyId' is not assigned and could be declared final
30456 src/com/gps/hibernate/Socialrequest.java 90 publicMethodCommentRequirement Required
30457 src/com/gps/hibernate/Socialrequest.java 94 publicMethodCommentRequirement Required
30458 src/com/gps/hibernate/Socialrequest.java 98 Parameter 'userId' is not assigned and could be declared final
30459 src/com/gps/hibernate/Socialrequest.java 98 publicMethodCommentRequirement Required
30460 src/com/gps/hibernate/Socialrequest.java 102 publicMethodCommentRequirement Required
30461 src/com/gps/hibernate/Socialrequest.java 106 Parameter 'createDate' is not assigned and could be declared final
30462 src/com/gps/hibernate/Socialrequest.java 106 publicMethodCommentRequirement Required
30463 src/com/gps/hibernate/Socialrequest.java 110 publicMethodCommentRequirement Required
30464 src/com/gps/hibernate/Socialrequest.java 114 Parameter 'modifiedDate' is not assigned and could be declared final
30465 src/com/gps/hibernate/Socialrequest.java 114 publicMethodCommentRequirement Required
30466 src/com/gps/hibernate/Socialrequest.java 118 publicMethodCommentRequirement Required
30467 src/com/gps/hibernate/Socialrequest.java 122 Parameter 'classNameId' is not assigned and could be declared final
30468 src/com/gps/hibernate/Socialrequest.java 122 publicMethodCommentRequirement Required
30469 src/com/gps/hibernate/Socialrequest.java 126 publicMethodCommentRequirement Required
30470 src/com/gps/hibernate/Socialrequest.java 130 Parameter 'classPk' is not assigned and could be declared final
30471 src/com/gps/hibernate/Socialrequest.java 130 publicMethodCommentRequirement Required
30472 src/com/gps/hibernate/Socialrequest.java 134 publicMethodCommentRequirement Required
30473 src/com/gps/hibernate/Socialrequest.java 138 Parameter 'type' is not assigned and could be declared final
30474 src/com/gps/hibernate/Socialrequest.java 138 publicMethodCommentRequirement Required
30475 src/com/gps/hibernate/Socialrequest.java 142 publicMethodCommentRequirement Required
30476 src/com/gps/hibernate/Socialrequest.java 146 Parameter 'extraData' is not assigned and could be declared final
30477 src/com/gps/hibernate/Socialrequest.java 146 publicMethodCommentRequirement Required
30478 src/com/gps/hibernate/Socialrequest.java 150 publicMethodCommentRequirement Required
30479 src/com/gps/hibernate/Socialrequest.java 154 Parameter 'receiverUserId' is not assigned and could be declared final
30480 src/com/gps/hibernate/Socialrequest.java 154 publicMethodCommentRequirement Required
30481 src/com/gps/hibernate/Socialrequest.java 158 publicMethodCommentRequirement Required
30482 src/com/gps/hibernate/Socialrequest.java 162 Parameter 'status' is not assigned and could be declared final
30483 src/com/gps/hibernate/Socialrequest.java 162 publicMethodCommentRequirement Required
30484 src/com/gps/hibernate/SocialrequestDAO.java 3 Avoid unused imports such as 'java.util.Date'
30485 src/com/gps/hibernate/SocialrequestDAO.java 11 Comment is too large: Too many lines
30486 src/com/gps/hibernate/SocialrequestDAO.java 23 This class has too many methods, consider refactoring it.
30487 src/com/gps/hibernate/SocialrequestDAO.java 24 Logger should be defined private static final and have the correct class
30488 src/com/gps/hibernate/SocialrequestDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
30489 src/com/gps/hibernate/SocialrequestDAO.java 24 fieldCommentRequirement Required
30490 src/com/gps/hibernate/SocialrequestDAO.java 26 fieldCommentRequirement Required
30491 src/com/gps/hibernate/SocialrequestDAO.java 27 fieldCommentRequirement Required
30492 src/com/gps/hibernate/SocialrequestDAO.java 28 fieldCommentRequirement Required
30493 src/com/gps/hibernate/SocialrequestDAO.java 29 fieldCommentRequirement Required
30494 src/com/gps/hibernate/SocialrequestDAO.java 30 fieldCommentRequirement Required
30495 src/com/gps/hibernate/SocialrequestDAO.java 31 fieldCommentRequirement Required
30496 src/com/gps/hibernate/SocialrequestDAO.java 32 fieldCommentRequirement Required
30497 src/com/gps/hibernate/SocialrequestDAO.java 33 fieldCommentRequirement Required
30498 src/com/gps/hibernate/SocialrequestDAO.java 34 fieldCommentRequirement Required
30499 src/com/gps/hibernate/SocialrequestDAO.java 35 fieldCommentRequirement Required
30500 src/com/gps/hibernate/SocialrequestDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
30501 src/com/gps/hibernate/SocialrequestDAO.java 37 publicMethodCommentRequirement Required
30502 src/com/gps/hibernate/SocialrequestDAO.java 38 There is log block not surrounded by if
30503 src/com/gps/hibernate/SocialrequestDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30504 src/com/gps/hibernate/SocialrequestDAO.java 40 Potential violation of Law of Demeter (method chain calls)
30505 src/com/gps/hibernate/SocialrequestDAO.java 41 There is log block not surrounded by if
30506 src/com/gps/hibernate/SocialrequestDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30507 src/com/gps/hibernate/SocialrequestDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30508 src/com/gps/hibernate/SocialrequestDAO.java 43 There is log block not surrounded by if
30509 src/com/gps/hibernate/SocialrequestDAO.java 48 Avoid excessively long variable names like persistentInstance
30510 src/com/gps/hibernate/SocialrequestDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
30511 src/com/gps/hibernate/SocialrequestDAO.java 48 publicMethodCommentRequirement Required
30512 src/com/gps/hibernate/SocialrequestDAO.java 49 There is log block not surrounded by if
30513 src/com/gps/hibernate/SocialrequestDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30514 src/com/gps/hibernate/SocialrequestDAO.java 51 Potential violation of Law of Demeter (method chain calls)
30515 src/com/gps/hibernate/SocialrequestDAO.java 52 There is log block not surrounded by if
30516 src/com/gps/hibernate/SocialrequestDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30517 src/com/gps/hibernate/SocialrequestDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30518 src/com/gps/hibernate/SocialrequestDAO.java 54 There is log block not surrounded by if
30519 src/com/gps/hibernate/SocialrequestDAO.java 59 Avoid variables with short names like id
30520 src/com/gps/hibernate/SocialrequestDAO.java 59 Parameter 'id' is not assigned and could be declared final
30521 src/com/gps/hibernate/SocialrequestDAO.java 59 publicMethodCommentRequirement Required
30522 src/com/gps/hibernate/SocialrequestDAO.java 60 There is log block not surrounded by if
30523 src/com/gps/hibernate/SocialrequestDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30524 src/com/gps/hibernate/SocialrequestDAO.java 62 Local variable 'instance' could be declared final
30525 src/com/gps/hibernate/SocialrequestDAO.java 62 Potential violation of Law of Demeter (method chain calls)
30526 src/com/gps/hibernate/SocialrequestDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30527 src/com/gps/hibernate/SocialrequestDAO.java 66 There is log block not surrounded by if
30528 src/com/gps/hibernate/SocialrequestDAO.java 71 Parameter 'instance' is not assigned and could be declared final
30529 src/com/gps/hibernate/SocialrequestDAO.java 71 publicMethodCommentRequirement Required
30530 src/com/gps/hibernate/SocialrequestDAO.java 72 There is log block not surrounded by if
30531 src/com/gps/hibernate/SocialrequestDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30532 src/com/gps/hibernate/SocialrequestDAO.java 74 Local variable 'results' could be declared final
30533 src/com/gps/hibernate/SocialrequestDAO.java 74 Potential violation of Law of Demeter (method chain calls)
30534 src/com/gps/hibernate/SocialrequestDAO.java 74 Potential violation of Law of Demeter (method chain calls)
30535 src/com/gps/hibernate/SocialrequestDAO.java 74 Potential violation of Law of Demeter (method chain calls)
30536 src/com/gps/hibernate/SocialrequestDAO.java 77 There is log block not surrounded by if
30537 src/com/gps/hibernate/SocialrequestDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30538 src/com/gps/hibernate/SocialrequestDAO.java 78 Potential violation of Law of Demeter (object not created locally)
30539 src/com/gps/hibernate/SocialrequestDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30540 src/com/gps/hibernate/SocialrequestDAO.java 81 There is log block not surrounded by if
30541 src/com/gps/hibernate/SocialrequestDAO.java 86 Parameter 'propertyName' is not assigned and could be declared final
30542 src/com/gps/hibernate/SocialrequestDAO.java 86 Parameter 'value' is not assigned and could be declared final
30543 src/com/gps/hibernate/SocialrequestDAO.java 86 publicMethodCommentRequirement Required
30544 src/com/gps/hibernate/SocialrequestDAO.java 87 There is log block not surrounded by if
30545 src/com/gps/hibernate/SocialrequestDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30546 src/com/gps/hibernate/SocialrequestDAO.java 90 Local variable 'queryString' could be declared final
30547 src/com/gps/hibernate/SocialrequestDAO.java 92 Local variable 'queryObject' could be declared final
30548 src/com/gps/hibernate/SocialrequestDAO.java 92 Potential violation of Law of Demeter (method chain calls)
30549 src/com/gps/hibernate/SocialrequestDAO.java 93 Potential violation of Law of Demeter (object not created locally)
30550 src/com/gps/hibernate/SocialrequestDAO.java 94 Potential violation of Law of Demeter (object not created locally)
30551 src/com/gps/hibernate/SocialrequestDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30552 src/com/gps/hibernate/SocialrequestDAO.java 96 There is log block not surrounded by if
30553 src/com/gps/hibernate/SocialrequestDAO.java 101 Parameter 'uuid' is not assigned and could be declared final
30554 src/com/gps/hibernate/SocialrequestDAO.java 101 publicMethodCommentRequirement Required
30555 src/com/gps/hibernate/SocialrequestDAO.java 105 Parameter 'groupId' is not assigned and could be declared final
30556 src/com/gps/hibernate/SocialrequestDAO.java 105 publicMethodCommentRequirement Required
30557 src/com/gps/hibernate/SocialrequestDAO.java 109 Parameter 'companyId' is not assigned and could be declared final
30558 src/com/gps/hibernate/SocialrequestDAO.java 109 publicMethodCommentRequirement Required
30559 src/com/gps/hibernate/SocialrequestDAO.java 113 Parameter 'userId' is not assigned and could be declared final
30560 src/com/gps/hibernate/SocialrequestDAO.java 113 publicMethodCommentRequirement Required
30561 src/com/gps/hibernate/SocialrequestDAO.java 117 Parameter 'classNameId' is not assigned and could be declared final
30562 src/com/gps/hibernate/SocialrequestDAO.java 117 publicMethodCommentRequirement Required
30563 src/com/gps/hibernate/SocialrequestDAO.java 121 Parameter 'classPk' is not assigned and could be declared final
30564 src/com/gps/hibernate/SocialrequestDAO.java 121 publicMethodCommentRequirement Required
30565 src/com/gps/hibernate/SocialrequestDAO.java 125 Parameter 'type' is not assigned and could be declared final
30566 src/com/gps/hibernate/SocialrequestDAO.java 125 publicMethodCommentRequirement Required
30567 src/com/gps/hibernate/SocialrequestDAO.java 129 Parameter 'extraData' is not assigned and could be declared final
30568 src/com/gps/hibernate/SocialrequestDAO.java 129 publicMethodCommentRequirement Required
30569 src/com/gps/hibernate/SocialrequestDAO.java 133 Parameter 'receiverUserId' is not assigned and could be declared final
30570 src/com/gps/hibernate/SocialrequestDAO.java 133 publicMethodCommentRequirement Required
30571 src/com/gps/hibernate/SocialrequestDAO.java 137 Parameter 'status' is not assigned and could be declared final
30572 src/com/gps/hibernate/SocialrequestDAO.java 137 publicMethodCommentRequirement Required
30573 src/com/gps/hibernate/SocialrequestDAO.java 141 publicMethodCommentRequirement Required
30574 src/com/gps/hibernate/SocialrequestDAO.java 142 There is log block not surrounded by if
30575 src/com/gps/hibernate/SocialrequestDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30576 src/com/gps/hibernate/SocialrequestDAO.java 144 Local variable 'queryString' could be declared final
30577 src/com/gps/hibernate/SocialrequestDAO.java 145 Local variable 'queryObject' could be declared final
30578 src/com/gps/hibernate/SocialrequestDAO.java 145 Potential violation of Law of Demeter (method chain calls)
30579 src/com/gps/hibernate/SocialrequestDAO.java 146 Potential violation of Law of Demeter (object not created locally)
30580 src/com/gps/hibernate/SocialrequestDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30581 src/com/gps/hibernate/SocialrequestDAO.java 148 There is log block not surrounded by if
30582 src/com/gps/hibernate/SocialrequestDAO.java 153 Parameter 'detachedInstance' is not assigned and could be declared final
30583 src/com/gps/hibernate/SocialrequestDAO.java 153 publicMethodCommentRequirement Required
30584 src/com/gps/hibernate/SocialrequestDAO.java 154 There is log block not surrounded by if
30585 src/com/gps/hibernate/SocialrequestDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30586 src/com/gps/hibernate/SocialrequestDAO.java 156 Local variable 'result' could be declared final
30587 src/com/gps/hibernate/SocialrequestDAO.java 156 Potential violation of Law of Demeter (method chain calls)
30588 src/com/gps/hibernate/SocialrequestDAO.java 158 There is log block not surrounded by if
30589 src/com/gps/hibernate/SocialrequestDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30590 src/com/gps/hibernate/SocialrequestDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30591 src/com/gps/hibernate/SocialrequestDAO.java 161 There is log block not surrounded by if
30592 src/com/gps/hibernate/SocialrequestDAO.java 166 Parameter 'instance' is not assigned and could be declared final
30593 src/com/gps/hibernate/SocialrequestDAO.java 166 publicMethodCommentRequirement Required
30594 src/com/gps/hibernate/SocialrequestDAO.java 167 There is log block not surrounded by if
30595 src/com/gps/hibernate/SocialrequestDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30596 src/com/gps/hibernate/SocialrequestDAO.java 169 Potential violation of Law of Demeter (method chain calls)
30597 src/com/gps/hibernate/SocialrequestDAO.java 170 There is log block not surrounded by if
30598 src/com/gps/hibernate/SocialrequestDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30599 src/com/gps/hibernate/SocialrequestDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30600 src/com/gps/hibernate/SocialrequestDAO.java 172 There is log block not surrounded by if
30601 src/com/gps/hibernate/SocialrequestDAO.java 177 Parameter 'instance' is not assigned and could be declared final
30602 src/com/gps/hibernate/SocialrequestDAO.java 177 publicMethodCommentRequirement Required
30603 src/com/gps/hibernate/SocialrequestDAO.java 178 There is log block not surrounded by if
30604 src/com/gps/hibernate/SocialrequestDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30605 src/com/gps/hibernate/SocialrequestDAO.java 180 Potential violation of Law of Demeter (method chain calls)
30606 src/com/gps/hibernate/SocialrequestDAO.java 181 There is log block not surrounded by if
30607 src/com/gps/hibernate/SocialrequestDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30608 src/com/gps/hibernate/SocialrequestDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30609 src/com/gps/hibernate/SocialrequestDAO.java 183 There is log block not surrounded by if
30610 src/com/gps/hibernate/Speedparameter.java 9 Classes implementing Serializable should set a serialVersionUID
30611 src/com/gps/hibernate/Speedparameter.java 13 Avoid variables with short names like id
30612 src/com/gps/hibernate/Speedparameter.java 13 fieldCommentRequirement Required
30613 src/com/gps/hibernate/Speedparameter.java 14 fieldCommentRequirement Required
30614 src/com/gps/hibernate/Speedparameter.java 15 fieldCommentRequirement Required
30615 src/com/gps/hibernate/Speedparameter.java 16 fieldCommentRequirement Required
30616 src/com/gps/hibernate/Speedparameter.java 21 Document empty constructor
30617 src/com/gps/hibernate/Speedparameter.java 25 Parameter 'colourcode' is not assigned and could be declared final
30618 src/com/gps/hibernate/Speedparameter.java 25 Parameter 'parameter' is not assigned and could be declared final
30619 src/com/gps/hibernate/Speedparameter.java 25 publicMethodCommentRequirement Required
30620 src/com/gps/hibernate/Speedparameter.java 32 Parameter 'parameter' is not assigned and could be declared final
30621 src/com/gps/hibernate/Speedparameter.java 32 Parameter 'user' is not assigned and could be declared final
30622 src/com/gps/hibernate/Speedparameter.java 33 Parameter 'colourcode' is not assigned and could be declared final
30623 src/com/gps/hibernate/Speedparameter.java 41 publicMethodCommentRequirement Required
30624 src/com/gps/hibernate/Speedparameter.java 45 Avoid variables with short names like id
30625 src/com/gps/hibernate/Speedparameter.java 45 Parameter 'id' is not assigned and could be declared final
30626 src/com/gps/hibernate/Speedparameter.java 45 publicMethodCommentRequirement Required
30627 src/com/gps/hibernate/Speedparameter.java 49 publicMethodCommentRequirement Required
30628 src/com/gps/hibernate/Speedparameter.java 53 Parameter 'user' is not assigned and could be declared final
30629 src/com/gps/hibernate/Speedparameter.java 53 publicMethodCommentRequirement Required
30630 src/com/gps/hibernate/Speedparameter.java 57 publicMethodCommentRequirement Required
30631 src/com/gps/hibernate/Speedparameter.java 61 Parameter 'parameter' is not assigned and could be declared final
30632 src/com/gps/hibernate/Speedparameter.java 61 publicMethodCommentRequirement Required
30633 src/com/gps/hibernate/Speedparameter.java 65 publicMethodCommentRequirement Required
30634 src/com/gps/hibernate/Speedparameter.java 69 Parameter 'colourcode' is not assigned and could be declared final
30635 src/com/gps/hibernate/Speedparameter.java 69 publicMethodCommentRequirement Required
30636 src/com/gps/hibernate/SpeedparameterDAO.java 10 Comment is too large: Too many lines
30637 src/com/gps/hibernate/SpeedparameterDAO.java 22 This class has too many methods, consider refactoring it.
30638 src/com/gps/hibernate/SpeedparameterDAO.java 23 Logger should be defined private static final and have the correct class
30639 src/com/gps/hibernate/SpeedparameterDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
30640 src/com/gps/hibernate/SpeedparameterDAO.java 23 fieldCommentRequirement Required
30641 src/com/gps/hibernate/SpeedparameterDAO.java 25 fieldCommentRequirement Required
30642 src/com/gps/hibernate/SpeedparameterDAO.java 26 fieldCommentRequirement Required
30643 src/com/gps/hibernate/SpeedparameterDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
30644 src/com/gps/hibernate/SpeedparameterDAO.java 28 publicMethodCommentRequirement Required
30645 src/com/gps/hibernate/SpeedparameterDAO.java 29 There is log block not surrounded by if
30646 src/com/gps/hibernate/SpeedparameterDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30647 src/com/gps/hibernate/SpeedparameterDAO.java 31 Potential violation of Law of Demeter (method chain calls)
30648 src/com/gps/hibernate/SpeedparameterDAO.java 32 There is log block not surrounded by if
30649 src/com/gps/hibernate/SpeedparameterDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30650 src/com/gps/hibernate/SpeedparameterDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30651 src/com/gps/hibernate/SpeedparameterDAO.java 34 There is log block not surrounded by if
30652 src/com/gps/hibernate/SpeedparameterDAO.java 39 Avoid excessively long variable names like persistentInstance
30653 src/com/gps/hibernate/SpeedparameterDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
30654 src/com/gps/hibernate/SpeedparameterDAO.java 39 publicMethodCommentRequirement Required
30655 src/com/gps/hibernate/SpeedparameterDAO.java 40 There is log block not surrounded by if
30656 src/com/gps/hibernate/SpeedparameterDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30657 src/com/gps/hibernate/SpeedparameterDAO.java 42 Potential violation of Law of Demeter (method chain calls)
30658 src/com/gps/hibernate/SpeedparameterDAO.java 43 There is log block not surrounded by if
30659 src/com/gps/hibernate/SpeedparameterDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30660 src/com/gps/hibernate/SpeedparameterDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30661 src/com/gps/hibernate/SpeedparameterDAO.java 45 There is log block not surrounded by if
30662 src/com/gps/hibernate/SpeedparameterDAO.java 50 Avoid variables with short names like id
30663 src/com/gps/hibernate/SpeedparameterDAO.java 50 Parameter 'id' is not assigned and could be declared final
30664 src/com/gps/hibernate/SpeedparameterDAO.java 50 publicMethodCommentRequirement Required
30665 src/com/gps/hibernate/SpeedparameterDAO.java 51 There is log block not surrounded by if
30666 src/com/gps/hibernate/SpeedparameterDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30667 src/com/gps/hibernate/SpeedparameterDAO.java 53 Local variable 'instance' could be declared final
30668 src/com/gps/hibernate/SpeedparameterDAO.java 53 Potential violation of Law of Demeter (method chain calls)
30669 src/com/gps/hibernate/SpeedparameterDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30670 src/com/gps/hibernate/SpeedparameterDAO.java 57 There is log block not surrounded by if
30671 src/com/gps/hibernate/SpeedparameterDAO.java 62 Parameter 'instance' is not assigned and could be declared final
30672 src/com/gps/hibernate/SpeedparameterDAO.java 62 publicMethodCommentRequirement Required
30673 src/com/gps/hibernate/SpeedparameterDAO.java 63 There is log block not surrounded by if
30674 src/com/gps/hibernate/SpeedparameterDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30675 src/com/gps/hibernate/SpeedparameterDAO.java 65 Local variable 'results' could be declared final
30676 src/com/gps/hibernate/SpeedparameterDAO.java 65 Potential violation of Law of Demeter (method chain calls)
30677 src/com/gps/hibernate/SpeedparameterDAO.java 65 Potential violation of Law of Demeter (method chain calls)
30678 src/com/gps/hibernate/SpeedparameterDAO.java 65 Potential violation of Law of Demeter (method chain calls)
30679 src/com/gps/hibernate/SpeedparameterDAO.java 68 There is log block not surrounded by if
30680 src/com/gps/hibernate/SpeedparameterDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30681 src/com/gps/hibernate/SpeedparameterDAO.java 69 Potential violation of Law of Demeter (object not created locally)
30682 src/com/gps/hibernate/SpeedparameterDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30683 src/com/gps/hibernate/SpeedparameterDAO.java 72 There is log block not surrounded by if
30684 src/com/gps/hibernate/SpeedparameterDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
30685 src/com/gps/hibernate/SpeedparameterDAO.java 77 Parameter 'value' is not assigned and could be declared final
30686 src/com/gps/hibernate/SpeedparameterDAO.java 77 publicMethodCommentRequirement Required
30687 src/com/gps/hibernate/SpeedparameterDAO.java 78 There is log block not surrounded by if
30688 src/com/gps/hibernate/SpeedparameterDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30689 src/com/gps/hibernate/SpeedparameterDAO.java 81 Local variable 'queryString' could be declared final
30690 src/com/gps/hibernate/SpeedparameterDAO.java 83 Local variable 'queryObject' could be declared final
30691 src/com/gps/hibernate/SpeedparameterDAO.java 83 Potential violation of Law of Demeter (method chain calls)
30692 src/com/gps/hibernate/SpeedparameterDAO.java 84 Potential violation of Law of Demeter (object not created locally)
30693 src/com/gps/hibernate/SpeedparameterDAO.java 85 Potential violation of Law of Demeter (object not created locally)
30694 src/com/gps/hibernate/SpeedparameterDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30695 src/com/gps/hibernate/SpeedparameterDAO.java 87 There is log block not surrounded by if
30696 src/com/gps/hibernate/SpeedparameterDAO.java 92 Parameter 'parameter' is not assigned and could be declared final
30697 src/com/gps/hibernate/SpeedparameterDAO.java 92 publicMethodCommentRequirement Required
30698 src/com/gps/hibernate/SpeedparameterDAO.java 96 Parameter 'colourcode' is not assigned and could be declared final
30699 src/com/gps/hibernate/SpeedparameterDAO.java 96 publicMethodCommentRequirement Required
30700 src/com/gps/hibernate/SpeedparameterDAO.java 100 publicMethodCommentRequirement Required
30701 src/com/gps/hibernate/SpeedparameterDAO.java 101 There is log block not surrounded by if
30702 src/com/gps/hibernate/SpeedparameterDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30703 src/com/gps/hibernate/SpeedparameterDAO.java 103 Local variable 'queryString' could be declared final
30704 src/com/gps/hibernate/SpeedparameterDAO.java 104 Local variable 'queryObject' could be declared final
30705 src/com/gps/hibernate/SpeedparameterDAO.java 104 Potential violation of Law of Demeter (method chain calls)
30706 src/com/gps/hibernate/SpeedparameterDAO.java 105 Potential violation of Law of Demeter (object not created locally)
30707 src/com/gps/hibernate/SpeedparameterDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30708 src/com/gps/hibernate/SpeedparameterDAO.java 107 There is log block not surrounded by if
30709 src/com/gps/hibernate/SpeedparameterDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
30710 src/com/gps/hibernate/SpeedparameterDAO.java 112 publicMethodCommentRequirement Required
30711 src/com/gps/hibernate/SpeedparameterDAO.java 113 There is log block not surrounded by if
30712 src/com/gps/hibernate/SpeedparameterDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30713 src/com/gps/hibernate/SpeedparameterDAO.java 115 Local variable 'result' could be declared final
30714 src/com/gps/hibernate/SpeedparameterDAO.java 115 Potential violation of Law of Demeter (method chain calls)
30715 src/com/gps/hibernate/SpeedparameterDAO.java 117 There is log block not surrounded by if
30716 src/com/gps/hibernate/SpeedparameterDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30717 src/com/gps/hibernate/SpeedparameterDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30718 src/com/gps/hibernate/SpeedparameterDAO.java 120 There is log block not surrounded by if
30719 src/com/gps/hibernate/SpeedparameterDAO.java 125 Parameter 'instance' is not assigned and could be declared final
30720 src/com/gps/hibernate/SpeedparameterDAO.java 125 publicMethodCommentRequirement Required
30721 src/com/gps/hibernate/SpeedparameterDAO.java 126 There is log block not surrounded by if
30722 src/com/gps/hibernate/SpeedparameterDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30723 src/com/gps/hibernate/SpeedparameterDAO.java 128 Potential violation of Law of Demeter (method chain calls)
30724 src/com/gps/hibernate/SpeedparameterDAO.java 129 There is log block not surrounded by if
30725 src/com/gps/hibernate/SpeedparameterDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30726 src/com/gps/hibernate/SpeedparameterDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30727 src/com/gps/hibernate/SpeedparameterDAO.java 131 There is log block not surrounded by if
30728 src/com/gps/hibernate/SpeedparameterDAO.java 136 Parameter 'instance' is not assigned and could be declared final
30729 src/com/gps/hibernate/SpeedparameterDAO.java 136 publicMethodCommentRequirement Required
30730 src/com/gps/hibernate/SpeedparameterDAO.java 137 There is log block not surrounded by if
30731 src/com/gps/hibernate/SpeedparameterDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30732 src/com/gps/hibernate/SpeedparameterDAO.java 139 Potential violation of Law of Demeter (method chain calls)
30733 src/com/gps/hibernate/SpeedparameterDAO.java 140 There is log block not surrounded by if
30734 src/com/gps/hibernate/SpeedparameterDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30735 src/com/gps/hibernate/SpeedparameterDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30736 src/com/gps/hibernate/SpeedparameterDAO.java 142 There is log block not surrounded by if
30737 src/com/gps/hibernate/StopFenceMapping.java 3 Avoid unused imports such as 'java.util.Date'
30738 src/com/gps/hibernate/StopFenceMapping.java 4 Avoid unused imports such as 'java.util.HashSet'
30739 src/com/gps/hibernate/StopFenceMapping.java 5 Avoid unused imports such as 'java.util.Set'
30740 src/com/gps/hibernate/StopFenceMapping.java 13 Classes implementing Serializable should set a serialVersionUID
30741 src/com/gps/hibernate/StopFenceMapping.java 16 Use explicit scoping instead of the default package private level
30742 src/com/gps/hibernate/StopFenceMapping.java 16 fieldCommentRequirement Required
30743 src/com/gps/hibernate/StopFenceMapping.java 17 Use explicit scoping instead of the default package private level
30744 src/com/gps/hibernate/StopFenceMapping.java 17 fieldCommentRequirement Required
30745 src/com/gps/hibernate/StopFenceMapping.java 18 Use explicit scoping instead of the default package private level
30746 src/com/gps/hibernate/StopFenceMapping.java 18 fieldCommentRequirement Required
30747 src/com/gps/hibernate/StopFenceMapping.java 19 Use explicit scoping instead of the default package private level
30748 src/com/gps/hibernate/StopFenceMapping.java 19 fieldCommentRequirement Required
30749 src/com/gps/hibernate/StopFenceMapping.java 26 Parameter 'fenceId' is not assigned and could be declared final
30750 src/com/gps/hibernate/StopFenceMapping.java 26 Parameter 'session' is not assigned and could be declared final
30751 src/com/gps/hibernate/StopFenceMapping.java 26 Parameter 'stopId' is not assigned and could be declared final
30752 src/com/gps/hibernate/StopFenceMapping.java 33 Document empty constructor
30753 src/com/gps/hibernate/StopFenceMapping.java 33 publicMethodCommentRequirement Required
30754 src/com/gps/hibernate/StopFenceMapping.java 43 Parameter 'fenceId' is not assigned and could be declared final
30755 src/com/gps/hibernate/StopFenceMapping.java 43 Parameter 'mapId' is not assigned and could be declared final
30756 src/com/gps/hibernate/StopFenceMapping.java 43 Parameter 'stopId' is not assigned and could be declared final
30757 src/com/gps/hibernate/StopFenceMapping.java 44 Parameter 'session' is not assigned and could be declared final
30758 src/com/gps/hibernate/StopFenceMapping.java 52 publicMethodCommentRequirement Required
30759 src/com/gps/hibernate/StopFenceMapping.java 56 Parameter 'mapId' is not assigned and could be declared final
30760 src/com/gps/hibernate/StopFenceMapping.java 56 publicMethodCommentRequirement Required
30761 src/com/gps/hibernate/StopFenceMapping.java 60 publicMethodCommentRequirement Required
30762 src/com/gps/hibernate/StopFenceMapping.java 64 Parameter 'stopId' is not assigned and could be declared final
30763 src/com/gps/hibernate/StopFenceMapping.java 64 publicMethodCommentRequirement Required
30764 src/com/gps/hibernate/StopFenceMapping.java 68 publicMethodCommentRequirement Required
30765 src/com/gps/hibernate/StopFenceMapping.java 72 Parameter 'fenceId' is not assigned and could be declared final
30766 src/com/gps/hibernate/StopFenceMapping.java 72 publicMethodCommentRequirement Required
30767 src/com/gps/hibernate/StopFenceMapping.java 76 publicMethodCommentRequirement Required
30768 src/com/gps/hibernate/StopFenceMapping.java 80 Parameter 'session' is not assigned and could be declared final
30769 src/com/gps/hibernate/StopFenceMapping.java 80 publicMethodCommentRequirement Required
30770 src/com/gps/hibernate/StopFenceMappingDAO.java 3 Avoid unused imports such as 'java.util.Date'
30771 src/com/gps/hibernate/StopFenceMappingDAO.java 5 Avoid unused imports such as 'java.util.Set'
30772 src/com/gps/hibernate/StopFenceMappingDAO.java 12 Comment is too large: Too many lines
30773 src/com/gps/hibernate/StopFenceMappingDAO.java 25 Logger should be defined private static final and have the correct class
30774 src/com/gps/hibernate/StopFenceMappingDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
30775 src/com/gps/hibernate/StopFenceMappingDAO.java 25 fieldCommentRequirement Required
30776 src/com/gps/hibernate/StopFenceMappingDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
30777 src/com/gps/hibernate/StopFenceMappingDAO.java 27 publicMethodCommentRequirement Required
30778 src/com/gps/hibernate/StopFenceMappingDAO.java 28 There is log block not surrounded by if
30779 src/com/gps/hibernate/StopFenceMappingDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30780 src/com/gps/hibernate/StopFenceMappingDAO.java 30 Potential violation of Law of Demeter (method chain calls)
30781 src/com/gps/hibernate/StopFenceMappingDAO.java 31 There is log block not surrounded by if
30782 src/com/gps/hibernate/StopFenceMappingDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30783 src/com/gps/hibernate/StopFenceMappingDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30784 src/com/gps/hibernate/StopFenceMappingDAO.java 33 There is log block not surrounded by if
30785 src/com/gps/hibernate/StopFenceMappingDAO.java 38 Avoid excessively long variable names like persistentInstance
30786 src/com/gps/hibernate/StopFenceMappingDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
30787 src/com/gps/hibernate/StopFenceMappingDAO.java 38 publicMethodCommentRequirement Required
30788 src/com/gps/hibernate/StopFenceMappingDAO.java 39 There is log block not surrounded by if
30789 src/com/gps/hibernate/StopFenceMappingDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30790 src/com/gps/hibernate/StopFenceMappingDAO.java 41 Potential violation of Law of Demeter (method chain calls)
30791 src/com/gps/hibernate/StopFenceMappingDAO.java 42 There is log block not surrounded by if
30792 src/com/gps/hibernate/StopFenceMappingDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30793 src/com/gps/hibernate/StopFenceMappingDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30794 src/com/gps/hibernate/StopFenceMappingDAO.java 44 There is log block not surrounded by if
30795 src/com/gps/hibernate/StopFenceMappingDAO.java 49 Avoid variables with short names like id
30796 src/com/gps/hibernate/StopFenceMappingDAO.java 49 Parameter 'id' is not assigned and could be declared final
30797 src/com/gps/hibernate/StopFenceMappingDAO.java 49 publicMethodCommentRequirement Required
30798 src/com/gps/hibernate/StopFenceMappingDAO.java 50 There is log block not surrounded by if
30799 src/com/gps/hibernate/StopFenceMappingDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30800 src/com/gps/hibernate/StopFenceMappingDAO.java 52 Local variable 'instance' could be declared final
30801 src/com/gps/hibernate/StopFenceMappingDAO.java 52 Potential violation of Law of Demeter (method chain calls)
30802 src/com/gps/hibernate/StopFenceMappingDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30803 src/com/gps/hibernate/StopFenceMappingDAO.java 56 There is log block not surrounded by if
30804 src/com/gps/hibernate/StopFenceMappingDAO.java 61 Parameter 'instance' is not assigned and could be declared final
30805 src/com/gps/hibernate/StopFenceMappingDAO.java 61 publicMethodCommentRequirement Required
30806 src/com/gps/hibernate/StopFenceMappingDAO.java 62 There is log block not surrounded by if
30807 src/com/gps/hibernate/StopFenceMappingDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30808 src/com/gps/hibernate/StopFenceMappingDAO.java 64 Local variable 'results' could be declared final
30809 src/com/gps/hibernate/StopFenceMappingDAO.java 64 Potential violation of Law of Demeter (method chain calls)
30810 src/com/gps/hibernate/StopFenceMappingDAO.java 64 Potential violation of Law of Demeter (method chain calls)
30811 src/com/gps/hibernate/StopFenceMappingDAO.java 64 Potential violation of Law of Demeter (method chain calls)
30812 src/com/gps/hibernate/StopFenceMappingDAO.java 67 There is log block not surrounded by if
30813 src/com/gps/hibernate/StopFenceMappingDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30814 src/com/gps/hibernate/StopFenceMappingDAO.java 68 Potential violation of Law of Demeter (object not created locally)
30815 src/com/gps/hibernate/StopFenceMappingDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30816 src/com/gps/hibernate/StopFenceMappingDAO.java 71 There is log block not surrounded by if
30817 src/com/gps/hibernate/StopFenceMappingDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
30818 src/com/gps/hibernate/StopFenceMappingDAO.java 76 Parameter 'value' is not assigned and could be declared final
30819 src/com/gps/hibernate/StopFenceMappingDAO.java 76 publicMethodCommentRequirement Required
30820 src/com/gps/hibernate/StopFenceMappingDAO.java 77 There is log block not surrounded by if
30821 src/com/gps/hibernate/StopFenceMappingDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30822 src/com/gps/hibernate/StopFenceMappingDAO.java 80 Local variable 'queryString' could be declared final
30823 src/com/gps/hibernate/StopFenceMappingDAO.java 82 Local variable 'queryObject' could be declared final
30824 src/com/gps/hibernate/StopFenceMappingDAO.java 82 Potential violation of Law of Demeter (method chain calls)
30825 src/com/gps/hibernate/StopFenceMappingDAO.java 83 Potential violation of Law of Demeter (object not created locally)
30826 src/com/gps/hibernate/StopFenceMappingDAO.java 84 Potential violation of Law of Demeter (object not created locally)
30827 src/com/gps/hibernate/StopFenceMappingDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30828 src/com/gps/hibernate/StopFenceMappingDAO.java 86 There is log block not surrounded by if
30829 src/com/gps/hibernate/StopFenceMappingDAO.java 91 Parameter 'first' is not assigned and could be declared final
30830 src/com/gps/hibernate/StopFenceMappingDAO.java 91 Parameter 'last' is not assigned and could be declared final
30831 src/com/gps/hibernate/StopFenceMappingDAO.java 91 publicMethodCommentRequirement Required
30832 src/com/gps/hibernate/StopFenceMappingDAO.java 92 There is log block not surrounded by if
30833 src/com/gps/hibernate/StopFenceMappingDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30834 src/com/gps/hibernate/StopFenceMappingDAO.java 94 Local variable 'queryString' could be declared final
30835 src/com/gps/hibernate/StopFenceMappingDAO.java 95 Local variable 'queryObject' could be declared final
30836 src/com/gps/hibernate/StopFenceMappingDAO.java 95 Potential violation of Law of Demeter (method chain calls)
30837 src/com/gps/hibernate/StopFenceMappingDAO.java 96 Potential violation of Law of Demeter (object not created locally)
30838 src/com/gps/hibernate/StopFenceMappingDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30839 src/com/gps/hibernate/StopFenceMappingDAO.java 98 There is log block not surrounded by if
30840 src/com/gps/hibernate/StopFenceMappingDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
30841 src/com/gps/hibernate/StopFenceMappingDAO.java 103 publicMethodCommentRequirement Required
30842 src/com/gps/hibernate/StopFenceMappingDAO.java 104 There is log block not surrounded by if
30843 src/com/gps/hibernate/StopFenceMappingDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30844 src/com/gps/hibernate/StopFenceMappingDAO.java 106 Local variable 'result' could be declared final
30845 src/com/gps/hibernate/StopFenceMappingDAO.java 106 Potential violation of Law of Demeter (method chain calls)
30846 src/com/gps/hibernate/StopFenceMappingDAO.java 107 There is log block not surrounded by if
30847 src/com/gps/hibernate/StopFenceMappingDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30848 src/com/gps/hibernate/StopFenceMappingDAO.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30849 src/com/gps/hibernate/StopFenceMappingDAO.java 110 There is log block not surrounded by if
30850 src/com/gps/hibernate/StopFenceMappingDAO.java 115 Parameter 'instance' is not assigned and could be declared final
30851 src/com/gps/hibernate/StopFenceMappingDAO.java 115 publicMethodCommentRequirement Required
30852 src/com/gps/hibernate/StopFenceMappingDAO.java 116 There is log block not surrounded by if
30853 src/com/gps/hibernate/StopFenceMappingDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30854 src/com/gps/hibernate/StopFenceMappingDAO.java 118 Potential violation of Law of Demeter (method chain calls)
30855 src/com/gps/hibernate/StopFenceMappingDAO.java 119 There is log block not surrounded by if
30856 src/com/gps/hibernate/StopFenceMappingDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30857 src/com/gps/hibernate/StopFenceMappingDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30858 src/com/gps/hibernate/StopFenceMappingDAO.java 121 There is log block not surrounded by if
30859 src/com/gps/hibernate/StopFenceMappingDAO.java 126 Parameter 'instance' is not assigned and could be declared final
30860 src/com/gps/hibernate/StopFenceMappingDAO.java 126 publicMethodCommentRequirement Required
30861 src/com/gps/hibernate/StopFenceMappingDAO.java 127 There is log block not surrounded by if
30862 src/com/gps/hibernate/StopFenceMappingDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30863 src/com/gps/hibernate/StopFenceMappingDAO.java 129 Potential violation of Law of Demeter (method chain calls)
30864 src/com/gps/hibernate/StopFenceMappingDAO.java 130 There is log block not surrounded by if
30865 src/com/gps/hibernate/StopFenceMappingDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30866 src/com/gps/hibernate/StopFenceMappingDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30867 src/com/gps/hibernate/StopFenceMappingDAO.java 132 There is log block not surrounded by if
30868 src/com/gps/hibernate/Subscription.java 11 Classes implementing Serializable should set a serialVersionUID
30869 src/com/gps/hibernate/Subscription.java 15 fieldCommentRequirement Required
30870 src/com/gps/hibernate/Subscription.java 16 fieldCommentRequirement Required
30871 src/com/gps/hibernate/Subscription.java 17 fieldCommentRequirement Required
30872 src/com/gps/hibernate/Subscription.java 18 fieldCommentRequirement Required
30873 src/com/gps/hibernate/Subscription.java 19 fieldCommentRequirement Required
30874 src/com/gps/hibernate/Subscription.java 20 fieldCommentRequirement Required
30875 src/com/gps/hibernate/Subscription.java 21 fieldCommentRequirement Required
30876 src/com/gps/hibernate/Subscription.java 22 fieldCommentRequirement Required
30877 src/com/gps/hibernate/Subscription.java 23 fieldCommentRequirement Required
30878 src/com/gps/hibernate/Subscription.java 28 Document empty constructor
30879 src/com/gps/hibernate/Subscription.java 32 Parameter 'subscriptionId' is not assigned and could be declared final
30880 src/com/gps/hibernate/Subscription.java 37 Parameter 'companyId' is not assigned and could be declared final
30881 src/com/gps/hibernate/Subscription.java 37 Parameter 'subscriptionId' is not assigned and could be declared final
30882 src/com/gps/hibernate/Subscription.java 37 Parameter 'userId' is not assigned and could be declared final
30883 src/com/gps/hibernate/Subscription.java 38 Parameter 'createDate' is not assigned and could be declared final
30884 src/com/gps/hibernate/Subscription.java 38 Parameter 'modifiedDate' is not assigned and could be declared final
30885 src/com/gps/hibernate/Subscription.java 38 Parameter 'userName' is not assigned and could be declared final
30886 src/com/gps/hibernate/Subscription.java 39 Parameter 'classNameId' is not assigned and could be declared final
30887 src/com/gps/hibernate/Subscription.java 39 Parameter 'classPk' is not assigned and could be declared final
30888 src/com/gps/hibernate/Subscription.java 39 Parameter 'frequency' is not assigned and could be declared final
30889 src/com/gps/hibernate/Subscription.java 53 publicMethodCommentRequirement Required
30890 src/com/gps/hibernate/Subscription.java 57 Parameter 'subscriptionId' is not assigned and could be declared final
30891 src/com/gps/hibernate/Subscription.java 57 publicMethodCommentRequirement Required
30892 src/com/gps/hibernate/Subscription.java 61 publicMethodCommentRequirement Required
30893 src/com/gps/hibernate/Subscription.java 65 Parameter 'companyId' is not assigned and could be declared final
30894 src/com/gps/hibernate/Subscription.java 65 publicMethodCommentRequirement Required
30895 src/com/gps/hibernate/Subscription.java 69 publicMethodCommentRequirement Required
30896 src/com/gps/hibernate/Subscription.java 73 Parameter 'userId' is not assigned and could be declared final
30897 src/com/gps/hibernate/Subscription.java 73 publicMethodCommentRequirement Required
30898 src/com/gps/hibernate/Subscription.java 77 publicMethodCommentRequirement Required
30899 src/com/gps/hibernate/Subscription.java 81 Parameter 'userName' is not assigned and could be declared final
30900 src/com/gps/hibernate/Subscription.java 81 publicMethodCommentRequirement Required
30901 src/com/gps/hibernate/Subscription.java 85 publicMethodCommentRequirement Required
30902 src/com/gps/hibernate/Subscription.java 89 Parameter 'createDate' is not assigned and could be declared final
30903 src/com/gps/hibernate/Subscription.java 89 publicMethodCommentRequirement Required
30904 src/com/gps/hibernate/Subscription.java 93 publicMethodCommentRequirement Required
30905 src/com/gps/hibernate/Subscription.java 97 Parameter 'modifiedDate' is not assigned and could be declared final
30906 src/com/gps/hibernate/Subscription.java 97 publicMethodCommentRequirement Required
30907 src/com/gps/hibernate/Subscription.java 101 publicMethodCommentRequirement Required
30908 src/com/gps/hibernate/Subscription.java 105 Parameter 'classNameId' is not assigned and could be declared final
30909 src/com/gps/hibernate/Subscription.java 105 publicMethodCommentRequirement Required
30910 src/com/gps/hibernate/Subscription.java 109 publicMethodCommentRequirement Required
30911 src/com/gps/hibernate/Subscription.java 113 Parameter 'classPk' is not assigned and could be declared final
30912 src/com/gps/hibernate/Subscription.java 113 publicMethodCommentRequirement Required
30913 src/com/gps/hibernate/Subscription.java 117 publicMethodCommentRequirement Required
30914 src/com/gps/hibernate/Subscription.java 121 Parameter 'frequency' is not assigned and could be declared final
30915 src/com/gps/hibernate/Subscription.java 121 publicMethodCommentRequirement Required
30916 src/com/gps/hibernate/SubscriptionDAO.java 3 Avoid unused imports such as 'java.util.Date'
30917 src/com/gps/hibernate/SubscriptionDAO.java 11 Comment is too large: Too many lines
30918 src/com/gps/hibernate/SubscriptionDAO.java 23 This class has too many methods, consider refactoring it.
30919 src/com/gps/hibernate/SubscriptionDAO.java 24 Logger should be defined private static final and have the correct class
30920 src/com/gps/hibernate/SubscriptionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
30921 src/com/gps/hibernate/SubscriptionDAO.java 24 fieldCommentRequirement Required
30922 src/com/gps/hibernate/SubscriptionDAO.java 26 fieldCommentRequirement Required
30923 src/com/gps/hibernate/SubscriptionDAO.java 27 fieldCommentRequirement Required
30924 src/com/gps/hibernate/SubscriptionDAO.java 28 fieldCommentRequirement Required
30925 src/com/gps/hibernate/SubscriptionDAO.java 29 fieldCommentRequirement Required
30926 src/com/gps/hibernate/SubscriptionDAO.java 30 fieldCommentRequirement Required
30927 src/com/gps/hibernate/SubscriptionDAO.java 31 fieldCommentRequirement Required
30928 src/com/gps/hibernate/SubscriptionDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
30929 src/com/gps/hibernate/SubscriptionDAO.java 33 publicMethodCommentRequirement Required
30930 src/com/gps/hibernate/SubscriptionDAO.java 34 There is log block not surrounded by if
30931 src/com/gps/hibernate/SubscriptionDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30932 src/com/gps/hibernate/SubscriptionDAO.java 36 Potential violation of Law of Demeter (method chain calls)
30933 src/com/gps/hibernate/SubscriptionDAO.java 37 There is log block not surrounded by if
30934 src/com/gps/hibernate/SubscriptionDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30935 src/com/gps/hibernate/SubscriptionDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30936 src/com/gps/hibernate/SubscriptionDAO.java 39 There is log block not surrounded by if
30937 src/com/gps/hibernate/SubscriptionDAO.java 44 Avoid excessively long variable names like persistentInstance
30938 src/com/gps/hibernate/SubscriptionDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
30939 src/com/gps/hibernate/SubscriptionDAO.java 44 publicMethodCommentRequirement Required
30940 src/com/gps/hibernate/SubscriptionDAO.java 45 There is log block not surrounded by if
30941 src/com/gps/hibernate/SubscriptionDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30942 src/com/gps/hibernate/SubscriptionDAO.java 47 Potential violation of Law of Demeter (method chain calls)
30943 src/com/gps/hibernate/SubscriptionDAO.java 48 There is log block not surrounded by if
30944 src/com/gps/hibernate/SubscriptionDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30945 src/com/gps/hibernate/SubscriptionDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30946 src/com/gps/hibernate/SubscriptionDAO.java 50 There is log block not surrounded by if
30947 src/com/gps/hibernate/SubscriptionDAO.java 55 Avoid variables with short names like id
30948 src/com/gps/hibernate/SubscriptionDAO.java 55 Parameter 'id' is not assigned and could be declared final
30949 src/com/gps/hibernate/SubscriptionDAO.java 55 publicMethodCommentRequirement Required
30950 src/com/gps/hibernate/SubscriptionDAO.java 56 There is log block not surrounded by if
30951 src/com/gps/hibernate/SubscriptionDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30952 src/com/gps/hibernate/SubscriptionDAO.java 58 Local variable 'instance' could be declared final
30953 src/com/gps/hibernate/SubscriptionDAO.java 58 Potential violation of Law of Demeter (method chain calls)
30954 src/com/gps/hibernate/SubscriptionDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30955 src/com/gps/hibernate/SubscriptionDAO.java 62 There is log block not surrounded by if
30956 src/com/gps/hibernate/SubscriptionDAO.java 67 Parameter 'instance' is not assigned and could be declared final
30957 src/com/gps/hibernate/SubscriptionDAO.java 67 publicMethodCommentRequirement Required
30958 src/com/gps/hibernate/SubscriptionDAO.java 68 There is log block not surrounded by if
30959 src/com/gps/hibernate/SubscriptionDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30960 src/com/gps/hibernate/SubscriptionDAO.java 70 Local variable 'results' could be declared final
30961 src/com/gps/hibernate/SubscriptionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
30962 src/com/gps/hibernate/SubscriptionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
30963 src/com/gps/hibernate/SubscriptionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
30964 src/com/gps/hibernate/SubscriptionDAO.java 73 There is log block not surrounded by if
30965 src/com/gps/hibernate/SubscriptionDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30966 src/com/gps/hibernate/SubscriptionDAO.java 74 Potential violation of Law of Demeter (object not created locally)
30967 src/com/gps/hibernate/SubscriptionDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30968 src/com/gps/hibernate/SubscriptionDAO.java 77 There is log block not surrounded by if
30969 src/com/gps/hibernate/SubscriptionDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
30970 src/com/gps/hibernate/SubscriptionDAO.java 82 Parameter 'value' is not assigned and could be declared final
30971 src/com/gps/hibernate/SubscriptionDAO.java 82 publicMethodCommentRequirement Required
30972 src/com/gps/hibernate/SubscriptionDAO.java 83 There is log block not surrounded by if
30973 src/com/gps/hibernate/SubscriptionDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30974 src/com/gps/hibernate/SubscriptionDAO.java 86 Local variable 'queryString' could be declared final
30975 src/com/gps/hibernate/SubscriptionDAO.java 88 Local variable 'queryObject' could be declared final
30976 src/com/gps/hibernate/SubscriptionDAO.java 88 Potential violation of Law of Demeter (method chain calls)
30977 src/com/gps/hibernate/SubscriptionDAO.java 89 Potential violation of Law of Demeter (object not created locally)
30978 src/com/gps/hibernate/SubscriptionDAO.java 90 Potential violation of Law of Demeter (object not created locally)
30979 src/com/gps/hibernate/SubscriptionDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30980 src/com/gps/hibernate/SubscriptionDAO.java 92 There is log block not surrounded by if
30981 src/com/gps/hibernate/SubscriptionDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
30982 src/com/gps/hibernate/SubscriptionDAO.java 97 publicMethodCommentRequirement Required
30983 src/com/gps/hibernate/SubscriptionDAO.java 101 Parameter 'userId' is not assigned and could be declared final
30984 src/com/gps/hibernate/SubscriptionDAO.java 101 publicMethodCommentRequirement Required
30985 src/com/gps/hibernate/SubscriptionDAO.java 105 Parameter 'userName' is not assigned and could be declared final
30986 src/com/gps/hibernate/SubscriptionDAO.java 105 publicMethodCommentRequirement Required
30987 src/com/gps/hibernate/SubscriptionDAO.java 109 Parameter 'classNameId' is not assigned and could be declared final
30988 src/com/gps/hibernate/SubscriptionDAO.java 109 publicMethodCommentRequirement Required
30989 src/com/gps/hibernate/SubscriptionDAO.java 113 Parameter 'classPk' is not assigned and could be declared final
30990 src/com/gps/hibernate/SubscriptionDAO.java 113 publicMethodCommentRequirement Required
30991 src/com/gps/hibernate/SubscriptionDAO.java 117 Parameter 'frequency' is not assigned and could be declared final
30992 src/com/gps/hibernate/SubscriptionDAO.java 117 publicMethodCommentRequirement Required
30993 src/com/gps/hibernate/SubscriptionDAO.java 121 publicMethodCommentRequirement Required
30994 src/com/gps/hibernate/SubscriptionDAO.java 122 There is log block not surrounded by if
30995 src/com/gps/hibernate/SubscriptionDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30996 src/com/gps/hibernate/SubscriptionDAO.java 124 Local variable 'queryString' could be declared final
30997 src/com/gps/hibernate/SubscriptionDAO.java 125 Local variable 'queryObject' could be declared final
30998 src/com/gps/hibernate/SubscriptionDAO.java 125 Potential violation of Law of Demeter (method chain calls)
30999 src/com/gps/hibernate/SubscriptionDAO.java 126 Potential violation of Law of Demeter (object not created locally)
31000 src/com/gps/hibernate/SubscriptionDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31001 src/com/gps/hibernate/SubscriptionDAO.java 128 There is log block not surrounded by if
31002 src/com/gps/hibernate/SubscriptionDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
31003 src/com/gps/hibernate/SubscriptionDAO.java 133 publicMethodCommentRequirement Required
31004 src/com/gps/hibernate/SubscriptionDAO.java 134 There is log block not surrounded by if
31005 src/com/gps/hibernate/SubscriptionDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31006 src/com/gps/hibernate/SubscriptionDAO.java 136 Local variable 'result' could be declared final
31007 src/com/gps/hibernate/SubscriptionDAO.java 136 Potential violation of Law of Demeter (method chain calls)
31008 src/com/gps/hibernate/SubscriptionDAO.java 138 There is log block not surrounded by if
31009 src/com/gps/hibernate/SubscriptionDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31010 src/com/gps/hibernate/SubscriptionDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31011 src/com/gps/hibernate/SubscriptionDAO.java 141 There is log block not surrounded by if
31012 src/com/gps/hibernate/SubscriptionDAO.java 146 Parameter 'instance' is not assigned and could be declared final
31013 src/com/gps/hibernate/SubscriptionDAO.java 146 publicMethodCommentRequirement Required
31014 src/com/gps/hibernate/SubscriptionDAO.java 147 There is log block not surrounded by if
31015 src/com/gps/hibernate/SubscriptionDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31016 src/com/gps/hibernate/SubscriptionDAO.java 149 Potential violation of Law of Demeter (method chain calls)
31017 src/com/gps/hibernate/SubscriptionDAO.java 150 There is log block not surrounded by if
31018 src/com/gps/hibernate/SubscriptionDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31019 src/com/gps/hibernate/SubscriptionDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31020 src/com/gps/hibernate/SubscriptionDAO.java 152 There is log block not surrounded by if
31021 src/com/gps/hibernate/SubscriptionDAO.java 157 Parameter 'instance' is not assigned and could be declared final
31022 src/com/gps/hibernate/SubscriptionDAO.java 157 publicMethodCommentRequirement Required
31023 src/com/gps/hibernate/SubscriptionDAO.java 158 There is log block not surrounded by if
31024 src/com/gps/hibernate/SubscriptionDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31025 src/com/gps/hibernate/SubscriptionDAO.java 160 Potential violation of Law of Demeter (method chain calls)
31026 src/com/gps/hibernate/SubscriptionDAO.java 161 There is log block not surrounded by if
31027 src/com/gps/hibernate/SubscriptionDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31028 src/com/gps/hibernate/SubscriptionDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31029 src/com/gps/hibernate/SubscriptionDAO.java 163 There is log block not surrounded by if
31030 src/com/gps/hibernate/Tagsasset.java 1 This class has a bunch of public methods and attributes
31031 src/com/gps/hibernate/Tagsasset.java 11 Classes implementing Serializable should set a serialVersionUID
31032 src/com/gps/hibernate/Tagsasset.java 11 Too many fields
31033 src/com/gps/hibernate/Tagsasset.java 15 fieldCommentRequirement Required
31034 src/com/gps/hibernate/Tagsasset.java 16 fieldCommentRequirement Required
31035 src/com/gps/hibernate/Tagsasset.java 17 fieldCommentRequirement Required
31036 src/com/gps/hibernate/Tagsasset.java 18 fieldCommentRequirement Required
31037 src/com/gps/hibernate/Tagsasset.java 19 fieldCommentRequirement Required
31038 src/com/gps/hibernate/Tagsasset.java 20 fieldCommentRequirement Required
31039 src/com/gps/hibernate/Tagsasset.java 21 fieldCommentRequirement Required
31040 src/com/gps/hibernate/Tagsasset.java 22 fieldCommentRequirement Required
31041 src/com/gps/hibernate/Tagsasset.java 23 fieldCommentRequirement Required
31042 src/com/gps/hibernate/Tagsasset.java 24 fieldCommentRequirement Required
31043 src/com/gps/hibernate/Tagsasset.java 25 fieldCommentRequirement Required
31044 src/com/gps/hibernate/Tagsasset.java 26 fieldCommentRequirement Required
31045 src/com/gps/hibernate/Tagsasset.java 27 fieldCommentRequirement Required
31046 src/com/gps/hibernate/Tagsasset.java 28 fieldCommentRequirement Required
31047 src/com/gps/hibernate/Tagsasset.java 29 fieldCommentRequirement Required
31048 src/com/gps/hibernate/Tagsasset.java 30 fieldCommentRequirement Required
31049 src/com/gps/hibernate/Tagsasset.java 31 fieldCommentRequirement Required
31050 src/com/gps/hibernate/Tagsasset.java 32 fieldCommentRequirement Required
31051 src/com/gps/hibernate/Tagsasset.java 33 fieldCommentRequirement Required
31052 src/com/gps/hibernate/Tagsasset.java 34 fieldCommentRequirement Required
31053 src/com/gps/hibernate/Tagsasset.java 35 fieldCommentRequirement Required
31054 src/com/gps/hibernate/Tagsasset.java 36 fieldCommentRequirement Required
31055 src/com/gps/hibernate/Tagsasset.java 37 fieldCommentRequirement Required
31056 src/com/gps/hibernate/Tagsasset.java 42 Document empty constructor
31057 src/com/gps/hibernate/Tagsasset.java 46 Parameter 'assetId' is not assigned and could be declared final
31058 src/com/gps/hibernate/Tagsasset.java 51 Avoid long parameter lists.
31059 src/com/gps/hibernate/Tagsasset.java 51 Parameter 'assetId' is not assigned and could be declared final
31060 src/com/gps/hibernate/Tagsasset.java 51 Parameter 'companyId' is not assigned and could be declared final
31061 src/com/gps/hibernate/Tagsasset.java 51 Parameter 'groupId' is not assigned and could be declared final
31062 src/com/gps/hibernate/Tagsasset.java 51 Parameter 'userId' is not assigned and could be declared final
31063 src/com/gps/hibernate/Tagsasset.java 52 Parameter 'createDate' is not assigned and could be declared final
31064 src/com/gps/hibernate/Tagsasset.java 52 Parameter 'modifiedDate' is not assigned and could be declared final
31065 src/com/gps/hibernate/Tagsasset.java 52 Parameter 'userName' is not assigned and could be declared final
31066 src/com/gps/hibernate/Tagsasset.java 53 Parameter 'classNameId' is not assigned and could be declared final
31067 src/com/gps/hibernate/Tagsasset.java 53 Parameter 'classPk' is not assigned and could be declared final
31068 src/com/gps/hibernate/Tagsasset.java 53 Parameter 'startDate' is not assigned and could be declared final
31069 src/com/gps/hibernate/Tagsasset.java 53 Parameter 'visible' is not assigned and could be declared final
31070 src/com/gps/hibernate/Tagsasset.java 54 Parameter 'endDate' is not assigned and could be declared final
31071 src/com/gps/hibernate/Tagsasset.java 54 Parameter 'expirationDate' is not assigned and could be declared final
31072 src/com/gps/hibernate/Tagsasset.java 54 Parameter 'publishDate' is not assigned and could be declared final
31073 src/com/gps/hibernate/Tagsasset.java 55 Parameter 'description' is not assigned and could be declared final
31074 src/com/gps/hibernate/Tagsasset.java 55 Parameter 'mimeType' is not assigned and could be declared final
31075 src/com/gps/hibernate/Tagsasset.java 55 Parameter 'summary' is not assigned and could be declared final
31076 src/com/gps/hibernate/Tagsasset.java 55 Parameter 'title' is not assigned and could be declared final
31077 src/com/gps/hibernate/Tagsasset.java 56 Parameter 'height' is not assigned and could be declared final
31078 src/com/gps/hibernate/Tagsasset.java 56 Parameter 'priority' is not assigned and could be declared final
31079 src/com/gps/hibernate/Tagsasset.java 56 Parameter 'url' is not assigned and could be declared final
31080 src/com/gps/hibernate/Tagsasset.java 56 Parameter 'width' is not assigned and could be declared final
31081 src/com/gps/hibernate/Tagsasset.java 57 Parameter 'viewCount' is not assigned and could be declared final
31082 src/com/gps/hibernate/Tagsasset.java 85 publicMethodCommentRequirement Required
31083 src/com/gps/hibernate/Tagsasset.java 89 Parameter 'assetId' is not assigned and could be declared final
31084 src/com/gps/hibernate/Tagsasset.java 89 publicMethodCommentRequirement Required
31085 src/com/gps/hibernate/Tagsasset.java 93 publicMethodCommentRequirement Required
31086 src/com/gps/hibernate/Tagsasset.java 97 Parameter 'groupId' is not assigned and could be declared final
31087 src/com/gps/hibernate/Tagsasset.java 97 publicMethodCommentRequirement Required
31088 src/com/gps/hibernate/Tagsasset.java 101 publicMethodCommentRequirement Required
31089 src/com/gps/hibernate/Tagsasset.java 105 Parameter 'companyId' is not assigned and could be declared final
31090 src/com/gps/hibernate/Tagsasset.java 105 publicMethodCommentRequirement Required
31091 src/com/gps/hibernate/Tagsasset.java 109 publicMethodCommentRequirement Required
31092 src/com/gps/hibernate/Tagsasset.java 113 Parameter 'userId' is not assigned and could be declared final
31093 src/com/gps/hibernate/Tagsasset.java 113 publicMethodCommentRequirement Required
31094 src/com/gps/hibernate/Tagsasset.java 117 publicMethodCommentRequirement Required
31095 src/com/gps/hibernate/Tagsasset.java 121 Parameter 'userName' is not assigned and could be declared final
31096 src/com/gps/hibernate/Tagsasset.java 121 publicMethodCommentRequirement Required
31097 src/com/gps/hibernate/Tagsasset.java 125 publicMethodCommentRequirement Required
31098 src/com/gps/hibernate/Tagsasset.java 129 Parameter 'createDate' is not assigned and could be declared final
31099 src/com/gps/hibernate/Tagsasset.java 129 publicMethodCommentRequirement Required
31100 src/com/gps/hibernate/Tagsasset.java 133 publicMethodCommentRequirement Required
31101 src/com/gps/hibernate/Tagsasset.java 137 Parameter 'modifiedDate' is not assigned and could be declared final
31102 src/com/gps/hibernate/Tagsasset.java 137 publicMethodCommentRequirement Required
31103 src/com/gps/hibernate/Tagsasset.java 141 publicMethodCommentRequirement Required
31104 src/com/gps/hibernate/Tagsasset.java 145 Parameter 'classNameId' is not assigned and could be declared final
31105 src/com/gps/hibernate/Tagsasset.java 145 publicMethodCommentRequirement Required
31106 src/com/gps/hibernate/Tagsasset.java 149 publicMethodCommentRequirement Required
31107 src/com/gps/hibernate/Tagsasset.java 153 Parameter 'classPk' is not assigned and could be declared final
31108 src/com/gps/hibernate/Tagsasset.java 153 publicMethodCommentRequirement Required
31109 src/com/gps/hibernate/Tagsasset.java 157 publicMethodCommentRequirement Required
31110 src/com/gps/hibernate/Tagsasset.java 161 Parameter 'visible' is not assigned and could be declared final
31111 src/com/gps/hibernate/Tagsasset.java 161 publicMethodCommentRequirement Required
31112 src/com/gps/hibernate/Tagsasset.java 165 publicMethodCommentRequirement Required
31113 src/com/gps/hibernate/Tagsasset.java 169 Parameter 'startDate' is not assigned and could be declared final
31114 src/com/gps/hibernate/Tagsasset.java 169 publicMethodCommentRequirement Required
31115 src/com/gps/hibernate/Tagsasset.java 173 publicMethodCommentRequirement Required
31116 src/com/gps/hibernate/Tagsasset.java 177 Parameter 'endDate' is not assigned and could be declared final
31117 src/com/gps/hibernate/Tagsasset.java 177 publicMethodCommentRequirement Required
31118 src/com/gps/hibernate/Tagsasset.java 181 publicMethodCommentRequirement Required
31119 src/com/gps/hibernate/Tagsasset.java 185 Parameter 'publishDate' is not assigned and could be declared final
31120 src/com/gps/hibernate/Tagsasset.java 185 publicMethodCommentRequirement Required
31121 src/com/gps/hibernate/Tagsasset.java 189 publicMethodCommentRequirement Required
31122 src/com/gps/hibernate/Tagsasset.java 193 Parameter 'expirationDate' is not assigned and could be declared final
31123 src/com/gps/hibernate/Tagsasset.java 193 publicMethodCommentRequirement Required
31124 src/com/gps/hibernate/Tagsasset.java 197 publicMethodCommentRequirement Required
31125 src/com/gps/hibernate/Tagsasset.java 201 Parameter 'mimeType' is not assigned and could be declared final
31126 src/com/gps/hibernate/Tagsasset.java 201 publicMethodCommentRequirement Required
31127 src/com/gps/hibernate/Tagsasset.java 205 publicMethodCommentRequirement Required
31128 src/com/gps/hibernate/Tagsasset.java 209 Parameter 'title' is not assigned and could be declared final
31129 src/com/gps/hibernate/Tagsasset.java 209 publicMethodCommentRequirement Required
31130 src/com/gps/hibernate/Tagsasset.java 213 publicMethodCommentRequirement Required
31131 src/com/gps/hibernate/Tagsasset.java 217 Parameter 'description' is not assigned and could be declared final
31132 src/com/gps/hibernate/Tagsasset.java 217 publicMethodCommentRequirement Required
31133 src/com/gps/hibernate/Tagsasset.java 221 publicMethodCommentRequirement Required
31134 src/com/gps/hibernate/Tagsasset.java 225 Parameter 'summary' is not assigned and could be declared final
31135 src/com/gps/hibernate/Tagsasset.java 225 publicMethodCommentRequirement Required
31136 src/com/gps/hibernate/Tagsasset.java 229 publicMethodCommentRequirement Required
31137 src/com/gps/hibernate/Tagsasset.java 233 Parameter 'url' is not assigned and could be declared final
31138 src/com/gps/hibernate/Tagsasset.java 233 publicMethodCommentRequirement Required
31139 src/com/gps/hibernate/Tagsasset.java 237 publicMethodCommentRequirement Required
31140 src/com/gps/hibernate/Tagsasset.java 241 Parameter 'height' is not assigned and could be declared final
31141 src/com/gps/hibernate/Tagsasset.java 241 publicMethodCommentRequirement Required
31142 src/com/gps/hibernate/Tagsasset.java 245 publicMethodCommentRequirement Required
31143 src/com/gps/hibernate/Tagsasset.java 249 Parameter 'width' is not assigned and could be declared final
31144 src/com/gps/hibernate/Tagsasset.java 249 publicMethodCommentRequirement Required
31145 src/com/gps/hibernate/Tagsasset.java 253 publicMethodCommentRequirement Required
31146 src/com/gps/hibernate/Tagsasset.java 257 Parameter 'priority' is not assigned and could be declared final
31147 src/com/gps/hibernate/Tagsasset.java 257 publicMethodCommentRequirement Required
31148 src/com/gps/hibernate/Tagsasset.java 261 publicMethodCommentRequirement Required
31149 src/com/gps/hibernate/Tagsasset.java 265 Parameter 'viewCount' is not assigned and could be declared final
31150 src/com/gps/hibernate/Tagsasset.java 265 publicMethodCommentRequirement Required
31151 src/com/gps/hibernate/TagsassetDAO.java 3 Avoid unused imports such as 'java.util.Date'
31152 src/com/gps/hibernate/TagsassetDAO.java 11 Comment is too large: Too many lines
31153 src/com/gps/hibernate/TagsassetDAO.java 23 This class has too many methods, consider refactoring it.
31154 src/com/gps/hibernate/TagsassetDAO.java 24 Logger should be defined private static final and have the correct class
31155 src/com/gps/hibernate/TagsassetDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
31156 src/com/gps/hibernate/TagsassetDAO.java 24 fieldCommentRequirement Required
31157 src/com/gps/hibernate/TagsassetDAO.java 26 fieldCommentRequirement Required
31158 src/com/gps/hibernate/TagsassetDAO.java 27 fieldCommentRequirement Required
31159 src/com/gps/hibernate/TagsassetDAO.java 28 fieldCommentRequirement Required
31160 src/com/gps/hibernate/TagsassetDAO.java 29 fieldCommentRequirement Required
31161 src/com/gps/hibernate/TagsassetDAO.java 30 fieldCommentRequirement Required
31162 src/com/gps/hibernate/TagsassetDAO.java 31 fieldCommentRequirement Required
31163 src/com/gps/hibernate/TagsassetDAO.java 32 fieldCommentRequirement Required
31164 src/com/gps/hibernate/TagsassetDAO.java 33 fieldCommentRequirement Required
31165 src/com/gps/hibernate/TagsassetDAO.java 34 fieldCommentRequirement Required
31166 src/com/gps/hibernate/TagsassetDAO.java 35 fieldCommentRequirement Required
31167 src/com/gps/hibernate/TagsassetDAO.java 36 fieldCommentRequirement Required
31168 src/com/gps/hibernate/TagsassetDAO.java 37 fieldCommentRequirement Required
31169 src/com/gps/hibernate/TagsassetDAO.java 38 fieldCommentRequirement Required
31170 src/com/gps/hibernate/TagsassetDAO.java 39 fieldCommentRequirement Required
31171 src/com/gps/hibernate/TagsassetDAO.java 40 fieldCommentRequirement Required
31172 src/com/gps/hibernate/TagsassetDAO.java 41 fieldCommentRequirement Required
31173 src/com/gps/hibernate/TagsassetDAO.java 43 Parameter 'transientInstance' is not assigned and could be declared final
31174 src/com/gps/hibernate/TagsassetDAO.java 43 publicMethodCommentRequirement Required
31175 src/com/gps/hibernate/TagsassetDAO.java 44 There is log block not surrounded by if
31176 src/com/gps/hibernate/TagsassetDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31177 src/com/gps/hibernate/TagsassetDAO.java 46 Potential violation of Law of Demeter (method chain calls)
31178 src/com/gps/hibernate/TagsassetDAO.java 47 There is log block not surrounded by if
31179 src/com/gps/hibernate/TagsassetDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31180 src/com/gps/hibernate/TagsassetDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31181 src/com/gps/hibernate/TagsassetDAO.java 49 There is log block not surrounded by if
31182 src/com/gps/hibernate/TagsassetDAO.java 54 Avoid excessively long variable names like persistentInstance
31183 src/com/gps/hibernate/TagsassetDAO.java 54 Parameter 'persistentInstance' is not assigned and could be declared final
31184 src/com/gps/hibernate/TagsassetDAO.java 54 publicMethodCommentRequirement Required
31185 src/com/gps/hibernate/TagsassetDAO.java 55 There is log block not surrounded by if
31186 src/com/gps/hibernate/TagsassetDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31187 src/com/gps/hibernate/TagsassetDAO.java 57 Potential violation of Law of Demeter (method chain calls)
31188 src/com/gps/hibernate/TagsassetDAO.java 58 There is log block not surrounded by if
31189 src/com/gps/hibernate/TagsassetDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31190 src/com/gps/hibernate/TagsassetDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31191 src/com/gps/hibernate/TagsassetDAO.java 60 There is log block not surrounded by if
31192 src/com/gps/hibernate/TagsassetDAO.java 65 Avoid variables with short names like id
31193 src/com/gps/hibernate/TagsassetDAO.java 65 Parameter 'id' is not assigned and could be declared final
31194 src/com/gps/hibernate/TagsassetDAO.java 65 publicMethodCommentRequirement Required
31195 src/com/gps/hibernate/TagsassetDAO.java 66 There is log block not surrounded by if
31196 src/com/gps/hibernate/TagsassetDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31197 src/com/gps/hibernate/TagsassetDAO.java 68 Local variable 'instance' could be declared final
31198 src/com/gps/hibernate/TagsassetDAO.java 68 Potential violation of Law of Demeter (method chain calls)
31199 src/com/gps/hibernate/TagsassetDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31200 src/com/gps/hibernate/TagsassetDAO.java 72 There is log block not surrounded by if
31201 src/com/gps/hibernate/TagsassetDAO.java 77 Parameter 'instance' is not assigned and could be declared final
31202 src/com/gps/hibernate/TagsassetDAO.java 77 publicMethodCommentRequirement Required
31203 src/com/gps/hibernate/TagsassetDAO.java 78 There is log block not surrounded by if
31204 src/com/gps/hibernate/TagsassetDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31205 src/com/gps/hibernate/TagsassetDAO.java 80 Local variable 'results' could be declared final
31206 src/com/gps/hibernate/TagsassetDAO.java 80 Potential violation of Law of Demeter (method chain calls)
31207 src/com/gps/hibernate/TagsassetDAO.java 80 Potential violation of Law of Demeter (method chain calls)
31208 src/com/gps/hibernate/TagsassetDAO.java 80 Potential violation of Law of Demeter (method chain calls)
31209 src/com/gps/hibernate/TagsassetDAO.java 83 There is log block not surrounded by if
31210 src/com/gps/hibernate/TagsassetDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31211 src/com/gps/hibernate/TagsassetDAO.java 84 Potential violation of Law of Demeter (object not created locally)
31212 src/com/gps/hibernate/TagsassetDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31213 src/com/gps/hibernate/TagsassetDAO.java 87 There is log block not surrounded by if
31214 src/com/gps/hibernate/TagsassetDAO.java 92 Parameter 'propertyName' is not assigned and could be declared final
31215 src/com/gps/hibernate/TagsassetDAO.java 92 Parameter 'value' is not assigned and could be declared final
31216 src/com/gps/hibernate/TagsassetDAO.java 92 publicMethodCommentRequirement Required
31217 src/com/gps/hibernate/TagsassetDAO.java 93 There is log block not surrounded by if
31218 src/com/gps/hibernate/TagsassetDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31219 src/com/gps/hibernate/TagsassetDAO.java 96 Local variable 'queryString' could be declared final
31220 src/com/gps/hibernate/TagsassetDAO.java 98 Local variable 'queryObject' could be declared final
31221 src/com/gps/hibernate/TagsassetDAO.java 98 Potential violation of Law of Demeter (method chain calls)
31222 src/com/gps/hibernate/TagsassetDAO.java 99 Potential violation of Law of Demeter (object not created locally)
31223 src/com/gps/hibernate/TagsassetDAO.java 100 Potential violation of Law of Demeter (object not created locally)
31224 src/com/gps/hibernate/TagsassetDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31225 src/com/gps/hibernate/TagsassetDAO.java 102 There is log block not surrounded by if
31226 src/com/gps/hibernate/TagsassetDAO.java 107 Parameter 'groupId' is not assigned and could be declared final
31227 src/com/gps/hibernate/TagsassetDAO.java 107 publicMethodCommentRequirement Required
31228 src/com/gps/hibernate/TagsassetDAO.java 111 Parameter 'companyId' is not assigned and could be declared final
31229 src/com/gps/hibernate/TagsassetDAO.java 111 publicMethodCommentRequirement Required
31230 src/com/gps/hibernate/TagsassetDAO.java 115 Parameter 'userId' is not assigned and could be declared final
31231 src/com/gps/hibernate/TagsassetDAO.java 115 publicMethodCommentRequirement Required
31232 src/com/gps/hibernate/TagsassetDAO.java 119 Parameter 'userName' is not assigned and could be declared final
31233 src/com/gps/hibernate/TagsassetDAO.java 119 publicMethodCommentRequirement Required
31234 src/com/gps/hibernate/TagsassetDAO.java 123 Parameter 'classNameId' is not assigned and could be declared final
31235 src/com/gps/hibernate/TagsassetDAO.java 123 publicMethodCommentRequirement Required
31236 src/com/gps/hibernate/TagsassetDAO.java 127 Parameter 'classPk' is not assigned and could be declared final
31237 src/com/gps/hibernate/TagsassetDAO.java 127 publicMethodCommentRequirement Required
31238 src/com/gps/hibernate/TagsassetDAO.java 131 Parameter 'visible' is not assigned and could be declared final
31239 src/com/gps/hibernate/TagsassetDAO.java 131 publicMethodCommentRequirement Required
31240 src/com/gps/hibernate/TagsassetDAO.java 135 Parameter 'mimeType' is not assigned and could be declared final
31241 src/com/gps/hibernate/TagsassetDAO.java 135 publicMethodCommentRequirement Required
31242 src/com/gps/hibernate/TagsassetDAO.java 139 Parameter 'title' is not assigned and could be declared final
31243 src/com/gps/hibernate/TagsassetDAO.java 139 publicMethodCommentRequirement Required
31244 src/com/gps/hibernate/TagsassetDAO.java 143 Parameter 'description' is not assigned and could be declared final
31245 src/com/gps/hibernate/TagsassetDAO.java 143 publicMethodCommentRequirement Required
31246 src/com/gps/hibernate/TagsassetDAO.java 147 Parameter 'summary' is not assigned and could be declared final
31247 src/com/gps/hibernate/TagsassetDAO.java 147 publicMethodCommentRequirement Required
31248 src/com/gps/hibernate/TagsassetDAO.java 151 Parameter 'url' is not assigned and could be declared final
31249 src/com/gps/hibernate/TagsassetDAO.java 151 publicMethodCommentRequirement Required
31250 src/com/gps/hibernate/TagsassetDAO.java 155 Parameter 'height' is not assigned and could be declared final
31251 src/com/gps/hibernate/TagsassetDAO.java 155 publicMethodCommentRequirement Required
31252 src/com/gps/hibernate/TagsassetDAO.java 159 Parameter 'width' is not assigned and could be declared final
31253 src/com/gps/hibernate/TagsassetDAO.java 159 publicMethodCommentRequirement Required
31254 src/com/gps/hibernate/TagsassetDAO.java 163 Parameter 'priority' is not assigned and could be declared final
31255 src/com/gps/hibernate/TagsassetDAO.java 163 publicMethodCommentRequirement Required
31256 src/com/gps/hibernate/TagsassetDAO.java 167 Parameter 'viewCount' is not assigned and could be declared final
31257 src/com/gps/hibernate/TagsassetDAO.java 167 publicMethodCommentRequirement Required
31258 src/com/gps/hibernate/TagsassetDAO.java 171 publicMethodCommentRequirement Required
31259 src/com/gps/hibernate/TagsassetDAO.java 172 There is log block not surrounded by if
31260 src/com/gps/hibernate/TagsassetDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31261 src/com/gps/hibernate/TagsassetDAO.java 174 Local variable 'queryString' could be declared final
31262 src/com/gps/hibernate/TagsassetDAO.java 175 Local variable 'queryObject' could be declared final
31263 src/com/gps/hibernate/TagsassetDAO.java 175 Potential violation of Law of Demeter (method chain calls)
31264 src/com/gps/hibernate/TagsassetDAO.java 176 Potential violation of Law of Demeter (object not created locally)
31265 src/com/gps/hibernate/TagsassetDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31266 src/com/gps/hibernate/TagsassetDAO.java 178 There is log block not surrounded by if
31267 src/com/gps/hibernate/TagsassetDAO.java 183 Parameter 'detachedInstance' is not assigned and could be declared final
31268 src/com/gps/hibernate/TagsassetDAO.java 183 publicMethodCommentRequirement Required
31269 src/com/gps/hibernate/TagsassetDAO.java 184 There is log block not surrounded by if
31270 src/com/gps/hibernate/TagsassetDAO.java 184 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31271 src/com/gps/hibernate/TagsassetDAO.java 186 Local variable 'result' could be declared final
31272 src/com/gps/hibernate/TagsassetDAO.java 186 Potential violation of Law of Demeter (method chain calls)
31273 src/com/gps/hibernate/TagsassetDAO.java 187 There is log block not surrounded by if
31274 src/com/gps/hibernate/TagsassetDAO.java 187 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31275 src/com/gps/hibernate/TagsassetDAO.java 189 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31276 src/com/gps/hibernate/TagsassetDAO.java 190 There is log block not surrounded by if
31277 src/com/gps/hibernate/TagsassetDAO.java 195 Parameter 'instance' is not assigned and could be declared final
31278 src/com/gps/hibernate/TagsassetDAO.java 195 publicMethodCommentRequirement Required
31279 src/com/gps/hibernate/TagsassetDAO.java 196 There is log block not surrounded by if
31280 src/com/gps/hibernate/TagsassetDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31281 src/com/gps/hibernate/TagsassetDAO.java 198 Potential violation of Law of Demeter (method chain calls)
31282 src/com/gps/hibernate/TagsassetDAO.java 199 There is log block not surrounded by if
31283 src/com/gps/hibernate/TagsassetDAO.java 199 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31284 src/com/gps/hibernate/TagsassetDAO.java 200 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31285 src/com/gps/hibernate/TagsassetDAO.java 201 There is log block not surrounded by if
31286 src/com/gps/hibernate/TagsassetDAO.java 206 Parameter 'instance' is not assigned and could be declared final
31287 src/com/gps/hibernate/TagsassetDAO.java 206 publicMethodCommentRequirement Required
31288 src/com/gps/hibernate/TagsassetDAO.java 207 There is log block not surrounded by if
31289 src/com/gps/hibernate/TagsassetDAO.java 207 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31290 src/com/gps/hibernate/TagsassetDAO.java 209 Potential violation of Law of Demeter (method chain calls)
31291 src/com/gps/hibernate/TagsassetDAO.java 210 There is log block not surrounded by if
31292 src/com/gps/hibernate/TagsassetDAO.java 210 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31293 src/com/gps/hibernate/TagsassetDAO.java 211 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31294 src/com/gps/hibernate/TagsassetDAO.java 212 There is log block not surrounded by if
31295 src/com/gps/hibernate/TagsassetsTagsentries.java 9 Classes implementing Serializable should set a serialVersionUID
31296 src/com/gps/hibernate/TagsassetsTagsentries.java 13 Avoid variables with short names like id
31297 src/com/gps/hibernate/TagsassetsTagsentries.java 13 fieldCommentRequirement Required
31298 src/com/gps/hibernate/TagsassetsTagsentries.java 18 Document empty constructor
31299 src/com/gps/hibernate/TagsassetsTagsentries.java 22 Avoid variables with short names like id
31300 src/com/gps/hibernate/TagsassetsTagsentries.java 22 Parameter 'id' is not assigned and could be declared final
31301 src/com/gps/hibernate/TagsassetsTagsentries.java 28 publicMethodCommentRequirement Required
31302 src/com/gps/hibernate/TagsassetsTagsentries.java 32 Avoid variables with short names like id
31303 src/com/gps/hibernate/TagsassetsTagsentries.java 32 Parameter 'id' is not assigned and could be declared final
31304 src/com/gps/hibernate/TagsassetsTagsentries.java 32 publicMethodCommentRequirement Required
31305 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 10 Comment is too large: Too many lines
31306 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 23 Logger should be defined private static final and have the correct class
31307 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
31308 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 23 fieldCommentRequirement Required
31309 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
31310 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 28 publicMethodCommentRequirement Required
31311 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 29 There is log block not surrounded by if
31312 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31313 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 31 Potential violation of Law of Demeter (method chain calls)
31314 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 32 There is log block not surrounded by if
31315 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31316 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31317 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 34 There is log block not surrounded by if
31318 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 39 Avoid excessively long variable names like persistentInstance
31319 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
31320 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 39 publicMethodCommentRequirement Required
31321 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 40 There is log block not surrounded by if
31322 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31323 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 42 Potential violation of Law of Demeter (method chain calls)
31324 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 43 There is log block not surrounded by if
31325 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31326 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31327 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 45 There is log block not surrounded by if
31328 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 50 publicMethodCommentRequirement Required
31329 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 51 Avoid variables with short names like id
31330 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 51 Parameter 'id' is not assigned and could be declared final
31331 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 52 There is log block not surrounded by if
31332 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31333 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 54 Local variable 'instance' could be declared final
31334 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 54 Potential violation of Law of Demeter (method chain calls)
31335 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31336 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 58 There is log block not surrounded by if
31337 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 63 Parameter 'instance' is not assigned and could be declared final
31338 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 63 publicMethodCommentRequirement Required
31339 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 64 There is log block not surrounded by if
31340 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31341 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 66 Local variable 'results' could be declared final
31342 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 66 Potential violation of Law of Demeter (method chain calls)
31343 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 66 Potential violation of Law of Demeter (method chain calls)
31344 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 66 Potential violation of Law of Demeter (method chain calls)
31345 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 69 There is log block not surrounded by if
31346 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31347 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 70 Potential violation of Law of Demeter (object not created locally)
31348 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31349 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 73 There is log block not surrounded by if
31350 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
31351 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 78 Parameter 'value' is not assigned and could be declared final
31352 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 78 publicMethodCommentRequirement Required
31353 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 79 There is log block not surrounded by if
31354 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31355 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 82 Local variable 'queryString' could be declared final
31356 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 84 Local variable 'queryObject' could be declared final
31357 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 84 Potential violation of Law of Demeter (method chain calls)
31358 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 85 Potential violation of Law of Demeter (object not created locally)
31359 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 86 Potential violation of Law of Demeter (object not created locally)
31360 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31361 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 88 There is log block not surrounded by if
31362 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 93 publicMethodCommentRequirement Required
31363 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 94 There is log block not surrounded by if
31364 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31365 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 96 Local variable 'queryString' could be declared final
31366 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 97 Local variable 'queryObject' could be declared final
31367 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 97 Potential violation of Law of Demeter (method chain calls)
31368 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 98 Potential violation of Law of Demeter (object not created locally)
31369 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31370 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 100 There is log block not surrounded by if
31371 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 105 Parameter 'detachedInstance' is not assigned and could be declared final
31372 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 105 publicMethodCommentRequirement Required
31373 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 106 There is log block not surrounded by if
31374 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31375 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 108 Local variable 'result' could be declared final
31376 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 108 Potential violation of Law of Demeter (method chain calls)
31377 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 110 There is log block not surrounded by if
31378 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31379 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31380 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 113 There is log block not surrounded by if
31381 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 118 Parameter 'instance' is not assigned and could be declared final
31382 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 118 publicMethodCommentRequirement Required
31383 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 119 There is log block not surrounded by if
31384 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31385 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 121 Potential violation of Law of Demeter (method chain calls)
31386 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 122 There is log block not surrounded by if
31387 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31388 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31389 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 124 There is log block not surrounded by if
31390 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 129 Parameter 'instance' is not assigned and could be declared final
31391 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 129 publicMethodCommentRequirement Required
31392 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 130 There is log block not surrounded by if
31393 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31394 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 132 Potential violation of Law of Demeter (method chain calls)
31395 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 133 There is log block not surrounded by if
31396 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31397 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31398 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 135 There is log block not surrounded by if
31399 src/com/gps/hibernate/TagsassetsTagsentriesId.java 9 Classes implementing Serializable should set a serialVersionUID
31400 src/com/gps/hibernate/TagsassetsTagsentriesId.java 13 fieldCommentRequirement Required
31401 src/com/gps/hibernate/TagsassetsTagsentriesId.java 14 fieldCommentRequirement Required
31402 src/com/gps/hibernate/TagsassetsTagsentriesId.java 19 Document empty constructor
31403 src/com/gps/hibernate/TagsassetsTagsentriesId.java 23 Parameter 'assetId' is not assigned and could be declared final
31404 src/com/gps/hibernate/TagsassetsTagsentriesId.java 23 Parameter 'entryId' is not assigned and could be declared final
31405 src/com/gps/hibernate/TagsassetsTagsentriesId.java 30 publicMethodCommentRequirement Required
31406 src/com/gps/hibernate/TagsassetsTagsentriesId.java 34 Parameter 'assetId' is not assigned and could be declared final
31407 src/com/gps/hibernate/TagsassetsTagsentriesId.java 34 publicMethodCommentRequirement Required
31408 src/com/gps/hibernate/TagsassetsTagsentriesId.java 38 publicMethodCommentRequirement Required
31409 src/com/gps/hibernate/TagsassetsTagsentriesId.java 42 Parameter 'entryId' is not assigned and could be declared final
31410 src/com/gps/hibernate/TagsassetsTagsentriesId.java 42 publicMethodCommentRequirement Required
31411 src/com/gps/hibernate/TagsassetsTagsentriesId.java 46 Parameter 'other' is not assigned and could be declared final
31412 src/com/gps/hibernate/TagsassetsTagsentriesId.java 46 publicMethodCommentRequirement Required
31413 src/com/gps/hibernate/TagsassetsTagsentriesId.java 47 Avoid using if statements without curly braces
31414 src/com/gps/hibernate/TagsassetsTagsentriesId.java 47 Useless parentheses.
31415 src/com/gps/hibernate/TagsassetsTagsentriesId.java 48 A method should have only one exit point, and that should be the last statement in the method
31416 src/com/gps/hibernate/TagsassetsTagsentriesId.java 49 Avoid using if statements without curly braces
31417 src/com/gps/hibernate/TagsassetsTagsentriesId.java 49 Useless parentheses.
31418 src/com/gps/hibernate/TagsassetsTagsentriesId.java 50 A method should have only one exit point, and that should be the last statement in the method
31419 src/com/gps/hibernate/TagsassetsTagsentriesId.java 51 Avoid using if statements without curly braces
31420 src/com/gps/hibernate/TagsassetsTagsentriesId.java 52 A method should have only one exit point, and that should be the last statement in the method
31421 src/com/gps/hibernate/TagsassetsTagsentriesId.java 53 Local variable 'castOther' could be declared final
31422 src/com/gps/hibernate/TagsassetsTagsentriesId.java 55 Potential violation of Law of Demeter (method chain calls)
31423 src/com/gps/hibernate/TagsassetsTagsentriesId.java 55 Potential violation of Law of Demeter (object not created locally)
31424 src/com/gps/hibernate/TagsassetsTagsentriesId.java 55 Potential violation of Law of Demeter (object not created locally)
31425 src/com/gps/hibernate/TagsassetsTagsentriesId.java 55 Useless parentheses.
31426 src/com/gps/hibernate/TagsassetsTagsentriesId.java 55 Useless parentheses.
31427 src/com/gps/hibernate/TagsassetsTagsentriesId.java 57 Potential violation of Law of Demeter (object not created locally)
31428 src/com/gps/hibernate/TagsassetsTagsentriesId.java 58 Potential violation of Law of Demeter (object not created locally)
31429 src/com/gps/hibernate/TagsassetsTagsentriesId.java 59 Potential violation of Law of Demeter (method chain calls)
31430 src/com/gps/hibernate/TagsassetsTagsentriesId.java 59 Potential violation of Law of Demeter (object not created locally)
31431 src/com/gps/hibernate/TagsassetsTagsentriesId.java 59 Potential violation of Law of Demeter (object not created locally)
31432 src/com/gps/hibernate/TagsassetsTagsentriesId.java 59 Useless parentheses.
31433 src/com/gps/hibernate/TagsassetsTagsentriesId.java 59 Useless parentheses.
31434 src/com/gps/hibernate/TagsassetsTagsentriesId.java 61 Potential violation of Law of Demeter (object not created locally)
31435 src/com/gps/hibernate/TagsassetsTagsentriesId.java 62 Potential violation of Law of Demeter (object not created locally)
31436 src/com/gps/hibernate/TagsassetsTagsentriesId.java 65 publicMethodCommentRequirement Required
31437 src/com/gps/hibernate/TagsassetsTagsentriesId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
31438 src/com/gps/hibernate/Tagsentry.java 11 Classes implementing Serializable should set a serialVersionUID
31439 src/com/gps/hibernate/Tagsentry.java 15 fieldCommentRequirement Required
31440 src/com/gps/hibernate/Tagsentry.java 16 fieldCommentRequirement Required
31441 src/com/gps/hibernate/Tagsentry.java 17 fieldCommentRequirement Required
31442 src/com/gps/hibernate/Tagsentry.java 18 fieldCommentRequirement Required
31443 src/com/gps/hibernate/Tagsentry.java 19 fieldCommentRequirement Required
31444 src/com/gps/hibernate/Tagsentry.java 20 fieldCommentRequirement Required
31445 src/com/gps/hibernate/Tagsentry.java 21 fieldCommentRequirement Required
31446 src/com/gps/hibernate/Tagsentry.java 22 fieldCommentRequirement Required
31447 src/com/gps/hibernate/Tagsentry.java 23 fieldCommentRequirement Required
31448 src/com/gps/hibernate/Tagsentry.java 24 fieldCommentRequirement Required
31449 src/com/gps/hibernate/Tagsentry.java 29 Document empty constructor
31450 src/com/gps/hibernate/Tagsentry.java 33 Parameter 'entryId' is not assigned and could be declared final
31451 src/com/gps/hibernate/Tagsentry.java 38 Avoid long parameter lists.
31452 src/com/gps/hibernate/Tagsentry.java 38 Parameter 'companyId' is not assigned and could be declared final
31453 src/com/gps/hibernate/Tagsentry.java 38 Parameter 'entryId' is not assigned and could be declared final
31454 src/com/gps/hibernate/Tagsentry.java 38 Parameter 'groupId' is not assigned and could be declared final
31455 src/com/gps/hibernate/Tagsentry.java 38 Parameter 'userId' is not assigned and could be declared final
31456 src/com/gps/hibernate/Tagsentry.java 39 Parameter 'createDate' is not assigned and could be declared final
31457 src/com/gps/hibernate/Tagsentry.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
31458 src/com/gps/hibernate/Tagsentry.java 39 Parameter 'userName' is not assigned and could be declared final
31459 src/com/gps/hibernate/Tagsentry.java 40 Parameter 'name' is not assigned and could be declared final
31460 src/com/gps/hibernate/Tagsentry.java 40 Parameter 'parentEntryId' is not assigned and could be declared final
31461 src/com/gps/hibernate/Tagsentry.java 40 Parameter 'vocabularyId' is not assigned and could be declared final
31462 src/com/gps/hibernate/Tagsentry.java 55 publicMethodCommentRequirement Required
31463 src/com/gps/hibernate/Tagsentry.java 59 Parameter 'entryId' is not assigned and could be declared final
31464 src/com/gps/hibernate/Tagsentry.java 59 publicMethodCommentRequirement Required
31465 src/com/gps/hibernate/Tagsentry.java 63 publicMethodCommentRequirement Required
31466 src/com/gps/hibernate/Tagsentry.java 67 Parameter 'groupId' is not assigned and could be declared final
31467 src/com/gps/hibernate/Tagsentry.java 67 publicMethodCommentRequirement Required
31468 src/com/gps/hibernate/Tagsentry.java 71 publicMethodCommentRequirement Required
31469 src/com/gps/hibernate/Tagsentry.java 75 Parameter 'companyId' is not assigned and could be declared final
31470 src/com/gps/hibernate/Tagsentry.java 75 publicMethodCommentRequirement Required
31471 src/com/gps/hibernate/Tagsentry.java 79 publicMethodCommentRequirement Required
31472 src/com/gps/hibernate/Tagsentry.java 83 Parameter 'userId' is not assigned and could be declared final
31473 src/com/gps/hibernate/Tagsentry.java 83 publicMethodCommentRequirement Required
31474 src/com/gps/hibernate/Tagsentry.java 87 publicMethodCommentRequirement Required
31475 src/com/gps/hibernate/Tagsentry.java 91 Parameter 'userName' is not assigned and could be declared final
31476 src/com/gps/hibernate/Tagsentry.java 91 publicMethodCommentRequirement Required
31477 src/com/gps/hibernate/Tagsentry.java 95 publicMethodCommentRequirement Required
31478 src/com/gps/hibernate/Tagsentry.java 99 Parameter 'createDate' is not assigned and could be declared final
31479 src/com/gps/hibernate/Tagsentry.java 99 publicMethodCommentRequirement Required
31480 src/com/gps/hibernate/Tagsentry.java 103 publicMethodCommentRequirement Required
31481 src/com/gps/hibernate/Tagsentry.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
31482 src/com/gps/hibernate/Tagsentry.java 107 publicMethodCommentRequirement Required
31483 src/com/gps/hibernate/Tagsentry.java 111 publicMethodCommentRequirement Required
31484 src/com/gps/hibernate/Tagsentry.java 115 Parameter 'parentEntryId' is not assigned and could be declared final
31485 src/com/gps/hibernate/Tagsentry.java 115 publicMethodCommentRequirement Required
31486 src/com/gps/hibernate/Tagsentry.java 119 publicMethodCommentRequirement Required
31487 src/com/gps/hibernate/Tagsentry.java 123 Parameter 'name' is not assigned and could be declared final
31488 src/com/gps/hibernate/Tagsentry.java 123 publicMethodCommentRequirement Required
31489 src/com/gps/hibernate/Tagsentry.java 127 publicMethodCommentRequirement Required
31490 src/com/gps/hibernate/Tagsentry.java 131 Parameter 'vocabularyId' is not assigned and could be declared final
31491 src/com/gps/hibernate/Tagsentry.java 131 publicMethodCommentRequirement Required
31492 src/com/gps/hibernate/TagsentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
31493 src/com/gps/hibernate/TagsentryDAO.java 11 Comment is too large: Too many lines
31494 src/com/gps/hibernate/TagsentryDAO.java 23 This class has too many methods, consider refactoring it.
31495 src/com/gps/hibernate/TagsentryDAO.java 24 Logger should be defined private static final and have the correct class
31496 src/com/gps/hibernate/TagsentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
31497 src/com/gps/hibernate/TagsentryDAO.java 24 fieldCommentRequirement Required
31498 src/com/gps/hibernate/TagsentryDAO.java 26 fieldCommentRequirement Required
31499 src/com/gps/hibernate/TagsentryDAO.java 27 fieldCommentRequirement Required
31500 src/com/gps/hibernate/TagsentryDAO.java 28 fieldCommentRequirement Required
31501 src/com/gps/hibernate/TagsentryDAO.java 29 fieldCommentRequirement Required
31502 src/com/gps/hibernate/TagsentryDAO.java 30 fieldCommentRequirement Required
31503 src/com/gps/hibernate/TagsentryDAO.java 31 fieldCommentRequirement Required
31504 src/com/gps/hibernate/TagsentryDAO.java 32 fieldCommentRequirement Required
31505 src/com/gps/hibernate/TagsentryDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
31506 src/com/gps/hibernate/TagsentryDAO.java 34 publicMethodCommentRequirement Required
31507 src/com/gps/hibernate/TagsentryDAO.java 35 There is log block not surrounded by if
31508 src/com/gps/hibernate/TagsentryDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31509 src/com/gps/hibernate/TagsentryDAO.java 37 Potential violation of Law of Demeter (method chain calls)
31510 src/com/gps/hibernate/TagsentryDAO.java 38 There is log block not surrounded by if
31511 src/com/gps/hibernate/TagsentryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31512 src/com/gps/hibernate/TagsentryDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31513 src/com/gps/hibernate/TagsentryDAO.java 40 There is log block not surrounded by if
31514 src/com/gps/hibernate/TagsentryDAO.java 45 Avoid excessively long variable names like persistentInstance
31515 src/com/gps/hibernate/TagsentryDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
31516 src/com/gps/hibernate/TagsentryDAO.java 45 publicMethodCommentRequirement Required
31517 src/com/gps/hibernate/TagsentryDAO.java 46 There is log block not surrounded by if
31518 src/com/gps/hibernate/TagsentryDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31519 src/com/gps/hibernate/TagsentryDAO.java 48 Potential violation of Law of Demeter (method chain calls)
31520 src/com/gps/hibernate/TagsentryDAO.java 49 There is log block not surrounded by if
31521 src/com/gps/hibernate/TagsentryDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31522 src/com/gps/hibernate/TagsentryDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31523 src/com/gps/hibernate/TagsentryDAO.java 51 There is log block not surrounded by if
31524 src/com/gps/hibernate/TagsentryDAO.java 56 Avoid variables with short names like id
31525 src/com/gps/hibernate/TagsentryDAO.java 56 Parameter 'id' is not assigned and could be declared final
31526 src/com/gps/hibernate/TagsentryDAO.java 56 publicMethodCommentRequirement Required
31527 src/com/gps/hibernate/TagsentryDAO.java 57 There is log block not surrounded by if
31528 src/com/gps/hibernate/TagsentryDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31529 src/com/gps/hibernate/TagsentryDAO.java 59 Local variable 'instance' could be declared final
31530 src/com/gps/hibernate/TagsentryDAO.java 59 Potential violation of Law of Demeter (method chain calls)
31531 src/com/gps/hibernate/TagsentryDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31532 src/com/gps/hibernate/TagsentryDAO.java 63 There is log block not surrounded by if
31533 src/com/gps/hibernate/TagsentryDAO.java 68 Parameter 'instance' is not assigned and could be declared final
31534 src/com/gps/hibernate/TagsentryDAO.java 68 publicMethodCommentRequirement Required
31535 src/com/gps/hibernate/TagsentryDAO.java 69 There is log block not surrounded by if
31536 src/com/gps/hibernate/TagsentryDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31537 src/com/gps/hibernate/TagsentryDAO.java 71 Local variable 'results' could be declared final
31538 src/com/gps/hibernate/TagsentryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
31539 src/com/gps/hibernate/TagsentryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
31540 src/com/gps/hibernate/TagsentryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
31541 src/com/gps/hibernate/TagsentryDAO.java 74 There is log block not surrounded by if
31542 src/com/gps/hibernate/TagsentryDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31543 src/com/gps/hibernate/TagsentryDAO.java 75 Potential violation of Law of Demeter (object not created locally)
31544 src/com/gps/hibernate/TagsentryDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31545 src/com/gps/hibernate/TagsentryDAO.java 78 There is log block not surrounded by if
31546 src/com/gps/hibernate/TagsentryDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
31547 src/com/gps/hibernate/TagsentryDAO.java 83 Parameter 'value' is not assigned and could be declared final
31548 src/com/gps/hibernate/TagsentryDAO.java 83 publicMethodCommentRequirement Required
31549 src/com/gps/hibernate/TagsentryDAO.java 84 There is log block not surrounded by if
31550 src/com/gps/hibernate/TagsentryDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31551 src/com/gps/hibernate/TagsentryDAO.java 87 Local variable 'queryString' could be declared final
31552 src/com/gps/hibernate/TagsentryDAO.java 89 Local variable 'queryObject' could be declared final
31553 src/com/gps/hibernate/TagsentryDAO.java 89 Potential violation of Law of Demeter (method chain calls)
31554 src/com/gps/hibernate/TagsentryDAO.java 90 Potential violation of Law of Demeter (object not created locally)
31555 src/com/gps/hibernate/TagsentryDAO.java 91 Potential violation of Law of Demeter (object not created locally)
31556 src/com/gps/hibernate/TagsentryDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31557 src/com/gps/hibernate/TagsentryDAO.java 93 There is log block not surrounded by if
31558 src/com/gps/hibernate/TagsentryDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
31559 src/com/gps/hibernate/TagsentryDAO.java 98 publicMethodCommentRequirement Required
31560 src/com/gps/hibernate/TagsentryDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
31561 src/com/gps/hibernate/TagsentryDAO.java 102 publicMethodCommentRequirement Required
31562 src/com/gps/hibernate/TagsentryDAO.java 106 Parameter 'userId' is not assigned and could be declared final
31563 src/com/gps/hibernate/TagsentryDAO.java 106 publicMethodCommentRequirement Required
31564 src/com/gps/hibernate/TagsentryDAO.java 110 Parameter 'userName' is not assigned and could be declared final
31565 src/com/gps/hibernate/TagsentryDAO.java 110 publicMethodCommentRequirement Required
31566 src/com/gps/hibernate/TagsentryDAO.java 114 Parameter 'parentEntryId' is not assigned and could be declared final
31567 src/com/gps/hibernate/TagsentryDAO.java 114 publicMethodCommentRequirement Required
31568 src/com/gps/hibernate/TagsentryDAO.java 118 Parameter 'name' is not assigned and could be declared final
31569 src/com/gps/hibernate/TagsentryDAO.java 118 publicMethodCommentRequirement Required
31570 src/com/gps/hibernate/TagsentryDAO.java 122 Parameter 'vocabularyId' is not assigned and could be declared final
31571 src/com/gps/hibernate/TagsentryDAO.java 122 publicMethodCommentRequirement Required
31572 src/com/gps/hibernate/TagsentryDAO.java 126 publicMethodCommentRequirement Required
31573 src/com/gps/hibernate/TagsentryDAO.java 127 There is log block not surrounded by if
31574 src/com/gps/hibernate/TagsentryDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31575 src/com/gps/hibernate/TagsentryDAO.java 129 Local variable 'queryString' could be declared final
31576 src/com/gps/hibernate/TagsentryDAO.java 130 Local variable 'queryObject' could be declared final
31577 src/com/gps/hibernate/TagsentryDAO.java 130 Potential violation of Law of Demeter (method chain calls)
31578 src/com/gps/hibernate/TagsentryDAO.java 131 Potential violation of Law of Demeter (object not created locally)
31579 src/com/gps/hibernate/TagsentryDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31580 src/com/gps/hibernate/TagsentryDAO.java 133 There is log block not surrounded by if
31581 src/com/gps/hibernate/TagsentryDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
31582 src/com/gps/hibernate/TagsentryDAO.java 138 publicMethodCommentRequirement Required
31583 src/com/gps/hibernate/TagsentryDAO.java 139 There is log block not surrounded by if
31584 src/com/gps/hibernate/TagsentryDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31585 src/com/gps/hibernate/TagsentryDAO.java 141 Local variable 'result' could be declared final
31586 src/com/gps/hibernate/TagsentryDAO.java 141 Potential violation of Law of Demeter (method chain calls)
31587 src/com/gps/hibernate/TagsentryDAO.java 142 There is log block not surrounded by if
31588 src/com/gps/hibernate/TagsentryDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31589 src/com/gps/hibernate/TagsentryDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31590 src/com/gps/hibernate/TagsentryDAO.java 145 There is log block not surrounded by if
31591 src/com/gps/hibernate/TagsentryDAO.java 150 Parameter 'instance' is not assigned and could be declared final
31592 src/com/gps/hibernate/TagsentryDAO.java 150 publicMethodCommentRequirement Required
31593 src/com/gps/hibernate/TagsentryDAO.java 151 There is log block not surrounded by if
31594 src/com/gps/hibernate/TagsentryDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31595 src/com/gps/hibernate/TagsentryDAO.java 153 Potential violation of Law of Demeter (method chain calls)
31596 src/com/gps/hibernate/TagsentryDAO.java 154 There is log block not surrounded by if
31597 src/com/gps/hibernate/TagsentryDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31598 src/com/gps/hibernate/TagsentryDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31599 src/com/gps/hibernate/TagsentryDAO.java 156 There is log block not surrounded by if
31600 src/com/gps/hibernate/TagsentryDAO.java 161 Parameter 'instance' is not assigned and could be declared final
31601 src/com/gps/hibernate/TagsentryDAO.java 161 publicMethodCommentRequirement Required
31602 src/com/gps/hibernate/TagsentryDAO.java 162 There is log block not surrounded by if
31603 src/com/gps/hibernate/TagsentryDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31604 src/com/gps/hibernate/TagsentryDAO.java 164 Potential violation of Law of Demeter (method chain calls)
31605 src/com/gps/hibernate/TagsentryDAO.java 165 There is log block not surrounded by if
31606 src/com/gps/hibernate/TagsentryDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31607 src/com/gps/hibernate/TagsentryDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31608 src/com/gps/hibernate/TagsentryDAO.java 167 There is log block not surrounded by if
31609 src/com/gps/hibernate/Tagsproperty.java 11 Classes implementing Serializable should set a serialVersionUID
31610 src/com/gps/hibernate/Tagsproperty.java 15 fieldCommentRequirement Required
31611 src/com/gps/hibernate/Tagsproperty.java 16 fieldCommentRequirement Required
31612 src/com/gps/hibernate/Tagsproperty.java 17 fieldCommentRequirement Required
31613 src/com/gps/hibernate/Tagsproperty.java 18 fieldCommentRequirement Required
31614 src/com/gps/hibernate/Tagsproperty.java 19 fieldCommentRequirement Required
31615 src/com/gps/hibernate/Tagsproperty.java 20 fieldCommentRequirement Required
31616 src/com/gps/hibernate/Tagsproperty.java 21 fieldCommentRequirement Required
31617 src/com/gps/hibernate/Tagsproperty.java 22 fieldCommentRequirement Required
31618 src/com/gps/hibernate/Tagsproperty.java 23 fieldCommentRequirement Required
31619 src/com/gps/hibernate/Tagsproperty.java 28 Document empty constructor
31620 src/com/gps/hibernate/Tagsproperty.java 32 Parameter 'propertyId' is not assigned and could be declared final
31621 src/com/gps/hibernate/Tagsproperty.java 37 Parameter 'companyId' is not assigned and could be declared final
31622 src/com/gps/hibernate/Tagsproperty.java 37 Parameter 'propertyId' is not assigned and could be declared final
31623 src/com/gps/hibernate/Tagsproperty.java 37 Parameter 'userId' is not assigned and could be declared final
31624 src/com/gps/hibernate/Tagsproperty.java 38 Parameter 'createDate' is not assigned and could be declared final
31625 src/com/gps/hibernate/Tagsproperty.java 38 Parameter 'entryId' is not assigned and could be declared final
31626 src/com/gps/hibernate/Tagsproperty.java 38 Parameter 'modifiedDate' is not assigned and could be declared final
31627 src/com/gps/hibernate/Tagsproperty.java 38 Parameter 'userName' is not assigned and could be declared final
31628 src/com/gps/hibernate/Tagsproperty.java 39 Parameter 'key' is not assigned and could be declared final
31629 src/com/gps/hibernate/Tagsproperty.java 39 Parameter 'value' is not assigned and could be declared final
31630 src/com/gps/hibernate/Tagsproperty.java 53 publicMethodCommentRequirement Required
31631 src/com/gps/hibernate/Tagsproperty.java 57 Parameter 'propertyId' is not assigned and could be declared final
31632 src/com/gps/hibernate/Tagsproperty.java 57 publicMethodCommentRequirement Required
31633 src/com/gps/hibernate/Tagsproperty.java 61 publicMethodCommentRequirement Required
31634 src/com/gps/hibernate/Tagsproperty.java 65 Parameter 'companyId' is not assigned and could be declared final
31635 src/com/gps/hibernate/Tagsproperty.java 65 publicMethodCommentRequirement Required
31636 src/com/gps/hibernate/Tagsproperty.java 69 publicMethodCommentRequirement Required
31637 src/com/gps/hibernate/Tagsproperty.java 73 Parameter 'userId' is not assigned and could be declared final
31638 src/com/gps/hibernate/Tagsproperty.java 73 publicMethodCommentRequirement Required
31639 src/com/gps/hibernate/Tagsproperty.java 77 publicMethodCommentRequirement Required
31640 src/com/gps/hibernate/Tagsproperty.java 81 Parameter 'userName' is not assigned and could be declared final
31641 src/com/gps/hibernate/Tagsproperty.java 81 publicMethodCommentRequirement Required
31642 src/com/gps/hibernate/Tagsproperty.java 85 publicMethodCommentRequirement Required
31643 src/com/gps/hibernate/Tagsproperty.java 89 Parameter 'createDate' is not assigned and could be declared final
31644 src/com/gps/hibernate/Tagsproperty.java 89 publicMethodCommentRequirement Required
31645 src/com/gps/hibernate/Tagsproperty.java 93 publicMethodCommentRequirement Required
31646 src/com/gps/hibernate/Tagsproperty.java 97 Parameter 'modifiedDate' is not assigned and could be declared final
31647 src/com/gps/hibernate/Tagsproperty.java 97 publicMethodCommentRequirement Required
31648 src/com/gps/hibernate/Tagsproperty.java 101 publicMethodCommentRequirement Required
31649 src/com/gps/hibernate/Tagsproperty.java 105 Parameter 'entryId' is not assigned and could be declared final
31650 src/com/gps/hibernate/Tagsproperty.java 105 publicMethodCommentRequirement Required
31651 src/com/gps/hibernate/Tagsproperty.java 109 publicMethodCommentRequirement Required
31652 src/com/gps/hibernate/Tagsproperty.java 113 Parameter 'key' is not assigned and could be declared final
31653 src/com/gps/hibernate/Tagsproperty.java 113 publicMethodCommentRequirement Required
31654 src/com/gps/hibernate/Tagsproperty.java 117 publicMethodCommentRequirement Required
31655 src/com/gps/hibernate/Tagsproperty.java 121 Parameter 'value' is not assigned and could be declared final
31656 src/com/gps/hibernate/Tagsproperty.java 121 publicMethodCommentRequirement Required
31657 src/com/gps/hibernate/TagspropertyDAO.java 3 Avoid unused imports such as 'java.util.Date'
31658 src/com/gps/hibernate/TagspropertyDAO.java 11 Comment is too large: Too many lines
31659 src/com/gps/hibernate/TagspropertyDAO.java 23 This class has too many methods, consider refactoring it.
31660 src/com/gps/hibernate/TagspropertyDAO.java 24 Logger should be defined private static final and have the correct class
31661 src/com/gps/hibernate/TagspropertyDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
31662 src/com/gps/hibernate/TagspropertyDAO.java 24 fieldCommentRequirement Required
31663 src/com/gps/hibernate/TagspropertyDAO.java 26 fieldCommentRequirement Required
31664 src/com/gps/hibernate/TagspropertyDAO.java 27 fieldCommentRequirement Required
31665 src/com/gps/hibernate/TagspropertyDAO.java 28 fieldCommentRequirement Required
31666 src/com/gps/hibernate/TagspropertyDAO.java 29 fieldCommentRequirement Required
31667 src/com/gps/hibernate/TagspropertyDAO.java 30 fieldCommentRequirement Required
31668 src/com/gps/hibernate/TagspropertyDAO.java 31 fieldCommentRequirement Required
31669 src/com/gps/hibernate/TagspropertyDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
31670 src/com/gps/hibernate/TagspropertyDAO.java 33 publicMethodCommentRequirement Required
31671 src/com/gps/hibernate/TagspropertyDAO.java 34 There is log block not surrounded by if
31672 src/com/gps/hibernate/TagspropertyDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31673 src/com/gps/hibernate/TagspropertyDAO.java 36 Potential violation of Law of Demeter (method chain calls)
31674 src/com/gps/hibernate/TagspropertyDAO.java 37 There is log block not surrounded by if
31675 src/com/gps/hibernate/TagspropertyDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31676 src/com/gps/hibernate/TagspropertyDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31677 src/com/gps/hibernate/TagspropertyDAO.java 39 There is log block not surrounded by if
31678 src/com/gps/hibernate/TagspropertyDAO.java 44 Avoid excessively long variable names like persistentInstance
31679 src/com/gps/hibernate/TagspropertyDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
31680 src/com/gps/hibernate/TagspropertyDAO.java 44 publicMethodCommentRequirement Required
31681 src/com/gps/hibernate/TagspropertyDAO.java 45 There is log block not surrounded by if
31682 src/com/gps/hibernate/TagspropertyDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31683 src/com/gps/hibernate/TagspropertyDAO.java 47 Potential violation of Law of Demeter (method chain calls)
31684 src/com/gps/hibernate/TagspropertyDAO.java 48 There is log block not surrounded by if
31685 src/com/gps/hibernate/TagspropertyDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31686 src/com/gps/hibernate/TagspropertyDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31687 src/com/gps/hibernate/TagspropertyDAO.java 50 There is log block not surrounded by if
31688 src/com/gps/hibernate/TagspropertyDAO.java 55 Avoid variables with short names like id
31689 src/com/gps/hibernate/TagspropertyDAO.java 55 Parameter 'id' is not assigned and could be declared final
31690 src/com/gps/hibernate/TagspropertyDAO.java 55 publicMethodCommentRequirement Required
31691 src/com/gps/hibernate/TagspropertyDAO.java 56 There is log block not surrounded by if
31692 src/com/gps/hibernate/TagspropertyDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31693 src/com/gps/hibernate/TagspropertyDAO.java 58 Local variable 'instance' could be declared final
31694 src/com/gps/hibernate/TagspropertyDAO.java 58 Potential violation of Law of Demeter (method chain calls)
31695 src/com/gps/hibernate/TagspropertyDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31696 src/com/gps/hibernate/TagspropertyDAO.java 62 There is log block not surrounded by if
31697 src/com/gps/hibernate/TagspropertyDAO.java 67 Parameter 'instance' is not assigned and could be declared final
31698 src/com/gps/hibernate/TagspropertyDAO.java 67 publicMethodCommentRequirement Required
31699 src/com/gps/hibernate/TagspropertyDAO.java 68 There is log block not surrounded by if
31700 src/com/gps/hibernate/TagspropertyDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31701 src/com/gps/hibernate/TagspropertyDAO.java 70 Local variable 'results' could be declared final
31702 src/com/gps/hibernate/TagspropertyDAO.java 70 Potential violation of Law of Demeter (method chain calls)
31703 src/com/gps/hibernate/TagspropertyDAO.java 70 Potential violation of Law of Demeter (method chain calls)
31704 src/com/gps/hibernate/TagspropertyDAO.java 70 Potential violation of Law of Demeter (method chain calls)
31705 src/com/gps/hibernate/TagspropertyDAO.java 73 There is log block not surrounded by if
31706 src/com/gps/hibernate/TagspropertyDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31707 src/com/gps/hibernate/TagspropertyDAO.java 74 Potential violation of Law of Demeter (object not created locally)
31708 src/com/gps/hibernate/TagspropertyDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31709 src/com/gps/hibernate/TagspropertyDAO.java 77 There is log block not surrounded by if
31710 src/com/gps/hibernate/TagspropertyDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
31711 src/com/gps/hibernate/TagspropertyDAO.java 82 Parameter 'value' is not assigned and could be declared final
31712 src/com/gps/hibernate/TagspropertyDAO.java 82 publicMethodCommentRequirement Required
31713 src/com/gps/hibernate/TagspropertyDAO.java 83 There is log block not surrounded by if
31714 src/com/gps/hibernate/TagspropertyDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31715 src/com/gps/hibernate/TagspropertyDAO.java 86 Local variable 'queryString' could be declared final
31716 src/com/gps/hibernate/TagspropertyDAO.java 88 Local variable 'queryObject' could be declared final
31717 src/com/gps/hibernate/TagspropertyDAO.java 88 Potential violation of Law of Demeter (method chain calls)
31718 src/com/gps/hibernate/TagspropertyDAO.java 89 Potential violation of Law of Demeter (object not created locally)
31719 src/com/gps/hibernate/TagspropertyDAO.java 90 Potential violation of Law of Demeter (object not created locally)
31720 src/com/gps/hibernate/TagspropertyDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31721 src/com/gps/hibernate/TagspropertyDAO.java 92 There is log block not surrounded by if
31722 src/com/gps/hibernate/TagspropertyDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
31723 src/com/gps/hibernate/TagspropertyDAO.java 97 publicMethodCommentRequirement Required
31724 src/com/gps/hibernate/TagspropertyDAO.java 101 Parameter 'userId' is not assigned and could be declared final
31725 src/com/gps/hibernate/TagspropertyDAO.java 101 publicMethodCommentRequirement Required
31726 src/com/gps/hibernate/TagspropertyDAO.java 105 Parameter 'userName' is not assigned and could be declared final
31727 src/com/gps/hibernate/TagspropertyDAO.java 105 publicMethodCommentRequirement Required
31728 src/com/gps/hibernate/TagspropertyDAO.java 109 Parameter 'entryId' is not assigned and could be declared final
31729 src/com/gps/hibernate/TagspropertyDAO.java 109 publicMethodCommentRequirement Required
31730 src/com/gps/hibernate/TagspropertyDAO.java 113 Parameter 'key' is not assigned and could be declared final
31731 src/com/gps/hibernate/TagspropertyDAO.java 113 publicMethodCommentRequirement Required
31732 src/com/gps/hibernate/TagspropertyDAO.java 117 Parameter 'value' is not assigned and could be declared final
31733 src/com/gps/hibernate/TagspropertyDAO.java 117 publicMethodCommentRequirement Required
31734 src/com/gps/hibernate/TagspropertyDAO.java 121 publicMethodCommentRequirement Required
31735 src/com/gps/hibernate/TagspropertyDAO.java 122 There is log block not surrounded by if
31736 src/com/gps/hibernate/TagspropertyDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31737 src/com/gps/hibernate/TagspropertyDAO.java 124 Local variable 'queryString' could be declared final
31738 src/com/gps/hibernate/TagspropertyDAO.java 125 Local variable 'queryObject' could be declared final
31739 src/com/gps/hibernate/TagspropertyDAO.java 125 Potential violation of Law of Demeter (method chain calls)
31740 src/com/gps/hibernate/TagspropertyDAO.java 126 Potential violation of Law of Demeter (object not created locally)
31741 src/com/gps/hibernate/TagspropertyDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31742 src/com/gps/hibernate/TagspropertyDAO.java 128 There is log block not surrounded by if
31743 src/com/gps/hibernate/TagspropertyDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
31744 src/com/gps/hibernate/TagspropertyDAO.java 133 publicMethodCommentRequirement Required
31745 src/com/gps/hibernate/TagspropertyDAO.java 134 There is log block not surrounded by if
31746 src/com/gps/hibernate/TagspropertyDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31747 src/com/gps/hibernate/TagspropertyDAO.java 136 Local variable 'result' could be declared final
31748 src/com/gps/hibernate/TagspropertyDAO.java 136 Potential violation of Law of Demeter (method chain calls)
31749 src/com/gps/hibernate/TagspropertyDAO.java 138 There is log block not surrounded by if
31750 src/com/gps/hibernate/TagspropertyDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31751 src/com/gps/hibernate/TagspropertyDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31752 src/com/gps/hibernate/TagspropertyDAO.java 141 There is log block not surrounded by if
31753 src/com/gps/hibernate/TagspropertyDAO.java 146 Parameter 'instance' is not assigned and could be declared final
31754 src/com/gps/hibernate/TagspropertyDAO.java 146 publicMethodCommentRequirement Required
31755 src/com/gps/hibernate/TagspropertyDAO.java 147 There is log block not surrounded by if
31756 src/com/gps/hibernate/TagspropertyDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31757 src/com/gps/hibernate/TagspropertyDAO.java 149 Potential violation of Law of Demeter (method chain calls)
31758 src/com/gps/hibernate/TagspropertyDAO.java 150 There is log block not surrounded by if
31759 src/com/gps/hibernate/TagspropertyDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31760 src/com/gps/hibernate/TagspropertyDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31761 src/com/gps/hibernate/TagspropertyDAO.java 152 There is log block not surrounded by if
31762 src/com/gps/hibernate/TagspropertyDAO.java 157 Parameter 'instance' is not assigned and could be declared final
31763 src/com/gps/hibernate/TagspropertyDAO.java 157 publicMethodCommentRequirement Required
31764 src/com/gps/hibernate/TagspropertyDAO.java 158 There is log block not surrounded by if
31765 src/com/gps/hibernate/TagspropertyDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31766 src/com/gps/hibernate/TagspropertyDAO.java 160 Potential violation of Law of Demeter (method chain calls)
31767 src/com/gps/hibernate/TagspropertyDAO.java 161 There is log block not surrounded by if
31768 src/com/gps/hibernate/TagspropertyDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31769 src/com/gps/hibernate/TagspropertyDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31770 src/com/gps/hibernate/TagspropertyDAO.java 163 There is log block not surrounded by if
31771 src/com/gps/hibernate/Tagssource.java 9 Classes implementing Serializable should set a serialVersionUID
31772 src/com/gps/hibernate/Tagssource.java 13 fieldCommentRequirement Required
31773 src/com/gps/hibernate/Tagssource.java 14 fieldCommentRequirement Required
31774 src/com/gps/hibernate/Tagssource.java 15 fieldCommentRequirement Required
31775 src/com/gps/hibernate/Tagssource.java 16 fieldCommentRequirement Required
31776 src/com/gps/hibernate/Tagssource.java 21 Document empty constructor
31777 src/com/gps/hibernate/Tagssource.java 25 Parameter 'sourceId' is not assigned and could be declared final
31778 src/com/gps/hibernate/Tagssource.java 30 Parameter 'name' is not assigned and could be declared final
31779 src/com/gps/hibernate/Tagssource.java 30 Parameter 'parentSourceId' is not assigned and could be declared final
31780 src/com/gps/hibernate/Tagssource.java 30 Parameter 'sourceId' is not assigned and could be declared final
31781 src/com/gps/hibernate/Tagssource.java 31 Parameter 'acronym' is not assigned and could be declared final
31782 src/com/gps/hibernate/Tagssource.java 40 publicMethodCommentRequirement Required
31783 src/com/gps/hibernate/Tagssource.java 44 Parameter 'sourceId' is not assigned and could be declared final
31784 src/com/gps/hibernate/Tagssource.java 44 publicMethodCommentRequirement Required
31785 src/com/gps/hibernate/Tagssource.java 48 publicMethodCommentRequirement Required
31786 src/com/gps/hibernate/Tagssource.java 52 Parameter 'parentSourceId' is not assigned and could be declared final
31787 src/com/gps/hibernate/Tagssource.java 52 publicMethodCommentRequirement Required
31788 src/com/gps/hibernate/Tagssource.java 56 publicMethodCommentRequirement Required
31789 src/com/gps/hibernate/Tagssource.java 60 Parameter 'name' is not assigned and could be declared final
31790 src/com/gps/hibernate/Tagssource.java 60 publicMethodCommentRequirement Required
31791 src/com/gps/hibernate/Tagssource.java 64 publicMethodCommentRequirement Required
31792 src/com/gps/hibernate/Tagssource.java 68 Parameter 'acronym' is not assigned and could be declared final
31793 src/com/gps/hibernate/Tagssource.java 68 publicMethodCommentRequirement Required
31794 src/com/gps/hibernate/TagssourceDAO.java 10 Comment is too large: Too many lines
31795 src/com/gps/hibernate/TagssourceDAO.java 22 This class has too many methods, consider refactoring it.
31796 src/com/gps/hibernate/TagssourceDAO.java 23 Logger should be defined private static final and have the correct class
31797 src/com/gps/hibernate/TagssourceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
31798 src/com/gps/hibernate/TagssourceDAO.java 23 fieldCommentRequirement Required
31799 src/com/gps/hibernate/TagssourceDAO.java 25 fieldCommentRequirement Required
31800 src/com/gps/hibernate/TagssourceDAO.java 26 fieldCommentRequirement Required
31801 src/com/gps/hibernate/TagssourceDAO.java 27 fieldCommentRequirement Required
31802 src/com/gps/hibernate/TagssourceDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
31803 src/com/gps/hibernate/TagssourceDAO.java 29 publicMethodCommentRequirement Required
31804 src/com/gps/hibernate/TagssourceDAO.java 30 There is log block not surrounded by if
31805 src/com/gps/hibernate/TagssourceDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31806 src/com/gps/hibernate/TagssourceDAO.java 32 Potential violation of Law of Demeter (method chain calls)
31807 src/com/gps/hibernate/TagssourceDAO.java 33 There is log block not surrounded by if
31808 src/com/gps/hibernate/TagssourceDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31809 src/com/gps/hibernate/TagssourceDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31810 src/com/gps/hibernate/TagssourceDAO.java 35 There is log block not surrounded by if
31811 src/com/gps/hibernate/TagssourceDAO.java 40 Avoid excessively long variable names like persistentInstance
31812 src/com/gps/hibernate/TagssourceDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
31813 src/com/gps/hibernate/TagssourceDAO.java 40 publicMethodCommentRequirement Required
31814 src/com/gps/hibernate/TagssourceDAO.java 41 There is log block not surrounded by if
31815 src/com/gps/hibernate/TagssourceDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31816 src/com/gps/hibernate/TagssourceDAO.java 43 Potential violation of Law of Demeter (method chain calls)
31817 src/com/gps/hibernate/TagssourceDAO.java 44 There is log block not surrounded by if
31818 src/com/gps/hibernate/TagssourceDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31819 src/com/gps/hibernate/TagssourceDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31820 src/com/gps/hibernate/TagssourceDAO.java 46 There is log block not surrounded by if
31821 src/com/gps/hibernate/TagssourceDAO.java 51 Avoid variables with short names like id
31822 src/com/gps/hibernate/TagssourceDAO.java 51 Parameter 'id' is not assigned and could be declared final
31823 src/com/gps/hibernate/TagssourceDAO.java 51 publicMethodCommentRequirement Required
31824 src/com/gps/hibernate/TagssourceDAO.java 52 There is log block not surrounded by if
31825 src/com/gps/hibernate/TagssourceDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31826 src/com/gps/hibernate/TagssourceDAO.java 54 Local variable 'instance' could be declared final
31827 src/com/gps/hibernate/TagssourceDAO.java 54 Potential violation of Law of Demeter (method chain calls)
31828 src/com/gps/hibernate/TagssourceDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31829 src/com/gps/hibernate/TagssourceDAO.java 58 There is log block not surrounded by if
31830 src/com/gps/hibernate/TagssourceDAO.java 63 Parameter 'instance' is not assigned and could be declared final
31831 src/com/gps/hibernate/TagssourceDAO.java 63 publicMethodCommentRequirement Required
31832 src/com/gps/hibernate/TagssourceDAO.java 64 There is log block not surrounded by if
31833 src/com/gps/hibernate/TagssourceDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31834 src/com/gps/hibernate/TagssourceDAO.java 66 Local variable 'results' could be declared final
31835 src/com/gps/hibernate/TagssourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
31836 src/com/gps/hibernate/TagssourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
31837 src/com/gps/hibernate/TagssourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
31838 src/com/gps/hibernate/TagssourceDAO.java 69 There is log block not surrounded by if
31839 src/com/gps/hibernate/TagssourceDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31840 src/com/gps/hibernate/TagssourceDAO.java 70 Potential violation of Law of Demeter (object not created locally)
31841 src/com/gps/hibernate/TagssourceDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31842 src/com/gps/hibernate/TagssourceDAO.java 73 There is log block not surrounded by if
31843 src/com/gps/hibernate/TagssourceDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
31844 src/com/gps/hibernate/TagssourceDAO.java 78 Parameter 'value' is not assigned and could be declared final
31845 src/com/gps/hibernate/TagssourceDAO.java 78 publicMethodCommentRequirement Required
31846 src/com/gps/hibernate/TagssourceDAO.java 79 There is log block not surrounded by if
31847 src/com/gps/hibernate/TagssourceDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31848 src/com/gps/hibernate/TagssourceDAO.java 82 Local variable 'queryString' could be declared final
31849 src/com/gps/hibernate/TagssourceDAO.java 84 Local variable 'queryObject' could be declared final
31850 src/com/gps/hibernate/TagssourceDAO.java 84 Potential violation of Law of Demeter (method chain calls)
31851 src/com/gps/hibernate/TagssourceDAO.java 85 Potential violation of Law of Demeter (object not created locally)
31852 src/com/gps/hibernate/TagssourceDAO.java 86 Potential violation of Law of Demeter (object not created locally)
31853 src/com/gps/hibernate/TagssourceDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31854 src/com/gps/hibernate/TagssourceDAO.java 88 There is log block not surrounded by if
31855 src/com/gps/hibernate/TagssourceDAO.java 93 Parameter 'parentSourceId' is not assigned and could be declared final
31856 src/com/gps/hibernate/TagssourceDAO.java 93 publicMethodCommentRequirement Required
31857 src/com/gps/hibernate/TagssourceDAO.java 97 Parameter 'name' is not assigned and could be declared final
31858 src/com/gps/hibernate/TagssourceDAO.java 97 publicMethodCommentRequirement Required
31859 src/com/gps/hibernate/TagssourceDAO.java 101 Parameter 'acronym' is not assigned and could be declared final
31860 src/com/gps/hibernate/TagssourceDAO.java 101 publicMethodCommentRequirement Required
31861 src/com/gps/hibernate/TagssourceDAO.java 105 publicMethodCommentRequirement Required
31862 src/com/gps/hibernate/TagssourceDAO.java 106 There is log block not surrounded by if
31863 src/com/gps/hibernate/TagssourceDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31864 src/com/gps/hibernate/TagssourceDAO.java 108 Local variable 'queryString' could be declared final
31865 src/com/gps/hibernate/TagssourceDAO.java 109 Local variable 'queryObject' could be declared final
31866 src/com/gps/hibernate/TagssourceDAO.java 109 Potential violation of Law of Demeter (method chain calls)
31867 src/com/gps/hibernate/TagssourceDAO.java 110 Potential violation of Law of Demeter (object not created locally)
31868 src/com/gps/hibernate/TagssourceDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31869 src/com/gps/hibernate/TagssourceDAO.java 112 There is log block not surrounded by if
31870 src/com/gps/hibernate/TagssourceDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
31871 src/com/gps/hibernate/TagssourceDAO.java 117 publicMethodCommentRequirement Required
31872 src/com/gps/hibernate/TagssourceDAO.java 118 There is log block not surrounded by if
31873 src/com/gps/hibernate/TagssourceDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31874 src/com/gps/hibernate/TagssourceDAO.java 120 Local variable 'result' could be declared final
31875 src/com/gps/hibernate/TagssourceDAO.java 120 Potential violation of Law of Demeter (method chain calls)
31876 src/com/gps/hibernate/TagssourceDAO.java 122 There is log block not surrounded by if
31877 src/com/gps/hibernate/TagssourceDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31878 src/com/gps/hibernate/TagssourceDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31879 src/com/gps/hibernate/TagssourceDAO.java 125 There is log block not surrounded by if
31880 src/com/gps/hibernate/TagssourceDAO.java 130 Parameter 'instance' is not assigned and could be declared final
31881 src/com/gps/hibernate/TagssourceDAO.java 130 publicMethodCommentRequirement Required
31882 src/com/gps/hibernate/TagssourceDAO.java 131 There is log block not surrounded by if
31883 src/com/gps/hibernate/TagssourceDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31884 src/com/gps/hibernate/TagssourceDAO.java 133 Potential violation of Law of Demeter (method chain calls)
31885 src/com/gps/hibernate/TagssourceDAO.java 134 There is log block not surrounded by if
31886 src/com/gps/hibernate/TagssourceDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31887 src/com/gps/hibernate/TagssourceDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31888 src/com/gps/hibernate/TagssourceDAO.java 136 There is log block not surrounded by if
31889 src/com/gps/hibernate/TagssourceDAO.java 141 Parameter 'instance' is not assigned and could be declared final
31890 src/com/gps/hibernate/TagssourceDAO.java 141 publicMethodCommentRequirement Required
31891 src/com/gps/hibernate/TagssourceDAO.java 142 There is log block not surrounded by if
31892 src/com/gps/hibernate/TagssourceDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31893 src/com/gps/hibernate/TagssourceDAO.java 144 Potential violation of Law of Demeter (method chain calls)
31894 src/com/gps/hibernate/TagssourceDAO.java 145 There is log block not surrounded by if
31895 src/com/gps/hibernate/TagssourceDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31896 src/com/gps/hibernate/TagssourceDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31897 src/com/gps/hibernate/TagssourceDAO.java 147 There is log block not surrounded by if
31898 src/com/gps/hibernate/Tagsvocabulary.java 11 Classes implementing Serializable should set a serialVersionUID
31899 src/com/gps/hibernate/Tagsvocabulary.java 15 fieldCommentRequirement Required
31900 src/com/gps/hibernate/Tagsvocabulary.java 16 fieldCommentRequirement Required
31901 src/com/gps/hibernate/Tagsvocabulary.java 17 fieldCommentRequirement Required
31902 src/com/gps/hibernate/Tagsvocabulary.java 18 fieldCommentRequirement Required
31903 src/com/gps/hibernate/Tagsvocabulary.java 19 fieldCommentRequirement Required
31904 src/com/gps/hibernate/Tagsvocabulary.java 20 fieldCommentRequirement Required
31905 src/com/gps/hibernate/Tagsvocabulary.java 21 fieldCommentRequirement Required
31906 src/com/gps/hibernate/Tagsvocabulary.java 22 fieldCommentRequirement Required
31907 src/com/gps/hibernate/Tagsvocabulary.java 23 fieldCommentRequirement Required
31908 src/com/gps/hibernate/Tagsvocabulary.java 24 fieldCommentRequirement Required
31909 src/com/gps/hibernate/Tagsvocabulary.java 29 Document empty constructor
31910 src/com/gps/hibernate/Tagsvocabulary.java 33 Parameter 'vocabularyId' is not assigned and could be declared final
31911 src/com/gps/hibernate/Tagsvocabulary.java 38 Avoid long parameter lists.
31912 src/com/gps/hibernate/Tagsvocabulary.java 38 Parameter 'companyId' is not assigned and could be declared final
31913 src/com/gps/hibernate/Tagsvocabulary.java 38 Parameter 'groupId' is not assigned and could be declared final
31914 src/com/gps/hibernate/Tagsvocabulary.java 38 Parameter 'vocabularyId' is not assigned and could be declared final
31915 src/com/gps/hibernate/Tagsvocabulary.java 39 Parameter 'createDate' is not assigned and could be declared final
31916 src/com/gps/hibernate/Tagsvocabulary.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
31917 src/com/gps/hibernate/Tagsvocabulary.java 39 Parameter 'userId' is not assigned and could be declared final
31918 src/com/gps/hibernate/Tagsvocabulary.java 39 Parameter 'userName' is not assigned and could be declared final
31919 src/com/gps/hibernate/Tagsvocabulary.java 40 Parameter 'description' is not assigned and could be declared final
31920 src/com/gps/hibernate/Tagsvocabulary.java 40 Parameter 'folksonomy' is not assigned and could be declared final
31921 src/com/gps/hibernate/Tagsvocabulary.java 40 Parameter 'name' is not assigned and could be declared final
31922 src/com/gps/hibernate/Tagsvocabulary.java 55 publicMethodCommentRequirement Required
31923 src/com/gps/hibernate/Tagsvocabulary.java 59 Parameter 'vocabularyId' is not assigned and could be declared final
31924 src/com/gps/hibernate/Tagsvocabulary.java 59 publicMethodCommentRequirement Required
31925 src/com/gps/hibernate/Tagsvocabulary.java 63 publicMethodCommentRequirement Required
31926 src/com/gps/hibernate/Tagsvocabulary.java 67 Parameter 'groupId' is not assigned and could be declared final
31927 src/com/gps/hibernate/Tagsvocabulary.java 67 publicMethodCommentRequirement Required
31928 src/com/gps/hibernate/Tagsvocabulary.java 71 publicMethodCommentRequirement Required
31929 src/com/gps/hibernate/Tagsvocabulary.java 75 Parameter 'companyId' is not assigned and could be declared final
31930 src/com/gps/hibernate/Tagsvocabulary.java 75 publicMethodCommentRequirement Required
31931 src/com/gps/hibernate/Tagsvocabulary.java 79 publicMethodCommentRequirement Required
31932 src/com/gps/hibernate/Tagsvocabulary.java 83 Parameter 'userId' is not assigned and could be declared final
31933 src/com/gps/hibernate/Tagsvocabulary.java 83 publicMethodCommentRequirement Required
31934 src/com/gps/hibernate/Tagsvocabulary.java 87 publicMethodCommentRequirement Required
31935 src/com/gps/hibernate/Tagsvocabulary.java 91 Parameter 'userName' is not assigned and could be declared final
31936 src/com/gps/hibernate/Tagsvocabulary.java 91 publicMethodCommentRequirement Required
31937 src/com/gps/hibernate/Tagsvocabulary.java 95 publicMethodCommentRequirement Required
31938 src/com/gps/hibernate/Tagsvocabulary.java 99 Parameter 'createDate' is not assigned and could be declared final
31939 src/com/gps/hibernate/Tagsvocabulary.java 99 publicMethodCommentRequirement Required
31940 src/com/gps/hibernate/Tagsvocabulary.java 103 publicMethodCommentRequirement Required
31941 src/com/gps/hibernate/Tagsvocabulary.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
31942 src/com/gps/hibernate/Tagsvocabulary.java 107 publicMethodCommentRequirement Required
31943 src/com/gps/hibernate/Tagsvocabulary.java 111 publicMethodCommentRequirement Required
31944 src/com/gps/hibernate/Tagsvocabulary.java 115 Parameter 'name' is not assigned and could be declared final
31945 src/com/gps/hibernate/Tagsvocabulary.java 115 publicMethodCommentRequirement Required
31946 src/com/gps/hibernate/Tagsvocabulary.java 119 publicMethodCommentRequirement Required
31947 src/com/gps/hibernate/Tagsvocabulary.java 123 Parameter 'description' is not assigned and could be declared final
31948 src/com/gps/hibernate/Tagsvocabulary.java 123 publicMethodCommentRequirement Required
31949 src/com/gps/hibernate/Tagsvocabulary.java 127 publicMethodCommentRequirement Required
31950 src/com/gps/hibernate/Tagsvocabulary.java 131 Parameter 'folksonomy' is not assigned and could be declared final
31951 src/com/gps/hibernate/Tagsvocabulary.java 131 publicMethodCommentRequirement Required
31952 src/com/gps/hibernate/TagsvocabularyDAO.java 3 Avoid unused imports such as 'java.util.Date'
31953 src/com/gps/hibernate/TagsvocabularyDAO.java 11 Comment is too large: Too many lines
31954 src/com/gps/hibernate/TagsvocabularyDAO.java 23 This class has too many methods, consider refactoring it.
31955 src/com/gps/hibernate/TagsvocabularyDAO.java 24 Logger should be defined private static final and have the correct class
31956 src/com/gps/hibernate/TagsvocabularyDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
31957 src/com/gps/hibernate/TagsvocabularyDAO.java 24 fieldCommentRequirement Required
31958 src/com/gps/hibernate/TagsvocabularyDAO.java 26 fieldCommentRequirement Required
31959 src/com/gps/hibernate/TagsvocabularyDAO.java 27 fieldCommentRequirement Required
31960 src/com/gps/hibernate/TagsvocabularyDAO.java 28 fieldCommentRequirement Required
31961 src/com/gps/hibernate/TagsvocabularyDAO.java 29 fieldCommentRequirement Required
31962 src/com/gps/hibernate/TagsvocabularyDAO.java 30 fieldCommentRequirement Required
31963 src/com/gps/hibernate/TagsvocabularyDAO.java 31 fieldCommentRequirement Required
31964 src/com/gps/hibernate/TagsvocabularyDAO.java 32 fieldCommentRequirement Required
31965 src/com/gps/hibernate/TagsvocabularyDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
31966 src/com/gps/hibernate/TagsvocabularyDAO.java 34 publicMethodCommentRequirement Required
31967 src/com/gps/hibernate/TagsvocabularyDAO.java 35 There is log block not surrounded by if
31968 src/com/gps/hibernate/TagsvocabularyDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31969 src/com/gps/hibernate/TagsvocabularyDAO.java 37 Potential violation of Law of Demeter (method chain calls)
31970 src/com/gps/hibernate/TagsvocabularyDAO.java 38 There is log block not surrounded by if
31971 src/com/gps/hibernate/TagsvocabularyDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31972 src/com/gps/hibernate/TagsvocabularyDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31973 src/com/gps/hibernate/TagsvocabularyDAO.java 40 There is log block not surrounded by if
31974 src/com/gps/hibernate/TagsvocabularyDAO.java 45 Avoid excessively long variable names like persistentInstance
31975 src/com/gps/hibernate/TagsvocabularyDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
31976 src/com/gps/hibernate/TagsvocabularyDAO.java 45 publicMethodCommentRequirement Required
31977 src/com/gps/hibernate/TagsvocabularyDAO.java 46 There is log block not surrounded by if
31978 src/com/gps/hibernate/TagsvocabularyDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31979 src/com/gps/hibernate/TagsvocabularyDAO.java 48 Potential violation of Law of Demeter (method chain calls)
31980 src/com/gps/hibernate/TagsvocabularyDAO.java 49 There is log block not surrounded by if
31981 src/com/gps/hibernate/TagsvocabularyDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31982 src/com/gps/hibernate/TagsvocabularyDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31983 src/com/gps/hibernate/TagsvocabularyDAO.java 51 There is log block not surrounded by if
31984 src/com/gps/hibernate/TagsvocabularyDAO.java 56 Avoid variables with short names like id
31985 src/com/gps/hibernate/TagsvocabularyDAO.java 56 Parameter 'id' is not assigned and could be declared final
31986 src/com/gps/hibernate/TagsvocabularyDAO.java 56 publicMethodCommentRequirement Required
31987 src/com/gps/hibernate/TagsvocabularyDAO.java 57 There is log block not surrounded by if
31988 src/com/gps/hibernate/TagsvocabularyDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31989 src/com/gps/hibernate/TagsvocabularyDAO.java 59 Local variable 'instance' could be declared final
31990 src/com/gps/hibernate/TagsvocabularyDAO.java 59 Potential violation of Law of Demeter (method chain calls)
31991 src/com/gps/hibernate/TagsvocabularyDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31992 src/com/gps/hibernate/TagsvocabularyDAO.java 63 There is log block not surrounded by if
31993 src/com/gps/hibernate/TagsvocabularyDAO.java 68 Parameter 'instance' is not assigned and could be declared final
31994 src/com/gps/hibernate/TagsvocabularyDAO.java 68 publicMethodCommentRequirement Required
31995 src/com/gps/hibernate/TagsvocabularyDAO.java 69 There is log block not surrounded by if
31996 src/com/gps/hibernate/TagsvocabularyDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31997 src/com/gps/hibernate/TagsvocabularyDAO.java 71 Local variable 'results' could be declared final
31998 src/com/gps/hibernate/TagsvocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
31999 src/com/gps/hibernate/TagsvocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
32000 src/com/gps/hibernate/TagsvocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
32001 src/com/gps/hibernate/TagsvocabularyDAO.java 74 There is log block not surrounded by if
32002 src/com/gps/hibernate/TagsvocabularyDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32003 src/com/gps/hibernate/TagsvocabularyDAO.java 75 Potential violation of Law of Demeter (object not created locally)
32004 src/com/gps/hibernate/TagsvocabularyDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32005 src/com/gps/hibernate/TagsvocabularyDAO.java 78 There is log block not surrounded by if
32006 src/com/gps/hibernate/TagsvocabularyDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
32007 src/com/gps/hibernate/TagsvocabularyDAO.java 83 Parameter 'value' is not assigned and could be declared final
32008 src/com/gps/hibernate/TagsvocabularyDAO.java 83 publicMethodCommentRequirement Required
32009 src/com/gps/hibernate/TagsvocabularyDAO.java 84 There is log block not surrounded by if
32010 src/com/gps/hibernate/TagsvocabularyDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32011 src/com/gps/hibernate/TagsvocabularyDAO.java 87 Local variable 'queryString' could be declared final
32012 src/com/gps/hibernate/TagsvocabularyDAO.java 89 Local variable 'queryObject' could be declared final
32013 src/com/gps/hibernate/TagsvocabularyDAO.java 89 Potential violation of Law of Demeter (method chain calls)
32014 src/com/gps/hibernate/TagsvocabularyDAO.java 90 Potential violation of Law of Demeter (object not created locally)
32015 src/com/gps/hibernate/TagsvocabularyDAO.java 91 Potential violation of Law of Demeter (object not created locally)
32016 src/com/gps/hibernate/TagsvocabularyDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32017 src/com/gps/hibernate/TagsvocabularyDAO.java 93 There is log block not surrounded by if
32018 src/com/gps/hibernate/TagsvocabularyDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
32019 src/com/gps/hibernate/TagsvocabularyDAO.java 98 publicMethodCommentRequirement Required
32020 src/com/gps/hibernate/TagsvocabularyDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
32021 src/com/gps/hibernate/TagsvocabularyDAO.java 102 publicMethodCommentRequirement Required
32022 src/com/gps/hibernate/TagsvocabularyDAO.java 106 Parameter 'userId' is not assigned and could be declared final
32023 src/com/gps/hibernate/TagsvocabularyDAO.java 106 publicMethodCommentRequirement Required
32024 src/com/gps/hibernate/TagsvocabularyDAO.java 110 Parameter 'userName' is not assigned and could be declared final
32025 src/com/gps/hibernate/TagsvocabularyDAO.java 110 publicMethodCommentRequirement Required
32026 src/com/gps/hibernate/TagsvocabularyDAO.java 114 Parameter 'name' is not assigned and could be declared final
32027 src/com/gps/hibernate/TagsvocabularyDAO.java 114 publicMethodCommentRequirement Required
32028 src/com/gps/hibernate/TagsvocabularyDAO.java 118 Parameter 'description' is not assigned and could be declared final
32029 src/com/gps/hibernate/TagsvocabularyDAO.java 118 publicMethodCommentRequirement Required
32030 src/com/gps/hibernate/TagsvocabularyDAO.java 122 Parameter 'folksonomy' is not assigned and could be declared final
32031 src/com/gps/hibernate/TagsvocabularyDAO.java 122 publicMethodCommentRequirement Required
32032 src/com/gps/hibernate/TagsvocabularyDAO.java 126 publicMethodCommentRequirement Required
32033 src/com/gps/hibernate/TagsvocabularyDAO.java 127 There is log block not surrounded by if
32034 src/com/gps/hibernate/TagsvocabularyDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32035 src/com/gps/hibernate/TagsvocabularyDAO.java 129 Local variable 'queryString' could be declared final
32036 src/com/gps/hibernate/TagsvocabularyDAO.java 130 Local variable 'queryObject' could be declared final
32037 src/com/gps/hibernate/TagsvocabularyDAO.java 130 Potential violation of Law of Demeter (method chain calls)
32038 src/com/gps/hibernate/TagsvocabularyDAO.java 131 Potential violation of Law of Demeter (object not created locally)
32039 src/com/gps/hibernate/TagsvocabularyDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32040 src/com/gps/hibernate/TagsvocabularyDAO.java 133 There is log block not surrounded by if
32041 src/com/gps/hibernate/TagsvocabularyDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
32042 src/com/gps/hibernate/TagsvocabularyDAO.java 138 publicMethodCommentRequirement Required
32043 src/com/gps/hibernate/TagsvocabularyDAO.java 139 There is log block not surrounded by if
32044 src/com/gps/hibernate/TagsvocabularyDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32045 src/com/gps/hibernate/TagsvocabularyDAO.java 141 Local variable 'result' could be declared final
32046 src/com/gps/hibernate/TagsvocabularyDAO.java 141 Potential violation of Law of Demeter (method chain calls)
32047 src/com/gps/hibernate/TagsvocabularyDAO.java 143 There is log block not surrounded by if
32048 src/com/gps/hibernate/TagsvocabularyDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32049 src/com/gps/hibernate/TagsvocabularyDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32050 src/com/gps/hibernate/TagsvocabularyDAO.java 146 There is log block not surrounded by if
32051 src/com/gps/hibernate/TagsvocabularyDAO.java 151 Parameter 'instance' is not assigned and could be declared final
32052 src/com/gps/hibernate/TagsvocabularyDAO.java 151 publicMethodCommentRequirement Required
32053 src/com/gps/hibernate/TagsvocabularyDAO.java 152 There is log block not surrounded by if
32054 src/com/gps/hibernate/TagsvocabularyDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32055 src/com/gps/hibernate/TagsvocabularyDAO.java 154 Potential violation of Law of Demeter (method chain calls)
32056 src/com/gps/hibernate/TagsvocabularyDAO.java 155 There is log block not surrounded by if
32057 src/com/gps/hibernate/TagsvocabularyDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32058 src/com/gps/hibernate/TagsvocabularyDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32059 src/com/gps/hibernate/TagsvocabularyDAO.java 157 There is log block not surrounded by if
32060 src/com/gps/hibernate/TagsvocabularyDAO.java 162 Parameter 'instance' is not assigned and could be declared final
32061 src/com/gps/hibernate/TagsvocabularyDAO.java 162 publicMethodCommentRequirement Required
32062 src/com/gps/hibernate/TagsvocabularyDAO.java 163 There is log block not surrounded by if
32063 src/com/gps/hibernate/TagsvocabularyDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32064 src/com/gps/hibernate/TagsvocabularyDAO.java 165 Potential violation of Law of Demeter (method chain calls)
32065 src/com/gps/hibernate/TagsvocabularyDAO.java 166 There is log block not surrounded by if
32066 src/com/gps/hibernate/TagsvocabularyDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32067 src/com/gps/hibernate/TagsvocabularyDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32068 src/com/gps/hibernate/TagsvocabularyDAO.java 168 There is log block not surrounded by if
32069 src/com/gps/hibernate/Tasksproposal.java 11 Classes implementing Serializable should set a serialVersionUID
32070 src/com/gps/hibernate/Tasksproposal.java 15 fieldCommentRequirement Required
32071 src/com/gps/hibernate/Tasksproposal.java 16 fieldCommentRequirement Required
32072 src/com/gps/hibernate/Tasksproposal.java 17 fieldCommentRequirement Required
32073 src/com/gps/hibernate/Tasksproposal.java 18 fieldCommentRequirement Required
32074 src/com/gps/hibernate/Tasksproposal.java 19 fieldCommentRequirement Required
32075 src/com/gps/hibernate/Tasksproposal.java 20 fieldCommentRequirement Required
32076 src/com/gps/hibernate/Tasksproposal.java 21 fieldCommentRequirement Required
32077 src/com/gps/hibernate/Tasksproposal.java 22 fieldCommentRequirement Required
32078 src/com/gps/hibernate/Tasksproposal.java 23 fieldCommentRequirement Required
32079 src/com/gps/hibernate/Tasksproposal.java 24 fieldCommentRequirement Required
32080 src/com/gps/hibernate/Tasksproposal.java 25 fieldCommentRequirement Required
32081 src/com/gps/hibernate/Tasksproposal.java 26 fieldCommentRequirement Required
32082 src/com/gps/hibernate/Tasksproposal.java 27 fieldCommentRequirement Required
32083 src/com/gps/hibernate/Tasksproposal.java 32 Document empty constructor
32084 src/com/gps/hibernate/Tasksproposal.java 36 Parameter 'proposalId' is not assigned and could be declared final
32085 src/com/gps/hibernate/Tasksproposal.java 41 Avoid long parameter lists.
32086 src/com/gps/hibernate/Tasksproposal.java 41 Parameter 'companyId' is not assigned and could be declared final
32087 src/com/gps/hibernate/Tasksproposal.java 41 Parameter 'groupId' is not assigned and could be declared final
32088 src/com/gps/hibernate/Tasksproposal.java 41 Parameter 'proposalId' is not assigned and could be declared final
32089 src/com/gps/hibernate/Tasksproposal.java 42 Parameter 'createDate' is not assigned and could be declared final
32090 src/com/gps/hibernate/Tasksproposal.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
32091 src/com/gps/hibernate/Tasksproposal.java 42 Parameter 'userId' is not assigned and could be declared final
32092 src/com/gps/hibernate/Tasksproposal.java 42 Parameter 'userName' is not assigned and could be declared final
32093 src/com/gps/hibernate/Tasksproposal.java 43 Parameter 'classNameId' is not assigned and could be declared final
32094 src/com/gps/hibernate/Tasksproposal.java 43 Parameter 'classPk' is not assigned and could be declared final
32095 src/com/gps/hibernate/Tasksproposal.java 43 Parameter 'description' is not assigned and could be declared final
32096 src/com/gps/hibernate/Tasksproposal.java 43 Parameter 'name' is not assigned and could be declared final
32097 src/com/gps/hibernate/Tasksproposal.java 44 Parameter 'dueDate' is not assigned and could be declared final
32098 src/com/gps/hibernate/Tasksproposal.java 44 Parameter 'publishDate' is not assigned and could be declared final
32099 src/com/gps/hibernate/Tasksproposal.java 62 publicMethodCommentRequirement Required
32100 src/com/gps/hibernate/Tasksproposal.java 66 Parameter 'proposalId' is not assigned and could be declared final
32101 src/com/gps/hibernate/Tasksproposal.java 66 publicMethodCommentRequirement Required
32102 src/com/gps/hibernate/Tasksproposal.java 70 publicMethodCommentRequirement Required
32103 src/com/gps/hibernate/Tasksproposal.java 74 Parameter 'groupId' is not assigned and could be declared final
32104 src/com/gps/hibernate/Tasksproposal.java 74 publicMethodCommentRequirement Required
32105 src/com/gps/hibernate/Tasksproposal.java 78 publicMethodCommentRequirement Required
32106 src/com/gps/hibernate/Tasksproposal.java 82 Parameter 'companyId' is not assigned and could be declared final
32107 src/com/gps/hibernate/Tasksproposal.java 82 publicMethodCommentRequirement Required
32108 src/com/gps/hibernate/Tasksproposal.java 86 publicMethodCommentRequirement Required
32109 src/com/gps/hibernate/Tasksproposal.java 90 Parameter 'userId' is not assigned and could be declared final
32110 src/com/gps/hibernate/Tasksproposal.java 90 publicMethodCommentRequirement Required
32111 src/com/gps/hibernate/Tasksproposal.java 94 publicMethodCommentRequirement Required
32112 src/com/gps/hibernate/Tasksproposal.java 98 Parameter 'userName' is not assigned and could be declared final
32113 src/com/gps/hibernate/Tasksproposal.java 98 publicMethodCommentRequirement Required
32114 src/com/gps/hibernate/Tasksproposal.java 102 publicMethodCommentRequirement Required
32115 src/com/gps/hibernate/Tasksproposal.java 106 Parameter 'createDate' is not assigned and could be declared final
32116 src/com/gps/hibernate/Tasksproposal.java 106 publicMethodCommentRequirement Required
32117 src/com/gps/hibernate/Tasksproposal.java 110 publicMethodCommentRequirement Required
32118 src/com/gps/hibernate/Tasksproposal.java 114 Parameter 'modifiedDate' is not assigned and could be declared final
32119 src/com/gps/hibernate/Tasksproposal.java 114 publicMethodCommentRequirement Required
32120 src/com/gps/hibernate/Tasksproposal.java 118 publicMethodCommentRequirement Required
32121 src/com/gps/hibernate/Tasksproposal.java 122 Parameter 'classNameId' is not assigned and could be declared final
32122 src/com/gps/hibernate/Tasksproposal.java 122 publicMethodCommentRequirement Required
32123 src/com/gps/hibernate/Tasksproposal.java 126 publicMethodCommentRequirement Required
32124 src/com/gps/hibernate/Tasksproposal.java 130 Parameter 'classPk' is not assigned and could be declared final
32125 src/com/gps/hibernate/Tasksproposal.java 130 publicMethodCommentRequirement Required
32126 src/com/gps/hibernate/Tasksproposal.java 134 publicMethodCommentRequirement Required
32127 src/com/gps/hibernate/Tasksproposal.java 138 Parameter 'name' is not assigned and could be declared final
32128 src/com/gps/hibernate/Tasksproposal.java 138 publicMethodCommentRequirement Required
32129 src/com/gps/hibernate/Tasksproposal.java 142 publicMethodCommentRequirement Required
32130 src/com/gps/hibernate/Tasksproposal.java 146 Parameter 'description' is not assigned and could be declared final
32131 src/com/gps/hibernate/Tasksproposal.java 146 publicMethodCommentRequirement Required
32132 src/com/gps/hibernate/Tasksproposal.java 150 publicMethodCommentRequirement Required
32133 src/com/gps/hibernate/Tasksproposal.java 154 Parameter 'publishDate' is not assigned and could be declared final
32134 src/com/gps/hibernate/Tasksproposal.java 154 publicMethodCommentRequirement Required
32135 src/com/gps/hibernate/Tasksproposal.java 158 publicMethodCommentRequirement Required
32136 src/com/gps/hibernate/Tasksproposal.java 162 Parameter 'dueDate' is not assigned and could be declared final
32137 src/com/gps/hibernate/Tasksproposal.java 162 publicMethodCommentRequirement Required
32138 src/com/gps/hibernate/TasksproposalDAO.java 3 Avoid unused imports such as 'java.util.Date'
32139 src/com/gps/hibernate/TasksproposalDAO.java 11 Comment is too large: Too many lines
32140 src/com/gps/hibernate/TasksproposalDAO.java 23 This class has too many methods, consider refactoring it.
32141 src/com/gps/hibernate/TasksproposalDAO.java 24 Logger should be defined private static final and have the correct class
32142 src/com/gps/hibernate/TasksproposalDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
32143 src/com/gps/hibernate/TasksproposalDAO.java 24 fieldCommentRequirement Required
32144 src/com/gps/hibernate/TasksproposalDAO.java 26 fieldCommentRequirement Required
32145 src/com/gps/hibernate/TasksproposalDAO.java 27 fieldCommentRequirement Required
32146 src/com/gps/hibernate/TasksproposalDAO.java 28 fieldCommentRequirement Required
32147 src/com/gps/hibernate/TasksproposalDAO.java 29 fieldCommentRequirement Required
32148 src/com/gps/hibernate/TasksproposalDAO.java 30 fieldCommentRequirement Required
32149 src/com/gps/hibernate/TasksproposalDAO.java 31 fieldCommentRequirement Required
32150 src/com/gps/hibernate/TasksproposalDAO.java 32 fieldCommentRequirement Required
32151 src/com/gps/hibernate/TasksproposalDAO.java 33 fieldCommentRequirement Required
32152 src/com/gps/hibernate/TasksproposalDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
32153 src/com/gps/hibernate/TasksproposalDAO.java 35 publicMethodCommentRequirement Required
32154 src/com/gps/hibernate/TasksproposalDAO.java 36 There is log block not surrounded by if
32155 src/com/gps/hibernate/TasksproposalDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32156 src/com/gps/hibernate/TasksproposalDAO.java 38 Potential violation of Law of Demeter (method chain calls)
32157 src/com/gps/hibernate/TasksproposalDAO.java 39 There is log block not surrounded by if
32158 src/com/gps/hibernate/TasksproposalDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32159 src/com/gps/hibernate/TasksproposalDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32160 src/com/gps/hibernate/TasksproposalDAO.java 41 There is log block not surrounded by if
32161 src/com/gps/hibernate/TasksproposalDAO.java 46 Avoid excessively long variable names like persistentInstance
32162 src/com/gps/hibernate/TasksproposalDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
32163 src/com/gps/hibernate/TasksproposalDAO.java 46 publicMethodCommentRequirement Required
32164 src/com/gps/hibernate/TasksproposalDAO.java 47 There is log block not surrounded by if
32165 src/com/gps/hibernate/TasksproposalDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32166 src/com/gps/hibernate/TasksproposalDAO.java 49 Potential violation of Law of Demeter (method chain calls)
32167 src/com/gps/hibernate/TasksproposalDAO.java 50 There is log block not surrounded by if
32168 src/com/gps/hibernate/TasksproposalDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32169 src/com/gps/hibernate/TasksproposalDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32170 src/com/gps/hibernate/TasksproposalDAO.java 52 There is log block not surrounded by if
32171 src/com/gps/hibernate/TasksproposalDAO.java 57 Avoid variables with short names like id
32172 src/com/gps/hibernate/TasksproposalDAO.java 57 Parameter 'id' is not assigned and could be declared final
32173 src/com/gps/hibernate/TasksproposalDAO.java 57 publicMethodCommentRequirement Required
32174 src/com/gps/hibernate/TasksproposalDAO.java 58 There is log block not surrounded by if
32175 src/com/gps/hibernate/TasksproposalDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32176 src/com/gps/hibernate/TasksproposalDAO.java 60 Local variable 'instance' could be declared final
32177 src/com/gps/hibernate/TasksproposalDAO.java 60 Potential violation of Law of Demeter (method chain calls)
32178 src/com/gps/hibernate/TasksproposalDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32179 src/com/gps/hibernate/TasksproposalDAO.java 64 There is log block not surrounded by if
32180 src/com/gps/hibernate/TasksproposalDAO.java 69 Parameter 'instance' is not assigned and could be declared final
32181 src/com/gps/hibernate/TasksproposalDAO.java 69 publicMethodCommentRequirement Required
32182 src/com/gps/hibernate/TasksproposalDAO.java 70 There is log block not surrounded by if
32183 src/com/gps/hibernate/TasksproposalDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32184 src/com/gps/hibernate/TasksproposalDAO.java 72 Local variable 'results' could be declared final
32185 src/com/gps/hibernate/TasksproposalDAO.java 72 Potential violation of Law of Demeter (method chain calls)
32186 src/com/gps/hibernate/TasksproposalDAO.java 72 Potential violation of Law of Demeter (method chain calls)
32187 src/com/gps/hibernate/TasksproposalDAO.java 72 Potential violation of Law of Demeter (method chain calls)
32188 src/com/gps/hibernate/TasksproposalDAO.java 75 There is log block not surrounded by if
32189 src/com/gps/hibernate/TasksproposalDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32190 src/com/gps/hibernate/TasksproposalDAO.java 76 Potential violation of Law of Demeter (object not created locally)
32191 src/com/gps/hibernate/TasksproposalDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32192 src/com/gps/hibernate/TasksproposalDAO.java 79 There is log block not surrounded by if
32193 src/com/gps/hibernate/TasksproposalDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
32194 src/com/gps/hibernate/TasksproposalDAO.java 84 Parameter 'value' is not assigned and could be declared final
32195 src/com/gps/hibernate/TasksproposalDAO.java 84 publicMethodCommentRequirement Required
32196 src/com/gps/hibernate/TasksproposalDAO.java 85 There is log block not surrounded by if
32197 src/com/gps/hibernate/TasksproposalDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32198 src/com/gps/hibernate/TasksproposalDAO.java 88 Local variable 'queryString' could be declared final
32199 src/com/gps/hibernate/TasksproposalDAO.java 90 Local variable 'queryObject' could be declared final
32200 src/com/gps/hibernate/TasksproposalDAO.java 90 Potential violation of Law of Demeter (method chain calls)
32201 src/com/gps/hibernate/TasksproposalDAO.java 91 Potential violation of Law of Demeter (object not created locally)
32202 src/com/gps/hibernate/TasksproposalDAO.java 92 Potential violation of Law of Demeter (object not created locally)
32203 src/com/gps/hibernate/TasksproposalDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32204 src/com/gps/hibernate/TasksproposalDAO.java 94 There is log block not surrounded by if
32205 src/com/gps/hibernate/TasksproposalDAO.java 99 Parameter 'groupId' is not assigned and could be declared final
32206 src/com/gps/hibernate/TasksproposalDAO.java 99 publicMethodCommentRequirement Required
32207 src/com/gps/hibernate/TasksproposalDAO.java 103 Parameter 'companyId' is not assigned and could be declared final
32208 src/com/gps/hibernate/TasksproposalDAO.java 103 publicMethodCommentRequirement Required
32209 src/com/gps/hibernate/TasksproposalDAO.java 107 Parameter 'userId' is not assigned and could be declared final
32210 src/com/gps/hibernate/TasksproposalDAO.java 107 publicMethodCommentRequirement Required
32211 src/com/gps/hibernate/TasksproposalDAO.java 111 Parameter 'userName' is not assigned and could be declared final
32212 src/com/gps/hibernate/TasksproposalDAO.java 111 publicMethodCommentRequirement Required
32213 src/com/gps/hibernate/TasksproposalDAO.java 115 Parameter 'classNameId' is not assigned and could be declared final
32214 src/com/gps/hibernate/TasksproposalDAO.java 115 publicMethodCommentRequirement Required
32215 src/com/gps/hibernate/TasksproposalDAO.java 119 Parameter 'classPk' is not assigned and could be declared final
32216 src/com/gps/hibernate/TasksproposalDAO.java 119 publicMethodCommentRequirement Required
32217 src/com/gps/hibernate/TasksproposalDAO.java 123 Parameter 'name' is not assigned and could be declared final
32218 src/com/gps/hibernate/TasksproposalDAO.java 123 publicMethodCommentRequirement Required
32219 src/com/gps/hibernate/TasksproposalDAO.java 127 Parameter 'description' is not assigned and could be declared final
32220 src/com/gps/hibernate/TasksproposalDAO.java 127 publicMethodCommentRequirement Required
32221 src/com/gps/hibernate/TasksproposalDAO.java 131 publicMethodCommentRequirement Required
32222 src/com/gps/hibernate/TasksproposalDAO.java 132 There is log block not surrounded by if
32223 src/com/gps/hibernate/TasksproposalDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32224 src/com/gps/hibernate/TasksproposalDAO.java 134 Local variable 'queryString' could be declared final
32225 src/com/gps/hibernate/TasksproposalDAO.java 135 Local variable 'queryObject' could be declared final
32226 src/com/gps/hibernate/TasksproposalDAO.java 135 Potential violation of Law of Demeter (method chain calls)
32227 src/com/gps/hibernate/TasksproposalDAO.java 136 Potential violation of Law of Demeter (object not created locally)
32228 src/com/gps/hibernate/TasksproposalDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32229 src/com/gps/hibernate/TasksproposalDAO.java 138 There is log block not surrounded by if
32230 src/com/gps/hibernate/TasksproposalDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
32231 src/com/gps/hibernate/TasksproposalDAO.java 143 publicMethodCommentRequirement Required
32232 src/com/gps/hibernate/TasksproposalDAO.java 144 There is log block not surrounded by if
32233 src/com/gps/hibernate/TasksproposalDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32234 src/com/gps/hibernate/TasksproposalDAO.java 146 Local variable 'result' could be declared final
32235 src/com/gps/hibernate/TasksproposalDAO.java 146 Potential violation of Law of Demeter (method chain calls)
32236 src/com/gps/hibernate/TasksproposalDAO.java 148 There is log block not surrounded by if
32237 src/com/gps/hibernate/TasksproposalDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32238 src/com/gps/hibernate/TasksproposalDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32239 src/com/gps/hibernate/TasksproposalDAO.java 151 There is log block not surrounded by if
32240 src/com/gps/hibernate/TasksproposalDAO.java 156 Parameter 'instance' is not assigned and could be declared final
32241 src/com/gps/hibernate/TasksproposalDAO.java 156 publicMethodCommentRequirement Required
32242 src/com/gps/hibernate/TasksproposalDAO.java 157 There is log block not surrounded by if
32243 src/com/gps/hibernate/TasksproposalDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32244 src/com/gps/hibernate/TasksproposalDAO.java 159 Potential violation of Law of Demeter (method chain calls)
32245 src/com/gps/hibernate/TasksproposalDAO.java 160 There is log block not surrounded by if
32246 src/com/gps/hibernate/TasksproposalDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32247 src/com/gps/hibernate/TasksproposalDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32248 src/com/gps/hibernate/TasksproposalDAO.java 162 There is log block not surrounded by if
32249 src/com/gps/hibernate/TasksproposalDAO.java 167 Parameter 'instance' is not assigned and could be declared final
32250 src/com/gps/hibernate/TasksproposalDAO.java 167 publicMethodCommentRequirement Required
32251 src/com/gps/hibernate/TasksproposalDAO.java 168 There is log block not surrounded by if
32252 src/com/gps/hibernate/TasksproposalDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32253 src/com/gps/hibernate/TasksproposalDAO.java 170 Potential violation of Law of Demeter (method chain calls)
32254 src/com/gps/hibernate/TasksproposalDAO.java 171 There is log block not surrounded by if
32255 src/com/gps/hibernate/TasksproposalDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32256 src/com/gps/hibernate/TasksproposalDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32257 src/com/gps/hibernate/TasksproposalDAO.java 173 There is log block not surrounded by if
32258 src/com/gps/hibernate/Tasksreview.java 11 Classes implementing Serializable should set a serialVersionUID
32259 src/com/gps/hibernate/Tasksreview.java 15 fieldCommentRequirement Required
32260 src/com/gps/hibernate/Tasksreview.java 16 fieldCommentRequirement Required
32261 src/com/gps/hibernate/Tasksreview.java 17 fieldCommentRequirement Required
32262 src/com/gps/hibernate/Tasksreview.java 18 fieldCommentRequirement Required
32263 src/com/gps/hibernate/Tasksreview.java 19 fieldCommentRequirement Required
32264 src/com/gps/hibernate/Tasksreview.java 20 fieldCommentRequirement Required
32265 src/com/gps/hibernate/Tasksreview.java 21 fieldCommentRequirement Required
32266 src/com/gps/hibernate/Tasksreview.java 22 fieldCommentRequirement Required
32267 src/com/gps/hibernate/Tasksreview.java 23 fieldCommentRequirement Required
32268 src/com/gps/hibernate/Tasksreview.java 24 Avoid excessively long variable names like assignedByUserName
32269 src/com/gps/hibernate/Tasksreview.java 24 fieldCommentRequirement Required
32270 src/com/gps/hibernate/Tasksreview.java 25 fieldCommentRequirement Required
32271 src/com/gps/hibernate/Tasksreview.java 26 fieldCommentRequirement Required
32272 src/com/gps/hibernate/Tasksreview.java 27 fieldCommentRequirement Required
32273 src/com/gps/hibernate/Tasksreview.java 32 Document empty constructor
32274 src/com/gps/hibernate/Tasksreview.java 36 Parameter 'reviewId' is not assigned and could be declared final
32275 src/com/gps/hibernate/Tasksreview.java 41 Avoid long parameter lists.
32276 src/com/gps/hibernate/Tasksreview.java 41 Parameter 'companyId' is not assigned and could be declared final
32277 src/com/gps/hibernate/Tasksreview.java 41 Parameter 'groupId' is not assigned and could be declared final
32278 src/com/gps/hibernate/Tasksreview.java 41 Parameter 'reviewId' is not assigned and could be declared final
32279 src/com/gps/hibernate/Tasksreview.java 42 Parameter 'createDate' is not assigned and could be declared final
32280 src/com/gps/hibernate/Tasksreview.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
32281 src/com/gps/hibernate/Tasksreview.java 42 Parameter 'userId' is not assigned and could be declared final
32282 src/com/gps/hibernate/Tasksreview.java 42 Parameter 'userName' is not assigned and could be declared final
32283 src/com/gps/hibernate/Tasksreview.java 43 Avoid excessively long variable names like assignedByUserName
32284 src/com/gps/hibernate/Tasksreview.java 43 Parameter 'assignedByUserId' is not assigned and could be declared final
32285 src/com/gps/hibernate/Tasksreview.java 43 Parameter 'assignedByUserName' is not assigned and could be declared final
32286 src/com/gps/hibernate/Tasksreview.java 43 Parameter 'proposalId' is not assigned and could be declared final
32287 src/com/gps/hibernate/Tasksreview.java 44 Parameter 'completed' is not assigned and could be declared final
32288 src/com/gps/hibernate/Tasksreview.java 44 Parameter 'rejected' is not assigned and could be declared final
32289 src/com/gps/hibernate/Tasksreview.java 44 Parameter 'stage' is not assigned and could be declared final
32290 src/com/gps/hibernate/Tasksreview.java 62 publicMethodCommentRequirement Required
32291 src/com/gps/hibernate/Tasksreview.java 66 Parameter 'reviewId' is not assigned and could be declared final
32292 src/com/gps/hibernate/Tasksreview.java 66 publicMethodCommentRequirement Required
32293 src/com/gps/hibernate/Tasksreview.java 70 publicMethodCommentRequirement Required
32294 src/com/gps/hibernate/Tasksreview.java 74 Parameter 'groupId' is not assigned and could be declared final
32295 src/com/gps/hibernate/Tasksreview.java 74 publicMethodCommentRequirement Required
32296 src/com/gps/hibernate/Tasksreview.java 78 publicMethodCommentRequirement Required
32297 src/com/gps/hibernate/Tasksreview.java 82 Parameter 'companyId' is not assigned and could be declared final
32298 src/com/gps/hibernate/Tasksreview.java 82 publicMethodCommentRequirement Required
32299 src/com/gps/hibernate/Tasksreview.java 86 publicMethodCommentRequirement Required
32300 src/com/gps/hibernate/Tasksreview.java 90 Parameter 'userId' is not assigned and could be declared final
32301 src/com/gps/hibernate/Tasksreview.java 90 publicMethodCommentRequirement Required
32302 src/com/gps/hibernate/Tasksreview.java 94 publicMethodCommentRequirement Required
32303 src/com/gps/hibernate/Tasksreview.java 98 Parameter 'userName' is not assigned and could be declared final
32304 src/com/gps/hibernate/Tasksreview.java 98 publicMethodCommentRequirement Required
32305 src/com/gps/hibernate/Tasksreview.java 102 publicMethodCommentRequirement Required
32306 src/com/gps/hibernate/Tasksreview.java 106 Parameter 'createDate' is not assigned and could be declared final
32307 src/com/gps/hibernate/Tasksreview.java 106 publicMethodCommentRequirement Required
32308 src/com/gps/hibernate/Tasksreview.java 110 publicMethodCommentRequirement Required
32309 src/com/gps/hibernate/Tasksreview.java 114 Parameter 'modifiedDate' is not assigned and could be declared final
32310 src/com/gps/hibernate/Tasksreview.java 114 publicMethodCommentRequirement Required
32311 src/com/gps/hibernate/Tasksreview.java 118 publicMethodCommentRequirement Required
32312 src/com/gps/hibernate/Tasksreview.java 122 Parameter 'proposalId' is not assigned and could be declared final
32313 src/com/gps/hibernate/Tasksreview.java 122 publicMethodCommentRequirement Required
32314 src/com/gps/hibernate/Tasksreview.java 126 publicMethodCommentRequirement Required
32315 src/com/gps/hibernate/Tasksreview.java 130 Parameter 'assignedByUserId' is not assigned and could be declared final
32316 src/com/gps/hibernate/Tasksreview.java 130 publicMethodCommentRequirement Required
32317 src/com/gps/hibernate/Tasksreview.java 134 publicMethodCommentRequirement Required
32318 src/com/gps/hibernate/Tasksreview.java 138 Avoid excessively long variable names like assignedByUserName
32319 src/com/gps/hibernate/Tasksreview.java 138 Parameter 'assignedByUserName' is not assigned and could be declared final
32320 src/com/gps/hibernate/Tasksreview.java 138 publicMethodCommentRequirement Required
32321 src/com/gps/hibernate/Tasksreview.java 142 publicMethodCommentRequirement Required
32322 src/com/gps/hibernate/Tasksreview.java 146 Parameter 'stage' is not assigned and could be declared final
32323 src/com/gps/hibernate/Tasksreview.java 146 publicMethodCommentRequirement Required
32324 src/com/gps/hibernate/Tasksreview.java 150 publicMethodCommentRequirement Required
32325 src/com/gps/hibernate/Tasksreview.java 154 Parameter 'completed' is not assigned and could be declared final
32326 src/com/gps/hibernate/Tasksreview.java 154 publicMethodCommentRequirement Required
32327 src/com/gps/hibernate/Tasksreview.java 158 publicMethodCommentRequirement Required
32328 src/com/gps/hibernate/Tasksreview.java 162 Parameter 'rejected' is not assigned and could be declared final
32329 src/com/gps/hibernate/Tasksreview.java 162 publicMethodCommentRequirement Required
32330 src/com/gps/hibernate/TasksreviewDAO.java 3 Avoid unused imports such as 'java.util.Date'
32331 src/com/gps/hibernate/TasksreviewDAO.java 11 Comment is too large: Too many lines
32332 src/com/gps/hibernate/TasksreviewDAO.java 23 This class has too many methods, consider refactoring it.
32333 src/com/gps/hibernate/TasksreviewDAO.java 24 Logger should be defined private static final and have the correct class
32334 src/com/gps/hibernate/TasksreviewDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
32335 src/com/gps/hibernate/TasksreviewDAO.java 24 fieldCommentRequirement Required
32336 src/com/gps/hibernate/TasksreviewDAO.java 26 fieldCommentRequirement Required
32337 src/com/gps/hibernate/TasksreviewDAO.java 27 fieldCommentRequirement Required
32338 src/com/gps/hibernate/TasksreviewDAO.java 28 fieldCommentRequirement Required
32339 src/com/gps/hibernate/TasksreviewDAO.java 29 fieldCommentRequirement Required
32340 src/com/gps/hibernate/TasksreviewDAO.java 30 fieldCommentRequirement Required
32341 src/com/gps/hibernate/TasksreviewDAO.java 31 Avoid excessively long variable names like ASSIGNED_BY_USER_ID
32342 src/com/gps/hibernate/TasksreviewDAO.java 31 fieldCommentRequirement Required
32343 src/com/gps/hibernate/TasksreviewDAO.java 32 Avoid excessively long variable names like ASSIGNED_BY_USER_NAME
32344 src/com/gps/hibernate/TasksreviewDAO.java 32 fieldCommentRequirement Required
32345 src/com/gps/hibernate/TasksreviewDAO.java 33 fieldCommentRequirement Required
32346 src/com/gps/hibernate/TasksreviewDAO.java 34 fieldCommentRequirement Required
32347 src/com/gps/hibernate/TasksreviewDAO.java 35 fieldCommentRequirement Required
32348 src/com/gps/hibernate/TasksreviewDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
32349 src/com/gps/hibernate/TasksreviewDAO.java 37 publicMethodCommentRequirement Required
32350 src/com/gps/hibernate/TasksreviewDAO.java 38 There is log block not surrounded by if
32351 src/com/gps/hibernate/TasksreviewDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32352 src/com/gps/hibernate/TasksreviewDAO.java 40 Potential violation of Law of Demeter (method chain calls)
32353 src/com/gps/hibernate/TasksreviewDAO.java 41 There is log block not surrounded by if
32354 src/com/gps/hibernate/TasksreviewDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32355 src/com/gps/hibernate/TasksreviewDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32356 src/com/gps/hibernate/TasksreviewDAO.java 43 There is log block not surrounded by if
32357 src/com/gps/hibernate/TasksreviewDAO.java 48 Avoid excessively long variable names like persistentInstance
32358 src/com/gps/hibernate/TasksreviewDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
32359 src/com/gps/hibernate/TasksreviewDAO.java 48 publicMethodCommentRequirement Required
32360 src/com/gps/hibernate/TasksreviewDAO.java 49 There is log block not surrounded by if
32361 src/com/gps/hibernate/TasksreviewDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32362 src/com/gps/hibernate/TasksreviewDAO.java 51 Potential violation of Law of Demeter (method chain calls)
32363 src/com/gps/hibernate/TasksreviewDAO.java 52 There is log block not surrounded by if
32364 src/com/gps/hibernate/TasksreviewDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32365 src/com/gps/hibernate/TasksreviewDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32366 src/com/gps/hibernate/TasksreviewDAO.java 54 There is log block not surrounded by if
32367 src/com/gps/hibernate/TasksreviewDAO.java 59 Avoid variables with short names like id
32368 src/com/gps/hibernate/TasksreviewDAO.java 59 Parameter 'id' is not assigned and could be declared final
32369 src/com/gps/hibernate/TasksreviewDAO.java 59 publicMethodCommentRequirement Required
32370 src/com/gps/hibernate/TasksreviewDAO.java 60 There is log block not surrounded by if
32371 src/com/gps/hibernate/TasksreviewDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32372 src/com/gps/hibernate/TasksreviewDAO.java 62 Local variable 'instance' could be declared final
32373 src/com/gps/hibernate/TasksreviewDAO.java 62 Potential violation of Law of Demeter (method chain calls)
32374 src/com/gps/hibernate/TasksreviewDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32375 src/com/gps/hibernate/TasksreviewDAO.java 66 There is log block not surrounded by if
32376 src/com/gps/hibernate/TasksreviewDAO.java 71 Parameter 'instance' is not assigned and could be declared final
32377 src/com/gps/hibernate/TasksreviewDAO.java 71 publicMethodCommentRequirement Required
32378 src/com/gps/hibernate/TasksreviewDAO.java 72 There is log block not surrounded by if
32379 src/com/gps/hibernate/TasksreviewDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32380 src/com/gps/hibernate/TasksreviewDAO.java 74 Local variable 'results' could be declared final
32381 src/com/gps/hibernate/TasksreviewDAO.java 74 Potential violation of Law of Demeter (method chain calls)
32382 src/com/gps/hibernate/TasksreviewDAO.java 74 Potential violation of Law of Demeter (method chain calls)
32383 src/com/gps/hibernate/TasksreviewDAO.java 74 Potential violation of Law of Demeter (method chain calls)
32384 src/com/gps/hibernate/TasksreviewDAO.java 77 There is log block not surrounded by if
32385 src/com/gps/hibernate/TasksreviewDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32386 src/com/gps/hibernate/TasksreviewDAO.java 78 Potential violation of Law of Demeter (object not created locally)
32387 src/com/gps/hibernate/TasksreviewDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32388 src/com/gps/hibernate/TasksreviewDAO.java 81 There is log block not surrounded by if
32389 src/com/gps/hibernate/TasksreviewDAO.java 86 Parameter 'propertyName' is not assigned and could be declared final
32390 src/com/gps/hibernate/TasksreviewDAO.java 86 Parameter 'value' is not assigned and could be declared final
32391 src/com/gps/hibernate/TasksreviewDAO.java 86 publicMethodCommentRequirement Required
32392 src/com/gps/hibernate/TasksreviewDAO.java 87 There is log block not surrounded by if
32393 src/com/gps/hibernate/TasksreviewDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32394 src/com/gps/hibernate/TasksreviewDAO.java 90 Local variable 'queryString' could be declared final
32395 src/com/gps/hibernate/TasksreviewDAO.java 92 Local variable 'queryObject' could be declared final
32396 src/com/gps/hibernate/TasksreviewDAO.java 92 Potential violation of Law of Demeter (method chain calls)
32397 src/com/gps/hibernate/TasksreviewDAO.java 93 Potential violation of Law of Demeter (object not created locally)
32398 src/com/gps/hibernate/TasksreviewDAO.java 94 Potential violation of Law of Demeter (object not created locally)
32399 src/com/gps/hibernate/TasksreviewDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32400 src/com/gps/hibernate/TasksreviewDAO.java 96 There is log block not surrounded by if
32401 src/com/gps/hibernate/TasksreviewDAO.java 101 Parameter 'groupId' is not assigned and could be declared final
32402 src/com/gps/hibernate/TasksreviewDAO.java 101 publicMethodCommentRequirement Required
32403 src/com/gps/hibernate/TasksreviewDAO.java 105 Parameter 'companyId' is not assigned and could be declared final
32404 src/com/gps/hibernate/TasksreviewDAO.java 105 publicMethodCommentRequirement Required
32405 src/com/gps/hibernate/TasksreviewDAO.java 109 Parameter 'userId' is not assigned and could be declared final
32406 src/com/gps/hibernate/TasksreviewDAO.java 109 publicMethodCommentRequirement Required
32407 src/com/gps/hibernate/TasksreviewDAO.java 113 Parameter 'userName' is not assigned and could be declared final
32408 src/com/gps/hibernate/TasksreviewDAO.java 113 publicMethodCommentRequirement Required
32409 src/com/gps/hibernate/TasksreviewDAO.java 117 Parameter 'proposalId' is not assigned and could be declared final
32410 src/com/gps/hibernate/TasksreviewDAO.java 117 publicMethodCommentRequirement Required
32411 src/com/gps/hibernate/TasksreviewDAO.java 121 Parameter 'assignedByUserId' is not assigned and could be declared final
32412 src/com/gps/hibernate/TasksreviewDAO.java 121 publicMethodCommentRequirement Required
32413 src/com/gps/hibernate/TasksreviewDAO.java 125 Avoid excessively long variable names like assignedByUserName
32414 src/com/gps/hibernate/TasksreviewDAO.java 125 Parameter 'assignedByUserName' is not assigned and could be declared final
32415 src/com/gps/hibernate/TasksreviewDAO.java 125 publicMethodCommentRequirement Required
32416 src/com/gps/hibernate/TasksreviewDAO.java 129 Parameter 'stage' is not assigned and could be declared final
32417 src/com/gps/hibernate/TasksreviewDAO.java 129 publicMethodCommentRequirement Required
32418 src/com/gps/hibernate/TasksreviewDAO.java 133 Parameter 'completed' is not assigned and could be declared final
32419 src/com/gps/hibernate/TasksreviewDAO.java 133 publicMethodCommentRequirement Required
32420 src/com/gps/hibernate/TasksreviewDAO.java 137 Parameter 'rejected' is not assigned and could be declared final
32421 src/com/gps/hibernate/TasksreviewDAO.java 137 publicMethodCommentRequirement Required
32422 src/com/gps/hibernate/TasksreviewDAO.java 141 publicMethodCommentRequirement Required
32423 src/com/gps/hibernate/TasksreviewDAO.java 142 There is log block not surrounded by if
32424 src/com/gps/hibernate/TasksreviewDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32425 src/com/gps/hibernate/TasksreviewDAO.java 144 Local variable 'queryString' could be declared final
32426 src/com/gps/hibernate/TasksreviewDAO.java 145 Local variable 'queryObject' could be declared final
32427 src/com/gps/hibernate/TasksreviewDAO.java 145 Potential violation of Law of Demeter (method chain calls)
32428 src/com/gps/hibernate/TasksreviewDAO.java 146 Potential violation of Law of Demeter (object not created locally)
32429 src/com/gps/hibernate/TasksreviewDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32430 src/com/gps/hibernate/TasksreviewDAO.java 148 There is log block not surrounded by if
32431 src/com/gps/hibernate/TasksreviewDAO.java 153 Parameter 'detachedInstance' is not assigned and could be declared final
32432 src/com/gps/hibernate/TasksreviewDAO.java 153 publicMethodCommentRequirement Required
32433 src/com/gps/hibernate/TasksreviewDAO.java 154 There is log block not surrounded by if
32434 src/com/gps/hibernate/TasksreviewDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32435 src/com/gps/hibernate/TasksreviewDAO.java 156 Local variable 'result' could be declared final
32436 src/com/gps/hibernate/TasksreviewDAO.java 156 Potential violation of Law of Demeter (method chain calls)
32437 src/com/gps/hibernate/TasksreviewDAO.java 158 There is log block not surrounded by if
32438 src/com/gps/hibernate/TasksreviewDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32439 src/com/gps/hibernate/TasksreviewDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32440 src/com/gps/hibernate/TasksreviewDAO.java 161 There is log block not surrounded by if
32441 src/com/gps/hibernate/TasksreviewDAO.java 166 Parameter 'instance' is not assigned and could be declared final
32442 src/com/gps/hibernate/TasksreviewDAO.java 166 publicMethodCommentRequirement Required
32443 src/com/gps/hibernate/TasksreviewDAO.java 167 There is log block not surrounded by if
32444 src/com/gps/hibernate/TasksreviewDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32445 src/com/gps/hibernate/TasksreviewDAO.java 169 Potential violation of Law of Demeter (method chain calls)
32446 src/com/gps/hibernate/TasksreviewDAO.java 170 There is log block not surrounded by if
32447 src/com/gps/hibernate/TasksreviewDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32448 src/com/gps/hibernate/TasksreviewDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32449 src/com/gps/hibernate/TasksreviewDAO.java 172 There is log block not surrounded by if
32450 src/com/gps/hibernate/TasksreviewDAO.java 177 Parameter 'instance' is not assigned and could be declared final
32451 src/com/gps/hibernate/TasksreviewDAO.java 177 publicMethodCommentRequirement Required
32452 src/com/gps/hibernate/TasksreviewDAO.java 178 There is log block not surrounded by if
32453 src/com/gps/hibernate/TasksreviewDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32454 src/com/gps/hibernate/TasksreviewDAO.java 180 Potential violation of Law of Demeter (method chain calls)
32455 src/com/gps/hibernate/TasksreviewDAO.java 181 There is log block not surrounded by if
32456 src/com/gps/hibernate/TasksreviewDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32457 src/com/gps/hibernate/TasksreviewDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32458 src/com/gps/hibernate/TasksreviewDAO.java 183 There is log block not surrounded by if
32459 src/com/gps/hibernate/TripAttender.java 3 Avoid unused imports such as 'java.util.Date'
32460 src/com/gps/hibernate/TripAttender.java 4 Avoid unused imports such as 'java.util.HashSet'
32461 src/com/gps/hibernate/TripAttender.java 5 Avoid unused imports such as 'java.util.Set'
32462 src/com/gps/hibernate/TripAttender.java 14 Classes implementing Serializable should set a serialVersionUID
32463 src/com/gps/hibernate/TripAttender.java 22 Avoid variables with short names like id
32464 src/com/gps/hibernate/TripAttender.java 22 Parameter 'id' is not assigned and could be declared final
32465 src/com/gps/hibernate/TripAttender.java 22 Parameter 'mobileNo' is not assigned and could be declared final
32466 src/com/gps/hibernate/TripAttender.java 22 Parameter 'tripDetails' is not assigned and could be declared final
32467 src/com/gps/hibernate/TripAttender.java 23 Parameter 'session' is not assigned and could be declared final
32468 src/com/gps/hibernate/TripAttender.java 40 Avoid variables with short names like id
32469 src/com/gps/hibernate/TripAttender.java 40 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32470 src/com/gps/hibernate/TripAttender.java 40 fieldCommentRequirement Required
32471 src/com/gps/hibernate/TripAttender.java 41 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32472 src/com/gps/hibernate/TripAttender.java 41 fieldCommentRequirement Required
32473 src/com/gps/hibernate/TripAttender.java 42 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32474 src/com/gps/hibernate/TripAttender.java 42 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'mobile_no' is not final.
32475 src/com/gps/hibernate/TripAttender.java 42 fieldCommentRequirement Required
32476 src/com/gps/hibernate/TripAttender.java 43 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32477 src/com/gps/hibernate/TripAttender.java 43 fieldCommentRequirement Required
32478 src/com/gps/hibernate/TripAttender.java 44 publicMethodCommentRequirement Required
32479 src/com/gps/hibernate/TripAttender.java 48 Avoid variables with short names like id
32480 src/com/gps/hibernate/TripAttender.java 48 Parameter 'id' is not assigned and could be declared final
32481 src/com/gps/hibernate/TripAttender.java 48 publicMethodCommentRequirement Required
32482 src/com/gps/hibernate/TripAttender.java 52 publicMethodCommentRequirement Required
32483 src/com/gps/hibernate/TripAttender.java 56 Parameter 'tripDetails' is not assigned and could be declared final
32484 src/com/gps/hibernate/TripAttender.java 56 publicMethodCommentRequirement Required
32485 src/com/gps/hibernate/TripAttender.java 60 Method names should not contain underscores
32486 src/com/gps/hibernate/TripAttender.java 60 publicMethodCommentRequirement Required
32487 src/com/gps/hibernate/TripAttender.java 64 Method names should not contain underscores
32488 src/com/gps/hibernate/TripAttender.java 64 Parameter 'mobileNo' is not assigned and could be declared final
32489 src/com/gps/hibernate/TripAttender.java 64 publicMethodCommentRequirement Required
32490 src/com/gps/hibernate/TripAttender.java 68 publicMethodCommentRequirement Required
32491 src/com/gps/hibernate/TripAttender.java 72 Parameter 'session' is not assigned and could be declared final
32492 src/com/gps/hibernate/TripAttender.java 72 publicMethodCommentRequirement Required
32493 src/com/gps/hibernate/TripAttenderDAO.java 4 Avoid unused imports such as 'java.util.Set'
32494 src/com/gps/hibernate/TripAttenderDAO.java 11 Comment is too large: Too many lines
32495 src/com/gps/hibernate/TripAttenderDAO.java 24 Logger should be defined private static final and have the correct class
32496 src/com/gps/hibernate/TripAttenderDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
32497 src/com/gps/hibernate/TripAttenderDAO.java 24 fieldCommentRequirement Required
32498 src/com/gps/hibernate/TripAttenderDAO.java 26 Parameter 'transientInstance' is not assigned and could be declared final
32499 src/com/gps/hibernate/TripAttenderDAO.java 26 publicMethodCommentRequirement Required
32500 src/com/gps/hibernate/TripAttenderDAO.java 27 There is log block not surrounded by if
32501 src/com/gps/hibernate/TripAttenderDAO.java 27 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32502 src/com/gps/hibernate/TripAttenderDAO.java 29 Potential violation of Law of Demeter (method chain calls)
32503 src/com/gps/hibernate/TripAttenderDAO.java 30 There is log block not surrounded by if
32504 src/com/gps/hibernate/TripAttenderDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32505 src/com/gps/hibernate/TripAttenderDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32506 src/com/gps/hibernate/TripAttenderDAO.java 32 There is log block not surrounded by if
32507 src/com/gps/hibernate/TripAttenderDAO.java 37 Avoid excessively long variable names like persistentInstance
32508 src/com/gps/hibernate/TripAttenderDAO.java 37 Parameter 'persistentInstance' is not assigned and could be declared final
32509 src/com/gps/hibernate/TripAttenderDAO.java 37 publicMethodCommentRequirement Required
32510 src/com/gps/hibernate/TripAttenderDAO.java 38 There is log block not surrounded by if
32511 src/com/gps/hibernate/TripAttenderDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32512 src/com/gps/hibernate/TripAttenderDAO.java 40 Potential violation of Law of Demeter (method chain calls)
32513 src/com/gps/hibernate/TripAttenderDAO.java 41 There is log block not surrounded by if
32514 src/com/gps/hibernate/TripAttenderDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32515 src/com/gps/hibernate/TripAttenderDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32516 src/com/gps/hibernate/TripAttenderDAO.java 43 There is log block not surrounded by if
32517 src/com/gps/hibernate/TripAttenderDAO.java 48 Avoid variables with short names like id
32518 src/com/gps/hibernate/TripAttenderDAO.java 48 Parameter 'id' is not assigned and could be declared final
32519 src/com/gps/hibernate/TripAttenderDAO.java 48 publicMethodCommentRequirement Required
32520 src/com/gps/hibernate/TripAttenderDAO.java 49 There is log block not surrounded by if
32521 src/com/gps/hibernate/TripAttenderDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32522 src/com/gps/hibernate/TripAttenderDAO.java 51 Local variable 'instance' could be declared final
32523 src/com/gps/hibernate/TripAttenderDAO.java 51 Potential violation of Law of Demeter (method chain calls)
32524 src/com/gps/hibernate/TripAttenderDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32525 src/com/gps/hibernate/TripAttenderDAO.java 55 There is log block not surrounded by if
32526 src/com/gps/hibernate/TripAttenderDAO.java 60 Parameter 'instance' is not assigned and could be declared final
32527 src/com/gps/hibernate/TripAttenderDAO.java 60 publicMethodCommentRequirement Required
32528 src/com/gps/hibernate/TripAttenderDAO.java 61 There is log block not surrounded by if
32529 src/com/gps/hibernate/TripAttenderDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32530 src/com/gps/hibernate/TripAttenderDAO.java 63 Local variable 'results' could be declared final
32531 src/com/gps/hibernate/TripAttenderDAO.java 63 Potential violation of Law of Demeter (method chain calls)
32532 src/com/gps/hibernate/TripAttenderDAO.java 63 Potential violation of Law of Demeter (method chain calls)
32533 src/com/gps/hibernate/TripAttenderDAO.java 63 Potential violation of Law of Demeter (method chain calls)
32534 src/com/gps/hibernate/TripAttenderDAO.java 66 There is log block not surrounded by if
32535 src/com/gps/hibernate/TripAttenderDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32536 src/com/gps/hibernate/TripAttenderDAO.java 67 Potential violation of Law of Demeter (object not created locally)
32537 src/com/gps/hibernate/TripAttenderDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32538 src/com/gps/hibernate/TripAttenderDAO.java 70 There is log block not surrounded by if
32539 src/com/gps/hibernate/TripAttenderDAO.java 75 Parameter 'propertyName' is not assigned and could be declared final
32540 src/com/gps/hibernate/TripAttenderDAO.java 75 Parameter 'value' is not assigned and could be declared final
32541 src/com/gps/hibernate/TripAttenderDAO.java 75 publicMethodCommentRequirement Required
32542 src/com/gps/hibernate/TripAttenderDAO.java 76 There is log block not surrounded by if
32543 src/com/gps/hibernate/TripAttenderDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32544 src/com/gps/hibernate/TripAttenderDAO.java 79 Local variable 'queryString' could be declared final
32545 src/com/gps/hibernate/TripAttenderDAO.java 81 Local variable 'queryObject' could be declared final
32546 src/com/gps/hibernate/TripAttenderDAO.java 81 Potential violation of Law of Demeter (method chain calls)
32547 src/com/gps/hibernate/TripAttenderDAO.java 82 Potential violation of Law of Demeter (object not created locally)
32548 src/com/gps/hibernate/TripAttenderDAO.java 83 Potential violation of Law of Demeter (object not created locally)
32549 src/com/gps/hibernate/TripAttenderDAO.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32550 src/com/gps/hibernate/TripAttenderDAO.java 85 There is log block not surrounded by if
32551 src/com/gps/hibernate/TripAttenderDAO.java 90 publicMethodCommentRequirement Required
32552 src/com/gps/hibernate/TripAttenderDAO.java 91 There is log block not surrounded by if
32553 src/com/gps/hibernate/TripAttenderDAO.java 91 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32554 src/com/gps/hibernate/TripAttenderDAO.java 93 Local variable 'queryString' could be declared final
32555 src/com/gps/hibernate/TripAttenderDAO.java 94 Local variable 'queryObject' could be declared final
32556 src/com/gps/hibernate/TripAttenderDAO.java 94 Potential violation of Law of Demeter (method chain calls)
32557 src/com/gps/hibernate/TripAttenderDAO.java 95 Potential violation of Law of Demeter (object not created locally)
32558 src/com/gps/hibernate/TripAttenderDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32559 src/com/gps/hibernate/TripAttenderDAO.java 97 There is log block not surrounded by if
32560 src/com/gps/hibernate/TripAttenderDAO.java 102 Parameter 'detachedInstance' is not assigned and could be declared final
32561 src/com/gps/hibernate/TripAttenderDAO.java 102 publicMethodCommentRequirement Required
32562 src/com/gps/hibernate/TripAttenderDAO.java 103 There is log block not surrounded by if
32563 src/com/gps/hibernate/TripAttenderDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32564 src/com/gps/hibernate/TripAttenderDAO.java 105 Local variable 'result' could be declared final
32565 src/com/gps/hibernate/TripAttenderDAO.java 105 Potential violation of Law of Demeter (method chain calls)
32566 src/com/gps/hibernate/TripAttenderDAO.java 106 There is log block not surrounded by if
32567 src/com/gps/hibernate/TripAttenderDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32568 src/com/gps/hibernate/TripAttenderDAO.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32569 src/com/gps/hibernate/TripAttenderDAO.java 109 There is log block not surrounded by if
32570 src/com/gps/hibernate/TripAttenderDAO.java 114 Parameter 'instance' is not assigned and could be declared final
32571 src/com/gps/hibernate/TripAttenderDAO.java 114 publicMethodCommentRequirement Required
32572 src/com/gps/hibernate/TripAttenderDAO.java 115 There is log block not surrounded by if
32573 src/com/gps/hibernate/TripAttenderDAO.java 115 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32574 src/com/gps/hibernate/TripAttenderDAO.java 117 Potential violation of Law of Demeter (method chain calls)
32575 src/com/gps/hibernate/TripAttenderDAO.java 118 There is log block not surrounded by if
32576 src/com/gps/hibernate/TripAttenderDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32577 src/com/gps/hibernate/TripAttenderDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32578 src/com/gps/hibernate/TripAttenderDAO.java 120 There is log block not surrounded by if
32579 src/com/gps/hibernate/TripAttenderDAO.java 125 Parameter 'instance' is not assigned and could be declared final
32580 src/com/gps/hibernate/TripAttenderDAO.java 125 publicMethodCommentRequirement Required
32581 src/com/gps/hibernate/TripAttenderDAO.java 126 There is log block not surrounded by if
32582 src/com/gps/hibernate/TripAttenderDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32583 src/com/gps/hibernate/TripAttenderDAO.java 128 Potential violation of Law of Demeter (method chain calls)
32584 src/com/gps/hibernate/TripAttenderDAO.java 129 There is log block not surrounded by if
32585 src/com/gps/hibernate/TripAttenderDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32586 src/com/gps/hibernate/TripAttenderDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32587 src/com/gps/hibernate/TripAttenderDAO.java 131 There is log block not surrounded by if
32588 src/com/gps/hibernate/TripDetails.java 2 This class has a bunch of public methods and attributes
32589 src/com/gps/hibernate/TripDetails.java 4 Avoid unused imports such as 'java.text.SimpleDateFormat'
32590 src/com/gps/hibernate/TripDetails.java 10 Avoid unused imports such as 'org.hibernate.annotations.OrderBy'
32591 src/com/gps/hibernate/TripDetails.java 11 Avoid unused imports such as 'org.hibernate.annotations.Sort'
32592 src/com/gps/hibernate/TripDetails.java 19 Classes implementing Serializable should set a serialVersionUID
32593 src/com/gps/hibernate/TripDetails.java 19 Too many fields
32594 src/com/gps/hibernate/TripDetails.java 23 fieldCommentRequirement Required
32595 src/com/gps/hibernate/TripDetails.java 24 fieldCommentRequirement Required
32596 src/com/gps/hibernate/TripDetails.java 25 fieldCommentRequirement Required
32597 src/com/gps/hibernate/TripDetails.java 26 fieldCommentRequirement Required
32598 src/com/gps/hibernate/TripDetails.java 27 fieldCommentRequirement Required
32599 src/com/gps/hibernate/TripDetails.java 28 fieldCommentRequirement Required
32600 src/com/gps/hibernate/TripDetails.java 29 fieldCommentRequirement Required
32601 src/com/gps/hibernate/TripDetails.java 30 fieldCommentRequirement Required
32602 src/com/gps/hibernate/TripDetails.java 31 fieldCommentRequirement Required
32603 src/com/gps/hibernate/TripDetails.java 32 fieldCommentRequirement Required
32604 src/com/gps/hibernate/TripDetails.java 33 fieldCommentRequirement Required
32605 src/com/gps/hibernate/TripDetails.java 34 fieldCommentRequirement Required
32606 src/com/gps/hibernate/TripDetails.java 35 fieldCommentRequirement Required
32607 src/com/gps/hibernate/TripDetails.java 36 Avoid excessively long variable names like noConfirmedTravellers
32608 src/com/gps/hibernate/TripDetails.java 36 fieldCommentRequirement Required
32609 src/com/gps/hibernate/TripDetails.java 37 fieldCommentRequirement Required
32610 src/com/gps/hibernate/TripDetails.java 38 fieldCommentRequirement Required
32611 src/com/gps/hibernate/TripDetails.java 39 fieldCommentRequirement Required
32612 src/com/gps/hibernate/TripDetails.java 40 fieldCommentRequirement Required
32613 src/com/gps/hibernate/TripDetails.java 41 fieldCommentRequirement Required
32614 src/com/gps/hibernate/TripDetails.java 42 fieldCommentRequirement Required
32615 src/com/gps/hibernate/TripDetails.java 43 fieldCommentRequirement Required
32616 src/com/gps/hibernate/TripDetails.java 44 fieldCommentRequirement Required
32617 src/com/gps/hibernate/TripDetails.java 45 fieldCommentRequirement Required
32618 src/com/gps/hibernate/TripDetails.java 46 fieldCommentRequirement Required
32619 src/com/gps/hibernate/TripDetails.java 47 fieldCommentRequirement Required
32620 src/com/gps/hibernate/TripDetails.java 48 fieldCommentRequirement Required
32621 src/com/gps/hibernate/TripDetails.java 49 fieldCommentRequirement Required
32622 src/com/gps/hibernate/TripDetails.java 50 fieldCommentRequirement Required
32623 src/com/gps/hibernate/TripDetails.java 51 fieldCommentRequirement Required
32624 src/com/gps/hibernate/TripDetails.java 52 fieldCommentRequirement Required
32625 src/com/gps/hibernate/TripDetails.java 53 fieldCommentRequirement Required
32626 src/com/gps/hibernate/TripDetails.java 54 fieldCommentRequirement Required
32627 src/com/gps/hibernate/TripDetails.java 55 fieldCommentRequirement Required
32628 src/com/gps/hibernate/TripDetails.java 56 fieldCommentRequirement Required
32629 src/com/gps/hibernate/TripDetails.java 57 fieldCommentRequirement Required
32630 src/com/gps/hibernate/TripDetails.java 58 fieldCommentRequirement Required
32631 src/com/gps/hibernate/TripDetails.java 59 fieldCommentRequirement Required
32632 src/com/gps/hibernate/TripDetails.java 70 Parameter 'type' is not assigned and could be declared final
32633 src/com/gps/hibernate/TripDetails.java 82 Parameter 'isEnabled' is not assigned and could be declared final
32634 src/com/gps/hibernate/TripDetails.java 85 publicMethodCommentRequirement Required
32635 src/com/gps/hibernate/TripDetails.java 89 Parameter 'hasMorning' is not assigned and could be declared final
32636 src/com/gps/hibernate/TripDetails.java 89 publicMethodCommentRequirement Required
32637 src/com/gps/hibernate/TripDetails.java 93 publicMethodCommentRequirement Required
32638 src/com/gps/hibernate/TripDetails.java 97 Parameter 'hasEvening' is not assigned and could be declared final
32639 src/com/gps/hibernate/TripDetails.java 97 publicMethodCommentRequirement Required
32640 src/com/gps/hibernate/TripDetails.java 101 publicMethodCommentRequirement Required
32641 src/com/gps/hibernate/TripDetails.java 105 Parameter 'evenendhours' is not assigned and could be declared final
32642 src/com/gps/hibernate/TripDetails.java 105 publicMethodCommentRequirement Required
32643 src/com/gps/hibernate/TripDetails.java 109 publicMethodCommentRequirement Required
32644 src/com/gps/hibernate/TripDetails.java 113 Parameter 'evenendmins' is not assigned and could be declared final
32645 src/com/gps/hibernate/TripDetails.java 113 publicMethodCommentRequirement Required
32646 src/com/gps/hibernate/TripDetails.java 117 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32647 src/com/gps/hibernate/TripDetails.java 117 fieldCommentRequirement Required
32648 src/com/gps/hibernate/TripDetails.java 118 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32649 src/com/gps/hibernate/TripDetails.java 118 fieldCommentRequirement Required
32650 src/com/gps/hibernate/TripDetails.java 120 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32651 src/com/gps/hibernate/TripDetails.java 120 fieldCommentRequirement Required
32652 src/com/gps/hibernate/TripDetails.java 121 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32653 src/com/gps/hibernate/TripDetails.java 121 fieldCommentRequirement Required
32654 src/com/gps/hibernate/TripDetails.java 123 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32655 src/com/gps/hibernate/TripDetails.java 123 fieldCommentRequirement Required
32656 src/com/gps/hibernate/TripDetails.java 124 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32657 src/com/gps/hibernate/TripDetails.java 124 fieldCommentRequirement Required
32658 src/com/gps/hibernate/TripDetails.java 126 publicMethodCommentRequirement Required
32659 src/com/gps/hibernate/TripDetails.java 130 Parameter 'monendhours' is not assigned and could be declared final
32660 src/com/gps/hibernate/TripDetails.java 130 publicMethodCommentRequirement Required
32661 src/com/gps/hibernate/TripDetails.java 134 publicMethodCommentRequirement Required
32662 src/com/gps/hibernate/TripDetails.java 138 Parameter 'monendmins' is not assigned and could be declared final
32663 src/com/gps/hibernate/TripDetails.java 138 publicMethodCommentRequirement Required
32664 src/com/gps/hibernate/TripDetails.java 142 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32665 src/com/gps/hibernate/TripDetails.java 142 fieldCommentRequirement Required
32666 src/com/gps/hibernate/TripDetails.java 144 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32667 src/com/gps/hibernate/TripDetails.java 144 fieldCommentRequirement Required
32668 src/com/gps/hibernate/TripDetails.java 146 publicMethodCommentRequirement Required
32669 src/com/gps/hibernate/TripDetails.java 151 publicMethodCommentRequirement Required
32670 src/com/gps/hibernate/TripDetails.java 155 Parameter 'startLat' is not assigned and could be declared final
32671 src/com/gps/hibernate/TripDetails.java 155 publicMethodCommentRequirement Required
32672 src/com/gps/hibernate/TripDetails.java 159 publicMethodCommentRequirement Required
32673 src/com/gps/hibernate/TripDetails.java 163 Parameter 'startLong' is not assigned and could be declared final
32674 src/com/gps/hibernate/TripDetails.java 163 publicMethodCommentRequirement Required
32675 src/com/gps/hibernate/TripDetails.java 167 publicMethodCommentRequirement Required
32676 src/com/gps/hibernate/TripDetails.java 171 Parameter 'stopLat' is not assigned and could be declared final
32677 src/com/gps/hibernate/TripDetails.java 171 publicMethodCommentRequirement Required
32678 src/com/gps/hibernate/TripDetails.java 175 publicMethodCommentRequirement Required
32679 src/com/gps/hibernate/TripDetails.java 179 Parameter 'stopLong' is not assigned and could be declared final
32680 src/com/gps/hibernate/TripDetails.java 179 publicMethodCommentRequirement Required
32681 src/com/gps/hibernate/TripDetails.java 184 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32682 src/com/gps/hibernate/TripDetails.java 184 fieldCommentRequirement Required
32683 src/com/gps/hibernate/TripDetails.java 189 Avoid excessively long variable names like frequentTripDetailses
32684 src/com/gps/hibernate/TripDetails.java 189 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32685 src/com/gps/hibernate/TripDetails.java 189 fieldCommentRequirement Required
32686 src/com/gps/hibernate/TripDetails.java 192 Avoid unused private fields such as 'tripReferences'.
32687 src/com/gps/hibernate/TripDetails.java 192 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32688 src/com/gps/hibernate/TripDetails.java 192 Found non-transient, non-static member. Please mark as transient or provide accessors.
32689 src/com/gps/hibernate/TripDetails.java 192 Perhaps 'tripReferences' could be replaced by a local variable.
32690 src/com/gps/hibernate/TripDetails.java 192 fieldCommentRequirement Required
32691 src/com/gps/hibernate/TripDetails.java 193 Avoid unused private fields such as 'tripTraversals'.
32692 src/com/gps/hibernate/TripDetails.java 193 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32693 src/com/gps/hibernate/TripDetails.java 193 Found non-transient, non-static member. Please mark as transient or provide accessors.
32694 src/com/gps/hibernate/TripDetails.java 193 Perhaps 'tripTraversals' could be replaced by a local variable.
32695 src/com/gps/hibernate/TripDetails.java 193 fieldCommentRequirement Required
32696 src/com/gps/hibernate/TripDetails.java 194 Avoid unused private fields such as 'tripDeviations'.
32697 src/com/gps/hibernate/TripDetails.java 194 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32698 src/com/gps/hibernate/TripDetails.java 194 Found non-transient, non-static member. Please mark as transient or provide accessors.
32699 src/com/gps/hibernate/TripDetails.java 194 Perhaps 'tripDeviations' could be replaced by a local variable.
32700 src/com/gps/hibernate/TripDetails.java 194 fieldCommentRequirement Required
32701 src/com/gps/hibernate/TripDetails.java 200 Document empty constructor
32702 src/com/gps/hibernate/TripDetails.java 203 Parameter 'user' is not assigned and could be declared final
32703 src/com/gps/hibernate/TripDetails.java 203 Parameter 'vehicleDetails' is not assigned and could be declared final
32704 src/com/gps/hibernate/TripDetails.java 209 Parameter 'sourceLocation' is not assigned and could be declared final
32705 src/com/gps/hibernate/TripDetails.java 209 Parameter 'tripid' is not assigned and could be declared final
32706 src/com/gps/hibernate/TripDetails.java 209 publicMethodCommentRequirement Required
32707 src/com/gps/hibernate/TripDetails.java 210 Parameter 'destination' is not assigned and could be declared final
32708 src/com/gps/hibernate/TripDetails.java 210 Parameter 'returnTime' is not assigned and could be declared final
32709 src/com/gps/hibernate/TripDetails.java 210 Parameter 'startdate' is not assigned and could be declared final
32710 src/com/gps/hibernate/TripDetails.java 211 Parameter 'returndate' is not assigned and could be declared final
32711 src/com/gps/hibernate/TripDetails.java 211 Parameter 'startTime' is not assigned and could be declared final
32712 src/com/gps/hibernate/TripDetails.java 211 Parameter 'tripFrequency' is not assigned and could be declared final
32713 src/com/gps/hibernate/TripDetails.java 211 Parameter 'tripName' is not assigned and could be declared final
32714 src/com/gps/hibernate/TripDetails.java 225 Avoid long parameter lists.
32715 src/com/gps/hibernate/TripDetails.java 225 Parameter 'userDetails' is not assigned and could be declared final
32716 src/com/gps/hibernate/TripDetails.java 225 Parameter 'vehicleDetails' is not assigned and could be declared final
32717 src/com/gps/hibernate/TripDetails.java 226 Parameter 'costofTrip' is not assigned and could be declared final
32718 src/com/gps/hibernate/TripDetails.java 226 Parameter 'destination' is not assigned and could be declared final
32719 src/com/gps/hibernate/TripDetails.java 226 Parameter 'sourceLocation' is not assigned and could be declared final
32720 src/com/gps/hibernate/TripDetails.java 227 Parameter 'distance' is not assigned and could be declared final
32721 src/com/gps/hibernate/TripDetails.java 227 Parameter 'route' is not assigned and could be declared final
32722 src/com/gps/hibernate/TripDetails.java 227 Parameter 'tripDirection' is not assigned and could be declared final
32723 src/com/gps/hibernate/TripDetails.java 228 Parameter 'noSeats' is not assigned and could be declared final
32724 src/com/gps/hibernate/TripDetails.java 228 Parameter 'startdate' is not assigned and could be declared final
32725 src/com/gps/hibernate/TripDetails.java 228 Parameter 'tripFrequency' is not assigned and could be declared final
32726 src/com/gps/hibernate/TripDetails.java 229 Avoid excessively long variable names like noConfirmedTravellers
32727 src/com/gps/hibernate/TripDetails.java 229 Parameter 'noConfirmedTravellers' is not assigned and could be declared final
32728 src/com/gps/hibernate/TripDetails.java 229 Parameter 'returnTime' is not assigned and could be declared final
32729 src/com/gps/hibernate/TripDetails.java 229 Parameter 'via' is not assigned and could be declared final
32730 src/com/gps/hibernate/TripDetails.java 230 Parameter 'returndate' is not assigned and could be declared final
32731 src/com/gps/hibernate/TripDetails.java 230 Parameter 'role' is not assigned and could be declared final
32732 src/com/gps/hibernate/TripDetails.java 230 Parameter 'startTime' is not assigned and could be declared final
32733 src/com/gps/hibernate/TripDetails.java 230 Parameter 'status' is not assigned and could be declared final
32734 src/com/gps/hibernate/TripDetails.java 231 Avoid unused constructor parameters such as 'pickupPoints'.
32735 src/com/gps/hibernate/TripDetails.java 231 Parameter 'parentId' is not assigned and could be declared final
32736 src/com/gps/hibernate/TripDetails.java 231 Parameter 'pickupPoints' is not assigned and could be declared final
32737 src/com/gps/hibernate/TripDetails.java 231 Parameter 'tripName' is not assigned and could be declared final
32738 src/com/gps/hibernate/TripDetails.java 232 Avoid unused constructor parameters such as 'tripScrapses'.
32739 src/com/gps/hibernate/TripDetails.java 232 Parameter 'tripDesc' is not assigned and could be declared final
32740 src/com/gps/hibernate/TripDetails.java 232 Parameter 'tripParameterses' is not assigned and could be declared final
32741 src/com/gps/hibernate/TripDetails.java 232 Parameter 'tripScrapses' is not assigned and could be declared final
32742 src/com/gps/hibernate/TripDetails.java 233 Avoid excessively long variable names like tripTravelerDetailses
32743 src/com/gps/hibernate/TripDetails.java 233 Avoid unused constructor parameters such as 'feedbacks'.
32744 src/com/gps/hibernate/TripDetails.java 233 Avoid unused constructor parameters such as 'tripTravelerDetailses'.
32745 src/com/gps/hibernate/TripDetails.java 233 Avoid unused constructor parameters such as 'tripVehicleMaps'.
32746 src/com/gps/hibernate/TripDetails.java 233 Parameter 'feedbacks' is not assigned and could be declared final
32747 src/com/gps/hibernate/TripDetails.java 233 Parameter 'tripTravelerDetailses' is not assigned and could be declared final
32748 src/com/gps/hibernate/TripDetails.java 233 Parameter 'tripVehicleMaps' is not assigned and could be declared final
32749 src/com/gps/hibernate/TripDetails.java 234 Avoid excessively long variable names like frequentTripDetailses
32750 src/com/gps/hibernate/TripDetails.java 234 Avoid unused constructor parameters such as 'frequentTripDetailses'.
32751 src/com/gps/hibernate/TripDetails.java 234 Avoid unused constructor parameters such as 'pickupPointses'.
32752 src/com/gps/hibernate/TripDetails.java 234 Parameter 'frequentTripDetailses' is not assigned and could be declared final
32753 src/com/gps/hibernate/TripDetails.java 234 Parameter 'pickupPointses' is not assigned and could be declared final
32754 src/com/gps/hibernate/TripDetails.java 234 Parameter 'tripReferences' is not assigned and could be declared final
32755 src/com/gps/hibernate/TripDetails.java 235 Parameter 'tripDeviations' is not assigned and could be declared final
32756 src/com/gps/hibernate/TripDetails.java 235 Parameter 'tripTraversals' is not assigned and could be declared final
32757 src/com/gps/hibernate/TripDetails.java 274 publicMethodCommentRequirement Required
32758 src/com/gps/hibernate/TripDetails.java 278 Parameter 'tripid' is not assigned and could be declared final
32759 src/com/gps/hibernate/TripDetails.java 278 publicMethodCommentRequirement Required
32760 src/com/gps/hibernate/TripDetails.java 282 publicMethodCommentRequirement Required
32761 src/com/gps/hibernate/TripDetails.java 286 Parameter 'userDetails' is not assigned and could be declared final
32762 src/com/gps/hibernate/TripDetails.java 286 publicMethodCommentRequirement Required
32763 src/com/gps/hibernate/TripDetails.java 300 Parameter 'organization' is not assigned and could be declared final
32764 src/com/gps/hibernate/TripDetails.java 304 publicMethodCommentRequirement Required
32765 src/com/gps/hibernate/TripDetails.java 308 Parameter 'vehicleDetails' is not assigned and could be declared final
32766 src/com/gps/hibernate/TripDetails.java 308 publicMethodCommentRequirement Required
32767 src/com/gps/hibernate/TripDetails.java 312 publicMethodCommentRequirement Required
32768 src/com/gps/hibernate/TripDetails.java 316 Parameter 'costofTrip' is not assigned and could be declared final
32769 src/com/gps/hibernate/TripDetails.java 316 publicMethodCommentRequirement Required
32770 src/com/gps/hibernate/TripDetails.java 320 publicMethodCommentRequirement Required
32771 src/com/gps/hibernate/TripDetails.java 324 Parameter 'sourceLocation' is not assigned and could be declared final
32772 src/com/gps/hibernate/TripDetails.java 324 publicMethodCommentRequirement Required
32773 src/com/gps/hibernate/TripDetails.java 328 publicMethodCommentRequirement Required
32774 src/com/gps/hibernate/TripDetails.java 332 Parameter 'destination' is not assigned and could be declared final
32775 src/com/gps/hibernate/TripDetails.java 332 publicMethodCommentRequirement Required
32776 src/com/gps/hibernate/TripDetails.java 336 publicMethodCommentRequirement Required
32777 src/com/gps/hibernate/TripDetails.java 340 Parameter 'distance' is not assigned and could be declared final
32778 src/com/gps/hibernate/TripDetails.java 340 publicMethodCommentRequirement Required
32779 src/com/gps/hibernate/TripDetails.java 344 publicMethodCommentRequirement Required
32780 src/com/gps/hibernate/TripDetails.java 349 Parameter 'route' is not assigned and could be declared final
32781 src/com/gps/hibernate/TripDetails.java 349 publicMethodCommentRequirement Required
32782 src/com/gps/hibernate/TripDetails.java 354 publicMethodCommentRequirement Required
32783 src/com/gps/hibernate/TripDetails.java 358 Parameter 'tripDirection' is not assigned and could be declared final
32784 src/com/gps/hibernate/TripDetails.java 358 publicMethodCommentRequirement Required
32785 src/com/gps/hibernate/TripDetails.java 362 publicMethodCommentRequirement Required
32786 src/com/gps/hibernate/TripDetails.java 366 Parameter 'noSeats' is not assigned and could be declared final
32787 src/com/gps/hibernate/TripDetails.java 366 publicMethodCommentRequirement Required
32788 src/com/gps/hibernate/TripDetails.java 370 publicMethodCommentRequirement Required
32789 src/com/gps/hibernate/TripDetails.java 374 Parameter 'startdate' is not assigned and could be declared final
32790 src/com/gps/hibernate/TripDetails.java 374 publicMethodCommentRequirement Required
32791 src/com/gps/hibernate/TripDetails.java 378 publicMethodCommentRequirement Required
32792 src/com/gps/hibernate/TripDetails.java 382 Parameter 'tripFrequency' is not assigned and could be declared final
32793 src/com/gps/hibernate/TripDetails.java 382 publicMethodCommentRequirement Required
32794 src/com/gps/hibernate/TripDetails.java 386 publicMethodCommentRequirement Required
32795 src/com/gps/hibernate/TripDetails.java 390 Avoid excessively long variable names like noConfirmedTravellers
32796 src/com/gps/hibernate/TripDetails.java 390 Parameter 'noConfirmedTravellers' is not assigned and could be declared final
32797 src/com/gps/hibernate/TripDetails.java 390 publicMethodCommentRequirement Required
32798 src/com/gps/hibernate/TripDetails.java 394 publicMethodCommentRequirement Required
32799 src/com/gps/hibernate/TripDetails.java 398 Parameter 'via' is not assigned and could be declared final
32800 src/com/gps/hibernate/TripDetails.java 398 publicMethodCommentRequirement Required
32801 src/com/gps/hibernate/TripDetails.java 411 Parameter 'ampm' is not assigned and could be declared final
32802 src/com/gps/hibernate/TripDetails.java 414 publicMethodCommentRequirement Required
32803 src/com/gps/hibernate/TripDetails.java 418 Parameter 'returnTime' is not assigned and could be declared final
32804 src/com/gps/hibernate/TripDetails.java 418 publicMethodCommentRequirement Required
32805 src/com/gps/hibernate/TripDetails.java 422 publicMethodCommentRequirement Required
32806 src/com/gps/hibernate/TripDetails.java 426 Parameter 'returndate' is not assigned and could be declared final
32807 src/com/gps/hibernate/TripDetails.java 426 publicMethodCommentRequirement Required
32808 src/com/gps/hibernate/TripDetails.java 430 publicMethodCommentRequirement Required
32809 src/com/gps/hibernate/TripDetails.java 434 Parameter 'startTime' is not assigned and could be declared final
32810 src/com/gps/hibernate/TripDetails.java 434 publicMethodCommentRequirement Required
32811 src/com/gps/hibernate/TripDetails.java 438 publicMethodCommentRequirement Required
32812 src/com/gps/hibernate/TripDetails.java 442 Parameter 'role' is not assigned and could be declared final
32813 src/com/gps/hibernate/TripDetails.java 442 publicMethodCommentRequirement Required
32814 src/com/gps/hibernate/TripDetails.java 446 publicMethodCommentRequirement Required
32815 src/com/gps/hibernate/TripDetails.java 450 Parameter 'status' is not assigned and could be declared final
32816 src/com/gps/hibernate/TripDetails.java 450 publicMethodCommentRequirement Required
32817 src/com/gps/hibernate/TripDetails.java 454 publicMethodCommentRequirement Required
32818 src/com/gps/hibernate/TripDetails.java 458 Parameter 'parentId' is not assigned and could be declared final
32819 src/com/gps/hibernate/TripDetails.java 458 publicMethodCommentRequirement Required
32820 src/com/gps/hibernate/TripDetails.java 464 publicMethodCommentRequirement Required
32821 src/com/gps/hibernate/TripDetails.java 468 Parameter 'tripName' is not assigned and could be declared final
32822 src/com/gps/hibernate/TripDetails.java 468 publicMethodCommentRequirement Required
32823 src/com/gps/hibernate/TripDetails.java 472 publicMethodCommentRequirement Required
32824 src/com/gps/hibernate/TripDetails.java 476 Parameter 'tripDesc' is not assigned and could be declared final
32825 src/com/gps/hibernate/TripDetails.java 476 publicMethodCommentRequirement Required
32826 src/com/gps/hibernate/TripDetails.java 480 publicMethodCommentRequirement Required
32827 src/com/gps/hibernate/TripDetails.java 483 Parameter 'monhours' is not assigned and could be declared final
32828 src/com/gps/hibernate/TripDetails.java 483 publicMethodCommentRequirement Required
32829 src/com/gps/hibernate/TripDetails.java 486 publicMethodCommentRequirement Required
32830 src/com/gps/hibernate/TripDetails.java 489 Parameter 'monmins' is not assigned and could be declared final
32831 src/com/gps/hibernate/TripDetails.java 489 publicMethodCommentRequirement Required
32832 src/com/gps/hibernate/TripDetails.java 492 publicMethodCommentRequirement Required
32833 src/com/gps/hibernate/TripDetails.java 495 Parameter 'evenhours' is not assigned and could be declared final
32834 src/com/gps/hibernate/TripDetails.java 495 publicMethodCommentRequirement Required
32835 src/com/gps/hibernate/TripDetails.java 498 publicMethodCommentRequirement Required
32836 src/com/gps/hibernate/TripDetails.java 510 Parameter 'monDuration' is not assigned and could be declared final
32837 src/com/gps/hibernate/TripDetails.java 522 Parameter 'evenDuration' is not assigned and could be declared final
32838 src/com/gps/hibernate/TripDetails.java 525 Parameter 'evenmins' is not assigned and could be declared final
32839 src/com/gps/hibernate/TripDetails.java 525 publicMethodCommentRequirement Required
32840 src/com/gps/hibernate/TripDetails.java 537 Parameter 'pickupPoints' is not assigned and could be declared final
32841 src/com/gps/hibernate/TripDetails.java 549 Parameter 'usersTripses' is not assigned and could be declared final
32842 src/com/gps/hibernate/TripDetails.java 555 Parameter 'geofences' is not assigned and could be declared final
32843 src/com/gps/hibernate/TripDetails.java 558 publicMethodCommentRequirement Required
32844 src/com/gps/hibernate/TripDetails.java 562 Parameter 'tripParameterses' is not assigned and could be declared final
32845 src/com/gps/hibernate/TripDetails.java 562 publicMethodCommentRequirement Required
32846 src/com/gps/hibernate/TripDetails.java 598 publicMethodCommentRequirement Required
32847 src/com/gps/hibernate/TripDetails.java 602 Avoid excessively long variable names like frequentTripDetailses
32848 src/com/gps/hibernate/TripDetails.java 602 Parameter 'frequentTripDetailses' is not assigned and could be declared final
32849 src/com/gps/hibernate/TripDetails.java 602 publicMethodCommentRequirement Required
32850 src/com/gps/hibernate/TripDetails.java 644 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32851 src/com/gps/hibernate/TripDetails.java 644 fieldCommentRequirement Required
32852 src/com/gps/hibernate/TripDetails.java 646 publicMethodCommentRequirement Required
32853 src/com/gps/hibernate/TripDetails.java 649 Parameter 'rfidhistories' is not assigned and could be declared final
32854 src/com/gps/hibernate/TripDetails.java 649 publicMethodCommentRequirement Required
32855 src/com/gps/hibernate/TripDetails.java 654 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
32856 src/com/gps/hibernate/TripDetails.java 654 fieldCommentRequirement Required
32857 src/com/gps/hibernate/TripDetails.java 657 publicMethodCommentRequirement Required
32858 src/com/gps/hibernate/TripDetails.java 661 Parameter 'fenceReports' is not assigned and could be declared final
32859 src/com/gps/hibernate/TripDetails.java 661 publicMethodCommentRequirement Required
32860 src/com/gps/hibernate/TripDetailsDAO.java 5 Avoid unused imports such as 'java.util.Date'
32861 src/com/gps/hibernate/TripDetailsDAO.java 7 Avoid unused imports such as 'java.util.Set'
32862 src/com/gps/hibernate/TripDetailsDAO.java 14 Comment is too large: Too many lines
32863 src/com/gps/hibernate/TripDetailsDAO.java 26 This class has too many methods, consider refactoring it.
32864 src/com/gps/hibernate/TripDetailsDAO.java 27 Logger should be defined private static final and have the correct class
32865 src/com/gps/hibernate/TripDetailsDAO.java 27 Variables that are final and static should be all capitals, 'log' is not all capitals.
32866 src/com/gps/hibernate/TripDetailsDAO.java 27 fieldCommentRequirement Required
32867 src/com/gps/hibernate/TripDetailsDAO.java 29 fieldCommentRequirement Required
32868 src/com/gps/hibernate/TripDetailsDAO.java 30 fieldCommentRequirement Required
32869 src/com/gps/hibernate/TripDetailsDAO.java 31 fieldCommentRequirement Required
32870 src/com/gps/hibernate/TripDetailsDAO.java 32 fieldCommentRequirement Required
32871 src/com/gps/hibernate/TripDetailsDAO.java 33 fieldCommentRequirement Required
32872 src/com/gps/hibernate/TripDetailsDAO.java 34 fieldCommentRequirement Required
32873 src/com/gps/hibernate/TripDetailsDAO.java 35 fieldCommentRequirement Required
32874 src/com/gps/hibernate/TripDetailsDAO.java 36 fieldCommentRequirement Required
32875 src/com/gps/hibernate/TripDetailsDAO.java 37 Avoid excessively long variable names like NO_CONFIRMED_TRAVELLERS
32876 src/com/gps/hibernate/TripDetailsDAO.java 37 fieldCommentRequirement Required
32877 src/com/gps/hibernate/TripDetailsDAO.java 38 fieldCommentRequirement Required
32878 src/com/gps/hibernate/TripDetailsDAO.java 39 fieldCommentRequirement Required
32879 src/com/gps/hibernate/TripDetailsDAO.java 40 fieldCommentRequirement Required
32880 src/com/gps/hibernate/TripDetailsDAO.java 41 fieldCommentRequirement Required
32881 src/com/gps/hibernate/TripDetailsDAO.java 42 fieldCommentRequirement Required
32882 src/com/gps/hibernate/TripDetailsDAO.java 43 fieldCommentRequirement Required
32883 src/com/gps/hibernate/TripDetailsDAO.java 44 fieldCommentRequirement Required
32884 src/com/gps/hibernate/TripDetailsDAO.java 45 fieldCommentRequirement Required
32885 src/com/gps/hibernate/TripDetailsDAO.java 46 fieldCommentRequirement Required
32886 src/com/gps/hibernate/TripDetailsDAO.java 48 Parameter 'transientInstance' is not assigned and could be declared final
32887 src/com/gps/hibernate/TripDetailsDAO.java 48 publicMethodCommentRequirement Required
32888 src/com/gps/hibernate/TripDetailsDAO.java 49 There is log block not surrounded by if
32889 src/com/gps/hibernate/TripDetailsDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32890 src/com/gps/hibernate/TripDetailsDAO.java 51 Potential violation of Law of Demeter (method chain calls)
32891 src/com/gps/hibernate/TripDetailsDAO.java 52 There is log block not surrounded by if
32892 src/com/gps/hibernate/TripDetailsDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32893 src/com/gps/hibernate/TripDetailsDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32894 src/com/gps/hibernate/TripDetailsDAO.java 54 There is log block not surrounded by if
32895 src/com/gps/hibernate/TripDetailsDAO.java 59 Parameter 'organizationId' is not assigned and could be declared final
32896 src/com/gps/hibernate/TripDetailsDAO.java 59 publicMethodCommentRequirement Required
32897 src/com/gps/hibernate/TripDetailsDAO.java 61 Found 'DD'-anomaly for variable 'tripList' (lines '61'-'64').
32898 src/com/gps/hibernate/TripDetailsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
32899 src/com/gps/hibernate/TripDetailsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
32900 src/com/gps/hibernate/TripDetailsDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32901 src/com/gps/hibernate/TripDetailsDAO.java 68 Avoid printStackTrace(); use a logger call instead.
32902 src/com/gps/hibernate/TripDetailsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
32903 src/com/gps/hibernate/TripDetailsDAO.java 74 Avoid excessively long variable names like persistentInstance
32904 src/com/gps/hibernate/TripDetailsDAO.java 74 Parameter 'persistentInstance' is not assigned and could be declared final
32905 src/com/gps/hibernate/TripDetailsDAO.java 74 publicMethodCommentRequirement Required
32906 src/com/gps/hibernate/TripDetailsDAO.java 75 There is log block not surrounded by if
32907 src/com/gps/hibernate/TripDetailsDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32908 src/com/gps/hibernate/TripDetailsDAO.java 77 Potential violation of Law of Demeter (method chain calls)
32909 src/com/gps/hibernate/TripDetailsDAO.java 78 There is log block not surrounded by if
32910 src/com/gps/hibernate/TripDetailsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32911 src/com/gps/hibernate/TripDetailsDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32912 src/com/gps/hibernate/TripDetailsDAO.java 80 There is log block not surrounded by if
32913 src/com/gps/hibernate/TripDetailsDAO.java 85 Avoid variables with short names like id
32914 src/com/gps/hibernate/TripDetailsDAO.java 85 Parameter 'id' is not assigned and could be declared final
32915 src/com/gps/hibernate/TripDetailsDAO.java 85 publicMethodCommentRequirement Required
32916 src/com/gps/hibernate/TripDetailsDAO.java 86 There is log block not surrounded by if
32917 src/com/gps/hibernate/TripDetailsDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32918 src/com/gps/hibernate/TripDetailsDAO.java 88 Local variable 'instance' could be declared final
32919 src/com/gps/hibernate/TripDetailsDAO.java 88 Potential violation of Law of Demeter (method chain calls)
32920 src/com/gps/hibernate/TripDetailsDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32921 src/com/gps/hibernate/TripDetailsDAO.java 92 There is log block not surrounded by if
32922 src/com/gps/hibernate/TripDetailsDAO.java 97 Parameter 'instance' is not assigned and could be declared final
32923 src/com/gps/hibernate/TripDetailsDAO.java 97 publicMethodCommentRequirement Required
32924 src/com/gps/hibernate/TripDetailsDAO.java 98 There is log block not surrounded by if
32925 src/com/gps/hibernate/TripDetailsDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32926 src/com/gps/hibernate/TripDetailsDAO.java 100 Local variable 'results' could be declared final
32927 src/com/gps/hibernate/TripDetailsDAO.java 100 Potential violation of Law of Demeter (method chain calls)
32928 src/com/gps/hibernate/TripDetailsDAO.java 100 Potential violation of Law of Demeter (method chain calls)
32929 src/com/gps/hibernate/TripDetailsDAO.java 100 Potential violation of Law of Demeter (method chain calls)
32930 src/com/gps/hibernate/TripDetailsDAO.java 103 There is log block not surrounded by if
32931 src/com/gps/hibernate/TripDetailsDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32932 src/com/gps/hibernate/TripDetailsDAO.java 104 Potential violation of Law of Demeter (object not created locally)
32933 src/com/gps/hibernate/TripDetailsDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32934 src/com/gps/hibernate/TripDetailsDAO.java 107 There is log block not surrounded by if
32935 src/com/gps/hibernate/TripDetailsDAO.java 112 Parameter 'propertyName' is not assigned and could be declared final
32936 src/com/gps/hibernate/TripDetailsDAO.java 112 Parameter 'value' is not assigned and could be declared final
32937 src/com/gps/hibernate/TripDetailsDAO.java 112 publicMethodCommentRequirement Required
32938 src/com/gps/hibernate/TripDetailsDAO.java 113 There is log block not surrounded by if
32939 src/com/gps/hibernate/TripDetailsDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32940 src/com/gps/hibernate/TripDetailsDAO.java 116 Local variable 'queryString' could be declared final
32941 src/com/gps/hibernate/TripDetailsDAO.java 118 Local variable 'queryObject' could be declared final
32942 src/com/gps/hibernate/TripDetailsDAO.java 118 Potential violation of Law of Demeter (method chain calls)
32943 src/com/gps/hibernate/TripDetailsDAO.java 119 Potential violation of Law of Demeter (object not created locally)
32944 src/com/gps/hibernate/TripDetailsDAO.java 120 Potential violation of Law of Demeter (object not created locally)
32945 src/com/gps/hibernate/TripDetailsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32946 src/com/gps/hibernate/TripDetailsDAO.java 122 There is log block not surrounded by if
32947 src/com/gps/hibernate/TripDetailsDAO.java 127 Parameter 'costofTrip' is not assigned and could be declared final
32948 src/com/gps/hibernate/TripDetailsDAO.java 127 publicMethodCommentRequirement Required
32949 src/com/gps/hibernate/TripDetailsDAO.java 131 Parameter 'sourceLocation' is not assigned and could be declared final
32950 src/com/gps/hibernate/TripDetailsDAO.java 131 publicMethodCommentRequirement Required
32951 src/com/gps/hibernate/TripDetailsDAO.java 135 Parameter 'destination' is not assigned and could be declared final
32952 src/com/gps/hibernate/TripDetailsDAO.java 135 publicMethodCommentRequirement Required
32953 src/com/gps/hibernate/TripDetailsDAO.java 139 Parameter 'distance' is not assigned and could be declared final
32954 src/com/gps/hibernate/TripDetailsDAO.java 139 publicMethodCommentRequirement Required
32955 src/com/gps/hibernate/TripDetailsDAO.java 143 Parameter 'route' is not assigned and could be declared final
32956 src/com/gps/hibernate/TripDetailsDAO.java 143 publicMethodCommentRequirement Required
32957 src/com/gps/hibernate/TripDetailsDAO.java 147 Parameter 'tripDirection' is not assigned and could be declared final
32958 src/com/gps/hibernate/TripDetailsDAO.java 147 publicMethodCommentRequirement Required
32959 src/com/gps/hibernate/TripDetailsDAO.java 151 Parameter 'noSeats' is not assigned and could be declared final
32960 src/com/gps/hibernate/TripDetailsDAO.java 151 publicMethodCommentRequirement Required
32961 src/com/gps/hibernate/TripDetailsDAO.java 155 Parameter 'tripFrequency' is not assigned and could be declared final
32962 src/com/gps/hibernate/TripDetailsDAO.java 155 publicMethodCommentRequirement Required
32963 src/com/gps/hibernate/TripDetailsDAO.java 159 Avoid excessively long variable names like noConfirmedTravellers
32964 src/com/gps/hibernate/TripDetailsDAO.java 159 Parameter 'noConfirmedTravellers' is not assigned and could be declared final
32965 src/com/gps/hibernate/TripDetailsDAO.java 159 publicMethodCommentRequirement Required
32966 src/com/gps/hibernate/TripDetailsDAO.java 163 Parameter 'via' is not assigned and could be declared final
32967 src/com/gps/hibernate/TripDetailsDAO.java 163 publicMethodCommentRequirement Required
32968 src/com/gps/hibernate/TripDetailsDAO.java 167 Parameter 'returnTime' is not assigned and could be declared final
32969 src/com/gps/hibernate/TripDetailsDAO.java 167 publicMethodCommentRequirement Required
32970 src/com/gps/hibernate/TripDetailsDAO.java 171 Parameter 'startTime' is not assigned and could be declared final
32971 src/com/gps/hibernate/TripDetailsDAO.java 171 publicMethodCommentRequirement Required
32972 src/com/gps/hibernate/TripDetailsDAO.java 175 Parameter 'role' is not assigned and could be declared final
32973 src/com/gps/hibernate/TripDetailsDAO.java 175 publicMethodCommentRequirement Required
32974 src/com/gps/hibernate/TripDetailsDAO.java 179 Parameter 'status' is not assigned and could be declared final
32975 src/com/gps/hibernate/TripDetailsDAO.java 179 publicMethodCommentRequirement Required
32976 src/com/gps/hibernate/TripDetailsDAO.java 183 Parameter 'parentId' is not assigned and could be declared final
32977 src/com/gps/hibernate/TripDetailsDAO.java 183 publicMethodCommentRequirement Required
32978 src/com/gps/hibernate/TripDetailsDAO.java 187 Parameter 'pickupPoints' is not assigned and could be declared final
32979 src/com/gps/hibernate/TripDetailsDAO.java 187 publicMethodCommentRequirement Required
32980 src/com/gps/hibernate/TripDetailsDAO.java 191 Parameter 'tripName' is not assigned and could be declared final
32981 src/com/gps/hibernate/TripDetailsDAO.java 191 publicMethodCommentRequirement Required
32982 src/com/gps/hibernate/TripDetailsDAO.java 195 Parameter 'tripDesc' is not assigned and could be declared final
32983 src/com/gps/hibernate/TripDetailsDAO.java 195 publicMethodCommentRequirement Required
32984 src/com/gps/hibernate/TripDetailsDAO.java 199 Parameter 'first' is not assigned and could be declared final
32985 src/com/gps/hibernate/TripDetailsDAO.java 199 Parameter 'last' is not assigned and could be declared final
32986 src/com/gps/hibernate/TripDetailsDAO.java 199 publicMethodCommentRequirement Required
32987 src/com/gps/hibernate/TripDetailsDAO.java 201 There is log block not surrounded by if
32988 src/com/gps/hibernate/TripDetailsDAO.java 201 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32989 src/com/gps/hibernate/TripDetailsDAO.java 204 Local variable 'queryString' could be declared final
32990 src/com/gps/hibernate/TripDetailsDAO.java 205 Local variable 'queryObject' could be declared final
32991 src/com/gps/hibernate/TripDetailsDAO.java 205 Potential violation of Law of Demeter (method chain calls)
32992 src/com/gps/hibernate/TripDetailsDAO.java 208 Potential violation of Law of Demeter (object not created locally)
32993 src/com/gps/hibernate/TripDetailsDAO.java 209 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32994 src/com/gps/hibernate/TripDetailsDAO.java 210 There is log block not surrounded by if
32995 src/com/gps/hibernate/TripDetailsDAO.java 216 Parameter 'detachedInstance' is not assigned and could be declared final
32996 src/com/gps/hibernate/TripDetailsDAO.java 216 publicMethodCommentRequirement Required
32997 src/com/gps/hibernate/TripDetailsDAO.java 217 There is log block not surrounded by if
32998 src/com/gps/hibernate/TripDetailsDAO.java 217 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32999 src/com/gps/hibernate/TripDetailsDAO.java 219 Local variable 'result' could be declared final
33000 src/com/gps/hibernate/TripDetailsDAO.java 219 Potential violation of Law of Demeter (method chain calls)
33001 src/com/gps/hibernate/TripDetailsDAO.java 221 There is log block not surrounded by if
33002 src/com/gps/hibernate/TripDetailsDAO.java 221 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33003 src/com/gps/hibernate/TripDetailsDAO.java 223 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33004 src/com/gps/hibernate/TripDetailsDAO.java 224 There is log block not surrounded by if
33005 src/com/gps/hibernate/TripDetailsDAO.java 229 Parameter 'instance' is not assigned and could be declared final
33006 src/com/gps/hibernate/TripDetailsDAO.java 229 publicMethodCommentRequirement Required
33007 src/com/gps/hibernate/TripDetailsDAO.java 230 There is log block not surrounded by if
33008 src/com/gps/hibernate/TripDetailsDAO.java 230 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33009 src/com/gps/hibernate/TripDetailsDAO.java 232 Potential violation of Law of Demeter (method chain calls)
33010 src/com/gps/hibernate/TripDetailsDAO.java 233 There is log block not surrounded by if
33011 src/com/gps/hibernate/TripDetailsDAO.java 233 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33012 src/com/gps/hibernate/TripDetailsDAO.java 234 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33013 src/com/gps/hibernate/TripDetailsDAO.java 235 There is log block not surrounded by if
33014 src/com/gps/hibernate/TripDetailsDAO.java 240 Parameter 'instance' is not assigned and could be declared final
33015 src/com/gps/hibernate/TripDetailsDAO.java 240 publicMethodCommentRequirement Required
33016 src/com/gps/hibernate/TripDetailsDAO.java 241 There is log block not surrounded by if
33017 src/com/gps/hibernate/TripDetailsDAO.java 241 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33018 src/com/gps/hibernate/TripDetailsDAO.java 243 Potential violation of Law of Demeter (method chain calls)
33019 src/com/gps/hibernate/TripDetailsDAO.java 244 There is log block not surrounded by if
33020 src/com/gps/hibernate/TripDetailsDAO.java 244 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33021 src/com/gps/hibernate/TripDetailsDAO.java 245 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33022 src/com/gps/hibernate/TripDetailsDAO.java 246 There is log block not surrounded by if
33023 src/com/gps/hibernate/TripDeviation.java 13 fieldCommentRequirement Required
33024 src/com/gps/hibernate/TripDeviation.java 14 fieldCommentRequirement Required
33025 src/com/gps/hibernate/TripDeviation.java 15 fieldCommentRequirement Required
33026 src/com/gps/hibernate/TripDeviation.java 16 fieldCommentRequirement Required
33027 src/com/gps/hibernate/TripDeviation.java 18 Document empty constructor
33028 src/com/gps/hibernate/TripDeviation.java 18 publicMethodCommentRequirement Required
33029 src/com/gps/hibernate/TripDeviation.java 21 Parameter 'time' is not assigned and could be declared final
33030 src/com/gps/hibernate/TripDeviation.java 21 publicMethodCommentRequirement Required
33031 src/com/gps/hibernate/TripDeviation.java 25 Parameter 'isSupportTeamOk' is not assigned and could be declared final
33032 src/com/gps/hibernate/TripDeviation.java 25 Parameter 'time' is not assigned and could be declared final
33033 src/com/gps/hibernate/TripDeviation.java 25 Parameter 'tripDetails' is not assigned and could be declared final
33034 src/com/gps/hibernate/TripDeviation.java 25 publicMethodCommentRequirement Required
33035 src/com/gps/hibernate/TripDeviation.java 31 publicMethodCommentRequirement Required
33036 src/com/gps/hibernate/TripDeviation.java 35 Parameter 'tripDeviationId' is not assigned and could be declared final
33037 src/com/gps/hibernate/TripDeviation.java 35 publicMethodCommentRequirement Required
33038 src/com/gps/hibernate/TripDeviation.java 39 publicMethodCommentRequirement Required
33039 src/com/gps/hibernate/TripDeviation.java 43 Parameter 'tripDetails' is not assigned and could be declared final
33040 src/com/gps/hibernate/TripDeviation.java 43 publicMethodCommentRequirement Required
33041 src/com/gps/hibernate/TripDeviation.java 47 publicMethodCommentRequirement Required
33042 src/com/gps/hibernate/TripDeviation.java 51 Parameter 'isSupportTeamOk' is not assigned and could be declared final
33043 src/com/gps/hibernate/TripDeviation.java 51 publicMethodCommentRequirement Required
33044 src/com/gps/hibernate/TripDeviation.java 55 publicMethodCommentRequirement Required
33045 src/com/gps/hibernate/TripDeviation.java 59 Parameter 'time' is not assigned and could be declared final
33046 src/com/gps/hibernate/TripDeviation.java 59 publicMethodCommentRequirement Required
33047 src/com/gps/hibernate/TripDeviationDAO.java 12 Comment is too large: Too many lines
33048 src/com/gps/hibernate/TripDeviationDAO.java 24 This class has too many methods, consider refactoring it.
33049 src/com/gps/hibernate/TripDeviationDAO.java 25 Logger should be defined private static final and have the correct class
33050 src/com/gps/hibernate/TripDeviationDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
33051 src/com/gps/hibernate/TripDeviationDAO.java 25 fieldCommentRequirement Required
33052 src/com/gps/hibernate/TripDeviationDAO.java 28 fieldCommentRequirement Required
33053 src/com/gps/hibernate/TripDeviationDAO.java 29 Avoid excessively long variable names like IS_SUPPORT_TEAM_OK
33054 src/com/gps/hibernate/TripDeviationDAO.java 29 fieldCommentRequirement Required
33055 src/com/gps/hibernate/TripDeviationDAO.java 30 fieldCommentRequirement Required
33056 src/com/gps/hibernate/TripDeviationDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
33057 src/com/gps/hibernate/TripDeviationDAO.java 33 publicMethodCommentRequirement Required
33058 src/com/gps/hibernate/TripDeviationDAO.java 34 There is log block not surrounded by if
33059 src/com/gps/hibernate/TripDeviationDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33060 src/com/gps/hibernate/TripDeviationDAO.java 36 Potential violation of Law of Demeter (method chain calls)
33061 src/com/gps/hibernate/TripDeviationDAO.java 37 There is log block not surrounded by if
33062 src/com/gps/hibernate/TripDeviationDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33063 src/com/gps/hibernate/TripDeviationDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33064 src/com/gps/hibernate/TripDeviationDAO.java 39 There is log block not surrounded by if
33065 src/com/gps/hibernate/TripDeviationDAO.java 44 Avoid excessively long variable names like persistentInstance
33066 src/com/gps/hibernate/TripDeviationDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
33067 src/com/gps/hibernate/TripDeviationDAO.java 44 publicMethodCommentRequirement Required
33068 src/com/gps/hibernate/TripDeviationDAO.java 45 There is log block not surrounded by if
33069 src/com/gps/hibernate/TripDeviationDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33070 src/com/gps/hibernate/TripDeviationDAO.java 47 Potential violation of Law of Demeter (method chain calls)
33071 src/com/gps/hibernate/TripDeviationDAO.java 48 There is log block not surrounded by if
33072 src/com/gps/hibernate/TripDeviationDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33073 src/com/gps/hibernate/TripDeviationDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33074 src/com/gps/hibernate/TripDeviationDAO.java 50 There is log block not surrounded by if
33075 src/com/gps/hibernate/TripDeviationDAO.java 55 Avoid variables with short names like id
33076 src/com/gps/hibernate/TripDeviationDAO.java 55 Parameter 'id' is not assigned and could be declared final
33077 src/com/gps/hibernate/TripDeviationDAO.java 55 publicMethodCommentRequirement Required
33078 src/com/gps/hibernate/TripDeviationDAO.java 56 There is log block not surrounded by if
33079 src/com/gps/hibernate/TripDeviationDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33080 src/com/gps/hibernate/TripDeviationDAO.java 58 Local variable 'instance' could be declared final
33081 src/com/gps/hibernate/TripDeviationDAO.java 58 Potential violation of Law of Demeter (method chain calls)
33082 src/com/gps/hibernate/TripDeviationDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33083 src/com/gps/hibernate/TripDeviationDAO.java 62 There is log block not surrounded by if
33084 src/com/gps/hibernate/TripDeviationDAO.java 67 The String literal "rawtypes" appears 6 times in this file; the first occurrence is on line 67
33085 src/com/gps/hibernate/TripDeviationDAO.java 68 Parameter 'instance' is not assigned and could be declared final
33086 src/com/gps/hibernate/TripDeviationDAO.java 68 publicMethodCommentRequirement Required
33087 src/com/gps/hibernate/TripDeviationDAO.java 69 There is log block not surrounded by if
33088 src/com/gps/hibernate/TripDeviationDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33089 src/com/gps/hibernate/TripDeviationDAO.java 71 Local variable 'results' could be declared final
33090 src/com/gps/hibernate/TripDeviationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
33091 src/com/gps/hibernate/TripDeviationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
33092 src/com/gps/hibernate/TripDeviationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
33093 src/com/gps/hibernate/TripDeviationDAO.java 74 There is log block not surrounded by if
33094 src/com/gps/hibernate/TripDeviationDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33095 src/com/gps/hibernate/TripDeviationDAO.java 75 Potential violation of Law of Demeter (object not created locally)
33096 src/com/gps/hibernate/TripDeviationDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33097 src/com/gps/hibernate/TripDeviationDAO.java 78 There is log block not surrounded by if
33098 src/com/gps/hibernate/TripDeviationDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
33099 src/com/gps/hibernate/TripDeviationDAO.java 83 Parameter 'value' is not assigned and could be declared final
33100 src/com/gps/hibernate/TripDeviationDAO.java 83 publicMethodCommentRequirement Required
33101 src/com/gps/hibernate/TripDeviationDAO.java 84 There is log block not surrounded by if
33102 src/com/gps/hibernate/TripDeviationDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33103 src/com/gps/hibernate/TripDeviationDAO.java 87 Local variable 'queryString' could be declared final
33104 src/com/gps/hibernate/TripDeviationDAO.java 89 Local variable 'queryObject' could be declared final
33105 src/com/gps/hibernate/TripDeviationDAO.java 89 Potential violation of Law of Demeter (method chain calls)
33106 src/com/gps/hibernate/TripDeviationDAO.java 90 Potential violation of Law of Demeter (object not created locally)
33107 src/com/gps/hibernate/TripDeviationDAO.java 91 Potential violation of Law of Demeter (object not created locally)
33108 src/com/gps/hibernate/TripDeviationDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33109 src/com/gps/hibernate/TripDeviationDAO.java 93 There is log block not surrounded by if
33110 src/com/gps/hibernate/TripDeviationDAO.java 99 Parameter 'tripDeviationId' is not assigned and could be declared final
33111 src/com/gps/hibernate/TripDeviationDAO.java 99 publicMethodCommentRequirement Required
33112 src/com/gps/hibernate/TripDeviationDAO.java 103 Parameter 'isSupportTeamOk' is not assigned and could be declared final
33113 src/com/gps/hibernate/TripDeviationDAO.java 103 publicMethodCommentRequirement Required
33114 src/com/gps/hibernate/TripDeviationDAO.java 107 Parameter 'time' is not assigned and could be declared final
33115 src/com/gps/hibernate/TripDeviationDAO.java 107 publicMethodCommentRequirement Required
33116 src/com/gps/hibernate/TripDeviationDAO.java 111 Parameter 'first' is not assigned and could be declared final
33117 src/com/gps/hibernate/TripDeviationDAO.java 111 Parameter 'last' is not assigned and could be declared final
33118 src/com/gps/hibernate/TripDeviationDAO.java 111 publicMethodCommentRequirement Required
33119 src/com/gps/hibernate/TripDeviationDAO.java 113 There is log block not surrounded by if
33120 src/com/gps/hibernate/TripDeviationDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33121 src/com/gps/hibernate/TripDeviationDAO.java 116 Local variable 'queryString' could be declared final
33122 src/com/gps/hibernate/TripDeviationDAO.java 117 Local variable 'queryObject' could be declared final
33123 src/com/gps/hibernate/TripDeviationDAO.java 117 Potential violation of Law of Demeter (method chain calls)
33124 src/com/gps/hibernate/TripDeviationDAO.java 120 Potential violation of Law of Demeter (object not created locally)
33125 src/com/gps/hibernate/TripDeviationDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33126 src/com/gps/hibernate/TripDeviationDAO.java 122 There is log block not surrounded by if
33127 src/com/gps/hibernate/TripDeviationDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
33128 src/com/gps/hibernate/TripDeviationDAO.java 128 publicMethodCommentRequirement Required
33129 src/com/gps/hibernate/TripDeviationDAO.java 129 There is log block not surrounded by if
33130 src/com/gps/hibernate/TripDeviationDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33131 src/com/gps/hibernate/TripDeviationDAO.java 131 Local variable 'result' could be declared final
33132 src/com/gps/hibernate/TripDeviationDAO.java 131 Potential violation of Law of Demeter (method chain calls)
33133 src/com/gps/hibernate/TripDeviationDAO.java 133 There is log block not surrounded by if
33134 src/com/gps/hibernate/TripDeviationDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33135 src/com/gps/hibernate/TripDeviationDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33136 src/com/gps/hibernate/TripDeviationDAO.java 136 There is log block not surrounded by if
33137 src/com/gps/hibernate/TripDeviationDAO.java 141 Parameter 'instance' is not assigned and could be declared final
33138 src/com/gps/hibernate/TripDeviationDAO.java 141 publicMethodCommentRequirement Required
33139 src/com/gps/hibernate/TripDeviationDAO.java 142 There is log block not surrounded by if
33140 src/com/gps/hibernate/TripDeviationDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33141 src/com/gps/hibernate/TripDeviationDAO.java 144 Potential violation of Law of Demeter (method chain calls)
33142 src/com/gps/hibernate/TripDeviationDAO.java 145 There is log block not surrounded by if
33143 src/com/gps/hibernate/TripDeviationDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33144 src/com/gps/hibernate/TripDeviationDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33145 src/com/gps/hibernate/TripDeviationDAO.java 147 There is log block not surrounded by if
33146 src/com/gps/hibernate/TripDeviationDAO.java 152 Parameter 'instance' is not assigned and could be declared final
33147 src/com/gps/hibernate/TripDeviationDAO.java 152 publicMethodCommentRequirement Required
33148 src/com/gps/hibernate/TripDeviationDAO.java 153 There is log block not surrounded by if
33149 src/com/gps/hibernate/TripDeviationDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33150 src/com/gps/hibernate/TripDeviationDAO.java 155 Potential violation of Law of Demeter (method chain calls)
33151 src/com/gps/hibernate/TripDeviationDAO.java 156 There is log block not surrounded by if
33152 src/com/gps/hibernate/TripDeviationDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33153 src/com/gps/hibernate/TripDeviationDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33154 src/com/gps/hibernate/TripDeviationDAO.java 158 There is log block not surrounded by if
33155 src/com/gps/hibernate/TripParameters.java 13 Classes implementing Serializable should set a serialVersionUID
33156 src/com/gps/hibernate/TripParameters.java 13 Too many fields
33157 src/com/gps/hibernate/TripParameters.java 16 fieldCommentRequirement Required
33158 src/com/gps/hibernate/TripParameters.java 17 fieldCommentRequirement Required
33159 src/com/gps/hibernate/TripParameters.java 18 fieldCommentRequirement Required
33160 src/com/gps/hibernate/TripParameters.java 19 fieldCommentRequirement Required
33161 src/com/gps/hibernate/TripParameters.java 20 fieldCommentRequirement Required
33162 src/com/gps/hibernate/TripParameters.java 21 fieldCommentRequirement Required
33163 src/com/gps/hibernate/TripParameters.java 22 fieldCommentRequirement Required
33164 src/com/gps/hibernate/TripParameters.java 23 fieldCommentRequirement Required
33165 src/com/gps/hibernate/TripParameters.java 24 fieldCommentRequirement Required
33166 src/com/gps/hibernate/TripParameters.java 26 fieldCommentRequirement Required
33167 src/com/gps/hibernate/TripParameters.java 28 fieldCommentRequirement Required
33168 src/com/gps/hibernate/TripParameters.java 29 fieldCommentRequirement Required
33169 src/com/gps/hibernate/TripParameters.java 31 fieldCommentRequirement Required
33170 src/com/gps/hibernate/TripParameters.java 33 fieldCommentRequirement Required
33171 src/com/gps/hibernate/TripParameters.java 34 fieldCommentRequirement Required
33172 src/com/gps/hibernate/TripParameters.java 35 fieldCommentRequirement Required
33173 src/com/gps/hibernate/TripParameters.java 36 fieldCommentRequirement Required
33174 src/com/gps/hibernate/TripParameters.java 37 fieldCommentRequirement Required
33175 src/com/gps/hibernate/TripParameters.java 38 fieldCommentRequirement Required
33176 src/com/gps/hibernate/TripParameters.java 39 fieldCommentRequirement Required
33177 src/com/gps/hibernate/TripParameters.java 40 fieldCommentRequirement Required
33178 src/com/gps/hibernate/TripParameters.java 52 Parameter 'vehicleDetails' is not assigned and could be declared final
33179 src/com/gps/hibernate/TripParameters.java 56 publicMethodCommentRequirement Required
33180 src/com/gps/hibernate/TripParameters.java 60 Parameter 'cellId' is not assigned and could be declared final
33181 src/com/gps/hibernate/TripParameters.java 60 publicMethodCommentRequirement Required
33182 src/com/gps/hibernate/TripParameters.java 66 publicMethodCommentRequirement Required
33183 src/com/gps/hibernate/TripParameters.java 70 Parameter 'gsmStatus' is not assigned and could be declared final
33184 src/com/gps/hibernate/TripParameters.java 70 publicMethodCommentRequirement Required
33185 src/com/gps/hibernate/TripParameters.java 79 Document empty constructor
33186 src/com/gps/hibernate/TripParameters.java 83 Parameter 'creationTime' is not assigned and could be declared final
33187 src/com/gps/hibernate/TripParameters.java 88 Avoid long parameter lists.
33188 src/com/gps/hibernate/TripParameters.java 88 Parameter 'lattitude' is not assigned and could be declared final
33189 src/com/gps/hibernate/TripParameters.java 88 Parameter 'tripDetails' is not assigned and could be declared final
33190 src/com/gps/hibernate/TripParameters.java 89 Parameter 'altitude' is not assigned and could be declared final
33191 src/com/gps/hibernate/TripParameters.java 89 Parameter 'heading' is not assigned and could be declared final
33192 src/com/gps/hibernate/TripParameters.java 89 Parameter 'longitude' is not assigned and could be declared final
33193 src/com/gps/hibernate/TripParameters.java 89 Parameter 'speed' is not assigned and could be declared final
33194 src/com/gps/hibernate/TripParameters.java 90 Avoid unused constructor parameters such as 'address'.
33195 src/com/gps/hibernate/TripParameters.java 90 Parameter 'address' is not assigned and could be declared final
33196 src/com/gps/hibernate/TripParameters.java 90 Parameter 'engineStatus' is not assigned and could be declared final
33197 src/com/gps/hibernate/TripParameters.java 90 Parameter 'oilPreassure' is not assigned and could be declared final
33198 src/com/gps/hibernate/TripParameters.java 91 Avoid unused constructor parameters such as 'waterTemp'.
33199 src/com/gps/hibernate/TripParameters.java 91 Parameter 'brake' is not assigned and could be declared final
33200 src/com/gps/hibernate/TripParameters.java 91 Parameter 'fuelContent' is not assigned and could be declared final
33201 src/com/gps/hibernate/TripParameters.java 91 Parameter 'waterTemp' is not assigned and could be declared final
33202 src/com/gps/hibernate/TripParameters.java 92 Parameter 'batteryStatus' is not assigned and could be declared final
33203 src/com/gps/hibernate/TripParameters.java 92 Parameter 'brakelightStatus' is not assigned and could be declared final
33204 src/com/gps/hibernate/TripParameters.java 92 Parameter 'creationTime' is not assigned and could be declared final
33205 src/com/gps/hibernate/TripParameters.java 122 publicMethodCommentRequirement Required
33206 src/com/gps/hibernate/TripParameters.java 126 Parameter 'tripParamid' is not assigned and could be declared final
33207 src/com/gps/hibernate/TripParameters.java 126 publicMethodCommentRequirement Required
33208 src/com/gps/hibernate/TripParameters.java 130 publicMethodCommentRequirement Required
33209 src/com/gps/hibernate/TripParameters.java 134 Parameter 'tripDetails' is not assigned and could be declared final
33210 src/com/gps/hibernate/TripParameters.java 134 publicMethodCommentRequirement Required
33211 src/com/gps/hibernate/TripParameters.java 138 publicMethodCommentRequirement Required
33212 src/com/gps/hibernate/TripParameters.java 142 Parameter 'lattitude' is not assigned and could be declared final
33213 src/com/gps/hibernate/TripParameters.java 142 publicMethodCommentRequirement Required
33214 src/com/gps/hibernate/TripParameters.java 146 publicMethodCommentRequirement Required
33215 src/com/gps/hibernate/TripParameters.java 150 Parameter 'longitude' is not assigned and could be declared final
33216 src/com/gps/hibernate/TripParameters.java 150 publicMethodCommentRequirement Required
33217 src/com/gps/hibernate/TripParameters.java 154 publicMethodCommentRequirement Required
33218 src/com/gps/hibernate/TripParameters.java 158 Avoid reassigning parameters such as 'speed'
33219 src/com/gps/hibernate/TripParameters.java 158 Avoid reassigning parameters such as 'speed'
33220 src/com/gps/hibernate/TripParameters.java 158 publicMethodCommentRequirement Required
33221 src/com/gps/hibernate/TripParameters.java 159 Local variable 'twoDForm' could be declared final
33222 src/com/gps/hibernate/TripParameters.java 161 Potential violation of Law of Demeter (object not created locally)
33223 src/com/gps/hibernate/TripParameters.java 166 publicMethodCommentRequirement Required
33224 src/com/gps/hibernate/TripParameters.java 170 Parameter 'heading' is not assigned and could be declared final
33225 src/com/gps/hibernate/TripParameters.java 170 publicMethodCommentRequirement Required
33226 src/com/gps/hibernate/TripParameters.java 174 publicMethodCommentRequirement Required
33227 src/com/gps/hibernate/TripParameters.java 178 Parameter 'altitude' is not assigned and could be declared final
33228 src/com/gps/hibernate/TripParameters.java 178 publicMethodCommentRequirement Required
33229 src/com/gps/hibernate/TripParameters.java 182 publicMethodCommentRequirement Required
33230 src/com/gps/hibernate/TripParameters.java 186 Parameter 'status' is not assigned and could be declared final
33231 src/com/gps/hibernate/TripParameters.java 186 publicMethodCommentRequirement Required
33232 src/com/gps/hibernate/TripParameters.java 190 publicMethodCommentRequirement Required
33233 src/com/gps/hibernate/TripParameters.java 194 Parameter 'engineStatus' is not assigned and could be declared final
33234 src/com/gps/hibernate/TripParameters.java 194 publicMethodCommentRequirement Required
33235 src/com/gps/hibernate/TripParameters.java 198 publicMethodCommentRequirement Required
33236 src/com/gps/hibernate/TripParameters.java 202 Parameter 'oilPreassure' is not assigned and could be declared final
33237 src/com/gps/hibernate/TripParameters.java 202 publicMethodCommentRequirement Required
33238 src/com/gps/hibernate/TripParameters.java 206 publicMethodCommentRequirement Required
33239 src/com/gps/hibernate/TripParameters.java 210 Parameter 'correctionFactor' is not assigned and could be declared final
33240 src/com/gps/hibernate/TripParameters.java 210 publicMethodCommentRequirement Required
33241 src/com/gps/hibernate/TripParameters.java 216 publicMethodCommentRequirement Required
33242 src/com/gps/hibernate/TripParameters.java 220 Parameter 'fuelContent' is not assigned and could be declared final
33243 src/com/gps/hibernate/TripParameters.java 220 publicMethodCommentRequirement Required
33244 src/com/gps/hibernate/TripParameters.java 224 publicMethodCommentRequirement Required
33245 src/com/gps/hibernate/TripParameters.java 228 Parameter 'brake' is not assigned and could be declared final
33246 src/com/gps/hibernate/TripParameters.java 228 publicMethodCommentRequirement Required
33247 src/com/gps/hibernate/TripParameters.java 232 publicMethodCommentRequirement Required
33248 src/com/gps/hibernate/TripParameters.java 236 Parameter 'creationTime' is not assigned and could be declared final
33249 src/com/gps/hibernate/TripParameters.java 236 publicMethodCommentRequirement Required
33250 src/com/gps/hibernate/TripParameters.java 240 publicMethodCommentRequirement Required
33251 src/com/gps/hibernate/TripParameters.java 244 Parameter 'brakelightStatus' is not assigned and could be declared final
33252 src/com/gps/hibernate/TripParameters.java 244 publicMethodCommentRequirement Required
33253 src/com/gps/hibernate/TripParameters.java 248 publicMethodCommentRequirement Required
33254 src/com/gps/hibernate/TripParameters.java 252 Parameter 'batteryStatus' is not assigned and could be declared final
33255 src/com/gps/hibernate/TripParameters.java 252 publicMethodCommentRequirement Required
33256 src/com/gps/hibernate/TripParameters.java 256 Parameter 'reportRef' is not assigned and could be declared final
33257 src/com/gps/hibernate/TripParameters.java 256 publicMethodCommentRequirement Required
33258 src/com/gps/hibernate/TripParameters.java 260 publicMethodCommentRequirement Required
33259 src/com/gps/hibernate/TripParameters.java 274 Parameter 'distance' is not assigned and could be declared final
33260 src/com/gps/hibernate/TripParametersDAO.java 3 Avoid unused imports such as 'java.util.Date'
33261 src/com/gps/hibernate/TripParametersDAO.java 11 Comment is too large: Too many lines
33262 src/com/gps/hibernate/TripParametersDAO.java 23 This class has too many methods, consider refactoring it.
33263 src/com/gps/hibernate/TripParametersDAO.java 24 Logger should be defined private static final and have the correct class
33264 src/com/gps/hibernate/TripParametersDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
33265 src/com/gps/hibernate/TripParametersDAO.java 24 fieldCommentRequirement Required
33266 src/com/gps/hibernate/TripParametersDAO.java 26 fieldCommentRequirement Required
33267 src/com/gps/hibernate/TripParametersDAO.java 27 fieldCommentRequirement Required
33268 src/com/gps/hibernate/TripParametersDAO.java 28 fieldCommentRequirement Required
33269 src/com/gps/hibernate/TripParametersDAO.java 29 fieldCommentRequirement Required
33270 src/com/gps/hibernate/TripParametersDAO.java 30 fieldCommentRequirement Required
33271 src/com/gps/hibernate/TripParametersDAO.java 31 fieldCommentRequirement Required
33272 src/com/gps/hibernate/TripParametersDAO.java 32 fieldCommentRequirement Required
33273 src/com/gps/hibernate/TripParametersDAO.java 33 fieldCommentRequirement Required
33274 src/com/gps/hibernate/TripParametersDAO.java 34 fieldCommentRequirement Required
33275 src/com/gps/hibernate/TripParametersDAO.java 35 fieldCommentRequirement Required
33276 src/com/gps/hibernate/TripParametersDAO.java 36 fieldCommentRequirement Required
33277 src/com/gps/hibernate/TripParametersDAO.java 37 fieldCommentRequirement Required
33278 src/com/gps/hibernate/TripParametersDAO.java 38 fieldCommentRequirement Required
33279 src/com/gps/hibernate/TripParametersDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
33280 src/com/gps/hibernate/TripParametersDAO.java 40 publicMethodCommentRequirement Required
33281 src/com/gps/hibernate/TripParametersDAO.java 41 There is log block not surrounded by if
33282 src/com/gps/hibernate/TripParametersDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33283 src/com/gps/hibernate/TripParametersDAO.java 43 Potential violation of Law of Demeter (method chain calls)
33284 src/com/gps/hibernate/TripParametersDAO.java 44 There is log block not surrounded by if
33285 src/com/gps/hibernate/TripParametersDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33286 src/com/gps/hibernate/TripParametersDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33287 src/com/gps/hibernate/TripParametersDAO.java 46 There is log block not surrounded by if
33288 src/com/gps/hibernate/TripParametersDAO.java 51 Avoid excessively long variable names like persistentInstance
33289 src/com/gps/hibernate/TripParametersDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
33290 src/com/gps/hibernate/TripParametersDAO.java 51 publicMethodCommentRequirement Required
33291 src/com/gps/hibernate/TripParametersDAO.java 52 There is log block not surrounded by if
33292 src/com/gps/hibernate/TripParametersDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33293 src/com/gps/hibernate/TripParametersDAO.java 54 Potential violation of Law of Demeter (method chain calls)
33294 src/com/gps/hibernate/TripParametersDAO.java 55 There is log block not surrounded by if
33295 src/com/gps/hibernate/TripParametersDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33296 src/com/gps/hibernate/TripParametersDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33297 src/com/gps/hibernate/TripParametersDAO.java 57 There is log block not surrounded by if
33298 src/com/gps/hibernate/TripParametersDAO.java 62 Avoid variables with short names like id
33299 src/com/gps/hibernate/TripParametersDAO.java 62 Parameter 'id' is not assigned and could be declared final
33300 src/com/gps/hibernate/TripParametersDAO.java 62 publicMethodCommentRequirement Required
33301 src/com/gps/hibernate/TripParametersDAO.java 63 There is log block not surrounded by if
33302 src/com/gps/hibernate/TripParametersDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33303 src/com/gps/hibernate/TripParametersDAO.java 65 Local variable 'instance' could be declared final
33304 src/com/gps/hibernate/TripParametersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
33305 src/com/gps/hibernate/TripParametersDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33306 src/com/gps/hibernate/TripParametersDAO.java 69 There is log block not surrounded by if
33307 src/com/gps/hibernate/TripParametersDAO.java 74 Parameter 'instance' is not assigned and could be declared final
33308 src/com/gps/hibernate/TripParametersDAO.java 74 publicMethodCommentRequirement Required
33309 src/com/gps/hibernate/TripParametersDAO.java 75 There is log block not surrounded by if
33310 src/com/gps/hibernate/TripParametersDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33311 src/com/gps/hibernate/TripParametersDAO.java 77 Local variable 'results' could be declared final
33312 src/com/gps/hibernate/TripParametersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
33313 src/com/gps/hibernate/TripParametersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
33314 src/com/gps/hibernate/TripParametersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
33315 src/com/gps/hibernate/TripParametersDAO.java 80 There is log block not surrounded by if
33316 src/com/gps/hibernate/TripParametersDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33317 src/com/gps/hibernate/TripParametersDAO.java 81 Potential violation of Law of Demeter (object not created locally)
33318 src/com/gps/hibernate/TripParametersDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33319 src/com/gps/hibernate/TripParametersDAO.java 84 There is log block not surrounded by if
33320 src/com/gps/hibernate/TripParametersDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
33321 src/com/gps/hibernate/TripParametersDAO.java 89 Parameter 'value' is not assigned and could be declared final
33322 src/com/gps/hibernate/TripParametersDAO.java 89 publicMethodCommentRequirement Required
33323 src/com/gps/hibernate/TripParametersDAO.java 90 There is log block not surrounded by if
33324 src/com/gps/hibernate/TripParametersDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33325 src/com/gps/hibernate/TripParametersDAO.java 93 Local variable 'queryString' could be declared final
33326 src/com/gps/hibernate/TripParametersDAO.java 95 Local variable 'queryObject' could be declared final
33327 src/com/gps/hibernate/TripParametersDAO.java 95 Potential violation of Law of Demeter (method chain calls)
33328 src/com/gps/hibernate/TripParametersDAO.java 96 Potential violation of Law of Demeter (object not created locally)
33329 src/com/gps/hibernate/TripParametersDAO.java 97 Potential violation of Law of Demeter (object not created locally)
33330 src/com/gps/hibernate/TripParametersDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33331 src/com/gps/hibernate/TripParametersDAO.java 99 There is log block not surrounded by if
33332 src/com/gps/hibernate/TripParametersDAO.java 104 Parameter 'lattitude' is not assigned and could be declared final
33333 src/com/gps/hibernate/TripParametersDAO.java 104 publicMethodCommentRequirement Required
33334 src/com/gps/hibernate/TripParametersDAO.java 108 Parameter 'longitude' is not assigned and could be declared final
33335 src/com/gps/hibernate/TripParametersDAO.java 108 publicMethodCommentRequirement Required
33336 src/com/gps/hibernate/TripParametersDAO.java 112 Parameter 'speed' is not assigned and could be declared final
33337 src/com/gps/hibernate/TripParametersDAO.java 112 publicMethodCommentRequirement Required
33338 src/com/gps/hibernate/TripParametersDAO.java 116 Parameter 'heading' is not assigned and could be declared final
33339 src/com/gps/hibernate/TripParametersDAO.java 116 publicMethodCommentRequirement Required
33340 src/com/gps/hibernate/TripParametersDAO.java 120 Parameter 'altitude' is not assigned and could be declared final
33341 src/com/gps/hibernate/TripParametersDAO.java 120 publicMethodCommentRequirement Required
33342 src/com/gps/hibernate/TripParametersDAO.java 124 Parameter 'address' is not assigned and could be declared final
33343 src/com/gps/hibernate/TripParametersDAO.java 124 publicMethodCommentRequirement Required
33344 src/com/gps/hibernate/TripParametersDAO.java 128 Parameter 'engineStatus' is not assigned and could be declared final
33345 src/com/gps/hibernate/TripParametersDAO.java 128 publicMethodCommentRequirement Required
33346 src/com/gps/hibernate/TripParametersDAO.java 132 Parameter 'oilPreassure' is not assigned and could be declared final
33347 src/com/gps/hibernate/TripParametersDAO.java 132 publicMethodCommentRequirement Required
33348 src/com/gps/hibernate/TripParametersDAO.java 136 Parameter 'waterTemp' is not assigned and could be declared final
33349 src/com/gps/hibernate/TripParametersDAO.java 136 publicMethodCommentRequirement Required
33350 src/com/gps/hibernate/TripParametersDAO.java 140 Parameter 'fuelContent' is not assigned and could be declared final
33351 src/com/gps/hibernate/TripParametersDAO.java 140 publicMethodCommentRequirement Required
33352 src/com/gps/hibernate/TripParametersDAO.java 144 Parameter 'brake' is not assigned and could be declared final
33353 src/com/gps/hibernate/TripParametersDAO.java 144 publicMethodCommentRequirement Required
33354 src/com/gps/hibernate/TripParametersDAO.java 148 Parameter 'brakelightStatus' is not assigned and could be declared final
33355 src/com/gps/hibernate/TripParametersDAO.java 148 publicMethodCommentRequirement Required
33356 src/com/gps/hibernate/TripParametersDAO.java 152 Parameter 'batteryStatus' is not assigned and could be declared final
33357 src/com/gps/hibernate/TripParametersDAO.java 152 publicMethodCommentRequirement Required
33358 src/com/gps/hibernate/TripParametersDAO.java 156 publicMethodCommentRequirement Required
33359 src/com/gps/hibernate/TripParametersDAO.java 157 There is log block not surrounded by if
33360 src/com/gps/hibernate/TripParametersDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33361 src/com/gps/hibernate/TripParametersDAO.java 159 Local variable 'queryString' could be declared final
33362 src/com/gps/hibernate/TripParametersDAO.java 160 Local variable 'queryObject' could be declared final
33363 src/com/gps/hibernate/TripParametersDAO.java 160 Potential violation of Law of Demeter (method chain calls)
33364 src/com/gps/hibernate/TripParametersDAO.java 161 Potential violation of Law of Demeter (object not created locally)
33365 src/com/gps/hibernate/TripParametersDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33366 src/com/gps/hibernate/TripParametersDAO.java 163 There is log block not surrounded by if
33367 src/com/gps/hibernate/TripParametersDAO.java 168 Parameter 'detachedInstance' is not assigned and could be declared final
33368 src/com/gps/hibernate/TripParametersDAO.java 168 publicMethodCommentRequirement Required
33369 src/com/gps/hibernate/TripParametersDAO.java 169 There is log block not surrounded by if
33370 src/com/gps/hibernate/TripParametersDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33371 src/com/gps/hibernate/TripParametersDAO.java 171 Local variable 'result' could be declared final
33372 src/com/gps/hibernate/TripParametersDAO.java 171 Potential violation of Law of Demeter (method chain calls)
33373 src/com/gps/hibernate/TripParametersDAO.java 173 There is log block not surrounded by if
33374 src/com/gps/hibernate/TripParametersDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33375 src/com/gps/hibernate/TripParametersDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33376 src/com/gps/hibernate/TripParametersDAO.java 176 There is log block not surrounded by if
33377 src/com/gps/hibernate/TripParametersDAO.java 181 Parameter 'instance' is not assigned and could be declared final
33378 src/com/gps/hibernate/TripParametersDAO.java 181 publicMethodCommentRequirement Required
33379 src/com/gps/hibernate/TripParametersDAO.java 182 There is log block not surrounded by if
33380 src/com/gps/hibernate/TripParametersDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33381 src/com/gps/hibernate/TripParametersDAO.java 184 Potential violation of Law of Demeter (method chain calls)
33382 src/com/gps/hibernate/TripParametersDAO.java 185 There is log block not surrounded by if
33383 src/com/gps/hibernate/TripParametersDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33384 src/com/gps/hibernate/TripParametersDAO.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33385 src/com/gps/hibernate/TripParametersDAO.java 187 There is log block not surrounded by if
33386 src/com/gps/hibernate/TripParametersDAO.java 192 Parameter 'instance' is not assigned and could be declared final
33387 src/com/gps/hibernate/TripParametersDAO.java 192 publicMethodCommentRequirement Required
33388 src/com/gps/hibernate/TripParametersDAO.java 193 There is log block not surrounded by if
33389 src/com/gps/hibernate/TripParametersDAO.java 193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33390 src/com/gps/hibernate/TripParametersDAO.java 195 Potential violation of Law of Demeter (method chain calls)
33391 src/com/gps/hibernate/TripParametersDAO.java 196 There is log block not surrounded by if
33392 src/com/gps/hibernate/TripParametersDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33393 src/com/gps/hibernate/TripParametersDAO.java 197 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33394 src/com/gps/hibernate/TripParametersDAO.java 198 There is log block not surrounded by if
33395 src/com/gps/hibernate/TripPreference.java 9 Classes implementing Serializable should set a serialVersionUID
33396 src/com/gps/hibernate/TripPreference.java 13 fieldCommentRequirement Required
33397 src/com/gps/hibernate/TripPreference.java 14 fieldCommentRequirement Required
33398 src/com/gps/hibernate/TripPreference.java 15 fieldCommentRequirement Required
33399 src/com/gps/hibernate/TripPreference.java 16 fieldCommentRequirement Required
33400 src/com/gps/hibernate/TripPreference.java 17 fieldCommentRequirement Required
33401 src/com/gps/hibernate/TripPreference.java 18 fieldCommentRequirement Required
33402 src/com/gps/hibernate/TripPreference.java 19 fieldCommentRequirement Required
33403 src/com/gps/hibernate/TripPreference.java 20 fieldCommentRequirement Required
33404 src/com/gps/hibernate/TripPreference.java 21 fieldCommentRequirement Required
33405 src/com/gps/hibernate/TripPreference.java 26 Document empty constructor
33406 src/com/gps/hibernate/TripPreference.java 30 Parameter 'genderPreference' is not assigned and could be declared final
33407 src/com/gps/hibernate/TripPreference.java 30 Parameter 'tripid' is not assigned and could be declared final
33408 src/com/gps/hibernate/TripPreference.java 36 Parameter 'pets' is not assigned and could be declared final
33409 src/com/gps/hibernate/TripPreference.java 36 Parameter 'smoking' is not assigned and could be declared final
33410 src/com/gps/hibernate/TripPreference.java 36 Parameter 'tripid' is not assigned and could be declared final
33411 src/com/gps/hibernate/TripPreference.java 37 Parameter 'music' is not assigned and could be declared final
33412 src/com/gps/hibernate/TripPreference.java 37 Parameter 'returnTimeFlex' is not assigned and could be declared final
33413 src/com/gps/hibernate/TripPreference.java 37 Parameter 'startTimeFlex' is not assigned and could be declared final
33414 src/com/gps/hibernate/TripPreference.java 38 Parameter 'drivingSpeed' is not assigned and could be declared final
33415 src/com/gps/hibernate/TripPreference.java 38 Parameter 'genderPreference' is not assigned and could be declared final
33416 src/com/gps/hibernate/TripPreference.java 51 publicMethodCommentRequirement Required
33417 src/com/gps/hibernate/TripPreference.java 55 Parameter 'tripPreferenceId' is not assigned and could be declared final
33418 src/com/gps/hibernate/TripPreference.java 55 publicMethodCommentRequirement Required
33419 src/com/gps/hibernate/TripPreference.java 59 publicMethodCommentRequirement Required
33420 src/com/gps/hibernate/TripPreference.java 63 Parameter 'tripid' is not assigned and could be declared final
33421 src/com/gps/hibernate/TripPreference.java 63 publicMethodCommentRequirement Required
33422 src/com/gps/hibernate/TripPreference.java 67 publicMethodCommentRequirement Required
33423 src/com/gps/hibernate/TripPreference.java 71 Parameter 'smoking' is not assigned and could be declared final
33424 src/com/gps/hibernate/TripPreference.java 71 publicMethodCommentRequirement Required
33425 src/com/gps/hibernate/TripPreference.java 75 publicMethodCommentRequirement Required
33426 src/com/gps/hibernate/TripPreference.java 79 Parameter 'pets' is not assigned and could be declared final
33427 src/com/gps/hibernate/TripPreference.java 79 publicMethodCommentRequirement Required
33428 src/com/gps/hibernate/TripPreference.java 83 publicMethodCommentRequirement Required
33429 src/com/gps/hibernate/TripPreference.java 87 Parameter 'startTimeFlex' is not assigned and could be declared final
33430 src/com/gps/hibernate/TripPreference.java 87 publicMethodCommentRequirement Required
33431 src/com/gps/hibernate/TripPreference.java 91 publicMethodCommentRequirement Required
33432 src/com/gps/hibernate/TripPreference.java 95 Parameter 'returnTimeFlex' is not assigned and could be declared final
33433 src/com/gps/hibernate/TripPreference.java 95 publicMethodCommentRequirement Required
33434 src/com/gps/hibernate/TripPreference.java 99 publicMethodCommentRequirement Required
33435 src/com/gps/hibernate/TripPreference.java 103 Parameter 'music' is not assigned and could be declared final
33436 src/com/gps/hibernate/TripPreference.java 103 publicMethodCommentRequirement Required
33437 src/com/gps/hibernate/TripPreference.java 107 publicMethodCommentRequirement Required
33438 src/com/gps/hibernate/TripPreference.java 111 Parameter 'genderPreference' is not assigned and could be declared final
33439 src/com/gps/hibernate/TripPreference.java 111 publicMethodCommentRequirement Required
33440 src/com/gps/hibernate/TripPreference.java 115 publicMethodCommentRequirement Required
33441 src/com/gps/hibernate/TripPreference.java 119 Parameter 'drivingSpeed' is not assigned and could be declared final
33442 src/com/gps/hibernate/TripPreference.java 119 publicMethodCommentRequirement Required
33443 src/com/gps/hibernate/TripPreferenceDAO.java 10 Comment is too large: Too many lines
33444 src/com/gps/hibernate/TripPreferenceDAO.java 22 This class has too many methods, consider refactoring it.
33445 src/com/gps/hibernate/TripPreferenceDAO.java 23 Logger should be defined private static final and have the correct class
33446 src/com/gps/hibernate/TripPreferenceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
33447 src/com/gps/hibernate/TripPreferenceDAO.java 23 fieldCommentRequirement Required
33448 src/com/gps/hibernate/TripPreferenceDAO.java 25 fieldCommentRequirement Required
33449 src/com/gps/hibernate/TripPreferenceDAO.java 26 fieldCommentRequirement Required
33450 src/com/gps/hibernate/TripPreferenceDAO.java 27 fieldCommentRequirement Required
33451 src/com/gps/hibernate/TripPreferenceDAO.java 28 fieldCommentRequirement Required
33452 src/com/gps/hibernate/TripPreferenceDAO.java 29 fieldCommentRequirement Required
33453 src/com/gps/hibernate/TripPreferenceDAO.java 30 fieldCommentRequirement Required
33454 src/com/gps/hibernate/TripPreferenceDAO.java 31 fieldCommentRequirement Required
33455 src/com/gps/hibernate/TripPreferenceDAO.java 32 fieldCommentRequirement Required
33456 src/com/gps/hibernate/TripPreferenceDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
33457 src/com/gps/hibernate/TripPreferenceDAO.java 34 publicMethodCommentRequirement Required
33458 src/com/gps/hibernate/TripPreferenceDAO.java 35 There is log block not surrounded by if
33459 src/com/gps/hibernate/TripPreferenceDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33460 src/com/gps/hibernate/TripPreferenceDAO.java 37 Potential violation of Law of Demeter (method chain calls)
33461 src/com/gps/hibernate/TripPreferenceDAO.java 38 There is log block not surrounded by if
33462 src/com/gps/hibernate/TripPreferenceDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33463 src/com/gps/hibernate/TripPreferenceDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33464 src/com/gps/hibernate/TripPreferenceDAO.java 40 There is log block not surrounded by if
33465 src/com/gps/hibernate/TripPreferenceDAO.java 45 Avoid excessively long variable names like persistentInstance
33466 src/com/gps/hibernate/TripPreferenceDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
33467 src/com/gps/hibernate/TripPreferenceDAO.java 45 publicMethodCommentRequirement Required
33468 src/com/gps/hibernate/TripPreferenceDAO.java 46 There is log block not surrounded by if
33469 src/com/gps/hibernate/TripPreferenceDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33470 src/com/gps/hibernate/TripPreferenceDAO.java 48 Potential violation of Law of Demeter (method chain calls)
33471 src/com/gps/hibernate/TripPreferenceDAO.java 49 There is log block not surrounded by if
33472 src/com/gps/hibernate/TripPreferenceDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33473 src/com/gps/hibernate/TripPreferenceDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33474 src/com/gps/hibernate/TripPreferenceDAO.java 51 There is log block not surrounded by if
33475 src/com/gps/hibernate/TripPreferenceDAO.java 56 Avoid variables with short names like id
33476 src/com/gps/hibernate/TripPreferenceDAO.java 56 Parameter 'id' is not assigned and could be declared final
33477 src/com/gps/hibernate/TripPreferenceDAO.java 56 publicMethodCommentRequirement Required
33478 src/com/gps/hibernate/TripPreferenceDAO.java 57 There is log block not surrounded by if
33479 src/com/gps/hibernate/TripPreferenceDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33480 src/com/gps/hibernate/TripPreferenceDAO.java 59 Local variable 'instance' could be declared final
33481 src/com/gps/hibernate/TripPreferenceDAO.java 59 Potential violation of Law of Demeter (method chain calls)
33482 src/com/gps/hibernate/TripPreferenceDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33483 src/com/gps/hibernate/TripPreferenceDAO.java 63 There is log block not surrounded by if
33484 src/com/gps/hibernate/TripPreferenceDAO.java 68 Parameter 'instance' is not assigned and could be declared final
33485 src/com/gps/hibernate/TripPreferenceDAO.java 68 publicMethodCommentRequirement Required
33486 src/com/gps/hibernate/TripPreferenceDAO.java 69 There is log block not surrounded by if
33487 src/com/gps/hibernate/TripPreferenceDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33488 src/com/gps/hibernate/TripPreferenceDAO.java 71 Local variable 'results' could be declared final
33489 src/com/gps/hibernate/TripPreferenceDAO.java 71 Potential violation of Law of Demeter (method chain calls)
33490 src/com/gps/hibernate/TripPreferenceDAO.java 71 Potential violation of Law of Demeter (method chain calls)
33491 src/com/gps/hibernate/TripPreferenceDAO.java 71 Potential violation of Law of Demeter (method chain calls)
33492 src/com/gps/hibernate/TripPreferenceDAO.java 74 There is log block not surrounded by if
33493 src/com/gps/hibernate/TripPreferenceDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33494 src/com/gps/hibernate/TripPreferenceDAO.java 75 Potential violation of Law of Demeter (object not created locally)
33495 src/com/gps/hibernate/TripPreferenceDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33496 src/com/gps/hibernate/TripPreferenceDAO.java 78 There is log block not surrounded by if
33497 src/com/gps/hibernate/TripPreferenceDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
33498 src/com/gps/hibernate/TripPreferenceDAO.java 83 Parameter 'value' is not assigned and could be declared final
33499 src/com/gps/hibernate/TripPreferenceDAO.java 83 publicMethodCommentRequirement Required
33500 src/com/gps/hibernate/TripPreferenceDAO.java 84 There is log block not surrounded by if
33501 src/com/gps/hibernate/TripPreferenceDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33502 src/com/gps/hibernate/TripPreferenceDAO.java 87 Local variable 'queryString' could be declared final
33503 src/com/gps/hibernate/TripPreferenceDAO.java 89 Local variable 'queryObject' could be declared final
33504 src/com/gps/hibernate/TripPreferenceDAO.java 89 Potential violation of Law of Demeter (method chain calls)
33505 src/com/gps/hibernate/TripPreferenceDAO.java 90 Potential violation of Law of Demeter (object not created locally)
33506 src/com/gps/hibernate/TripPreferenceDAO.java 91 Potential violation of Law of Demeter (object not created locally)
33507 src/com/gps/hibernate/TripPreferenceDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33508 src/com/gps/hibernate/TripPreferenceDAO.java 93 There is log block not surrounded by if
33509 src/com/gps/hibernate/TripPreferenceDAO.java 98 Parameter 'tripid' is not assigned and could be declared final
33510 src/com/gps/hibernate/TripPreferenceDAO.java 98 publicMethodCommentRequirement Required
33511 src/com/gps/hibernate/TripPreferenceDAO.java 102 Parameter 'smoking' is not assigned and could be declared final
33512 src/com/gps/hibernate/TripPreferenceDAO.java 102 publicMethodCommentRequirement Required
33513 src/com/gps/hibernate/TripPreferenceDAO.java 106 Parameter 'pets' is not assigned and could be declared final
33514 src/com/gps/hibernate/TripPreferenceDAO.java 106 publicMethodCommentRequirement Required
33515 src/com/gps/hibernate/TripPreferenceDAO.java 110 Parameter 'startTimeFlex' is not assigned and could be declared final
33516 src/com/gps/hibernate/TripPreferenceDAO.java 110 publicMethodCommentRequirement Required
33517 src/com/gps/hibernate/TripPreferenceDAO.java 114 Parameter 'returnTimeFlex' is not assigned and could be declared final
33518 src/com/gps/hibernate/TripPreferenceDAO.java 114 publicMethodCommentRequirement Required
33519 src/com/gps/hibernate/TripPreferenceDAO.java 118 Parameter 'music' is not assigned and could be declared final
33520 src/com/gps/hibernate/TripPreferenceDAO.java 118 publicMethodCommentRequirement Required
33521 src/com/gps/hibernate/TripPreferenceDAO.java 122 Parameter 'genderPreference' is not assigned and could be declared final
33522 src/com/gps/hibernate/TripPreferenceDAO.java 122 publicMethodCommentRequirement Required
33523 src/com/gps/hibernate/TripPreferenceDAO.java 126 Parameter 'drivingSpeed' is not assigned and could be declared final
33524 src/com/gps/hibernate/TripPreferenceDAO.java 126 publicMethodCommentRequirement Required
33525 src/com/gps/hibernate/TripPreferenceDAO.java 130 publicMethodCommentRequirement Required
33526 src/com/gps/hibernate/TripPreferenceDAO.java 131 There is log block not surrounded by if
33527 src/com/gps/hibernate/TripPreferenceDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33528 src/com/gps/hibernate/TripPreferenceDAO.java 133 Local variable 'queryString' could be declared final
33529 src/com/gps/hibernate/TripPreferenceDAO.java 134 Local variable 'queryObject' could be declared final
33530 src/com/gps/hibernate/TripPreferenceDAO.java 134 Potential violation of Law of Demeter (method chain calls)
33531 src/com/gps/hibernate/TripPreferenceDAO.java 135 Potential violation of Law of Demeter (object not created locally)
33532 src/com/gps/hibernate/TripPreferenceDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33533 src/com/gps/hibernate/TripPreferenceDAO.java 137 There is log block not surrounded by if
33534 src/com/gps/hibernate/TripPreferenceDAO.java 142 Parameter 'detachedInstance' is not assigned and could be declared final
33535 src/com/gps/hibernate/TripPreferenceDAO.java 142 publicMethodCommentRequirement Required
33536 src/com/gps/hibernate/TripPreferenceDAO.java 143 There is log block not surrounded by if
33537 src/com/gps/hibernate/TripPreferenceDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33538 src/com/gps/hibernate/TripPreferenceDAO.java 145 Local variable 'result' could be declared final
33539 src/com/gps/hibernate/TripPreferenceDAO.java 145 Potential violation of Law of Demeter (method chain calls)
33540 src/com/gps/hibernate/TripPreferenceDAO.java 147 There is log block not surrounded by if
33541 src/com/gps/hibernate/TripPreferenceDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33542 src/com/gps/hibernate/TripPreferenceDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33543 src/com/gps/hibernate/TripPreferenceDAO.java 150 There is log block not surrounded by if
33544 src/com/gps/hibernate/TripPreferenceDAO.java 155 Parameter 'instance' is not assigned and could be declared final
33545 src/com/gps/hibernate/TripPreferenceDAO.java 155 publicMethodCommentRequirement Required
33546 src/com/gps/hibernate/TripPreferenceDAO.java 156 There is log block not surrounded by if
33547 src/com/gps/hibernate/TripPreferenceDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33548 src/com/gps/hibernate/TripPreferenceDAO.java 158 Potential violation of Law of Demeter (method chain calls)
33549 src/com/gps/hibernate/TripPreferenceDAO.java 159 There is log block not surrounded by if
33550 src/com/gps/hibernate/TripPreferenceDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33551 src/com/gps/hibernate/TripPreferenceDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33552 src/com/gps/hibernate/TripPreferenceDAO.java 161 There is log block not surrounded by if
33553 src/com/gps/hibernate/TripPreferenceDAO.java 166 Parameter 'instance' is not assigned and could be declared final
33554 src/com/gps/hibernate/TripPreferenceDAO.java 166 publicMethodCommentRequirement Required
33555 src/com/gps/hibernate/TripPreferenceDAO.java 167 There is log block not surrounded by if
33556 src/com/gps/hibernate/TripPreferenceDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33557 src/com/gps/hibernate/TripPreferenceDAO.java 169 Potential violation of Law of Demeter (method chain calls)
33558 src/com/gps/hibernate/TripPreferenceDAO.java 170 There is log block not surrounded by if
33559 src/com/gps/hibernate/TripPreferenceDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33560 src/com/gps/hibernate/TripPreferenceDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33561 src/com/gps/hibernate/TripPreferenceDAO.java 172 There is log block not surrounded by if
33562 src/com/gps/hibernate/TripReference.java 17 fieldCommentRequirement Required
33563 src/com/gps/hibernate/TripReference.java 18 fieldCommentRequirement Required
33564 src/com/gps/hibernate/TripReference.java 19 fieldCommentRequirement Required
33565 src/com/gps/hibernate/TripReference.java 20 fieldCommentRequirement Required
33566 src/com/gps/hibernate/TripReference.java 21 fieldCommentRequirement Required
33567 src/com/gps/hibernate/TripReference.java 22 fieldCommentRequirement Required
33568 src/com/gps/hibernate/TripReference.java 23 fieldCommentRequirement Required
33569 src/com/gps/hibernate/TripReference.java 24 Avoid excessively long variable names like tripRecurrentLocations
33570 src/com/gps/hibernate/TripReference.java 24 fieldCommentRequirement Required
33571 src/com/gps/hibernate/TripReference.java 28 publicMethodCommentRequirement Required
33572 src/com/gps/hibernate/TripReference.java 32 Parameter 'tripPointId' is not assigned and could be declared final
33573 src/com/gps/hibernate/TripReference.java 32 publicMethodCommentRequirement Required
33574 src/com/gps/hibernate/TripReference.java 38 publicMethodCommentRequirement Required
33575 src/com/gps/hibernate/TripReference.java 42 Parameter 'tripDetails' is not assigned and could be declared final
33576 src/com/gps/hibernate/TripReference.java 42 publicMethodCommentRequirement Required
33577 src/com/gps/hibernate/TripReference.java 46 publicMethodCommentRequirement Required
33578 src/com/gps/hibernate/TripReference.java 50 Parameter 'tripPointName' is not assigned and could be declared final
33579 src/com/gps/hibernate/TripReference.java 50 publicMethodCommentRequirement Required
33580 src/com/gps/hibernate/TripReference.java 54 publicMethodCommentRequirement Required
33581 src/com/gps/hibernate/TripReference.java 58 Parameter 'latitude' is not assigned and could be declared final
33582 src/com/gps/hibernate/TripReference.java 58 publicMethodCommentRequirement Required
33583 src/com/gps/hibernate/TripReference.java 62 publicMethodCommentRequirement Required
33584 src/com/gps/hibernate/TripReference.java 66 Parameter 'longitude' is not assigned and could be declared final
33585 src/com/gps/hibernate/TripReference.java 66 publicMethodCommentRequirement Required
33586 src/com/gps/hibernate/TripReference.java 70 publicMethodCommentRequirement Required
33587 src/com/gps/hibernate/TripReference.java 74 Parameter 'tripPointTime' is not assigned and could be declared final
33588 src/com/gps/hibernate/TripReference.java 74 publicMethodCommentRequirement Required
33589 src/com/gps/hibernate/TripReference.java 78 publicMethodCommentRequirement Required
33590 src/com/gps/hibernate/TripReference.java 82 Parameter 'tripSession' is not assigned and could be declared final
33591 src/com/gps/hibernate/TripReference.java 82 publicMethodCommentRequirement Required
33592 src/com/gps/hibernate/TripReference.java 87 publicMethodCommentRequirement Required
33593 src/com/gps/hibernate/TripReference.java 91 Avoid excessively long variable names like tripRecurrentLocations
33594 src/com/gps/hibernate/TripReference.java 91 Parameter 'tripRecurrentLocations' is not assigned and could be declared final
33595 src/com/gps/hibernate/TripReference.java 91 publicMethodCommentRequirement Required
33596 src/com/gps/hibernate/TripReference.java 99 Document empty constructor
33597 src/com/gps/hibernate/TripReference.java 103 Parameter 'tripDetails' is not assigned and could be declared final
33598 src/com/gps/hibernate/TripReference.java 103 Parameter 'tripPointId' is not assigned and could be declared final
33599 src/com/gps/hibernate/TripReference.java 104 Parameter 'latitude' is not assigned and could be declared final
33600 src/com/gps/hibernate/TripReference.java 104 Parameter 'longitude' is not assigned and could be declared final
33601 src/com/gps/hibernate/TripReference.java 104 Parameter 'tripPointName' is not assigned and could be declared final
33602 src/com/gps/hibernate/TripReference.java 105 Avoid excessively long variable names like tripRecurrentLocations
33603 src/com/gps/hibernate/TripReference.java 105 Parameter 'tripPointTime' is not assigned and could be declared final
33604 src/com/gps/hibernate/TripReference.java 105 Parameter 'tripRecurrentLocations' is not assigned and could be declared final
33605 src/com/gps/hibernate/TripReference.java 105 Parameter 'tripSession' is not assigned and could be declared final
33606 src/com/gps/hibernate/TripReferenceDAO.java 12 Comment is too large: Too many lines
33607 src/com/gps/hibernate/TripReferenceDAO.java 25 This class has too many methods, consider refactoring it.
33608 src/com/gps/hibernate/TripReferenceDAO.java 26 Logger should be defined private static final and have the correct class
33609 src/com/gps/hibernate/TripReferenceDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
33610 src/com/gps/hibernate/TripReferenceDAO.java 26 fieldCommentRequirement Required
33611 src/com/gps/hibernate/TripReferenceDAO.java 29 fieldCommentRequirement Required
33612 src/com/gps/hibernate/TripReferenceDAO.java 30 fieldCommentRequirement Required
33613 src/com/gps/hibernate/TripReferenceDAO.java 31 fieldCommentRequirement Required
33614 src/com/gps/hibernate/TripReferenceDAO.java 32 fieldCommentRequirement Required
33615 src/com/gps/hibernate/TripReferenceDAO.java 33 fieldCommentRequirement Required
33616 src/com/gps/hibernate/TripReferenceDAO.java 34 fieldCommentRequirement Required
33617 src/com/gps/hibernate/TripReferenceDAO.java 35 Avoid excessively long variable names like TRIP_RECURRENT_LOCATIONS
33618 src/com/gps/hibernate/TripReferenceDAO.java 35 fieldCommentRequirement Required
33619 src/com/gps/hibernate/TripReferenceDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
33620 src/com/gps/hibernate/TripReferenceDAO.java 37 publicMethodCommentRequirement Required
33621 src/com/gps/hibernate/TripReferenceDAO.java 38 There is log block not surrounded by if
33622 src/com/gps/hibernate/TripReferenceDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33623 src/com/gps/hibernate/TripReferenceDAO.java 40 Potential violation of Law of Demeter (method chain calls)
33624 src/com/gps/hibernate/TripReferenceDAO.java 41 There is log block not surrounded by if
33625 src/com/gps/hibernate/TripReferenceDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33626 src/com/gps/hibernate/TripReferenceDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33627 src/com/gps/hibernate/TripReferenceDAO.java 43 There is log block not surrounded by if
33628 src/com/gps/hibernate/TripReferenceDAO.java 48 Avoid excessively long variable names like persistentInstance
33629 src/com/gps/hibernate/TripReferenceDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
33630 src/com/gps/hibernate/TripReferenceDAO.java 48 publicMethodCommentRequirement Required
33631 src/com/gps/hibernate/TripReferenceDAO.java 49 There is log block not surrounded by if
33632 src/com/gps/hibernate/TripReferenceDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33633 src/com/gps/hibernate/TripReferenceDAO.java 51 Potential violation of Law of Demeter (method chain calls)
33634 src/com/gps/hibernate/TripReferenceDAO.java 52 There is log block not surrounded by if
33635 src/com/gps/hibernate/TripReferenceDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33636 src/com/gps/hibernate/TripReferenceDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33637 src/com/gps/hibernate/TripReferenceDAO.java 54 There is log block not surrounded by if
33638 src/com/gps/hibernate/TripReferenceDAO.java 59 Avoid variables with short names like id
33639 src/com/gps/hibernate/TripReferenceDAO.java 59 Parameter 'id' is not assigned and could be declared final
33640 src/com/gps/hibernate/TripReferenceDAO.java 59 publicMethodCommentRequirement Required
33641 src/com/gps/hibernate/TripReferenceDAO.java 60 There is log block not surrounded by if
33642 src/com/gps/hibernate/TripReferenceDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33643 src/com/gps/hibernate/TripReferenceDAO.java 62 Local variable 'instance' could be declared final
33644 src/com/gps/hibernate/TripReferenceDAO.java 62 Potential violation of Law of Demeter (method chain calls)
33645 src/com/gps/hibernate/TripReferenceDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33646 src/com/gps/hibernate/TripReferenceDAO.java 66 There is log block not surrounded by if
33647 src/com/gps/hibernate/TripReferenceDAO.java 72 Parameter 'instance' is not assigned and could be declared final
33648 src/com/gps/hibernate/TripReferenceDAO.java 72 publicMethodCommentRequirement Required
33649 src/com/gps/hibernate/TripReferenceDAO.java 73 There is log block not surrounded by if
33650 src/com/gps/hibernate/TripReferenceDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33651 src/com/gps/hibernate/TripReferenceDAO.java 75 Local variable 'results' could be declared final
33652 src/com/gps/hibernate/TripReferenceDAO.java 75 Potential violation of Law of Demeter (method chain calls)
33653 src/com/gps/hibernate/TripReferenceDAO.java 75 Potential violation of Law of Demeter (method chain calls)
33654 src/com/gps/hibernate/TripReferenceDAO.java 75 Potential violation of Law of Demeter (method chain calls)
33655 src/com/gps/hibernate/TripReferenceDAO.java 78 There is log block not surrounded by if
33656 src/com/gps/hibernate/TripReferenceDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33657 src/com/gps/hibernate/TripReferenceDAO.java 79 Potential violation of Law of Demeter (object not created locally)
33658 src/com/gps/hibernate/TripReferenceDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33659 src/com/gps/hibernate/TripReferenceDAO.java 82 There is log block not surrounded by if
33660 src/com/gps/hibernate/TripReferenceDAO.java 88 Parameter 'propertyName' is not assigned and could be declared final
33661 src/com/gps/hibernate/TripReferenceDAO.java 88 Parameter 'value' is not assigned and could be declared final
33662 src/com/gps/hibernate/TripReferenceDAO.java 88 publicMethodCommentRequirement Required
33663 src/com/gps/hibernate/TripReferenceDAO.java 89 There is log block not surrounded by if
33664 src/com/gps/hibernate/TripReferenceDAO.java 89 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33665 src/com/gps/hibernate/TripReferenceDAO.java 92 Local variable 'queryString' could be declared final
33666 src/com/gps/hibernate/TripReferenceDAO.java 94 Local variable 'queryObject' could be declared final
33667 src/com/gps/hibernate/TripReferenceDAO.java 94 Potential violation of Law of Demeter (method chain calls)
33668 src/com/gps/hibernate/TripReferenceDAO.java 95 Potential violation of Law of Demeter (object not created locally)
33669 src/com/gps/hibernate/TripReferenceDAO.java 96 Potential violation of Law of Demeter (object not created locally)
33670 src/com/gps/hibernate/TripReferenceDAO.java 96 There is log block not surrounded by if
33671 src/com/gps/hibernate/TripReferenceDAO.java 96 There is log block not surrounded by if
33672 src/com/gps/hibernate/TripReferenceDAO.java 97 Potential violation of Law of Demeter (object not created locally)
33673 src/com/gps/hibernate/TripReferenceDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33674 src/com/gps/hibernate/TripReferenceDAO.java 99 There is log block not surrounded by if
33675 src/com/gps/hibernate/TripReferenceDAO.java 105 Parameter 'tripPointName' is not assigned and could be declared final
33676 src/com/gps/hibernate/TripReferenceDAO.java 105 publicMethodCommentRequirement Required
33677 src/com/gps/hibernate/TripReferenceDAO.java 109 Parameter 'latitude' is not assigned and could be declared final
33678 src/com/gps/hibernate/TripReferenceDAO.java 109 publicMethodCommentRequirement Required
33679 src/com/gps/hibernate/TripReferenceDAO.java 113 Parameter 'longitude' is not assigned and could be declared final
33680 src/com/gps/hibernate/TripReferenceDAO.java 113 publicMethodCommentRequirement Required
33681 src/com/gps/hibernate/TripReferenceDAO.java 117 Parameter 'tripPointTime' is not assigned and could be declared final
33682 src/com/gps/hibernate/TripReferenceDAO.java 117 publicMethodCommentRequirement Required
33683 src/com/gps/hibernate/TripReferenceDAO.java 121 Parameter 'tripSession' is not assigned and could be declared final
33684 src/com/gps/hibernate/TripReferenceDAO.java 121 publicMethodCommentRequirement Required
33685 src/com/gps/hibernate/TripReferenceDAO.java 125 Avoid excessively long variable names like tripRecurrentLocations
33686 src/com/gps/hibernate/TripReferenceDAO.java 125 Parameter 'tripRecurrentLocations' is not assigned and could be declared final
33687 src/com/gps/hibernate/TripReferenceDAO.java 125 publicMethodCommentRequirement Required
33688 src/com/gps/hibernate/TripReferenceDAO.java 129 Parameter 'first' is not assigned and could be declared final
33689 src/com/gps/hibernate/TripReferenceDAO.java 129 Parameter 'last' is not assigned and could be declared final
33690 src/com/gps/hibernate/TripReferenceDAO.java 129 publicMethodCommentRequirement Required
33691 src/com/gps/hibernate/TripReferenceDAO.java 131 There is log block not surrounded by if
33692 src/com/gps/hibernate/TripReferenceDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33693 src/com/gps/hibernate/TripReferenceDAO.java 134 Local variable 'queryString' could be declared final
33694 src/com/gps/hibernate/TripReferenceDAO.java 135 Local variable 'queryObject' could be declared final
33695 src/com/gps/hibernate/TripReferenceDAO.java 135 Potential violation of Law of Demeter (method chain calls)
33696 src/com/gps/hibernate/TripReferenceDAO.java 136 Potential violation of Law of Demeter (object not created locally)
33697 src/com/gps/hibernate/TripReferenceDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33698 src/com/gps/hibernate/TripReferenceDAO.java 138 There is log block not surrounded by if
33699 src/com/gps/hibernate/TripReferenceDAO.java 144 Parameter 'detachedInstance' is not assigned and could be declared final
33700 src/com/gps/hibernate/TripReferenceDAO.java 144 publicMethodCommentRequirement Required
33701 src/com/gps/hibernate/TripReferenceDAO.java 145 There is log block not surrounded by if
33702 src/com/gps/hibernate/TripReferenceDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33703 src/com/gps/hibernate/TripReferenceDAO.java 147 Local variable 'result' could be declared final
33704 src/com/gps/hibernate/TripReferenceDAO.java 147 Potential violation of Law of Demeter (method chain calls)
33705 src/com/gps/hibernate/TripReferenceDAO.java 149 There is log block not surrounded by if
33706 src/com/gps/hibernate/TripReferenceDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33707 src/com/gps/hibernate/TripReferenceDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33708 src/com/gps/hibernate/TripReferenceDAO.java 152 There is log block not surrounded by if
33709 src/com/gps/hibernate/TripReferenceDAO.java 157 Parameter 'instance' is not assigned and could be declared final
33710 src/com/gps/hibernate/TripReferenceDAO.java 157 publicMethodCommentRequirement Required
33711 src/com/gps/hibernate/TripReferenceDAO.java 158 There is log block not surrounded by if
33712 src/com/gps/hibernate/TripReferenceDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33713 src/com/gps/hibernate/TripReferenceDAO.java 160 Potential violation of Law of Demeter (method chain calls)
33714 src/com/gps/hibernate/TripReferenceDAO.java 161 There is log block not surrounded by if
33715 src/com/gps/hibernate/TripReferenceDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33716 src/com/gps/hibernate/TripReferenceDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33717 src/com/gps/hibernate/TripReferenceDAO.java 163 There is log block not surrounded by if
33718 src/com/gps/hibernate/TripReferenceDAO.java 168 Parameter 'instance' is not assigned and could be declared final
33719 src/com/gps/hibernate/TripReferenceDAO.java 168 publicMethodCommentRequirement Required
33720 src/com/gps/hibernate/TripReferenceDAO.java 169 There is log block not surrounded by if
33721 src/com/gps/hibernate/TripReferenceDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33722 src/com/gps/hibernate/TripReferenceDAO.java 171 Potential violation of Law of Demeter (method chain calls)
33723 src/com/gps/hibernate/TripReferenceDAO.java 172 There is log block not surrounded by if
33724 src/com/gps/hibernate/TripReferenceDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33725 src/com/gps/hibernate/TripReferenceDAO.java 173 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33726 src/com/gps/hibernate/TripReferenceDAO.java 174 There is log block not surrounded by if
33727 src/com/gps/hibernate/TripScraps.java 9 Classes implementing Serializable should set a serialVersionUID
33728 src/com/gps/hibernate/TripScraps.java 13 fieldCommentRequirement Required
33729 src/com/gps/hibernate/TripScraps.java 14 fieldCommentRequirement Required
33730 src/com/gps/hibernate/TripScraps.java 15 fieldCommentRequirement Required
33731 src/com/gps/hibernate/TripScraps.java 16 fieldCommentRequirement Required
33732 src/com/gps/hibernate/TripScraps.java 21 Document empty constructor
33733 src/com/gps/hibernate/TripScraps.java 25 Parameter 'tripDetails' is not assigned and could be declared final
33734 src/com/gps/hibernate/TripScraps.java 25 Parameter 'userid' is not assigned and could be declared final
33735 src/com/gps/hibernate/TripScraps.java 31 Parameter 'messages' is not assigned and could be declared final
33736 src/com/gps/hibernate/TripScraps.java 31 Parameter 'tripDetails' is not assigned and could be declared final
33737 src/com/gps/hibernate/TripScraps.java 31 Parameter 'userid' is not assigned and could be declared final
33738 src/com/gps/hibernate/TripScraps.java 39 publicMethodCommentRequirement Required
33739 src/com/gps/hibernate/TripScraps.java 43 Parameter 'scrapId' is not assigned and could be declared final
33740 src/com/gps/hibernate/TripScraps.java 43 publicMethodCommentRequirement Required
33741 src/com/gps/hibernate/TripScraps.java 47 publicMethodCommentRequirement Required
33742 src/com/gps/hibernate/TripScraps.java 51 Parameter 'tripDetails' is not assigned and could be declared final
33743 src/com/gps/hibernate/TripScraps.java 51 publicMethodCommentRequirement Required
33744 src/com/gps/hibernate/TripScraps.java 55 publicMethodCommentRequirement Required
33745 src/com/gps/hibernate/TripScraps.java 59 Parameter 'userid' is not assigned and could be declared final
33746 src/com/gps/hibernate/TripScraps.java 59 publicMethodCommentRequirement Required
33747 src/com/gps/hibernate/TripScraps.java 63 publicMethodCommentRequirement Required
33748 src/com/gps/hibernate/TripScraps.java 67 Parameter 'messages' is not assigned and could be declared final
33749 src/com/gps/hibernate/TripScraps.java 67 publicMethodCommentRequirement Required
33750 src/com/gps/hibernate/TripScrapsDAO.java 10 Comment is too large: Too many lines
33751 src/com/gps/hibernate/TripScrapsDAO.java 22 This class has too many methods, consider refactoring it.
33752 src/com/gps/hibernate/TripScrapsDAO.java 23 Logger should be defined private static final and have the correct class
33753 src/com/gps/hibernate/TripScrapsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
33754 src/com/gps/hibernate/TripScrapsDAO.java 23 fieldCommentRequirement Required
33755 src/com/gps/hibernate/TripScrapsDAO.java 25 fieldCommentRequirement Required
33756 src/com/gps/hibernate/TripScrapsDAO.java 26 fieldCommentRequirement Required
33757 src/com/gps/hibernate/TripScrapsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
33758 src/com/gps/hibernate/TripScrapsDAO.java 28 publicMethodCommentRequirement Required
33759 src/com/gps/hibernate/TripScrapsDAO.java 29 There is log block not surrounded by if
33760 src/com/gps/hibernate/TripScrapsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33761 src/com/gps/hibernate/TripScrapsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
33762 src/com/gps/hibernate/TripScrapsDAO.java 32 There is log block not surrounded by if
33763 src/com/gps/hibernate/TripScrapsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33764 src/com/gps/hibernate/TripScrapsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33765 src/com/gps/hibernate/TripScrapsDAO.java 34 There is log block not surrounded by if
33766 src/com/gps/hibernate/TripScrapsDAO.java 39 Avoid excessively long variable names like persistentInstance
33767 src/com/gps/hibernate/TripScrapsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
33768 src/com/gps/hibernate/TripScrapsDAO.java 39 publicMethodCommentRequirement Required
33769 src/com/gps/hibernate/TripScrapsDAO.java 40 There is log block not surrounded by if
33770 src/com/gps/hibernate/TripScrapsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33771 src/com/gps/hibernate/TripScrapsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
33772 src/com/gps/hibernate/TripScrapsDAO.java 43 There is log block not surrounded by if
33773 src/com/gps/hibernate/TripScrapsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33774 src/com/gps/hibernate/TripScrapsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33775 src/com/gps/hibernate/TripScrapsDAO.java 45 There is log block not surrounded by if
33776 src/com/gps/hibernate/TripScrapsDAO.java 50 Avoid variables with short names like id
33777 src/com/gps/hibernate/TripScrapsDAO.java 50 Parameter 'id' is not assigned and could be declared final
33778 src/com/gps/hibernate/TripScrapsDAO.java 50 publicMethodCommentRequirement Required
33779 src/com/gps/hibernate/TripScrapsDAO.java 51 There is log block not surrounded by if
33780 src/com/gps/hibernate/TripScrapsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33781 src/com/gps/hibernate/TripScrapsDAO.java 53 Local variable 'instance' could be declared final
33782 src/com/gps/hibernate/TripScrapsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
33783 src/com/gps/hibernate/TripScrapsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33784 src/com/gps/hibernate/TripScrapsDAO.java 57 There is log block not surrounded by if
33785 src/com/gps/hibernate/TripScrapsDAO.java 62 Parameter 'instance' is not assigned and could be declared final
33786 src/com/gps/hibernate/TripScrapsDAO.java 62 publicMethodCommentRequirement Required
33787 src/com/gps/hibernate/TripScrapsDAO.java 63 There is log block not surrounded by if
33788 src/com/gps/hibernate/TripScrapsDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33789 src/com/gps/hibernate/TripScrapsDAO.java 65 Local variable 'results' could be declared final
33790 src/com/gps/hibernate/TripScrapsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
33791 src/com/gps/hibernate/TripScrapsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
33792 src/com/gps/hibernate/TripScrapsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
33793 src/com/gps/hibernate/TripScrapsDAO.java 68 There is log block not surrounded by if
33794 src/com/gps/hibernate/TripScrapsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33795 src/com/gps/hibernate/TripScrapsDAO.java 69 Potential violation of Law of Demeter (object not created locally)
33796 src/com/gps/hibernate/TripScrapsDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33797 src/com/gps/hibernate/TripScrapsDAO.java 72 There is log block not surrounded by if
33798 src/com/gps/hibernate/TripScrapsDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
33799 src/com/gps/hibernate/TripScrapsDAO.java 77 Parameter 'value' is not assigned and could be declared final
33800 src/com/gps/hibernate/TripScrapsDAO.java 77 publicMethodCommentRequirement Required
33801 src/com/gps/hibernate/TripScrapsDAO.java 78 There is log block not surrounded by if
33802 src/com/gps/hibernate/TripScrapsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33803 src/com/gps/hibernate/TripScrapsDAO.java 81 Local variable 'queryString' could be declared final
33804 src/com/gps/hibernate/TripScrapsDAO.java 83 Local variable 'queryObject' could be declared final
33805 src/com/gps/hibernate/TripScrapsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
33806 src/com/gps/hibernate/TripScrapsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
33807 src/com/gps/hibernate/TripScrapsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
33808 src/com/gps/hibernate/TripScrapsDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33809 src/com/gps/hibernate/TripScrapsDAO.java 87 There is log block not surrounded by if
33810 src/com/gps/hibernate/TripScrapsDAO.java 92 Parameter 'userid' is not assigned and could be declared final
33811 src/com/gps/hibernate/TripScrapsDAO.java 92 publicMethodCommentRequirement Required
33812 src/com/gps/hibernate/TripScrapsDAO.java 96 Parameter 'messages' is not assigned and could be declared final
33813 src/com/gps/hibernate/TripScrapsDAO.java 96 publicMethodCommentRequirement Required
33814 src/com/gps/hibernate/TripScrapsDAO.java 100 publicMethodCommentRequirement Required
33815 src/com/gps/hibernate/TripScrapsDAO.java 101 There is log block not surrounded by if
33816 src/com/gps/hibernate/TripScrapsDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33817 src/com/gps/hibernate/TripScrapsDAO.java 103 Local variable 'queryString' could be declared final
33818 src/com/gps/hibernate/TripScrapsDAO.java 104 Local variable 'queryObject' could be declared final
33819 src/com/gps/hibernate/TripScrapsDAO.java 104 Potential violation of Law of Demeter (method chain calls)
33820 src/com/gps/hibernate/TripScrapsDAO.java 105 Potential violation of Law of Demeter (object not created locally)
33821 src/com/gps/hibernate/TripScrapsDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33822 src/com/gps/hibernate/TripScrapsDAO.java 107 There is log block not surrounded by if
33823 src/com/gps/hibernate/TripScrapsDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
33824 src/com/gps/hibernate/TripScrapsDAO.java 112 publicMethodCommentRequirement Required
33825 src/com/gps/hibernate/TripScrapsDAO.java 113 There is log block not surrounded by if
33826 src/com/gps/hibernate/TripScrapsDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33827 src/com/gps/hibernate/TripScrapsDAO.java 115 Local variable 'result' could be declared final
33828 src/com/gps/hibernate/TripScrapsDAO.java 115 Potential violation of Law of Demeter (method chain calls)
33829 src/com/gps/hibernate/TripScrapsDAO.java 117 There is log block not surrounded by if
33830 src/com/gps/hibernate/TripScrapsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33831 src/com/gps/hibernate/TripScrapsDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33832 src/com/gps/hibernate/TripScrapsDAO.java 120 There is log block not surrounded by if
33833 src/com/gps/hibernate/TripScrapsDAO.java 125 Parameter 'instance' is not assigned and could be declared final
33834 src/com/gps/hibernate/TripScrapsDAO.java 125 publicMethodCommentRequirement Required
33835 src/com/gps/hibernate/TripScrapsDAO.java 126 There is log block not surrounded by if
33836 src/com/gps/hibernate/TripScrapsDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33837 src/com/gps/hibernate/TripScrapsDAO.java 128 Potential violation of Law of Demeter (method chain calls)
33838 src/com/gps/hibernate/TripScrapsDAO.java 129 There is log block not surrounded by if
33839 src/com/gps/hibernate/TripScrapsDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33840 src/com/gps/hibernate/TripScrapsDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33841 src/com/gps/hibernate/TripScrapsDAO.java 131 There is log block not surrounded by if
33842 src/com/gps/hibernate/TripScrapsDAO.java 136 Parameter 'instance' is not assigned and could be declared final
33843 src/com/gps/hibernate/TripScrapsDAO.java 136 publicMethodCommentRequirement Required
33844 src/com/gps/hibernate/TripScrapsDAO.java 137 There is log block not surrounded by if
33845 src/com/gps/hibernate/TripScrapsDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33846 src/com/gps/hibernate/TripScrapsDAO.java 139 Potential violation of Law of Demeter (method chain calls)
33847 src/com/gps/hibernate/TripScrapsDAO.java 140 There is log block not surrounded by if
33848 src/com/gps/hibernate/TripScrapsDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33849 src/com/gps/hibernate/TripScrapsDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33850 src/com/gps/hibernate/TripScrapsDAO.java 142 There is log block not surrounded by if
33851 src/com/gps/hibernate/TripTravelerDetails.java 13 Classes implementing Serializable should set a serialVersionUID
33852 src/com/gps/hibernate/TripTravelerDetails.java 13 Too many fields
33853 src/com/gps/hibernate/TripTravelerDetails.java 17 fieldCommentRequirement Required
33854 src/com/gps/hibernate/TripTravelerDetails.java 18 fieldCommentRequirement Required
33855 src/com/gps/hibernate/TripTravelerDetails.java 19 fieldCommentRequirement Required
33856 src/com/gps/hibernate/TripTravelerDetails.java 20 fieldCommentRequirement Required
33857 src/com/gps/hibernate/TripTravelerDetails.java 21 Avoid excessively long variable names like travellerFrequency
33858 src/com/gps/hibernate/TripTravelerDetails.java 21 fieldCommentRequirement Required
33859 src/com/gps/hibernate/TripTravelerDetails.java 22 fieldCommentRequirement Required
33860 src/com/gps/hibernate/TripTravelerDetails.java 23 fieldCommentRequirement Required
33861 src/com/gps/hibernate/TripTravelerDetails.java 24 Avoid excessively long variable names like startTimeFlexibility
33862 src/com/gps/hibernate/TripTravelerDetails.java 24 fieldCommentRequirement Required
33863 src/com/gps/hibernate/TripTravelerDetails.java 25 fieldCommentRequirement Required
33864 src/com/gps/hibernate/TripTravelerDetails.java 26 fieldCommentRequirement Required
33865 src/com/gps/hibernate/TripTravelerDetails.java 27 fieldCommentRequirement Required
33866 src/com/gps/hibernate/TripTravelerDetails.java 28 Avoid excessively long variable names like coPassengerRelationship
33867 src/com/gps/hibernate/TripTravelerDetails.java 28 fieldCommentRequirement Required
33868 src/com/gps/hibernate/TripTravelerDetails.java 29 fieldCommentRequirement Required
33869 src/com/gps/hibernate/TripTravelerDetails.java 30 fieldCommentRequirement Required
33870 src/com/gps/hibernate/TripTravelerDetails.java 31 fieldCommentRequirement Required
33871 src/com/gps/hibernate/TripTravelerDetails.java 32 Avoid excessively long variable names like frequentTravellerDetailses
33872 src/com/gps/hibernate/TripTravelerDetails.java 32 fieldCommentRequirement Required
33873 src/com/gps/hibernate/TripTravelerDetails.java 37 Document empty constructor
33874 src/com/gps/hibernate/TripTravelerDetails.java 41 Parameter 'tripDetails' is not assigned and could be declared final
33875 src/com/gps/hibernate/TripTravelerDetails.java 41 Parameter 'userid' is not assigned and could be declared final
33876 src/com/gps/hibernate/TripTravelerDetails.java 47 Avoid long parameter lists.
33877 src/com/gps/hibernate/TripTravelerDetails.java 47 Parameter 'seatsRequested' is not assigned and could be declared final
33878 src/com/gps/hibernate/TripTravelerDetails.java 47 Parameter 'tripDetails' is not assigned and could be declared final
33879 src/com/gps/hibernate/TripTravelerDetails.java 48 Avoid excessively long variable names like travellerFrequency
33880 src/com/gps/hibernate/TripTravelerDetails.java 48 Parameter 'travellerFrequency' is not assigned and could be declared final
33881 src/com/gps/hibernate/TripTravelerDetails.java 48 Parameter 'userStatus' is not assigned and could be declared final
33882 src/com/gps/hibernate/TripTravelerDetails.java 48 Parameter 'userid' is not assigned and could be declared final
33883 src/com/gps/hibernate/TripTravelerDetails.java 49 Avoid excessively long variable names like startTimeFlexibility
33884 src/com/gps/hibernate/TripTravelerDetails.java 49 Parameter 'messageSubject' is not assigned and could be declared final
33885 src/com/gps/hibernate/TripTravelerDetails.java 49 Parameter 'startTimeFlexibility' is not assigned and could be declared final
33886 src/com/gps/hibernate/TripTravelerDetails.java 50 Parameter 'date' is not assigned and could be declared final
33887 src/com/gps/hibernate/TripTravelerDetails.java 50 Parameter 'gender' is not assigned and could be declared final
33888 src/com/gps/hibernate/TripTravelerDetails.java 50 Parameter 'message' is not assigned and could be declared final
33889 src/com/gps/hibernate/TripTravelerDetails.java 51 Avoid excessively long variable names like coPassengerRelationship
33890 src/com/gps/hibernate/TripTravelerDetails.java 51 Parameter 'coPassengerRelationship' is not assigned and could be declared final
33891 src/com/gps/hibernate/TripTravelerDetails.java 51 Parameter 'isreturn' is not assigned and could be declared final
33892 src/com/gps/hibernate/TripTravelerDetails.java 51 Parameter 'role' is not assigned and could be declared final
33893 src/com/gps/hibernate/TripTravelerDetails.java 52 Avoid excessively long variable names like frequentTravellerDetailses
33894 src/com/gps/hibernate/TripTravelerDetails.java 52 Parameter 'frequentTravellerDetailses' is not assigned and could be declared final
33895 src/com/gps/hibernate/TripTravelerDetails.java 52 Parameter 'genderCopy' is not assigned and could be declared final
33896 src/com/gps/hibernate/TripTravelerDetails.java 72 publicMethodCommentRequirement Required
33897 src/com/gps/hibernate/TripTravelerDetails.java 76 Parameter 'tripTravellerId' is not assigned and could be declared final
33898 src/com/gps/hibernate/TripTravelerDetails.java 76 publicMethodCommentRequirement Required
33899 src/com/gps/hibernate/TripTravelerDetails.java 80 publicMethodCommentRequirement Required
33900 src/com/gps/hibernate/TripTravelerDetails.java 84 Parameter 'tripDetails' is not assigned and could be declared final
33901 src/com/gps/hibernate/TripTravelerDetails.java 84 publicMethodCommentRequirement Required
33902 src/com/gps/hibernate/TripTravelerDetails.java 88 publicMethodCommentRequirement Required
33903 src/com/gps/hibernate/TripTravelerDetails.java 92 Parameter 'seatsRequested' is not assigned and could be declared final
33904 src/com/gps/hibernate/TripTravelerDetails.java 92 publicMethodCommentRequirement Required
33905 src/com/gps/hibernate/TripTravelerDetails.java 96 publicMethodCommentRequirement Required
33906 src/com/gps/hibernate/TripTravelerDetails.java 100 Parameter 'userid' is not assigned and could be declared final
33907 src/com/gps/hibernate/TripTravelerDetails.java 100 publicMethodCommentRequirement Required
33908 src/com/gps/hibernate/TripTravelerDetails.java 104 publicMethodCommentRequirement Required
33909 src/com/gps/hibernate/TripTravelerDetails.java 108 Avoid excessively long variable names like travellerFrequency
33910 src/com/gps/hibernate/TripTravelerDetails.java 108 Parameter 'travellerFrequency' is not assigned and could be declared final
33911 src/com/gps/hibernate/TripTravelerDetails.java 108 publicMethodCommentRequirement Required
33912 src/com/gps/hibernate/TripTravelerDetails.java 112 publicMethodCommentRequirement Required
33913 src/com/gps/hibernate/TripTravelerDetails.java 116 Parameter 'userStatus' is not assigned and could be declared final
33914 src/com/gps/hibernate/TripTravelerDetails.java 116 publicMethodCommentRequirement Required
33915 src/com/gps/hibernate/TripTravelerDetails.java 120 publicMethodCommentRequirement Required
33916 src/com/gps/hibernate/TripTravelerDetails.java 124 Parameter 'messageSubject' is not assigned and could be declared final
33917 src/com/gps/hibernate/TripTravelerDetails.java 124 publicMethodCommentRequirement Required
33918 src/com/gps/hibernate/TripTravelerDetails.java 128 publicMethodCommentRequirement Required
33919 src/com/gps/hibernate/TripTravelerDetails.java 132 Avoid excessively long variable names like startTimeFlexibility
33920 src/com/gps/hibernate/TripTravelerDetails.java 132 Parameter 'startTimeFlexibility' is not assigned and could be declared final
33921 src/com/gps/hibernate/TripTravelerDetails.java 132 publicMethodCommentRequirement Required
33922 src/com/gps/hibernate/TripTravelerDetails.java 136 publicMethodCommentRequirement Required
33923 src/com/gps/hibernate/TripTravelerDetails.java 140 Parameter 'message' is not assigned and could be declared final
33924 src/com/gps/hibernate/TripTravelerDetails.java 140 publicMethodCommentRequirement Required
33925 src/com/gps/hibernate/TripTravelerDetails.java 144 publicMethodCommentRequirement Required
33926 src/com/gps/hibernate/TripTravelerDetails.java 148 Parameter 'gender' is not assigned and could be declared final
33927 src/com/gps/hibernate/TripTravelerDetails.java 148 publicMethodCommentRequirement Required
33928 src/com/gps/hibernate/TripTravelerDetails.java 152 publicMethodCommentRequirement Required
33929 src/com/gps/hibernate/TripTravelerDetails.java 156 Parameter 'date' is not assigned and could be declared final
33930 src/com/gps/hibernate/TripTravelerDetails.java 156 publicMethodCommentRequirement Required
33931 src/com/gps/hibernate/TripTravelerDetails.java 160 publicMethodCommentRequirement Required
33932 src/com/gps/hibernate/TripTravelerDetails.java 164 Avoid excessively long variable names like coPassengerRelationship
33933 src/com/gps/hibernate/TripTravelerDetails.java 164 Parameter 'coPassengerRelationship' is not assigned and could be declared final
33934 src/com/gps/hibernate/TripTravelerDetails.java 164 publicMethodCommentRequirement Required
33935 src/com/gps/hibernate/TripTravelerDetails.java 168 publicMethodCommentRequirement Required
33936 src/com/gps/hibernate/TripTravelerDetails.java 172 Parameter 'isreturn' is not assigned and could be declared final
33937 src/com/gps/hibernate/TripTravelerDetails.java 172 publicMethodCommentRequirement Required
33938 src/com/gps/hibernate/TripTravelerDetails.java 176 publicMethodCommentRequirement Required
33939 src/com/gps/hibernate/TripTravelerDetails.java 180 Parameter 'role' is not assigned and could be declared final
33940 src/com/gps/hibernate/TripTravelerDetails.java 180 publicMethodCommentRequirement Required
33941 src/com/gps/hibernate/TripTravelerDetails.java 184 publicMethodCommentRequirement Required
33942 src/com/gps/hibernate/TripTravelerDetails.java 188 Parameter 'genderCopy' is not assigned and could be declared final
33943 src/com/gps/hibernate/TripTravelerDetails.java 188 publicMethodCommentRequirement Required
33944 src/com/gps/hibernate/TripTravelerDetails.java 192 publicMethodCommentRequirement Required
33945 src/com/gps/hibernate/TripTravelerDetails.java 196 Avoid excessively long variable names like frequentTravellerDetailses
33946 src/com/gps/hibernate/TripTravelerDetails.java 196 Parameter 'frequentTravellerDetailses' is not assigned and could be declared final
33947 src/com/gps/hibernate/TripTravelerDetails.java 196 publicMethodCommentRequirement Required
33948 src/com/gps/hibernate/TripTravelerDetailsDAO.java 3 Avoid unused imports such as 'java.util.Date'
33949 src/com/gps/hibernate/TripTravelerDetailsDAO.java 5 Avoid unused imports such as 'java.util.Set'
33950 src/com/gps/hibernate/TripTravelerDetailsDAO.java 12 Comment is too large: Too many lines
33951 src/com/gps/hibernate/TripTravelerDetailsDAO.java 24 This class has too many methods, consider refactoring it.
33952 src/com/gps/hibernate/TripTravelerDetailsDAO.java 25 Logger should be defined private static final and have the correct class
33953 src/com/gps/hibernate/TripTravelerDetailsDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
33954 src/com/gps/hibernate/TripTravelerDetailsDAO.java 25 fieldCommentRequirement Required
33955 src/com/gps/hibernate/TripTravelerDetailsDAO.java 28 fieldCommentRequirement Required
33956 src/com/gps/hibernate/TripTravelerDetailsDAO.java 29 fieldCommentRequirement Required
33957 src/com/gps/hibernate/TripTravelerDetailsDAO.java 30 Avoid excessively long variable names like TRAVELLER_FREQUENCY
33958 src/com/gps/hibernate/TripTravelerDetailsDAO.java 30 fieldCommentRequirement Required
33959 src/com/gps/hibernate/TripTravelerDetailsDAO.java 31 fieldCommentRequirement Required
33960 src/com/gps/hibernate/TripTravelerDetailsDAO.java 32 fieldCommentRequirement Required
33961 src/com/gps/hibernate/TripTravelerDetailsDAO.java 33 Avoid excessively long variable names like START_TIME_FLEXIBILITY
33962 src/com/gps/hibernate/TripTravelerDetailsDAO.java 33 fieldCommentRequirement Required
33963 src/com/gps/hibernate/TripTravelerDetailsDAO.java 34 fieldCommentRequirement Required
33964 src/com/gps/hibernate/TripTravelerDetailsDAO.java 35 fieldCommentRequirement Required
33965 src/com/gps/hibernate/TripTravelerDetailsDAO.java 36 Avoid excessively long variable names like CO_PASSENGER_RELATIONSHIP
33966 src/com/gps/hibernate/TripTravelerDetailsDAO.java 36 fieldCommentRequirement Required
33967 src/com/gps/hibernate/TripTravelerDetailsDAO.java 37 fieldCommentRequirement Required
33968 src/com/gps/hibernate/TripTravelerDetailsDAO.java 38 fieldCommentRequirement Required
33969 src/com/gps/hibernate/TripTravelerDetailsDAO.java 39 fieldCommentRequirement Required
33970 src/com/gps/hibernate/TripTravelerDetailsDAO.java 41 Parameter 'transientInstance' is not assigned and could be declared final
33971 src/com/gps/hibernate/TripTravelerDetailsDAO.java 41 publicMethodCommentRequirement Required
33972 src/com/gps/hibernate/TripTravelerDetailsDAO.java 42 There is log block not surrounded by if
33973 src/com/gps/hibernate/TripTravelerDetailsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33974 src/com/gps/hibernate/TripTravelerDetailsDAO.java 44 Potential violation of Law of Demeter (method chain calls)
33975 src/com/gps/hibernate/TripTravelerDetailsDAO.java 45 There is log block not surrounded by if
33976 src/com/gps/hibernate/TripTravelerDetailsDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33977 src/com/gps/hibernate/TripTravelerDetailsDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33978 src/com/gps/hibernate/TripTravelerDetailsDAO.java 47 There is log block not surrounded by if
33979 src/com/gps/hibernate/TripTravelerDetailsDAO.java 52 Avoid excessively long variable names like persistentInstance
33980 src/com/gps/hibernate/TripTravelerDetailsDAO.java 52 Parameter 'persistentInstance' is not assigned and could be declared final
33981 src/com/gps/hibernate/TripTravelerDetailsDAO.java 52 publicMethodCommentRequirement Required
33982 src/com/gps/hibernate/TripTravelerDetailsDAO.java 53 There is log block not surrounded by if
33983 src/com/gps/hibernate/TripTravelerDetailsDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33984 src/com/gps/hibernate/TripTravelerDetailsDAO.java 55 Potential violation of Law of Demeter (method chain calls)
33985 src/com/gps/hibernate/TripTravelerDetailsDAO.java 56 There is log block not surrounded by if
33986 src/com/gps/hibernate/TripTravelerDetailsDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33987 src/com/gps/hibernate/TripTravelerDetailsDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33988 src/com/gps/hibernate/TripTravelerDetailsDAO.java 58 There is log block not surrounded by if
33989 src/com/gps/hibernate/TripTravelerDetailsDAO.java 63 Avoid variables with short names like id
33990 src/com/gps/hibernate/TripTravelerDetailsDAO.java 63 Parameter 'id' is not assigned and could be declared final
33991 src/com/gps/hibernate/TripTravelerDetailsDAO.java 63 publicMethodCommentRequirement Required
33992 src/com/gps/hibernate/TripTravelerDetailsDAO.java 64 There is log block not surrounded by if
33993 src/com/gps/hibernate/TripTravelerDetailsDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33994 src/com/gps/hibernate/TripTravelerDetailsDAO.java 66 Local variable 'instance' could be declared final
33995 src/com/gps/hibernate/TripTravelerDetailsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
33996 src/com/gps/hibernate/TripTravelerDetailsDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33997 src/com/gps/hibernate/TripTravelerDetailsDAO.java 70 There is log block not surrounded by if
33998 src/com/gps/hibernate/TripTravelerDetailsDAO.java 75 Parameter 'instance' is not assigned and could be declared final
33999 src/com/gps/hibernate/TripTravelerDetailsDAO.java 75 publicMethodCommentRequirement Required
34000 src/com/gps/hibernate/TripTravelerDetailsDAO.java 76 There is log block not surrounded by if
34001 src/com/gps/hibernate/TripTravelerDetailsDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34002 src/com/gps/hibernate/TripTravelerDetailsDAO.java 78 Local variable 'results' could be declared final
34003 src/com/gps/hibernate/TripTravelerDetailsDAO.java 78 Potential violation of Law of Demeter (method chain calls)
34004 src/com/gps/hibernate/TripTravelerDetailsDAO.java 78 Potential violation of Law of Demeter (method chain calls)
34005 src/com/gps/hibernate/TripTravelerDetailsDAO.java 78 Potential violation of Law of Demeter (method chain calls)
34006 src/com/gps/hibernate/TripTravelerDetailsDAO.java 81 There is log block not surrounded by if
34007 src/com/gps/hibernate/TripTravelerDetailsDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34008 src/com/gps/hibernate/TripTravelerDetailsDAO.java 82 Potential violation of Law of Demeter (object not created locally)
34009 src/com/gps/hibernate/TripTravelerDetailsDAO.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34010 src/com/gps/hibernate/TripTravelerDetailsDAO.java 85 There is log block not surrounded by if
34011 src/com/gps/hibernate/TripTravelerDetailsDAO.java 90 Parameter 'propertyName' is not assigned and could be declared final
34012 src/com/gps/hibernate/TripTravelerDetailsDAO.java 90 Parameter 'value' is not assigned and could be declared final
34013 src/com/gps/hibernate/TripTravelerDetailsDAO.java 90 publicMethodCommentRequirement Required
34014 src/com/gps/hibernate/TripTravelerDetailsDAO.java 91 There is log block not surrounded by if
34015 src/com/gps/hibernate/TripTravelerDetailsDAO.java 91 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34016 src/com/gps/hibernate/TripTravelerDetailsDAO.java 94 Local variable 'queryString' could be declared final
34017 src/com/gps/hibernate/TripTravelerDetailsDAO.java 96 Local variable 'queryObject' could be declared final
34018 src/com/gps/hibernate/TripTravelerDetailsDAO.java 96 Potential violation of Law of Demeter (method chain calls)
34019 src/com/gps/hibernate/TripTravelerDetailsDAO.java 97 Potential violation of Law of Demeter (object not created locally)
34020 src/com/gps/hibernate/TripTravelerDetailsDAO.java 98 Potential violation of Law of Demeter (object not created locally)
34021 src/com/gps/hibernate/TripTravelerDetailsDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34022 src/com/gps/hibernate/TripTravelerDetailsDAO.java 100 There is log block not surrounded by if
34023 src/com/gps/hibernate/TripTravelerDetailsDAO.java 105 Parameter 'seatsRequested' is not assigned and could be declared final
34024 src/com/gps/hibernate/TripTravelerDetailsDAO.java 105 publicMethodCommentRequirement Required
34025 src/com/gps/hibernate/TripTravelerDetailsDAO.java 109 Parameter 'userid' is not assigned and could be declared final
34026 src/com/gps/hibernate/TripTravelerDetailsDAO.java 109 publicMethodCommentRequirement Required
34027 src/com/gps/hibernate/TripTravelerDetailsDAO.java 113 Avoid excessively long variable names like travellerFrequency
34028 src/com/gps/hibernate/TripTravelerDetailsDAO.java 113 Parameter 'travellerFrequency' is not assigned and could be declared final
34029 src/com/gps/hibernate/TripTravelerDetailsDAO.java 113 publicMethodCommentRequirement Required
34030 src/com/gps/hibernate/TripTravelerDetailsDAO.java 117 Parameter 'userStatus' is not assigned and could be declared final
34031 src/com/gps/hibernate/TripTravelerDetailsDAO.java 117 publicMethodCommentRequirement Required
34032 src/com/gps/hibernate/TripTravelerDetailsDAO.java 121 Parameter 'messageSubject' is not assigned and could be declared final
34033 src/com/gps/hibernate/TripTravelerDetailsDAO.java 121 publicMethodCommentRequirement Required
34034 src/com/gps/hibernate/TripTravelerDetailsDAO.java 125 Avoid excessively long variable names like startTimeFlexibility
34035 src/com/gps/hibernate/TripTravelerDetailsDAO.java 125 Parameter 'startTimeFlexibility' is not assigned and could be declared final
34036 src/com/gps/hibernate/TripTravelerDetailsDAO.java 125 publicMethodCommentRequirement Required
34037 src/com/gps/hibernate/TripTravelerDetailsDAO.java 129 Parameter 'message' is not assigned and could be declared final
34038 src/com/gps/hibernate/TripTravelerDetailsDAO.java 129 publicMethodCommentRequirement Required
34039 src/com/gps/hibernate/TripTravelerDetailsDAO.java 133 Parameter 'gender' is not assigned and could be declared final
34040 src/com/gps/hibernate/TripTravelerDetailsDAO.java 133 publicMethodCommentRequirement Required
34041 src/com/gps/hibernate/TripTravelerDetailsDAO.java 137 Avoid excessively long variable names like coPassengerRelationship
34042 src/com/gps/hibernate/TripTravelerDetailsDAO.java 137 Parameter 'coPassengerRelationship' is not assigned and could be declared final
34043 src/com/gps/hibernate/TripTravelerDetailsDAO.java 137 publicMethodCommentRequirement Required
34044 src/com/gps/hibernate/TripTravelerDetailsDAO.java 142 Parameter 'isreturn' is not assigned and could be declared final
34045 src/com/gps/hibernate/TripTravelerDetailsDAO.java 142 publicMethodCommentRequirement Required
34046 src/com/gps/hibernate/TripTravelerDetailsDAO.java 146 Parameter 'role' is not assigned and could be declared final
34047 src/com/gps/hibernate/TripTravelerDetailsDAO.java 146 publicMethodCommentRequirement Required
34048 src/com/gps/hibernate/TripTravelerDetailsDAO.java 150 Parameter 'genderCopy' is not assigned and could be declared final
34049 src/com/gps/hibernate/TripTravelerDetailsDAO.java 150 publicMethodCommentRequirement Required
34050 src/com/gps/hibernate/TripTravelerDetailsDAO.java 154 publicMethodCommentRequirement Required
34051 src/com/gps/hibernate/TripTravelerDetailsDAO.java 155 There is log block not surrounded by if
34052 src/com/gps/hibernate/TripTravelerDetailsDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34053 src/com/gps/hibernate/TripTravelerDetailsDAO.java 157 Local variable 'queryString' could be declared final
34054 src/com/gps/hibernate/TripTravelerDetailsDAO.java 158 Local variable 'queryObject' could be declared final
34055 src/com/gps/hibernate/TripTravelerDetailsDAO.java 158 Potential violation of Law of Demeter (method chain calls)
34056 src/com/gps/hibernate/TripTravelerDetailsDAO.java 159 Potential violation of Law of Demeter (object not created locally)
34057 src/com/gps/hibernate/TripTravelerDetailsDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34058 src/com/gps/hibernate/TripTravelerDetailsDAO.java 161 There is log block not surrounded by if
34059 src/com/gps/hibernate/TripTravelerDetailsDAO.java 166 Parameter 'detachedInstance' is not assigned and could be declared final
34060 src/com/gps/hibernate/TripTravelerDetailsDAO.java 166 publicMethodCommentRequirement Required
34061 src/com/gps/hibernate/TripTravelerDetailsDAO.java 167 There is log block not surrounded by if
34062 src/com/gps/hibernate/TripTravelerDetailsDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34063 src/com/gps/hibernate/TripTravelerDetailsDAO.java 169 Local variable 'result' could be declared final
34064 src/com/gps/hibernate/TripTravelerDetailsDAO.java 169 Potential violation of Law of Demeter (method chain calls)
34065 src/com/gps/hibernate/TripTravelerDetailsDAO.java 171 There is log block not surrounded by if
34066 src/com/gps/hibernate/TripTravelerDetailsDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34067 src/com/gps/hibernate/TripTravelerDetailsDAO.java 173 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34068 src/com/gps/hibernate/TripTravelerDetailsDAO.java 174 There is log block not surrounded by if
34069 src/com/gps/hibernate/TripTravelerDetailsDAO.java 179 Parameter 'instance' is not assigned and could be declared final
34070 src/com/gps/hibernate/TripTravelerDetailsDAO.java 179 publicMethodCommentRequirement Required
34071 src/com/gps/hibernate/TripTravelerDetailsDAO.java 180 There is log block not surrounded by if
34072 src/com/gps/hibernate/TripTravelerDetailsDAO.java 180 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34073 src/com/gps/hibernate/TripTravelerDetailsDAO.java 182 Potential violation of Law of Demeter (method chain calls)
34074 src/com/gps/hibernate/TripTravelerDetailsDAO.java 183 There is log block not surrounded by if
34075 src/com/gps/hibernate/TripTravelerDetailsDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34076 src/com/gps/hibernate/TripTravelerDetailsDAO.java 184 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34077 src/com/gps/hibernate/TripTravelerDetailsDAO.java 185 There is log block not surrounded by if
34078 src/com/gps/hibernate/TripTravelerDetailsDAO.java 190 Parameter 'instance' is not assigned and could be declared final
34079 src/com/gps/hibernate/TripTravelerDetailsDAO.java 190 publicMethodCommentRequirement Required
34080 src/com/gps/hibernate/TripTravelerDetailsDAO.java 191 There is log block not surrounded by if
34081 src/com/gps/hibernate/TripTravelerDetailsDAO.java 191 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34082 src/com/gps/hibernate/TripTravelerDetailsDAO.java 193 Potential violation of Law of Demeter (method chain calls)
34083 src/com/gps/hibernate/TripTravelerDetailsDAO.java 194 There is log block not surrounded by if
34084 src/com/gps/hibernate/TripTravelerDetailsDAO.java 194 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34085 src/com/gps/hibernate/TripTravelerDetailsDAO.java 195 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34086 src/com/gps/hibernate/TripTravelerDetailsDAO.java 196 There is log block not surrounded by if
34087 src/com/gps/hibernate/TripTraversal.java 17 fieldCommentRequirement Required
34088 src/com/gps/hibernate/TripTraversal.java 18 fieldCommentRequirement Required
34089 src/com/gps/hibernate/TripTraversal.java 19 fieldCommentRequirement Required
34090 src/com/gps/hibernate/TripTraversal.java 20 fieldCommentRequirement Required
34091 src/com/gps/hibernate/TripTraversal.java 21 fieldCommentRequirement Required
34092 src/com/gps/hibernate/TripTraversal.java 22 Avoid excessively long variable names like tripPointTraversalTime
34093 src/com/gps/hibernate/TripTraversal.java 22 fieldCommentRequirement Required
34094 src/com/gps/hibernate/TripTraversal.java 28 publicMethodCommentRequirement Required
34095 src/com/gps/hibernate/TripTraversal.java 32 Parameter 'tripTraversalId' is not assigned and could be declared final
34096 src/com/gps/hibernate/TripTraversal.java 32 publicMethodCommentRequirement Required
34097 src/com/gps/hibernate/TripTraversal.java 37 publicMethodCommentRequirement Required
34098 src/com/gps/hibernate/TripTraversal.java 41 Parameter 'tripReference' is not assigned and could be declared final
34099 src/com/gps/hibernate/TripTraversal.java 41 publicMethodCommentRequirement Required
34100 src/com/gps/hibernate/TripTraversal.java 47 publicMethodCommentRequirement Required
34101 src/com/gps/hibernate/TripTraversal.java 51 Parameter 'tripDetails' is not assigned and could be declared final
34102 src/com/gps/hibernate/TripTraversal.java 51 publicMethodCommentRequirement Required
34103 src/com/gps/hibernate/TripTraversal.java 55 publicMethodCommentRequirement Required
34104 src/com/gps/hibernate/TripTraversal.java 59 Parameter 'hasTraversed' is not assigned and could be declared final
34105 src/com/gps/hibernate/TripTraversal.java 59 publicMethodCommentRequirement Required
34106 src/com/gps/hibernate/TripTraversal.java 63 publicMethodCommentRequirement Required
34107 src/com/gps/hibernate/TripTraversal.java 67 Parameter 'isSupportTeamOk' is not assigned and could be declared final
34108 src/com/gps/hibernate/TripTraversal.java 67 publicMethodCommentRequirement Required
34109 src/com/gps/hibernate/TripTraversal.java 73 publicMethodCommentRequirement Required
34110 src/com/gps/hibernate/TripTraversal.java 77 Avoid excessively long variable names like tripPointTraversalTime
34111 src/com/gps/hibernate/TripTraversal.java 77 Parameter 'tripPointTraversalTime' is not assigned and could be declared final
34112 src/com/gps/hibernate/TripTraversal.java 77 publicMethodCommentRequirement Required
34113 src/com/gps/hibernate/TripTraversal.java 84 Document empty constructor
34114 src/com/gps/hibernate/TripTraversal.java 88 Parameter 'tripDetails' is not assigned and could be declared final
34115 src/com/gps/hibernate/TripTraversal.java 88 Parameter 'tripReference' is not assigned and could be declared final
34116 src/com/gps/hibernate/TripTraversal.java 88 Parameter 'tripTraversalId' is not assigned and could be declared final
34117 src/com/gps/hibernate/TripTraversal.java 89 Avoid excessively long variable names like tripPointTraversalTime
34118 src/com/gps/hibernate/TripTraversal.java 89 Parameter 'hasTraversed' is not assigned and could be declared final
34119 src/com/gps/hibernate/TripTraversal.java 89 Parameter 'isSupportTeamOK' is not assigned and could be declared final
34120 src/com/gps/hibernate/TripTraversal.java 89 Parameter 'tripPointTraversalTime' is not assigned and could be declared final
34121 src/com/gps/hibernate/TripTraversalDAO.java 12 Comment is too large: Too many lines
34122 src/com/gps/hibernate/TripTraversalDAO.java 25 This class has too many methods, consider refactoring it.
34123 src/com/gps/hibernate/TripTraversalDAO.java 26 Logger should be defined private static final and have the correct class
34124 src/com/gps/hibernate/TripTraversalDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
34125 src/com/gps/hibernate/TripTraversalDAO.java 26 fieldCommentRequirement Required
34126 src/com/gps/hibernate/TripTraversalDAO.java 29 fieldCommentRequirement Required
34127 src/com/gps/hibernate/TripTraversalDAO.java 30 fieldCommentRequirement Required
34128 src/com/gps/hibernate/TripTraversalDAO.java 31 Avoid excessively long variable names like IS_SUPPORT_TEAM_OK
34129 src/com/gps/hibernate/TripTraversalDAO.java 31 fieldCommentRequirement Required
34130 src/com/gps/hibernate/TripTraversalDAO.java 32 Avoid excessively long variable names like TRIP_POINT_TRAVERSAL_TIME
34131 src/com/gps/hibernate/TripTraversalDAO.java 32 fieldCommentRequirement Required
34132 src/com/gps/hibernate/TripTraversalDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
34133 src/com/gps/hibernate/TripTraversalDAO.java 35 publicMethodCommentRequirement Required
34134 src/com/gps/hibernate/TripTraversalDAO.java 36 There is log block not surrounded by if
34135 src/com/gps/hibernate/TripTraversalDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34136 src/com/gps/hibernate/TripTraversalDAO.java 38 Potential violation of Law of Demeter (method chain calls)
34137 src/com/gps/hibernate/TripTraversalDAO.java 39 There is log block not surrounded by if
34138 src/com/gps/hibernate/TripTraversalDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34139 src/com/gps/hibernate/TripTraversalDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34140 src/com/gps/hibernate/TripTraversalDAO.java 41 There is log block not surrounded by if
34141 src/com/gps/hibernate/TripTraversalDAO.java 46 Avoid excessively long variable names like persistentInstance
34142 src/com/gps/hibernate/TripTraversalDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
34143 src/com/gps/hibernate/TripTraversalDAO.java 46 publicMethodCommentRequirement Required
34144 src/com/gps/hibernate/TripTraversalDAO.java 47 There is log block not surrounded by if
34145 src/com/gps/hibernate/TripTraversalDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34146 src/com/gps/hibernate/TripTraversalDAO.java 49 Potential violation of Law of Demeter (method chain calls)
34147 src/com/gps/hibernate/TripTraversalDAO.java 50 There is log block not surrounded by if
34148 src/com/gps/hibernate/TripTraversalDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34149 src/com/gps/hibernate/TripTraversalDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34150 src/com/gps/hibernate/TripTraversalDAO.java 52 There is log block not surrounded by if
34151 src/com/gps/hibernate/TripTraversalDAO.java 57 Avoid variables with short names like id
34152 src/com/gps/hibernate/TripTraversalDAO.java 57 Parameter 'id' is not assigned and could be declared final
34153 src/com/gps/hibernate/TripTraversalDAO.java 57 publicMethodCommentRequirement Required
34154 src/com/gps/hibernate/TripTraversalDAO.java 58 There is log block not surrounded by if
34155 src/com/gps/hibernate/TripTraversalDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34156 src/com/gps/hibernate/TripTraversalDAO.java 60 Local variable 'instance' could be declared final
34157 src/com/gps/hibernate/TripTraversalDAO.java 60 Potential violation of Law of Demeter (method chain calls)
34158 src/com/gps/hibernate/TripTraversalDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34159 src/com/gps/hibernate/TripTraversalDAO.java 64 There is log block not surrounded by if
34160 src/com/gps/hibernate/TripTraversalDAO.java 70 Parameter 'instance' is not assigned and could be declared final
34161 src/com/gps/hibernate/TripTraversalDAO.java 70 publicMethodCommentRequirement Required
34162 src/com/gps/hibernate/TripTraversalDAO.java 71 There is log block not surrounded by if
34163 src/com/gps/hibernate/TripTraversalDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34164 src/com/gps/hibernate/TripTraversalDAO.java 73 Local variable 'results' could be declared final
34165 src/com/gps/hibernate/TripTraversalDAO.java 73 Potential violation of Law of Demeter (method chain calls)
34166 src/com/gps/hibernate/TripTraversalDAO.java 73 Potential violation of Law of Demeter (method chain calls)
34167 src/com/gps/hibernate/TripTraversalDAO.java 73 Potential violation of Law of Demeter (method chain calls)
34168 src/com/gps/hibernate/TripTraversalDAO.java 76 There is log block not surrounded by if
34169 src/com/gps/hibernate/TripTraversalDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34170 src/com/gps/hibernate/TripTraversalDAO.java 77 Potential violation of Law of Demeter (object not created locally)
34171 src/com/gps/hibernate/TripTraversalDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34172 src/com/gps/hibernate/TripTraversalDAO.java 80 There is log block not surrounded by if
34173 src/com/gps/hibernate/TripTraversalDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
34174 src/com/gps/hibernate/TripTraversalDAO.java 85 Parameter 'value' is not assigned and could be declared final
34175 src/com/gps/hibernate/TripTraversalDAO.java 85 publicMethodCommentRequirement Required
34176 src/com/gps/hibernate/TripTraversalDAO.java 86 There is log block not surrounded by if
34177 src/com/gps/hibernate/TripTraversalDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34178 src/com/gps/hibernate/TripTraversalDAO.java 89 Local variable 'queryString' could be declared final
34179 src/com/gps/hibernate/TripTraversalDAO.java 91 Local variable 'queryObject' could be declared final
34180 src/com/gps/hibernate/TripTraversalDAO.java 91 Potential violation of Law of Demeter (method chain calls)
34181 src/com/gps/hibernate/TripTraversalDAO.java 92 Potential violation of Law of Demeter (object not created locally)
34182 src/com/gps/hibernate/TripTraversalDAO.java 93 Potential violation of Law of Demeter (object not created locally)
34183 src/com/gps/hibernate/TripTraversalDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34184 src/com/gps/hibernate/TripTraversalDAO.java 95 There is log block not surrounded by if
34185 src/com/gps/hibernate/TripTraversalDAO.java 100 Parameter 'hasTraversed' is not assigned and could be declared final
34186 src/com/gps/hibernate/TripTraversalDAO.java 100 publicMethodCommentRequirement Required
34187 src/com/gps/hibernate/TripTraversalDAO.java 104 Parameter 'isSupportTeamOk' is not assigned and could be declared final
34188 src/com/gps/hibernate/TripTraversalDAO.java 104 publicMethodCommentRequirement Required
34189 src/com/gps/hibernate/TripTraversalDAO.java 108 Avoid excessively long variable names like tripPointTraversalTime
34190 src/com/gps/hibernate/TripTraversalDAO.java 108 Parameter 'tripPointTraversalTime' is not assigned and could be declared final
34191 src/com/gps/hibernate/TripTraversalDAO.java 108 publicMethodCommentRequirement Required
34192 src/com/gps/hibernate/TripTraversalDAO.java 112 Parameter 'first' is not assigned and could be declared final
34193 src/com/gps/hibernate/TripTraversalDAO.java 112 Parameter 'last' is not assigned and could be declared final
34194 src/com/gps/hibernate/TripTraversalDAO.java 112 publicMethodCommentRequirement Required
34195 src/com/gps/hibernate/TripTraversalDAO.java 114 There is log block not surrounded by if
34196 src/com/gps/hibernate/TripTraversalDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34197 src/com/gps/hibernate/TripTraversalDAO.java 117 Local variable 'queryString' could be declared final
34198 src/com/gps/hibernate/TripTraversalDAO.java 118 Local variable 'queryObject' could be declared final
34199 src/com/gps/hibernate/TripTraversalDAO.java 118 Potential violation of Law of Demeter (method chain calls)
34200 src/com/gps/hibernate/TripTraversalDAO.java 121 Potential violation of Law of Demeter (object not created locally)
34201 src/com/gps/hibernate/TripTraversalDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34202 src/com/gps/hibernate/TripTraversalDAO.java 123 There is log block not surrounded by if
34203 src/com/gps/hibernate/TripTraversalDAO.java 129 Parameter 'detachedInstance' is not assigned and could be declared final
34204 src/com/gps/hibernate/TripTraversalDAO.java 129 publicMethodCommentRequirement Required
34205 src/com/gps/hibernate/TripTraversalDAO.java 130 There is log block not surrounded by if
34206 src/com/gps/hibernate/TripTraversalDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34207 src/com/gps/hibernate/TripTraversalDAO.java 132 Local variable 'result' could be declared final
34208 src/com/gps/hibernate/TripTraversalDAO.java 132 Potential violation of Law of Demeter (method chain calls)
34209 src/com/gps/hibernate/TripTraversalDAO.java 134 There is log block not surrounded by if
34210 src/com/gps/hibernate/TripTraversalDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34211 src/com/gps/hibernate/TripTraversalDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34212 src/com/gps/hibernate/TripTraversalDAO.java 137 There is log block not surrounded by if
34213 src/com/gps/hibernate/TripTraversalDAO.java 142 Parameter 'instance' is not assigned and could be declared final
34214 src/com/gps/hibernate/TripTraversalDAO.java 142 publicMethodCommentRequirement Required
34215 src/com/gps/hibernate/TripTraversalDAO.java 143 There is log block not surrounded by if
34216 src/com/gps/hibernate/TripTraversalDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34217 src/com/gps/hibernate/TripTraversalDAO.java 145 Potential violation of Law of Demeter (method chain calls)
34218 src/com/gps/hibernate/TripTraversalDAO.java 146 There is log block not surrounded by if
34219 src/com/gps/hibernate/TripTraversalDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34220 src/com/gps/hibernate/TripTraversalDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34221 src/com/gps/hibernate/TripTraversalDAO.java 148 There is log block not surrounded by if
34222 src/com/gps/hibernate/TripTraversalDAO.java 153 Parameter 'instance' is not assigned and could be declared final
34223 src/com/gps/hibernate/TripTraversalDAO.java 153 publicMethodCommentRequirement Required
34224 src/com/gps/hibernate/TripTraversalDAO.java 154 There is log block not surrounded by if
34225 src/com/gps/hibernate/TripTraversalDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34226 src/com/gps/hibernate/TripTraversalDAO.java 156 Potential violation of Law of Demeter (method chain calls)
34227 src/com/gps/hibernate/TripTraversalDAO.java 157 There is log block not surrounded by if
34228 src/com/gps/hibernate/TripTraversalDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34229 src/com/gps/hibernate/TripTraversalDAO.java 158 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34230 src/com/gps/hibernate/TripTraversalDAO.java 159 There is log block not surrounded by if
34231 src/com/gps/hibernate/TripVehicleMap.java 9 Classes implementing Serializable should set a serialVersionUID
34232 src/com/gps/hibernate/TripVehicleMap.java 13 Avoid variables with short names like id
34233 src/com/gps/hibernate/TripVehicleMap.java 13 fieldCommentRequirement Required
34234 src/com/gps/hibernate/TripVehicleMap.java 14 fieldCommentRequirement Required
34235 src/com/gps/hibernate/TripVehicleMap.java 15 fieldCommentRequirement Required
34236 src/com/gps/hibernate/TripVehicleMap.java 20 Document empty constructor
34237 src/com/gps/hibernate/TripVehicleMap.java 24 Parameter 'tripDetails' is not assigned and could be declared final
34238 src/com/gps/hibernate/TripVehicleMap.java 24 Parameter 'vehicleDetails' is not assigned and could be declared final
34239 src/com/gps/hibernate/TripVehicleMap.java 31 publicMethodCommentRequirement Required
34240 src/com/gps/hibernate/TripVehicleMap.java 35 Avoid variables with short names like id
34241 src/com/gps/hibernate/TripVehicleMap.java 35 Parameter 'id' is not assigned and could be declared final
34242 src/com/gps/hibernate/TripVehicleMap.java 35 publicMethodCommentRequirement Required
34243 src/com/gps/hibernate/TripVehicleMap.java 39 publicMethodCommentRequirement Required
34244 src/com/gps/hibernate/TripVehicleMap.java 43 Parameter 'vehicleDetails' is not assigned and could be declared final
34245 src/com/gps/hibernate/TripVehicleMap.java 43 publicMethodCommentRequirement Required
34246 src/com/gps/hibernate/TripVehicleMap.java 47 publicMethodCommentRequirement Required
34247 src/com/gps/hibernate/TripVehicleMap.java 51 Parameter 'tripDetails' is not assigned and could be declared final
34248 src/com/gps/hibernate/TripVehicleMap.java 51 publicMethodCommentRequirement Required
34249 src/com/gps/hibernate/TripVehicleMapDAO.java 10 Comment is too large: Too many lines
34250 src/com/gps/hibernate/TripVehicleMapDAO.java 23 Logger should be defined private static final and have the correct class
34251 src/com/gps/hibernate/TripVehicleMapDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
34252 src/com/gps/hibernate/TripVehicleMapDAO.java 23 fieldCommentRequirement Required
34253 src/com/gps/hibernate/TripVehicleMapDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
34254 src/com/gps/hibernate/TripVehicleMapDAO.java 27 publicMethodCommentRequirement Required
34255 src/com/gps/hibernate/TripVehicleMapDAO.java 28 There is log block not surrounded by if
34256 src/com/gps/hibernate/TripVehicleMapDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34257 src/com/gps/hibernate/TripVehicleMapDAO.java 30 Potential violation of Law of Demeter (method chain calls)
34258 src/com/gps/hibernate/TripVehicleMapDAO.java 31 There is log block not surrounded by if
34259 src/com/gps/hibernate/TripVehicleMapDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34260 src/com/gps/hibernate/TripVehicleMapDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34261 src/com/gps/hibernate/TripVehicleMapDAO.java 33 There is log block not surrounded by if
34262 src/com/gps/hibernate/TripVehicleMapDAO.java 38 Avoid excessively long variable names like persistentInstance
34263 src/com/gps/hibernate/TripVehicleMapDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
34264 src/com/gps/hibernate/TripVehicleMapDAO.java 38 publicMethodCommentRequirement Required
34265 src/com/gps/hibernate/TripVehicleMapDAO.java 39 There is log block not surrounded by if
34266 src/com/gps/hibernate/TripVehicleMapDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34267 src/com/gps/hibernate/TripVehicleMapDAO.java 41 Potential violation of Law of Demeter (method chain calls)
34268 src/com/gps/hibernate/TripVehicleMapDAO.java 42 There is log block not surrounded by if
34269 src/com/gps/hibernate/TripVehicleMapDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34270 src/com/gps/hibernate/TripVehicleMapDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34271 src/com/gps/hibernate/TripVehicleMapDAO.java 44 There is log block not surrounded by if
34272 src/com/gps/hibernate/TripVehicleMapDAO.java 49 Avoid variables with short names like id
34273 src/com/gps/hibernate/TripVehicleMapDAO.java 49 Parameter 'id' is not assigned and could be declared final
34274 src/com/gps/hibernate/TripVehicleMapDAO.java 49 publicMethodCommentRequirement Required
34275 src/com/gps/hibernate/TripVehicleMapDAO.java 50 There is log block not surrounded by if
34276 src/com/gps/hibernate/TripVehicleMapDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34277 src/com/gps/hibernate/TripVehicleMapDAO.java 52 Local variable 'instance' could be declared final
34278 src/com/gps/hibernate/TripVehicleMapDAO.java 52 Potential violation of Law of Demeter (method chain calls)
34279 src/com/gps/hibernate/TripVehicleMapDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34280 src/com/gps/hibernate/TripVehicleMapDAO.java 56 There is log block not surrounded by if
34281 src/com/gps/hibernate/TripVehicleMapDAO.java 61 Parameter 'instance' is not assigned and could be declared final
34282 src/com/gps/hibernate/TripVehicleMapDAO.java 61 publicMethodCommentRequirement Required
34283 src/com/gps/hibernate/TripVehicleMapDAO.java 62 There is log block not surrounded by if
34284 src/com/gps/hibernate/TripVehicleMapDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34285 src/com/gps/hibernate/TripVehicleMapDAO.java 64 Local variable 'results' could be declared final
34286 src/com/gps/hibernate/TripVehicleMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
34287 src/com/gps/hibernate/TripVehicleMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
34288 src/com/gps/hibernate/TripVehicleMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
34289 src/com/gps/hibernate/TripVehicleMapDAO.java 67 There is log block not surrounded by if
34290 src/com/gps/hibernate/TripVehicleMapDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34291 src/com/gps/hibernate/TripVehicleMapDAO.java 68 Potential violation of Law of Demeter (object not created locally)
34292 src/com/gps/hibernate/TripVehicleMapDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34293 src/com/gps/hibernate/TripVehicleMapDAO.java 71 There is log block not surrounded by if
34294 src/com/gps/hibernate/TripVehicleMapDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
34295 src/com/gps/hibernate/TripVehicleMapDAO.java 76 Parameter 'value' is not assigned and could be declared final
34296 src/com/gps/hibernate/TripVehicleMapDAO.java 76 publicMethodCommentRequirement Required
34297 src/com/gps/hibernate/TripVehicleMapDAO.java 77 There is log block not surrounded by if
34298 src/com/gps/hibernate/TripVehicleMapDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34299 src/com/gps/hibernate/TripVehicleMapDAO.java 80 Local variable 'queryString' could be declared final
34300 src/com/gps/hibernate/TripVehicleMapDAO.java 82 Local variable 'queryObject' could be declared final
34301 src/com/gps/hibernate/TripVehicleMapDAO.java 82 Potential violation of Law of Demeter (method chain calls)
34302 src/com/gps/hibernate/TripVehicleMapDAO.java 83 Potential violation of Law of Demeter (object not created locally)
34303 src/com/gps/hibernate/TripVehicleMapDAO.java 84 Potential violation of Law of Demeter (object not created locally)
34304 src/com/gps/hibernate/TripVehicleMapDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34305 src/com/gps/hibernate/TripVehicleMapDAO.java 86 There is log block not surrounded by if
34306 src/com/gps/hibernate/TripVehicleMapDAO.java 91 publicMethodCommentRequirement Required
34307 src/com/gps/hibernate/TripVehicleMapDAO.java 92 There is log block not surrounded by if
34308 src/com/gps/hibernate/TripVehicleMapDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34309 src/com/gps/hibernate/TripVehicleMapDAO.java 94 Local variable 'queryString' could be declared final
34310 src/com/gps/hibernate/TripVehicleMapDAO.java 95 Local variable 'queryObject' could be declared final
34311 src/com/gps/hibernate/TripVehicleMapDAO.java 95 Potential violation of Law of Demeter (method chain calls)
34312 src/com/gps/hibernate/TripVehicleMapDAO.java 96 Potential violation of Law of Demeter (object not created locally)
34313 src/com/gps/hibernate/TripVehicleMapDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34314 src/com/gps/hibernate/TripVehicleMapDAO.java 98 There is log block not surrounded by if
34315 src/com/gps/hibernate/TripVehicleMapDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
34316 src/com/gps/hibernate/TripVehicleMapDAO.java 103 publicMethodCommentRequirement Required
34317 src/com/gps/hibernate/TripVehicleMapDAO.java 104 There is log block not surrounded by if
34318 src/com/gps/hibernate/TripVehicleMapDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34319 src/com/gps/hibernate/TripVehicleMapDAO.java 106 Local variable 'result' could be declared final
34320 src/com/gps/hibernate/TripVehicleMapDAO.java 106 Potential violation of Law of Demeter (method chain calls)
34321 src/com/gps/hibernate/TripVehicleMapDAO.java 108 There is log block not surrounded by if
34322 src/com/gps/hibernate/TripVehicleMapDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34323 src/com/gps/hibernate/TripVehicleMapDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34324 src/com/gps/hibernate/TripVehicleMapDAO.java 111 There is log block not surrounded by if
34325 src/com/gps/hibernate/TripVehicleMapDAO.java 116 Parameter 'instance' is not assigned and could be declared final
34326 src/com/gps/hibernate/TripVehicleMapDAO.java 116 publicMethodCommentRequirement Required
34327 src/com/gps/hibernate/TripVehicleMapDAO.java 117 There is log block not surrounded by if
34328 src/com/gps/hibernate/TripVehicleMapDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34329 src/com/gps/hibernate/TripVehicleMapDAO.java 119 Potential violation of Law of Demeter (method chain calls)
34330 src/com/gps/hibernate/TripVehicleMapDAO.java 120 There is log block not surrounded by if
34331 src/com/gps/hibernate/TripVehicleMapDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34332 src/com/gps/hibernate/TripVehicleMapDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34333 src/com/gps/hibernate/TripVehicleMapDAO.java 122 There is log block not surrounded by if
34334 src/com/gps/hibernate/TripVehicleMapDAO.java 127 Parameter 'instance' is not assigned and could be declared final
34335 src/com/gps/hibernate/TripVehicleMapDAO.java 127 publicMethodCommentRequirement Required
34336 src/com/gps/hibernate/TripVehicleMapDAO.java 128 There is log block not surrounded by if
34337 src/com/gps/hibernate/TripVehicleMapDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34338 src/com/gps/hibernate/TripVehicleMapDAO.java 130 Potential violation of Law of Demeter (method chain calls)
34339 src/com/gps/hibernate/TripVehicleMapDAO.java 131 There is log block not surrounded by if
34340 src/com/gps/hibernate/TripVehicleMapDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34341 src/com/gps/hibernate/TripVehicleMapDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34342 src/com/gps/hibernate/TripVehicleMapDAO.java 133 There is log block not surrounded by if
34343 src/com/gps/hibernate/User.java 1 This class has a bunch of public methods and attributes
34344 src/com/gps/hibernate/User.java 13 A Classname should have a minimum of five characters
34345 src/com/gps/hibernate/User.java 13 Classes implementing Serializable should set a serialVersionUID
34346 src/com/gps/hibernate/User.java 13 Too many fields
34347 src/com/gps/hibernate/User.java 17 fieldCommentRequirement Required
34348 src/com/gps/hibernate/User.java 18 fieldCommentRequirement Required
34349 src/com/gps/hibernate/User.java 19 fieldCommentRequirement Required
34350 src/com/gps/hibernate/User.java 20 fieldCommentRequirement Required
34351 src/com/gps/hibernate/User.java 21 fieldCommentRequirement Required
34352 src/com/gps/hibernate/User.java 22 fieldCommentRequirement Required
34353 src/com/gps/hibernate/User.java 23 fieldCommentRequirement Required
34354 src/com/gps/hibernate/User.java 24 fieldCommentRequirement Required
34355 src/com/gps/hibernate/User.java 25 fieldCommentRequirement Required
34356 src/com/gps/hibernate/User.java 26 fieldCommentRequirement Required
34357 src/com/gps/hibernate/User.java 27 Avoid excessively long variable names like passwordModifiedDate
34358 src/com/gps/hibernate/User.java 27 fieldCommentRequirement Required
34359 src/com/gps/hibernate/User.java 28 Avoid excessively long variable names like reminderQueryQuestion
34360 src/com/gps/hibernate/User.java 28 fieldCommentRequirement Required
34361 src/com/gps/hibernate/User.java 29 Avoid excessively long variable names like reminderQueryAnswer
34362 src/com/gps/hibernate/User.java 29 fieldCommentRequirement Required
34363 src/com/gps/hibernate/User.java 30 fieldCommentRequirement Required
34364 src/com/gps/hibernate/User.java 31 fieldCommentRequirement Required
34365 src/com/gps/hibernate/User.java 32 fieldCommentRequirement Required
34366 src/com/gps/hibernate/User.java 33 fieldCommentRequirement Required
34367 src/com/gps/hibernate/User.java 34 fieldCommentRequirement Required
34368 src/com/gps/hibernate/User.java 35 fieldCommentRequirement Required
34369 src/com/gps/hibernate/User.java 36 fieldCommentRequirement Required
34370 src/com/gps/hibernate/User.java 37 fieldCommentRequirement Required
34371 src/com/gps/hibernate/User.java 38 fieldCommentRequirement Required
34372 src/com/gps/hibernate/User.java 39 fieldCommentRequirement Required
34373 src/com/gps/hibernate/User.java 40 fieldCommentRequirement Required
34374 src/com/gps/hibernate/User.java 41 fieldCommentRequirement Required
34375 src/com/gps/hibernate/User.java 42 fieldCommentRequirement Required
34376 src/com/gps/hibernate/User.java 43 fieldCommentRequirement Required
34377 src/com/gps/hibernate/User.java 44 fieldCommentRequirement Required
34378 src/com/gps/hibernate/User.java 45 fieldCommentRequirement Required
34379 src/com/gps/hibernate/User.java 46 fieldCommentRequirement Required
34380 src/com/gps/hibernate/User.java 47 Avoid excessively long variable names like lastFailedLoginDate
34381 src/com/gps/hibernate/User.java 47 fieldCommentRequirement Required
34382 src/com/gps/hibernate/User.java 48 Avoid excessively long variable names like failedLoginAttempts
34383 src/com/gps/hibernate/User.java 48 fieldCommentRequirement Required
34384 src/com/gps/hibernate/User.java 49 fieldCommentRequirement Required
34385 src/com/gps/hibernate/User.java 50 fieldCommentRequirement Required
34386 src/com/gps/hibernate/User.java 51 Avoid excessively long variable names like agreedToTermsOfUse
34387 src/com/gps/hibernate/User.java 51 fieldCommentRequirement Required
34388 src/com/gps/hibernate/User.java 52 fieldCommentRequirement Required
34389 src/com/gps/hibernate/User.java 53 fieldCommentRequirement Required
34390 src/com/gps/hibernate/User.java 54 fieldCommentRequirement Required
34391 src/com/gps/hibernate/User.java 55 fieldCommentRequirement Required
34392 src/com/gps/hibernate/User.java 56 fieldCommentRequirement Required
34393 src/com/gps/hibernate/User.java 61 Document empty constructor
34394 src/com/gps/hibernate/User.java 65 Parameter 'userId' is not assigned and could be declared final
34395 src/com/gps/hibernate/User.java 70 Avoid long parameter lists.
34396 src/com/gps/hibernate/User.java 70 Parameter 'companyId' is not assigned and could be declared final
34397 src/com/gps/hibernate/User.java 70 Parameter 'createDate' is not assigned and could be declared final
34398 src/com/gps/hibernate/User.java 70 Parameter 'userId' is not assigned and could be declared final
34399 src/com/gps/hibernate/User.java 70 Parameter 'uuid' is not assigned and could be declared final
34400 src/com/gps/hibernate/User.java 71 Parameter 'contactId' is not assigned and could be declared final
34401 src/com/gps/hibernate/User.java 71 Parameter 'defaultUser' is not assigned and could be declared final
34402 src/com/gps/hibernate/User.java 71 Parameter 'modifiedDate' is not assigned and could be declared final
34403 src/com/gps/hibernate/User.java 72 Parameter 'password' is not assigned and could be declared final
34404 src/com/gps/hibernate/User.java 72 Parameter 'passwordEncrypted' is not assigned and could be declared final
34405 src/com/gps/hibernate/User.java 72 Parameter 'passwordReset' is not assigned and could be declared final
34406 src/com/gps/hibernate/User.java 73 Avoid excessively long variable names like passwordModifiedDate
34407 src/com/gps/hibernate/User.java 73 Avoid excessively long variable names like reminderQueryQuestion
34408 src/com/gps/hibernate/User.java 73 Parameter 'passwordModifiedDate' is not assigned and could be declared final
34409 src/com/gps/hibernate/User.java 73 Parameter 'reminderQueryQuestion' is not assigned and could be declared final
34410 src/com/gps/hibernate/User.java 74 Avoid excessively long variable names like reminderQueryAnswer
34411 src/com/gps/hibernate/User.java 74 Parameter 'graceLoginCount' is not assigned and could be declared final
34412 src/com/gps/hibernate/User.java 74 Parameter 'reminderQueryAnswer' is not assigned and could be declared final
34413 src/com/gps/hibernate/User.java 75 Parameter 'emailAddress' is not assigned and could be declared final
34414 src/com/gps/hibernate/User.java 75 Parameter 'openId' is not assigned and could be declared final
34415 src/com/gps/hibernate/User.java 75 Parameter 'screenName' is not assigned and could be declared final
34416 src/com/gps/hibernate/User.java 76 Parameter 'languageId' is not assigned and could be declared final
34417 src/com/gps/hibernate/User.java 76 Parameter 'portraitId' is not assigned and could be declared final
34418 src/com/gps/hibernate/User.java 76 Parameter 'timeZoneId' is not assigned and could be declared final
34419 src/com/gps/hibernate/User.java 77 Parameter 'comments' is not assigned and could be declared final
34420 src/com/gps/hibernate/User.java 77 Parameter 'firstName' is not assigned and could be declared final
34421 src/com/gps/hibernate/User.java 77 Parameter 'greeting' is not assigned and could be declared final
34422 src/com/gps/hibernate/User.java 78 Parameter 'jobTitle' is not assigned and could be declared final
34423 src/com/gps/hibernate/User.java 78 Parameter 'lastName' is not assigned and could be declared final
34424 src/com/gps/hibernate/User.java 78 Parameter 'middleName' is not assigned and could be declared final
34425 src/com/gps/hibernate/User.java 79 Parameter 'lastLoginDate' is not assigned and could be declared final
34426 src/com/gps/hibernate/User.java 79 Parameter 'loginDate' is not assigned and could be declared final
34427 src/com/gps/hibernate/User.java 79 Parameter 'loginIp' is not assigned and could be declared final
34428 src/com/gps/hibernate/User.java 80 Avoid excessively long variable names like lastFailedLoginDate
34429 src/com/gps/hibernate/User.java 80 Parameter 'lastFailedLoginDate' is not assigned and could be declared final
34430 src/com/gps/hibernate/User.java 80 Parameter 'lastLoginIp' is not assigned and could be declared final
34431 src/com/gps/hibernate/User.java 81 Avoid excessively long variable names like failedLoginAttempts
34432 src/com/gps/hibernate/User.java 81 Parameter 'failedLoginAttempts' is not assigned and could be declared final
34433 src/com/gps/hibernate/User.java 81 Parameter 'lockout' is not assigned and could be declared final
34434 src/com/gps/hibernate/User.java 81 Parameter 'lockoutDate' is not assigned and could be declared final
34435 src/com/gps/hibernate/User.java 82 Avoid excessively long variable names like agreedToTermsOfUse
34436 src/com/gps/hibernate/User.java 82 Parameter 'active' is not assigned and could be declared final
34437 src/com/gps/hibernate/User.java 82 Parameter 'agreedToTermsOfUse' is not assigned and could be declared final
34438 src/com/gps/hibernate/User.java 82 Parameter 'vehicleDetailses' is not assigned and could be declared final
34439 src/com/gps/hibernate/User.java 83 Parameter 'tripDetailses' is not assigned and could be declared final
34440 src/com/gps/hibernate/User.java 83 Parameter 'usersGeofences' is not assigned and could be declared final
34441 src/com/gps/hibernate/User.java 83 Parameter 'usersTripses' is not assigned and could be declared final
34442 src/com/gps/hibernate/User.java 128 publicMethodCommentRequirement Required
34443 src/com/gps/hibernate/User.java 132 Parameter 'userId' is not assigned and could be declared final
34444 src/com/gps/hibernate/User.java 132 publicMethodCommentRequirement Required
34445 src/com/gps/hibernate/User.java 136 publicMethodCommentRequirement Required
34446 src/com/gps/hibernate/User.java 140 Parameter 'uuid' is not assigned and could be declared final
34447 src/com/gps/hibernate/User.java 140 publicMethodCommentRequirement Required
34448 src/com/gps/hibernate/User.java 144 publicMethodCommentRequirement Required
34449 src/com/gps/hibernate/User.java 148 Parameter 'companyId' is not assigned and could be declared final
34450 src/com/gps/hibernate/User.java 148 publicMethodCommentRequirement Required
34451 src/com/gps/hibernate/User.java 152 publicMethodCommentRequirement Required
34452 src/com/gps/hibernate/User.java 156 Parameter 'createDate' is not assigned and could be declared final
34453 src/com/gps/hibernate/User.java 156 publicMethodCommentRequirement Required
34454 src/com/gps/hibernate/User.java 160 publicMethodCommentRequirement Required
34455 src/com/gps/hibernate/User.java 164 Parameter 'modifiedDate' is not assigned and could be declared final
34456 src/com/gps/hibernate/User.java 164 publicMethodCommentRequirement Required
34457 src/com/gps/hibernate/User.java 168 publicMethodCommentRequirement Required
34458 src/com/gps/hibernate/User.java 172 Parameter 'defaultUser' is not assigned and could be declared final
34459 src/com/gps/hibernate/User.java 172 publicMethodCommentRequirement Required
34460 src/com/gps/hibernate/User.java 176 publicMethodCommentRequirement Required
34461 src/com/gps/hibernate/User.java 180 Parameter 'contactId' is not assigned and could be declared final
34462 src/com/gps/hibernate/User.java 180 publicMethodCommentRequirement Required
34463 src/com/gps/hibernate/User.java 184 publicMethodCommentRequirement Required
34464 src/com/gps/hibernate/User.java 188 Parameter 'password' is not assigned and could be declared final
34465 src/com/gps/hibernate/User.java 188 publicMethodCommentRequirement Required
34466 src/com/gps/hibernate/User.java 192 publicMethodCommentRequirement Required
34467 src/com/gps/hibernate/User.java 196 Parameter 'passwordEncrypted' is not assigned and could be declared final
34468 src/com/gps/hibernate/User.java 196 publicMethodCommentRequirement Required
34469 src/com/gps/hibernate/User.java 200 publicMethodCommentRequirement Required
34470 src/com/gps/hibernate/User.java 204 Parameter 'passwordReset' is not assigned and could be declared final
34471 src/com/gps/hibernate/User.java 204 publicMethodCommentRequirement Required
34472 src/com/gps/hibernate/User.java 208 publicMethodCommentRequirement Required
34473 src/com/gps/hibernate/User.java 212 Avoid excessively long variable names like passwordModifiedDate
34474 src/com/gps/hibernate/User.java 212 Parameter 'passwordModifiedDate' is not assigned and could be declared final
34475 src/com/gps/hibernate/User.java 212 publicMethodCommentRequirement Required
34476 src/com/gps/hibernate/User.java 216 publicMethodCommentRequirement Required
34477 src/com/gps/hibernate/User.java 220 Avoid excessively long variable names like reminderQueryQuestion
34478 src/com/gps/hibernate/User.java 220 Parameter 'reminderQueryQuestion' is not assigned and could be declared final
34479 src/com/gps/hibernate/User.java 220 publicMethodCommentRequirement Required
34480 src/com/gps/hibernate/User.java 224 publicMethodCommentRequirement Required
34481 src/com/gps/hibernate/User.java 228 Avoid excessively long variable names like reminderQueryAnswer
34482 src/com/gps/hibernate/User.java 228 Parameter 'reminderQueryAnswer' is not assigned and could be declared final
34483 src/com/gps/hibernate/User.java 228 publicMethodCommentRequirement Required
34484 src/com/gps/hibernate/User.java 232 publicMethodCommentRequirement Required
34485 src/com/gps/hibernate/User.java 236 Parameter 'graceLoginCount' is not assigned and could be declared final
34486 src/com/gps/hibernate/User.java 236 publicMethodCommentRequirement Required
34487 src/com/gps/hibernate/User.java 240 publicMethodCommentRequirement Required
34488 src/com/gps/hibernate/User.java 244 Parameter 'screenName' is not assigned and could be declared final
34489 src/com/gps/hibernate/User.java 244 publicMethodCommentRequirement Required
34490 src/com/gps/hibernate/User.java 248 publicMethodCommentRequirement Required
34491 src/com/gps/hibernate/User.java 252 Parameter 'emailAddress' is not assigned and could be declared final
34492 src/com/gps/hibernate/User.java 252 publicMethodCommentRequirement Required
34493 src/com/gps/hibernate/User.java 256 publicMethodCommentRequirement Required
34494 src/com/gps/hibernate/User.java 260 Parameter 'openId' is not assigned and could be declared final
34495 src/com/gps/hibernate/User.java 260 publicMethodCommentRequirement Required
34496 src/com/gps/hibernate/User.java 264 publicMethodCommentRequirement Required
34497 src/com/gps/hibernate/User.java 268 Parameter 'portraitId' is not assigned and could be declared final
34498 src/com/gps/hibernate/User.java 268 publicMethodCommentRequirement Required
34499 src/com/gps/hibernate/User.java 272 publicMethodCommentRequirement Required
34500 src/com/gps/hibernate/User.java 276 Parameter 'languageId' is not assigned and could be declared final
34501 src/com/gps/hibernate/User.java 276 publicMethodCommentRequirement Required
34502 src/com/gps/hibernate/User.java 280 publicMethodCommentRequirement Required
34503 src/com/gps/hibernate/User.java 284 Parameter 'timeZoneId' is not assigned and could be declared final
34504 src/com/gps/hibernate/User.java 284 publicMethodCommentRequirement Required
34505 src/com/gps/hibernate/User.java 288 publicMethodCommentRequirement Required
34506 src/com/gps/hibernate/User.java 292 Parameter 'greeting' is not assigned and could be declared final
34507 src/com/gps/hibernate/User.java 292 publicMethodCommentRequirement Required
34508 src/com/gps/hibernate/User.java 296 publicMethodCommentRequirement Required
34509 src/com/gps/hibernate/User.java 300 Parameter 'comments' is not assigned and could be declared final
34510 src/com/gps/hibernate/User.java 300 publicMethodCommentRequirement Required
34511 src/com/gps/hibernate/User.java 304 publicMethodCommentRequirement Required
34512 src/com/gps/hibernate/User.java 308 Parameter 'firstName' is not assigned and could be declared final
34513 src/com/gps/hibernate/User.java 308 publicMethodCommentRequirement Required
34514 src/com/gps/hibernate/User.java 312 publicMethodCommentRequirement Required
34515 src/com/gps/hibernate/User.java 316 Parameter 'middleName' is not assigned and could be declared final
34516 src/com/gps/hibernate/User.java 316 publicMethodCommentRequirement Required
34517 src/com/gps/hibernate/User.java 320 publicMethodCommentRequirement Required
34518 src/com/gps/hibernate/User.java 324 Parameter 'lastName' is not assigned and could be declared final
34519 src/com/gps/hibernate/User.java 324 publicMethodCommentRequirement Required
34520 src/com/gps/hibernate/User.java 328 publicMethodCommentRequirement Required
34521 src/com/gps/hibernate/User.java 332 Parameter 'jobTitle' is not assigned and could be declared final
34522 src/com/gps/hibernate/User.java 332 publicMethodCommentRequirement Required
34523 src/com/gps/hibernate/User.java 336 publicMethodCommentRequirement Required
34524 src/com/gps/hibernate/User.java 340 Parameter 'loginDate' is not assigned and could be declared final
34525 src/com/gps/hibernate/User.java 340 publicMethodCommentRequirement Required
34526 src/com/gps/hibernate/User.java 344 publicMethodCommentRequirement Required
34527 src/com/gps/hibernate/User.java 348 Parameter 'loginIp' is not assigned and could be declared final
34528 src/com/gps/hibernate/User.java 348 publicMethodCommentRequirement Required
34529 src/com/gps/hibernate/User.java 352 publicMethodCommentRequirement Required
34530 src/com/gps/hibernate/User.java 356 Parameter 'lastLoginDate' is not assigned and could be declared final
34531 src/com/gps/hibernate/User.java 356 publicMethodCommentRequirement Required
34532 src/com/gps/hibernate/User.java 360 publicMethodCommentRequirement Required
34533 src/com/gps/hibernate/User.java 364 Parameter 'lastLoginIp' is not assigned and could be declared final
34534 src/com/gps/hibernate/User.java 364 publicMethodCommentRequirement Required
34535 src/com/gps/hibernate/User.java 368 publicMethodCommentRequirement Required
34536 src/com/gps/hibernate/User.java 372 Avoid excessively long variable names like lastFailedLoginDate
34537 src/com/gps/hibernate/User.java 372 Parameter 'lastFailedLoginDate' is not assigned and could be declared final
34538 src/com/gps/hibernate/User.java 372 publicMethodCommentRequirement Required
34539 src/com/gps/hibernate/User.java 376 publicMethodCommentRequirement Required
34540 src/com/gps/hibernate/User.java 380 Avoid excessively long variable names like failedLoginAttempts
34541 src/com/gps/hibernate/User.java 380 Parameter 'failedLoginAttempts' is not assigned and could be declared final
34542 src/com/gps/hibernate/User.java 380 publicMethodCommentRequirement Required
34543 src/com/gps/hibernate/User.java 384 publicMethodCommentRequirement Required
34544 src/com/gps/hibernate/User.java 388 Parameter 'lockout' is not assigned and could be declared final
34545 src/com/gps/hibernate/User.java 388 publicMethodCommentRequirement Required
34546 src/com/gps/hibernate/User.java 392 publicMethodCommentRequirement Required
34547 src/com/gps/hibernate/User.java 396 Parameter 'lockoutDate' is not assigned and could be declared final
34548 src/com/gps/hibernate/User.java 396 publicMethodCommentRequirement Required
34549 src/com/gps/hibernate/User.java 400 publicMethodCommentRequirement Required
34550 src/com/gps/hibernate/User.java 404 Avoid excessively long variable names like agreedToTermsOfUse
34551 src/com/gps/hibernate/User.java 404 Parameter 'agreedToTermsOfUse' is not assigned and could be declared final
34552 src/com/gps/hibernate/User.java 404 publicMethodCommentRequirement Required
34553 src/com/gps/hibernate/User.java 408 publicMethodCommentRequirement Required
34554 src/com/gps/hibernate/User.java 412 Parameter 'active' is not assigned and could be declared final
34555 src/com/gps/hibernate/User.java 412 publicMethodCommentRequirement Required
34556 src/com/gps/hibernate/User.java 416 publicMethodCommentRequirement Required
34557 src/com/gps/hibernate/User.java 420 Parameter 'vehicleDetailses' is not assigned and could be declared final
34558 src/com/gps/hibernate/User.java 420 publicMethodCommentRequirement Required
34559 src/com/gps/hibernate/User.java 424 publicMethodCommentRequirement Required
34560 src/com/gps/hibernate/User.java 428 Parameter 'usersGeofences' is not assigned and could be declared final
34561 src/com/gps/hibernate/User.java 428 publicMethodCommentRequirement Required
34562 src/com/gps/hibernate/User.java 432 publicMethodCommentRequirement Required
34563 src/com/gps/hibernate/User.java 436 Parameter 'tripDetailses' is not assigned and could be declared final
34564 src/com/gps/hibernate/User.java 436 publicMethodCommentRequirement Required
34565 src/com/gps/hibernate/User.java 440 publicMethodCommentRequirement Required
34566 src/com/gps/hibernate/User.java 444 Parameter 'usersTripses' is not assigned and could be declared final
34567 src/com/gps/hibernate/User.java 444 publicMethodCommentRequirement Required
34568 src/com/gps/hibernate/UserDAO.java 3 Avoid unused imports such as 'java.util.Date'
34569 src/com/gps/hibernate/UserDAO.java 5 Avoid unused imports such as 'java.util.Set'
34570 src/com/gps/hibernate/UserDAO.java 12 Comment is too large: Too many lines
34571 src/com/gps/hibernate/UserDAO.java 24 This class has too many methods, consider refactoring it.
34572 src/com/gps/hibernate/UserDAO.java 25 Logger should be defined private static final and have the correct class
34573 src/com/gps/hibernate/UserDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
34574 src/com/gps/hibernate/UserDAO.java 25 fieldCommentRequirement Required
34575 src/com/gps/hibernate/UserDAO.java 27 fieldCommentRequirement Required
34576 src/com/gps/hibernate/UserDAO.java 28 fieldCommentRequirement Required
34577 src/com/gps/hibernate/UserDAO.java 29 fieldCommentRequirement Required
34578 src/com/gps/hibernate/UserDAO.java 30 fieldCommentRequirement Required
34579 src/com/gps/hibernate/UserDAO.java 31 fieldCommentRequirement Required
34580 src/com/gps/hibernate/UserDAO.java 32 Avoid excessively long variable names like PASSWORD_ENCRYPTED
34581 src/com/gps/hibernate/UserDAO.java 32 fieldCommentRequirement Required
34582 src/com/gps/hibernate/UserDAO.java 33 fieldCommentRequirement Required
34583 src/com/gps/hibernate/UserDAO.java 34 Avoid excessively long variable names like REMINDER_QUERY_QUESTION
34584 src/com/gps/hibernate/UserDAO.java 34 fieldCommentRequirement Required
34585 src/com/gps/hibernate/UserDAO.java 35 Avoid excessively long variable names like REMINDER_QUERY_ANSWER
34586 src/com/gps/hibernate/UserDAO.java 35 fieldCommentRequirement Required
34587 src/com/gps/hibernate/UserDAO.java 36 fieldCommentRequirement Required
34588 src/com/gps/hibernate/UserDAO.java 37 fieldCommentRequirement Required
34589 src/com/gps/hibernate/UserDAO.java 38 fieldCommentRequirement Required
34590 src/com/gps/hibernate/UserDAO.java 39 fieldCommentRequirement Required
34591 src/com/gps/hibernate/UserDAO.java 40 fieldCommentRequirement Required
34592 src/com/gps/hibernate/UserDAO.java 41 fieldCommentRequirement Required
34593 src/com/gps/hibernate/UserDAO.java 42 fieldCommentRequirement Required
34594 src/com/gps/hibernate/UserDAO.java 43 fieldCommentRequirement Required
34595 src/com/gps/hibernate/UserDAO.java 44 fieldCommentRequirement Required
34596 src/com/gps/hibernate/UserDAO.java 45 fieldCommentRequirement Required
34597 src/com/gps/hibernate/UserDAO.java 46 fieldCommentRequirement Required
34598 src/com/gps/hibernate/UserDAO.java 47 fieldCommentRequirement Required
34599 src/com/gps/hibernate/UserDAO.java 48 fieldCommentRequirement Required
34600 src/com/gps/hibernate/UserDAO.java 49 fieldCommentRequirement Required
34601 src/com/gps/hibernate/UserDAO.java 50 fieldCommentRequirement Required
34602 src/com/gps/hibernate/UserDAO.java 51 Avoid excessively long variable names like FAILED_LOGIN_ATTEMPTS
34603 src/com/gps/hibernate/UserDAO.java 51 fieldCommentRequirement Required
34604 src/com/gps/hibernate/UserDAO.java 52 fieldCommentRequirement Required
34605 src/com/gps/hibernate/UserDAO.java 53 Avoid excessively long variable names like AGREED_TO_TERMS_OF_USE
34606 src/com/gps/hibernate/UserDAO.java 53 fieldCommentRequirement Required
34607 src/com/gps/hibernate/UserDAO.java 54 fieldCommentRequirement Required
34608 src/com/gps/hibernate/UserDAO.java 56 Parameter 'transientInstance' is not assigned and could be declared final
34609 src/com/gps/hibernate/UserDAO.java 56 publicMethodCommentRequirement Required
34610 src/com/gps/hibernate/UserDAO.java 57 There is log block not surrounded by if
34611 src/com/gps/hibernate/UserDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34612 src/com/gps/hibernate/UserDAO.java 59 Potential violation of Law of Demeter (method chain calls)
34613 src/com/gps/hibernate/UserDAO.java 60 There is log block not surrounded by if
34614 src/com/gps/hibernate/UserDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34615 src/com/gps/hibernate/UserDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34616 src/com/gps/hibernate/UserDAO.java 62 There is log block not surrounded by if
34617 src/com/gps/hibernate/UserDAO.java 67 Avoid excessively long variable names like persistentInstance
34618 src/com/gps/hibernate/UserDAO.java 67 Parameter 'persistentInstance' is not assigned and could be declared final
34619 src/com/gps/hibernate/UserDAO.java 67 publicMethodCommentRequirement Required
34620 src/com/gps/hibernate/UserDAO.java 68 There is log block not surrounded by if
34621 src/com/gps/hibernate/UserDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34622 src/com/gps/hibernate/UserDAO.java 70 Potential violation of Law of Demeter (method chain calls)
34623 src/com/gps/hibernate/UserDAO.java 71 There is log block not surrounded by if
34624 src/com/gps/hibernate/UserDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34625 src/com/gps/hibernate/UserDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34626 src/com/gps/hibernate/UserDAO.java 73 There is log block not surrounded by if
34627 src/com/gps/hibernate/UserDAO.java 78 Avoid variables with short names like id
34628 src/com/gps/hibernate/UserDAO.java 78 Parameter 'id' is not assigned and could be declared final
34629 src/com/gps/hibernate/UserDAO.java 78 publicMethodCommentRequirement Required
34630 src/com/gps/hibernate/UserDAO.java 79 There is log block not surrounded by if
34631 src/com/gps/hibernate/UserDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34632 src/com/gps/hibernate/UserDAO.java 81 Local variable 'instance' could be declared final
34633 src/com/gps/hibernate/UserDAO.java 81 Potential violation of Law of Demeter (method chain calls)
34634 src/com/gps/hibernate/UserDAO.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34635 src/com/gps/hibernate/UserDAO.java 85 There is log block not surrounded by if
34636 src/com/gps/hibernate/UserDAO.java 90 Parameter 'instance' is not assigned and could be declared final
34637 src/com/gps/hibernate/UserDAO.java 90 publicMethodCommentRequirement Required
34638 src/com/gps/hibernate/UserDAO.java 91 There is log block not surrounded by if
34639 src/com/gps/hibernate/UserDAO.java 91 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34640 src/com/gps/hibernate/UserDAO.java 93 Local variable 'results' could be declared final
34641 src/com/gps/hibernate/UserDAO.java 93 Potential violation of Law of Demeter (method chain calls)
34642 src/com/gps/hibernate/UserDAO.java 93 Potential violation of Law of Demeter (method chain calls)
34643 src/com/gps/hibernate/UserDAO.java 93 Potential violation of Law of Demeter (method chain calls)
34644 src/com/gps/hibernate/UserDAO.java 96 There is log block not surrounded by if
34645 src/com/gps/hibernate/UserDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34646 src/com/gps/hibernate/UserDAO.java 97 Potential violation of Law of Demeter (object not created locally)
34647 src/com/gps/hibernate/UserDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34648 src/com/gps/hibernate/UserDAO.java 100 There is log block not surrounded by if
34649 src/com/gps/hibernate/UserDAO.java 105 Parameter 'propertyName' is not assigned and could be declared final
34650 src/com/gps/hibernate/UserDAO.java 105 Parameter 'value' is not assigned and could be declared final
34651 src/com/gps/hibernate/UserDAO.java 105 publicMethodCommentRequirement Required
34652 src/com/gps/hibernate/UserDAO.java 106 There is log block not surrounded by if
34653 src/com/gps/hibernate/UserDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34654 src/com/gps/hibernate/UserDAO.java 109 Local variable 'queryString' could be declared final
34655 src/com/gps/hibernate/UserDAO.java 111 Local variable 'queryObject' could be declared final
34656 src/com/gps/hibernate/UserDAO.java 111 Potential violation of Law of Demeter (method chain calls)
34657 src/com/gps/hibernate/UserDAO.java 112 Potential violation of Law of Demeter (object not created locally)
34658 src/com/gps/hibernate/UserDAO.java 113 Potential violation of Law of Demeter (object not created locally)
34659 src/com/gps/hibernate/UserDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34660 src/com/gps/hibernate/UserDAO.java 115 There is log block not surrounded by if
34661 src/com/gps/hibernate/UserDAO.java 120 Parameter 'uuid' is not assigned and could be declared final
34662 src/com/gps/hibernate/UserDAO.java 120 publicMethodCommentRequirement Required
34663 src/com/gps/hibernate/UserDAO.java 124 Parameter 'companyId' is not assigned and could be declared final
34664 src/com/gps/hibernate/UserDAO.java 124 publicMethodCommentRequirement Required
34665 src/com/gps/hibernate/UserDAO.java 128 Parameter 'defaultUser' is not assigned and could be declared final
34666 src/com/gps/hibernate/UserDAO.java 128 publicMethodCommentRequirement Required
34667 src/com/gps/hibernate/UserDAO.java 132 Parameter 'contactId' is not assigned and could be declared final
34668 src/com/gps/hibernate/UserDAO.java 132 publicMethodCommentRequirement Required
34669 src/com/gps/hibernate/UserDAO.java 136 Parameter 'password' is not assigned and could be declared final
34670 src/com/gps/hibernate/UserDAO.java 136 publicMethodCommentRequirement Required
34671 src/com/gps/hibernate/UserDAO.java 140 Parameter 'passwordEncrypted' is not assigned and could be declared final
34672 src/com/gps/hibernate/UserDAO.java 140 publicMethodCommentRequirement Required
34673 src/com/gps/hibernate/UserDAO.java 144 Parameter 'passwordReset' is not assigned and could be declared final
34674 src/com/gps/hibernate/UserDAO.java 144 publicMethodCommentRequirement Required
34675 src/com/gps/hibernate/UserDAO.java 148 Avoid excessively long variable names like reminderQueryQuestion
34676 src/com/gps/hibernate/UserDAO.java 148 Parameter 'reminderQueryQuestion' is not assigned and could be declared final
34677 src/com/gps/hibernate/UserDAO.java 148 publicMethodCommentRequirement Required
34678 src/com/gps/hibernate/UserDAO.java 152 Avoid excessively long variable names like reminderQueryAnswer
34679 src/com/gps/hibernate/UserDAO.java 152 Parameter 'reminderQueryAnswer' is not assigned and could be declared final
34680 src/com/gps/hibernate/UserDAO.java 152 publicMethodCommentRequirement Required
34681 src/com/gps/hibernate/UserDAO.java 156 Parameter 'graceLoginCount' is not assigned and could be declared final
34682 src/com/gps/hibernate/UserDAO.java 156 publicMethodCommentRequirement Required
34683 src/com/gps/hibernate/UserDAO.java 160 Parameter 'screenName' is not assigned and could be declared final
34684 src/com/gps/hibernate/UserDAO.java 160 publicMethodCommentRequirement Required
34685 src/com/gps/hibernate/UserDAO.java 164 Parameter 'emailAddress' is not assigned and could be declared final
34686 src/com/gps/hibernate/UserDAO.java 164 publicMethodCommentRequirement Required
34687 src/com/gps/hibernate/UserDAO.java 168 Parameter 'openId' is not assigned and could be declared final
34688 src/com/gps/hibernate/UserDAO.java 168 publicMethodCommentRequirement Required
34689 src/com/gps/hibernate/UserDAO.java 172 Parameter 'portraitId' is not assigned and could be declared final
34690 src/com/gps/hibernate/UserDAO.java 172 publicMethodCommentRequirement Required
34691 src/com/gps/hibernate/UserDAO.java 176 Parameter 'languageId' is not assigned and could be declared final
34692 src/com/gps/hibernate/UserDAO.java 176 publicMethodCommentRequirement Required
34693 src/com/gps/hibernate/UserDAO.java 180 Parameter 'timeZoneId' is not assigned and could be declared final
34694 src/com/gps/hibernate/UserDAO.java 180 publicMethodCommentRequirement Required
34695 src/com/gps/hibernate/UserDAO.java 184 Parameter 'greeting' is not assigned and could be declared final
34696 src/com/gps/hibernate/UserDAO.java 184 publicMethodCommentRequirement Required
34697 src/com/gps/hibernate/UserDAO.java 188 Parameter 'comments' is not assigned and could be declared final
34698 src/com/gps/hibernate/UserDAO.java 188 publicMethodCommentRequirement Required
34699 src/com/gps/hibernate/UserDAO.java 192 Parameter 'firstName' is not assigned and could be declared final
34700 src/com/gps/hibernate/UserDAO.java 192 publicMethodCommentRequirement Required
34701 src/com/gps/hibernate/UserDAO.java 196 Parameter 'middleName' is not assigned and could be declared final
34702 src/com/gps/hibernate/UserDAO.java 196 publicMethodCommentRequirement Required
34703 src/com/gps/hibernate/UserDAO.java 200 Parameter 'lastName' is not assigned and could be declared final
34704 src/com/gps/hibernate/UserDAO.java 200 publicMethodCommentRequirement Required
34705 src/com/gps/hibernate/UserDAO.java 204 Parameter 'jobTitle' is not assigned and could be declared final
34706 src/com/gps/hibernate/UserDAO.java 204 publicMethodCommentRequirement Required
34707 src/com/gps/hibernate/UserDAO.java 208 Parameter 'loginIp' is not assigned and could be declared final
34708 src/com/gps/hibernate/UserDAO.java 208 publicMethodCommentRequirement Required
34709 src/com/gps/hibernate/UserDAO.java 212 Parameter 'lastLoginIp' is not assigned and could be declared final
34710 src/com/gps/hibernate/UserDAO.java 212 publicMethodCommentRequirement Required
34711 src/com/gps/hibernate/UserDAO.java 216 Avoid excessively long variable names like failedLoginAttempts
34712 src/com/gps/hibernate/UserDAO.java 216 Parameter 'failedLoginAttempts' is not assigned and could be declared final
34713 src/com/gps/hibernate/UserDAO.java 216 publicMethodCommentRequirement Required
34714 src/com/gps/hibernate/UserDAO.java 220 Parameter 'lockout' is not assigned and could be declared final
34715 src/com/gps/hibernate/UserDAO.java 220 publicMethodCommentRequirement Required
34716 src/com/gps/hibernate/UserDAO.java 224 Avoid excessively long variable names like agreedToTermsOfUse
34717 src/com/gps/hibernate/UserDAO.java 224 Parameter 'agreedToTermsOfUse' is not assigned and could be declared final
34718 src/com/gps/hibernate/UserDAO.java 224 publicMethodCommentRequirement Required
34719 src/com/gps/hibernate/UserDAO.java 228 Parameter 'active' is not assigned and could be declared final
34720 src/com/gps/hibernate/UserDAO.java 228 publicMethodCommentRequirement Required
34721 src/com/gps/hibernate/UserDAO.java 232 publicMethodCommentRequirement Required
34722 src/com/gps/hibernate/UserDAO.java 233 There is log block not surrounded by if
34723 src/com/gps/hibernate/UserDAO.java 233 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34724 src/com/gps/hibernate/UserDAO.java 235 Local variable 'queryString' could be declared final
34725 src/com/gps/hibernate/UserDAO.java 236 Local variable 'queryObject' could be declared final
34726 src/com/gps/hibernate/UserDAO.java 236 Potential violation of Law of Demeter (method chain calls)
34727 src/com/gps/hibernate/UserDAO.java 237 Potential violation of Law of Demeter (object not created locally)
34728 src/com/gps/hibernate/UserDAO.java 238 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34729 src/com/gps/hibernate/UserDAO.java 239 There is log block not surrounded by if
34730 src/com/gps/hibernate/UserDAO.java 244 Parameter 'detachedInstance' is not assigned and could be declared final
34731 src/com/gps/hibernate/UserDAO.java 244 publicMethodCommentRequirement Required
34732 src/com/gps/hibernate/UserDAO.java 245 There is log block not surrounded by if
34733 src/com/gps/hibernate/UserDAO.java 245 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34734 src/com/gps/hibernate/UserDAO.java 247 Local variable 'result' could be declared final
34735 src/com/gps/hibernate/UserDAO.java 247 Potential violation of Law of Demeter (method chain calls)
34736 src/com/gps/hibernate/UserDAO.java 248 There is log block not surrounded by if
34737 src/com/gps/hibernate/UserDAO.java 248 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34738 src/com/gps/hibernate/UserDAO.java 250 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34739 src/com/gps/hibernate/UserDAO.java 251 There is log block not surrounded by if
34740 src/com/gps/hibernate/UserDAO.java 256 Parameter 'instance' is not assigned and could be declared final
34741 src/com/gps/hibernate/UserDAO.java 256 publicMethodCommentRequirement Required
34742 src/com/gps/hibernate/UserDAO.java 257 There is log block not surrounded by if
34743 src/com/gps/hibernate/UserDAO.java 257 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34744 src/com/gps/hibernate/UserDAO.java 259 Potential violation of Law of Demeter (method chain calls)
34745 src/com/gps/hibernate/UserDAO.java 260 There is log block not surrounded by if
34746 src/com/gps/hibernate/UserDAO.java 260 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34747 src/com/gps/hibernate/UserDAO.java 261 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34748 src/com/gps/hibernate/UserDAO.java 262 There is log block not surrounded by if
34749 src/com/gps/hibernate/UserDAO.java 267 Parameter 'instance' is not assigned and could be declared final
34750 src/com/gps/hibernate/UserDAO.java 267 publicMethodCommentRequirement Required
34751 src/com/gps/hibernate/UserDAO.java 268 There is log block not surrounded by if
34752 src/com/gps/hibernate/UserDAO.java 268 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34753 src/com/gps/hibernate/UserDAO.java 270 Potential violation of Law of Demeter (method chain calls)
34754 src/com/gps/hibernate/UserDAO.java 271 There is log block not surrounded by if
34755 src/com/gps/hibernate/UserDAO.java 271 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34756 src/com/gps/hibernate/UserDAO.java 272 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34757 src/com/gps/hibernate/UserDAO.java 273 There is log block not surrounded by if
34758 src/com/gps/hibernate/UserDetails.java 1 This class has a bunch of public methods and attributes
34759 src/com/gps/hibernate/UserDetails.java 13 Classes implementing Serializable should set a serialVersionUID
34760 src/com/gps/hibernate/UserDetails.java 13 Too many fields
34761 src/com/gps/hibernate/UserDetails.java 17 fieldCommentRequirement Required
34762 src/com/gps/hibernate/UserDetails.java 18 fieldCommentRequirement Required
34763 src/com/gps/hibernate/UserDetails.java 19 fieldCommentRequirement Required
34764 src/com/gps/hibernate/UserDetails.java 20 fieldCommentRequirement Required
34765 src/com/gps/hibernate/UserDetails.java 21 fieldCommentRequirement Required
34766 src/com/gps/hibernate/UserDetails.java 22 fieldCommentRequirement Required
34767 src/com/gps/hibernate/UserDetails.java 23 fieldCommentRequirement Required
34768 src/com/gps/hibernate/UserDetails.java 24 fieldCommentRequirement Required
34769 src/com/gps/hibernate/UserDetails.java 25 fieldCommentRequirement Required
34770 src/com/gps/hibernate/UserDetails.java 26 fieldCommentRequirement Required
34771 src/com/gps/hibernate/UserDetails.java 27 fieldCommentRequirement Required
34772 src/com/gps/hibernate/UserDetails.java 28 fieldCommentRequirement Required
34773 src/com/gps/hibernate/UserDetails.java 29 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final.
34774 src/com/gps/hibernate/UserDetails.java 29 fieldCommentRequirement Required
34775 src/com/gps/hibernate/UserDetails.java 30 fieldCommentRequirement Required
34776 src/com/gps/hibernate/UserDetails.java 31 fieldCommentRequirement Required
34777 src/com/gps/hibernate/UserDetails.java 32 fieldCommentRequirement Required
34778 src/com/gps/hibernate/UserDetails.java 33 fieldCommentRequirement Required
34779 src/com/gps/hibernate/UserDetails.java 34 fieldCommentRequirement Required
34780 src/com/gps/hibernate/UserDetails.java 35 fieldCommentRequirement Required
34781 src/com/gps/hibernate/UserDetails.java 36 fieldCommentRequirement Required
34782 src/com/gps/hibernate/UserDetails.java 37 fieldCommentRequirement Required
34783 src/com/gps/hibernate/UserDetails.java 38 fieldCommentRequirement Required
34784 src/com/gps/hibernate/UserDetails.java 39 fieldCommentRequirement Required
34785 src/com/gps/hibernate/UserDetails.java 40 fieldCommentRequirement Required
34786 src/com/gps/hibernate/UserDetails.java 41 fieldCommentRequirement Required
34787 src/com/gps/hibernate/UserDetails.java 42 fieldCommentRequirement Required
34788 src/com/gps/hibernate/UserDetails.java 43 fieldCommentRequirement Required
34789 src/com/gps/hibernate/UserDetails.java 44 fieldCommentRequirement Required
34790 src/com/gps/hibernate/UserDetails.java 45 fieldCommentRequirement Required
34791 src/com/gps/hibernate/UserDetails.java 46 fieldCommentRequirement Required
34792 src/com/gps/hibernate/UserDetails.java 47 fieldCommentRequirement Required
34793 src/com/gps/hibernate/UserDetails.java 48 fieldCommentRequirement Required
34794 src/com/gps/hibernate/UserDetails.java 49 fieldCommentRequirement Required
34795 src/com/gps/hibernate/UserDetails.java 50 fieldCommentRequirement Required
34796 src/com/gps/hibernate/UserDetails.java 55 Document empty constructor
34797 src/com/gps/hibernate/UserDetails.java 59 Parameter 'email' is not assigned and could be declared final
34798 src/com/gps/hibernate/UserDetails.java 59 Parameter 'userStatus' is not assigned and could be declared final
34799 src/com/gps/hibernate/UserDetails.java 59 Parameter 'username' is not assigned and could be declared final
34800 src/com/gps/hibernate/UserDetails.java 60 Parameter 'accCreationTime' is not assigned and could be declared final
34801 src/com/gps/hibernate/UserDetails.java 60 Parameter 'lastLoginTime' is not assigned and could be declared final
34802 src/com/gps/hibernate/UserDetails.java 60 Parameter 'password' is not assigned and could be declared final
34803 src/com/gps/hibernate/UserDetails.java 61 Parameter 'lastUpdateTime' is not assigned and could be declared final
34804 src/com/gps/hibernate/UserDetails.java 72 Avoid long parameter lists.
34805 src/com/gps/hibernate/UserDetails.java 72 Parameter 'organization' is not assigned and could be declared final
34806 src/com/gps/hibernate/UserDetails.java 72 Parameter 'username' is not assigned and could be declared final
34807 src/com/gps/hibernate/UserDetails.java 73 Parameter 'email' is not assigned and could be declared final
34808 src/com/gps/hibernate/UserDetails.java 73 Parameter 'gender' is not assigned and could be declared final
34809 src/com/gps/hibernate/UserDetails.java 73 Parameter 'loginname' is not assigned and could be declared final
34810 src/com/gps/hibernate/UserDetails.java 73 Parameter 'userStatus' is not assigned and could be declared final
34811 src/com/gps/hibernate/UserDetails.java 74 Parameter 'chatId' is not assigned and could be declared final
34812 src/com/gps/hibernate/UserDetails.java 74 Parameter 'phNumber' is not assigned and could be declared final
34813 src/com/gps/hibernate/UserDetails.java 74 Parameter 'secAnswer' is not assigned and could be declared final
34814 src/com/gps/hibernate/UserDetails.java 74 Parameter 'secQuest' is not assigned and could be declared final
34815 src/com/gps/hibernate/UserDetails.java 75 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final.
34816 src/com/gps/hibernate/UserDetails.java 75 Parameter 'age' is not assigned and could be declared final
34817 src/com/gps/hibernate/UserDetails.java 75 Parameter 'organization_1' is not assigned and could be declared final
34818 src/com/gps/hibernate/UserDetails.java 75 Parameter 'role' is not assigned and could be declared final
34819 src/com/gps/hibernate/UserDetails.java 75 Parameter 'userImage' is not assigned and could be declared final
34820 src/com/gps/hibernate/UserDetails.java 76 Parameter 'accCreationTime' is not assigned and could be declared final
34821 src/com/gps/hibernate/UserDetails.java 76 Parameter 'password' is not assigned and could be declared final
34822 src/com/gps/hibernate/UserDetails.java 76 Parameter 'smsStatus' is not assigned and could be declared final
34823 src/com/gps/hibernate/UserDetails.java 77 Parameter 'lastLoginTime' is not assigned and could be declared final
34824 src/com/gps/hibernate/UserDetails.java 77 Parameter 'lastUpdateTime' is not assigned and could be declared final
34825 src/com/gps/hibernate/UserDetails.java 77 Parameter 'timezone' is not assigned and could be declared final
34826 src/com/gps/hibernate/UserDetails.java 78 Parameter 'firstname' is not assigned and could be declared final
34827 src/com/gps/hibernate/UserDetails.java 78 Parameter 'lastname' is not assigned and could be declared final
34828 src/com/gps/hibernate/UserDetails.java 78 Parameter 'userPreferenceses' is not assigned and could be declared final
34829 src/com/gps/hibernate/UserDetails.java 79 Parameter 'geofences' is not assigned and could be declared final
34830 src/com/gps/hibernate/UserDetails.java 79 Parameter 'tripDetailses' is not assigned and could be declared final
34831 src/com/gps/hibernate/UserDetails.java 79 Parameter 'userGeofenceMaps' is not assigned and could be declared final
34832 src/com/gps/hibernate/UserDetails.java 80 Parameter 'feedbacks' is not assigned and could be declared final
34833 src/com/gps/hibernate/UserDetails.java 80 Parameter 'inboxes' is not assigned and could be declared final
34834 src/com/gps/hibernate/UserDetails.java 80 Parameter 'savingStatuses' is not assigned and could be declared final
34835 src/com/gps/hibernate/UserDetails.java 81 Parameter 'charityBarometers' is not assigned and could be declared final
34836 src/com/gps/hibernate/UserDetails.java 81 Parameter 'speedparameters' is not assigned and could be declared final
34837 src/com/gps/hibernate/UserDetails.java 81 Parameter 'vehicleDetailses' is not assigned and could be declared final
34838 src/com/gps/hibernate/UserDetails.java 82 Parameter 'userLandmarkses' is not assigned and could be declared final
34839 src/com/gps/hibernate/UserDetails.java 120 publicMethodCommentRequirement Required
34840 src/com/gps/hibernate/UserDetails.java 124 Parameter 'userid' is not assigned and could be declared final
34841 src/com/gps/hibernate/UserDetails.java 124 publicMethodCommentRequirement Required
34842 src/com/gps/hibernate/UserDetails.java 128 publicMethodCommentRequirement Required
34843 src/com/gps/hibernate/UserDetails.java 132 Parameter 'organization' is not assigned and could be declared final
34844 src/com/gps/hibernate/UserDetails.java 132 publicMethodCommentRequirement Required
34845 src/com/gps/hibernate/UserDetails.java 136 publicMethodCommentRequirement Required
34846 src/com/gps/hibernate/UserDetails.java 140 Parameter 'username' is not assigned and could be declared final
34847 src/com/gps/hibernate/UserDetails.java 140 publicMethodCommentRequirement Required
34848 src/com/gps/hibernate/UserDetails.java 144 publicMethodCommentRequirement Required
34849 src/com/gps/hibernate/UserDetails.java 148 Parameter 'loginname' is not assigned and could be declared final
34850 src/com/gps/hibernate/UserDetails.java 148 publicMethodCommentRequirement Required
34851 src/com/gps/hibernate/UserDetails.java 152 publicMethodCommentRequirement Required
34852 src/com/gps/hibernate/UserDetails.java 156 Parameter 'userStatus' is not assigned and could be declared final
34853 src/com/gps/hibernate/UserDetails.java 156 publicMethodCommentRequirement Required
34854 src/com/gps/hibernate/UserDetails.java 160 publicMethodCommentRequirement Required
34855 src/com/gps/hibernate/UserDetails.java 164 Parameter 'email' is not assigned and could be declared final
34856 src/com/gps/hibernate/UserDetails.java 164 publicMethodCommentRequirement Required
34857 src/com/gps/hibernate/UserDetails.java 168 publicMethodCommentRequirement Required
34858 src/com/gps/hibernate/UserDetails.java 172 Parameter 'gender' is not assigned and could be declared final
34859 src/com/gps/hibernate/UserDetails.java 172 publicMethodCommentRequirement Required
34860 src/com/gps/hibernate/UserDetails.java 176 publicMethodCommentRequirement Required
34861 src/com/gps/hibernate/UserDetails.java 180 Parameter 'phNumber' is not assigned and could be declared final
34862 src/com/gps/hibernate/UserDetails.java 180 publicMethodCommentRequirement Required
34863 src/com/gps/hibernate/UserDetails.java 184 publicMethodCommentRequirement Required
34864 src/com/gps/hibernate/UserDetails.java 188 Parameter 'chatId' is not assigned and could be declared final
34865 src/com/gps/hibernate/UserDetails.java 188 publicMethodCommentRequirement Required
34866 src/com/gps/hibernate/UserDetails.java 192 publicMethodCommentRequirement Required
34867 src/com/gps/hibernate/UserDetails.java 196 Parameter 'secQuest' is not assigned and could be declared final
34868 src/com/gps/hibernate/UserDetails.java 196 publicMethodCommentRequirement Required
34869 src/com/gps/hibernate/UserDetails.java 200 publicMethodCommentRequirement Required
34870 src/com/gps/hibernate/UserDetails.java 204 Parameter 'secAnswer' is not assigned and could be declared final
34871 src/com/gps/hibernate/UserDetails.java 204 publicMethodCommentRequirement Required
34872 src/com/gps/hibernate/UserDetails.java 208 publicMethodCommentRequirement Required
34873 src/com/gps/hibernate/UserDetails.java 212 Parameter 'role' is not assigned and could be declared final
34874 src/com/gps/hibernate/UserDetails.java 212 publicMethodCommentRequirement Required
34875 src/com/gps/hibernate/UserDetails.java 216 Method names should not contain underscores
34876 src/com/gps/hibernate/UserDetails.java 216 publicMethodCommentRequirement Required
34877 src/com/gps/hibernate/UserDetails.java 220 Method names should not contain underscores
34878 src/com/gps/hibernate/UserDetails.java 220 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final.
34879 src/com/gps/hibernate/UserDetails.java 220 Parameter 'organization_1' is not assigned and could be declared final
34880 src/com/gps/hibernate/UserDetails.java 220 publicMethodCommentRequirement Required
34881 src/com/gps/hibernate/UserDetails.java 224 publicMethodCommentRequirement Required
34882 src/com/gps/hibernate/UserDetails.java 228 Parameter 'age' is not assigned and could be declared final
34883 src/com/gps/hibernate/UserDetails.java 228 publicMethodCommentRequirement Required
34884 src/com/gps/hibernate/UserDetails.java 232 publicMethodCommentRequirement Required
34885 src/com/gps/hibernate/UserDetails.java 236 Parameter 'userImage' is not assigned and could be declared final
34886 src/com/gps/hibernate/UserDetails.java 236 publicMethodCommentRequirement Required
34887 src/com/gps/hibernate/UserDetails.java 240 publicMethodCommentRequirement Required
34888 src/com/gps/hibernate/UserDetails.java 244 Parameter 'password' is not assigned and could be declared final
34889 src/com/gps/hibernate/UserDetails.java 244 publicMethodCommentRequirement Required
34890 src/com/gps/hibernate/UserDetails.java 248 publicMethodCommentRequirement Required
34891 src/com/gps/hibernate/UserDetails.java 252 Parameter 'accCreationTime' is not assigned and could be declared final
34892 src/com/gps/hibernate/UserDetails.java 252 publicMethodCommentRequirement Required
34893 src/com/gps/hibernate/UserDetails.java 256 publicMethodCommentRequirement Required
34894 src/com/gps/hibernate/UserDetails.java 260 Parameter 'smsStatus' is not assigned and could be declared final
34895 src/com/gps/hibernate/UserDetails.java 260 publicMethodCommentRequirement Required
34896 src/com/gps/hibernate/UserDetails.java 264 publicMethodCommentRequirement Required
34897 src/com/gps/hibernate/UserDetails.java 268 Parameter 'lastLoginTime' is not assigned and could be declared final
34898 src/com/gps/hibernate/UserDetails.java 268 publicMethodCommentRequirement Required
34899 src/com/gps/hibernate/UserDetails.java 272 publicMethodCommentRequirement Required
34900 src/com/gps/hibernate/UserDetails.java 276 Parameter 'lastUpdateTime' is not assigned and could be declared final
34901 src/com/gps/hibernate/UserDetails.java 276 publicMethodCommentRequirement Required
34902 src/com/gps/hibernate/UserDetails.java 280 publicMethodCommentRequirement Required
34903 src/com/gps/hibernate/UserDetails.java 284 Parameter 'timezone' is not assigned and could be declared final
34904 src/com/gps/hibernate/UserDetails.java 284 publicMethodCommentRequirement Required
34905 src/com/gps/hibernate/UserDetails.java 288 publicMethodCommentRequirement Required
34906 src/com/gps/hibernate/UserDetails.java 292 Parameter 'firstname' is not assigned and could be declared final
34907 src/com/gps/hibernate/UserDetails.java 292 publicMethodCommentRequirement Required
34908 src/com/gps/hibernate/UserDetails.java 296 publicMethodCommentRequirement Required
34909 src/com/gps/hibernate/UserDetails.java 300 Parameter 'lastname' is not assigned and could be declared final
34910 src/com/gps/hibernate/UserDetails.java 300 publicMethodCommentRequirement Required
34911 src/com/gps/hibernate/UserDetails.java 304 publicMethodCommentRequirement Required
34912 src/com/gps/hibernate/UserDetails.java 308 Parameter 'userPreferenceses' is not assigned and could be declared final
34913 src/com/gps/hibernate/UserDetails.java 308 publicMethodCommentRequirement Required
34914 src/com/gps/hibernate/UserDetails.java 312 publicMethodCommentRequirement Required
34915 src/com/gps/hibernate/UserDetails.java 316 Parameter 'tripDetailses' is not assigned and could be declared final
34916 src/com/gps/hibernate/UserDetails.java 316 publicMethodCommentRequirement Required
34917 src/com/gps/hibernate/UserDetails.java 320 publicMethodCommentRequirement Required
34918 src/com/gps/hibernate/UserDetails.java 324 Parameter 'geofences' is not assigned and could be declared final
34919 src/com/gps/hibernate/UserDetails.java 324 publicMethodCommentRequirement Required
34920 src/com/gps/hibernate/UserDetails.java 328 publicMethodCommentRequirement Required
34921 src/com/gps/hibernate/UserDetails.java 332 Parameter 'userGeofenceMaps' is not assigned and could be declared final
34922 src/com/gps/hibernate/UserDetails.java 332 publicMethodCommentRequirement Required
34923 src/com/gps/hibernate/UserDetails.java 336 publicMethodCommentRequirement Required
34924 src/com/gps/hibernate/UserDetails.java 340 Parameter 'feedbacks' is not assigned and could be declared final
34925 src/com/gps/hibernate/UserDetails.java 340 publicMethodCommentRequirement Required
34926 src/com/gps/hibernate/UserDetails.java 344 publicMethodCommentRequirement Required
34927 src/com/gps/hibernate/UserDetails.java 348 Parameter 'savingStatuses' is not assigned and could be declared final
34928 src/com/gps/hibernate/UserDetails.java 348 publicMethodCommentRequirement Required
34929 src/com/gps/hibernate/UserDetails.java 352 publicMethodCommentRequirement Required
34930 src/com/gps/hibernate/UserDetails.java 356 Parameter 'inboxes' is not assigned and could be declared final
34931 src/com/gps/hibernate/UserDetails.java 356 publicMethodCommentRequirement Required
34932 src/com/gps/hibernate/UserDetails.java 360 publicMethodCommentRequirement Required
34933 src/com/gps/hibernate/UserDetails.java 364 Parameter 'speedparameters' is not assigned and could be declared final
34934 src/com/gps/hibernate/UserDetails.java 364 publicMethodCommentRequirement Required
34935 src/com/gps/hibernate/UserDetails.java 368 publicMethodCommentRequirement Required
34936 src/com/gps/hibernate/UserDetails.java 372 Parameter 'charityBarometers' is not assigned and could be declared final
34937 src/com/gps/hibernate/UserDetails.java 372 publicMethodCommentRequirement Required
34938 src/com/gps/hibernate/UserDetails.java 376 publicMethodCommentRequirement Required
34939 src/com/gps/hibernate/UserDetails.java 380 Parameter 'vehicleDetailses' is not assigned and could be declared final
34940 src/com/gps/hibernate/UserDetails.java 380 publicMethodCommentRequirement Required
34941 src/com/gps/hibernate/UserDetails.java 384 publicMethodCommentRequirement Required
34942 src/com/gps/hibernate/UserDetails.java 388 Parameter 'userLandmarkses' is not assigned and could be declared final
34943 src/com/gps/hibernate/UserDetails.java 388 publicMethodCommentRequirement Required
34944 src/com/gps/hibernate/UserDetailsDAO.java 3 Avoid unused imports such as 'java.util.Date'
34945 src/com/gps/hibernate/UserDetailsDAO.java 5 Avoid unused imports such as 'java.util.Set'
34946 src/com/gps/hibernate/UserDetailsDAO.java 12 Comment is too large: Too many lines
34947 src/com/gps/hibernate/UserDetailsDAO.java 24 This class has too many methods, consider refactoring it.
34948 src/com/gps/hibernate/UserDetailsDAO.java 25 Logger should be defined private static final and have the correct class
34949 src/com/gps/hibernate/UserDetailsDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
34950 src/com/gps/hibernate/UserDetailsDAO.java 25 fieldCommentRequirement Required
34951 src/com/gps/hibernate/UserDetailsDAO.java 27 fieldCommentRequirement Required
34952 src/com/gps/hibernate/UserDetailsDAO.java 28 fieldCommentRequirement Required
34953 src/com/gps/hibernate/UserDetailsDAO.java 29 fieldCommentRequirement Required
34954 src/com/gps/hibernate/UserDetailsDAO.java 30 fieldCommentRequirement Required
34955 src/com/gps/hibernate/UserDetailsDAO.java 31 fieldCommentRequirement Required
34956 src/com/gps/hibernate/UserDetailsDAO.java 32 fieldCommentRequirement Required
34957 src/com/gps/hibernate/UserDetailsDAO.java 33 fieldCommentRequirement Required
34958 src/com/gps/hibernate/UserDetailsDAO.java 34 fieldCommentRequirement Required
34959 src/com/gps/hibernate/UserDetailsDAO.java 35 fieldCommentRequirement Required
34960 src/com/gps/hibernate/UserDetailsDAO.java 36 fieldCommentRequirement Required
34961 src/com/gps/hibernate/UserDetailsDAO.java 37 fieldCommentRequirement Required
34962 src/com/gps/hibernate/UserDetailsDAO.java 38 fieldCommentRequirement Required
34963 src/com/gps/hibernate/UserDetailsDAO.java 39 fieldCommentRequirement Required
34964 src/com/gps/hibernate/UserDetailsDAO.java 40 fieldCommentRequirement Required
34965 src/com/gps/hibernate/UserDetailsDAO.java 41 fieldCommentRequirement Required
34966 src/com/gps/hibernate/UserDetailsDAO.java 42 fieldCommentRequirement Required
34967 src/com/gps/hibernate/UserDetailsDAO.java 43 fieldCommentRequirement Required
34968 src/com/gps/hibernate/UserDetailsDAO.java 44 fieldCommentRequirement Required
34969 src/com/gps/hibernate/UserDetailsDAO.java 46 Parameter 'transientInstance' is not assigned and could be declared final
34970 src/com/gps/hibernate/UserDetailsDAO.java 46 publicMethodCommentRequirement Required
34971 src/com/gps/hibernate/UserDetailsDAO.java 47 There is log block not surrounded by if
34972 src/com/gps/hibernate/UserDetailsDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34973 src/com/gps/hibernate/UserDetailsDAO.java 49 Potential violation of Law of Demeter (method chain calls)
34974 src/com/gps/hibernate/UserDetailsDAO.java 50 There is log block not surrounded by if
34975 src/com/gps/hibernate/UserDetailsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34976 src/com/gps/hibernate/UserDetailsDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34977 src/com/gps/hibernate/UserDetailsDAO.java 52 There is log block not surrounded by if
34978 src/com/gps/hibernate/UserDetailsDAO.java 57 Avoid excessively long variable names like persistentInstance
34979 src/com/gps/hibernate/UserDetailsDAO.java 57 Parameter 'persistentInstance' is not assigned and could be declared final
34980 src/com/gps/hibernate/UserDetailsDAO.java 57 publicMethodCommentRequirement Required
34981 src/com/gps/hibernate/UserDetailsDAO.java 58 There is log block not surrounded by if
34982 src/com/gps/hibernate/UserDetailsDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34983 src/com/gps/hibernate/UserDetailsDAO.java 60 Potential violation of Law of Demeter (method chain calls)
34984 src/com/gps/hibernate/UserDetailsDAO.java 61 There is log block not surrounded by if
34985 src/com/gps/hibernate/UserDetailsDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34986 src/com/gps/hibernate/UserDetailsDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34987 src/com/gps/hibernate/UserDetailsDAO.java 63 There is log block not surrounded by if
34988 src/com/gps/hibernate/UserDetailsDAO.java 68 Avoid variables with short names like id
34989 src/com/gps/hibernate/UserDetailsDAO.java 68 Parameter 'id' is not assigned and could be declared final
34990 src/com/gps/hibernate/UserDetailsDAO.java 68 publicMethodCommentRequirement Required
34991 src/com/gps/hibernate/UserDetailsDAO.java 69 There is log block not surrounded by if
34992 src/com/gps/hibernate/UserDetailsDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34993 src/com/gps/hibernate/UserDetailsDAO.java 71 Local variable 'instance' could be declared final
34994 src/com/gps/hibernate/UserDetailsDAO.java 71 Potential violation of Law of Demeter (method chain calls)
34995 src/com/gps/hibernate/UserDetailsDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34996 src/com/gps/hibernate/UserDetailsDAO.java 75 There is log block not surrounded by if
34997 src/com/gps/hibernate/UserDetailsDAO.java 80 Parameter 'instance' is not assigned and could be declared final
34998 src/com/gps/hibernate/UserDetailsDAO.java 80 publicMethodCommentRequirement Required
34999 src/com/gps/hibernate/UserDetailsDAO.java 81 There is log block not surrounded by if
35000 src/com/gps/hibernate/UserDetailsDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35001 src/com/gps/hibernate/UserDetailsDAO.java 83 Local variable 'results' could be declared final
35002 src/com/gps/hibernate/UserDetailsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
35003 src/com/gps/hibernate/UserDetailsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
35004 src/com/gps/hibernate/UserDetailsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
35005 src/com/gps/hibernate/UserDetailsDAO.java 86 There is log block not surrounded by if
35006 src/com/gps/hibernate/UserDetailsDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35007 src/com/gps/hibernate/UserDetailsDAO.java 87 Potential violation of Law of Demeter (object not created locally)
35008 src/com/gps/hibernate/UserDetailsDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35009 src/com/gps/hibernate/UserDetailsDAO.java 90 There is log block not surrounded by if
35010 src/com/gps/hibernate/UserDetailsDAO.java 95 Parameter 'propertyName' is not assigned and could be declared final
35011 src/com/gps/hibernate/UserDetailsDAO.java 95 Parameter 'value' is not assigned and could be declared final
35012 src/com/gps/hibernate/UserDetailsDAO.java 95 publicMethodCommentRequirement Required
35013 src/com/gps/hibernate/UserDetailsDAO.java 96 There is log block not surrounded by if
35014 src/com/gps/hibernate/UserDetailsDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35015 src/com/gps/hibernate/UserDetailsDAO.java 99 Local variable 'queryString' could be declared final
35016 src/com/gps/hibernate/UserDetailsDAO.java 101 Local variable 'queryObject' could be declared final
35017 src/com/gps/hibernate/UserDetailsDAO.java 101 Potential violation of Law of Demeter (method chain calls)
35018 src/com/gps/hibernate/UserDetailsDAO.java 102 Potential violation of Law of Demeter (object not created locally)
35019 src/com/gps/hibernate/UserDetailsDAO.java 103 Potential violation of Law of Demeter (object not created locally)
35020 src/com/gps/hibernate/UserDetailsDAO.java 104 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35021 src/com/gps/hibernate/UserDetailsDAO.java 105 There is log block not surrounded by if
35022 src/com/gps/hibernate/UserDetailsDAO.java 110 Parameter 'username' is not assigned and could be declared final
35023 src/com/gps/hibernate/UserDetailsDAO.java 110 publicMethodCommentRequirement Required
35024 src/com/gps/hibernate/UserDetailsDAO.java 114 Parameter 'loginname' is not assigned and could be declared final
35025 src/com/gps/hibernate/UserDetailsDAO.java 114 publicMethodCommentRequirement Required
35026 src/com/gps/hibernate/UserDetailsDAO.java 118 Parameter 'userStatus' is not assigned and could be declared final
35027 src/com/gps/hibernate/UserDetailsDAO.java 118 publicMethodCommentRequirement Required
35028 src/com/gps/hibernate/UserDetailsDAO.java 122 Parameter 'email' is not assigned and could be declared final
35029 src/com/gps/hibernate/UserDetailsDAO.java 122 publicMethodCommentRequirement Required
35030 src/com/gps/hibernate/UserDetailsDAO.java 126 Parameter 'gender' is not assigned and could be declared final
35031 src/com/gps/hibernate/UserDetailsDAO.java 126 publicMethodCommentRequirement Required
35032 src/com/gps/hibernate/UserDetailsDAO.java 130 Parameter 'phNumber' is not assigned and could be declared final
35033 src/com/gps/hibernate/UserDetailsDAO.java 130 publicMethodCommentRequirement Required
35034 src/com/gps/hibernate/UserDetailsDAO.java 134 Parameter 'chatId' is not assigned and could be declared final
35035 src/com/gps/hibernate/UserDetailsDAO.java 134 publicMethodCommentRequirement Required
35036 src/com/gps/hibernate/UserDetailsDAO.java 138 Parameter 'secQuest' is not assigned and could be declared final
35037 src/com/gps/hibernate/UserDetailsDAO.java 138 publicMethodCommentRequirement Required
35038 src/com/gps/hibernate/UserDetailsDAO.java 142 Parameter 'secAnswer' is not assigned and could be declared final
35039 src/com/gps/hibernate/UserDetailsDAO.java 142 publicMethodCommentRequirement Required
35040 src/com/gps/hibernate/UserDetailsDAO.java 146 Parameter 'role' is not assigned and could be declared final
35041 src/com/gps/hibernate/UserDetailsDAO.java 146 publicMethodCommentRequirement Required
35042 src/com/gps/hibernate/UserDetailsDAO.java 150 Method names should not contain underscores
35043 src/com/gps/hibernate/UserDetailsDAO.java 150 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final.
35044 src/com/gps/hibernate/UserDetailsDAO.java 150 Parameter 'organization_1' is not assigned and could be declared final
35045 src/com/gps/hibernate/UserDetailsDAO.java 150 publicMethodCommentRequirement Required
35046 src/com/gps/hibernate/UserDetailsDAO.java 154 Parameter 'age' is not assigned and could be declared final
35047 src/com/gps/hibernate/UserDetailsDAO.java 154 publicMethodCommentRequirement Required
35048 src/com/gps/hibernate/UserDetailsDAO.java 158 Parameter 'userImage' is not assigned and could be declared final
35049 src/com/gps/hibernate/UserDetailsDAO.java 158 publicMethodCommentRequirement Required
35050 src/com/gps/hibernate/UserDetailsDAO.java 162 Parameter 'password' is not assigned and could be declared final
35051 src/com/gps/hibernate/UserDetailsDAO.java 162 publicMethodCommentRequirement Required
35052 src/com/gps/hibernate/UserDetailsDAO.java 166 Parameter 'smsStatus' is not assigned and could be declared final
35053 src/com/gps/hibernate/UserDetailsDAO.java 166 publicMethodCommentRequirement Required
35054 src/com/gps/hibernate/UserDetailsDAO.java 170 Parameter 'timezone' is not assigned and could be declared final
35055 src/com/gps/hibernate/UserDetailsDAO.java 170 publicMethodCommentRequirement Required
35056 src/com/gps/hibernate/UserDetailsDAO.java 174 Parameter 'firstname' is not assigned and could be declared final
35057 src/com/gps/hibernate/UserDetailsDAO.java 174 publicMethodCommentRequirement Required
35058 src/com/gps/hibernate/UserDetailsDAO.java 178 Parameter 'lastname' is not assigned and could be declared final
35059 src/com/gps/hibernate/UserDetailsDAO.java 178 publicMethodCommentRequirement Required
35060 src/com/gps/hibernate/UserDetailsDAO.java 182 publicMethodCommentRequirement Required
35061 src/com/gps/hibernate/UserDetailsDAO.java 183 There is log block not surrounded by if
35062 src/com/gps/hibernate/UserDetailsDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35063 src/com/gps/hibernate/UserDetailsDAO.java 185 Local variable 'queryString' could be declared final
35064 src/com/gps/hibernate/UserDetailsDAO.java 186 Local variable 'queryObject' could be declared final
35065 src/com/gps/hibernate/UserDetailsDAO.java 186 Potential violation of Law of Demeter (method chain calls)
35066 src/com/gps/hibernate/UserDetailsDAO.java 187 Potential violation of Law of Demeter (object not created locally)
35067 src/com/gps/hibernate/UserDetailsDAO.java 188 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35068 src/com/gps/hibernate/UserDetailsDAO.java 189 There is log block not surrounded by if
35069 src/com/gps/hibernate/UserDetailsDAO.java 194 Parameter 'detachedInstance' is not assigned and could be declared final
35070 src/com/gps/hibernate/UserDetailsDAO.java 194 publicMethodCommentRequirement Required
35071 src/com/gps/hibernate/UserDetailsDAO.java 195 There is log block not surrounded by if
35072 src/com/gps/hibernate/UserDetailsDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35073 src/com/gps/hibernate/UserDetailsDAO.java 197 Local variable 'result' could be declared final
35074 src/com/gps/hibernate/UserDetailsDAO.java 197 Potential violation of Law of Demeter (method chain calls)
35075 src/com/gps/hibernate/UserDetailsDAO.java 199 There is log block not surrounded by if
35076 src/com/gps/hibernate/UserDetailsDAO.java 199 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35077 src/com/gps/hibernate/UserDetailsDAO.java 201 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35078 src/com/gps/hibernate/UserDetailsDAO.java 202 There is log block not surrounded by if
35079 src/com/gps/hibernate/UserDetailsDAO.java 207 Parameter 'instance' is not assigned and could be declared final
35080 src/com/gps/hibernate/UserDetailsDAO.java 207 publicMethodCommentRequirement Required
35081 src/com/gps/hibernate/UserDetailsDAO.java 208 There is log block not surrounded by if
35082 src/com/gps/hibernate/UserDetailsDAO.java 208 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35083 src/com/gps/hibernate/UserDetailsDAO.java 210 Potential violation of Law of Demeter (method chain calls)
35084 src/com/gps/hibernate/UserDetailsDAO.java 211 There is log block not surrounded by if
35085 src/com/gps/hibernate/UserDetailsDAO.java 211 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35086 src/com/gps/hibernate/UserDetailsDAO.java 212 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35087 src/com/gps/hibernate/UserDetailsDAO.java 213 There is log block not surrounded by if
35088 src/com/gps/hibernate/UserDetailsDAO.java 218 Parameter 'instance' is not assigned and could be declared final
35089 src/com/gps/hibernate/UserDetailsDAO.java 218 publicMethodCommentRequirement Required
35090 src/com/gps/hibernate/UserDetailsDAO.java 219 There is log block not surrounded by if
35091 src/com/gps/hibernate/UserDetailsDAO.java 219 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35092 src/com/gps/hibernate/UserDetailsDAO.java 221 Potential violation of Law of Demeter (method chain calls)
35093 src/com/gps/hibernate/UserDetailsDAO.java 222 There is log block not surrounded by if
35094 src/com/gps/hibernate/UserDetailsDAO.java 222 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35095 src/com/gps/hibernate/UserDetailsDAO.java 223 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35096 src/com/gps/hibernate/UserDetailsDAO.java 224 There is log block not surrounded by if
35097 src/com/gps/hibernate/UserGeofenceMap.java 9 Classes implementing Serializable should set a serialVersionUID
35098 src/com/gps/hibernate/UserGeofenceMap.java 13 fieldCommentRequirement Required
35099 src/com/gps/hibernate/UserGeofenceMap.java 14 fieldCommentRequirement Required
35100 src/com/gps/hibernate/UserGeofenceMap.java 15 fieldCommentRequirement Required
35101 src/com/gps/hibernate/UserGeofenceMap.java 20 Document empty constructor
35102 src/com/gps/hibernate/UserGeofenceMap.java 24 Parameter 'geofence' is not assigned and could be declared final
35103 src/com/gps/hibernate/UserGeofenceMap.java 24 Parameter 'userDetails' is not assigned and could be declared final
35104 src/com/gps/hibernate/UserGeofenceMap.java 31 publicMethodCommentRequirement Required
35105 src/com/gps/hibernate/UserGeofenceMap.java 35 Parameter 'ugmapid' is not assigned and could be declared final
35106 src/com/gps/hibernate/UserGeofenceMap.java 35 publicMethodCommentRequirement Required
35107 src/com/gps/hibernate/UserGeofenceMap.java 39 publicMethodCommentRequirement Required
35108 src/com/gps/hibernate/UserGeofenceMap.java 43 Parameter 'userDetails' is not assigned and could be declared final
35109 src/com/gps/hibernate/UserGeofenceMap.java 43 publicMethodCommentRequirement Required
35110 src/com/gps/hibernate/UserGeofenceMap.java 47 publicMethodCommentRequirement Required
35111 src/com/gps/hibernate/UserGeofenceMap.java 51 Parameter 'geofence' is not assigned and could be declared final
35112 src/com/gps/hibernate/UserGeofenceMap.java 51 publicMethodCommentRequirement Required
35113 src/com/gps/hibernate/UserGeofenceMapDAO.java 10 Comment is too large: Too many lines
35114 src/com/gps/hibernate/UserGeofenceMapDAO.java 23 Logger should be defined private static final and have the correct class
35115 src/com/gps/hibernate/UserGeofenceMapDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
35116 src/com/gps/hibernate/UserGeofenceMapDAO.java 23 fieldCommentRequirement Required
35117 src/com/gps/hibernate/UserGeofenceMapDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
35118 src/com/gps/hibernate/UserGeofenceMapDAO.java 27 publicMethodCommentRequirement Required
35119 src/com/gps/hibernate/UserGeofenceMapDAO.java 28 There is log block not surrounded by if
35120 src/com/gps/hibernate/UserGeofenceMapDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35121 src/com/gps/hibernate/UserGeofenceMapDAO.java 30 Potential violation of Law of Demeter (method chain calls)
35122 src/com/gps/hibernate/UserGeofenceMapDAO.java 31 There is log block not surrounded by if
35123 src/com/gps/hibernate/UserGeofenceMapDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35124 src/com/gps/hibernate/UserGeofenceMapDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35125 src/com/gps/hibernate/UserGeofenceMapDAO.java 33 There is log block not surrounded by if
35126 src/com/gps/hibernate/UserGeofenceMapDAO.java 38 Avoid excessively long variable names like persistentInstance
35127 src/com/gps/hibernate/UserGeofenceMapDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
35128 src/com/gps/hibernate/UserGeofenceMapDAO.java 38 publicMethodCommentRequirement Required
35129 src/com/gps/hibernate/UserGeofenceMapDAO.java 39 There is log block not surrounded by if
35130 src/com/gps/hibernate/UserGeofenceMapDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35131 src/com/gps/hibernate/UserGeofenceMapDAO.java 41 Potential violation of Law of Demeter (method chain calls)
35132 src/com/gps/hibernate/UserGeofenceMapDAO.java 42 There is log block not surrounded by if
35133 src/com/gps/hibernate/UserGeofenceMapDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35134 src/com/gps/hibernate/UserGeofenceMapDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35135 src/com/gps/hibernate/UserGeofenceMapDAO.java 44 There is log block not surrounded by if
35136 src/com/gps/hibernate/UserGeofenceMapDAO.java 49 Avoid variables with short names like id
35137 src/com/gps/hibernate/UserGeofenceMapDAO.java 49 Parameter 'id' is not assigned and could be declared final
35138 src/com/gps/hibernate/UserGeofenceMapDAO.java 49 publicMethodCommentRequirement Required
35139 src/com/gps/hibernate/UserGeofenceMapDAO.java 50 There is log block not surrounded by if
35140 src/com/gps/hibernate/UserGeofenceMapDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35141 src/com/gps/hibernate/UserGeofenceMapDAO.java 52 Local variable 'instance' could be declared final
35142 src/com/gps/hibernate/UserGeofenceMapDAO.java 52 Potential violation of Law of Demeter (method chain calls)
35143 src/com/gps/hibernate/UserGeofenceMapDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35144 src/com/gps/hibernate/UserGeofenceMapDAO.java 56 There is log block not surrounded by if
35145 src/com/gps/hibernate/UserGeofenceMapDAO.java 61 Parameter 'instance' is not assigned and could be declared final
35146 src/com/gps/hibernate/UserGeofenceMapDAO.java 61 publicMethodCommentRequirement Required
35147 src/com/gps/hibernate/UserGeofenceMapDAO.java 62 There is log block not surrounded by if
35148 src/com/gps/hibernate/UserGeofenceMapDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35149 src/com/gps/hibernate/UserGeofenceMapDAO.java 64 Local variable 'results' could be declared final
35150 src/com/gps/hibernate/UserGeofenceMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
35151 src/com/gps/hibernate/UserGeofenceMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
35152 src/com/gps/hibernate/UserGeofenceMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
35153 src/com/gps/hibernate/UserGeofenceMapDAO.java 67 There is log block not surrounded by if
35154 src/com/gps/hibernate/UserGeofenceMapDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35155 src/com/gps/hibernate/UserGeofenceMapDAO.java 68 Potential violation of Law of Demeter (object not created locally)
35156 src/com/gps/hibernate/UserGeofenceMapDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35157 src/com/gps/hibernate/UserGeofenceMapDAO.java 71 There is log block not surrounded by if
35158 src/com/gps/hibernate/UserGeofenceMapDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
35159 src/com/gps/hibernate/UserGeofenceMapDAO.java 76 Parameter 'value' is not assigned and could be declared final
35160 src/com/gps/hibernate/UserGeofenceMapDAO.java 76 publicMethodCommentRequirement Required
35161 src/com/gps/hibernate/UserGeofenceMapDAO.java 77 There is log block not surrounded by if
35162 src/com/gps/hibernate/UserGeofenceMapDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35163 src/com/gps/hibernate/UserGeofenceMapDAO.java 80 Local variable 'queryString' could be declared final
35164 src/com/gps/hibernate/UserGeofenceMapDAO.java 82 Local variable 'queryObject' could be declared final
35165 src/com/gps/hibernate/UserGeofenceMapDAO.java 82 Potential violation of Law of Demeter (method chain calls)
35166 src/com/gps/hibernate/UserGeofenceMapDAO.java 83 Potential violation of Law of Demeter (object not created locally)
35167 src/com/gps/hibernate/UserGeofenceMapDAO.java 84 Potential violation of Law of Demeter (object not created locally)
35168 src/com/gps/hibernate/UserGeofenceMapDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35169 src/com/gps/hibernate/UserGeofenceMapDAO.java 86 There is log block not surrounded by if
35170 src/com/gps/hibernate/UserGeofenceMapDAO.java 91 publicMethodCommentRequirement Required
35171 src/com/gps/hibernate/UserGeofenceMapDAO.java 92 There is log block not surrounded by if
35172 src/com/gps/hibernate/UserGeofenceMapDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35173 src/com/gps/hibernate/UserGeofenceMapDAO.java 94 Local variable 'queryString' could be declared final
35174 src/com/gps/hibernate/UserGeofenceMapDAO.java 95 Local variable 'queryObject' could be declared final
35175 src/com/gps/hibernate/UserGeofenceMapDAO.java 95 Potential violation of Law of Demeter (method chain calls)
35176 src/com/gps/hibernate/UserGeofenceMapDAO.java 96 Potential violation of Law of Demeter (object not created locally)
35177 src/com/gps/hibernate/UserGeofenceMapDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35178 src/com/gps/hibernate/UserGeofenceMapDAO.java 98 There is log block not surrounded by if
35179 src/com/gps/hibernate/UserGeofenceMapDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
35180 src/com/gps/hibernate/UserGeofenceMapDAO.java 103 publicMethodCommentRequirement Required
35181 src/com/gps/hibernate/UserGeofenceMapDAO.java 104 There is log block not surrounded by if
35182 src/com/gps/hibernate/UserGeofenceMapDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35183 src/com/gps/hibernate/UserGeofenceMapDAO.java 106 Local variable 'result' could be declared final
35184 src/com/gps/hibernate/UserGeofenceMapDAO.java 106 Potential violation of Law of Demeter (method chain calls)
35185 src/com/gps/hibernate/UserGeofenceMapDAO.java 108 There is log block not surrounded by if
35186 src/com/gps/hibernate/UserGeofenceMapDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35187 src/com/gps/hibernate/UserGeofenceMapDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35188 src/com/gps/hibernate/UserGeofenceMapDAO.java 111 There is log block not surrounded by if
35189 src/com/gps/hibernate/UserGeofenceMapDAO.java 116 Parameter 'instance' is not assigned and could be declared final
35190 src/com/gps/hibernate/UserGeofenceMapDAO.java 116 publicMethodCommentRequirement Required
35191 src/com/gps/hibernate/UserGeofenceMapDAO.java 117 There is log block not surrounded by if
35192 src/com/gps/hibernate/UserGeofenceMapDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35193 src/com/gps/hibernate/UserGeofenceMapDAO.java 119 Potential violation of Law of Demeter (method chain calls)
35194 src/com/gps/hibernate/UserGeofenceMapDAO.java 120 There is log block not surrounded by if
35195 src/com/gps/hibernate/UserGeofenceMapDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35196 src/com/gps/hibernate/UserGeofenceMapDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35197 src/com/gps/hibernate/UserGeofenceMapDAO.java 122 There is log block not surrounded by if
35198 src/com/gps/hibernate/UserGeofenceMapDAO.java 127 Parameter 'instance' is not assigned and could be declared final
35199 src/com/gps/hibernate/UserGeofenceMapDAO.java 127 publicMethodCommentRequirement Required
35200 src/com/gps/hibernate/UserGeofenceMapDAO.java 128 There is log block not surrounded by if
35201 src/com/gps/hibernate/UserGeofenceMapDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35202 src/com/gps/hibernate/UserGeofenceMapDAO.java 130 Potential violation of Law of Demeter (method chain calls)
35203 src/com/gps/hibernate/UserGeofenceMapDAO.java 131 There is log block not surrounded by if
35204 src/com/gps/hibernate/UserGeofenceMapDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35205 src/com/gps/hibernate/UserGeofenceMapDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35206 src/com/gps/hibernate/UserGeofenceMapDAO.java 133 There is log block not surrounded by if
35207 src/com/gps/hibernate/UserLandmarks.java 9 Classes implementing Serializable should set a serialVersionUID
35208 src/com/gps/hibernate/UserLandmarks.java 13 fieldCommentRequirement Required
35209 src/com/gps/hibernate/UserLandmarks.java 14 fieldCommentRequirement Required
35210 src/com/gps/hibernate/UserLandmarks.java 15 fieldCommentRequirement Required
35211 src/com/gps/hibernate/UserLandmarks.java 16 fieldCommentRequirement Required
35212 src/com/gps/hibernate/UserLandmarks.java 17 fieldCommentRequirement Required
35213 src/com/gps/hibernate/UserLandmarks.java 18 fieldCommentRequirement Required
35214 src/com/gps/hibernate/UserLandmarks.java 23 Document empty constructor
35215 src/com/gps/hibernate/UserLandmarks.java 27 Parameter 'description' is not assigned and could be declared final
35216 src/com/gps/hibernate/UserLandmarks.java 27 Parameter 'userDetails' is not assigned and could be declared final
35217 src/com/gps/hibernate/UserLandmarks.java 33 Parameter 'description' is not assigned and could be declared final
35218 src/com/gps/hibernate/UserLandmarks.java 33 Parameter 'userDetails' is not assigned and could be declared final
35219 src/com/gps/hibernate/UserLandmarks.java 34 Parameter 'landmark' is not assigned and could be declared final
35220 src/com/gps/hibernate/UserLandmarks.java 34 Parameter 'latitude' is not assigned and could be declared final
35221 src/com/gps/hibernate/UserLandmarks.java 34 Parameter 'longitude' is not assigned and could be declared final
35222 src/com/gps/hibernate/UserLandmarks.java 44 publicMethodCommentRequirement Required
35223 src/com/gps/hibernate/UserLandmarks.java 48 Parameter 'landmarkid' is not assigned and could be declared final
35224 src/com/gps/hibernate/UserLandmarks.java 48 publicMethodCommentRequirement Required
35225 src/com/gps/hibernate/UserLandmarks.java 52 publicMethodCommentRequirement Required
35226 src/com/gps/hibernate/UserLandmarks.java 56 Parameter 'userDetails' is not assigned and could be declared final
35227 src/com/gps/hibernate/UserLandmarks.java 56 publicMethodCommentRequirement Required
35228 src/com/gps/hibernate/UserLandmarks.java 60 publicMethodCommentRequirement Required
35229 src/com/gps/hibernate/UserLandmarks.java 64 Parameter 'description' is not assigned and could be declared final
35230 src/com/gps/hibernate/UserLandmarks.java 64 publicMethodCommentRequirement Required
35231 src/com/gps/hibernate/UserLandmarks.java 68 publicMethodCommentRequirement Required
35232 src/com/gps/hibernate/UserLandmarks.java 72 Parameter 'landmark' is not assigned and could be declared final
35233 src/com/gps/hibernate/UserLandmarks.java 72 publicMethodCommentRequirement Required
35234 src/com/gps/hibernate/UserLandmarks.java 76 publicMethodCommentRequirement Required
35235 src/com/gps/hibernate/UserLandmarks.java 80 Parameter 'latitude' is not assigned and could be declared final
35236 src/com/gps/hibernate/UserLandmarks.java 80 publicMethodCommentRequirement Required
35237 src/com/gps/hibernate/UserLandmarks.java 84 publicMethodCommentRequirement Required
35238 src/com/gps/hibernate/UserLandmarks.java 88 Parameter 'longitude' is not assigned and could be declared final
35239 src/com/gps/hibernate/UserLandmarks.java 88 publicMethodCommentRequirement Required
35240 src/com/gps/hibernate/UserLandmarksDAO.java 10 Comment is too large: Too many lines
35241 src/com/gps/hibernate/UserLandmarksDAO.java 22 This class has too many methods, consider refactoring it.
35242 src/com/gps/hibernate/UserLandmarksDAO.java 23 Logger should be defined private static final and have the correct class
35243 src/com/gps/hibernate/UserLandmarksDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
35244 src/com/gps/hibernate/UserLandmarksDAO.java 23 fieldCommentRequirement Required
35245 src/com/gps/hibernate/UserLandmarksDAO.java 25 fieldCommentRequirement Required
35246 src/com/gps/hibernate/UserLandmarksDAO.java 26 fieldCommentRequirement Required
35247 src/com/gps/hibernate/UserLandmarksDAO.java 27 fieldCommentRequirement Required
35248 src/com/gps/hibernate/UserLandmarksDAO.java 28 fieldCommentRequirement Required
35249 src/com/gps/hibernate/UserLandmarksDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
35250 src/com/gps/hibernate/UserLandmarksDAO.java 30 publicMethodCommentRequirement Required
35251 src/com/gps/hibernate/UserLandmarksDAO.java 31 There is log block not surrounded by if
35252 src/com/gps/hibernate/UserLandmarksDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35253 src/com/gps/hibernate/UserLandmarksDAO.java 33 Potential violation of Law of Demeter (method chain calls)
35254 src/com/gps/hibernate/UserLandmarksDAO.java 34 There is log block not surrounded by if
35255 src/com/gps/hibernate/UserLandmarksDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35256 src/com/gps/hibernate/UserLandmarksDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35257 src/com/gps/hibernate/UserLandmarksDAO.java 36 There is log block not surrounded by if
35258 src/com/gps/hibernate/UserLandmarksDAO.java 41 Avoid excessively long variable names like persistentInstance
35259 src/com/gps/hibernate/UserLandmarksDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
35260 src/com/gps/hibernate/UserLandmarksDAO.java 41 publicMethodCommentRequirement Required
35261 src/com/gps/hibernate/UserLandmarksDAO.java 42 There is log block not surrounded by if
35262 src/com/gps/hibernate/UserLandmarksDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35263 src/com/gps/hibernate/UserLandmarksDAO.java 44 Potential violation of Law of Demeter (method chain calls)
35264 src/com/gps/hibernate/UserLandmarksDAO.java 45 There is log block not surrounded by if
35265 src/com/gps/hibernate/UserLandmarksDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35266 src/com/gps/hibernate/UserLandmarksDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35267 src/com/gps/hibernate/UserLandmarksDAO.java 47 There is log block not surrounded by if
35268 src/com/gps/hibernate/UserLandmarksDAO.java 52 Avoid variables with short names like id
35269 src/com/gps/hibernate/UserLandmarksDAO.java 52 Parameter 'id' is not assigned and could be declared final
35270 src/com/gps/hibernate/UserLandmarksDAO.java 52 publicMethodCommentRequirement Required
35271 src/com/gps/hibernate/UserLandmarksDAO.java 53 There is log block not surrounded by if
35272 src/com/gps/hibernate/UserLandmarksDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35273 src/com/gps/hibernate/UserLandmarksDAO.java 55 Local variable 'instance' could be declared final
35274 src/com/gps/hibernate/UserLandmarksDAO.java 55 Potential violation of Law of Demeter (method chain calls)
35275 src/com/gps/hibernate/UserLandmarksDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35276 src/com/gps/hibernate/UserLandmarksDAO.java 59 There is log block not surrounded by if
35277 src/com/gps/hibernate/UserLandmarksDAO.java 64 Parameter 'instance' is not assigned and could be declared final
35278 src/com/gps/hibernate/UserLandmarksDAO.java 64 publicMethodCommentRequirement Required
35279 src/com/gps/hibernate/UserLandmarksDAO.java 65 There is log block not surrounded by if
35280 src/com/gps/hibernate/UserLandmarksDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35281 src/com/gps/hibernate/UserLandmarksDAO.java 67 Local variable 'results' could be declared final
35282 src/com/gps/hibernate/UserLandmarksDAO.java 67 Potential violation of Law of Demeter (method chain calls)
35283 src/com/gps/hibernate/UserLandmarksDAO.java 67 Potential violation of Law of Demeter (method chain calls)
35284 src/com/gps/hibernate/UserLandmarksDAO.java 67 Potential violation of Law of Demeter (method chain calls)
35285 src/com/gps/hibernate/UserLandmarksDAO.java 70 There is log block not surrounded by if
35286 src/com/gps/hibernate/UserLandmarksDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35287 src/com/gps/hibernate/UserLandmarksDAO.java 71 Potential violation of Law of Demeter (object not created locally)
35288 src/com/gps/hibernate/UserLandmarksDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35289 src/com/gps/hibernate/UserLandmarksDAO.java 74 There is log block not surrounded by if
35290 src/com/gps/hibernate/UserLandmarksDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
35291 src/com/gps/hibernate/UserLandmarksDAO.java 79 Parameter 'value' is not assigned and could be declared final
35292 src/com/gps/hibernate/UserLandmarksDAO.java 79 publicMethodCommentRequirement Required
35293 src/com/gps/hibernate/UserLandmarksDAO.java 80 There is log block not surrounded by if
35294 src/com/gps/hibernate/UserLandmarksDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35295 src/com/gps/hibernate/UserLandmarksDAO.java 83 Local variable 'queryString' could be declared final
35296 src/com/gps/hibernate/UserLandmarksDAO.java 85 Local variable 'queryObject' could be declared final
35297 src/com/gps/hibernate/UserLandmarksDAO.java 85 Potential violation of Law of Demeter (method chain calls)
35298 src/com/gps/hibernate/UserLandmarksDAO.java 86 Potential violation of Law of Demeter (object not created locally)
35299 src/com/gps/hibernate/UserLandmarksDAO.java 87 Potential violation of Law of Demeter (object not created locally)
35300 src/com/gps/hibernate/UserLandmarksDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35301 src/com/gps/hibernate/UserLandmarksDAO.java 89 There is log block not surrounded by if
35302 src/com/gps/hibernate/UserLandmarksDAO.java 94 Parameter 'description' is not assigned and could be declared final
35303 src/com/gps/hibernate/UserLandmarksDAO.java 94 publicMethodCommentRequirement Required
35304 src/com/gps/hibernate/UserLandmarksDAO.java 98 Parameter 'landmark' is not assigned and could be declared final
35305 src/com/gps/hibernate/UserLandmarksDAO.java 98 publicMethodCommentRequirement Required
35306 src/com/gps/hibernate/UserLandmarksDAO.java 102 Parameter 'latitude' is not assigned and could be declared final
35307 src/com/gps/hibernate/UserLandmarksDAO.java 102 publicMethodCommentRequirement Required
35308 src/com/gps/hibernate/UserLandmarksDAO.java 106 Parameter 'longitude' is not assigned and could be declared final
35309 src/com/gps/hibernate/UserLandmarksDAO.java 106 publicMethodCommentRequirement Required
35310 src/com/gps/hibernate/UserLandmarksDAO.java 110 publicMethodCommentRequirement Required
35311 src/com/gps/hibernate/UserLandmarksDAO.java 111 There is log block not surrounded by if
35312 src/com/gps/hibernate/UserLandmarksDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35313 src/com/gps/hibernate/UserLandmarksDAO.java 113 Local variable 'queryString' could be declared final
35314 src/com/gps/hibernate/UserLandmarksDAO.java 114 Local variable 'queryObject' could be declared final
35315 src/com/gps/hibernate/UserLandmarksDAO.java 114 Potential violation of Law of Demeter (method chain calls)
35316 src/com/gps/hibernate/UserLandmarksDAO.java 115 Potential violation of Law of Demeter (object not created locally)
35317 src/com/gps/hibernate/UserLandmarksDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35318 src/com/gps/hibernate/UserLandmarksDAO.java 117 There is log block not surrounded by if
35319 src/com/gps/hibernate/UserLandmarksDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
35320 src/com/gps/hibernate/UserLandmarksDAO.java 122 publicMethodCommentRequirement Required
35321 src/com/gps/hibernate/UserLandmarksDAO.java 123 There is log block not surrounded by if
35322 src/com/gps/hibernate/UserLandmarksDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35323 src/com/gps/hibernate/UserLandmarksDAO.java 125 Local variable 'result' could be declared final
35324 src/com/gps/hibernate/UserLandmarksDAO.java 125 Potential violation of Law of Demeter (method chain calls)
35325 src/com/gps/hibernate/UserLandmarksDAO.java 127 There is log block not surrounded by if
35326 src/com/gps/hibernate/UserLandmarksDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35327 src/com/gps/hibernate/UserLandmarksDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35328 src/com/gps/hibernate/UserLandmarksDAO.java 130 There is log block not surrounded by if
35329 src/com/gps/hibernate/UserLandmarksDAO.java 135 Parameter 'instance' is not assigned and could be declared final
35330 src/com/gps/hibernate/UserLandmarksDAO.java 135 publicMethodCommentRequirement Required
35331 src/com/gps/hibernate/UserLandmarksDAO.java 136 There is log block not surrounded by if
35332 src/com/gps/hibernate/UserLandmarksDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35333 src/com/gps/hibernate/UserLandmarksDAO.java 138 Potential violation of Law of Demeter (method chain calls)
35334 src/com/gps/hibernate/UserLandmarksDAO.java 139 There is log block not surrounded by if
35335 src/com/gps/hibernate/UserLandmarksDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35336 src/com/gps/hibernate/UserLandmarksDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35337 src/com/gps/hibernate/UserLandmarksDAO.java 141 There is log block not surrounded by if
35338 src/com/gps/hibernate/UserLandmarksDAO.java 146 Parameter 'instance' is not assigned and could be declared final
35339 src/com/gps/hibernate/UserLandmarksDAO.java 146 publicMethodCommentRequirement Required
35340 src/com/gps/hibernate/UserLandmarksDAO.java 147 There is log block not surrounded by if
35341 src/com/gps/hibernate/UserLandmarksDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35342 src/com/gps/hibernate/UserLandmarksDAO.java 149 Potential violation of Law of Demeter (method chain calls)
35343 src/com/gps/hibernate/UserLandmarksDAO.java 150 There is log block not surrounded by if
35344 src/com/gps/hibernate/UserLandmarksDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35345 src/com/gps/hibernate/UserLandmarksDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35346 src/com/gps/hibernate/UserLandmarksDAO.java 152 There is log block not surrounded by if
35347 src/com/gps/hibernate/UserPreferences.java 9 Classes implementing Serializable should set a serialVersionUID
35348 src/com/gps/hibernate/UserPreferences.java 9 Too many fields
35349 src/com/gps/hibernate/UserPreferences.java 13 fieldCommentRequirement Required
35350 src/com/gps/hibernate/UserPreferences.java 14 fieldCommentRequirement Required
35351 src/com/gps/hibernate/UserPreferences.java 15 fieldCommentRequirement Required
35352 src/com/gps/hibernate/UserPreferences.java 16 fieldCommentRequirement Required
35353 src/com/gps/hibernate/UserPreferences.java 17 Avoid excessively long variable names like searchPreferenceStatus
35354 src/com/gps/hibernate/UserPreferences.java 17 fieldCommentRequirement Required
35355 src/com/gps/hibernate/UserPreferences.java 18 fieldCommentRequirement Required
35356 src/com/gps/hibernate/UserPreferences.java 19 Avoid excessively long variable names like startDistanceLimit
35357 src/com/gps/hibernate/UserPreferences.java 19 fieldCommentRequirement Required
35358 src/com/gps/hibernate/UserPreferences.java 20 Avoid excessively long variable names like distancePreferenceStatus
35359 src/com/gps/hibernate/UserPreferences.java 20 fieldCommentRequirement Required
35360 src/com/gps/hibernate/UserPreferences.java 21 fieldCommentRequirement Required
35361 src/com/gps/hibernate/UserPreferences.java 22 fieldCommentRequirement Required
35362 src/com/gps/hibernate/UserPreferences.java 23 fieldCommentRequirement Required
35363 src/com/gps/hibernate/UserPreferences.java 24 fieldCommentRequirement Required
35364 src/com/gps/hibernate/UserPreferences.java 25 fieldCommentRequirement Required
35365 src/com/gps/hibernate/UserPreferences.java 26 fieldCommentRequirement Required
35366 src/com/gps/hibernate/UserPreferences.java 27 fieldCommentRequirement Required
35367 src/com/gps/hibernate/UserPreferences.java 28 fieldCommentRequirement Required
35368 src/com/gps/hibernate/UserPreferences.java 29 fieldCommentRequirement Required
35369 src/com/gps/hibernate/UserPreferences.java 34 Document empty constructor
35370 src/com/gps/hibernate/UserPreferences.java 38 Parameter 'userDetails' is not assigned and could be declared final
35371 src/com/gps/hibernate/UserPreferences.java 43 Avoid long parameter lists.
35372 src/com/gps/hibernate/UserPreferences.java 43 Parameter 'sourceLocation' is not assigned and could be declared final
35373 src/com/gps/hibernate/UserPreferences.java 43 Parameter 'userDetails' is not assigned and could be declared final
35374 src/com/gps/hibernate/UserPreferences.java 44 Avoid excessively long variable names like searchPreferenceStatus
35375 src/com/gps/hibernate/UserPreferences.java 44 Parameter 'destination' is not assigned and could be declared final
35376 src/com/gps/hibernate/UserPreferences.java 44 Parameter 'searchPreferenceStatus' is not assigned and could be declared final
35377 src/com/gps/hibernate/UserPreferences.java 45 Avoid excessively long variable names like startDistanceLimit
35378 src/com/gps/hibernate/UserPreferences.java 45 Parameter 'destinationLimit' is not assigned and could be declared final
35379 src/com/gps/hibernate/UserPreferences.java 45 Parameter 'startDistanceLimit' is not assigned and could be declared final
35380 src/com/gps/hibernate/UserPreferences.java 46 Avoid excessively long variable names like distancePreferenceStatus
35381 src/com/gps/hibernate/UserPreferences.java 46 Parameter 'distancePreferenceStatus' is not assigned and could be declared final
35382 src/com/gps/hibernate/UserPreferences.java 46 Parameter 'roleType' is not assigned and could be declared final
35383 src/com/gps/hibernate/UserPreferences.java 47 Parameter 'genderPreference' is not assigned and could be declared final
35384 src/com/gps/hibernate/UserPreferences.java 47 Parameter 'smokingPreference' is not assigned and could be declared final
35385 src/com/gps/hibernate/UserPreferences.java 48 Parameter 'emailAlert' is not assigned and could be declared final
35386 src/com/gps/hibernate/UserPreferences.java 48 Parameter 'smsAlert' is not assigned and could be declared final
35387 src/com/gps/hibernate/UserPreferences.java 48 Parameter 'tripFrequency' is not assigned and could be declared final
35388 src/com/gps/hibernate/UserPreferences.java 49 Parameter 'drivingPreference' is not assigned and could be declared final
35389 src/com/gps/hibernate/UserPreferences.java 49 Parameter 'speedLimit' is not assigned and could be declared final
35390 src/com/gps/hibernate/UserPreferences.java 49 Parameter 'stopLimit' is not assigned and could be declared final
35391 src/com/gps/hibernate/UserPreferences.java 70 publicMethodCommentRequirement Required
35392 src/com/gps/hibernate/UserPreferences.java 74 Parameter 'userPrefId' is not assigned and could be declared final
35393 src/com/gps/hibernate/UserPreferences.java 74 publicMethodCommentRequirement Required
35394 src/com/gps/hibernate/UserPreferences.java 78 publicMethodCommentRequirement Required
35395 src/com/gps/hibernate/UserPreferences.java 82 Parameter 'userDetails' is not assigned and could be declared final
35396 src/com/gps/hibernate/UserPreferences.java 82 publicMethodCommentRequirement Required
35397 src/com/gps/hibernate/UserPreferences.java 86 publicMethodCommentRequirement Required
35398 src/com/gps/hibernate/UserPreferences.java 90 Parameter 'sourceLocation' is not assigned and could be declared final
35399 src/com/gps/hibernate/UserPreferences.java 90 publicMethodCommentRequirement Required
35400 src/com/gps/hibernate/UserPreferences.java 94 publicMethodCommentRequirement Required
35401 src/com/gps/hibernate/UserPreferences.java 98 Parameter 'destination' is not assigned and could be declared final
35402 src/com/gps/hibernate/UserPreferences.java 98 publicMethodCommentRequirement Required
35403 src/com/gps/hibernate/UserPreferences.java 102 publicMethodCommentRequirement Required
35404 src/com/gps/hibernate/UserPreferences.java 106 Avoid excessively long variable names like searchPreferenceStatus
35405 src/com/gps/hibernate/UserPreferences.java 106 Parameter 'searchPreferenceStatus' is not assigned and could be declared final
35406 src/com/gps/hibernate/UserPreferences.java 106 publicMethodCommentRequirement Required
35407 src/com/gps/hibernate/UserPreferences.java 110 publicMethodCommentRequirement Required
35408 src/com/gps/hibernate/UserPreferences.java 114 Parameter 'destinationLimit' is not assigned and could be declared final
35409 src/com/gps/hibernate/UserPreferences.java 114 publicMethodCommentRequirement Required
35410 src/com/gps/hibernate/UserPreferences.java 118 publicMethodCommentRequirement Required
35411 src/com/gps/hibernate/UserPreferences.java 122 Avoid excessively long variable names like startDistanceLimit
35412 src/com/gps/hibernate/UserPreferences.java 122 Parameter 'startDistanceLimit' is not assigned and could be declared final
35413 src/com/gps/hibernate/UserPreferences.java 122 publicMethodCommentRequirement Required
35414 src/com/gps/hibernate/UserPreferences.java 126 publicMethodCommentRequirement Required
35415 src/com/gps/hibernate/UserPreferences.java 130 Avoid excessively long variable names like distancePreferenceStatus
35416 src/com/gps/hibernate/UserPreferences.java 130 Parameter 'distancePreferenceStatus' is not assigned and could be declared final
35417 src/com/gps/hibernate/UserPreferences.java 130 publicMethodCommentRequirement Required
35418 src/com/gps/hibernate/UserPreferences.java 134 publicMethodCommentRequirement Required
35419 src/com/gps/hibernate/UserPreferences.java 138 Parameter 'roleType' is not assigned and could be declared final
35420 src/com/gps/hibernate/UserPreferences.java 138 publicMethodCommentRequirement Required
35421 src/com/gps/hibernate/UserPreferences.java 142 publicMethodCommentRequirement Required
35422 src/com/gps/hibernate/UserPreferences.java 146 Parameter 'smokingPreference' is not assigned and could be declared final
35423 src/com/gps/hibernate/UserPreferences.java 146 publicMethodCommentRequirement Required
35424 src/com/gps/hibernate/UserPreferences.java 150 publicMethodCommentRequirement Required
35425 src/com/gps/hibernate/UserPreferences.java 154 Parameter 'genderPreference' is not assigned and could be declared final
35426 src/com/gps/hibernate/UserPreferences.java 154 publicMethodCommentRequirement Required
35427 src/com/gps/hibernate/UserPreferences.java 158 publicMethodCommentRequirement Required
35428 src/com/gps/hibernate/UserPreferences.java 162 Parameter 'emailAlert' is not assigned and could be declared final
35429 src/com/gps/hibernate/UserPreferences.java 162 publicMethodCommentRequirement Required
35430 src/com/gps/hibernate/UserPreferences.java 166 publicMethodCommentRequirement Required
35431 src/com/gps/hibernate/UserPreferences.java 170 Parameter 'smsAlert' is not assigned and could be declared final
35432 src/com/gps/hibernate/UserPreferences.java 170 publicMethodCommentRequirement Required
35433 src/com/gps/hibernate/UserPreferences.java 174 publicMethodCommentRequirement Required
35434 src/com/gps/hibernate/UserPreferences.java 178 Parameter 'tripFrequency' is not assigned and could be declared final
35435 src/com/gps/hibernate/UserPreferences.java 178 publicMethodCommentRequirement Required
35436 src/com/gps/hibernate/UserPreferences.java 182 publicMethodCommentRequirement Required
35437 src/com/gps/hibernate/UserPreferences.java 186 Parameter 'drivingPreference' is not assigned and could be declared final
35438 src/com/gps/hibernate/UserPreferences.java 186 publicMethodCommentRequirement Required
35439 src/com/gps/hibernate/UserPreferences.java 190 publicMethodCommentRequirement Required
35440 src/com/gps/hibernate/UserPreferences.java 194 Parameter 'speedLimit' is not assigned and could be declared final
35441 src/com/gps/hibernate/UserPreferences.java 194 publicMethodCommentRequirement Required
35442 src/com/gps/hibernate/UserPreferences.java 198 publicMethodCommentRequirement Required
35443 src/com/gps/hibernate/UserPreferences.java 202 Parameter 'stopLimit' is not assigned and could be declared final
35444 src/com/gps/hibernate/UserPreferences.java 202 publicMethodCommentRequirement Required
35445 src/com/gps/hibernate/UserPreferencesDAO.java 10 Comment is too large: Too many lines
35446 src/com/gps/hibernate/UserPreferencesDAO.java 22 This class has too many methods, consider refactoring it.
35447 src/com/gps/hibernate/UserPreferencesDAO.java 23 Logger should be defined private static final and have the correct class
35448 src/com/gps/hibernate/UserPreferencesDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
35449 src/com/gps/hibernate/UserPreferencesDAO.java 23 fieldCommentRequirement Required
35450 src/com/gps/hibernate/UserPreferencesDAO.java 25 fieldCommentRequirement Required
35451 src/com/gps/hibernate/UserPreferencesDAO.java 26 fieldCommentRequirement Required
35452 src/com/gps/hibernate/UserPreferencesDAO.java 27 Avoid excessively long variable names like SEARCH_PREFERENCE_STATUS
35453 src/com/gps/hibernate/UserPreferencesDAO.java 27 fieldCommentRequirement Required
35454 src/com/gps/hibernate/UserPreferencesDAO.java 28 fieldCommentRequirement Required
35455 src/com/gps/hibernate/UserPreferencesDAO.java 29 Avoid excessively long variable names like START_DISTANCE_LIMIT
35456 src/com/gps/hibernate/UserPreferencesDAO.java 29 fieldCommentRequirement Required
35457 src/com/gps/hibernate/UserPreferencesDAO.java 30 Avoid excessively long variable names like DISTANCE_PREFERENCE_STATUS
35458 src/com/gps/hibernate/UserPreferencesDAO.java 30 fieldCommentRequirement Required
35459 src/com/gps/hibernate/UserPreferencesDAO.java 31 fieldCommentRequirement Required
35460 src/com/gps/hibernate/UserPreferencesDAO.java 32 Avoid excessively long variable names like SMOKING_PREFERENCE
35461 src/com/gps/hibernate/UserPreferencesDAO.java 32 fieldCommentRequirement Required
35462 src/com/gps/hibernate/UserPreferencesDAO.java 33 fieldCommentRequirement Required
35463 src/com/gps/hibernate/UserPreferencesDAO.java 34 fieldCommentRequirement Required
35464 src/com/gps/hibernate/UserPreferencesDAO.java 35 fieldCommentRequirement Required
35465 src/com/gps/hibernate/UserPreferencesDAO.java 36 fieldCommentRequirement Required
35466 src/com/gps/hibernate/UserPreferencesDAO.java 37 Avoid excessively long variable names like DRIVING_PREFERENCE
35467 src/com/gps/hibernate/UserPreferencesDAO.java 37 fieldCommentRequirement Required
35468 src/com/gps/hibernate/UserPreferencesDAO.java 38 fieldCommentRequirement Required
35469 src/com/gps/hibernate/UserPreferencesDAO.java 39 fieldCommentRequirement Required
35470 src/com/gps/hibernate/UserPreferencesDAO.java 41 Parameter 'transientInstance' is not assigned and could be declared final
35471 src/com/gps/hibernate/UserPreferencesDAO.java 41 publicMethodCommentRequirement Required
35472 src/com/gps/hibernate/UserPreferencesDAO.java 42 There is log block not surrounded by if
35473 src/com/gps/hibernate/UserPreferencesDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35474 src/com/gps/hibernate/UserPreferencesDAO.java 44 Potential violation of Law of Demeter (method chain calls)
35475 src/com/gps/hibernate/UserPreferencesDAO.java 45 There is log block not surrounded by if
35476 src/com/gps/hibernate/UserPreferencesDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35477 src/com/gps/hibernate/UserPreferencesDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35478 src/com/gps/hibernate/UserPreferencesDAO.java 47 There is log block not surrounded by if
35479 src/com/gps/hibernate/UserPreferencesDAO.java 52 Avoid excessively long variable names like persistentInstance
35480 src/com/gps/hibernate/UserPreferencesDAO.java 52 Parameter 'persistentInstance' is not assigned and could be declared final
35481 src/com/gps/hibernate/UserPreferencesDAO.java 52 publicMethodCommentRequirement Required
35482 src/com/gps/hibernate/UserPreferencesDAO.java 53 There is log block not surrounded by if
35483 src/com/gps/hibernate/UserPreferencesDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35484 src/com/gps/hibernate/UserPreferencesDAO.java 55 Potential violation of Law of Demeter (method chain calls)
35485 src/com/gps/hibernate/UserPreferencesDAO.java 56 There is log block not surrounded by if
35486 src/com/gps/hibernate/UserPreferencesDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35487 src/com/gps/hibernate/UserPreferencesDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35488 src/com/gps/hibernate/UserPreferencesDAO.java 58 There is log block not surrounded by if
35489 src/com/gps/hibernate/UserPreferencesDAO.java 63 Avoid variables with short names like id
35490 src/com/gps/hibernate/UserPreferencesDAO.java 63 Parameter 'id' is not assigned and could be declared final
35491 src/com/gps/hibernate/UserPreferencesDAO.java 63 publicMethodCommentRequirement Required
35492 src/com/gps/hibernate/UserPreferencesDAO.java 64 There is log block not surrounded by if
35493 src/com/gps/hibernate/UserPreferencesDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35494 src/com/gps/hibernate/UserPreferencesDAO.java 66 Local variable 'instance' could be declared final
35495 src/com/gps/hibernate/UserPreferencesDAO.java 66 Potential violation of Law of Demeter (method chain calls)
35496 src/com/gps/hibernate/UserPreferencesDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35497 src/com/gps/hibernate/UserPreferencesDAO.java 70 There is log block not surrounded by if
35498 src/com/gps/hibernate/UserPreferencesDAO.java 75 Parameter 'instance' is not assigned and could be declared final
35499 src/com/gps/hibernate/UserPreferencesDAO.java 75 publicMethodCommentRequirement Required
35500 src/com/gps/hibernate/UserPreferencesDAO.java 76 There is log block not surrounded by if
35501 src/com/gps/hibernate/UserPreferencesDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35502 src/com/gps/hibernate/UserPreferencesDAO.java 78 Local variable 'results' could be declared final
35503 src/com/gps/hibernate/UserPreferencesDAO.java 78 Potential violation of Law of Demeter (method chain calls)
35504 src/com/gps/hibernate/UserPreferencesDAO.java 78 Potential violation of Law of Demeter (method chain calls)
35505 src/com/gps/hibernate/UserPreferencesDAO.java 78 Potential violation of Law of Demeter (method chain calls)
35506 src/com/gps/hibernate/UserPreferencesDAO.java 81 There is log block not surrounded by if
35507 src/com/gps/hibernate/UserPreferencesDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35508 src/com/gps/hibernate/UserPreferencesDAO.java 82 Potential violation of Law of Demeter (object not created locally)
35509 src/com/gps/hibernate/UserPreferencesDAO.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35510 src/com/gps/hibernate/UserPreferencesDAO.java 85 There is log block not surrounded by if
35511 src/com/gps/hibernate/UserPreferencesDAO.java 90 Parameter 'propertyName' is not assigned and could be declared final
35512 src/com/gps/hibernate/UserPreferencesDAO.java 90 Parameter 'value' is not assigned and could be declared final
35513 src/com/gps/hibernate/UserPreferencesDAO.java 90 publicMethodCommentRequirement Required
35514 src/com/gps/hibernate/UserPreferencesDAO.java 91 There is log block not surrounded by if
35515 src/com/gps/hibernate/UserPreferencesDAO.java 91 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35516 src/com/gps/hibernate/UserPreferencesDAO.java 94 Local variable 'queryString' could be declared final
35517 src/com/gps/hibernate/UserPreferencesDAO.java 96 Local variable 'queryObject' could be declared final
35518 src/com/gps/hibernate/UserPreferencesDAO.java 96 Potential violation of Law of Demeter (method chain calls)
35519 src/com/gps/hibernate/UserPreferencesDAO.java 97 Potential violation of Law of Demeter (object not created locally)
35520 src/com/gps/hibernate/UserPreferencesDAO.java 98 Potential violation of Law of Demeter (object not created locally)
35521 src/com/gps/hibernate/UserPreferencesDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35522 src/com/gps/hibernate/UserPreferencesDAO.java 100 There is log block not surrounded by if
35523 src/com/gps/hibernate/UserPreferencesDAO.java 105 Parameter 'sourceLocation' is not assigned and could be declared final
35524 src/com/gps/hibernate/UserPreferencesDAO.java 105 publicMethodCommentRequirement Required
35525 src/com/gps/hibernate/UserPreferencesDAO.java 109 Parameter 'destination' is not assigned and could be declared final
35526 src/com/gps/hibernate/UserPreferencesDAO.java 109 publicMethodCommentRequirement Required
35527 src/com/gps/hibernate/UserPreferencesDAO.java 113 Avoid excessively long variable names like searchPreferenceStatus
35528 src/com/gps/hibernate/UserPreferencesDAO.java 113 Parameter 'searchPreferenceStatus' is not assigned and could be declared final
35529 src/com/gps/hibernate/UserPreferencesDAO.java 113 publicMethodCommentRequirement Required
35530 src/com/gps/hibernate/UserPreferencesDAO.java 117 Parameter 'destinationLimit' is not assigned and could be declared final
35531 src/com/gps/hibernate/UserPreferencesDAO.java 117 publicMethodCommentRequirement Required
35532 src/com/gps/hibernate/UserPreferencesDAO.java 121 Avoid excessively long variable names like startDistanceLimit
35533 src/com/gps/hibernate/UserPreferencesDAO.java 121 Parameter 'startDistanceLimit' is not assigned and could be declared final
35534 src/com/gps/hibernate/UserPreferencesDAO.java 121 publicMethodCommentRequirement Required
35535 src/com/gps/hibernate/UserPreferencesDAO.java 125 Avoid excessively long variable names like distancePreferenceStatus
35536 src/com/gps/hibernate/UserPreferencesDAO.java 125 Parameter 'distancePreferenceStatus' is not assigned and could be declared final
35537 src/com/gps/hibernate/UserPreferencesDAO.java 125 publicMethodCommentRequirement Required
35538 src/com/gps/hibernate/UserPreferencesDAO.java 130 Parameter 'roleType' is not assigned and could be declared final
35539 src/com/gps/hibernate/UserPreferencesDAO.java 130 publicMethodCommentRequirement Required
35540 src/com/gps/hibernate/UserPreferencesDAO.java 134 Parameter 'smokingPreference' is not assigned and could be declared final
35541 src/com/gps/hibernate/UserPreferencesDAO.java 134 publicMethodCommentRequirement Required
35542 src/com/gps/hibernate/UserPreferencesDAO.java 138 Parameter 'genderPreference' is not assigned and could be declared final
35543 src/com/gps/hibernate/UserPreferencesDAO.java 138 publicMethodCommentRequirement Required
35544 src/com/gps/hibernate/UserPreferencesDAO.java 142 Parameter 'emailAlert' is not assigned and could be declared final
35545 src/com/gps/hibernate/UserPreferencesDAO.java 142 publicMethodCommentRequirement Required
35546 src/com/gps/hibernate/UserPreferencesDAO.java 146 Parameter 'smsAlert' is not assigned and could be declared final
35547 src/com/gps/hibernate/UserPreferencesDAO.java 146 publicMethodCommentRequirement Required
35548 src/com/gps/hibernate/UserPreferencesDAO.java 150 Parameter 'tripFrequency' is not assigned and could be declared final
35549 src/com/gps/hibernate/UserPreferencesDAO.java 150 publicMethodCommentRequirement Required
35550 src/com/gps/hibernate/UserPreferencesDAO.java 154 Parameter 'drivingPreference' is not assigned and could be declared final
35551 src/com/gps/hibernate/UserPreferencesDAO.java 154 publicMethodCommentRequirement Required
35552 src/com/gps/hibernate/UserPreferencesDAO.java 158 Parameter 'speedLimit' is not assigned and could be declared final
35553 src/com/gps/hibernate/UserPreferencesDAO.java 158 publicMethodCommentRequirement Required
35554 src/com/gps/hibernate/UserPreferencesDAO.java 162 Parameter 'stopLimit' is not assigned and could be declared final
35555 src/com/gps/hibernate/UserPreferencesDAO.java 162 publicMethodCommentRequirement Required
35556 src/com/gps/hibernate/UserPreferencesDAO.java 166 publicMethodCommentRequirement Required
35557 src/com/gps/hibernate/UserPreferencesDAO.java 167 There is log block not surrounded by if
35558 src/com/gps/hibernate/UserPreferencesDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35559 src/com/gps/hibernate/UserPreferencesDAO.java 169 Local variable 'queryString' could be declared final
35560 src/com/gps/hibernate/UserPreferencesDAO.java 170 Local variable 'queryObject' could be declared final
35561 src/com/gps/hibernate/UserPreferencesDAO.java 170 Potential violation of Law of Demeter (method chain calls)
35562 src/com/gps/hibernate/UserPreferencesDAO.java 171 Potential violation of Law of Demeter (object not created locally)
35563 src/com/gps/hibernate/UserPreferencesDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35564 src/com/gps/hibernate/UserPreferencesDAO.java 173 There is log block not surrounded by if
35565 src/com/gps/hibernate/UserPreferencesDAO.java 178 Parameter 'detachedInstance' is not assigned and could be declared final
35566 src/com/gps/hibernate/UserPreferencesDAO.java 178 publicMethodCommentRequirement Required
35567 src/com/gps/hibernate/UserPreferencesDAO.java 179 There is log block not surrounded by if
35568 src/com/gps/hibernate/UserPreferencesDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35569 src/com/gps/hibernate/UserPreferencesDAO.java 181 Local variable 'result' could be declared final
35570 src/com/gps/hibernate/UserPreferencesDAO.java 181 Potential violation of Law of Demeter (method chain calls)
35571 src/com/gps/hibernate/UserPreferencesDAO.java 183 There is log block not surrounded by if
35572 src/com/gps/hibernate/UserPreferencesDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35573 src/com/gps/hibernate/UserPreferencesDAO.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35574 src/com/gps/hibernate/UserPreferencesDAO.java 186 There is log block not surrounded by if
35575 src/com/gps/hibernate/UserPreferencesDAO.java 191 Parameter 'instance' is not assigned and could be declared final
35576 src/com/gps/hibernate/UserPreferencesDAO.java 191 publicMethodCommentRequirement Required
35577 src/com/gps/hibernate/UserPreferencesDAO.java 192 There is log block not surrounded by if
35578 src/com/gps/hibernate/UserPreferencesDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35579 src/com/gps/hibernate/UserPreferencesDAO.java 194 Potential violation of Law of Demeter (method chain calls)
35580 src/com/gps/hibernate/UserPreferencesDAO.java 195 There is log block not surrounded by if
35581 src/com/gps/hibernate/UserPreferencesDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35582 src/com/gps/hibernate/UserPreferencesDAO.java 196 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35583 src/com/gps/hibernate/UserPreferencesDAO.java 197 There is log block not surrounded by if
35584 src/com/gps/hibernate/UserPreferencesDAO.java 202 Parameter 'instance' is not assigned and could be declared final
35585 src/com/gps/hibernate/UserPreferencesDAO.java 202 publicMethodCommentRequirement Required
35586 src/com/gps/hibernate/UserPreferencesDAO.java 203 There is log block not surrounded by if
35587 src/com/gps/hibernate/UserPreferencesDAO.java 203 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35588 src/com/gps/hibernate/UserPreferencesDAO.java 205 Potential violation of Law of Demeter (method chain calls)
35589 src/com/gps/hibernate/UserPreferencesDAO.java 206 There is log block not surrounded by if
35590 src/com/gps/hibernate/UserPreferencesDAO.java 206 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35591 src/com/gps/hibernate/UserPreferencesDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35592 src/com/gps/hibernate/UserPreferencesDAO.java 208 There is log block not surrounded by if
35593 src/com/gps/hibernate/UserRfid.java 3 Avoid unused imports such as 'java.util.HashSet'
35594 src/com/gps/hibernate/UserRfid.java 4 Avoid unused imports such as 'java.util.Set'
35595 src/com/gps/hibernate/UserRfid.java 6 Classes implementing Serializable should set a serialVersionUID
35596 src/com/gps/hibernate/UserRfid.java 6 headerCommentRequirement Required
35597 src/com/gps/hibernate/UserRfid.java 11 Avoid variables with short names like id
35598 src/com/gps/hibernate/UserRfid.java 11 fieldCommentRequirement Required
35599 src/com/gps/hibernate/UserRfid.java 12 fieldCommentRequirement Required
35600 src/com/gps/hibernate/UserRfid.java 13 fieldCommentRequirement Required
35601 src/com/gps/hibernate/UserRfid.java 14 fieldCommentRequirement Required
35602 src/com/gps/hibernate/UserRfid.java 15 fieldCommentRequirement Required
35603 src/com/gps/hibernate/UserRfid.java 21 Document empty constructor
35604 src/com/gps/hibernate/UserRfid.java 25 Avoid variables with short names like id
35605 src/com/gps/hibernate/UserRfid.java 25 Parameter 'id' is not assigned and could be declared final
35606 src/com/gps/hibernate/UserRfid.java 25 Parameter 'rfidNo' is not assigned and could be declared final
35607 src/com/gps/hibernate/UserRfid.java 25 Parameter 'status' is not assigned and could be declared final
35608 src/com/gps/hibernate/UserRfid.java 25 Parameter 'user' is not assigned and could be declared final
35609 src/com/gps/hibernate/UserRfid.java 38 publicMethodCommentRequirement Required
35610 src/com/gps/hibernate/UserRfid.java 42 Avoid variables with short names like id
35611 src/com/gps/hibernate/UserRfid.java 42 Parameter 'id' is not assigned and could be declared final
35612 src/com/gps/hibernate/UserRfid.java 42 publicMethodCommentRequirement Required
35613 src/com/gps/hibernate/UserRfid.java 46 publicMethodCommentRequirement Required
35614 src/com/gps/hibernate/UserRfid.java 50 Parameter 'user' is not assigned and could be declared final
35615 src/com/gps/hibernate/UserRfid.java 50 publicMethodCommentRequirement Required
35616 src/com/gps/hibernate/UserRfid.java 54 publicMethodCommentRequirement Required
35617 src/com/gps/hibernate/UserRfid.java 58 Parameter 'rfidNo' is not assigned and could be declared final
35618 src/com/gps/hibernate/UserRfid.java 58 publicMethodCommentRequirement Required
35619 src/com/gps/hibernate/UserRfid.java 62 publicMethodCommentRequirement Required
35620 src/com/gps/hibernate/UserRfid.java 66 Parameter 'status' is not assigned and could be declared final
35621 src/com/gps/hibernate/UserRfid.java 66 publicMethodCommentRequirement Required
35622 src/com/gps/hibernate/UserRfid.java 80 Parameter 'tripSession' is not assigned and could be declared final
35623 src/com/gps/hibernate/UserRfidDAO.java 21 Logger should be defined private static final and have the correct class
35624 src/com/gps/hibernate/UserRfidDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
35625 src/com/gps/hibernate/UserRfidDAO.java 21 fieldCommentRequirement Required
35626 src/com/gps/hibernate/UserRfidDAO.java 23 fieldCommentRequirement Required
35627 src/com/gps/hibernate/UserRfidDAO.java 25 protectedMethodCommentRequirement Required
35628 src/com/gps/hibernate/UserRfidDAO.java 29 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35629 src/com/gps/hibernate/UserRfidDAO.java 30 There is log block not surrounded by if
35630 src/com/gps/hibernate/UserRfidDAO.java 31 New exception is thrown in catch block, original stack trace may be lost
35631 src/com/gps/hibernate/UserRfidDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
35632 src/com/gps/hibernate/UserRfidDAO.java 35 publicMethodCommentRequirement Required
35633 src/com/gps/hibernate/UserRfidDAO.java 36 There is log block not surrounded by if
35634 src/com/gps/hibernate/UserRfidDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35635 src/com/gps/hibernate/UserRfidDAO.java 38 Potential violation of Law of Demeter (method chain calls)
35636 src/com/gps/hibernate/UserRfidDAO.java 39 There is log block not surrounded by if
35637 src/com/gps/hibernate/UserRfidDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35638 src/com/gps/hibernate/UserRfidDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35639 src/com/gps/hibernate/UserRfidDAO.java 42 There is log block not surrounded by if
35640 src/com/gps/hibernate/UserRfidDAO.java 47 Parameter 'instance' is not assigned and could be declared final
35641 src/com/gps/hibernate/UserRfidDAO.java 47 publicMethodCommentRequirement Required
35642 src/com/gps/hibernate/UserRfidDAO.java 48 There is log block not surrounded by if
35643 src/com/gps/hibernate/UserRfidDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35644 src/com/gps/hibernate/UserRfidDAO.java 50 Potential violation of Law of Demeter (method chain calls)
35645 src/com/gps/hibernate/UserRfidDAO.java 51 There is log block not surrounded by if
35646 src/com/gps/hibernate/UserRfidDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35647 src/com/gps/hibernate/UserRfidDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35648 src/com/gps/hibernate/UserRfidDAO.java 54 There is log block not surrounded by if
35649 src/com/gps/hibernate/UserRfidDAO.java 59 Parameter 'instance' is not assigned and could be declared final
35650 src/com/gps/hibernate/UserRfidDAO.java 59 publicMethodCommentRequirement Required
35651 src/com/gps/hibernate/UserRfidDAO.java 60 There is log block not surrounded by if
35652 src/com/gps/hibernate/UserRfidDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35653 src/com/gps/hibernate/UserRfidDAO.java 62 Potential violation of Law of Demeter (method chain calls)
35654 src/com/gps/hibernate/UserRfidDAO.java 63 There is log block not surrounded by if
35655 src/com/gps/hibernate/UserRfidDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35656 src/com/gps/hibernate/UserRfidDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35657 src/com/gps/hibernate/UserRfidDAO.java 66 There is log block not surrounded by if
35658 src/com/gps/hibernate/UserRfidDAO.java 71 Avoid excessively long variable names like persistentInstance
35659 src/com/gps/hibernate/UserRfidDAO.java 71 Parameter 'persistentInstance' is not assigned and could be declared final
35660 src/com/gps/hibernate/UserRfidDAO.java 71 publicMethodCommentRequirement Required
35661 src/com/gps/hibernate/UserRfidDAO.java 72 There is log block not surrounded by if
35662 src/com/gps/hibernate/UserRfidDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35663 src/com/gps/hibernate/UserRfidDAO.java 74 Potential violation of Law of Demeter (method chain calls)
35664 src/com/gps/hibernate/UserRfidDAO.java 75 There is log block not surrounded by if
35665 src/com/gps/hibernate/UserRfidDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35666 src/com/gps/hibernate/UserRfidDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35667 src/com/gps/hibernate/UserRfidDAO.java 78 There is log block not surrounded by if
35668 src/com/gps/hibernate/UserRfidDAO.java 83 Parameter 'detachedInstance' is not assigned and could be declared final
35669 src/com/gps/hibernate/UserRfidDAO.java 83 publicMethodCommentRequirement Required
35670 src/com/gps/hibernate/UserRfidDAO.java 84 There is log block not surrounded by if
35671 src/com/gps/hibernate/UserRfidDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35672 src/com/gps/hibernate/UserRfidDAO.java 86 Local variable 'result' could be declared final
35673 src/com/gps/hibernate/UserRfidDAO.java 86 Potential violation of Law of Demeter (method chain calls)
35674 src/com/gps/hibernate/UserRfidDAO.java 88 There is log block not surrounded by if
35675 src/com/gps/hibernate/UserRfidDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35676 src/com/gps/hibernate/UserRfidDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35677 src/com/gps/hibernate/UserRfidDAO.java 92 There is log block not surrounded by if
35678 src/com/gps/hibernate/UserRfidDAO.java 97 Avoid variables with short names like id
35679 src/com/gps/hibernate/UserRfidDAO.java 97 Parameter 'id' is not assigned and could be declared final
35680 src/com/gps/hibernate/UserRfidDAO.java 97 publicMethodCommentRequirement Required
35681 src/com/gps/hibernate/UserRfidDAO.java 98 There is log block not surrounded by if
35682 src/com/gps/hibernate/UserRfidDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35683 src/com/gps/hibernate/UserRfidDAO.java 100 Local variable 'instance' could be declared final
35684 src/com/gps/hibernate/UserRfidDAO.java 100 Potential violation of Law of Demeter (method chain calls)
35685 src/com/gps/hibernate/UserRfidDAO.java 103 There is log block not surrounded by if
35686 src/com/gps/hibernate/UserRfidDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35687 src/com/gps/hibernate/UserRfidDAO.java 106 There is log block not surrounded by if
35688 src/com/gps/hibernate/UserRfidDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35689 src/com/gps/hibernate/UserRfidDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35690 src/com/gps/hibernate/UserRfidDAO.java 111 There is log block not surrounded by if
35691 src/com/gps/hibernate/UserRfidDAO.java 117 Parameter 'instance' is not assigned and could be declared final
35692 src/com/gps/hibernate/UserRfidDAO.java 117 publicMethodCommentRequirement Required
35693 src/com/gps/hibernate/UserRfidDAO.java 118 There is log block not surrounded by if
35694 src/com/gps/hibernate/UserRfidDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35695 src/com/gps/hibernate/UserRfidDAO.java 120 Local variable 'results' could be declared final
35696 src/com/gps/hibernate/UserRfidDAO.java 120 Potential violation of Law of Demeter (method chain calls)
35697 src/com/gps/hibernate/UserRfidDAO.java 120 Potential violation of Law of Demeter (method chain calls)
35698 src/com/gps/hibernate/UserRfidDAO.java 120 Potential violation of Law of Demeter (method chain calls)
35699 src/com/gps/hibernate/UserRfidDAO.java 124 Potential violation of Law of Demeter (object not created locally)
35700 src/com/gps/hibernate/UserRfidDAO.java 124 There is log block not surrounded by if
35701 src/com/gps/hibernate/UserRfidDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35702 src/com/gps/hibernate/UserRfidDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35703 src/com/gps/hibernate/UserRfidDAO.java 128 There is log block not surrounded by if
35704 src/com/gps/hibernate/Usergroup.java 9 Classes implementing Serializable should set a serialVersionUID
35705 src/com/gps/hibernate/Usergroup.java 13 fieldCommentRequirement Required
35706 src/com/gps/hibernate/Usergroup.java 14 fieldCommentRequirement Required
35707 src/com/gps/hibernate/Usergroup.java 15 fieldCommentRequirement Required
35708 src/com/gps/hibernate/Usergroup.java 16 fieldCommentRequirement Required
35709 src/com/gps/hibernate/Usergroup.java 17 fieldCommentRequirement Required
35710 src/com/gps/hibernate/Usergroup.java 22 Document empty constructor
35711 src/com/gps/hibernate/Usergroup.java 26 Parameter 'userGroupId' is not assigned and could be declared final
35712 src/com/gps/hibernate/Usergroup.java 31 Parameter 'companyId' is not assigned and could be declared final
35713 src/com/gps/hibernate/Usergroup.java 31 Parameter 'parentUserGroupId' is not assigned and could be declared final
35714 src/com/gps/hibernate/Usergroup.java 31 Parameter 'userGroupId' is not assigned and could be declared final
35715 src/com/gps/hibernate/Usergroup.java 32 Parameter 'description' is not assigned and could be declared final
35716 src/com/gps/hibernate/Usergroup.java 32 Parameter 'name' is not assigned and could be declared final
35717 src/com/gps/hibernate/Usergroup.java 42 publicMethodCommentRequirement Required
35718 src/com/gps/hibernate/Usergroup.java 46 Parameter 'userGroupId' is not assigned and could be declared final
35719 src/com/gps/hibernate/Usergroup.java 46 publicMethodCommentRequirement Required
35720 src/com/gps/hibernate/Usergroup.java 50 publicMethodCommentRequirement Required
35721 src/com/gps/hibernate/Usergroup.java 54 Parameter 'companyId' is not assigned and could be declared final
35722 src/com/gps/hibernate/Usergroup.java 54 publicMethodCommentRequirement Required
35723 src/com/gps/hibernate/Usergroup.java 58 publicMethodCommentRequirement Required
35724 src/com/gps/hibernate/Usergroup.java 62 Parameter 'parentUserGroupId' is not assigned and could be declared final
35725 src/com/gps/hibernate/Usergroup.java 62 publicMethodCommentRequirement Required
35726 src/com/gps/hibernate/Usergroup.java 66 publicMethodCommentRequirement Required
35727 src/com/gps/hibernate/Usergroup.java 70 Parameter 'name' is not assigned and could be declared final
35728 src/com/gps/hibernate/Usergroup.java 70 publicMethodCommentRequirement Required
35729 src/com/gps/hibernate/Usergroup.java 74 publicMethodCommentRequirement Required
35730 src/com/gps/hibernate/Usergroup.java 78 Parameter 'description' is not assigned and could be declared final
35731 src/com/gps/hibernate/Usergroup.java 78 publicMethodCommentRequirement Required
35732 src/com/gps/hibernate/UsergroupDAO.java 10 Comment is too large: Too many lines
35733 src/com/gps/hibernate/UsergroupDAO.java 22 This class has too many methods, consider refactoring it.
35734 src/com/gps/hibernate/UsergroupDAO.java 23 Logger should be defined private static final and have the correct class
35735 src/com/gps/hibernate/UsergroupDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
35736 src/com/gps/hibernate/UsergroupDAO.java 23 fieldCommentRequirement Required
35737 src/com/gps/hibernate/UsergroupDAO.java 25 fieldCommentRequirement Required
35738 src/com/gps/hibernate/UsergroupDAO.java 26 Avoid excessively long variable names like PARENT_USER_GROUP_ID
35739 src/com/gps/hibernate/UsergroupDAO.java 26 fieldCommentRequirement Required
35740 src/com/gps/hibernate/UsergroupDAO.java 27 fieldCommentRequirement Required
35741 src/com/gps/hibernate/UsergroupDAO.java 28 fieldCommentRequirement Required
35742 src/com/gps/hibernate/UsergroupDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
35743 src/com/gps/hibernate/UsergroupDAO.java 30 publicMethodCommentRequirement Required
35744 src/com/gps/hibernate/UsergroupDAO.java 31 There is log block not surrounded by if
35745 src/com/gps/hibernate/UsergroupDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35746 src/com/gps/hibernate/UsergroupDAO.java 33 Potential violation of Law of Demeter (method chain calls)
35747 src/com/gps/hibernate/UsergroupDAO.java 34 There is log block not surrounded by if
35748 src/com/gps/hibernate/UsergroupDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35749 src/com/gps/hibernate/UsergroupDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35750 src/com/gps/hibernate/UsergroupDAO.java 36 There is log block not surrounded by if
35751 src/com/gps/hibernate/UsergroupDAO.java 41 Avoid excessively long variable names like persistentInstance
35752 src/com/gps/hibernate/UsergroupDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
35753 src/com/gps/hibernate/UsergroupDAO.java 41 publicMethodCommentRequirement Required
35754 src/com/gps/hibernate/UsergroupDAO.java 42 There is log block not surrounded by if
35755 src/com/gps/hibernate/UsergroupDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35756 src/com/gps/hibernate/UsergroupDAO.java 44 Potential violation of Law of Demeter (method chain calls)
35757 src/com/gps/hibernate/UsergroupDAO.java 45 There is log block not surrounded by if
35758 src/com/gps/hibernate/UsergroupDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35759 src/com/gps/hibernate/UsergroupDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35760 src/com/gps/hibernate/UsergroupDAO.java 47 There is log block not surrounded by if
35761 src/com/gps/hibernate/UsergroupDAO.java 52 Avoid variables with short names like id
35762 src/com/gps/hibernate/UsergroupDAO.java 52 Parameter 'id' is not assigned and could be declared final
35763 src/com/gps/hibernate/UsergroupDAO.java 52 publicMethodCommentRequirement Required
35764 src/com/gps/hibernate/UsergroupDAO.java 53 There is log block not surrounded by if
35765 src/com/gps/hibernate/UsergroupDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35766 src/com/gps/hibernate/UsergroupDAO.java 55 Local variable 'instance' could be declared final
35767 src/com/gps/hibernate/UsergroupDAO.java 55 Potential violation of Law of Demeter (method chain calls)
35768 src/com/gps/hibernate/UsergroupDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35769 src/com/gps/hibernate/UsergroupDAO.java 59 There is log block not surrounded by if
35770 src/com/gps/hibernate/UsergroupDAO.java 64 Parameter 'instance' is not assigned and could be declared final
35771 src/com/gps/hibernate/UsergroupDAO.java 64 publicMethodCommentRequirement Required
35772 src/com/gps/hibernate/UsergroupDAO.java 65 There is log block not surrounded by if
35773 src/com/gps/hibernate/UsergroupDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35774 src/com/gps/hibernate/UsergroupDAO.java 67 Local variable 'results' could be declared final
35775 src/com/gps/hibernate/UsergroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
35776 src/com/gps/hibernate/UsergroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
35777 src/com/gps/hibernate/UsergroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
35778 src/com/gps/hibernate/UsergroupDAO.java 70 There is log block not surrounded by if
35779 src/com/gps/hibernate/UsergroupDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35780 src/com/gps/hibernate/UsergroupDAO.java 71 Potential violation of Law of Demeter (object not created locally)
35781 src/com/gps/hibernate/UsergroupDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35782 src/com/gps/hibernate/UsergroupDAO.java 74 There is log block not surrounded by if
35783 src/com/gps/hibernate/UsergroupDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
35784 src/com/gps/hibernate/UsergroupDAO.java 79 Parameter 'value' is not assigned and could be declared final
35785 src/com/gps/hibernate/UsergroupDAO.java 79 publicMethodCommentRequirement Required
35786 src/com/gps/hibernate/UsergroupDAO.java 80 There is log block not surrounded by if
35787 src/com/gps/hibernate/UsergroupDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35788 src/com/gps/hibernate/UsergroupDAO.java 83 Local variable 'queryString' could be declared final
35789 src/com/gps/hibernate/UsergroupDAO.java 85 Local variable 'queryObject' could be declared final
35790 src/com/gps/hibernate/UsergroupDAO.java 85 Potential violation of Law of Demeter (method chain calls)
35791 src/com/gps/hibernate/UsergroupDAO.java 86 Potential violation of Law of Demeter (object not created locally)
35792 src/com/gps/hibernate/UsergroupDAO.java 87 Potential violation of Law of Demeter (object not created locally)
35793 src/com/gps/hibernate/UsergroupDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35794 src/com/gps/hibernate/UsergroupDAO.java 89 There is log block not surrounded by if
35795 src/com/gps/hibernate/UsergroupDAO.java 94 Parameter 'companyId' is not assigned and could be declared final
35796 src/com/gps/hibernate/UsergroupDAO.java 94 publicMethodCommentRequirement Required
35797 src/com/gps/hibernate/UsergroupDAO.java 98 Parameter 'parentUserGroupId' is not assigned and could be declared final
35798 src/com/gps/hibernate/UsergroupDAO.java 98 publicMethodCommentRequirement Required
35799 src/com/gps/hibernate/UsergroupDAO.java 102 Parameter 'name' is not assigned and could be declared final
35800 src/com/gps/hibernate/UsergroupDAO.java 102 publicMethodCommentRequirement Required
35801 src/com/gps/hibernate/UsergroupDAO.java 106 Parameter 'description' is not assigned and could be declared final
35802 src/com/gps/hibernate/UsergroupDAO.java 106 publicMethodCommentRequirement Required
35803 src/com/gps/hibernate/UsergroupDAO.java 110 publicMethodCommentRequirement Required
35804 src/com/gps/hibernate/UsergroupDAO.java 111 There is log block not surrounded by if
35805 src/com/gps/hibernate/UsergroupDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35806 src/com/gps/hibernate/UsergroupDAO.java 113 Local variable 'queryString' could be declared final
35807 src/com/gps/hibernate/UsergroupDAO.java 114 Local variable 'queryObject' could be declared final
35808 src/com/gps/hibernate/UsergroupDAO.java 114 Potential violation of Law of Demeter (method chain calls)
35809 src/com/gps/hibernate/UsergroupDAO.java 115 Potential violation of Law of Demeter (object not created locally)
35810 src/com/gps/hibernate/UsergroupDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35811 src/com/gps/hibernate/UsergroupDAO.java 117 There is log block not surrounded by if
35812 src/com/gps/hibernate/UsergroupDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
35813 src/com/gps/hibernate/UsergroupDAO.java 122 publicMethodCommentRequirement Required
35814 src/com/gps/hibernate/UsergroupDAO.java 123 There is log block not surrounded by if
35815 src/com/gps/hibernate/UsergroupDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35816 src/com/gps/hibernate/UsergroupDAO.java 125 Local variable 'result' could be declared final
35817 src/com/gps/hibernate/UsergroupDAO.java 125 Potential violation of Law of Demeter (method chain calls)
35818 src/com/gps/hibernate/UsergroupDAO.java 126 There is log block not surrounded by if
35819 src/com/gps/hibernate/UsergroupDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35820 src/com/gps/hibernate/UsergroupDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35821 src/com/gps/hibernate/UsergroupDAO.java 129 There is log block not surrounded by if
35822 src/com/gps/hibernate/UsergroupDAO.java 134 Parameter 'instance' is not assigned and could be declared final
35823 src/com/gps/hibernate/UsergroupDAO.java 134 publicMethodCommentRequirement Required
35824 src/com/gps/hibernate/UsergroupDAO.java 135 There is log block not surrounded by if
35825 src/com/gps/hibernate/UsergroupDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35826 src/com/gps/hibernate/UsergroupDAO.java 137 Potential violation of Law of Demeter (method chain calls)
35827 src/com/gps/hibernate/UsergroupDAO.java 138 There is log block not surrounded by if
35828 src/com/gps/hibernate/UsergroupDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35829 src/com/gps/hibernate/UsergroupDAO.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35830 src/com/gps/hibernate/UsergroupDAO.java 140 There is log block not surrounded by if
35831 src/com/gps/hibernate/UsergroupDAO.java 145 Parameter 'instance' is not assigned and could be declared final
35832 src/com/gps/hibernate/UsergroupDAO.java 145 publicMethodCommentRequirement Required
35833 src/com/gps/hibernate/UsergroupDAO.java 146 There is log block not surrounded by if
35834 src/com/gps/hibernate/UsergroupDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35835 src/com/gps/hibernate/UsergroupDAO.java 148 Potential violation of Law of Demeter (method chain calls)
35836 src/com/gps/hibernate/UsergroupDAO.java 149 There is log block not surrounded by if
35837 src/com/gps/hibernate/UsergroupDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35838 src/com/gps/hibernate/UsergroupDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35839 src/com/gps/hibernate/UsergroupDAO.java 151 There is log block not surrounded by if
35840 src/com/gps/hibernate/Usergrouprole.java 9 Classes implementing Serializable should set a serialVersionUID
35841 src/com/gps/hibernate/Usergrouprole.java 13 Avoid variables with short names like id
35842 src/com/gps/hibernate/Usergrouprole.java 13 fieldCommentRequirement Required
35843 src/com/gps/hibernate/Usergrouprole.java 18 Document empty constructor
35844 src/com/gps/hibernate/Usergrouprole.java 22 Avoid variables with short names like id
35845 src/com/gps/hibernate/Usergrouprole.java 22 Parameter 'id' is not assigned and could be declared final
35846 src/com/gps/hibernate/Usergrouprole.java 28 publicMethodCommentRequirement Required
35847 src/com/gps/hibernate/Usergrouprole.java 32 Avoid variables with short names like id
35848 src/com/gps/hibernate/Usergrouprole.java 32 Parameter 'id' is not assigned and could be declared final
35849 src/com/gps/hibernate/Usergrouprole.java 32 publicMethodCommentRequirement Required
35850 src/com/gps/hibernate/UsergrouproleDAO.java 10 Comment is too large: Too many lines
35851 src/com/gps/hibernate/UsergrouproleDAO.java 23 Logger should be defined private static final and have the correct class
35852 src/com/gps/hibernate/UsergrouproleDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
35853 src/com/gps/hibernate/UsergrouproleDAO.java 23 fieldCommentRequirement Required
35854 src/com/gps/hibernate/UsergrouproleDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
35855 src/com/gps/hibernate/UsergrouproleDAO.java 27 publicMethodCommentRequirement Required
35856 src/com/gps/hibernate/UsergrouproleDAO.java 28 There is log block not surrounded by if
35857 src/com/gps/hibernate/UsergrouproleDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35858 src/com/gps/hibernate/UsergrouproleDAO.java 30 Potential violation of Law of Demeter (method chain calls)
35859 src/com/gps/hibernate/UsergrouproleDAO.java 31 There is log block not surrounded by if
35860 src/com/gps/hibernate/UsergrouproleDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35861 src/com/gps/hibernate/UsergrouproleDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35862 src/com/gps/hibernate/UsergrouproleDAO.java 33 There is log block not surrounded by if
35863 src/com/gps/hibernate/UsergrouproleDAO.java 38 Avoid excessively long variable names like persistentInstance
35864 src/com/gps/hibernate/UsergrouproleDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
35865 src/com/gps/hibernate/UsergrouproleDAO.java 38 publicMethodCommentRequirement Required
35866 src/com/gps/hibernate/UsergrouproleDAO.java 39 There is log block not surrounded by if
35867 src/com/gps/hibernate/UsergrouproleDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35868 src/com/gps/hibernate/UsergrouproleDAO.java 41 Potential violation of Law of Demeter (method chain calls)
35869 src/com/gps/hibernate/UsergrouproleDAO.java 42 There is log block not surrounded by if
35870 src/com/gps/hibernate/UsergrouproleDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35871 src/com/gps/hibernate/UsergrouproleDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35872 src/com/gps/hibernate/UsergrouproleDAO.java 44 There is log block not surrounded by if
35873 src/com/gps/hibernate/UsergrouproleDAO.java 49 Avoid variables with short names like id
35874 src/com/gps/hibernate/UsergrouproleDAO.java 49 Parameter 'id' is not assigned and could be declared final
35875 src/com/gps/hibernate/UsergrouproleDAO.java 49 publicMethodCommentRequirement Required
35876 src/com/gps/hibernate/UsergrouproleDAO.java 50 There is log block not surrounded by if
35877 src/com/gps/hibernate/UsergrouproleDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35878 src/com/gps/hibernate/UsergrouproleDAO.java 52 Local variable 'instance' could be declared final
35879 src/com/gps/hibernate/UsergrouproleDAO.java 52 Potential violation of Law of Demeter (method chain calls)
35880 src/com/gps/hibernate/UsergrouproleDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35881 src/com/gps/hibernate/UsergrouproleDAO.java 56 There is log block not surrounded by if
35882 src/com/gps/hibernate/UsergrouproleDAO.java 61 Parameter 'instance' is not assigned and could be declared final
35883 src/com/gps/hibernate/UsergrouproleDAO.java 61 publicMethodCommentRequirement Required
35884 src/com/gps/hibernate/UsergrouproleDAO.java 62 There is log block not surrounded by if
35885 src/com/gps/hibernate/UsergrouproleDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35886 src/com/gps/hibernate/UsergrouproleDAO.java 64 Local variable 'results' could be declared final
35887 src/com/gps/hibernate/UsergrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
35888 src/com/gps/hibernate/UsergrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
35889 src/com/gps/hibernate/UsergrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
35890 src/com/gps/hibernate/UsergrouproleDAO.java 67 There is log block not surrounded by if
35891 src/com/gps/hibernate/UsergrouproleDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35892 src/com/gps/hibernate/UsergrouproleDAO.java 68 Potential violation of Law of Demeter (object not created locally)
35893 src/com/gps/hibernate/UsergrouproleDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35894 src/com/gps/hibernate/UsergrouproleDAO.java 71 There is log block not surrounded by if
35895 src/com/gps/hibernate/UsergrouproleDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
35896 src/com/gps/hibernate/UsergrouproleDAO.java 76 Parameter 'value' is not assigned and could be declared final
35897 src/com/gps/hibernate/UsergrouproleDAO.java 76 publicMethodCommentRequirement Required
35898 src/com/gps/hibernate/UsergrouproleDAO.java 77 There is log block not surrounded by if
35899 src/com/gps/hibernate/UsergrouproleDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35900 src/com/gps/hibernate/UsergrouproleDAO.java 80 Local variable 'queryString' could be declared final
35901 src/com/gps/hibernate/UsergrouproleDAO.java 82 Local variable 'queryObject' could be declared final
35902 src/com/gps/hibernate/UsergrouproleDAO.java 82 Potential violation of Law of Demeter (method chain calls)
35903 src/com/gps/hibernate/UsergrouproleDAO.java 83 Potential violation of Law of Demeter (object not created locally)
35904 src/com/gps/hibernate/UsergrouproleDAO.java 84 Potential violation of Law of Demeter (object not created locally)
35905 src/com/gps/hibernate/UsergrouproleDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35906 src/com/gps/hibernate/UsergrouproleDAO.java 86 There is log block not surrounded by if
35907 src/com/gps/hibernate/UsergrouproleDAO.java 91 publicMethodCommentRequirement Required
35908 src/com/gps/hibernate/UsergrouproleDAO.java 92 There is log block not surrounded by if
35909 src/com/gps/hibernate/UsergrouproleDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35910 src/com/gps/hibernate/UsergrouproleDAO.java 94 Local variable 'queryString' could be declared final
35911 src/com/gps/hibernate/UsergrouproleDAO.java 95 Local variable 'queryObject' could be declared final
35912 src/com/gps/hibernate/UsergrouproleDAO.java 95 Potential violation of Law of Demeter (method chain calls)
35913 src/com/gps/hibernate/UsergrouproleDAO.java 96 Potential violation of Law of Demeter (object not created locally)
35914 src/com/gps/hibernate/UsergrouproleDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35915 src/com/gps/hibernate/UsergrouproleDAO.java 98 There is log block not surrounded by if
35916 src/com/gps/hibernate/UsergrouproleDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
35917 src/com/gps/hibernate/UsergrouproleDAO.java 103 publicMethodCommentRequirement Required
35918 src/com/gps/hibernate/UsergrouproleDAO.java 104 There is log block not surrounded by if
35919 src/com/gps/hibernate/UsergrouproleDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35920 src/com/gps/hibernate/UsergrouproleDAO.java 106 Local variable 'result' could be declared final
35921 src/com/gps/hibernate/UsergrouproleDAO.java 106 Potential violation of Law of Demeter (method chain calls)
35922 src/com/gps/hibernate/UsergrouproleDAO.java 108 There is log block not surrounded by if
35923 src/com/gps/hibernate/UsergrouproleDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35924 src/com/gps/hibernate/UsergrouproleDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35925 src/com/gps/hibernate/UsergrouproleDAO.java 111 There is log block not surrounded by if
35926 src/com/gps/hibernate/UsergrouproleDAO.java 116 Parameter 'instance' is not assigned and could be declared final
35927 src/com/gps/hibernate/UsergrouproleDAO.java 116 publicMethodCommentRequirement Required
35928 src/com/gps/hibernate/UsergrouproleDAO.java 117 There is log block not surrounded by if
35929 src/com/gps/hibernate/UsergrouproleDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35930 src/com/gps/hibernate/UsergrouproleDAO.java 119 Potential violation of Law of Demeter (method chain calls)
35931 src/com/gps/hibernate/UsergrouproleDAO.java 120 There is log block not surrounded by if
35932 src/com/gps/hibernate/UsergrouproleDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35933 src/com/gps/hibernate/UsergrouproleDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35934 src/com/gps/hibernate/UsergrouproleDAO.java 122 There is log block not surrounded by if
35935 src/com/gps/hibernate/UsergrouproleDAO.java 127 Parameter 'instance' is not assigned and could be declared final
35936 src/com/gps/hibernate/UsergrouproleDAO.java 127 publicMethodCommentRequirement Required
35937 src/com/gps/hibernate/UsergrouproleDAO.java 128 There is log block not surrounded by if
35938 src/com/gps/hibernate/UsergrouproleDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35939 src/com/gps/hibernate/UsergrouproleDAO.java 130 Potential violation of Law of Demeter (method chain calls)
35940 src/com/gps/hibernate/UsergrouproleDAO.java 131 There is log block not surrounded by if
35941 src/com/gps/hibernate/UsergrouproleDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35942 src/com/gps/hibernate/UsergrouproleDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35943 src/com/gps/hibernate/UsergrouproleDAO.java 133 There is log block not surrounded by if
35944 src/com/gps/hibernate/UsergrouproleId.java 9 Classes implementing Serializable should set a serialVersionUID
35945 src/com/gps/hibernate/UsergrouproleId.java 13 fieldCommentRequirement Required
35946 src/com/gps/hibernate/UsergrouproleId.java 14 fieldCommentRequirement Required
35947 src/com/gps/hibernate/UsergrouproleId.java 15 fieldCommentRequirement Required
35948 src/com/gps/hibernate/UsergrouproleId.java 20 Document empty constructor
35949 src/com/gps/hibernate/UsergrouproleId.java 24 Parameter 'groupId' is not assigned and could be declared final
35950 src/com/gps/hibernate/UsergrouproleId.java 24 Parameter 'roleId' is not assigned and could be declared final
35951 src/com/gps/hibernate/UsergrouproleId.java 24 Parameter 'userId' is not assigned and could be declared final
35952 src/com/gps/hibernate/UsergrouproleId.java 32 publicMethodCommentRequirement Required
35953 src/com/gps/hibernate/UsergrouproleId.java 36 Parameter 'userId' is not assigned and could be declared final
35954 src/com/gps/hibernate/UsergrouproleId.java 36 publicMethodCommentRequirement Required
35955 src/com/gps/hibernate/UsergrouproleId.java 40 publicMethodCommentRequirement Required
35956 src/com/gps/hibernate/UsergrouproleId.java 44 Parameter 'groupId' is not assigned and could be declared final
35957 src/com/gps/hibernate/UsergrouproleId.java 44 publicMethodCommentRequirement Required
35958 src/com/gps/hibernate/UsergrouproleId.java 48 publicMethodCommentRequirement Required
35959 src/com/gps/hibernate/UsergrouproleId.java 52 Parameter 'roleId' is not assigned and could be declared final
35960 src/com/gps/hibernate/UsergrouproleId.java 52 publicMethodCommentRequirement Required
35961 src/com/gps/hibernate/UsergrouproleId.java 56 Parameter 'other' is not assigned and could be declared final
35962 src/com/gps/hibernate/UsergrouproleId.java 56 publicMethodCommentRequirement Required
35963 src/com/gps/hibernate/UsergrouproleId.java 57 Avoid using if statements without curly braces
35964 src/com/gps/hibernate/UsergrouproleId.java 57 Useless parentheses.
35965 src/com/gps/hibernate/UsergrouproleId.java 58 A method should have only one exit point, and that should be the last statement in the method
35966 src/com/gps/hibernate/UsergrouproleId.java 59 Avoid using if statements without curly braces
35967 src/com/gps/hibernate/UsergrouproleId.java 59 Useless parentheses.
35968 src/com/gps/hibernate/UsergrouproleId.java 60 A method should have only one exit point, and that should be the last statement in the method
35969 src/com/gps/hibernate/UsergrouproleId.java 61 Avoid using if statements without curly braces
35970 src/com/gps/hibernate/UsergrouproleId.java 62 A method should have only one exit point, and that should be the last statement in the method
35971 src/com/gps/hibernate/UsergrouproleId.java 63 Local variable 'castOther' could be declared final
35972 src/com/gps/hibernate/UsergrouproleId.java 65 Potential violation of Law of Demeter (method chain calls)
35973 src/com/gps/hibernate/UsergrouproleId.java 65 Potential violation of Law of Demeter (object not created locally)
35974 src/com/gps/hibernate/UsergrouproleId.java 65 Potential violation of Law of Demeter (object not created locally)
35975 src/com/gps/hibernate/UsergrouproleId.java 65 Useless parentheses.
35976 src/com/gps/hibernate/UsergrouproleId.java 65 Useless parentheses.
35977 src/com/gps/hibernate/UsergrouproleId.java 67 Potential violation of Law of Demeter (object not created locally)
35978 src/com/gps/hibernate/UsergrouproleId.java 68 Potential violation of Law of Demeter (object not created locally)
35979 src/com/gps/hibernate/UsergrouproleId.java 69 Potential violation of Law of Demeter (method chain calls)
35980 src/com/gps/hibernate/UsergrouproleId.java 69 Potential violation of Law of Demeter (object not created locally)
35981 src/com/gps/hibernate/UsergrouproleId.java 69 Potential violation of Law of Demeter (object not created locally)
35982 src/com/gps/hibernate/UsergrouproleId.java 69 Useless parentheses.
35983 src/com/gps/hibernate/UsergrouproleId.java 69 Useless parentheses.
35984 src/com/gps/hibernate/UsergrouproleId.java 71 Potential violation of Law of Demeter (object not created locally)
35985 src/com/gps/hibernate/UsergrouproleId.java 72 Potential violation of Law of Demeter (object not created locally)
35986 src/com/gps/hibernate/UsergrouproleId.java 73 Potential violation of Law of Demeter (method chain calls)
35987 src/com/gps/hibernate/UsergrouproleId.java 73 Potential violation of Law of Demeter (object not created locally)
35988 src/com/gps/hibernate/UsergrouproleId.java 73 Potential violation of Law of Demeter (object not created locally)
35989 src/com/gps/hibernate/UsergrouproleId.java 73 Useless parentheses.
35990 src/com/gps/hibernate/UsergrouproleId.java 73 Useless parentheses.
35991 src/com/gps/hibernate/UsergrouproleId.java 75 Potential violation of Law of Demeter (object not created locally)
35992 src/com/gps/hibernate/UsergrouproleId.java 76 Potential violation of Law of Demeter (object not created locally)
35993 src/com/gps/hibernate/UsergrouproleId.java 79 publicMethodCommentRequirement Required
35994 src/com/gps/hibernate/UsergrouproleId.java 80 Found 'DD'-anomaly for variable 'result' (lines '80'-'82').
35995 src/com/gps/hibernate/Useridmapper.java 9 Classes implementing Serializable should set a serialVersionUID
35996 src/com/gps/hibernate/Useridmapper.java 13 fieldCommentRequirement Required
35997 src/com/gps/hibernate/Useridmapper.java 14 fieldCommentRequirement Required
35998 src/com/gps/hibernate/Useridmapper.java 15 fieldCommentRequirement Required
35999 src/com/gps/hibernate/Useridmapper.java 16 fieldCommentRequirement Required
36000 src/com/gps/hibernate/Useridmapper.java 17 fieldCommentRequirement Required
36001 src/com/gps/hibernate/Useridmapper.java 22 Document empty constructor
36002 src/com/gps/hibernate/Useridmapper.java 26 Parameter 'userIdMapperId' is not assigned and could be declared final
36003 src/com/gps/hibernate/Useridmapper.java 31 Parameter 'type' is not assigned and could be declared final
36004 src/com/gps/hibernate/Useridmapper.java 31 Parameter 'userId' is not assigned and could be declared final
36005 src/com/gps/hibernate/Useridmapper.java 31 Parameter 'userIdMapperId' is not assigned and could be declared final
36006 src/com/gps/hibernate/Useridmapper.java 32 Parameter 'description' is not assigned and could be declared final
36007 src/com/gps/hibernate/Useridmapper.java 32 Parameter 'externalUserId' is not assigned and could be declared final
36008 src/com/gps/hibernate/Useridmapper.java 42 publicMethodCommentRequirement Required
36009 src/com/gps/hibernate/Useridmapper.java 46 Parameter 'userIdMapperId' is not assigned and could be declared final
36010 src/com/gps/hibernate/Useridmapper.java 46 publicMethodCommentRequirement Required
36011 src/com/gps/hibernate/Useridmapper.java 50 publicMethodCommentRequirement Required
36012 src/com/gps/hibernate/Useridmapper.java 54 Parameter 'userId' is not assigned and could be declared final
36013 src/com/gps/hibernate/Useridmapper.java 54 publicMethodCommentRequirement Required
36014 src/com/gps/hibernate/Useridmapper.java 58 publicMethodCommentRequirement Required
36015 src/com/gps/hibernate/Useridmapper.java 62 Parameter 'type' is not assigned and could be declared final
36016 src/com/gps/hibernate/Useridmapper.java 62 publicMethodCommentRequirement Required
36017 src/com/gps/hibernate/Useridmapper.java 66 publicMethodCommentRequirement Required
36018 src/com/gps/hibernate/Useridmapper.java 70 Parameter 'description' is not assigned and could be declared final
36019 src/com/gps/hibernate/Useridmapper.java 70 publicMethodCommentRequirement Required
36020 src/com/gps/hibernate/Useridmapper.java 74 publicMethodCommentRequirement Required
36021 src/com/gps/hibernate/Useridmapper.java 78 Parameter 'externalUserId' is not assigned and could be declared final
36022 src/com/gps/hibernate/Useridmapper.java 78 publicMethodCommentRequirement Required
36023 src/com/gps/hibernate/UseridmapperDAO.java 10 Comment is too large: Too many lines
36024 src/com/gps/hibernate/UseridmapperDAO.java 22 This class has too many methods, consider refactoring it.
36025 src/com/gps/hibernate/UseridmapperDAO.java 23 Logger should be defined private static final and have the correct class
36026 src/com/gps/hibernate/UseridmapperDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
36027 src/com/gps/hibernate/UseridmapperDAO.java 23 fieldCommentRequirement Required
36028 src/com/gps/hibernate/UseridmapperDAO.java 25 fieldCommentRequirement Required
36029 src/com/gps/hibernate/UseridmapperDAO.java 26 fieldCommentRequirement Required
36030 src/com/gps/hibernate/UseridmapperDAO.java 27 fieldCommentRequirement Required
36031 src/com/gps/hibernate/UseridmapperDAO.java 28 fieldCommentRequirement Required
36032 src/com/gps/hibernate/UseridmapperDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
36033 src/com/gps/hibernate/UseridmapperDAO.java 30 publicMethodCommentRequirement Required
36034 src/com/gps/hibernate/UseridmapperDAO.java 31 There is log block not surrounded by if
36035 src/com/gps/hibernate/UseridmapperDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36036 src/com/gps/hibernate/UseridmapperDAO.java 33 Potential violation of Law of Demeter (method chain calls)
36037 src/com/gps/hibernate/UseridmapperDAO.java 34 There is log block not surrounded by if
36038 src/com/gps/hibernate/UseridmapperDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36039 src/com/gps/hibernate/UseridmapperDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36040 src/com/gps/hibernate/UseridmapperDAO.java 36 There is log block not surrounded by if
36041 src/com/gps/hibernate/UseridmapperDAO.java 41 Avoid excessively long variable names like persistentInstance
36042 src/com/gps/hibernate/UseridmapperDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
36043 src/com/gps/hibernate/UseridmapperDAO.java 41 publicMethodCommentRequirement Required
36044 src/com/gps/hibernate/UseridmapperDAO.java 42 There is log block not surrounded by if
36045 src/com/gps/hibernate/UseridmapperDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36046 src/com/gps/hibernate/UseridmapperDAO.java 44 Potential violation of Law of Demeter (method chain calls)
36047 src/com/gps/hibernate/UseridmapperDAO.java 45 There is log block not surrounded by if
36048 src/com/gps/hibernate/UseridmapperDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36049 src/com/gps/hibernate/UseridmapperDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36050 src/com/gps/hibernate/UseridmapperDAO.java 47 There is log block not surrounded by if
36051 src/com/gps/hibernate/UseridmapperDAO.java 52 Avoid variables with short names like id
36052 src/com/gps/hibernate/UseridmapperDAO.java 52 Parameter 'id' is not assigned and could be declared final
36053 src/com/gps/hibernate/UseridmapperDAO.java 52 publicMethodCommentRequirement Required
36054 src/com/gps/hibernate/UseridmapperDAO.java 53 There is log block not surrounded by if
36055 src/com/gps/hibernate/UseridmapperDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36056 src/com/gps/hibernate/UseridmapperDAO.java 55 Local variable 'instance' could be declared final
36057 src/com/gps/hibernate/UseridmapperDAO.java 55 Potential violation of Law of Demeter (method chain calls)
36058 src/com/gps/hibernate/UseridmapperDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36059 src/com/gps/hibernate/UseridmapperDAO.java 59 There is log block not surrounded by if
36060 src/com/gps/hibernate/UseridmapperDAO.java 64 Parameter 'instance' is not assigned and could be declared final
36061 src/com/gps/hibernate/UseridmapperDAO.java 64 publicMethodCommentRequirement Required
36062 src/com/gps/hibernate/UseridmapperDAO.java 65 There is log block not surrounded by if
36063 src/com/gps/hibernate/UseridmapperDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36064 src/com/gps/hibernate/UseridmapperDAO.java 67 Local variable 'results' could be declared final
36065 src/com/gps/hibernate/UseridmapperDAO.java 67 Potential violation of Law of Demeter (method chain calls)
36066 src/com/gps/hibernate/UseridmapperDAO.java 67 Potential violation of Law of Demeter (method chain calls)
36067 src/com/gps/hibernate/UseridmapperDAO.java 67 Potential violation of Law of Demeter (method chain calls)
36068 src/com/gps/hibernate/UseridmapperDAO.java 70 There is log block not surrounded by if
36069 src/com/gps/hibernate/UseridmapperDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36070 src/com/gps/hibernate/UseridmapperDAO.java 71 Potential violation of Law of Demeter (object not created locally)
36071 src/com/gps/hibernate/UseridmapperDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36072 src/com/gps/hibernate/UseridmapperDAO.java 74 There is log block not surrounded by if
36073 src/com/gps/hibernate/UseridmapperDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
36074 src/com/gps/hibernate/UseridmapperDAO.java 79 Parameter 'value' is not assigned and could be declared final
36075 src/com/gps/hibernate/UseridmapperDAO.java 79 publicMethodCommentRequirement Required
36076 src/com/gps/hibernate/UseridmapperDAO.java 80 There is log block not surrounded by if
36077 src/com/gps/hibernate/UseridmapperDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36078 src/com/gps/hibernate/UseridmapperDAO.java 83 Local variable 'queryString' could be declared final
36079 src/com/gps/hibernate/UseridmapperDAO.java 85 Local variable 'queryObject' could be declared final
36080 src/com/gps/hibernate/UseridmapperDAO.java 85 Potential violation of Law of Demeter (method chain calls)
36081 src/com/gps/hibernate/UseridmapperDAO.java 86 Potential violation of Law of Demeter (object not created locally)
36082 src/com/gps/hibernate/UseridmapperDAO.java 87 Potential violation of Law of Demeter (object not created locally)
36083 src/com/gps/hibernate/UseridmapperDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36084 src/com/gps/hibernate/UseridmapperDAO.java 89 There is log block not surrounded by if
36085 src/com/gps/hibernate/UseridmapperDAO.java 94 Parameter 'userId' is not assigned and could be declared final
36086 src/com/gps/hibernate/UseridmapperDAO.java 94 publicMethodCommentRequirement Required
36087 src/com/gps/hibernate/UseridmapperDAO.java 98 Parameter 'type' is not assigned and could be declared final
36088 src/com/gps/hibernate/UseridmapperDAO.java 98 publicMethodCommentRequirement Required
36089 src/com/gps/hibernate/UseridmapperDAO.java 102 Parameter 'description' is not assigned and could be declared final
36090 src/com/gps/hibernate/UseridmapperDAO.java 102 publicMethodCommentRequirement Required
36091 src/com/gps/hibernate/UseridmapperDAO.java 106 Parameter 'externalUserId' is not assigned and could be declared final
36092 src/com/gps/hibernate/UseridmapperDAO.java 106 publicMethodCommentRequirement Required
36093 src/com/gps/hibernate/UseridmapperDAO.java 110 publicMethodCommentRequirement Required
36094 src/com/gps/hibernate/UseridmapperDAO.java 111 There is log block not surrounded by if
36095 src/com/gps/hibernate/UseridmapperDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36096 src/com/gps/hibernate/UseridmapperDAO.java 113 Local variable 'queryString' could be declared final
36097 src/com/gps/hibernate/UseridmapperDAO.java 114 Local variable 'queryObject' could be declared final
36098 src/com/gps/hibernate/UseridmapperDAO.java 114 Potential violation of Law of Demeter (method chain calls)
36099 src/com/gps/hibernate/UseridmapperDAO.java 115 Potential violation of Law of Demeter (object not created locally)
36100 src/com/gps/hibernate/UseridmapperDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36101 src/com/gps/hibernate/UseridmapperDAO.java 117 There is log block not surrounded by if
36102 src/com/gps/hibernate/UseridmapperDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
36103 src/com/gps/hibernate/UseridmapperDAO.java 122 publicMethodCommentRequirement Required
36104 src/com/gps/hibernate/UseridmapperDAO.java 123 There is log block not surrounded by if
36105 src/com/gps/hibernate/UseridmapperDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36106 src/com/gps/hibernate/UseridmapperDAO.java 125 Local variable 'result' could be declared final
36107 src/com/gps/hibernate/UseridmapperDAO.java 125 Potential violation of Law of Demeter (method chain calls)
36108 src/com/gps/hibernate/UseridmapperDAO.java 127 There is log block not surrounded by if
36109 src/com/gps/hibernate/UseridmapperDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36110 src/com/gps/hibernate/UseridmapperDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36111 src/com/gps/hibernate/UseridmapperDAO.java 130 There is log block not surrounded by if
36112 src/com/gps/hibernate/UseridmapperDAO.java 135 Parameter 'instance' is not assigned and could be declared final
36113 src/com/gps/hibernate/UseridmapperDAO.java 135 publicMethodCommentRequirement Required
36114 src/com/gps/hibernate/UseridmapperDAO.java 136 There is log block not surrounded by if
36115 src/com/gps/hibernate/UseridmapperDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36116 src/com/gps/hibernate/UseridmapperDAO.java 138 Potential violation of Law of Demeter (method chain calls)
36117 src/com/gps/hibernate/UseridmapperDAO.java 139 There is log block not surrounded by if
36118 src/com/gps/hibernate/UseridmapperDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36119 src/com/gps/hibernate/UseridmapperDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36120 src/com/gps/hibernate/UseridmapperDAO.java 141 There is log block not surrounded by if
36121 src/com/gps/hibernate/UseridmapperDAO.java 146 Parameter 'instance' is not assigned and could be declared final
36122 src/com/gps/hibernate/UseridmapperDAO.java 146 publicMethodCommentRequirement Required
36123 src/com/gps/hibernate/UseridmapperDAO.java 147 There is log block not surrounded by if
36124 src/com/gps/hibernate/UseridmapperDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36125 src/com/gps/hibernate/UseridmapperDAO.java 149 Potential violation of Law of Demeter (method chain calls)
36126 src/com/gps/hibernate/UseridmapperDAO.java 150 There is log block not surrounded by if
36127 src/com/gps/hibernate/UseridmapperDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36128 src/com/gps/hibernate/UseridmapperDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36129 src/com/gps/hibernate/UseridmapperDAO.java 152 There is log block not surrounded by if
36130 src/com/gps/hibernate/UsersGeofence.java 9 Classes implementing Serializable should set a serialVersionUID
36131 src/com/gps/hibernate/UsersGeofence.java 13 fieldCommentRequirement Required
36132 src/com/gps/hibernate/UsersGeofence.java 14 fieldCommentRequirement Required
36133 src/com/gps/hibernate/UsersGeofence.java 15 fieldCommentRequirement Required
36134 src/com/gps/hibernate/UsersGeofence.java 16 fieldCommentRequirement Required
36135 src/com/gps/hibernate/UsersGeofence.java 17 fieldCommentRequirement Required
36136 src/com/gps/hibernate/UsersGeofence.java 22 Document empty constructor
36137 src/com/gps/hibernate/UsersGeofence.java 26 Parameter 'geofence' is not assigned and could be declared final
36138 src/com/gps/hibernate/UsersGeofence.java 26 Parameter 'user' is not assigned and could be declared final
36139 src/com/gps/hibernate/UsersGeofence.java 33 publicMethodCommentRequirement Required
36140 src/com/gps/hibernate/UsersGeofence.java 37 Parameter 'usersGeoId' is not assigned and could be declared final
36141 src/com/gps/hibernate/UsersGeofence.java 37 publicMethodCommentRequirement Required
36142 src/com/gps/hibernate/UsersGeofence.java 41 publicMethodCommentRequirement Required
36143 src/com/gps/hibernate/UsersGeofence.java 45 Parameter 'user' is not assigned and could be declared final
36144 src/com/gps/hibernate/UsersGeofence.java 45 publicMethodCommentRequirement Required
36145 src/com/gps/hibernate/UsersGeofence.java 49 publicMethodCommentRequirement Required
36146 src/com/gps/hibernate/UsersGeofence.java 53 Parameter 'geofence' is not assigned and could be declared final
36147 src/com/gps/hibernate/UsersGeofence.java 53 publicMethodCommentRequirement Required
36148 src/com/gps/hibernate/UsersGeofence.java 67 Parameter 'mobileNo' is not assigned and could be declared final
36149 src/com/gps/hibernate/UsersGeofence.java 71 Parameter 'intrSession' is not assigned and could be declared final
36150 src/com/gps/hibernate/UsersGeofence.java 71 publicMethodCommentRequirement Required
36151 src/com/gps/hibernate/UsersGeofence.java 75 publicMethodCommentRequirement Required
36152 src/com/gps/hibernate/UsersGeofenceDAO.java 10 Comment is too large: Too many lines
36153 src/com/gps/hibernate/UsersGeofenceDAO.java 23 Logger should be defined private static final and have the correct class
36154 src/com/gps/hibernate/UsersGeofenceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
36155 src/com/gps/hibernate/UsersGeofenceDAO.java 23 fieldCommentRequirement Required
36156 src/com/gps/hibernate/UsersGeofenceDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
36157 src/com/gps/hibernate/UsersGeofenceDAO.java 27 publicMethodCommentRequirement Required
36158 src/com/gps/hibernate/UsersGeofenceDAO.java 28 There is log block not surrounded by if
36159 src/com/gps/hibernate/UsersGeofenceDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36160 src/com/gps/hibernate/UsersGeofenceDAO.java 30 Potential violation of Law of Demeter (method chain calls)
36161 src/com/gps/hibernate/UsersGeofenceDAO.java 31 There is log block not surrounded by if
36162 src/com/gps/hibernate/UsersGeofenceDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36163 src/com/gps/hibernate/UsersGeofenceDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36164 src/com/gps/hibernate/UsersGeofenceDAO.java 33 There is log block not surrounded by if
36165 src/com/gps/hibernate/UsersGeofenceDAO.java 38 Avoid excessively long variable names like persistentInstance
36166 src/com/gps/hibernate/UsersGeofenceDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
36167 src/com/gps/hibernate/UsersGeofenceDAO.java 38 publicMethodCommentRequirement Required
36168 src/com/gps/hibernate/UsersGeofenceDAO.java 39 There is log block not surrounded by if
36169 src/com/gps/hibernate/UsersGeofenceDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36170 src/com/gps/hibernate/UsersGeofenceDAO.java 41 Potential violation of Law of Demeter (method chain calls)
36171 src/com/gps/hibernate/UsersGeofenceDAO.java 42 There is log block not surrounded by if
36172 src/com/gps/hibernate/UsersGeofenceDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36173 src/com/gps/hibernate/UsersGeofenceDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36174 src/com/gps/hibernate/UsersGeofenceDAO.java 44 There is log block not surrounded by if
36175 src/com/gps/hibernate/UsersGeofenceDAO.java 49 Avoid variables with short names like id
36176 src/com/gps/hibernate/UsersGeofenceDAO.java 49 Parameter 'id' is not assigned and could be declared final
36177 src/com/gps/hibernate/UsersGeofenceDAO.java 49 publicMethodCommentRequirement Required
36178 src/com/gps/hibernate/UsersGeofenceDAO.java 50 There is log block not surrounded by if
36179 src/com/gps/hibernate/UsersGeofenceDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36180 src/com/gps/hibernate/UsersGeofenceDAO.java 52 Local variable 'instance' could be declared final
36181 src/com/gps/hibernate/UsersGeofenceDAO.java 52 Potential violation of Law of Demeter (method chain calls)
36182 src/com/gps/hibernate/UsersGeofenceDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36183 src/com/gps/hibernate/UsersGeofenceDAO.java 56 There is log block not surrounded by if
36184 src/com/gps/hibernate/UsersGeofenceDAO.java 61 Parameter 'instance' is not assigned and could be declared final
36185 src/com/gps/hibernate/UsersGeofenceDAO.java 61 publicMethodCommentRequirement Required
36186 src/com/gps/hibernate/UsersGeofenceDAO.java 62 There is log block not surrounded by if
36187 src/com/gps/hibernate/UsersGeofenceDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36188 src/com/gps/hibernate/UsersGeofenceDAO.java 64 Local variable 'results' could be declared final
36189 src/com/gps/hibernate/UsersGeofenceDAO.java 64 Potential violation of Law of Demeter (method chain calls)
36190 src/com/gps/hibernate/UsersGeofenceDAO.java 64 Potential violation of Law of Demeter (method chain calls)
36191 src/com/gps/hibernate/UsersGeofenceDAO.java 64 Potential violation of Law of Demeter (method chain calls)
36192 src/com/gps/hibernate/UsersGeofenceDAO.java 67 There is log block not surrounded by if
36193 src/com/gps/hibernate/UsersGeofenceDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36194 src/com/gps/hibernate/UsersGeofenceDAO.java 68 Potential violation of Law of Demeter (object not created locally)
36195 src/com/gps/hibernate/UsersGeofenceDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36196 src/com/gps/hibernate/UsersGeofenceDAO.java 71 There is log block not surrounded by if
36197 src/com/gps/hibernate/UsersGeofenceDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
36198 src/com/gps/hibernate/UsersGeofenceDAO.java 76 Parameter 'value' is not assigned and could be declared final
36199 src/com/gps/hibernate/UsersGeofenceDAO.java 76 publicMethodCommentRequirement Required
36200 src/com/gps/hibernate/UsersGeofenceDAO.java 77 There is log block not surrounded by if
36201 src/com/gps/hibernate/UsersGeofenceDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36202 src/com/gps/hibernate/UsersGeofenceDAO.java 80 Local variable 'queryString' could be declared final
36203 src/com/gps/hibernate/UsersGeofenceDAO.java 82 Local variable 'queryObject' could be declared final
36204 src/com/gps/hibernate/UsersGeofenceDAO.java 82 Potential violation of Law of Demeter (method chain calls)
36205 src/com/gps/hibernate/UsersGeofenceDAO.java 83 Potential violation of Law of Demeter (object not created locally)
36206 src/com/gps/hibernate/UsersGeofenceDAO.java 84 Potential violation of Law of Demeter (object not created locally)
36207 src/com/gps/hibernate/UsersGeofenceDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36208 src/com/gps/hibernate/UsersGeofenceDAO.java 86 There is log block not surrounded by if
36209 src/com/gps/hibernate/UsersGeofenceDAO.java 91 publicMethodCommentRequirement Required
36210 src/com/gps/hibernate/UsersGeofenceDAO.java 92 There is log block not surrounded by if
36211 src/com/gps/hibernate/UsersGeofenceDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36212 src/com/gps/hibernate/UsersGeofenceDAO.java 94 Local variable 'queryString' could be declared final
36213 src/com/gps/hibernate/UsersGeofenceDAO.java 95 Local variable 'queryObject' could be declared final
36214 src/com/gps/hibernate/UsersGeofenceDAO.java 95 Potential violation of Law of Demeter (method chain calls)
36215 src/com/gps/hibernate/UsersGeofenceDAO.java 96 Potential violation of Law of Demeter (object not created locally)
36216 src/com/gps/hibernate/UsersGeofenceDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36217 src/com/gps/hibernate/UsersGeofenceDAO.java 98 There is log block not surrounded by if
36218 src/com/gps/hibernate/UsersGeofenceDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
36219 src/com/gps/hibernate/UsersGeofenceDAO.java 103 publicMethodCommentRequirement Required
36220 src/com/gps/hibernate/UsersGeofenceDAO.java 104 There is log block not surrounded by if
36221 src/com/gps/hibernate/UsersGeofenceDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36222 src/com/gps/hibernate/UsersGeofenceDAO.java 106 Local variable 'result' could be declared final
36223 src/com/gps/hibernate/UsersGeofenceDAO.java 106 Potential violation of Law of Demeter (method chain calls)
36224 src/com/gps/hibernate/UsersGeofenceDAO.java 108 There is log block not surrounded by if
36225 src/com/gps/hibernate/UsersGeofenceDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36226 src/com/gps/hibernate/UsersGeofenceDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36227 src/com/gps/hibernate/UsersGeofenceDAO.java 111 There is log block not surrounded by if
36228 src/com/gps/hibernate/UsersGeofenceDAO.java 116 Parameter 'instance' is not assigned and could be declared final
36229 src/com/gps/hibernate/UsersGeofenceDAO.java 116 publicMethodCommentRequirement Required
36230 src/com/gps/hibernate/UsersGeofenceDAO.java 117 There is log block not surrounded by if
36231 src/com/gps/hibernate/UsersGeofenceDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36232 src/com/gps/hibernate/UsersGeofenceDAO.java 119 Potential violation of Law of Demeter (method chain calls)
36233 src/com/gps/hibernate/UsersGeofenceDAO.java 120 There is log block not surrounded by if
36234 src/com/gps/hibernate/UsersGeofenceDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36235 src/com/gps/hibernate/UsersGeofenceDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36236 src/com/gps/hibernate/UsersGeofenceDAO.java 122 There is log block not surrounded by if
36237 src/com/gps/hibernate/UsersGeofenceDAO.java 127 Parameter 'instance' is not assigned and could be declared final
36238 src/com/gps/hibernate/UsersGeofenceDAO.java 127 publicMethodCommentRequirement Required
36239 src/com/gps/hibernate/UsersGeofenceDAO.java 128 There is log block not surrounded by if
36240 src/com/gps/hibernate/UsersGeofenceDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36241 src/com/gps/hibernate/UsersGeofenceDAO.java 130 Potential violation of Law of Demeter (method chain calls)
36242 src/com/gps/hibernate/UsersGeofenceDAO.java 131 There is log block not surrounded by if
36243 src/com/gps/hibernate/UsersGeofenceDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36244 src/com/gps/hibernate/UsersGeofenceDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36245 src/com/gps/hibernate/UsersGeofenceDAO.java 133 There is log block not surrounded by if
36246 src/com/gps/hibernate/UsersGroups.java 9 Classes implementing Serializable should set a serialVersionUID
36247 src/com/gps/hibernate/UsersGroups.java 13 Avoid variables with short names like id
36248 src/com/gps/hibernate/UsersGroups.java 13 fieldCommentRequirement Required
36249 src/com/gps/hibernate/UsersGroups.java 18 Document empty constructor
36250 src/com/gps/hibernate/UsersGroups.java 22 Avoid variables with short names like id
36251 src/com/gps/hibernate/UsersGroups.java 22 Parameter 'id' is not assigned and could be declared final
36252 src/com/gps/hibernate/UsersGroups.java 28 publicMethodCommentRequirement Required
36253 src/com/gps/hibernate/UsersGroups.java 32 Avoid variables with short names like id
36254 src/com/gps/hibernate/UsersGroups.java 32 Parameter 'id' is not assigned and could be declared final
36255 src/com/gps/hibernate/UsersGroups.java 32 publicMethodCommentRequirement Required
36256 src/com/gps/hibernate/UsersGroupsDAO.java 10 Comment is too large: Too many lines
36257 src/com/gps/hibernate/UsersGroupsDAO.java 23 Logger should be defined private static final and have the correct class
36258 src/com/gps/hibernate/UsersGroupsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
36259 src/com/gps/hibernate/UsersGroupsDAO.java 23 fieldCommentRequirement Required
36260 src/com/gps/hibernate/UsersGroupsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
36261 src/com/gps/hibernate/UsersGroupsDAO.java 27 publicMethodCommentRequirement Required
36262 src/com/gps/hibernate/UsersGroupsDAO.java 28 There is log block not surrounded by if
36263 src/com/gps/hibernate/UsersGroupsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36264 src/com/gps/hibernate/UsersGroupsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
36265 src/com/gps/hibernate/UsersGroupsDAO.java 31 There is log block not surrounded by if
36266 src/com/gps/hibernate/UsersGroupsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36267 src/com/gps/hibernate/UsersGroupsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36268 src/com/gps/hibernate/UsersGroupsDAO.java 33 There is log block not surrounded by if
36269 src/com/gps/hibernate/UsersGroupsDAO.java 38 Avoid excessively long variable names like persistentInstance
36270 src/com/gps/hibernate/UsersGroupsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
36271 src/com/gps/hibernate/UsersGroupsDAO.java 38 publicMethodCommentRequirement Required
36272 src/com/gps/hibernate/UsersGroupsDAO.java 39 There is log block not surrounded by if
36273 src/com/gps/hibernate/UsersGroupsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36274 src/com/gps/hibernate/UsersGroupsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
36275 src/com/gps/hibernate/UsersGroupsDAO.java 42 There is log block not surrounded by if
36276 src/com/gps/hibernate/UsersGroupsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36277 src/com/gps/hibernate/UsersGroupsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36278 src/com/gps/hibernate/UsersGroupsDAO.java 44 There is log block not surrounded by if
36279 src/com/gps/hibernate/UsersGroupsDAO.java 49 Avoid variables with short names like id
36280 src/com/gps/hibernate/UsersGroupsDAO.java 49 Parameter 'id' is not assigned and could be declared final
36281 src/com/gps/hibernate/UsersGroupsDAO.java 49 publicMethodCommentRequirement Required
36282 src/com/gps/hibernate/UsersGroupsDAO.java 50 There is log block not surrounded by if
36283 src/com/gps/hibernate/UsersGroupsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36284 src/com/gps/hibernate/UsersGroupsDAO.java 52 Local variable 'instance' could be declared final
36285 src/com/gps/hibernate/UsersGroupsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
36286 src/com/gps/hibernate/UsersGroupsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36287 src/com/gps/hibernate/UsersGroupsDAO.java 56 There is log block not surrounded by if
36288 src/com/gps/hibernate/UsersGroupsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
36289 src/com/gps/hibernate/UsersGroupsDAO.java 61 publicMethodCommentRequirement Required
36290 src/com/gps/hibernate/UsersGroupsDAO.java 62 There is log block not surrounded by if
36291 src/com/gps/hibernate/UsersGroupsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36292 src/com/gps/hibernate/UsersGroupsDAO.java 64 Local variable 'results' could be declared final
36293 src/com/gps/hibernate/UsersGroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
36294 src/com/gps/hibernate/UsersGroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
36295 src/com/gps/hibernate/UsersGroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
36296 src/com/gps/hibernate/UsersGroupsDAO.java 67 There is log block not surrounded by if
36297 src/com/gps/hibernate/UsersGroupsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36298 src/com/gps/hibernate/UsersGroupsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
36299 src/com/gps/hibernate/UsersGroupsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36300 src/com/gps/hibernate/UsersGroupsDAO.java 71 There is log block not surrounded by if
36301 src/com/gps/hibernate/UsersGroupsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
36302 src/com/gps/hibernate/UsersGroupsDAO.java 76 Parameter 'value' is not assigned and could be declared final
36303 src/com/gps/hibernate/UsersGroupsDAO.java 76 publicMethodCommentRequirement Required
36304 src/com/gps/hibernate/UsersGroupsDAO.java 77 There is log block not surrounded by if
36305 src/com/gps/hibernate/UsersGroupsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36306 src/com/gps/hibernate/UsersGroupsDAO.java 80 Local variable 'queryString' could be declared final
36307 src/com/gps/hibernate/UsersGroupsDAO.java 82 Local variable 'queryObject' could be declared final
36308 src/com/gps/hibernate/UsersGroupsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
36309 src/com/gps/hibernate/UsersGroupsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
36310 src/com/gps/hibernate/UsersGroupsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
36311 src/com/gps/hibernate/UsersGroupsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36312 src/com/gps/hibernate/UsersGroupsDAO.java 86 There is log block not surrounded by if
36313 src/com/gps/hibernate/UsersGroupsDAO.java 91 publicMethodCommentRequirement Required
36314 src/com/gps/hibernate/UsersGroupsDAO.java 92 There is log block not surrounded by if
36315 src/com/gps/hibernate/UsersGroupsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36316 src/com/gps/hibernate/UsersGroupsDAO.java 94 Local variable 'queryString' could be declared final
36317 src/com/gps/hibernate/UsersGroupsDAO.java 95 Local variable 'queryObject' could be declared final
36318 src/com/gps/hibernate/UsersGroupsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
36319 src/com/gps/hibernate/UsersGroupsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
36320 src/com/gps/hibernate/UsersGroupsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36321 src/com/gps/hibernate/UsersGroupsDAO.java 98 There is log block not surrounded by if
36322 src/com/gps/hibernate/UsersGroupsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
36323 src/com/gps/hibernate/UsersGroupsDAO.java 103 publicMethodCommentRequirement Required
36324 src/com/gps/hibernate/UsersGroupsDAO.java 104 There is log block not surrounded by if
36325 src/com/gps/hibernate/UsersGroupsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36326 src/com/gps/hibernate/UsersGroupsDAO.java 106 Local variable 'result' could be declared final
36327 src/com/gps/hibernate/UsersGroupsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
36328 src/com/gps/hibernate/UsersGroupsDAO.java 108 There is log block not surrounded by if
36329 src/com/gps/hibernate/UsersGroupsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36330 src/com/gps/hibernate/UsersGroupsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36331 src/com/gps/hibernate/UsersGroupsDAO.java 111 There is log block not surrounded by if
36332 src/com/gps/hibernate/UsersGroupsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
36333 src/com/gps/hibernate/UsersGroupsDAO.java 116 publicMethodCommentRequirement Required
36334 src/com/gps/hibernate/UsersGroupsDAO.java 117 There is log block not surrounded by if
36335 src/com/gps/hibernate/UsersGroupsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36336 src/com/gps/hibernate/UsersGroupsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
36337 src/com/gps/hibernate/UsersGroupsDAO.java 120 There is log block not surrounded by if
36338 src/com/gps/hibernate/UsersGroupsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36339 src/com/gps/hibernate/UsersGroupsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36340 src/com/gps/hibernate/UsersGroupsDAO.java 122 There is log block not surrounded by if
36341 src/com/gps/hibernate/UsersGroupsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
36342 src/com/gps/hibernate/UsersGroupsDAO.java 127 publicMethodCommentRequirement Required
36343 src/com/gps/hibernate/UsersGroupsDAO.java 128 There is log block not surrounded by if
36344 src/com/gps/hibernate/UsersGroupsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36345 src/com/gps/hibernate/UsersGroupsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
36346 src/com/gps/hibernate/UsersGroupsDAO.java 131 There is log block not surrounded by if
36347 src/com/gps/hibernate/UsersGroupsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36348 src/com/gps/hibernate/UsersGroupsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36349 src/com/gps/hibernate/UsersGroupsDAO.java 133 There is log block not surrounded by if
36350 src/com/gps/hibernate/UsersGroupsId.java 9 Classes implementing Serializable should set a serialVersionUID
36351 src/com/gps/hibernate/UsersGroupsId.java 13 fieldCommentRequirement Required
36352 src/com/gps/hibernate/UsersGroupsId.java 14 fieldCommentRequirement Required
36353 src/com/gps/hibernate/UsersGroupsId.java 19 Document empty constructor
36354 src/com/gps/hibernate/UsersGroupsId.java 23 Parameter 'groupId' is not assigned and could be declared final
36355 src/com/gps/hibernate/UsersGroupsId.java 23 Parameter 'userId' is not assigned and could be declared final
36356 src/com/gps/hibernate/UsersGroupsId.java 30 publicMethodCommentRequirement Required
36357 src/com/gps/hibernate/UsersGroupsId.java 34 Parameter 'userId' is not assigned and could be declared final
36358 src/com/gps/hibernate/UsersGroupsId.java 34 publicMethodCommentRequirement Required
36359 src/com/gps/hibernate/UsersGroupsId.java 38 publicMethodCommentRequirement Required
36360 src/com/gps/hibernate/UsersGroupsId.java 42 Parameter 'groupId' is not assigned and could be declared final
36361 src/com/gps/hibernate/UsersGroupsId.java 42 publicMethodCommentRequirement Required
36362 src/com/gps/hibernate/UsersGroupsId.java 46 Parameter 'other' is not assigned and could be declared final
36363 src/com/gps/hibernate/UsersGroupsId.java 46 publicMethodCommentRequirement Required
36364 src/com/gps/hibernate/UsersGroupsId.java 47 Avoid using if statements without curly braces
36365 src/com/gps/hibernate/UsersGroupsId.java 47 Useless parentheses.
36366 src/com/gps/hibernate/UsersGroupsId.java 48 A method should have only one exit point, and that should be the last statement in the method
36367 src/com/gps/hibernate/UsersGroupsId.java 49 Avoid using if statements without curly braces
36368 src/com/gps/hibernate/UsersGroupsId.java 49 Useless parentheses.
36369 src/com/gps/hibernate/UsersGroupsId.java 50 A method should have only one exit point, and that should be the last statement in the method
36370 src/com/gps/hibernate/UsersGroupsId.java 51 Avoid using if statements without curly braces
36371 src/com/gps/hibernate/UsersGroupsId.java 52 A method should have only one exit point, and that should be the last statement in the method
36372 src/com/gps/hibernate/UsersGroupsId.java 53 Local variable 'castOther' could be declared final
36373 src/com/gps/hibernate/UsersGroupsId.java 55 Potential violation of Law of Demeter (method chain calls)
36374 src/com/gps/hibernate/UsersGroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
36375 src/com/gps/hibernate/UsersGroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
36376 src/com/gps/hibernate/UsersGroupsId.java 55 Useless parentheses.
36377 src/com/gps/hibernate/UsersGroupsId.java 55 Useless parentheses.
36378 src/com/gps/hibernate/UsersGroupsId.java 57 Potential violation of Law of Demeter (object not created locally)
36379 src/com/gps/hibernate/UsersGroupsId.java 58 Potential violation of Law of Demeter (object not created locally)
36380 src/com/gps/hibernate/UsersGroupsId.java 59 Potential violation of Law of Demeter (method chain calls)
36381 src/com/gps/hibernate/UsersGroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
36382 src/com/gps/hibernate/UsersGroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
36383 src/com/gps/hibernate/UsersGroupsId.java 59 Useless parentheses.
36384 src/com/gps/hibernate/UsersGroupsId.java 59 Useless parentheses.
36385 src/com/gps/hibernate/UsersGroupsId.java 61 Potential violation of Law of Demeter (object not created locally)
36386 src/com/gps/hibernate/UsersGroupsId.java 62 Potential violation of Law of Demeter (object not created locally)
36387 src/com/gps/hibernate/UsersGroupsId.java 65 publicMethodCommentRequirement Required
36388 src/com/gps/hibernate/UsersGroupsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
36389 src/com/gps/hibernate/UsersOrgs.java 9 Classes implementing Serializable should set a serialVersionUID
36390 src/com/gps/hibernate/UsersOrgs.java 13 Avoid variables with short names like id
36391 src/com/gps/hibernate/UsersOrgs.java 13 fieldCommentRequirement Required
36392 src/com/gps/hibernate/UsersOrgs.java 18 Document empty constructor
36393 src/com/gps/hibernate/UsersOrgs.java 22 Avoid variables with short names like id
36394 src/com/gps/hibernate/UsersOrgs.java 22 Parameter 'id' is not assigned and could be declared final
36395 src/com/gps/hibernate/UsersOrgs.java 28 publicMethodCommentRequirement Required
36396 src/com/gps/hibernate/UsersOrgs.java 32 Avoid variables with short names like id
36397 src/com/gps/hibernate/UsersOrgs.java 32 Parameter 'id' is not assigned and could be declared final
36398 src/com/gps/hibernate/UsersOrgs.java 32 publicMethodCommentRequirement Required
36399 src/com/gps/hibernate/UsersOrgsDAO.java 10 Comment is too large: Too many lines
36400 src/com/gps/hibernate/UsersOrgsDAO.java 23 Logger should be defined private static final and have the correct class
36401 src/com/gps/hibernate/UsersOrgsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
36402 src/com/gps/hibernate/UsersOrgsDAO.java 23 fieldCommentRequirement Required
36403 src/com/gps/hibernate/UsersOrgsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
36404 src/com/gps/hibernate/UsersOrgsDAO.java 27 publicMethodCommentRequirement Required
36405 src/com/gps/hibernate/UsersOrgsDAO.java 28 There is log block not surrounded by if
36406 src/com/gps/hibernate/UsersOrgsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36407 src/com/gps/hibernate/UsersOrgsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
36408 src/com/gps/hibernate/UsersOrgsDAO.java 31 There is log block not surrounded by if
36409 src/com/gps/hibernate/UsersOrgsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36410 src/com/gps/hibernate/UsersOrgsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36411 src/com/gps/hibernate/UsersOrgsDAO.java 33 There is log block not surrounded by if
36412 src/com/gps/hibernate/UsersOrgsDAO.java 38 Avoid excessively long variable names like persistentInstance
36413 src/com/gps/hibernate/UsersOrgsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
36414 src/com/gps/hibernate/UsersOrgsDAO.java 38 publicMethodCommentRequirement Required
36415 src/com/gps/hibernate/UsersOrgsDAO.java 39 There is log block not surrounded by if
36416 src/com/gps/hibernate/UsersOrgsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36417 src/com/gps/hibernate/UsersOrgsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
36418 src/com/gps/hibernate/UsersOrgsDAO.java 42 There is log block not surrounded by if
36419 src/com/gps/hibernate/UsersOrgsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36420 src/com/gps/hibernate/UsersOrgsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36421 src/com/gps/hibernate/UsersOrgsDAO.java 44 There is log block not surrounded by if
36422 src/com/gps/hibernate/UsersOrgsDAO.java 49 Avoid variables with short names like id
36423 src/com/gps/hibernate/UsersOrgsDAO.java 49 Parameter 'id' is not assigned and could be declared final
36424 src/com/gps/hibernate/UsersOrgsDAO.java 49 publicMethodCommentRequirement Required
36425 src/com/gps/hibernate/UsersOrgsDAO.java 50 There is log block not surrounded by if
36426 src/com/gps/hibernate/UsersOrgsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36427 src/com/gps/hibernate/UsersOrgsDAO.java 52 Local variable 'instance' could be declared final
36428 src/com/gps/hibernate/UsersOrgsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
36429 src/com/gps/hibernate/UsersOrgsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36430 src/com/gps/hibernate/UsersOrgsDAO.java 56 There is log block not surrounded by if
36431 src/com/gps/hibernate/UsersOrgsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
36432 src/com/gps/hibernate/UsersOrgsDAO.java 61 publicMethodCommentRequirement Required
36433 src/com/gps/hibernate/UsersOrgsDAO.java 62 There is log block not surrounded by if
36434 src/com/gps/hibernate/UsersOrgsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36435 src/com/gps/hibernate/UsersOrgsDAO.java 64 Local variable 'results' could be declared final
36436 src/com/gps/hibernate/UsersOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
36437 src/com/gps/hibernate/UsersOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
36438 src/com/gps/hibernate/UsersOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
36439 src/com/gps/hibernate/UsersOrgsDAO.java 67 There is log block not surrounded by if
36440 src/com/gps/hibernate/UsersOrgsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36441 src/com/gps/hibernate/UsersOrgsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
36442 src/com/gps/hibernate/UsersOrgsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36443 src/com/gps/hibernate/UsersOrgsDAO.java 71 There is log block not surrounded by if
36444 src/com/gps/hibernate/UsersOrgsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
36445 src/com/gps/hibernate/UsersOrgsDAO.java 76 Parameter 'value' is not assigned and could be declared final
36446 src/com/gps/hibernate/UsersOrgsDAO.java 76 publicMethodCommentRequirement Required
36447 src/com/gps/hibernate/UsersOrgsDAO.java 77 There is log block not surrounded by if
36448 src/com/gps/hibernate/UsersOrgsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36449 src/com/gps/hibernate/UsersOrgsDAO.java 80 Local variable 'queryString' could be declared final
36450 src/com/gps/hibernate/UsersOrgsDAO.java 82 Local variable 'queryObject' could be declared final
36451 src/com/gps/hibernate/UsersOrgsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
36452 src/com/gps/hibernate/UsersOrgsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
36453 src/com/gps/hibernate/UsersOrgsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
36454 src/com/gps/hibernate/UsersOrgsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36455 src/com/gps/hibernate/UsersOrgsDAO.java 86 There is log block not surrounded by if
36456 src/com/gps/hibernate/UsersOrgsDAO.java 91 publicMethodCommentRequirement Required
36457 src/com/gps/hibernate/UsersOrgsDAO.java 92 There is log block not surrounded by if
36458 src/com/gps/hibernate/UsersOrgsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36459 src/com/gps/hibernate/UsersOrgsDAO.java 94 Local variable 'queryString' could be declared final
36460 src/com/gps/hibernate/UsersOrgsDAO.java 95 Local variable 'queryObject' could be declared final
36461 src/com/gps/hibernate/UsersOrgsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
36462 src/com/gps/hibernate/UsersOrgsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
36463 src/com/gps/hibernate/UsersOrgsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36464 src/com/gps/hibernate/UsersOrgsDAO.java 98 There is log block not surrounded by if
36465 src/com/gps/hibernate/UsersOrgsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
36466 src/com/gps/hibernate/UsersOrgsDAO.java 103 publicMethodCommentRequirement Required
36467 src/com/gps/hibernate/UsersOrgsDAO.java 104 There is log block not surrounded by if
36468 src/com/gps/hibernate/UsersOrgsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36469 src/com/gps/hibernate/UsersOrgsDAO.java 106 Local variable 'result' could be declared final
36470 src/com/gps/hibernate/UsersOrgsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
36471 src/com/gps/hibernate/UsersOrgsDAO.java 107 There is log block not surrounded by if
36472 src/com/gps/hibernate/UsersOrgsDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36473 src/com/gps/hibernate/UsersOrgsDAO.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36474 src/com/gps/hibernate/UsersOrgsDAO.java 110 There is log block not surrounded by if
36475 src/com/gps/hibernate/UsersOrgsDAO.java 115 Parameter 'instance' is not assigned and could be declared final
36476 src/com/gps/hibernate/UsersOrgsDAO.java 115 publicMethodCommentRequirement Required
36477 src/com/gps/hibernate/UsersOrgsDAO.java 116 There is log block not surrounded by if
36478 src/com/gps/hibernate/UsersOrgsDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36479 src/com/gps/hibernate/UsersOrgsDAO.java 118 Potential violation of Law of Demeter (method chain calls)
36480 src/com/gps/hibernate/UsersOrgsDAO.java 119 There is log block not surrounded by if
36481 src/com/gps/hibernate/UsersOrgsDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36482 src/com/gps/hibernate/UsersOrgsDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36483 src/com/gps/hibernate/UsersOrgsDAO.java 121 There is log block not surrounded by if
36484 src/com/gps/hibernate/UsersOrgsDAO.java 126 Parameter 'instance' is not assigned and could be declared final
36485 src/com/gps/hibernate/UsersOrgsDAO.java 126 publicMethodCommentRequirement Required
36486 src/com/gps/hibernate/UsersOrgsDAO.java 127 There is log block not surrounded by if
36487 src/com/gps/hibernate/UsersOrgsDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36488 src/com/gps/hibernate/UsersOrgsDAO.java 129 Potential violation of Law of Demeter (method chain calls)
36489 src/com/gps/hibernate/UsersOrgsDAO.java 130 There is log block not surrounded by if
36490 src/com/gps/hibernate/UsersOrgsDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36491 src/com/gps/hibernate/UsersOrgsDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36492 src/com/gps/hibernate/UsersOrgsDAO.java 132 There is log block not surrounded by if
36493 src/com/gps/hibernate/UsersOrgsId.java 9 Classes implementing Serializable should set a serialVersionUID
36494 src/com/gps/hibernate/UsersOrgsId.java 13 fieldCommentRequirement Required
36495 src/com/gps/hibernate/UsersOrgsId.java 14 fieldCommentRequirement Required
36496 src/com/gps/hibernate/UsersOrgsId.java 19 Document empty constructor
36497 src/com/gps/hibernate/UsersOrgsId.java 23 Parameter 'organizationId' is not assigned and could be declared final
36498 src/com/gps/hibernate/UsersOrgsId.java 23 Parameter 'userId' is not assigned and could be declared final
36499 src/com/gps/hibernate/UsersOrgsId.java 30 publicMethodCommentRequirement Required
36500 src/com/gps/hibernate/UsersOrgsId.java 34 Parameter 'userId' is not assigned and could be declared final
36501 src/com/gps/hibernate/UsersOrgsId.java 34 publicMethodCommentRequirement Required
36502 src/com/gps/hibernate/UsersOrgsId.java 38 publicMethodCommentRequirement Required
36503 src/com/gps/hibernate/UsersOrgsId.java 42 Parameter 'organizationId' is not assigned and could be declared final
36504 src/com/gps/hibernate/UsersOrgsId.java 42 publicMethodCommentRequirement Required
36505 src/com/gps/hibernate/UsersOrgsId.java 46 Parameter 'other' is not assigned and could be declared final
36506 src/com/gps/hibernate/UsersOrgsId.java 46 publicMethodCommentRequirement Required
36507 src/com/gps/hibernate/UsersOrgsId.java 47 Avoid using if statements without curly braces
36508 src/com/gps/hibernate/UsersOrgsId.java 47 Useless parentheses.
36509 src/com/gps/hibernate/UsersOrgsId.java 48 A method should have only one exit point, and that should be the last statement in the method
36510 src/com/gps/hibernate/UsersOrgsId.java 49 Avoid using if statements without curly braces
36511 src/com/gps/hibernate/UsersOrgsId.java 49 Useless parentheses.
36512 src/com/gps/hibernate/UsersOrgsId.java 50 A method should have only one exit point, and that should be the last statement in the method
36513 src/com/gps/hibernate/UsersOrgsId.java 51 Avoid using if statements without curly braces
36514 src/com/gps/hibernate/UsersOrgsId.java 52 A method should have only one exit point, and that should be the last statement in the method
36515 src/com/gps/hibernate/UsersOrgsId.java 53 Local variable 'castOther' could be declared final
36516 src/com/gps/hibernate/UsersOrgsId.java 55 Potential violation of Law of Demeter (method chain calls)
36517 src/com/gps/hibernate/UsersOrgsId.java 55 Potential violation of Law of Demeter (object not created locally)
36518 src/com/gps/hibernate/UsersOrgsId.java 55 Potential violation of Law of Demeter (object not created locally)
36519 src/com/gps/hibernate/UsersOrgsId.java 55 Useless parentheses.
36520 src/com/gps/hibernate/UsersOrgsId.java 55 Useless parentheses.
36521 src/com/gps/hibernate/UsersOrgsId.java 57 Potential violation of Law of Demeter (object not created locally)
36522 src/com/gps/hibernate/UsersOrgsId.java 58 Potential violation of Law of Demeter (object not created locally)
36523 src/com/gps/hibernate/UsersOrgsId.java 59 Potential violation of Law of Demeter (method chain calls)
36524 src/com/gps/hibernate/UsersOrgsId.java 59 Potential violation of Law of Demeter (object not created locally)
36525 src/com/gps/hibernate/UsersOrgsId.java 59 Potential violation of Law of Demeter (object not created locally)
36526 src/com/gps/hibernate/UsersOrgsId.java 59 Useless parentheses.
36527 src/com/gps/hibernate/UsersOrgsId.java 59 Useless parentheses.
36528 src/com/gps/hibernate/UsersOrgsId.java 61 Potential violation of Law of Demeter (object not created locally)
36529 src/com/gps/hibernate/UsersOrgsId.java 63 Potential violation of Law of Demeter (object not created locally)
36530 src/com/gps/hibernate/UsersOrgsId.java 66 publicMethodCommentRequirement Required
36531 src/com/gps/hibernate/UsersOrgsId.java 67 Found 'DD'-anomaly for variable 'result' (lines '67'-'69').
36532 src/com/gps/hibernate/UsersPermissions.java 9 Classes implementing Serializable should set a serialVersionUID
36533 src/com/gps/hibernate/UsersPermissions.java 13 Avoid variables with short names like id
36534 src/com/gps/hibernate/UsersPermissions.java 13 fieldCommentRequirement Required
36535 src/com/gps/hibernate/UsersPermissions.java 18 Document empty constructor
36536 src/com/gps/hibernate/UsersPermissions.java 22 Avoid variables with short names like id
36537 src/com/gps/hibernate/UsersPermissions.java 22 Parameter 'id' is not assigned and could be declared final
36538 src/com/gps/hibernate/UsersPermissions.java 28 publicMethodCommentRequirement Required
36539 src/com/gps/hibernate/UsersPermissions.java 32 Avoid variables with short names like id
36540 src/com/gps/hibernate/UsersPermissions.java 32 Parameter 'id' is not assigned and could be declared final
36541 src/com/gps/hibernate/UsersPermissions.java 32 publicMethodCommentRequirement Required
36542 src/com/gps/hibernate/UsersPermissionsDAO.java 10 Comment is too large: Too many lines
36543 src/com/gps/hibernate/UsersPermissionsDAO.java 23 Logger should be defined private static final and have the correct class
36544 src/com/gps/hibernate/UsersPermissionsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
36545 src/com/gps/hibernate/UsersPermissionsDAO.java 23 fieldCommentRequirement Required
36546 src/com/gps/hibernate/UsersPermissionsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
36547 src/com/gps/hibernate/UsersPermissionsDAO.java 27 publicMethodCommentRequirement Required
36548 src/com/gps/hibernate/UsersPermissionsDAO.java 28 There is log block not surrounded by if
36549 src/com/gps/hibernate/UsersPermissionsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36550 src/com/gps/hibernate/UsersPermissionsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
36551 src/com/gps/hibernate/UsersPermissionsDAO.java 31 There is log block not surrounded by if
36552 src/com/gps/hibernate/UsersPermissionsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36553 src/com/gps/hibernate/UsersPermissionsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36554 src/com/gps/hibernate/UsersPermissionsDAO.java 33 There is log block not surrounded by if
36555 src/com/gps/hibernate/UsersPermissionsDAO.java 38 Avoid excessively long variable names like persistentInstance
36556 src/com/gps/hibernate/UsersPermissionsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
36557 src/com/gps/hibernate/UsersPermissionsDAO.java 38 publicMethodCommentRequirement Required
36558 src/com/gps/hibernate/UsersPermissionsDAO.java 39 There is log block not surrounded by if
36559 src/com/gps/hibernate/UsersPermissionsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36560 src/com/gps/hibernate/UsersPermissionsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
36561 src/com/gps/hibernate/UsersPermissionsDAO.java 42 There is log block not surrounded by if
36562 src/com/gps/hibernate/UsersPermissionsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36563 src/com/gps/hibernate/UsersPermissionsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36564 src/com/gps/hibernate/UsersPermissionsDAO.java 44 There is log block not surrounded by if
36565 src/com/gps/hibernate/UsersPermissionsDAO.java 49 Avoid variables with short names like id
36566 src/com/gps/hibernate/UsersPermissionsDAO.java 49 Parameter 'id' is not assigned and could be declared final
36567 src/com/gps/hibernate/UsersPermissionsDAO.java 49 publicMethodCommentRequirement Required
36568 src/com/gps/hibernate/UsersPermissionsDAO.java 50 There is log block not surrounded by if
36569 src/com/gps/hibernate/UsersPermissionsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36570 src/com/gps/hibernate/UsersPermissionsDAO.java 52 Local variable 'instance' could be declared final
36571 src/com/gps/hibernate/UsersPermissionsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
36572 src/com/gps/hibernate/UsersPermissionsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36573 src/com/gps/hibernate/UsersPermissionsDAO.java 56 There is log block not surrounded by if
36574 src/com/gps/hibernate/UsersPermissionsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
36575 src/com/gps/hibernate/UsersPermissionsDAO.java 61 publicMethodCommentRequirement Required
36576 src/com/gps/hibernate/UsersPermissionsDAO.java 62 There is log block not surrounded by if
36577 src/com/gps/hibernate/UsersPermissionsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36578 src/com/gps/hibernate/UsersPermissionsDAO.java 64 Local variable 'results' could be declared final
36579 src/com/gps/hibernate/UsersPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
36580 src/com/gps/hibernate/UsersPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
36581 src/com/gps/hibernate/UsersPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
36582 src/com/gps/hibernate/UsersPermissionsDAO.java 67 There is log block not surrounded by if
36583 src/com/gps/hibernate/UsersPermissionsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36584 src/com/gps/hibernate/UsersPermissionsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
36585 src/com/gps/hibernate/UsersPermissionsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36586 src/com/gps/hibernate/UsersPermissionsDAO.java 71 There is log block not surrounded by if
36587 src/com/gps/hibernate/UsersPermissionsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
36588 src/com/gps/hibernate/UsersPermissionsDAO.java 76 Parameter 'value' is not assigned and could be declared final
36589 src/com/gps/hibernate/UsersPermissionsDAO.java 76 publicMethodCommentRequirement Required
36590 src/com/gps/hibernate/UsersPermissionsDAO.java 77 There is log block not surrounded by if
36591 src/com/gps/hibernate/UsersPermissionsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36592 src/com/gps/hibernate/UsersPermissionsDAO.java 80 Local variable 'queryString' could be declared final
36593 src/com/gps/hibernate/UsersPermissionsDAO.java 82 Local variable 'queryObject' could be declared final
36594 src/com/gps/hibernate/UsersPermissionsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
36595 src/com/gps/hibernate/UsersPermissionsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
36596 src/com/gps/hibernate/UsersPermissionsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
36597 src/com/gps/hibernate/UsersPermissionsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36598 src/com/gps/hibernate/UsersPermissionsDAO.java 86 There is log block not surrounded by if
36599 src/com/gps/hibernate/UsersPermissionsDAO.java 91 publicMethodCommentRequirement Required
36600 src/com/gps/hibernate/UsersPermissionsDAO.java 92 There is log block not surrounded by if
36601 src/com/gps/hibernate/UsersPermissionsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36602 src/com/gps/hibernate/UsersPermissionsDAO.java 94 Local variable 'queryString' could be declared final
36603 src/com/gps/hibernate/UsersPermissionsDAO.java 95 Local variable 'queryObject' could be declared final
36604 src/com/gps/hibernate/UsersPermissionsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
36605 src/com/gps/hibernate/UsersPermissionsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
36606 src/com/gps/hibernate/UsersPermissionsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36607 src/com/gps/hibernate/UsersPermissionsDAO.java 98 There is log block not surrounded by if
36608 src/com/gps/hibernate/UsersPermissionsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
36609 src/com/gps/hibernate/UsersPermissionsDAO.java 103 publicMethodCommentRequirement Required
36610 src/com/gps/hibernate/UsersPermissionsDAO.java 104 There is log block not surrounded by if
36611 src/com/gps/hibernate/UsersPermissionsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36612 src/com/gps/hibernate/UsersPermissionsDAO.java 106 Local variable 'result' could be declared final
36613 src/com/gps/hibernate/UsersPermissionsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
36614 src/com/gps/hibernate/UsersPermissionsDAO.java 108 There is log block not surrounded by if
36615 src/com/gps/hibernate/UsersPermissionsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36616 src/com/gps/hibernate/UsersPermissionsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36617 src/com/gps/hibernate/UsersPermissionsDAO.java 111 There is log block not surrounded by if
36618 src/com/gps/hibernate/UsersPermissionsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
36619 src/com/gps/hibernate/UsersPermissionsDAO.java 116 publicMethodCommentRequirement Required
36620 src/com/gps/hibernate/UsersPermissionsDAO.java 117 There is log block not surrounded by if
36621 src/com/gps/hibernate/UsersPermissionsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36622 src/com/gps/hibernate/UsersPermissionsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
36623 src/com/gps/hibernate/UsersPermissionsDAO.java 120 There is log block not surrounded by if
36624 src/com/gps/hibernate/UsersPermissionsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36625 src/com/gps/hibernate/UsersPermissionsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36626 src/com/gps/hibernate/UsersPermissionsDAO.java 122 There is log block not surrounded by if
36627 src/com/gps/hibernate/UsersPermissionsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
36628 src/com/gps/hibernate/UsersPermissionsDAO.java 127 publicMethodCommentRequirement Required
36629 src/com/gps/hibernate/UsersPermissionsDAO.java 128 There is log block not surrounded by if
36630 src/com/gps/hibernate/UsersPermissionsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36631 src/com/gps/hibernate/UsersPermissionsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
36632 src/com/gps/hibernate/UsersPermissionsDAO.java 131 There is log block not surrounded by if
36633 src/com/gps/hibernate/UsersPermissionsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36634 src/com/gps/hibernate/UsersPermissionsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36635 src/com/gps/hibernate/UsersPermissionsDAO.java 133 There is log block not surrounded by if
36636 src/com/gps/hibernate/UsersPermissionsId.java 9 Classes implementing Serializable should set a serialVersionUID
36637 src/com/gps/hibernate/UsersPermissionsId.java 13 fieldCommentRequirement Required
36638 src/com/gps/hibernate/UsersPermissionsId.java 14 fieldCommentRequirement Required
36639 src/com/gps/hibernate/UsersPermissionsId.java 19 Document empty constructor
36640 src/com/gps/hibernate/UsersPermissionsId.java 23 Parameter 'permissionId' is not assigned and could be declared final
36641 src/com/gps/hibernate/UsersPermissionsId.java 23 Parameter 'userId' is not assigned and could be declared final
36642 src/com/gps/hibernate/UsersPermissionsId.java 30 publicMethodCommentRequirement Required
36643 src/com/gps/hibernate/UsersPermissionsId.java 34 Parameter 'userId' is not assigned and could be declared final
36644 src/com/gps/hibernate/UsersPermissionsId.java 34 publicMethodCommentRequirement Required
36645 src/com/gps/hibernate/UsersPermissionsId.java 38 publicMethodCommentRequirement Required
36646 src/com/gps/hibernate/UsersPermissionsId.java 42 Parameter 'permissionId' is not assigned and could be declared final
36647 src/com/gps/hibernate/UsersPermissionsId.java 42 publicMethodCommentRequirement Required
36648 src/com/gps/hibernate/UsersPermissionsId.java 46 Parameter 'other' is not assigned and could be declared final
36649 src/com/gps/hibernate/UsersPermissionsId.java 46 publicMethodCommentRequirement Required
36650 src/com/gps/hibernate/UsersPermissionsId.java 47 Avoid using if statements without curly braces
36651 src/com/gps/hibernate/UsersPermissionsId.java 47 Useless parentheses.
36652 src/com/gps/hibernate/UsersPermissionsId.java 48 A method should have only one exit point, and that should be the last statement in the method
36653 src/com/gps/hibernate/UsersPermissionsId.java 49 Avoid using if statements without curly braces
36654 src/com/gps/hibernate/UsersPermissionsId.java 49 Useless parentheses.
36655 src/com/gps/hibernate/UsersPermissionsId.java 50 A method should have only one exit point, and that should be the last statement in the method
36656 src/com/gps/hibernate/UsersPermissionsId.java 51 Avoid using if statements without curly braces
36657 src/com/gps/hibernate/UsersPermissionsId.java 52 A method should have only one exit point, and that should be the last statement in the method
36658 src/com/gps/hibernate/UsersPermissionsId.java 53 Local variable 'castOther' could be declared final
36659 src/com/gps/hibernate/UsersPermissionsId.java 55 Potential violation of Law of Demeter (method chain calls)
36660 src/com/gps/hibernate/UsersPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
36661 src/com/gps/hibernate/UsersPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
36662 src/com/gps/hibernate/UsersPermissionsId.java 55 Useless parentheses.
36663 src/com/gps/hibernate/UsersPermissionsId.java 55 Useless parentheses.
36664 src/com/gps/hibernate/UsersPermissionsId.java 57 Potential violation of Law of Demeter (object not created locally)
36665 src/com/gps/hibernate/UsersPermissionsId.java 58 Potential violation of Law of Demeter (object not created locally)
36666 src/com/gps/hibernate/UsersPermissionsId.java 59 Potential violation of Law of Demeter (method chain calls)
36667 src/com/gps/hibernate/UsersPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
36668 src/com/gps/hibernate/UsersPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
36669 src/com/gps/hibernate/UsersPermissionsId.java 59 Useless parentheses.
36670 src/com/gps/hibernate/UsersPermissionsId.java 59 Useless parentheses.
36671 src/com/gps/hibernate/UsersPermissionsId.java 61 Potential violation of Law of Demeter (object not created locally)
36672 src/com/gps/hibernate/UsersPermissionsId.java 62 Potential violation of Law of Demeter (object not created locally)
36673 src/com/gps/hibernate/UsersPermissionsId.java 65 publicMethodCommentRequirement Required
36674 src/com/gps/hibernate/UsersPermissionsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
36675 src/com/gps/hibernate/UsersRoles.java 9 Classes implementing Serializable should set a serialVersionUID
36676 src/com/gps/hibernate/UsersRoles.java 13 Avoid variables with short names like id
36677 src/com/gps/hibernate/UsersRoles.java 13 fieldCommentRequirement Required
36678 src/com/gps/hibernate/UsersRoles.java 18 Document empty constructor
36679 src/com/gps/hibernate/UsersRoles.java 22 Avoid variables with short names like id
36680 src/com/gps/hibernate/UsersRoles.java 22 Parameter 'id' is not assigned and could be declared final
36681 src/com/gps/hibernate/UsersRoles.java 28 publicMethodCommentRequirement Required
36682 src/com/gps/hibernate/UsersRoles.java 32 Avoid variables with short names like id
36683 src/com/gps/hibernate/UsersRoles.java 32 Parameter 'id' is not assigned and could be declared final
36684 src/com/gps/hibernate/UsersRoles.java 32 publicMethodCommentRequirement Required
36685 src/com/gps/hibernate/UsersRolesDAO.java 10 Comment is too large: Too many lines
36686 src/com/gps/hibernate/UsersRolesDAO.java 23 Logger should be defined private static final and have the correct class
36687 src/com/gps/hibernate/UsersRolesDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
36688 src/com/gps/hibernate/UsersRolesDAO.java 23 fieldCommentRequirement Required
36689 src/com/gps/hibernate/UsersRolesDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
36690 src/com/gps/hibernate/UsersRolesDAO.java 27 publicMethodCommentRequirement Required
36691 src/com/gps/hibernate/UsersRolesDAO.java 28 There is log block not surrounded by if
36692 src/com/gps/hibernate/UsersRolesDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36693 src/com/gps/hibernate/UsersRolesDAO.java 30 Potential violation of Law of Demeter (method chain calls)
36694 src/com/gps/hibernate/UsersRolesDAO.java 31 There is log block not surrounded by if
36695 src/com/gps/hibernate/UsersRolesDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36696 src/com/gps/hibernate/UsersRolesDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36697 src/com/gps/hibernate/UsersRolesDAO.java 33 There is log block not surrounded by if
36698 src/com/gps/hibernate/UsersRolesDAO.java 38 Avoid excessively long variable names like persistentInstance
36699 src/com/gps/hibernate/UsersRolesDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
36700 src/com/gps/hibernate/UsersRolesDAO.java 38 publicMethodCommentRequirement Required
36701 src/com/gps/hibernate/UsersRolesDAO.java 39 There is log block not surrounded by if
36702 src/com/gps/hibernate/UsersRolesDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36703 src/com/gps/hibernate/UsersRolesDAO.java 41 Potential violation of Law of Demeter (method chain calls)
36704 src/com/gps/hibernate/UsersRolesDAO.java 42 There is log block not surrounded by if
36705 src/com/gps/hibernate/UsersRolesDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36706 src/com/gps/hibernate/UsersRolesDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36707 src/com/gps/hibernate/UsersRolesDAO.java 44 There is log block not surrounded by if
36708 src/com/gps/hibernate/UsersRolesDAO.java 49 Avoid variables with short names like id
36709 src/com/gps/hibernate/UsersRolesDAO.java 49 Parameter 'id' is not assigned and could be declared final
36710 src/com/gps/hibernate/UsersRolesDAO.java 49 publicMethodCommentRequirement Required
36711 src/com/gps/hibernate/UsersRolesDAO.java 50 There is log block not surrounded by if
36712 src/com/gps/hibernate/UsersRolesDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36713 src/com/gps/hibernate/UsersRolesDAO.java 52 Local variable 'instance' could be declared final
36714 src/com/gps/hibernate/UsersRolesDAO.java 52 Potential violation of Law of Demeter (method chain calls)
36715 src/com/gps/hibernate/UsersRolesDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36716 src/com/gps/hibernate/UsersRolesDAO.java 56 There is log block not surrounded by if
36717 src/com/gps/hibernate/UsersRolesDAO.java 61 Parameter 'instance' is not assigned and could be declared final
36718 src/com/gps/hibernate/UsersRolesDAO.java 61 publicMethodCommentRequirement Required
36719 src/com/gps/hibernate/UsersRolesDAO.java 62 There is log block not surrounded by if
36720 src/com/gps/hibernate/UsersRolesDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36721 src/com/gps/hibernate/UsersRolesDAO.java 64 Local variable 'results' could be declared final
36722 src/com/gps/hibernate/UsersRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
36723 src/com/gps/hibernate/UsersRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
36724 src/com/gps/hibernate/UsersRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
36725 src/com/gps/hibernate/UsersRolesDAO.java 67 There is log block not surrounded by if
36726 src/com/gps/hibernate/UsersRolesDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36727 src/com/gps/hibernate/UsersRolesDAO.java 68 Potential violation of Law of Demeter (object not created locally)
36728 src/com/gps/hibernate/UsersRolesDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36729 src/com/gps/hibernate/UsersRolesDAO.java 71 There is log block not surrounded by if
36730 src/com/gps/hibernate/UsersRolesDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
36731 src/com/gps/hibernate/UsersRolesDAO.java 76 Parameter 'value' is not assigned and could be declared final
36732 src/com/gps/hibernate/UsersRolesDAO.java 76 publicMethodCommentRequirement Required
36733 src/com/gps/hibernate/UsersRolesDAO.java 77 There is log block not surrounded by if
36734 src/com/gps/hibernate/UsersRolesDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36735 src/com/gps/hibernate/UsersRolesDAO.java 80 Local variable 'queryString' could be declared final
36736 src/com/gps/hibernate/UsersRolesDAO.java 82 Local variable 'queryObject' could be declared final
36737 src/com/gps/hibernate/UsersRolesDAO.java 82 Potential violation of Law of Demeter (method chain calls)
36738 src/com/gps/hibernate/UsersRolesDAO.java 83 Potential violation of Law of Demeter (object not created locally)
36739 src/com/gps/hibernate/UsersRolesDAO.java 84 Potential violation of Law of Demeter (object not created locally)
36740 src/com/gps/hibernate/UsersRolesDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36741 src/com/gps/hibernate/UsersRolesDAO.java 86 There is log block not surrounded by if
36742 src/com/gps/hibernate/UsersRolesDAO.java 91 publicMethodCommentRequirement Required
36743 src/com/gps/hibernate/UsersRolesDAO.java 92 There is log block not surrounded by if
36744 src/com/gps/hibernate/UsersRolesDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36745 src/com/gps/hibernate/UsersRolesDAO.java 94 Local variable 'queryString' could be declared final
36746 src/com/gps/hibernate/UsersRolesDAO.java 95 Local variable 'queryObject' could be declared final
36747 src/com/gps/hibernate/UsersRolesDAO.java 95 Potential violation of Law of Demeter (method chain calls)
36748 src/com/gps/hibernate/UsersRolesDAO.java 96 Potential violation of Law of Demeter (object not created locally)
36749 src/com/gps/hibernate/UsersRolesDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36750 src/com/gps/hibernate/UsersRolesDAO.java 98 There is log block not surrounded by if
36751 src/com/gps/hibernate/UsersRolesDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
36752 src/com/gps/hibernate/UsersRolesDAO.java 103 publicMethodCommentRequirement Required
36753 src/com/gps/hibernate/UsersRolesDAO.java 104 There is log block not surrounded by if
36754 src/com/gps/hibernate/UsersRolesDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36755 src/com/gps/hibernate/UsersRolesDAO.java 106 Local variable 'result' could be declared final
36756 src/com/gps/hibernate/UsersRolesDAO.java 106 Potential violation of Law of Demeter (method chain calls)
36757 src/com/gps/hibernate/UsersRolesDAO.java 108 There is log block not surrounded by if
36758 src/com/gps/hibernate/UsersRolesDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36759 src/com/gps/hibernate/UsersRolesDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36760 src/com/gps/hibernate/UsersRolesDAO.java 111 There is log block not surrounded by if
36761 src/com/gps/hibernate/UsersRolesDAO.java 116 Parameter 'instance' is not assigned and could be declared final
36762 src/com/gps/hibernate/UsersRolesDAO.java 116 publicMethodCommentRequirement Required
36763 src/com/gps/hibernate/UsersRolesDAO.java 117 There is log block not surrounded by if
36764 src/com/gps/hibernate/UsersRolesDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36765 src/com/gps/hibernate/UsersRolesDAO.java 119 Potential violation of Law of Demeter (method chain calls)
36766 src/com/gps/hibernate/UsersRolesDAO.java 120 There is log block not surrounded by if
36767 src/com/gps/hibernate/UsersRolesDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36768 src/com/gps/hibernate/UsersRolesDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36769 src/com/gps/hibernate/UsersRolesDAO.java 122 There is log block not surrounded by if
36770 src/com/gps/hibernate/UsersRolesDAO.java 127 Parameter 'instance' is not assigned and could be declared final
36771 src/com/gps/hibernate/UsersRolesDAO.java 127 publicMethodCommentRequirement Required
36772 src/com/gps/hibernate/UsersRolesDAO.java 128 There is log block not surrounded by if
36773 src/com/gps/hibernate/UsersRolesDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36774 src/com/gps/hibernate/UsersRolesDAO.java 130 Potential violation of Law of Demeter (method chain calls)
36775 src/com/gps/hibernate/UsersRolesDAO.java 131 There is log block not surrounded by if
36776 src/com/gps/hibernate/UsersRolesDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36777 src/com/gps/hibernate/UsersRolesDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36778 src/com/gps/hibernate/UsersRolesDAO.java 133 There is log block not surrounded by if
36779 src/com/gps/hibernate/UsersRolesId.java 9 Classes implementing Serializable should set a serialVersionUID
36780 src/com/gps/hibernate/UsersRolesId.java 13 fieldCommentRequirement Required
36781 src/com/gps/hibernate/UsersRolesId.java 14 fieldCommentRequirement Required
36782 src/com/gps/hibernate/UsersRolesId.java 19 Document empty constructor
36783 src/com/gps/hibernate/UsersRolesId.java 23 Parameter 'roleId' is not assigned and could be declared final
36784 src/com/gps/hibernate/UsersRolesId.java 23 Parameter 'userId' is not assigned and could be declared final
36785 src/com/gps/hibernate/UsersRolesId.java 30 publicMethodCommentRequirement Required
36786 src/com/gps/hibernate/UsersRolesId.java 34 Parameter 'userId' is not assigned and could be declared final
36787 src/com/gps/hibernate/UsersRolesId.java 34 publicMethodCommentRequirement Required
36788 src/com/gps/hibernate/UsersRolesId.java 38 publicMethodCommentRequirement Required
36789 src/com/gps/hibernate/UsersRolesId.java 42 Parameter 'roleId' is not assigned and could be declared final
36790 src/com/gps/hibernate/UsersRolesId.java 42 publicMethodCommentRequirement Required
36791 src/com/gps/hibernate/UsersRolesId.java 46 Parameter 'other' is not assigned and could be declared final
36792 src/com/gps/hibernate/UsersRolesId.java 46 publicMethodCommentRequirement Required
36793 src/com/gps/hibernate/UsersRolesId.java 47 Avoid using if statements without curly braces
36794 src/com/gps/hibernate/UsersRolesId.java 47 Useless parentheses.
36795 src/com/gps/hibernate/UsersRolesId.java 48 A method should have only one exit point, and that should be the last statement in the method
36796 src/com/gps/hibernate/UsersRolesId.java 49 Avoid using if statements without curly braces
36797 src/com/gps/hibernate/UsersRolesId.java 49 Useless parentheses.
36798 src/com/gps/hibernate/UsersRolesId.java 50 A method should have only one exit point, and that should be the last statement in the method
36799 src/com/gps/hibernate/UsersRolesId.java 51 Avoid using if statements without curly braces
36800 src/com/gps/hibernate/UsersRolesId.java 52 A method should have only one exit point, and that should be the last statement in the method
36801 src/com/gps/hibernate/UsersRolesId.java 53 Local variable 'castOther' could be declared final
36802 src/com/gps/hibernate/UsersRolesId.java 55 Potential violation of Law of Demeter (method chain calls)
36803 src/com/gps/hibernate/UsersRolesId.java 55 Potential violation of Law of Demeter (object not created locally)
36804 src/com/gps/hibernate/UsersRolesId.java 55 Potential violation of Law of Demeter (object not created locally)
36805 src/com/gps/hibernate/UsersRolesId.java 55 Useless parentheses.
36806 src/com/gps/hibernate/UsersRolesId.java 55 Useless parentheses.
36807 src/com/gps/hibernate/UsersRolesId.java 57 Potential violation of Law of Demeter (object not created locally)
36808 src/com/gps/hibernate/UsersRolesId.java 58 Potential violation of Law of Demeter (object not created locally)
36809 src/com/gps/hibernate/UsersRolesId.java 59 Potential violation of Law of Demeter (method chain calls)
36810 src/com/gps/hibernate/UsersRolesId.java 59 Potential violation of Law of Demeter (object not created locally)
36811 src/com/gps/hibernate/UsersRolesId.java 59 Potential violation of Law of Demeter (object not created locally)
36812 src/com/gps/hibernate/UsersRolesId.java 59 Useless parentheses.
36813 src/com/gps/hibernate/UsersRolesId.java 59 Useless parentheses.
36814 src/com/gps/hibernate/UsersRolesId.java 61 Potential violation of Law of Demeter (object not created locally)
36815 src/com/gps/hibernate/UsersRolesId.java 62 Potential violation of Law of Demeter (object not created locally)
36816 src/com/gps/hibernate/UsersRolesId.java 65 publicMethodCommentRequirement Required
36817 src/com/gps/hibernate/UsersRolesId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
36818 src/com/gps/hibernate/UsersTrips.java 9 Classes implementing Serializable should set a serialVersionUID
36819 src/com/gps/hibernate/UsersTrips.java 13 fieldCommentRequirement Required
36820 src/com/gps/hibernate/UsersTrips.java 14 fieldCommentRequirement Required
36821 src/com/gps/hibernate/UsersTrips.java 15 fieldCommentRequirement Required
36822 src/com/gps/hibernate/UsersTrips.java 20 Document empty constructor
36823 src/com/gps/hibernate/UsersTrips.java 24 Parameter 'tripDetails' is not assigned and could be declared final
36824 src/com/gps/hibernate/UsersTrips.java 24 Parameter 'user' is not assigned and could be declared final
36825 src/com/gps/hibernate/UsersTrips.java 31 publicMethodCommentRequirement Required
36826 src/com/gps/hibernate/UsersTrips.java 35 Parameter 'usersTripsId' is not assigned and could be declared final
36827 src/com/gps/hibernate/UsersTrips.java 35 publicMethodCommentRequirement Required
36828 src/com/gps/hibernate/UsersTrips.java 39 publicMethodCommentRequirement Required
36829 src/com/gps/hibernate/UsersTrips.java 43 Parameter 'user' is not assigned and could be declared final
36830 src/com/gps/hibernate/UsersTrips.java 43 publicMethodCommentRequirement Required
36831 src/com/gps/hibernate/UsersTrips.java 47 publicMethodCommentRequirement Required
36832 src/com/gps/hibernate/UsersTrips.java 51 Parameter 'tripDetails' is not assigned and could be declared final
36833 src/com/gps/hibernate/UsersTrips.java 51 publicMethodCommentRequirement Required
36834 src/com/gps/hibernate/UsersTripsDAO.java 12 Comment is too large: Too many lines
36835 src/com/gps/hibernate/UsersTripsDAO.java 25 Logger should be defined private static final and have the correct class
36836 src/com/gps/hibernate/UsersTripsDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
36837 src/com/gps/hibernate/UsersTripsDAO.java 25 fieldCommentRequirement Required
36838 src/com/gps/hibernate/UsersTripsDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
36839 src/com/gps/hibernate/UsersTripsDAO.java 29 publicMethodCommentRequirement Required
36840 src/com/gps/hibernate/UsersTripsDAO.java 30 There is log block not surrounded by if
36841 src/com/gps/hibernate/UsersTripsDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36842 src/com/gps/hibernate/UsersTripsDAO.java 32 Potential violation of Law of Demeter (method chain calls)
36843 src/com/gps/hibernate/UsersTripsDAO.java 33 There is log block not surrounded by if
36844 src/com/gps/hibernate/UsersTripsDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36845 src/com/gps/hibernate/UsersTripsDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36846 src/com/gps/hibernate/UsersTripsDAO.java 35 There is log block not surrounded by if
36847 src/com/gps/hibernate/UsersTripsDAO.java 40 Avoid excessively long variable names like persistentInstance
36848 src/com/gps/hibernate/UsersTripsDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
36849 src/com/gps/hibernate/UsersTripsDAO.java 40 publicMethodCommentRequirement Required
36850 src/com/gps/hibernate/UsersTripsDAO.java 41 There is log block not surrounded by if
36851 src/com/gps/hibernate/UsersTripsDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36852 src/com/gps/hibernate/UsersTripsDAO.java 43 Potential violation of Law of Demeter (method chain calls)
36853 src/com/gps/hibernate/UsersTripsDAO.java 44 There is log block not surrounded by if
36854 src/com/gps/hibernate/UsersTripsDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36855 src/com/gps/hibernate/UsersTripsDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36856 src/com/gps/hibernate/UsersTripsDAO.java 46 There is log block not surrounded by if
36857 src/com/gps/hibernate/UsersTripsDAO.java 51 Avoid variables with short names like id
36858 src/com/gps/hibernate/UsersTripsDAO.java 51 Parameter 'id' is not assigned and could be declared final
36859 src/com/gps/hibernate/UsersTripsDAO.java 51 publicMethodCommentRequirement Required
36860 src/com/gps/hibernate/UsersTripsDAO.java 52 There is log block not surrounded by if
36861 src/com/gps/hibernate/UsersTripsDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36862 src/com/gps/hibernate/UsersTripsDAO.java 54 Local variable 'instance' could be declared final
36863 src/com/gps/hibernate/UsersTripsDAO.java 54 Potential violation of Law of Demeter (method chain calls)
36864 src/com/gps/hibernate/UsersTripsDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36865 src/com/gps/hibernate/UsersTripsDAO.java 58 There is log block not surrounded by if
36866 src/com/gps/hibernate/UsersTripsDAO.java 63 Parameter 'instance' is not assigned and could be declared final
36867 src/com/gps/hibernate/UsersTripsDAO.java 63 publicMethodCommentRequirement Required
36868 src/com/gps/hibernate/UsersTripsDAO.java 64 There is log block not surrounded by if
36869 src/com/gps/hibernate/UsersTripsDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36870 src/com/gps/hibernate/UsersTripsDAO.java 66 Local variable 'results' could be declared final
36871 src/com/gps/hibernate/UsersTripsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
36872 src/com/gps/hibernate/UsersTripsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
36873 src/com/gps/hibernate/UsersTripsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
36874 src/com/gps/hibernate/UsersTripsDAO.java 69 There is log block not surrounded by if
36875 src/com/gps/hibernate/UsersTripsDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36876 src/com/gps/hibernate/UsersTripsDAO.java 70 Potential violation of Law of Demeter (object not created locally)
36877 src/com/gps/hibernate/UsersTripsDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36878 src/com/gps/hibernate/UsersTripsDAO.java 73 There is log block not surrounded by if
36879 src/com/gps/hibernate/UsersTripsDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
36880 src/com/gps/hibernate/UsersTripsDAO.java 78 Parameter 'value' is not assigned and could be declared final
36881 src/com/gps/hibernate/UsersTripsDAO.java 78 publicMethodCommentRequirement Required
36882 src/com/gps/hibernate/UsersTripsDAO.java 79 There is log block not surrounded by if
36883 src/com/gps/hibernate/UsersTripsDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36884 src/com/gps/hibernate/UsersTripsDAO.java 82 Local variable 'queryString' could be declared final
36885 src/com/gps/hibernate/UsersTripsDAO.java 84 Local variable 'queryObject' could be declared final
36886 src/com/gps/hibernate/UsersTripsDAO.java 84 Potential violation of Law of Demeter (method chain calls)
36887 src/com/gps/hibernate/UsersTripsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
36888 src/com/gps/hibernate/UsersTripsDAO.java 86 Potential violation of Law of Demeter (object not created locally)
36889 src/com/gps/hibernate/UsersTripsDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36890 src/com/gps/hibernate/UsersTripsDAO.java 88 There is log block not surrounded by if
36891 src/com/gps/hibernate/UsersTripsDAO.java 93 publicMethodCommentRequirement Required
36892 src/com/gps/hibernate/UsersTripsDAO.java 94 There is log block not surrounded by if
36893 src/com/gps/hibernate/UsersTripsDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36894 src/com/gps/hibernate/UsersTripsDAO.java 96 Local variable 'queryString' could be declared final
36895 src/com/gps/hibernate/UsersTripsDAO.java 97 Local variable 'queryObject' could be declared final
36896 src/com/gps/hibernate/UsersTripsDAO.java 97 Potential violation of Law of Demeter (method chain calls)
36897 src/com/gps/hibernate/UsersTripsDAO.java 98 Potential violation of Law of Demeter (object not created locally)
36898 src/com/gps/hibernate/UsersTripsDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36899 src/com/gps/hibernate/UsersTripsDAO.java 100 There is log block not surrounded by if
36900 src/com/gps/hibernate/UsersTripsDAO.java 105 Parameter 'detachedInstance' is not assigned and could be declared final
36901 src/com/gps/hibernate/UsersTripsDAO.java 105 publicMethodCommentRequirement Required
36902 src/com/gps/hibernate/UsersTripsDAO.java 106 There is log block not surrounded by if
36903 src/com/gps/hibernate/UsersTripsDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36904 src/com/gps/hibernate/UsersTripsDAO.java 108 Local variable 'result' could be declared final
36905 src/com/gps/hibernate/UsersTripsDAO.java 108 Potential violation of Law of Demeter (method chain calls)
36906 src/com/gps/hibernate/UsersTripsDAO.java 110 There is log block not surrounded by if
36907 src/com/gps/hibernate/UsersTripsDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36908 src/com/gps/hibernate/UsersTripsDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36909 src/com/gps/hibernate/UsersTripsDAO.java 113 There is log block not surrounded by if
36910 src/com/gps/hibernate/UsersTripsDAO.java 118 A method/constructor shouldnt explicitly throw java.lang.Exception
36911 src/com/gps/hibernate/UsersTripsDAO.java 118 Found 'UR'-anomaly for variable 'usertrip' (lines '118'-'136').
36912 src/com/gps/hibernate/UsersTripsDAO.java 118 Parameter 'orgId' is not assigned and could be declared final
36913 src/com/gps/hibernate/UsersTripsDAO.java 118 Parameter 'userid' is not assigned and could be declared final
36914 src/com/gps/hibernate/UsersTripsDAO.java 118 publicMethodCommentRequirement Required
36915 src/com/gps/hibernate/UsersTripsDAO.java 120 Local variable 'utdao' could be declared final
36916 src/com/gps/hibernate/UsersTripsDAO.java 121 Found 'DD'-anomaly for variable 'selectedTripList' (lines '121'-'131').
36917 src/com/gps/hibernate/UsersTripsDAO.java 122 Local variable 'slist' could be declared final
36918 src/com/gps/hibernate/UsersTripsDAO.java 123 Found 'DD'-anomaly for variable 'sess' (lines '123'-'128').
36919 src/com/gps/hibernate/UsersTripsDAO.java 127 Potential violation of Law of Demeter (method chain calls)
36920 src/com/gps/hibernate/UsersTripsDAO.java 127 Potential violation of Law of Demeter (object not created locally)
36921 src/com/gps/hibernate/UsersTripsDAO.java 128 Potential violation of Law of Demeter (object not created locally)
36922 src/com/gps/hibernate/UsersTripsDAO.java 129 Local variable 'query' could be declared final
36923 src/com/gps/hibernate/UsersTripsDAO.java 129 Potential violation of Law of Demeter (object not created locally)
36924 src/com/gps/hibernate/UsersTripsDAO.java 130 Potential violation of Law of Demeter (object not created locally)
36925 src/com/gps/hibernate/UsersTripsDAO.java 131 Potential violation of Law of Demeter (object not created locally)
36926 src/com/gps/hibernate/UsersTripsDAO.java 132 There is log block not surrounded by if
36927 src/com/gps/hibernate/UsersTripsDAO.java 132 There is log block not surrounded by if
36928 src/com/gps/hibernate/UsersTripsDAO.java 133 Potential violation of Law of Demeter (object not created locally)
36929 src/com/gps/hibernate/UsersTripsDAO.java 133 There is log block not surrounded by if
36930 src/com/gps/hibernate/UsersTripsDAO.java 133 There is log block not surrounded by if
36931 src/com/gps/hibernate/UsersTripsDAO.java 134 Local variable 'usertrip' could be declared final
36932 src/com/gps/hibernate/UsersTripsDAO.java 136 Potential violation of Law of Demeter (method chain calls)
36933 src/com/gps/hibernate/UsersTripsDAO.java 136 Potential violation of Law of Demeter (method chain calls)
36934 src/com/gps/hibernate/UsersTripsDAO.java 136 Potential violation of Law of Demeter (method chain calls)
36935 src/com/gps/hibernate/UsersTripsDAO.java 138 Local variable 'trip' could be declared final
36936 src/com/gps/hibernate/UsersTripsDAO.java 138 Potential violation of Law of Demeter (method chain calls)
36937 src/com/gps/hibernate/UsersTripsDAO.java 139 Potential violation of Law of Demeter (object not created locally)
36938 src/com/gps/hibernate/UsersTripsDAO.java 142 There is log block not surrounded by if
36939 src/com/gps/hibernate/UsersTripsDAO.java 142 There is log block not surrounded by if
36940 src/com/gps/hibernate/UsersTripsDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36941 src/com/gps/hibernate/UsersTripsDAO.java 149 Avoid printStackTrace(); use a logger call instead.
36942 src/com/gps/hibernate/UsersTripsDAO.java 149 Potential violation of Law of Demeter (object not created locally)
36943 src/com/gps/hibernate/UsersTripsDAO.java 156 Parameter 'instance' is not assigned and could be declared final
36944 src/com/gps/hibernate/UsersTripsDAO.java 156 publicMethodCommentRequirement Required
36945 src/com/gps/hibernate/UsersTripsDAO.java 157 There is log block not surrounded by if
36946 src/com/gps/hibernate/UsersTripsDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36947 src/com/gps/hibernate/UsersTripsDAO.java 159 Potential violation of Law of Demeter (method chain calls)
36948 src/com/gps/hibernate/UsersTripsDAO.java 160 There is log block not surrounded by if
36949 src/com/gps/hibernate/UsersTripsDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36950 src/com/gps/hibernate/UsersTripsDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36951 src/com/gps/hibernate/UsersTripsDAO.java 162 There is log block not surrounded by if
36952 src/com/gps/hibernate/UsersTripsDAO.java 167 Parameter 'instance' is not assigned and could be declared final
36953 src/com/gps/hibernate/UsersTripsDAO.java 167 publicMethodCommentRequirement Required
36954 src/com/gps/hibernate/UsersTripsDAO.java 168 There is log block not surrounded by if
36955 src/com/gps/hibernate/UsersTripsDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36956 src/com/gps/hibernate/UsersTripsDAO.java 170 Potential violation of Law of Demeter (method chain calls)
36957 src/com/gps/hibernate/UsersTripsDAO.java 171 There is log block not surrounded by if
36958 src/com/gps/hibernate/UsersTripsDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36959 src/com/gps/hibernate/UsersTripsDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36960 src/com/gps/hibernate/UsersTripsDAO.java 173 There is log block not surrounded by if
36961 src/com/gps/hibernate/UsersUsergroups.java 9 Classes implementing Serializable should set a serialVersionUID
36962 src/com/gps/hibernate/UsersUsergroups.java 13 Avoid variables with short names like id
36963 src/com/gps/hibernate/UsersUsergroups.java 13 fieldCommentRequirement Required
36964 src/com/gps/hibernate/UsersUsergroups.java 18 Document empty constructor
36965 src/com/gps/hibernate/UsersUsergroups.java 22 Avoid variables with short names like id
36966 src/com/gps/hibernate/UsersUsergroups.java 22 Parameter 'id' is not assigned and could be declared final
36967 src/com/gps/hibernate/UsersUsergroups.java 28 publicMethodCommentRequirement Required
36968 src/com/gps/hibernate/UsersUsergroups.java 32 Avoid variables with short names like id
36969 src/com/gps/hibernate/UsersUsergroups.java 32 Parameter 'id' is not assigned and could be declared final
36970 src/com/gps/hibernate/UsersUsergroups.java 32 publicMethodCommentRequirement Required
36971 src/com/gps/hibernate/UsersUsergroupsDAO.java 10 Comment is too large: Too many lines
36972 src/com/gps/hibernate/UsersUsergroupsDAO.java 23 Logger should be defined private static final and have the correct class
36973 src/com/gps/hibernate/UsersUsergroupsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
36974 src/com/gps/hibernate/UsersUsergroupsDAO.java 23 fieldCommentRequirement Required
36975 src/com/gps/hibernate/UsersUsergroupsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
36976 src/com/gps/hibernate/UsersUsergroupsDAO.java 27 publicMethodCommentRequirement Required
36977 src/com/gps/hibernate/UsersUsergroupsDAO.java 28 There is log block not surrounded by if
36978 src/com/gps/hibernate/UsersUsergroupsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36979 src/com/gps/hibernate/UsersUsergroupsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
36980 src/com/gps/hibernate/UsersUsergroupsDAO.java 31 There is log block not surrounded by if
36981 src/com/gps/hibernate/UsersUsergroupsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36982 src/com/gps/hibernate/UsersUsergroupsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36983 src/com/gps/hibernate/UsersUsergroupsDAO.java 33 There is log block not surrounded by if
36984 src/com/gps/hibernate/UsersUsergroupsDAO.java 38 Avoid excessively long variable names like persistentInstance
36985 src/com/gps/hibernate/UsersUsergroupsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
36986 src/com/gps/hibernate/UsersUsergroupsDAO.java 38 publicMethodCommentRequirement Required
36987 src/com/gps/hibernate/UsersUsergroupsDAO.java 39 There is log block not surrounded by if
36988 src/com/gps/hibernate/UsersUsergroupsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36989 src/com/gps/hibernate/UsersUsergroupsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
36990 src/com/gps/hibernate/UsersUsergroupsDAO.java 42 There is log block not surrounded by if
36991 src/com/gps/hibernate/UsersUsergroupsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36992 src/com/gps/hibernate/UsersUsergroupsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36993 src/com/gps/hibernate/UsersUsergroupsDAO.java 44 There is log block not surrounded by if
36994 src/com/gps/hibernate/UsersUsergroupsDAO.java 49 Avoid variables with short names like id
36995 src/com/gps/hibernate/UsersUsergroupsDAO.java 49 Parameter 'id' is not assigned and could be declared final
36996 src/com/gps/hibernate/UsersUsergroupsDAO.java 49 publicMethodCommentRequirement Required
36997 src/com/gps/hibernate/UsersUsergroupsDAO.java 50 There is log block not surrounded by if
36998 src/com/gps/hibernate/UsersUsergroupsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36999 src/com/gps/hibernate/UsersUsergroupsDAO.java 52 Local variable 'instance' could be declared final
37000 src/com/gps/hibernate/UsersUsergroupsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
37001 src/com/gps/hibernate/UsersUsergroupsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37002 src/com/gps/hibernate/UsersUsergroupsDAO.java 56 There is log block not surrounded by if
37003 src/com/gps/hibernate/UsersUsergroupsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
37004 src/com/gps/hibernate/UsersUsergroupsDAO.java 61 publicMethodCommentRequirement Required
37005 src/com/gps/hibernate/UsersUsergroupsDAO.java 62 There is log block not surrounded by if
37006 src/com/gps/hibernate/UsersUsergroupsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37007 src/com/gps/hibernate/UsersUsergroupsDAO.java 64 Local variable 'results' could be declared final
37008 src/com/gps/hibernate/UsersUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
37009 src/com/gps/hibernate/UsersUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
37010 src/com/gps/hibernate/UsersUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
37011 src/com/gps/hibernate/UsersUsergroupsDAO.java 67 There is log block not surrounded by if
37012 src/com/gps/hibernate/UsersUsergroupsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37013 src/com/gps/hibernate/UsersUsergroupsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
37014 src/com/gps/hibernate/UsersUsergroupsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37015 src/com/gps/hibernate/UsersUsergroupsDAO.java 71 There is log block not surrounded by if
37016 src/com/gps/hibernate/UsersUsergroupsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
37017 src/com/gps/hibernate/UsersUsergroupsDAO.java 76 Parameter 'value' is not assigned and could be declared final
37018 src/com/gps/hibernate/UsersUsergroupsDAO.java 76 publicMethodCommentRequirement Required
37019 src/com/gps/hibernate/UsersUsergroupsDAO.java 77 There is log block not surrounded by if
37020 src/com/gps/hibernate/UsersUsergroupsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37021 src/com/gps/hibernate/UsersUsergroupsDAO.java 80 Local variable 'queryString' could be declared final
37022 src/com/gps/hibernate/UsersUsergroupsDAO.java 82 Local variable 'queryObject' could be declared final
37023 src/com/gps/hibernate/UsersUsergroupsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
37024 src/com/gps/hibernate/UsersUsergroupsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
37025 src/com/gps/hibernate/UsersUsergroupsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
37026 src/com/gps/hibernate/UsersUsergroupsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37027 src/com/gps/hibernate/UsersUsergroupsDAO.java 86 There is log block not surrounded by if
37028 src/com/gps/hibernate/UsersUsergroupsDAO.java 91 publicMethodCommentRequirement Required
37029 src/com/gps/hibernate/UsersUsergroupsDAO.java 92 There is log block not surrounded by if
37030 src/com/gps/hibernate/UsersUsergroupsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37031 src/com/gps/hibernate/UsersUsergroupsDAO.java 94 Local variable 'queryString' could be declared final
37032 src/com/gps/hibernate/UsersUsergroupsDAO.java 95 Local variable 'queryObject' could be declared final
37033 src/com/gps/hibernate/UsersUsergroupsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
37034 src/com/gps/hibernate/UsersUsergroupsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
37035 src/com/gps/hibernate/UsersUsergroupsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37036 src/com/gps/hibernate/UsersUsergroupsDAO.java 98 There is log block not surrounded by if
37037 src/com/gps/hibernate/UsersUsergroupsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
37038 src/com/gps/hibernate/UsersUsergroupsDAO.java 103 publicMethodCommentRequirement Required
37039 src/com/gps/hibernate/UsersUsergroupsDAO.java 104 There is log block not surrounded by if
37040 src/com/gps/hibernate/UsersUsergroupsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37041 src/com/gps/hibernate/UsersUsergroupsDAO.java 106 Local variable 'result' could be declared final
37042 src/com/gps/hibernate/UsersUsergroupsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
37043 src/com/gps/hibernate/UsersUsergroupsDAO.java 108 There is log block not surrounded by if
37044 src/com/gps/hibernate/UsersUsergroupsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37045 src/com/gps/hibernate/UsersUsergroupsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37046 src/com/gps/hibernate/UsersUsergroupsDAO.java 111 There is log block not surrounded by if
37047 src/com/gps/hibernate/UsersUsergroupsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
37048 src/com/gps/hibernate/UsersUsergroupsDAO.java 116 publicMethodCommentRequirement Required
37049 src/com/gps/hibernate/UsersUsergroupsDAO.java 117 There is log block not surrounded by if
37050 src/com/gps/hibernate/UsersUsergroupsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37051 src/com/gps/hibernate/UsersUsergroupsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
37052 src/com/gps/hibernate/UsersUsergroupsDAO.java 120 There is log block not surrounded by if
37053 src/com/gps/hibernate/UsersUsergroupsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37054 src/com/gps/hibernate/UsersUsergroupsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37055 src/com/gps/hibernate/UsersUsergroupsDAO.java 122 There is log block not surrounded by if
37056 src/com/gps/hibernate/UsersUsergroupsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
37057 src/com/gps/hibernate/UsersUsergroupsDAO.java 127 publicMethodCommentRequirement Required
37058 src/com/gps/hibernate/UsersUsergroupsDAO.java 128 There is log block not surrounded by if
37059 src/com/gps/hibernate/UsersUsergroupsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37060 src/com/gps/hibernate/UsersUsergroupsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
37061 src/com/gps/hibernate/UsersUsergroupsDAO.java 131 There is log block not surrounded by if
37062 src/com/gps/hibernate/UsersUsergroupsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37063 src/com/gps/hibernate/UsersUsergroupsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37064 src/com/gps/hibernate/UsersUsergroupsDAO.java 133 There is log block not surrounded by if
37065 src/com/gps/hibernate/UsersUsergroupsId.java 9 Classes implementing Serializable should set a serialVersionUID
37066 src/com/gps/hibernate/UsersUsergroupsId.java 13 fieldCommentRequirement Required
37067 src/com/gps/hibernate/UsersUsergroupsId.java 14 fieldCommentRequirement Required
37068 src/com/gps/hibernate/UsersUsergroupsId.java 19 Document empty constructor
37069 src/com/gps/hibernate/UsersUsergroupsId.java 23 Parameter 'userGroupId' is not assigned and could be declared final
37070 src/com/gps/hibernate/UsersUsergroupsId.java 23 Parameter 'userId' is not assigned and could be declared final
37071 src/com/gps/hibernate/UsersUsergroupsId.java 30 publicMethodCommentRequirement Required
37072 src/com/gps/hibernate/UsersUsergroupsId.java 34 Parameter 'userGroupId' is not assigned and could be declared final
37073 src/com/gps/hibernate/UsersUsergroupsId.java 34 publicMethodCommentRequirement Required
37074 src/com/gps/hibernate/UsersUsergroupsId.java 38 publicMethodCommentRequirement Required
37075 src/com/gps/hibernate/UsersUsergroupsId.java 42 Parameter 'userId' is not assigned and could be declared final
37076 src/com/gps/hibernate/UsersUsergroupsId.java 42 publicMethodCommentRequirement Required
37077 src/com/gps/hibernate/UsersUsergroupsId.java 46 Parameter 'other' is not assigned and could be declared final
37078 src/com/gps/hibernate/UsersUsergroupsId.java 46 publicMethodCommentRequirement Required
37079 src/com/gps/hibernate/UsersUsergroupsId.java 47 Avoid using if statements without curly braces
37080 src/com/gps/hibernate/UsersUsergroupsId.java 47 Useless parentheses.
37081 src/com/gps/hibernate/UsersUsergroupsId.java 48 A method should have only one exit point, and that should be the last statement in the method
37082 src/com/gps/hibernate/UsersUsergroupsId.java 49 Avoid using if statements without curly braces
37083 src/com/gps/hibernate/UsersUsergroupsId.java 49 Useless parentheses.
37084 src/com/gps/hibernate/UsersUsergroupsId.java 50 A method should have only one exit point, and that should be the last statement in the method
37085 src/com/gps/hibernate/UsersUsergroupsId.java 51 Avoid using if statements without curly braces
37086 src/com/gps/hibernate/UsersUsergroupsId.java 52 A method should have only one exit point, and that should be the last statement in the method
37087 src/com/gps/hibernate/UsersUsergroupsId.java 53 Local variable 'castOther' could be declared final
37088 src/com/gps/hibernate/UsersUsergroupsId.java 55 Potential violation of Law of Demeter (method chain calls)
37089 src/com/gps/hibernate/UsersUsergroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
37090 src/com/gps/hibernate/UsersUsergroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
37091 src/com/gps/hibernate/UsersUsergroupsId.java 55 Useless parentheses.
37092 src/com/gps/hibernate/UsersUsergroupsId.java 55 Useless parentheses.
37093 src/com/gps/hibernate/UsersUsergroupsId.java 57 Potential violation of Law of Demeter (object not created locally)
37094 src/com/gps/hibernate/UsersUsergroupsId.java 58 Potential violation of Law of Demeter (object not created locally)
37095 src/com/gps/hibernate/UsersUsergroupsId.java 59 Potential violation of Law of Demeter (method chain calls)
37096 src/com/gps/hibernate/UsersUsergroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
37097 src/com/gps/hibernate/UsersUsergroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
37098 src/com/gps/hibernate/UsersUsergroupsId.java 59 Useless parentheses.
37099 src/com/gps/hibernate/UsersUsergroupsId.java 59 Useless parentheses.
37100 src/com/gps/hibernate/UsersUsergroupsId.java 61 Potential violation of Law of Demeter (object not created locally)
37101 src/com/gps/hibernate/UsersUsergroupsId.java 62 Potential violation of Law of Demeter (object not created locally)
37102 src/com/gps/hibernate/UsersUsergroupsId.java 65 publicMethodCommentRequirement Required
37103 src/com/gps/hibernate/UsersUsergroupsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
37104 src/com/gps/hibernate/Usertracker.java 11 Classes implementing Serializable should set a serialVersionUID
37105 src/com/gps/hibernate/Usertracker.java 15 fieldCommentRequirement Required
37106 src/com/gps/hibernate/Usertracker.java 16 fieldCommentRequirement Required
37107 src/com/gps/hibernate/Usertracker.java 17 fieldCommentRequirement Required
37108 src/com/gps/hibernate/Usertracker.java 18 fieldCommentRequirement Required
37109 src/com/gps/hibernate/Usertracker.java 19 fieldCommentRequirement Required
37110 src/com/gps/hibernate/Usertracker.java 20 fieldCommentRequirement Required
37111 src/com/gps/hibernate/Usertracker.java 21 fieldCommentRequirement Required
37112 src/com/gps/hibernate/Usertracker.java 22 fieldCommentRequirement Required
37113 src/com/gps/hibernate/Usertracker.java 27 Document empty constructor
37114 src/com/gps/hibernate/Usertracker.java 31 Parameter 'userTrackerId' is not assigned and could be declared final
37115 src/com/gps/hibernate/Usertracker.java 36 Parameter 'companyId' is not assigned and could be declared final
37116 src/com/gps/hibernate/Usertracker.java 36 Parameter 'userId' is not assigned and could be declared final
37117 src/com/gps/hibernate/Usertracker.java 36 Parameter 'userTrackerId' is not assigned and could be declared final
37118 src/com/gps/hibernate/Usertracker.java 37 Parameter 'modifiedDate' is not assigned and could be declared final
37119 src/com/gps/hibernate/Usertracker.java 37 Parameter 'remoteAddr' is not assigned and could be declared final
37120 src/com/gps/hibernate/Usertracker.java 37 Parameter 'sessionId' is not assigned and could be declared final
37121 src/com/gps/hibernate/Usertracker.java 38 Parameter 'remoteHost' is not assigned and could be declared final
37122 src/com/gps/hibernate/Usertracker.java 38 Parameter 'userAgent' is not assigned and could be declared final
37123 src/com/gps/hibernate/Usertracker.java 51 publicMethodCommentRequirement Required
37124 src/com/gps/hibernate/Usertracker.java 55 Parameter 'userTrackerId' is not assigned and could be declared final
37125 src/com/gps/hibernate/Usertracker.java 55 publicMethodCommentRequirement Required
37126 src/com/gps/hibernate/Usertracker.java 59 publicMethodCommentRequirement Required
37127 src/com/gps/hibernate/Usertracker.java 63 Parameter 'companyId' is not assigned and could be declared final
37128 src/com/gps/hibernate/Usertracker.java 63 publicMethodCommentRequirement Required
37129 src/com/gps/hibernate/Usertracker.java 67 publicMethodCommentRequirement Required
37130 src/com/gps/hibernate/Usertracker.java 71 Parameter 'userId' is not assigned and could be declared final
37131 src/com/gps/hibernate/Usertracker.java 71 publicMethodCommentRequirement Required
37132 src/com/gps/hibernate/Usertracker.java 75 publicMethodCommentRequirement Required
37133 src/com/gps/hibernate/Usertracker.java 79 Parameter 'modifiedDate' is not assigned and could be declared final
37134 src/com/gps/hibernate/Usertracker.java 79 publicMethodCommentRequirement Required
37135 src/com/gps/hibernate/Usertracker.java 83 publicMethodCommentRequirement Required
37136 src/com/gps/hibernate/Usertracker.java 87 Parameter 'sessionId' is not assigned and could be declared final
37137 src/com/gps/hibernate/Usertracker.java 87 publicMethodCommentRequirement Required
37138 src/com/gps/hibernate/Usertracker.java 91 publicMethodCommentRequirement Required
37139 src/com/gps/hibernate/Usertracker.java 95 Parameter 'remoteAddr' is not assigned and could be declared final
37140 src/com/gps/hibernate/Usertracker.java 95 publicMethodCommentRequirement Required
37141 src/com/gps/hibernate/Usertracker.java 99 publicMethodCommentRequirement Required
37142 src/com/gps/hibernate/Usertracker.java 103 Parameter 'remoteHost' is not assigned and could be declared final
37143 src/com/gps/hibernate/Usertracker.java 103 publicMethodCommentRequirement Required
37144 src/com/gps/hibernate/Usertracker.java 107 publicMethodCommentRequirement Required
37145 src/com/gps/hibernate/Usertracker.java 111 Parameter 'userAgent' is not assigned and could be declared final
37146 src/com/gps/hibernate/Usertracker.java 111 publicMethodCommentRequirement Required
37147 src/com/gps/hibernate/UsertrackerDAO.java 3 Avoid unused imports such as 'java.util.Date'
37148 src/com/gps/hibernate/UsertrackerDAO.java 11 Comment is too large: Too many lines
37149 src/com/gps/hibernate/UsertrackerDAO.java 23 This class has too many methods, consider refactoring it.
37150 src/com/gps/hibernate/UsertrackerDAO.java 24 Logger should be defined private static final and have the correct class
37151 src/com/gps/hibernate/UsertrackerDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
37152 src/com/gps/hibernate/UsertrackerDAO.java 24 fieldCommentRequirement Required
37153 src/com/gps/hibernate/UsertrackerDAO.java 26 fieldCommentRequirement Required
37154 src/com/gps/hibernate/UsertrackerDAO.java 27 fieldCommentRequirement Required
37155 src/com/gps/hibernate/UsertrackerDAO.java 28 fieldCommentRequirement Required
37156 src/com/gps/hibernate/UsertrackerDAO.java 29 fieldCommentRequirement Required
37157 src/com/gps/hibernate/UsertrackerDAO.java 30 fieldCommentRequirement Required
37158 src/com/gps/hibernate/UsertrackerDAO.java 31 fieldCommentRequirement Required
37159 src/com/gps/hibernate/UsertrackerDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
37160 src/com/gps/hibernate/UsertrackerDAO.java 33 publicMethodCommentRequirement Required
37161 src/com/gps/hibernate/UsertrackerDAO.java 34 There is log block not surrounded by if
37162 src/com/gps/hibernate/UsertrackerDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37163 src/com/gps/hibernate/UsertrackerDAO.java 36 Potential violation of Law of Demeter (method chain calls)
37164 src/com/gps/hibernate/UsertrackerDAO.java 37 There is log block not surrounded by if
37165 src/com/gps/hibernate/UsertrackerDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37166 src/com/gps/hibernate/UsertrackerDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37167 src/com/gps/hibernate/UsertrackerDAO.java 39 There is log block not surrounded by if
37168 src/com/gps/hibernate/UsertrackerDAO.java 44 Avoid excessively long variable names like persistentInstance
37169 src/com/gps/hibernate/UsertrackerDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
37170 src/com/gps/hibernate/UsertrackerDAO.java 44 publicMethodCommentRequirement Required
37171 src/com/gps/hibernate/UsertrackerDAO.java 45 There is log block not surrounded by if
37172 src/com/gps/hibernate/UsertrackerDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37173 src/com/gps/hibernate/UsertrackerDAO.java 47 Potential violation of Law of Demeter (method chain calls)
37174 src/com/gps/hibernate/UsertrackerDAO.java 48 There is log block not surrounded by if
37175 src/com/gps/hibernate/UsertrackerDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37176 src/com/gps/hibernate/UsertrackerDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37177 src/com/gps/hibernate/UsertrackerDAO.java 50 There is log block not surrounded by if
37178 src/com/gps/hibernate/UsertrackerDAO.java 55 Avoid variables with short names like id
37179 src/com/gps/hibernate/UsertrackerDAO.java 55 Parameter 'id' is not assigned and could be declared final
37180 src/com/gps/hibernate/UsertrackerDAO.java 55 publicMethodCommentRequirement Required
37181 src/com/gps/hibernate/UsertrackerDAO.java 56 There is log block not surrounded by if
37182 src/com/gps/hibernate/UsertrackerDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37183 src/com/gps/hibernate/UsertrackerDAO.java 58 Local variable 'instance' could be declared final
37184 src/com/gps/hibernate/UsertrackerDAO.java 58 Potential violation of Law of Demeter (method chain calls)
37185 src/com/gps/hibernate/UsertrackerDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37186 src/com/gps/hibernate/UsertrackerDAO.java 62 There is log block not surrounded by if
37187 src/com/gps/hibernate/UsertrackerDAO.java 67 Parameter 'instance' is not assigned and could be declared final
37188 src/com/gps/hibernate/UsertrackerDAO.java 67 publicMethodCommentRequirement Required
37189 src/com/gps/hibernate/UsertrackerDAO.java 68 There is log block not surrounded by if
37190 src/com/gps/hibernate/UsertrackerDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37191 src/com/gps/hibernate/UsertrackerDAO.java 70 Local variable 'results' could be declared final
37192 src/com/gps/hibernate/UsertrackerDAO.java 70 Potential violation of Law of Demeter (method chain calls)
37193 src/com/gps/hibernate/UsertrackerDAO.java 70 Potential violation of Law of Demeter (method chain calls)
37194 src/com/gps/hibernate/UsertrackerDAO.java 70 Potential violation of Law of Demeter (method chain calls)
37195 src/com/gps/hibernate/UsertrackerDAO.java 73 There is log block not surrounded by if
37196 src/com/gps/hibernate/UsertrackerDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37197 src/com/gps/hibernate/UsertrackerDAO.java 74 Potential violation of Law of Demeter (object not created locally)
37198 src/com/gps/hibernate/UsertrackerDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37199 src/com/gps/hibernate/UsertrackerDAO.java 77 There is log block not surrounded by if
37200 src/com/gps/hibernate/UsertrackerDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
37201 src/com/gps/hibernate/UsertrackerDAO.java 82 Parameter 'value' is not assigned and could be declared final
37202 src/com/gps/hibernate/UsertrackerDAO.java 82 publicMethodCommentRequirement Required
37203 src/com/gps/hibernate/UsertrackerDAO.java 83 There is log block not surrounded by if
37204 src/com/gps/hibernate/UsertrackerDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37205 src/com/gps/hibernate/UsertrackerDAO.java 86 Local variable 'queryString' could be declared final
37206 src/com/gps/hibernate/UsertrackerDAO.java 88 Local variable 'queryObject' could be declared final
37207 src/com/gps/hibernate/UsertrackerDAO.java 88 Potential violation of Law of Demeter (method chain calls)
37208 src/com/gps/hibernate/UsertrackerDAO.java 89 Potential violation of Law of Demeter (object not created locally)
37209 src/com/gps/hibernate/UsertrackerDAO.java 90 Potential violation of Law of Demeter (object not created locally)
37210 src/com/gps/hibernate/UsertrackerDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37211 src/com/gps/hibernate/UsertrackerDAO.java 92 There is log block not surrounded by if
37212 src/com/gps/hibernate/UsertrackerDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
37213 src/com/gps/hibernate/UsertrackerDAO.java 97 publicMethodCommentRequirement Required
37214 src/com/gps/hibernate/UsertrackerDAO.java 101 Parameter 'userId' is not assigned and could be declared final
37215 src/com/gps/hibernate/UsertrackerDAO.java 101 publicMethodCommentRequirement Required
37216 src/com/gps/hibernate/UsertrackerDAO.java 105 Parameter 'sessionId' is not assigned and could be declared final
37217 src/com/gps/hibernate/UsertrackerDAO.java 105 publicMethodCommentRequirement Required
37218 src/com/gps/hibernate/UsertrackerDAO.java 109 Parameter 'remoteAddr' is not assigned and could be declared final
37219 src/com/gps/hibernate/UsertrackerDAO.java 109 publicMethodCommentRequirement Required
37220 src/com/gps/hibernate/UsertrackerDAO.java 113 Parameter 'remoteHost' is not assigned and could be declared final
37221 src/com/gps/hibernate/UsertrackerDAO.java 113 publicMethodCommentRequirement Required
37222 src/com/gps/hibernate/UsertrackerDAO.java 117 Parameter 'userAgent' is not assigned and could be declared final
37223 src/com/gps/hibernate/UsertrackerDAO.java 117 publicMethodCommentRequirement Required
37224 src/com/gps/hibernate/UsertrackerDAO.java 121 publicMethodCommentRequirement Required
37225 src/com/gps/hibernate/UsertrackerDAO.java 122 There is log block not surrounded by if
37226 src/com/gps/hibernate/UsertrackerDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37227 src/com/gps/hibernate/UsertrackerDAO.java 124 Local variable 'queryString' could be declared final
37228 src/com/gps/hibernate/UsertrackerDAO.java 125 Local variable 'queryObject' could be declared final
37229 src/com/gps/hibernate/UsertrackerDAO.java 125 Potential violation of Law of Demeter (method chain calls)
37230 src/com/gps/hibernate/UsertrackerDAO.java 126 Potential violation of Law of Demeter (object not created locally)
37231 src/com/gps/hibernate/UsertrackerDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37232 src/com/gps/hibernate/UsertrackerDAO.java 128 There is log block not surrounded by if
37233 src/com/gps/hibernate/UsertrackerDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
37234 src/com/gps/hibernate/UsertrackerDAO.java 133 publicMethodCommentRequirement Required
37235 src/com/gps/hibernate/UsertrackerDAO.java 134 There is log block not surrounded by if
37236 src/com/gps/hibernate/UsertrackerDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37237 src/com/gps/hibernate/UsertrackerDAO.java 136 Local variable 'result' could be declared final
37238 src/com/gps/hibernate/UsertrackerDAO.java 136 Potential violation of Law of Demeter (method chain calls)
37239 src/com/gps/hibernate/UsertrackerDAO.java 138 There is log block not surrounded by if
37240 src/com/gps/hibernate/UsertrackerDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37241 src/com/gps/hibernate/UsertrackerDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37242 src/com/gps/hibernate/UsertrackerDAO.java 141 There is log block not surrounded by if
37243 src/com/gps/hibernate/UsertrackerDAO.java 146 Parameter 'instance' is not assigned and could be declared final
37244 src/com/gps/hibernate/UsertrackerDAO.java 146 publicMethodCommentRequirement Required
37245 src/com/gps/hibernate/UsertrackerDAO.java 147 There is log block not surrounded by if
37246 src/com/gps/hibernate/UsertrackerDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37247 src/com/gps/hibernate/UsertrackerDAO.java 149 Potential violation of Law of Demeter (method chain calls)
37248 src/com/gps/hibernate/UsertrackerDAO.java 150 There is log block not surrounded by if
37249 src/com/gps/hibernate/UsertrackerDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37250 src/com/gps/hibernate/UsertrackerDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37251 src/com/gps/hibernate/UsertrackerDAO.java 152 There is log block not surrounded by if
37252 src/com/gps/hibernate/UsertrackerDAO.java 157 Parameter 'instance' is not assigned and could be declared final
37253 src/com/gps/hibernate/UsertrackerDAO.java 157 publicMethodCommentRequirement Required
37254 src/com/gps/hibernate/UsertrackerDAO.java 158 There is log block not surrounded by if
37255 src/com/gps/hibernate/UsertrackerDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37256 src/com/gps/hibernate/UsertrackerDAO.java 160 Potential violation of Law of Demeter (method chain calls)
37257 src/com/gps/hibernate/UsertrackerDAO.java 161 There is log block not surrounded by if
37258 src/com/gps/hibernate/UsertrackerDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37259 src/com/gps/hibernate/UsertrackerDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37260 src/com/gps/hibernate/UsertrackerDAO.java 163 There is log block not surrounded by if
37261 src/com/gps/hibernate/Usertrackerpath.java 11 Classes implementing Serializable should set a serialVersionUID
37262 src/com/gps/hibernate/Usertrackerpath.java 15 fieldCommentRequirement Required
37263 src/com/gps/hibernate/Usertrackerpath.java 16 fieldCommentRequirement Required
37264 src/com/gps/hibernate/Usertrackerpath.java 17 fieldCommentRequirement Required
37265 src/com/gps/hibernate/Usertrackerpath.java 18 fieldCommentRequirement Required
37266 src/com/gps/hibernate/Usertrackerpath.java 23 Document empty constructor
37267 src/com/gps/hibernate/Usertrackerpath.java 27 Parameter 'userTrackerPathId' is not assigned and could be declared final
37268 src/com/gps/hibernate/Usertrackerpath.java 32 Parameter 'userTrackerId' is not assigned and could be declared final
37269 src/com/gps/hibernate/Usertrackerpath.java 32 Parameter 'userTrackerPathId' is not assigned and could be declared final
37270 src/com/gps/hibernate/Usertrackerpath.java 33 Parameter 'path' is not assigned and could be declared final
37271 src/com/gps/hibernate/Usertrackerpath.java 33 Parameter 'pathDate' is not assigned and could be declared final
37272 src/com/gps/hibernate/Usertrackerpath.java 42 publicMethodCommentRequirement Required
37273 src/com/gps/hibernate/Usertrackerpath.java 46 Parameter 'userTrackerPathId' is not assigned and could be declared final
37274 src/com/gps/hibernate/Usertrackerpath.java 46 publicMethodCommentRequirement Required
37275 src/com/gps/hibernate/Usertrackerpath.java 50 publicMethodCommentRequirement Required
37276 src/com/gps/hibernate/Usertrackerpath.java 54 Parameter 'userTrackerId' is not assigned and could be declared final
37277 src/com/gps/hibernate/Usertrackerpath.java 54 publicMethodCommentRequirement Required
37278 src/com/gps/hibernate/Usertrackerpath.java 58 publicMethodCommentRequirement Required
37279 src/com/gps/hibernate/Usertrackerpath.java 62 Parameter 'path' is not assigned and could be declared final
37280 src/com/gps/hibernate/Usertrackerpath.java 62 publicMethodCommentRequirement Required
37281 src/com/gps/hibernate/Usertrackerpath.java 66 publicMethodCommentRequirement Required
37282 src/com/gps/hibernate/Usertrackerpath.java 70 Parameter 'pathDate' is not assigned and could be declared final
37283 src/com/gps/hibernate/Usertrackerpath.java 70 publicMethodCommentRequirement Required
37284 src/com/gps/hibernate/UsertrackerpathDAO.java 3 Avoid unused imports such as 'java.util.Date'
37285 src/com/gps/hibernate/UsertrackerpathDAO.java 11 Comment is too large: Too many lines
37286 src/com/gps/hibernate/UsertrackerpathDAO.java 23 This class has too many methods, consider refactoring it.
37287 src/com/gps/hibernate/UsertrackerpathDAO.java 24 Logger should be defined private static final and have the correct class
37288 src/com/gps/hibernate/UsertrackerpathDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
37289 src/com/gps/hibernate/UsertrackerpathDAO.java 24 fieldCommentRequirement Required
37290 src/com/gps/hibernate/UsertrackerpathDAO.java 26 fieldCommentRequirement Required
37291 src/com/gps/hibernate/UsertrackerpathDAO.java 27 fieldCommentRequirement Required
37292 src/com/gps/hibernate/UsertrackerpathDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
37293 src/com/gps/hibernate/UsertrackerpathDAO.java 29 publicMethodCommentRequirement Required
37294 src/com/gps/hibernate/UsertrackerpathDAO.java 30 There is log block not surrounded by if
37295 src/com/gps/hibernate/UsertrackerpathDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37296 src/com/gps/hibernate/UsertrackerpathDAO.java 32 Potential violation of Law of Demeter (method chain calls)
37297 src/com/gps/hibernate/UsertrackerpathDAO.java 33 There is log block not surrounded by if
37298 src/com/gps/hibernate/UsertrackerpathDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37299 src/com/gps/hibernate/UsertrackerpathDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37300 src/com/gps/hibernate/UsertrackerpathDAO.java 35 There is log block not surrounded by if
37301 src/com/gps/hibernate/UsertrackerpathDAO.java 40 Avoid excessively long variable names like persistentInstance
37302 src/com/gps/hibernate/UsertrackerpathDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
37303 src/com/gps/hibernate/UsertrackerpathDAO.java 40 publicMethodCommentRequirement Required
37304 src/com/gps/hibernate/UsertrackerpathDAO.java 41 There is log block not surrounded by if
37305 src/com/gps/hibernate/UsertrackerpathDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37306 src/com/gps/hibernate/UsertrackerpathDAO.java 43 Potential violation of Law of Demeter (method chain calls)
37307 src/com/gps/hibernate/UsertrackerpathDAO.java 44 There is log block not surrounded by if
37308 src/com/gps/hibernate/UsertrackerpathDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37309 src/com/gps/hibernate/UsertrackerpathDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37310 src/com/gps/hibernate/UsertrackerpathDAO.java 46 There is log block not surrounded by if
37311 src/com/gps/hibernate/UsertrackerpathDAO.java 51 Avoid variables with short names like id
37312 src/com/gps/hibernate/UsertrackerpathDAO.java 51 Parameter 'id' is not assigned and could be declared final
37313 src/com/gps/hibernate/UsertrackerpathDAO.java 51 publicMethodCommentRequirement Required
37314 src/com/gps/hibernate/UsertrackerpathDAO.java 52 There is log block not surrounded by if
37315 src/com/gps/hibernate/UsertrackerpathDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37316 src/com/gps/hibernate/UsertrackerpathDAO.java 54 Local variable 'instance' could be declared final
37317 src/com/gps/hibernate/UsertrackerpathDAO.java 54 Potential violation of Law of Demeter (method chain calls)
37318 src/com/gps/hibernate/UsertrackerpathDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37319 src/com/gps/hibernate/UsertrackerpathDAO.java 58 There is log block not surrounded by if
37320 src/com/gps/hibernate/UsertrackerpathDAO.java 63 Parameter 'instance' is not assigned and could be declared final
37321 src/com/gps/hibernate/UsertrackerpathDAO.java 63 publicMethodCommentRequirement Required
37322 src/com/gps/hibernate/UsertrackerpathDAO.java 64 There is log block not surrounded by if
37323 src/com/gps/hibernate/UsertrackerpathDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37324 src/com/gps/hibernate/UsertrackerpathDAO.java 66 Local variable 'results' could be declared final
37325 src/com/gps/hibernate/UsertrackerpathDAO.java 66 Potential violation of Law of Demeter (method chain calls)
37326 src/com/gps/hibernate/UsertrackerpathDAO.java 66 Potential violation of Law of Demeter (method chain calls)
37327 src/com/gps/hibernate/UsertrackerpathDAO.java 66 Potential violation of Law of Demeter (method chain calls)
37328 src/com/gps/hibernate/UsertrackerpathDAO.java 69 There is log block not surrounded by if
37329 src/com/gps/hibernate/UsertrackerpathDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37330 src/com/gps/hibernate/UsertrackerpathDAO.java 70 Potential violation of Law of Demeter (object not created locally)
37331 src/com/gps/hibernate/UsertrackerpathDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37332 src/com/gps/hibernate/UsertrackerpathDAO.java 73 There is log block not surrounded by if
37333 src/com/gps/hibernate/UsertrackerpathDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
37334 src/com/gps/hibernate/UsertrackerpathDAO.java 78 Parameter 'value' is not assigned and could be declared final
37335 src/com/gps/hibernate/UsertrackerpathDAO.java 78 publicMethodCommentRequirement Required
37336 src/com/gps/hibernate/UsertrackerpathDAO.java 79 There is log block not surrounded by if
37337 src/com/gps/hibernate/UsertrackerpathDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37338 src/com/gps/hibernate/UsertrackerpathDAO.java 82 Local variable 'queryString' could be declared final
37339 src/com/gps/hibernate/UsertrackerpathDAO.java 84 Local variable 'queryObject' could be declared final
37340 src/com/gps/hibernate/UsertrackerpathDAO.java 84 Potential violation of Law of Demeter (method chain calls)
37341 src/com/gps/hibernate/UsertrackerpathDAO.java 85 Potential violation of Law of Demeter (object not created locally)
37342 src/com/gps/hibernate/UsertrackerpathDAO.java 86 Potential violation of Law of Demeter (object not created locally)
37343 src/com/gps/hibernate/UsertrackerpathDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37344 src/com/gps/hibernate/UsertrackerpathDAO.java 88 There is log block not surrounded by if
37345 src/com/gps/hibernate/UsertrackerpathDAO.java 93 Parameter 'userTrackerId' is not assigned and could be declared final
37346 src/com/gps/hibernate/UsertrackerpathDAO.java 93 publicMethodCommentRequirement Required
37347 src/com/gps/hibernate/UsertrackerpathDAO.java 97 Parameter 'path' is not assigned and could be declared final
37348 src/com/gps/hibernate/UsertrackerpathDAO.java 97 publicMethodCommentRequirement Required
37349 src/com/gps/hibernate/UsertrackerpathDAO.java 101 publicMethodCommentRequirement Required
37350 src/com/gps/hibernate/UsertrackerpathDAO.java 102 There is log block not surrounded by if
37351 src/com/gps/hibernate/UsertrackerpathDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37352 src/com/gps/hibernate/UsertrackerpathDAO.java 104 Local variable 'queryString' could be declared final
37353 src/com/gps/hibernate/UsertrackerpathDAO.java 105 Local variable 'queryObject' could be declared final
37354 src/com/gps/hibernate/UsertrackerpathDAO.java 105 Potential violation of Law of Demeter (method chain calls)
37355 src/com/gps/hibernate/UsertrackerpathDAO.java 106 Potential violation of Law of Demeter (object not created locally)
37356 src/com/gps/hibernate/UsertrackerpathDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37357 src/com/gps/hibernate/UsertrackerpathDAO.java 108 There is log block not surrounded by if
37358 src/com/gps/hibernate/UsertrackerpathDAO.java 113 Parameter 'detachedInstance' is not assigned and could be declared final
37359 src/com/gps/hibernate/UsertrackerpathDAO.java 113 publicMethodCommentRequirement Required
37360 src/com/gps/hibernate/UsertrackerpathDAO.java 114 There is log block not surrounded by if
37361 src/com/gps/hibernate/UsertrackerpathDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37362 src/com/gps/hibernate/UsertrackerpathDAO.java 116 Local variable 'result' could be declared final
37363 src/com/gps/hibernate/UsertrackerpathDAO.java 116 Potential violation of Law of Demeter (method chain calls)
37364 src/com/gps/hibernate/UsertrackerpathDAO.java 118 There is log block not surrounded by if
37365 src/com/gps/hibernate/UsertrackerpathDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37366 src/com/gps/hibernate/UsertrackerpathDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37367 src/com/gps/hibernate/UsertrackerpathDAO.java 121 There is log block not surrounded by if
37368 src/com/gps/hibernate/UsertrackerpathDAO.java 126 Parameter 'instance' is not assigned and could be declared final
37369 src/com/gps/hibernate/UsertrackerpathDAO.java 126 publicMethodCommentRequirement Required
37370 src/com/gps/hibernate/UsertrackerpathDAO.java 127 There is log block not surrounded by if
37371 src/com/gps/hibernate/UsertrackerpathDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37372 src/com/gps/hibernate/UsertrackerpathDAO.java 129 Potential violation of Law of Demeter (method chain calls)
37373 src/com/gps/hibernate/UsertrackerpathDAO.java 130 There is log block not surrounded by if
37374 src/com/gps/hibernate/UsertrackerpathDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37375 src/com/gps/hibernate/UsertrackerpathDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37376 src/com/gps/hibernate/UsertrackerpathDAO.java 132 There is log block not surrounded by if
37377 src/com/gps/hibernate/UsertrackerpathDAO.java 137 Parameter 'instance' is not assigned and could be declared final
37378 src/com/gps/hibernate/UsertrackerpathDAO.java 137 publicMethodCommentRequirement Required
37379 src/com/gps/hibernate/UsertrackerpathDAO.java 138 There is log block not surrounded by if
37380 src/com/gps/hibernate/UsertrackerpathDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37381 src/com/gps/hibernate/UsertrackerpathDAO.java 140 Potential violation of Law of Demeter (method chain calls)
37382 src/com/gps/hibernate/UsertrackerpathDAO.java 141 There is log block not surrounded by if
37383 src/com/gps/hibernate/UsertrackerpathDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37384 src/com/gps/hibernate/UsertrackerpathDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37385 src/com/gps/hibernate/UsertrackerpathDAO.java 143 There is log block not surrounded by if
37386 src/com/gps/hibernate/VehicleDetails.java 10 This class has a bunch of public methods and attributes
37387 src/com/gps/hibernate/VehicleDetails.java 21 Classes implementing Serializable should set a serialVersionUID
37388 src/com/gps/hibernate/VehicleDetails.java 21 Too many fields
37389 src/com/gps/hibernate/VehicleDetails.java 25 fieldCommentRequirement Required
37390 src/com/gps/hibernate/VehicleDetails.java 26 fieldCommentRequirement Required
37391 src/com/gps/hibernate/VehicleDetails.java 27 fieldCommentRequirement Required
37392 src/com/gps/hibernate/VehicleDetails.java 28 fieldCommentRequirement Required
37393 src/com/gps/hibernate/VehicleDetails.java 29 fieldCommentRequirement Required
37394 src/com/gps/hibernate/VehicleDetails.java 30 fieldCommentRequirement Required
37395 src/com/gps/hibernate/VehicleDetails.java 31 fieldCommentRequirement Required
37396 src/com/gps/hibernate/VehicleDetails.java 32 fieldCommentRequirement Required
37397 src/com/gps/hibernate/VehicleDetails.java 33 fieldCommentRequirement Required
37398 src/com/gps/hibernate/VehicleDetails.java 34 fieldCommentRequirement Required
37399 src/com/gps/hibernate/VehicleDetails.java 35 fieldCommentRequirement Required
37400 src/com/gps/hibernate/VehicleDetails.java 36 fieldCommentRequirement Required
37401 src/com/gps/hibernate/VehicleDetails.java 37 fieldCommentRequirement Required
37402 src/com/gps/hibernate/VehicleDetails.java 38 fieldCommentRequirement Required
37403 src/com/gps/hibernate/VehicleDetails.java 39 fieldCommentRequirement Required
37404 src/com/gps/hibernate/VehicleDetails.java 40 fieldCommentRequirement Required
37405 src/com/gps/hibernate/VehicleDetails.java 41 fieldCommentRequirement Required
37406 src/com/gps/hibernate/VehicleDetails.java 42 fieldCommentRequirement Required
37407 src/com/gps/hibernate/VehicleDetails.java 43 fieldCommentRequirement Required
37408 src/com/gps/hibernate/VehicleDetails.java 44 fieldCommentRequirement Required
37409 src/com/gps/hibernate/VehicleDetails.java 45 fieldCommentRequirement Required
37410 src/com/gps/hibernate/VehicleDetails.java 46 fieldCommentRequirement Required
37411 src/com/gps/hibernate/VehicleDetails.java 47 fieldCommentRequirement Required
37412 src/com/gps/hibernate/VehicleDetails.java 48 fieldCommentRequirement Required
37413 src/com/gps/hibernate/VehicleDetails.java 49 fieldCommentRequirement Required
37414 src/com/gps/hibernate/VehicleDetails.java 51 Use explicit scoping instead of the default package private level
37415 src/com/gps/hibernate/VehicleDetails.java 51 fieldCommentRequirement Required
37416 src/com/gps/hibernate/VehicleDetails.java 56 Document empty constructor
37417 src/com/gps/hibernate/VehicleDetails.java 60 Parameter 'regNo' is not assigned and could be declared final
37418 src/com/gps/hibernate/VehicleDetails.java 60 Parameter 'totalSeats' is not assigned and could be declared final
37419 src/com/gps/hibernate/VehicleDetails.java 66 Avoid long parameter lists.
37420 src/com/gps/hibernate/VehicleDetails.java 66 Parameter 'organization' is not assigned and could be declared final
37421 src/com/gps/hibernate/VehicleDetails.java 66 Parameter 'user' is not assigned and could be declared final
37422 src/com/gps/hibernate/VehicleDetails.java 67 Parameter 'device' is not assigned and could be declared final
37423 src/com/gps/hibernate/VehicleDetails.java 67 Parameter 'totalSeats' is not assigned and could be declared final
37424 src/com/gps/hibernate/VehicleDetails.java 67 Parameter 'vehicleGroup' is not assigned and could be declared final
37425 src/com/gps/hibernate/VehicleDetails.java 68 Parameter 'carMileage' is not assigned and could be declared final
37426 src/com/gps/hibernate/VehicleDetails.java 68 Parameter 'carType' is not assigned and could be declared final
37427 src/com/gps/hibernate/VehicleDetails.java 68 Parameter 'musicStatus' is not assigned and could be declared final
37428 src/com/gps/hibernate/VehicleDetails.java 69 Parameter 'acStatus' is not assigned and could be declared final
37429 src/com/gps/hibernate/VehicleDetails.java 69 Parameter 'amFmStatus' is not assigned and could be declared final
37430 src/com/gps/hibernate/VehicleDetails.java 69 Parameter 'cdDvdStatus' is not assigned and could be declared final
37431 src/com/gps/hibernate/VehicleDetails.java 70 Parameter 'color' is not assigned and could be declared final
37432 src/com/gps/hibernate/VehicleDetails.java 70 Parameter 'imeiNumber' is not assigned and could be declared final
37433 src/com/gps/hibernate/VehicleDetails.java 70 Parameter 'regNo' is not assigned and could be declared final
37434 src/com/gps/hibernate/VehicleDetails.java 70 Parameter 'vehicleName' is not assigned and could be declared final
37435 src/com/gps/hibernate/VehicleDetails.java 71 Parameter 'companyName' is not assigned and could be declared final
37436 src/com/gps/hibernate/VehicleDetails.java 71 Parameter 'runningStatus' is not assigned and could be declared final
37437 src/com/gps/hibernate/VehicleDetails.java 71 Parameter 'useStatus' is not assigned and could be declared final
37438 src/com/gps/hibernate/VehicleDetails.java 72 Parameter 'geovehicleMaps' is not assigned and could be declared final
37439 src/com/gps/hibernate/VehicleDetails.java 72 Parameter 'tripDetailses' is not assigned and could be declared final
37440 src/com/gps/hibernate/VehicleDetails.java 95 Parameter 'carType' is not assigned and could be declared final
37441 src/com/gps/hibernate/VehicleDetails.java 95 Parameter 'vehicleId' is not assigned and could be declared final
37442 src/com/gps/hibernate/VehicleDetails.java 95 publicMethodCommentRequirement Required
37443 src/com/gps/hibernate/VehicleDetails.java 96 Parameter 'color' is not assigned and could be declared final
37444 src/com/gps/hibernate/VehicleDetails.java 96 Parameter 'imeiNumber' is not assigned and could be declared final
37445 src/com/gps/hibernate/VehicleDetails.java 96 Parameter 'regNo' is not assigned and could be declared final
37446 src/com/gps/hibernate/VehicleDetails.java 96 Parameter 'vehicleName' is not assigned and could be declared final
37447 src/com/gps/hibernate/VehicleDetails.java 97 Parameter 'companyName' is not assigned and could be declared final
37448 src/com/gps/hibernate/VehicleDetails.java 110 publicMethodCommentRequirement Required
37449 src/com/gps/hibernate/VehicleDetails.java 114 Parameter 'vehicleId' is not assigned and could be declared final
37450 src/com/gps/hibernate/VehicleDetails.java 114 publicMethodCommentRequirement Required
37451 src/com/gps/hibernate/VehicleDetails.java 118 publicMethodCommentRequirement Required
37452 src/com/gps/hibernate/VehicleDetails.java 122 Parameter 'user' is not assigned and could be declared final
37453 src/com/gps/hibernate/VehicleDetails.java 122 publicMethodCommentRequirement Required
37454 src/com/gps/hibernate/VehicleDetails.java 126 publicMethodCommentRequirement Required
37455 src/com/gps/hibernate/VehicleDetails.java 130 Parameter 'organization' is not assigned and could be declared final
37456 src/com/gps/hibernate/VehicleDetails.java 130 publicMethodCommentRequirement Required
37457 src/com/gps/hibernate/VehicleDetails.java 134 publicMethodCommentRequirement Required
37458 src/com/gps/hibernate/VehicleDetails.java 138 Parameter 'vehicleGroup' is not assigned and could be declared final
37459 src/com/gps/hibernate/VehicleDetails.java 138 publicMethodCommentRequirement Required
37460 src/com/gps/hibernate/VehicleDetails.java 142 publicMethodCommentRequirement Required
37461 src/com/gps/hibernate/VehicleDetails.java 146 Parameter 'device' is not assigned and could be declared final
37462 src/com/gps/hibernate/VehicleDetails.java 146 publicMethodCommentRequirement Required
37463 src/com/gps/hibernate/VehicleDetails.java 150 publicMethodCommentRequirement Required
37464 src/com/gps/hibernate/VehicleDetails.java 154 Parameter 'totalSeats' is not assigned and could be declared final
37465 src/com/gps/hibernate/VehicleDetails.java 154 publicMethodCommentRequirement Required
37466 src/com/gps/hibernate/VehicleDetails.java 158 publicMethodCommentRequirement Required
37467 src/com/gps/hibernate/VehicleDetails.java 162 Parameter 'musicStatus' is not assigned and could be declared final
37468 src/com/gps/hibernate/VehicleDetails.java 162 publicMethodCommentRequirement Required
37469 src/com/gps/hibernate/VehicleDetails.java 166 publicMethodCommentRequirement Required
37470 src/com/gps/hibernate/VehicleDetails.java 170 Parameter 'carMileage' is not assigned and could be declared final
37471 src/com/gps/hibernate/VehicleDetails.java 170 publicMethodCommentRequirement Required
37472 src/com/gps/hibernate/VehicleDetails.java 174 publicMethodCommentRequirement Required
37473 src/com/gps/hibernate/VehicleDetails.java 178 Parameter 'carType' is not assigned and could be declared final
37474 src/com/gps/hibernate/VehicleDetails.java 178 publicMethodCommentRequirement Required
37475 src/com/gps/hibernate/VehicleDetails.java 182 publicMethodCommentRequirement Required
37476 src/com/gps/hibernate/VehicleDetails.java 186 Parameter 'acStatus' is not assigned and could be declared final
37477 src/com/gps/hibernate/VehicleDetails.java 186 publicMethodCommentRequirement Required
37478 src/com/gps/hibernate/VehicleDetails.java 190 publicMethodCommentRequirement Required
37479 src/com/gps/hibernate/VehicleDetails.java 194 Parameter 'cdDvdStatus' is not assigned and could be declared final
37480 src/com/gps/hibernate/VehicleDetails.java 194 publicMethodCommentRequirement Required
37481 src/com/gps/hibernate/VehicleDetails.java 198 publicMethodCommentRequirement Required
37482 src/com/gps/hibernate/VehicleDetails.java 202 Parameter 'amFmStatus' is not assigned and could be declared final
37483 src/com/gps/hibernate/VehicleDetails.java 202 publicMethodCommentRequirement Required
37484 src/com/gps/hibernate/VehicleDetails.java 206 publicMethodCommentRequirement Required
37485 src/com/gps/hibernate/VehicleDetails.java 210 Parameter 'vehicleName' is not assigned and could be declared final
37486 src/com/gps/hibernate/VehicleDetails.java 210 publicMethodCommentRequirement Required
37487 src/com/gps/hibernate/VehicleDetails.java 214 publicMethodCommentRequirement Required
37488 src/com/gps/hibernate/VehicleDetails.java 218 Parameter 'imeiNumber' is not assigned and could be declared final
37489 src/com/gps/hibernate/VehicleDetails.java 218 publicMethodCommentRequirement Required
37490 src/com/gps/hibernate/VehicleDetails.java 222 publicMethodCommentRequirement Required
37491 src/com/gps/hibernate/VehicleDetails.java 226 Parameter 'hasDamping' is not assigned and could be declared final
37492 src/com/gps/hibernate/VehicleDetails.java 226 publicMethodCommentRequirement Required
37493 src/com/gps/hibernate/VehicleDetails.java 230 publicMethodCommentRequirement Required
37494 src/com/gps/hibernate/VehicleDetails.java 234 Parameter 'color' is not assigned and could be declared final
37495 src/com/gps/hibernate/VehicleDetails.java 234 publicMethodCommentRequirement Required
37496 src/com/gps/hibernate/VehicleDetails.java 238 publicMethodCommentRequirement Required
37497 src/com/gps/hibernate/VehicleDetails.java 242 Parameter 'regNo' is not assigned and could be declared final
37498 src/com/gps/hibernate/VehicleDetails.java 242 publicMethodCommentRequirement Required
37499 src/com/gps/hibernate/VehicleDetails.java 246 publicMethodCommentRequirement Required
37500 src/com/gps/hibernate/VehicleDetails.java 250 Parameter 'companyName' is not assigned and could be declared final
37501 src/com/gps/hibernate/VehicleDetails.java 250 publicMethodCommentRequirement Required
37502 src/com/gps/hibernate/VehicleDetails.java 254 publicMethodCommentRequirement Required
37503 src/com/gps/hibernate/VehicleDetails.java 258 Parameter 'runningStatus' is not assigned and could be declared final
37504 src/com/gps/hibernate/VehicleDetails.java 258 publicMethodCommentRequirement Required
37505 src/com/gps/hibernate/VehicleDetails.java 262 publicMethodCommentRequirement Required
37506 src/com/gps/hibernate/VehicleDetails.java 266 Parameter 'useStatus' is not assigned and could be declared final
37507 src/com/gps/hibernate/VehicleDetails.java 266 publicMethodCommentRequirement Required
37508 src/com/gps/hibernate/VehicleDetails.java 280 Parameter 'resetDistance' is not assigned and could be declared final
37509 src/com/gps/hibernate/VehicleDetails.java 294 Parameter 'stableFuelValue' is not assigned and could be declared final
37510 src/com/gps/hibernate/VehicleDetails.java 299 publicMethodCommentRequirement Required
37511 src/com/gps/hibernate/VehicleDetails.java 303 Parameter 'tripDetailses' is not assigned and could be declared final
37512 src/com/gps/hibernate/VehicleDetails.java 303 publicMethodCommentRequirement Required
37513 src/com/gps/hibernate/VehicleDetails.java 307 publicMethodCommentRequirement Required
37514 src/com/gps/hibernate/VehicleDetails.java 311 Parameter 'geovehicleMaps' is not assigned and could be declared final
37515 src/com/gps/hibernate/VehicleDetails.java 311 publicMethodCommentRequirement Required
37516 src/com/gps/hibernate/VehicleDetails.java 325 Parameter 'tripParams' is not assigned and could be declared final
37517 src/com/gps/hibernate/VehicleDetails.java 329 publicMethodCommentRequirement Required
37518 src/com/gps/hibernate/VehicleDetails.java 333 Parameter 'correctionValue' is not assigned and could be declared final
37519 src/com/gps/hibernate/VehicleDetails.java 333 publicMethodCommentRequirement Required
37520 src/com/gps/hibernate/VehicleDetailsDAO.java 4 Avoid unused imports such as 'java.util.Set'
37521 src/com/gps/hibernate/VehicleDetailsDAO.java 11 Comment is too large: Too many lines
37522 src/com/gps/hibernate/VehicleDetailsDAO.java 23 This class has too many methods, consider refactoring it.
37523 src/com/gps/hibernate/VehicleDetailsDAO.java 24 Logger should be defined private static final and have the correct class
37524 src/com/gps/hibernate/VehicleDetailsDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
37525 src/com/gps/hibernate/VehicleDetailsDAO.java 24 fieldCommentRequirement Required
37526 src/com/gps/hibernate/VehicleDetailsDAO.java 26 fieldCommentRequirement Required
37527 src/com/gps/hibernate/VehicleDetailsDAO.java 27 fieldCommentRequirement Required
37528 src/com/gps/hibernate/VehicleDetailsDAO.java 28 fieldCommentRequirement Required
37529 src/com/gps/hibernate/VehicleDetailsDAO.java 29 fieldCommentRequirement Required
37530 src/com/gps/hibernate/VehicleDetailsDAO.java 30 fieldCommentRequirement Required
37531 src/com/gps/hibernate/VehicleDetailsDAO.java 31 fieldCommentRequirement Required
37532 src/com/gps/hibernate/VehicleDetailsDAO.java 32 fieldCommentRequirement Required
37533 src/com/gps/hibernate/VehicleDetailsDAO.java 33 fieldCommentRequirement Required
37534 src/com/gps/hibernate/VehicleDetailsDAO.java 34 fieldCommentRequirement Required
37535 src/com/gps/hibernate/VehicleDetailsDAO.java 35 fieldCommentRequirement Required
37536 src/com/gps/hibernate/VehicleDetailsDAO.java 36 fieldCommentRequirement Required
37537 src/com/gps/hibernate/VehicleDetailsDAO.java 37 fieldCommentRequirement Required
37538 src/com/gps/hibernate/VehicleDetailsDAO.java 39 Parameter 'transientInstance' is not assigned and could be declared final
37539 src/com/gps/hibernate/VehicleDetailsDAO.java 39 publicMethodCommentRequirement Required
37540 src/com/gps/hibernate/VehicleDetailsDAO.java 40 There is log block not surrounded by if
37541 src/com/gps/hibernate/VehicleDetailsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37542 src/com/gps/hibernate/VehicleDetailsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
37543 src/com/gps/hibernate/VehicleDetailsDAO.java 43 There is log block not surrounded by if
37544 src/com/gps/hibernate/VehicleDetailsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37545 src/com/gps/hibernate/VehicleDetailsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37546 src/com/gps/hibernate/VehicleDetailsDAO.java 45 There is log block not surrounded by if
37547 src/com/gps/hibernate/VehicleDetailsDAO.java 50 Avoid excessively long variable names like persistentInstance
37548 src/com/gps/hibernate/VehicleDetailsDAO.java 50 Parameter 'persistentInstance' is not assigned and could be declared final
37549 src/com/gps/hibernate/VehicleDetailsDAO.java 50 publicMethodCommentRequirement Required
37550 src/com/gps/hibernate/VehicleDetailsDAO.java 51 There is log block not surrounded by if
37551 src/com/gps/hibernate/VehicleDetailsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37552 src/com/gps/hibernate/VehicleDetailsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
37553 src/com/gps/hibernate/VehicleDetailsDAO.java 54 There is log block not surrounded by if
37554 src/com/gps/hibernate/VehicleDetailsDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37555 src/com/gps/hibernate/VehicleDetailsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37556 src/com/gps/hibernate/VehicleDetailsDAO.java 56 There is log block not surrounded by if
37557 src/com/gps/hibernate/VehicleDetailsDAO.java 61 Avoid variables with short names like id
37558 src/com/gps/hibernate/VehicleDetailsDAO.java 61 Parameter 'id' is not assigned and could be declared final
37559 src/com/gps/hibernate/VehicleDetailsDAO.java 61 publicMethodCommentRequirement Required
37560 src/com/gps/hibernate/VehicleDetailsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
37561 src/com/gps/hibernate/VehicleDetailsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
37562 src/com/gps/hibernate/VehicleDetailsDAO.java 64 There is log block not surrounded by if
37563 src/com/gps/hibernate/VehicleDetailsDAO.java 64 There is log block not surrounded by if
37564 src/com/gps/hibernate/VehicleDetailsDAO.java 65 Local variable 'instance' could be declared final
37565 src/com/gps/hibernate/VehicleDetailsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
37566 src/com/gps/hibernate/VehicleDetailsDAO.java 67 Potential violation of Law of Demeter (object not created locally)
37567 src/com/gps/hibernate/VehicleDetailsDAO.java 67 There is log block not surrounded by if
37568 src/com/gps/hibernate/VehicleDetailsDAO.java 67 There is log block not surrounded by if
37569 src/com/gps/hibernate/VehicleDetailsDAO.java 69 Avoid catching NullPointerException; consider removing the cause of the NPE.
37570 src/com/gps/hibernate/VehicleDetailsDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37571 src/com/gps/hibernate/VehicleDetailsDAO.java 70 There is log block not surrounded by if
37572 src/com/gps/hibernate/VehicleDetailsDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37573 src/com/gps/hibernate/VehicleDetailsDAO.java 73 There is log block not surrounded by if
37574 src/com/gps/hibernate/VehicleDetailsDAO.java 78 Parameter 'instance' is not assigned and could be declared final
37575 src/com/gps/hibernate/VehicleDetailsDAO.java 78 publicMethodCommentRequirement Required
37576 src/com/gps/hibernate/VehicleDetailsDAO.java 79 There is log block not surrounded by if
37577 src/com/gps/hibernate/VehicleDetailsDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37578 src/com/gps/hibernate/VehicleDetailsDAO.java 81 Local variable 'results' could be declared final
37579 src/com/gps/hibernate/VehicleDetailsDAO.java 81 Potential violation of Law of Demeter (method chain calls)
37580 src/com/gps/hibernate/VehicleDetailsDAO.java 81 Potential violation of Law of Demeter (method chain calls)
37581 src/com/gps/hibernate/VehicleDetailsDAO.java 81 Potential violation of Law of Demeter (method chain calls)
37582 src/com/gps/hibernate/VehicleDetailsDAO.java 84 There is log block not surrounded by if
37583 src/com/gps/hibernate/VehicleDetailsDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37584 src/com/gps/hibernate/VehicleDetailsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
37585 src/com/gps/hibernate/VehicleDetailsDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37586 src/com/gps/hibernate/VehicleDetailsDAO.java 88 There is log block not surrounded by if
37587 src/com/gps/hibernate/VehicleDetailsDAO.java 93 Parameter 'propertyName' is not assigned and could be declared final
37588 src/com/gps/hibernate/VehicleDetailsDAO.java 93 Parameter 'value' is not assigned and could be declared final
37589 src/com/gps/hibernate/VehicleDetailsDAO.java 93 publicMethodCommentRequirement Required
37590 src/com/gps/hibernate/VehicleDetailsDAO.java 94 There is log block not surrounded by if
37591 src/com/gps/hibernate/VehicleDetailsDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37592 src/com/gps/hibernate/VehicleDetailsDAO.java 97 Local variable 'queryString' could be declared final
37593 src/com/gps/hibernate/VehicleDetailsDAO.java 99 Local variable 'queryObject' could be declared final
37594 src/com/gps/hibernate/VehicleDetailsDAO.java 99 Potential violation of Law of Demeter (method chain calls)
37595 src/com/gps/hibernate/VehicleDetailsDAO.java 100 Potential violation of Law of Demeter (object not created locally)
37596 src/com/gps/hibernate/VehicleDetailsDAO.java 101 Potential violation of Law of Demeter (object not created locally)
37597 src/com/gps/hibernate/VehicleDetailsDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37598 src/com/gps/hibernate/VehicleDetailsDAO.java 103 There is log block not surrounded by if
37599 src/com/gps/hibernate/VehicleDetailsDAO.java 108 Parameter 'totalSeats' is not assigned and could be declared final
37600 src/com/gps/hibernate/VehicleDetailsDAO.java 108 publicMethodCommentRequirement Required
37601 src/com/gps/hibernate/VehicleDetailsDAO.java 112 Parameter 'musicStatus' is not assigned and could be declared final
37602 src/com/gps/hibernate/VehicleDetailsDAO.java 112 publicMethodCommentRequirement Required
37603 src/com/gps/hibernate/VehicleDetailsDAO.java 116 Parameter 'carMileage' is not assigned and could be declared final
37604 src/com/gps/hibernate/VehicleDetailsDAO.java 116 publicMethodCommentRequirement Required
37605 src/com/gps/hibernate/VehicleDetailsDAO.java 120 Parameter 'carType' is not assigned and could be declared final
37606 src/com/gps/hibernate/VehicleDetailsDAO.java 120 publicMethodCommentRequirement Required
37607 src/com/gps/hibernate/VehicleDetailsDAO.java 124 Parameter 'acStatus' is not assigned and could be declared final
37608 src/com/gps/hibernate/VehicleDetailsDAO.java 124 publicMethodCommentRequirement Required
37609 src/com/gps/hibernate/VehicleDetailsDAO.java 128 Parameter 'cdDvdStatus' is not assigned and could be declared final
37610 src/com/gps/hibernate/VehicleDetailsDAO.java 128 publicMethodCommentRequirement Required
37611 src/com/gps/hibernate/VehicleDetailsDAO.java 132 Parameter 'amFmStatus' is not assigned and could be declared final
37612 src/com/gps/hibernate/VehicleDetailsDAO.java 132 publicMethodCommentRequirement Required
37613 src/com/gps/hibernate/VehicleDetailsDAO.java 136 Parameter 'vehicleName' is not assigned and could be declared final
37614 src/com/gps/hibernate/VehicleDetailsDAO.java 136 publicMethodCommentRequirement Required
37615 src/com/gps/hibernate/VehicleDetailsDAO.java 140 Parameter 'imeiNumber' is not assigned and could be declared final
37616 src/com/gps/hibernate/VehicleDetailsDAO.java 140 publicMethodCommentRequirement Required
37617 src/com/gps/hibernate/VehicleDetailsDAO.java 144 Parameter 'color' is not assigned and could be declared final
37618 src/com/gps/hibernate/VehicleDetailsDAO.java 144 publicMethodCommentRequirement Required
37619 src/com/gps/hibernate/VehicleDetailsDAO.java 148 Parameter 'regNo' is not assigned and could be declared final
37620 src/com/gps/hibernate/VehicleDetailsDAO.java 148 publicMethodCommentRequirement Required
37621 src/com/gps/hibernate/VehicleDetailsDAO.java 152 Parameter 'companyName' is not assigned and could be declared final
37622 src/com/gps/hibernate/VehicleDetailsDAO.java 152 publicMethodCommentRequirement Required
37623 src/com/gps/hibernate/VehicleDetailsDAO.java 156 Parameter 'first' is not assigned and could be declared final
37624 src/com/gps/hibernate/VehicleDetailsDAO.java 156 Parameter 'last' is not assigned and could be declared final
37625 src/com/gps/hibernate/VehicleDetailsDAO.java 156 publicMethodCommentRequirement Required
37626 src/com/gps/hibernate/VehicleDetailsDAO.java 157 There is log block not surrounded by if
37627 src/com/gps/hibernate/VehicleDetailsDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37628 src/com/gps/hibernate/VehicleDetailsDAO.java 159 Local variable 'queryString' could be declared final
37629 src/com/gps/hibernate/VehicleDetailsDAO.java 160 Local variable 'queryObject' could be declared final
37630 src/com/gps/hibernate/VehicleDetailsDAO.java 160 Potential violation of Law of Demeter (method chain calls)
37631 src/com/gps/hibernate/VehicleDetailsDAO.java 161 Potential violation of Law of Demeter (object not created locally)
37632 src/com/gps/hibernate/VehicleDetailsDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37633 src/com/gps/hibernate/VehicleDetailsDAO.java 163 There is log block not surrounded by if
37634 src/com/gps/hibernate/VehicleDetailsDAO.java 168 Parameter 'detachedInstance' is not assigned and could be declared final
37635 src/com/gps/hibernate/VehicleDetailsDAO.java 168 publicMethodCommentRequirement Required
37636 src/com/gps/hibernate/VehicleDetailsDAO.java 169 There is log block not surrounded by if
37637 src/com/gps/hibernate/VehicleDetailsDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37638 src/com/gps/hibernate/VehicleDetailsDAO.java 171 Local variable 'result' could be declared final
37639 src/com/gps/hibernate/VehicleDetailsDAO.java 171 Potential violation of Law of Demeter (method chain calls)
37640 src/com/gps/hibernate/VehicleDetailsDAO.java 173 There is log block not surrounded by if
37641 src/com/gps/hibernate/VehicleDetailsDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37642 src/com/gps/hibernate/VehicleDetailsDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37643 src/com/gps/hibernate/VehicleDetailsDAO.java 176 There is log block not surrounded by if
37644 src/com/gps/hibernate/VehicleDetailsDAO.java 181 Parameter 'instance' is not assigned and could be declared final
37645 src/com/gps/hibernate/VehicleDetailsDAO.java 181 publicMethodCommentRequirement Required
37646 src/com/gps/hibernate/VehicleDetailsDAO.java 182 There is log block not surrounded by if
37647 src/com/gps/hibernate/VehicleDetailsDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37648 src/com/gps/hibernate/VehicleDetailsDAO.java 184 Potential violation of Law of Demeter (method chain calls)
37649 src/com/gps/hibernate/VehicleDetailsDAO.java 185 There is log block not surrounded by if
37650 src/com/gps/hibernate/VehicleDetailsDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37651 src/com/gps/hibernate/VehicleDetailsDAO.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37652 src/com/gps/hibernate/VehicleDetailsDAO.java 187 There is log block not surrounded by if
37653 src/com/gps/hibernate/VehicleDetailsDAO.java 192 Parameter 'instance' is not assigned and could be declared final
37654 src/com/gps/hibernate/VehicleDetailsDAO.java 192 publicMethodCommentRequirement Required
37655 src/com/gps/hibernate/VehicleDetailsDAO.java 193 There is log block not surrounded by if
37656 src/com/gps/hibernate/VehicleDetailsDAO.java 193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37657 src/com/gps/hibernate/VehicleDetailsDAO.java 195 Potential violation of Law of Demeter (method chain calls)
37658 src/com/gps/hibernate/VehicleDetailsDAO.java 196 There is log block not surrounded by if
37659 src/com/gps/hibernate/VehicleDetailsDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37660 src/com/gps/hibernate/VehicleDetailsDAO.java 197 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37661 src/com/gps/hibernate/VehicleDetailsDAO.java 198 There is log block not surrounded by if
37662 src/com/gps/hibernate/VehicleDetailsDAO.java 203 Parameter 'args' is not assigned and could be declared final
37663 src/com/gps/hibernate/VehicleDetailsDAO.java 203 publicMethodCommentRequirement Required
37664 src/com/gps/hibernate/VehicleDetailsDAO.java 204 Local variable 'dao' could be declared final
37665 src/com/gps/hibernate/VehicleDetailsDAO.java 206 There is log block not surrounded by if
37666 src/com/gps/hibernate/VehicleDetailsDAO.java 206 There is log block not surrounded by if
37667 src/com/gps/hibernate/VehicleDetailsDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37668 src/com/gps/hibernate/VehicleDetailsDAO.java 209 Avoid printStackTrace(); use a logger call instead.
37669 src/com/gps/hibernate/VehicleGroup.java 12 Classes implementing Serializable should set a serialVersionUID
37670 src/com/gps/hibernate/VehicleGroup.java 16 fieldCommentRequirement Required
37671 src/com/gps/hibernate/VehicleGroup.java 17 fieldCommentRequirement Required
37672 src/com/gps/hibernate/VehicleGroup.java 18 fieldCommentRequirement Required
37673 src/com/gps/hibernate/VehicleGroup.java 19 fieldCommentRequirement Required
37674 src/com/gps/hibernate/VehicleGroup.java 20 fieldCommentRequirement Required
37675 src/com/gps/hibernate/VehicleGroup.java 25 Document empty constructor
37676 src/com/gps/hibernate/VehicleGroup.java 27 Parameter 'vehicleGroupName' is not assigned and could be declared final
37677 src/com/gps/hibernate/VehicleGroup.java 27 Parameter 'vehicleGroupid' is not assigned and could be declared final
37678 src/com/gps/hibernate/VehicleGroup.java 27 publicMethodCommentRequirement Required
37679 src/com/gps/hibernate/VehicleGroup.java 28 Parameter 'vehicleDesc' is not assigned and could be declared final
37680 src/com/gps/hibernate/VehicleGroup.java 28 Parameter 'vehiclePurpose' is not assigned and could be declared final
37681 src/com/gps/hibernate/VehicleGroup.java 38 Parameter 'vehicleDesc' is not assigned and could be declared final
37682 src/com/gps/hibernate/VehicleGroup.java 38 Parameter 'vehicleGroupName' is not assigned and could be declared final
37683 src/com/gps/hibernate/VehicleGroup.java 39 Parameter 'vehicleDetailses' is not assigned and could be declared final
37684 src/com/gps/hibernate/VehicleGroup.java 39 Parameter 'vehiclePurpose' is not assigned and could be declared final
37685 src/com/gps/hibernate/VehicleGroup.java 48 publicMethodCommentRequirement Required
37686 src/com/gps/hibernate/VehicleGroup.java 52 Parameter 'vehicleGroupid' is not assigned and could be declared final
37687 src/com/gps/hibernate/VehicleGroup.java 52 publicMethodCommentRequirement Required
37688 src/com/gps/hibernate/VehicleGroup.java 56 publicMethodCommentRequirement Required
37689 src/com/gps/hibernate/VehicleGroup.java 60 Parameter 'vehicleGroupName' is not assigned and could be declared final
37690 src/com/gps/hibernate/VehicleGroup.java 60 publicMethodCommentRequirement Required
37691 src/com/gps/hibernate/VehicleGroup.java 64 publicMethodCommentRequirement Required
37692 src/com/gps/hibernate/VehicleGroup.java 68 Parameter 'vehicleDesc' is not assigned and could be declared final
37693 src/com/gps/hibernate/VehicleGroup.java 68 publicMethodCommentRequirement Required
37694 src/com/gps/hibernate/VehicleGroup.java 72 publicMethodCommentRequirement Required
37695 src/com/gps/hibernate/VehicleGroup.java 76 Parameter 'vehiclePurpose' is not assigned and could be declared final
37696 src/com/gps/hibernate/VehicleGroup.java 76 publicMethodCommentRequirement Required
37697 src/com/gps/hibernate/VehicleGroup.java 80 publicMethodCommentRequirement Required
37698 src/com/gps/hibernate/VehicleGroup.java 84 Parameter 'vehicleDetailses' is not assigned and could be declared final
37699 src/com/gps/hibernate/VehicleGroup.java 84 publicMethodCommentRequirement Required
37700 src/com/gps/hibernate/VehicleGroupDAO.java 4 Avoid unused imports such as 'java.util.Set'
37701 src/com/gps/hibernate/VehicleGroupDAO.java 11 Comment is too large: Too many lines
37702 src/com/gps/hibernate/VehicleGroupDAO.java 23 This class has too many methods, consider refactoring it.
37703 src/com/gps/hibernate/VehicleGroupDAO.java 24 Logger should be defined private static final and have the correct class
37704 src/com/gps/hibernate/VehicleGroupDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
37705 src/com/gps/hibernate/VehicleGroupDAO.java 24 fieldCommentRequirement Required
37706 src/com/gps/hibernate/VehicleGroupDAO.java 26 Avoid excessively long variable names like VEHICLE_GROUP_NAME
37707 src/com/gps/hibernate/VehicleGroupDAO.java 26 fieldCommentRequirement Required
37708 src/com/gps/hibernate/VehicleGroupDAO.java 27 fieldCommentRequirement Required
37709 src/com/gps/hibernate/VehicleGroupDAO.java 28 fieldCommentRequirement Required
37710 src/com/gps/hibernate/VehicleGroupDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
37711 src/com/gps/hibernate/VehicleGroupDAO.java 30 publicMethodCommentRequirement Required
37712 src/com/gps/hibernate/VehicleGroupDAO.java 31 There is log block not surrounded by if
37713 src/com/gps/hibernate/VehicleGroupDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37714 src/com/gps/hibernate/VehicleGroupDAO.java 33 Potential violation of Law of Demeter (method chain calls)
37715 src/com/gps/hibernate/VehicleGroupDAO.java 34 There is log block not surrounded by if
37716 src/com/gps/hibernate/VehicleGroupDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37717 src/com/gps/hibernate/VehicleGroupDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37718 src/com/gps/hibernate/VehicleGroupDAO.java 36 There is log block not surrounded by if
37719 src/com/gps/hibernate/VehicleGroupDAO.java 41 Avoid excessively long variable names like persistentInstance
37720 src/com/gps/hibernate/VehicleGroupDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
37721 src/com/gps/hibernate/VehicleGroupDAO.java 41 publicMethodCommentRequirement Required
37722 src/com/gps/hibernate/VehicleGroupDAO.java 42 There is log block not surrounded by if
37723 src/com/gps/hibernate/VehicleGroupDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37724 src/com/gps/hibernate/VehicleGroupDAO.java 44 Potential violation of Law of Demeter (method chain calls)
37725 src/com/gps/hibernate/VehicleGroupDAO.java 45 There is log block not surrounded by if
37726 src/com/gps/hibernate/VehicleGroupDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37727 src/com/gps/hibernate/VehicleGroupDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37728 src/com/gps/hibernate/VehicleGroupDAO.java 47 There is log block not surrounded by if
37729 src/com/gps/hibernate/VehicleGroupDAO.java 52 Avoid variables with short names like id
37730 src/com/gps/hibernate/VehicleGroupDAO.java 52 Parameter 'id' is not assigned and could be declared final
37731 src/com/gps/hibernate/VehicleGroupDAO.java 52 publicMethodCommentRequirement Required
37732 src/com/gps/hibernate/VehicleGroupDAO.java 53 There is log block not surrounded by if
37733 src/com/gps/hibernate/VehicleGroupDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37734 src/com/gps/hibernate/VehicleGroupDAO.java 55 Local variable 'instance' could be declared final
37735 src/com/gps/hibernate/VehicleGroupDAO.java 55 Potential violation of Law of Demeter (method chain calls)
37736 src/com/gps/hibernate/VehicleGroupDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37737 src/com/gps/hibernate/VehicleGroupDAO.java 59 There is log block not surrounded by if
37738 src/com/gps/hibernate/VehicleGroupDAO.java 64 Parameter 'instance' is not assigned and could be declared final
37739 src/com/gps/hibernate/VehicleGroupDAO.java 64 publicMethodCommentRequirement Required
37740 src/com/gps/hibernate/VehicleGroupDAO.java 65 There is log block not surrounded by if
37741 src/com/gps/hibernate/VehicleGroupDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37742 src/com/gps/hibernate/VehicleGroupDAO.java 67 Local variable 'results' could be declared final
37743 src/com/gps/hibernate/VehicleGroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
37744 src/com/gps/hibernate/VehicleGroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
37745 src/com/gps/hibernate/VehicleGroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
37746 src/com/gps/hibernate/VehicleGroupDAO.java 70 There is log block not surrounded by if
37747 src/com/gps/hibernate/VehicleGroupDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37748 src/com/gps/hibernate/VehicleGroupDAO.java 71 Potential violation of Law of Demeter (object not created locally)
37749 src/com/gps/hibernate/VehicleGroupDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37750 src/com/gps/hibernate/VehicleGroupDAO.java 74 There is log block not surrounded by if
37751 src/com/gps/hibernate/VehicleGroupDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
37752 src/com/gps/hibernate/VehicleGroupDAO.java 79 Parameter 'value' is not assigned and could be declared final
37753 src/com/gps/hibernate/VehicleGroupDAO.java 79 publicMethodCommentRequirement Required
37754 src/com/gps/hibernate/VehicleGroupDAO.java 80 There is log block not surrounded by if
37755 src/com/gps/hibernate/VehicleGroupDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37756 src/com/gps/hibernate/VehicleGroupDAO.java 83 Local variable 'queryString' could be declared final
37757 src/com/gps/hibernate/VehicleGroupDAO.java 85 Local variable 'queryObject' could be declared final
37758 src/com/gps/hibernate/VehicleGroupDAO.java 85 Potential violation of Law of Demeter (method chain calls)
37759 src/com/gps/hibernate/VehicleGroupDAO.java 86 Potential violation of Law of Demeter (object not created locally)
37760 src/com/gps/hibernate/VehicleGroupDAO.java 87 Potential violation of Law of Demeter (object not created locally)
37761 src/com/gps/hibernate/VehicleGroupDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37762 src/com/gps/hibernate/VehicleGroupDAO.java 89 There is log block not surrounded by if
37763 src/com/gps/hibernate/VehicleGroupDAO.java 94 Parameter 'vehicleGroupName' is not assigned and could be declared final
37764 src/com/gps/hibernate/VehicleGroupDAO.java 94 publicMethodCommentRequirement Required
37765 src/com/gps/hibernate/VehicleGroupDAO.java 98 Parameter 'vehicleDesc' is not assigned and could be declared final
37766 src/com/gps/hibernate/VehicleGroupDAO.java 98 publicMethodCommentRequirement Required
37767 src/com/gps/hibernate/VehicleGroupDAO.java 102 Parameter 'vehiclePurpose' is not assigned and could be declared final
37768 src/com/gps/hibernate/VehicleGroupDAO.java 102 publicMethodCommentRequirement Required
37769 src/com/gps/hibernate/VehicleGroupDAO.java 106 publicMethodCommentRequirement Required
37770 src/com/gps/hibernate/VehicleGroupDAO.java 107 There is log block not surrounded by if
37771 src/com/gps/hibernate/VehicleGroupDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37772 src/com/gps/hibernate/VehicleGroupDAO.java 109 Local variable 'queryString' could be declared final
37773 src/com/gps/hibernate/VehicleGroupDAO.java 110 Local variable 'queryObject' could be declared final
37774 src/com/gps/hibernate/VehicleGroupDAO.java 110 Potential violation of Law of Demeter (method chain calls)
37775 src/com/gps/hibernate/VehicleGroupDAO.java 111 Potential violation of Law of Demeter (object not created locally)
37776 src/com/gps/hibernate/VehicleGroupDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37777 src/com/gps/hibernate/VehicleGroupDAO.java 113 There is log block not surrounded by if
37778 src/com/gps/hibernate/VehicleGroupDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
37779 src/com/gps/hibernate/VehicleGroupDAO.java 118 publicMethodCommentRequirement Required
37780 src/com/gps/hibernate/VehicleGroupDAO.java 119 There is log block not surrounded by if
37781 src/com/gps/hibernate/VehicleGroupDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37782 src/com/gps/hibernate/VehicleGroupDAO.java 121 Local variable 'result' could be declared final
37783 src/com/gps/hibernate/VehicleGroupDAO.java 121 Potential violation of Law of Demeter (method chain calls)
37784 src/com/gps/hibernate/VehicleGroupDAO.java 123 There is log block not surrounded by if
37785 src/com/gps/hibernate/VehicleGroupDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37786 src/com/gps/hibernate/VehicleGroupDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37787 src/com/gps/hibernate/VehicleGroupDAO.java 126 There is log block not surrounded by if
37788 src/com/gps/hibernate/VehicleGroupDAO.java 131 Parameter 'instance' is not assigned and could be declared final
37789 src/com/gps/hibernate/VehicleGroupDAO.java 131 publicMethodCommentRequirement Required
37790 src/com/gps/hibernate/VehicleGroupDAO.java 132 There is log block not surrounded by if
37791 src/com/gps/hibernate/VehicleGroupDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37792 src/com/gps/hibernate/VehicleGroupDAO.java 134 Potential violation of Law of Demeter (method chain calls)
37793 src/com/gps/hibernate/VehicleGroupDAO.java 135 There is log block not surrounded by if
37794 src/com/gps/hibernate/VehicleGroupDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37795 src/com/gps/hibernate/VehicleGroupDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37796 src/com/gps/hibernate/VehicleGroupDAO.java 137 There is log block not surrounded by if
37797 src/com/gps/hibernate/VehicleGroupDAO.java 142 Parameter 'instance' is not assigned and could be declared final
37798 src/com/gps/hibernate/VehicleGroupDAO.java 142 publicMethodCommentRequirement Required
37799 src/com/gps/hibernate/VehicleGroupDAO.java 143 There is log block not surrounded by if
37800 src/com/gps/hibernate/VehicleGroupDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37801 src/com/gps/hibernate/VehicleGroupDAO.java 145 Potential violation of Law of Demeter (method chain calls)
37802 src/com/gps/hibernate/VehicleGroupDAO.java 146 There is log block not surrounded by if
37803 src/com/gps/hibernate/VehicleGroupDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37804 src/com/gps/hibernate/VehicleGroupDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37805 src/com/gps/hibernate/VehicleGroupDAO.java 148 There is log block not surrounded by if
37806 src/com/gps/hibernate/VehicleType.java 10 Classes implementing Serializable should set a serialVersionUID
37807 src/com/gps/hibernate/VehicleType.java 12 Use explicit scoping instead of the default package private level
37808 src/com/gps/hibernate/VehicleType.java 12 fieldCommentRequirement Required
37809 src/com/gps/hibernate/VehicleType.java 13 Use explicit scoping instead of the default package private level
37810 src/com/gps/hibernate/VehicleType.java 13 fieldCommentRequirement Required
37811 src/com/gps/hibernate/VehicleType.java 14 Use explicit scoping instead of the default package private level
37812 src/com/gps/hibernate/VehicleType.java 14 fieldCommentRequirement Required
37813 src/com/gps/hibernate/VehicleType.java 15 Use explicit scoping instead of the default package private level
37814 src/com/gps/hibernate/VehicleType.java 15 fieldCommentRequirement Required
37815 src/com/gps/hibernate/VehicleType.java 16 Use explicit scoping instead of the default package private level
37816 src/com/gps/hibernate/VehicleType.java 16 fieldCommentRequirement Required
37817 src/com/gps/hibernate/VehicleType.java 17 Use explicit scoping instead of the default package private level
37818 src/com/gps/hibernate/VehicleType.java 17 fieldCommentRequirement Required
37819 src/com/gps/hibernate/VehicleType.java 18 Use explicit scoping instead of the default package private level
37820 src/com/gps/hibernate/VehicleType.java 18 fieldCommentRequirement Required
37821 src/com/gps/hibernate/VehicleType.java 25 publicMethodCommentRequirement Required
37822 src/com/gps/hibernate/VehicleType.java 28 Parameter 'correctionValue' is not assigned and could be declared final
37823 src/com/gps/hibernate/VehicleType.java 28 publicMethodCommentRequirement Required
37824 src/com/gps/hibernate/VehicleType.java 38 Parameter 'tankCapacity' is not assigned and could be declared final
37825 src/com/gps/hibernate/VehicleType.java 38 Parameter 'typeId' is not assigned and could be declared final
37826 src/com/gps/hibernate/VehicleType.java 38 Parameter 'typeName' is not assigned and could be declared final
37827 src/com/gps/hibernate/VehicleType.java 39 Parameter 'emptyVolt' is not assigned and could be declared final
37828 src/com/gps/hibernate/VehicleType.java 39 Parameter 'fullVolt' is not assigned and could be declared final
37829 src/com/gps/hibernate/VehicleType.java 39 Parameter 'valueOrder' is not assigned and could be declared final
37830 src/com/gps/hibernate/VehicleType.java 57 Parameter 'typeId' is not assigned and could be declared final
37831 src/com/gps/hibernate/VehicleType.java 69 Parameter 'typeName' is not assigned and could be declared final
37832 src/com/gps/hibernate/VehicleType.java 81 Parameter 'tankCapacity' is not assigned and could be declared final
37833 src/com/gps/hibernate/VehicleType.java 93 Parameter 'fullVolt' is not assigned and could be declared final
37834 src/com/gps/hibernate/VehicleType.java 105 Parameter 'emptyVolt' is not assigned and could be declared final
37835 src/com/gps/hibernate/VehicleType.java 117 Parameter 'valueOrder' is not assigned and could be declared final
37836 src/com/gps/hibernate/VehicleTypeDAO.java 4 Avoid unused imports such as 'java.util.Set'
37837 src/com/gps/hibernate/VehicleTypeDAO.java 11 Comment is too large: Too many lines
37838 src/com/gps/hibernate/VehicleTypeDAO.java 24 Logger should be defined private static final and have the correct class
37839 src/com/gps/hibernate/VehicleTypeDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
37840 src/com/gps/hibernate/VehicleTypeDAO.java 24 fieldCommentRequirement Required
37841 src/com/gps/hibernate/VehicleTypeDAO.java 26 Parameter 'transientInstance' is not assigned and could be declared final
37842 src/com/gps/hibernate/VehicleTypeDAO.java 26 publicMethodCommentRequirement Required
37843 src/com/gps/hibernate/VehicleTypeDAO.java 27 There is log block not surrounded by if
37844 src/com/gps/hibernate/VehicleTypeDAO.java 27 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37845 src/com/gps/hibernate/VehicleTypeDAO.java 29 Potential violation of Law of Demeter (method chain calls)
37846 src/com/gps/hibernate/VehicleTypeDAO.java 30 There is log block not surrounded by if
37847 src/com/gps/hibernate/VehicleTypeDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37848 src/com/gps/hibernate/VehicleTypeDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37849 src/com/gps/hibernate/VehicleTypeDAO.java 32 There is log block not surrounded by if
37850 src/com/gps/hibernate/VehicleTypeDAO.java 37 Avoid excessively long variable names like persistentInstance
37851 src/com/gps/hibernate/VehicleTypeDAO.java 37 Parameter 'persistentInstance' is not assigned and could be declared final
37852 src/com/gps/hibernate/VehicleTypeDAO.java 37 publicMethodCommentRequirement Required
37853 src/com/gps/hibernate/VehicleTypeDAO.java 38 There is log block not surrounded by if
37854 src/com/gps/hibernate/VehicleTypeDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37855 src/com/gps/hibernate/VehicleTypeDAO.java 40 Potential violation of Law of Demeter (method chain calls)
37856 src/com/gps/hibernate/VehicleTypeDAO.java 41 There is log block not surrounded by if
37857 src/com/gps/hibernate/VehicleTypeDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37858 src/com/gps/hibernate/VehicleTypeDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37859 src/com/gps/hibernate/VehicleTypeDAO.java 43 There is log block not surrounded by if
37860 src/com/gps/hibernate/VehicleTypeDAO.java 48 Avoid variables with short names like id
37861 src/com/gps/hibernate/VehicleTypeDAO.java 48 Parameter 'id' is not assigned and could be declared final
37862 src/com/gps/hibernate/VehicleTypeDAO.java 48 publicMethodCommentRequirement Required
37863 src/com/gps/hibernate/VehicleTypeDAO.java 49 There is log block not surrounded by if
37864 src/com/gps/hibernate/VehicleTypeDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37865 src/com/gps/hibernate/VehicleTypeDAO.java 51 Local variable 'instance' could be declared final
37866 src/com/gps/hibernate/VehicleTypeDAO.java 51 Potential violation of Law of Demeter (method chain calls)
37867 src/com/gps/hibernate/VehicleTypeDAO.java 55 Avoid catching NullPointerException; consider removing the cause of the NPE.
37868 src/com/gps/hibernate/VehicleTypeDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37869 src/com/gps/hibernate/VehicleTypeDAO.java 57 There is log block not surrounded by if
37870 src/com/gps/hibernate/VehicleTypeDAO.java 57 There is log block not surrounded by if
37871 src/com/gps/hibernate/VehicleTypeDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37872 src/com/gps/hibernate/VehicleTypeDAO.java 61 There is log block not surrounded by if
37873 src/com/gps/hibernate/VehicleTypeDAO.java 66 Parameter 'instance' is not assigned and could be declared final
37874 src/com/gps/hibernate/VehicleTypeDAO.java 66 publicMethodCommentRequirement Required
37875 src/com/gps/hibernate/VehicleTypeDAO.java 67 There is log block not surrounded by if
37876 src/com/gps/hibernate/VehicleTypeDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37877 src/com/gps/hibernate/VehicleTypeDAO.java 69 Local variable 'results' could be declared final
37878 src/com/gps/hibernate/VehicleTypeDAO.java 69 Potential violation of Law of Demeter (method chain calls)
37879 src/com/gps/hibernate/VehicleTypeDAO.java 69 Potential violation of Law of Demeter (method chain calls)
37880 src/com/gps/hibernate/VehicleTypeDAO.java 69 Potential violation of Law of Demeter (method chain calls)
37881 src/com/gps/hibernate/VehicleTypeDAO.java 72 There is log block not surrounded by if
37882 src/com/gps/hibernate/VehicleTypeDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37883 src/com/gps/hibernate/VehicleTypeDAO.java 73 Potential violation of Law of Demeter (object not created locally)
37884 src/com/gps/hibernate/VehicleTypeDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37885 src/com/gps/hibernate/VehicleTypeDAO.java 76 There is log block not surrounded by if
37886 src/com/gps/hibernate/VehicleTypeDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
37887 src/com/gps/hibernate/VehicleTypeDAO.java 81 Parameter 'value' is not assigned and could be declared final
37888 src/com/gps/hibernate/VehicleTypeDAO.java 81 publicMethodCommentRequirement Required
37889 src/com/gps/hibernate/VehicleTypeDAO.java 82 There is log block not surrounded by if
37890 src/com/gps/hibernate/VehicleTypeDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37891 src/com/gps/hibernate/VehicleTypeDAO.java 85 Local variable 'queryString' could be declared final
37892 src/com/gps/hibernate/VehicleTypeDAO.java 87 Local variable 'queryObject' could be declared final
37893 src/com/gps/hibernate/VehicleTypeDAO.java 87 Potential violation of Law of Demeter (method chain calls)
37894 src/com/gps/hibernate/VehicleTypeDAO.java 88 Potential violation of Law of Demeter (object not created locally)
37895 src/com/gps/hibernate/VehicleTypeDAO.java 89 Potential violation of Law of Demeter (object not created locally)
37896 src/com/gps/hibernate/VehicleTypeDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37897 src/com/gps/hibernate/VehicleTypeDAO.java 91 There is log block not surrounded by if
37898 src/com/gps/hibernate/VehicleTypeDAO.java 96 Parameter 'first' is not assigned and could be declared final
37899 src/com/gps/hibernate/VehicleTypeDAO.java 96 Parameter 'last' is not assigned and could be declared final
37900 src/com/gps/hibernate/VehicleTypeDAO.java 96 publicMethodCommentRequirement Required
37901 src/com/gps/hibernate/VehicleTypeDAO.java 97 There is log block not surrounded by if
37902 src/com/gps/hibernate/VehicleTypeDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37903 src/com/gps/hibernate/VehicleTypeDAO.java 99 Local variable 'queryString' could be declared final
37904 src/com/gps/hibernate/VehicleTypeDAO.java 100 Local variable 'queryObject' could be declared final
37905 src/com/gps/hibernate/VehicleTypeDAO.java 100 Potential violation of Law of Demeter (method chain calls)
37906 src/com/gps/hibernate/VehicleTypeDAO.java 101 Potential violation of Law of Demeter (object not created locally)
37907 src/com/gps/hibernate/VehicleTypeDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37908 src/com/gps/hibernate/VehicleTypeDAO.java 103 There is log block not surrounded by if
37909 src/com/gps/hibernate/VehicleTypeDAO.java 108 Parameter 'detachedInstance' is not assigned and could be declared final
37910 src/com/gps/hibernate/VehicleTypeDAO.java 108 publicMethodCommentRequirement Required
37911 src/com/gps/hibernate/VehicleTypeDAO.java 109 There is log block not surrounded by if
37912 src/com/gps/hibernate/VehicleTypeDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37913 src/com/gps/hibernate/VehicleTypeDAO.java 111 Local variable 'result' could be declared final
37914 src/com/gps/hibernate/VehicleTypeDAO.java 111 Potential violation of Law of Demeter (method chain calls)
37915 src/com/gps/hibernate/VehicleTypeDAO.java 113 There is log block not surrounded by if
37916 src/com/gps/hibernate/VehicleTypeDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37917 src/com/gps/hibernate/VehicleTypeDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37918 src/com/gps/hibernate/VehicleTypeDAO.java 116 There is log block not surrounded by if
37919 src/com/gps/hibernate/VehicleTypeDAO.java 121 Parameter 'instance' is not assigned and could be declared final
37920 src/com/gps/hibernate/VehicleTypeDAO.java 121 publicMethodCommentRequirement Required
37921 src/com/gps/hibernate/VehicleTypeDAO.java 122 There is log block not surrounded by if
37922 src/com/gps/hibernate/VehicleTypeDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37923 src/com/gps/hibernate/VehicleTypeDAO.java 124 Potential violation of Law of Demeter (method chain calls)
37924 src/com/gps/hibernate/VehicleTypeDAO.java 125 There is log block not surrounded by if
37925 src/com/gps/hibernate/VehicleTypeDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37926 src/com/gps/hibernate/VehicleTypeDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37927 src/com/gps/hibernate/VehicleTypeDAO.java 127 There is log block not surrounded by if
37928 src/com/gps/hibernate/VehicleTypeDAO.java 132 Parameter 'instance' is not assigned and could be declared final
37929 src/com/gps/hibernate/VehicleTypeDAO.java 132 publicMethodCommentRequirement Required
37930 src/com/gps/hibernate/VehicleTypeDAO.java 133 There is log block not surrounded by if
37931 src/com/gps/hibernate/VehicleTypeDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37932 src/com/gps/hibernate/VehicleTypeDAO.java 135 Potential violation of Law of Demeter (method chain calls)
37933 src/com/gps/hibernate/VehicleTypeDAO.java 136 There is log block not surrounded by if
37934 src/com/gps/hibernate/VehicleTypeDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37935 src/com/gps/hibernate/VehicleTypeDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37936 src/com/gps/hibernate/VehicleTypeDAO.java 138 There is log block not surrounded by if
37937 src/com/gps/hibernate/Vocabulary.java 11 Classes implementing Serializable should set a serialVersionUID
37938 src/com/gps/hibernate/Vocabulary.java 15 fieldCommentRequirement Required
37939 src/com/gps/hibernate/Vocabulary.java 16 fieldCommentRequirement Required
37940 src/com/gps/hibernate/Vocabulary.java 17 fieldCommentRequirement Required
37941 src/com/gps/hibernate/Vocabulary.java 18 fieldCommentRequirement Required
37942 src/com/gps/hibernate/Vocabulary.java 19 fieldCommentRequirement Required
37943 src/com/gps/hibernate/Vocabulary.java 20 fieldCommentRequirement Required
37944 src/com/gps/hibernate/Vocabulary.java 21 fieldCommentRequirement Required
37945 src/com/gps/hibernate/Vocabulary.java 22 fieldCommentRequirement Required
37946 src/com/gps/hibernate/Vocabulary.java 23 fieldCommentRequirement Required
37947 src/com/gps/hibernate/Vocabulary.java 24 fieldCommentRequirement Required
37948 src/com/gps/hibernate/Vocabulary.java 29 Document empty constructor
37949 src/com/gps/hibernate/Vocabulary.java 33 Parameter 'vocabularyId' is not assigned and could be declared final
37950 src/com/gps/hibernate/Vocabulary.java 38 Avoid long parameter lists.
37951 src/com/gps/hibernate/Vocabulary.java 38 Parameter 'companyId' is not assigned and could be declared final
37952 src/com/gps/hibernate/Vocabulary.java 38 Parameter 'groupId' is not assigned and could be declared final
37953 src/com/gps/hibernate/Vocabulary.java 38 Parameter 'vocabularyId' is not assigned and could be declared final
37954 src/com/gps/hibernate/Vocabulary.java 39 Parameter 'createDate' is not assigned and could be declared final
37955 src/com/gps/hibernate/Vocabulary.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
37956 src/com/gps/hibernate/Vocabulary.java 39 Parameter 'userId' is not assigned and could be declared final
37957 src/com/gps/hibernate/Vocabulary.java 39 Parameter 'userName' is not assigned and could be declared final
37958 src/com/gps/hibernate/Vocabulary.java 40 Parameter 'description' is not assigned and could be declared final
37959 src/com/gps/hibernate/Vocabulary.java 40 Parameter 'folksonomy' is not assigned and could be declared final
37960 src/com/gps/hibernate/Vocabulary.java 40 Parameter 'name' is not assigned and could be declared final
37961 src/com/gps/hibernate/Vocabulary.java 55 publicMethodCommentRequirement Required
37962 src/com/gps/hibernate/Vocabulary.java 59 Parameter 'vocabularyId' is not assigned and could be declared final
37963 src/com/gps/hibernate/Vocabulary.java 59 publicMethodCommentRequirement Required
37964 src/com/gps/hibernate/Vocabulary.java 63 publicMethodCommentRequirement Required
37965 src/com/gps/hibernate/Vocabulary.java 67 Parameter 'groupId' is not assigned and could be declared final
37966 src/com/gps/hibernate/Vocabulary.java 67 publicMethodCommentRequirement Required
37967 src/com/gps/hibernate/Vocabulary.java 71 publicMethodCommentRequirement Required
37968 src/com/gps/hibernate/Vocabulary.java 75 Parameter 'companyId' is not assigned and could be declared final
37969 src/com/gps/hibernate/Vocabulary.java 75 publicMethodCommentRequirement Required
37970 src/com/gps/hibernate/Vocabulary.java 79 publicMethodCommentRequirement Required
37971 src/com/gps/hibernate/Vocabulary.java 83 Parameter 'userId' is not assigned and could be declared final
37972 src/com/gps/hibernate/Vocabulary.java 83 publicMethodCommentRequirement Required
37973 src/com/gps/hibernate/Vocabulary.java 87 publicMethodCommentRequirement Required
37974 src/com/gps/hibernate/Vocabulary.java 91 Parameter 'userName' is not assigned and could be declared final
37975 src/com/gps/hibernate/Vocabulary.java 91 publicMethodCommentRequirement Required
37976 src/com/gps/hibernate/Vocabulary.java 95 publicMethodCommentRequirement Required
37977 src/com/gps/hibernate/Vocabulary.java 99 Parameter 'createDate' is not assigned and could be declared final
37978 src/com/gps/hibernate/Vocabulary.java 99 publicMethodCommentRequirement Required
37979 src/com/gps/hibernate/Vocabulary.java 103 publicMethodCommentRequirement Required
37980 src/com/gps/hibernate/Vocabulary.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
37981 src/com/gps/hibernate/Vocabulary.java 107 publicMethodCommentRequirement Required
37982 src/com/gps/hibernate/Vocabulary.java 111 publicMethodCommentRequirement Required
37983 src/com/gps/hibernate/Vocabulary.java 115 Parameter 'name' is not assigned and could be declared final
37984 src/com/gps/hibernate/Vocabulary.java 115 publicMethodCommentRequirement Required
37985 src/com/gps/hibernate/Vocabulary.java 119 publicMethodCommentRequirement Required
37986 src/com/gps/hibernate/Vocabulary.java 123 Parameter 'description' is not assigned and could be declared final
37987 src/com/gps/hibernate/Vocabulary.java 123 publicMethodCommentRequirement Required
37988 src/com/gps/hibernate/Vocabulary.java 127 publicMethodCommentRequirement Required
37989 src/com/gps/hibernate/Vocabulary.java 131 Parameter 'folksonomy' is not assigned and could be declared final
37990 src/com/gps/hibernate/Vocabulary.java 131 publicMethodCommentRequirement Required
37991 src/com/gps/hibernate/VocabularyDAO.java 3 Avoid unused imports such as 'java.util.Date'
37992 src/com/gps/hibernate/VocabularyDAO.java 11 Comment is too large: Too many lines
37993 src/com/gps/hibernate/VocabularyDAO.java 23 This class has too many methods, consider refactoring it.
37994 src/com/gps/hibernate/VocabularyDAO.java 24 Logger should be defined private static final and have the correct class
37995 src/com/gps/hibernate/VocabularyDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
37996 src/com/gps/hibernate/VocabularyDAO.java 24 fieldCommentRequirement Required
37997 src/com/gps/hibernate/VocabularyDAO.java 26 fieldCommentRequirement Required
37998 src/com/gps/hibernate/VocabularyDAO.java 27 fieldCommentRequirement Required
37999 src/com/gps/hibernate/VocabularyDAO.java 28 fieldCommentRequirement Required
38000 src/com/gps/hibernate/VocabularyDAO.java 29 fieldCommentRequirement Required
38001 src/com/gps/hibernate/VocabularyDAO.java 30 fieldCommentRequirement Required
38002 src/com/gps/hibernate/VocabularyDAO.java 31 fieldCommentRequirement Required
38003 src/com/gps/hibernate/VocabularyDAO.java 32 fieldCommentRequirement Required
38004 src/com/gps/hibernate/VocabularyDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
38005 src/com/gps/hibernate/VocabularyDAO.java 34 publicMethodCommentRequirement Required
38006 src/com/gps/hibernate/VocabularyDAO.java 35 There is log block not surrounded by if
38007 src/com/gps/hibernate/VocabularyDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38008 src/com/gps/hibernate/VocabularyDAO.java 37 Potential violation of Law of Demeter (method chain calls)
38009 src/com/gps/hibernate/VocabularyDAO.java 38 There is log block not surrounded by if
38010 src/com/gps/hibernate/VocabularyDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38011 src/com/gps/hibernate/VocabularyDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38012 src/com/gps/hibernate/VocabularyDAO.java 40 There is log block not surrounded by if
38013 src/com/gps/hibernate/VocabularyDAO.java 45 Avoid excessively long variable names like persistentInstance
38014 src/com/gps/hibernate/VocabularyDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
38015 src/com/gps/hibernate/VocabularyDAO.java 45 publicMethodCommentRequirement Required
38016 src/com/gps/hibernate/VocabularyDAO.java 46 There is log block not surrounded by if
38017 src/com/gps/hibernate/VocabularyDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38018 src/com/gps/hibernate/VocabularyDAO.java 48 Potential violation of Law of Demeter (method chain calls)
38019 src/com/gps/hibernate/VocabularyDAO.java 49 There is log block not surrounded by if
38020 src/com/gps/hibernate/VocabularyDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38021 src/com/gps/hibernate/VocabularyDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38022 src/com/gps/hibernate/VocabularyDAO.java 51 There is log block not surrounded by if
38023 src/com/gps/hibernate/VocabularyDAO.java 56 Avoid variables with short names like id
38024 src/com/gps/hibernate/VocabularyDAO.java 56 Parameter 'id' is not assigned and could be declared final
38025 src/com/gps/hibernate/VocabularyDAO.java 56 publicMethodCommentRequirement Required
38026 src/com/gps/hibernate/VocabularyDAO.java 57 There is log block not surrounded by if
38027 src/com/gps/hibernate/VocabularyDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38028 src/com/gps/hibernate/VocabularyDAO.java 59 Local variable 'instance' could be declared final
38029 src/com/gps/hibernate/VocabularyDAO.java 59 Potential violation of Law of Demeter (method chain calls)
38030 src/com/gps/hibernate/VocabularyDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38031 src/com/gps/hibernate/VocabularyDAO.java 63 There is log block not surrounded by if
38032 src/com/gps/hibernate/VocabularyDAO.java 68 Parameter 'instance' is not assigned and could be declared final
38033 src/com/gps/hibernate/VocabularyDAO.java 68 publicMethodCommentRequirement Required
38034 src/com/gps/hibernate/VocabularyDAO.java 69 There is log block not surrounded by if
38035 src/com/gps/hibernate/VocabularyDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38036 src/com/gps/hibernate/VocabularyDAO.java 71 Local variable 'results' could be declared final
38037 src/com/gps/hibernate/VocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
38038 src/com/gps/hibernate/VocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
38039 src/com/gps/hibernate/VocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
38040 src/com/gps/hibernate/VocabularyDAO.java 74 There is log block not surrounded by if
38041 src/com/gps/hibernate/VocabularyDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38042 src/com/gps/hibernate/VocabularyDAO.java 75 Potential violation of Law of Demeter (object not created locally)
38043 src/com/gps/hibernate/VocabularyDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38044 src/com/gps/hibernate/VocabularyDAO.java 78 There is log block not surrounded by if
38045 src/com/gps/hibernate/VocabularyDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
38046 src/com/gps/hibernate/VocabularyDAO.java 83 Parameter 'value' is not assigned and could be declared final
38047 src/com/gps/hibernate/VocabularyDAO.java 83 publicMethodCommentRequirement Required
38048 src/com/gps/hibernate/VocabularyDAO.java 84 There is log block not surrounded by if
38049 src/com/gps/hibernate/VocabularyDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38050 src/com/gps/hibernate/VocabularyDAO.java 87 Local variable 'queryString' could be declared final
38051 src/com/gps/hibernate/VocabularyDAO.java 89 Local variable 'queryObject' could be declared final
38052 src/com/gps/hibernate/VocabularyDAO.java 89 Potential violation of Law of Demeter (method chain calls)
38053 src/com/gps/hibernate/VocabularyDAO.java 90 Potential violation of Law of Demeter (object not created locally)
38054 src/com/gps/hibernate/VocabularyDAO.java 91 Potential violation of Law of Demeter (object not created locally)
38055 src/com/gps/hibernate/VocabularyDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38056 src/com/gps/hibernate/VocabularyDAO.java 93 There is log block not surrounded by if
38057 src/com/gps/hibernate/VocabularyDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
38058 src/com/gps/hibernate/VocabularyDAO.java 98 publicMethodCommentRequirement Required
38059 src/com/gps/hibernate/VocabularyDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
38060 src/com/gps/hibernate/VocabularyDAO.java 102 publicMethodCommentRequirement Required
38061 src/com/gps/hibernate/VocabularyDAO.java 106 Parameter 'userId' is not assigned and could be declared final
38062 src/com/gps/hibernate/VocabularyDAO.java 106 publicMethodCommentRequirement Required
38063 src/com/gps/hibernate/VocabularyDAO.java 110 Parameter 'userName' is not assigned and could be declared final
38064 src/com/gps/hibernate/VocabularyDAO.java 110 publicMethodCommentRequirement Required
38065 src/com/gps/hibernate/VocabularyDAO.java 114 Parameter 'name' is not assigned and could be declared final
38066 src/com/gps/hibernate/VocabularyDAO.java 114 publicMethodCommentRequirement Required
38067 src/com/gps/hibernate/VocabularyDAO.java 118 Parameter 'description' is not assigned and could be declared final
38068 src/com/gps/hibernate/VocabularyDAO.java 118 publicMethodCommentRequirement Required
38069 src/com/gps/hibernate/VocabularyDAO.java 122 Parameter 'folksonomy' is not assigned and could be declared final
38070 src/com/gps/hibernate/VocabularyDAO.java 122 publicMethodCommentRequirement Required
38071 src/com/gps/hibernate/VocabularyDAO.java 126 publicMethodCommentRequirement Required
38072 src/com/gps/hibernate/VocabularyDAO.java 127 There is log block not surrounded by if
38073 src/com/gps/hibernate/VocabularyDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38074 src/com/gps/hibernate/VocabularyDAO.java 129 Local variable 'queryString' could be declared final
38075 src/com/gps/hibernate/VocabularyDAO.java 130 Local variable 'queryObject' could be declared final
38076 src/com/gps/hibernate/VocabularyDAO.java 130 Potential violation of Law of Demeter (method chain calls)
38077 src/com/gps/hibernate/VocabularyDAO.java 131 Potential violation of Law of Demeter (object not created locally)
38078 src/com/gps/hibernate/VocabularyDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38079 src/com/gps/hibernate/VocabularyDAO.java 133 There is log block not surrounded by if
38080 src/com/gps/hibernate/VocabularyDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
38081 src/com/gps/hibernate/VocabularyDAO.java 138 publicMethodCommentRequirement Required
38082 src/com/gps/hibernate/VocabularyDAO.java 139 There is log block not surrounded by if
38083 src/com/gps/hibernate/VocabularyDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38084 src/com/gps/hibernate/VocabularyDAO.java 141 Local variable 'result' could be declared final
38085 src/com/gps/hibernate/VocabularyDAO.java 141 Potential violation of Law of Demeter (method chain calls)
38086 src/com/gps/hibernate/VocabularyDAO.java 143 There is log block not surrounded by if
38087 src/com/gps/hibernate/VocabularyDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38088 src/com/gps/hibernate/VocabularyDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38089 src/com/gps/hibernate/VocabularyDAO.java 146 There is log block not surrounded by if
38090 src/com/gps/hibernate/VocabularyDAO.java 151 Parameter 'instance' is not assigned and could be declared final
38091 src/com/gps/hibernate/VocabularyDAO.java 151 publicMethodCommentRequirement Required
38092 src/com/gps/hibernate/VocabularyDAO.java 152 There is log block not surrounded by if
38093 src/com/gps/hibernate/VocabularyDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38094 src/com/gps/hibernate/VocabularyDAO.java 154 Potential violation of Law of Demeter (method chain calls)
38095 src/com/gps/hibernate/VocabularyDAO.java 155 There is log block not surrounded by if
38096 src/com/gps/hibernate/VocabularyDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38097 src/com/gps/hibernate/VocabularyDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38098 src/com/gps/hibernate/VocabularyDAO.java 157 There is log block not surrounded by if
38099 src/com/gps/hibernate/VocabularyDAO.java 162 Parameter 'instance' is not assigned and could be declared final
38100 src/com/gps/hibernate/VocabularyDAO.java 162 publicMethodCommentRequirement Required
38101 src/com/gps/hibernate/VocabularyDAO.java 163 There is log block not surrounded by if
38102 src/com/gps/hibernate/VocabularyDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38103 src/com/gps/hibernate/VocabularyDAO.java 165 Potential violation of Law of Demeter (method chain calls)
38104 src/com/gps/hibernate/VocabularyDAO.java 166 There is log block not surrounded by if
38105 src/com/gps/hibernate/VocabularyDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38106 src/com/gps/hibernate/VocabularyDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38107 src/com/gps/hibernate/VocabularyDAO.java 168 There is log block not surrounded by if
38108 src/com/gps/hibernate/Webdavprops.java 11 Classes implementing Serializable should set a serialVersionUID
38109 src/com/gps/hibernate/Webdavprops.java 15 fieldCommentRequirement Required
38110 src/com/gps/hibernate/Webdavprops.java 16 fieldCommentRequirement Required
38111 src/com/gps/hibernate/Webdavprops.java 17 fieldCommentRequirement Required
38112 src/com/gps/hibernate/Webdavprops.java 18 fieldCommentRequirement Required
38113 src/com/gps/hibernate/Webdavprops.java 19 fieldCommentRequirement Required
38114 src/com/gps/hibernate/Webdavprops.java 20 fieldCommentRequirement Required
38115 src/com/gps/hibernate/Webdavprops.java 21 fieldCommentRequirement Required
38116 src/com/gps/hibernate/Webdavprops.java 26 Document empty constructor
38117 src/com/gps/hibernate/Webdavprops.java 30 Parameter 'webDavPropsId' is not assigned and could be declared final
38118 src/com/gps/hibernate/Webdavprops.java 35 Parameter 'companyId' is not assigned and could be declared final
38119 src/com/gps/hibernate/Webdavprops.java 35 Parameter 'createDate' is not assigned and could be declared final
38120 src/com/gps/hibernate/Webdavprops.java 35 Parameter 'webDavPropsId' is not assigned and could be declared final
38121 src/com/gps/hibernate/Webdavprops.java 36 Parameter 'classNameId' is not assigned and could be declared final
38122 src/com/gps/hibernate/Webdavprops.java 36 Parameter 'classPk' is not assigned and could be declared final
38123 src/com/gps/hibernate/Webdavprops.java 36 Parameter 'modifiedDate' is not assigned and could be declared final
38124 src/com/gps/hibernate/Webdavprops.java 36 Parameter 'props' is not assigned and could be declared final
38125 src/com/gps/hibernate/Webdavprops.java 48 publicMethodCommentRequirement Required
38126 src/com/gps/hibernate/Webdavprops.java 52 Parameter 'webDavPropsId' is not assigned and could be declared final
38127 src/com/gps/hibernate/Webdavprops.java 52 publicMethodCommentRequirement Required
38128 src/com/gps/hibernate/Webdavprops.java 56 publicMethodCommentRequirement Required
38129 src/com/gps/hibernate/Webdavprops.java 60 Parameter 'companyId' is not assigned and could be declared final
38130 src/com/gps/hibernate/Webdavprops.java 60 publicMethodCommentRequirement Required
38131 src/com/gps/hibernate/Webdavprops.java 64 publicMethodCommentRequirement Required
38132 src/com/gps/hibernate/Webdavprops.java 68 Parameter 'createDate' is not assigned and could be declared final
38133 src/com/gps/hibernate/Webdavprops.java 68 publicMethodCommentRequirement Required
38134 src/com/gps/hibernate/Webdavprops.java 72 publicMethodCommentRequirement Required
38135 src/com/gps/hibernate/Webdavprops.java 76 Parameter 'modifiedDate' is not assigned and could be declared final
38136 src/com/gps/hibernate/Webdavprops.java 76 publicMethodCommentRequirement Required
38137 src/com/gps/hibernate/Webdavprops.java 80 publicMethodCommentRequirement Required
38138 src/com/gps/hibernate/Webdavprops.java 84 Parameter 'classNameId' is not assigned and could be declared final
38139 src/com/gps/hibernate/Webdavprops.java 84 publicMethodCommentRequirement Required
38140 src/com/gps/hibernate/Webdavprops.java 88 publicMethodCommentRequirement Required
38141 src/com/gps/hibernate/Webdavprops.java 92 Parameter 'classPk' is not assigned and could be declared final
38142 src/com/gps/hibernate/Webdavprops.java 92 publicMethodCommentRequirement Required
38143 src/com/gps/hibernate/Webdavprops.java 96 publicMethodCommentRequirement Required
38144 src/com/gps/hibernate/Webdavprops.java 100 Parameter 'props' is not assigned and could be declared final
38145 src/com/gps/hibernate/Webdavprops.java 100 publicMethodCommentRequirement Required
38146 src/com/gps/hibernate/WebdavpropsDAO.java 3 Avoid unused imports such as 'java.util.Date'
38147 src/com/gps/hibernate/WebdavpropsDAO.java 11 Comment is too large: Too many lines
38148 src/com/gps/hibernate/WebdavpropsDAO.java 23 This class has too many methods, consider refactoring it.
38149 src/com/gps/hibernate/WebdavpropsDAO.java 24 Logger should be defined private static final and have the correct class
38150 src/com/gps/hibernate/WebdavpropsDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
38151 src/com/gps/hibernate/WebdavpropsDAO.java 24 fieldCommentRequirement Required
38152 src/com/gps/hibernate/WebdavpropsDAO.java 26 fieldCommentRequirement Required
38153 src/com/gps/hibernate/WebdavpropsDAO.java 27 fieldCommentRequirement Required
38154 src/com/gps/hibernate/WebdavpropsDAO.java 28 fieldCommentRequirement Required
38155 src/com/gps/hibernate/WebdavpropsDAO.java 29 fieldCommentRequirement Required
38156 src/com/gps/hibernate/WebdavpropsDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
38157 src/com/gps/hibernate/WebdavpropsDAO.java 31 publicMethodCommentRequirement Required
38158 src/com/gps/hibernate/WebdavpropsDAO.java 32 There is log block not surrounded by if
38159 src/com/gps/hibernate/WebdavpropsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38160 src/com/gps/hibernate/WebdavpropsDAO.java 34 Potential violation of Law of Demeter (method chain calls)
38161 src/com/gps/hibernate/WebdavpropsDAO.java 35 There is log block not surrounded by if
38162 src/com/gps/hibernate/WebdavpropsDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38163 src/com/gps/hibernate/WebdavpropsDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38164 src/com/gps/hibernate/WebdavpropsDAO.java 37 There is log block not surrounded by if
38165 src/com/gps/hibernate/WebdavpropsDAO.java 42 Avoid excessively long variable names like persistentInstance
38166 src/com/gps/hibernate/WebdavpropsDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
38167 src/com/gps/hibernate/WebdavpropsDAO.java 42 publicMethodCommentRequirement Required
38168 src/com/gps/hibernate/WebdavpropsDAO.java 43 There is log block not surrounded by if
38169 src/com/gps/hibernate/WebdavpropsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38170 src/com/gps/hibernate/WebdavpropsDAO.java 45 Potential violation of Law of Demeter (method chain calls)
38171 src/com/gps/hibernate/WebdavpropsDAO.java 46 There is log block not surrounded by if
38172 src/com/gps/hibernate/WebdavpropsDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38173 src/com/gps/hibernate/WebdavpropsDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38174 src/com/gps/hibernate/WebdavpropsDAO.java 48 There is log block not surrounded by if
38175 src/com/gps/hibernate/WebdavpropsDAO.java 53 Avoid variables with short names like id
38176 src/com/gps/hibernate/WebdavpropsDAO.java 53 Parameter 'id' is not assigned and could be declared final
38177 src/com/gps/hibernate/WebdavpropsDAO.java 53 publicMethodCommentRequirement Required
38178 src/com/gps/hibernate/WebdavpropsDAO.java 54 There is log block not surrounded by if
38179 src/com/gps/hibernate/WebdavpropsDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38180 src/com/gps/hibernate/WebdavpropsDAO.java 56 Local variable 'instance' could be declared final
38181 src/com/gps/hibernate/WebdavpropsDAO.java 56 Potential violation of Law of Demeter (method chain calls)
38182 src/com/gps/hibernate/WebdavpropsDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38183 src/com/gps/hibernate/WebdavpropsDAO.java 60 There is log block not surrounded by if
38184 src/com/gps/hibernate/WebdavpropsDAO.java 65 Parameter 'instance' is not assigned and could be declared final
38185 src/com/gps/hibernate/WebdavpropsDAO.java 65 publicMethodCommentRequirement Required
38186 src/com/gps/hibernate/WebdavpropsDAO.java 66 There is log block not surrounded by if
38187 src/com/gps/hibernate/WebdavpropsDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38188 src/com/gps/hibernate/WebdavpropsDAO.java 68 Local variable 'results' could be declared final
38189 src/com/gps/hibernate/WebdavpropsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
38190 src/com/gps/hibernate/WebdavpropsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
38191 src/com/gps/hibernate/WebdavpropsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
38192 src/com/gps/hibernate/WebdavpropsDAO.java 71 There is log block not surrounded by if
38193 src/com/gps/hibernate/WebdavpropsDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38194 src/com/gps/hibernate/WebdavpropsDAO.java 72 Potential violation of Law of Demeter (object not created locally)
38195 src/com/gps/hibernate/WebdavpropsDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38196 src/com/gps/hibernate/WebdavpropsDAO.java 75 There is log block not surrounded by if
38197 src/com/gps/hibernate/WebdavpropsDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
38198 src/com/gps/hibernate/WebdavpropsDAO.java 80 Parameter 'value' is not assigned and could be declared final
38199 src/com/gps/hibernate/WebdavpropsDAO.java 80 publicMethodCommentRequirement Required
38200 src/com/gps/hibernate/WebdavpropsDAO.java 81 There is log block not surrounded by if
38201 src/com/gps/hibernate/WebdavpropsDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38202 src/com/gps/hibernate/WebdavpropsDAO.java 84 Local variable 'queryString' could be declared final
38203 src/com/gps/hibernate/WebdavpropsDAO.java 86 Local variable 'queryObject' could be declared final
38204 src/com/gps/hibernate/WebdavpropsDAO.java 86 Potential violation of Law of Demeter (method chain calls)
38205 src/com/gps/hibernate/WebdavpropsDAO.java 87 Potential violation of Law of Demeter (object not created locally)
38206 src/com/gps/hibernate/WebdavpropsDAO.java 88 Potential violation of Law of Demeter (object not created locally)
38207 src/com/gps/hibernate/WebdavpropsDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38208 src/com/gps/hibernate/WebdavpropsDAO.java 90 There is log block not surrounded by if
38209 src/com/gps/hibernate/WebdavpropsDAO.java 95 Parameter 'companyId' is not assigned and could be declared final
38210 src/com/gps/hibernate/WebdavpropsDAO.java 95 publicMethodCommentRequirement Required
38211 src/com/gps/hibernate/WebdavpropsDAO.java 99 Parameter 'classNameId' is not assigned and could be declared final
38212 src/com/gps/hibernate/WebdavpropsDAO.java 99 publicMethodCommentRequirement Required
38213 src/com/gps/hibernate/WebdavpropsDAO.java 103 Parameter 'classPk' is not assigned and could be declared final
38214 src/com/gps/hibernate/WebdavpropsDAO.java 103 publicMethodCommentRequirement Required
38215 src/com/gps/hibernate/WebdavpropsDAO.java 107 Parameter 'props' is not assigned and could be declared final
38216 src/com/gps/hibernate/WebdavpropsDAO.java 107 publicMethodCommentRequirement Required
38217 src/com/gps/hibernate/WebdavpropsDAO.java 111 publicMethodCommentRequirement Required
38218 src/com/gps/hibernate/WebdavpropsDAO.java 112 There is log block not surrounded by if
38219 src/com/gps/hibernate/WebdavpropsDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38220 src/com/gps/hibernate/WebdavpropsDAO.java 114 Local variable 'queryString' could be declared final
38221 src/com/gps/hibernate/WebdavpropsDAO.java 115 Local variable 'queryObject' could be declared final
38222 src/com/gps/hibernate/WebdavpropsDAO.java 115 Potential violation of Law of Demeter (method chain calls)
38223 src/com/gps/hibernate/WebdavpropsDAO.java 116 Potential violation of Law of Demeter (object not created locally)
38224 src/com/gps/hibernate/WebdavpropsDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38225 src/com/gps/hibernate/WebdavpropsDAO.java 118 There is log block not surrounded by if
38226 src/com/gps/hibernate/WebdavpropsDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
38227 src/com/gps/hibernate/WebdavpropsDAO.java 123 publicMethodCommentRequirement Required
38228 src/com/gps/hibernate/WebdavpropsDAO.java 124 There is log block not surrounded by if
38229 src/com/gps/hibernate/WebdavpropsDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38230 src/com/gps/hibernate/WebdavpropsDAO.java 126 Local variable 'result' could be declared final
38231 src/com/gps/hibernate/WebdavpropsDAO.java 126 Potential violation of Law of Demeter (method chain calls)
38232 src/com/gps/hibernate/WebdavpropsDAO.java 128 There is log block not surrounded by if
38233 src/com/gps/hibernate/WebdavpropsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38234 src/com/gps/hibernate/WebdavpropsDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38235 src/com/gps/hibernate/WebdavpropsDAO.java 131 There is log block not surrounded by if
38236 src/com/gps/hibernate/WebdavpropsDAO.java 136 Parameter 'instance' is not assigned and could be declared final
38237 src/com/gps/hibernate/WebdavpropsDAO.java 136 publicMethodCommentRequirement Required
38238 src/com/gps/hibernate/WebdavpropsDAO.java 137 There is log block not surrounded by if
38239 src/com/gps/hibernate/WebdavpropsDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38240 src/com/gps/hibernate/WebdavpropsDAO.java 139 Potential violation of Law of Demeter (method chain calls)
38241 src/com/gps/hibernate/WebdavpropsDAO.java 140 There is log block not surrounded by if
38242 src/com/gps/hibernate/WebdavpropsDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38243 src/com/gps/hibernate/WebdavpropsDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38244 src/com/gps/hibernate/WebdavpropsDAO.java 142 There is log block not surrounded by if
38245 src/com/gps/hibernate/WebdavpropsDAO.java 147 Parameter 'instance' is not assigned and could be declared final
38246 src/com/gps/hibernate/WebdavpropsDAO.java 147 publicMethodCommentRequirement Required
38247 src/com/gps/hibernate/WebdavpropsDAO.java 148 There is log block not surrounded by if
38248 src/com/gps/hibernate/WebdavpropsDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38249 src/com/gps/hibernate/WebdavpropsDAO.java 150 Potential violation of Law of Demeter (method chain calls)
38250 src/com/gps/hibernate/WebdavpropsDAO.java 151 There is log block not surrounded by if
38251 src/com/gps/hibernate/WebdavpropsDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38252 src/com/gps/hibernate/WebdavpropsDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38253 src/com/gps/hibernate/WebdavpropsDAO.java 153 There is log block not surrounded by if
38254 src/com/gps/hibernate/Website.java 11 Classes implementing Serializable should set a serialVersionUID
38255 src/com/gps/hibernate/Website.java 15 fieldCommentRequirement Required
38256 src/com/gps/hibernate/Website.java 16 fieldCommentRequirement Required
38257 src/com/gps/hibernate/Website.java 17 fieldCommentRequirement Required
38258 src/com/gps/hibernate/Website.java 18 fieldCommentRequirement Required
38259 src/com/gps/hibernate/Website.java 19 fieldCommentRequirement Required
38260 src/com/gps/hibernate/Website.java 20 fieldCommentRequirement Required
38261 src/com/gps/hibernate/Website.java 21 fieldCommentRequirement Required
38262 src/com/gps/hibernate/Website.java 22 fieldCommentRequirement Required
38263 src/com/gps/hibernate/Website.java 23 fieldCommentRequirement Required
38264 src/com/gps/hibernate/Website.java 24 fieldCommentRequirement Required
38265 src/com/gps/hibernate/Website.java 25 fieldCommentRequirement Required
38266 src/com/gps/hibernate/Website.java 30 Document empty constructor
38267 src/com/gps/hibernate/Website.java 34 Parameter 'websiteId' is not assigned and could be declared final
38268 src/com/gps/hibernate/Website.java 39 Avoid long parameter lists.
38269 src/com/gps/hibernate/Website.java 39 Parameter 'companyId' is not assigned and could be declared final
38270 src/com/gps/hibernate/Website.java 39 Parameter 'userId' is not assigned and could be declared final
38271 src/com/gps/hibernate/Website.java 39 Parameter 'websiteId' is not assigned and could be declared final
38272 src/com/gps/hibernate/Website.java 40 Parameter 'createDate' is not assigned and could be declared final
38273 src/com/gps/hibernate/Website.java 40 Parameter 'modifiedDate' is not assigned and could be declared final
38274 src/com/gps/hibernate/Website.java 40 Parameter 'userName' is not assigned and could be declared final
38275 src/com/gps/hibernate/Website.java 41 Parameter 'classNameId' is not assigned and could be declared final
38276 src/com/gps/hibernate/Website.java 41 Parameter 'classPk' is not assigned and could be declared final
38277 src/com/gps/hibernate/Website.java 41 Parameter 'typeId' is not assigned and could be declared final
38278 src/com/gps/hibernate/Website.java 41 Parameter 'url' is not assigned and could be declared final
38279 src/com/gps/hibernate/Website.java 42 Parameter 'primary' is not assigned and could be declared final
38280 src/com/gps/hibernate/Website.java 58 publicMethodCommentRequirement Required
38281 src/com/gps/hibernate/Website.java 62 Parameter 'websiteId' is not assigned and could be declared final
38282 src/com/gps/hibernate/Website.java 62 publicMethodCommentRequirement Required
38283 src/com/gps/hibernate/Website.java 66 publicMethodCommentRequirement Required
38284 src/com/gps/hibernate/Website.java 70 Parameter 'companyId' is not assigned and could be declared final
38285 src/com/gps/hibernate/Website.java 70 publicMethodCommentRequirement Required
38286 src/com/gps/hibernate/Website.java 74 publicMethodCommentRequirement Required
38287 src/com/gps/hibernate/Website.java 78 Parameter 'userId' is not assigned and could be declared final
38288 src/com/gps/hibernate/Website.java 78 publicMethodCommentRequirement Required
38289 src/com/gps/hibernate/Website.java 82 publicMethodCommentRequirement Required
38290 src/com/gps/hibernate/Website.java 86 Parameter 'userName' is not assigned and could be declared final
38291 src/com/gps/hibernate/Website.java 86 publicMethodCommentRequirement Required
38292 src/com/gps/hibernate/Website.java 90 publicMethodCommentRequirement Required
38293 src/com/gps/hibernate/Website.java 94 Parameter 'createDate' is not assigned and could be declared final
38294 src/com/gps/hibernate/Website.java 94 publicMethodCommentRequirement Required
38295 src/com/gps/hibernate/Website.java 98 publicMethodCommentRequirement Required
38296 src/com/gps/hibernate/Website.java 102 Parameter 'modifiedDate' is not assigned and could be declared final
38297 src/com/gps/hibernate/Website.java 102 publicMethodCommentRequirement Required
38298 src/com/gps/hibernate/Website.java 106 publicMethodCommentRequirement Required
38299 src/com/gps/hibernate/Website.java 110 Parameter 'classNameId' is not assigned and could be declared final
38300 src/com/gps/hibernate/Website.java 110 publicMethodCommentRequirement Required
38301 src/com/gps/hibernate/Website.java 114 publicMethodCommentRequirement Required
38302 src/com/gps/hibernate/Website.java 118 Parameter 'classPk' is not assigned and could be declared final
38303 src/com/gps/hibernate/Website.java 118 publicMethodCommentRequirement Required
38304 src/com/gps/hibernate/Website.java 122 publicMethodCommentRequirement Required
38305 src/com/gps/hibernate/Website.java 126 Parameter 'url' is not assigned and could be declared final
38306 src/com/gps/hibernate/Website.java 126 publicMethodCommentRequirement Required
38307 src/com/gps/hibernate/Website.java 130 publicMethodCommentRequirement Required
38308 src/com/gps/hibernate/Website.java 134 Parameter 'typeId' is not assigned and could be declared final
38309 src/com/gps/hibernate/Website.java 134 publicMethodCommentRequirement Required
38310 src/com/gps/hibernate/Website.java 138 publicMethodCommentRequirement Required
38311 src/com/gps/hibernate/Website.java 142 Parameter 'primary' is not assigned and could be declared final
38312 src/com/gps/hibernate/Website.java 142 publicMethodCommentRequirement Required
38313 src/com/gps/hibernate/WebsiteDAO.java 3 Avoid unused imports such as 'java.util.Date'
38314 src/com/gps/hibernate/WebsiteDAO.java 11 Comment is too large: Too many lines
38315 src/com/gps/hibernate/WebsiteDAO.java 23 This class has too many methods, consider refactoring it.
38316 src/com/gps/hibernate/WebsiteDAO.java 24 Logger should be defined private static final and have the correct class
38317 src/com/gps/hibernate/WebsiteDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
38318 src/com/gps/hibernate/WebsiteDAO.java 24 fieldCommentRequirement Required
38319 src/com/gps/hibernate/WebsiteDAO.java 26 fieldCommentRequirement Required
38320 src/com/gps/hibernate/WebsiteDAO.java 27 fieldCommentRequirement Required
38321 src/com/gps/hibernate/WebsiteDAO.java 28 fieldCommentRequirement Required
38322 src/com/gps/hibernate/WebsiteDAO.java 29 fieldCommentRequirement Required
38323 src/com/gps/hibernate/WebsiteDAO.java 30 fieldCommentRequirement Required
38324 src/com/gps/hibernate/WebsiteDAO.java 31 fieldCommentRequirement Required
38325 src/com/gps/hibernate/WebsiteDAO.java 32 fieldCommentRequirement Required
38326 src/com/gps/hibernate/WebsiteDAO.java 33 fieldCommentRequirement Required
38327 src/com/gps/hibernate/WebsiteDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
38328 src/com/gps/hibernate/WebsiteDAO.java 35 publicMethodCommentRequirement Required
38329 src/com/gps/hibernate/WebsiteDAO.java 36 There is log block not surrounded by if
38330 src/com/gps/hibernate/WebsiteDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38331 src/com/gps/hibernate/WebsiteDAO.java 38 Potential violation of Law of Demeter (method chain calls)
38332 src/com/gps/hibernate/WebsiteDAO.java 39 There is log block not surrounded by if
38333 src/com/gps/hibernate/WebsiteDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38334 src/com/gps/hibernate/WebsiteDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38335 src/com/gps/hibernate/WebsiteDAO.java 41 There is log block not surrounded by if
38336 src/com/gps/hibernate/WebsiteDAO.java 46 Avoid excessively long variable names like persistentInstance
38337 src/com/gps/hibernate/WebsiteDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
38338 src/com/gps/hibernate/WebsiteDAO.java 46 publicMethodCommentRequirement Required
38339 src/com/gps/hibernate/WebsiteDAO.java 47 There is log block not surrounded by if
38340 src/com/gps/hibernate/WebsiteDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38341 src/com/gps/hibernate/WebsiteDAO.java 49 Potential violation of Law of Demeter (method chain calls)
38342 src/com/gps/hibernate/WebsiteDAO.java 50 There is log block not surrounded by if
38343 src/com/gps/hibernate/WebsiteDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38344 src/com/gps/hibernate/WebsiteDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38345 src/com/gps/hibernate/WebsiteDAO.java 52 There is log block not surrounded by if
38346 src/com/gps/hibernate/WebsiteDAO.java 57 Avoid variables with short names like id
38347 src/com/gps/hibernate/WebsiteDAO.java 57 Parameter 'id' is not assigned and could be declared final
38348 src/com/gps/hibernate/WebsiteDAO.java 57 publicMethodCommentRequirement Required
38349 src/com/gps/hibernate/WebsiteDAO.java 58 There is log block not surrounded by if
38350 src/com/gps/hibernate/WebsiteDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38351 src/com/gps/hibernate/WebsiteDAO.java 60 Local variable 'instance' could be declared final
38352 src/com/gps/hibernate/WebsiteDAO.java 60 Potential violation of Law of Demeter (method chain calls)
38353 src/com/gps/hibernate/WebsiteDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38354 src/com/gps/hibernate/WebsiteDAO.java 64 There is log block not surrounded by if
38355 src/com/gps/hibernate/WebsiteDAO.java 69 Parameter 'instance' is not assigned and could be declared final
38356 src/com/gps/hibernate/WebsiteDAO.java 69 publicMethodCommentRequirement Required
38357 src/com/gps/hibernate/WebsiteDAO.java 70 There is log block not surrounded by if
38358 src/com/gps/hibernate/WebsiteDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38359 src/com/gps/hibernate/WebsiteDAO.java 72 Local variable 'results' could be declared final
38360 src/com/gps/hibernate/WebsiteDAO.java 72 Potential violation of Law of Demeter (method chain calls)
38361 src/com/gps/hibernate/WebsiteDAO.java 72 Potential violation of Law of Demeter (method chain calls)
38362 src/com/gps/hibernate/WebsiteDAO.java 72 Potential violation of Law of Demeter (method chain calls)
38363 src/com/gps/hibernate/WebsiteDAO.java 75 There is log block not surrounded by if
38364 src/com/gps/hibernate/WebsiteDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38365 src/com/gps/hibernate/WebsiteDAO.java 76 Potential violation of Law of Demeter (object not created locally)
38366 src/com/gps/hibernate/WebsiteDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38367 src/com/gps/hibernate/WebsiteDAO.java 79 There is log block not surrounded by if
38368 src/com/gps/hibernate/WebsiteDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
38369 src/com/gps/hibernate/WebsiteDAO.java 84 Parameter 'value' is not assigned and could be declared final
38370 src/com/gps/hibernate/WebsiteDAO.java 84 publicMethodCommentRequirement Required
38371 src/com/gps/hibernate/WebsiteDAO.java 85 There is log block not surrounded by if
38372 src/com/gps/hibernate/WebsiteDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38373 src/com/gps/hibernate/WebsiteDAO.java 88 Local variable 'queryString' could be declared final
38374 src/com/gps/hibernate/WebsiteDAO.java 90 Local variable 'queryObject' could be declared final
38375 src/com/gps/hibernate/WebsiteDAO.java 90 Potential violation of Law of Demeter (method chain calls)
38376 src/com/gps/hibernate/WebsiteDAO.java 91 Potential violation of Law of Demeter (object not created locally)
38377 src/com/gps/hibernate/WebsiteDAO.java 92 Potential violation of Law of Demeter (object not created locally)
38378 src/com/gps/hibernate/WebsiteDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38379 src/com/gps/hibernate/WebsiteDAO.java 94 There is log block not surrounded by if
38380 src/com/gps/hibernate/WebsiteDAO.java 99 Parameter 'companyId' is not assigned and could be declared final
38381 src/com/gps/hibernate/WebsiteDAO.java 99 publicMethodCommentRequirement Required
38382 src/com/gps/hibernate/WebsiteDAO.java 103 Parameter 'userId' is not assigned and could be declared final
38383 src/com/gps/hibernate/WebsiteDAO.java 103 publicMethodCommentRequirement Required
38384 src/com/gps/hibernate/WebsiteDAO.java 107 Parameter 'userName' is not assigned and could be declared final
38385 src/com/gps/hibernate/WebsiteDAO.java 107 publicMethodCommentRequirement Required
38386 src/com/gps/hibernate/WebsiteDAO.java 111 Parameter 'classNameId' is not assigned and could be declared final
38387 src/com/gps/hibernate/WebsiteDAO.java 111 publicMethodCommentRequirement Required
38388 src/com/gps/hibernate/WebsiteDAO.java 115 Parameter 'classPk' is not assigned and could be declared final
38389 src/com/gps/hibernate/WebsiteDAO.java 115 publicMethodCommentRequirement Required
38390 src/com/gps/hibernate/WebsiteDAO.java 119 Parameter 'url' is not assigned and could be declared final
38391 src/com/gps/hibernate/WebsiteDAO.java 119 publicMethodCommentRequirement Required
38392 src/com/gps/hibernate/WebsiteDAO.java 123 Parameter 'typeId' is not assigned and could be declared final
38393 src/com/gps/hibernate/WebsiteDAO.java 123 publicMethodCommentRequirement Required
38394 src/com/gps/hibernate/WebsiteDAO.java 127 Parameter 'primary' is not assigned and could be declared final
38395 src/com/gps/hibernate/WebsiteDAO.java 127 publicMethodCommentRequirement Required
38396 src/com/gps/hibernate/WebsiteDAO.java 131 publicMethodCommentRequirement Required
38397 src/com/gps/hibernate/WebsiteDAO.java 132 There is log block not surrounded by if
38398 src/com/gps/hibernate/WebsiteDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38399 src/com/gps/hibernate/WebsiteDAO.java 134 Local variable 'queryString' could be declared final
38400 src/com/gps/hibernate/WebsiteDAO.java 135 Local variable 'queryObject' could be declared final
38401 src/com/gps/hibernate/WebsiteDAO.java 135 Potential violation of Law of Demeter (method chain calls)
38402 src/com/gps/hibernate/WebsiteDAO.java 136 Potential violation of Law of Demeter (object not created locally)
38403 src/com/gps/hibernate/WebsiteDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38404 src/com/gps/hibernate/WebsiteDAO.java 138 There is log block not surrounded by if
38405 src/com/gps/hibernate/WebsiteDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
38406 src/com/gps/hibernate/WebsiteDAO.java 143 publicMethodCommentRequirement Required
38407 src/com/gps/hibernate/WebsiteDAO.java 144 There is log block not surrounded by if
38408 src/com/gps/hibernate/WebsiteDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38409 src/com/gps/hibernate/WebsiteDAO.java 146 Local variable 'result' could be declared final
38410 src/com/gps/hibernate/WebsiteDAO.java 146 Potential violation of Law of Demeter (method chain calls)
38411 src/com/gps/hibernate/WebsiteDAO.java 147 There is log block not surrounded by if
38412 src/com/gps/hibernate/WebsiteDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38413 src/com/gps/hibernate/WebsiteDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38414 src/com/gps/hibernate/WebsiteDAO.java 150 There is log block not surrounded by if
38415 src/com/gps/hibernate/WebsiteDAO.java 155 Parameter 'instance' is not assigned and could be declared final
38416 src/com/gps/hibernate/WebsiteDAO.java 155 publicMethodCommentRequirement Required
38417 src/com/gps/hibernate/WebsiteDAO.java 156 There is log block not surrounded by if
38418 src/com/gps/hibernate/WebsiteDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38419 src/com/gps/hibernate/WebsiteDAO.java 158 Potential violation of Law of Demeter (method chain calls)
38420 src/com/gps/hibernate/WebsiteDAO.java 159 There is log block not surrounded by if
38421 src/com/gps/hibernate/WebsiteDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38422 src/com/gps/hibernate/WebsiteDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38423 src/com/gps/hibernate/WebsiteDAO.java 161 There is log block not surrounded by if
38424 src/com/gps/hibernate/WebsiteDAO.java 166 Parameter 'instance' is not assigned and could be declared final
38425 src/com/gps/hibernate/WebsiteDAO.java 166 publicMethodCommentRequirement Required
38426 src/com/gps/hibernate/WebsiteDAO.java 167 There is log block not surrounded by if
38427 src/com/gps/hibernate/WebsiteDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38428 src/com/gps/hibernate/WebsiteDAO.java 169 Potential violation of Law of Demeter (method chain calls)
38429 src/com/gps/hibernate/WebsiteDAO.java 170 There is log block not surrounded by if
38430 src/com/gps/hibernate/WebsiteDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38431 src/com/gps/hibernate/WebsiteDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38432 src/com/gps/hibernate/WebsiteDAO.java 172 There is log block not surrounded by if
38433 src/com/gps/hibernate/Wikinode.java 11 Classes implementing Serializable should set a serialVersionUID
38434 src/com/gps/hibernate/Wikinode.java 15 fieldCommentRequirement Required
38435 src/com/gps/hibernate/Wikinode.java 16 fieldCommentRequirement Required
38436 src/com/gps/hibernate/Wikinode.java 17 fieldCommentRequirement Required
38437 src/com/gps/hibernate/Wikinode.java 18 fieldCommentRequirement Required
38438 src/com/gps/hibernate/Wikinode.java 19 fieldCommentRequirement Required
38439 src/com/gps/hibernate/Wikinode.java 20 fieldCommentRequirement Required
38440 src/com/gps/hibernate/Wikinode.java 21 fieldCommentRequirement Required
38441 src/com/gps/hibernate/Wikinode.java 22 fieldCommentRequirement Required
38442 src/com/gps/hibernate/Wikinode.java 23 fieldCommentRequirement Required
38443 src/com/gps/hibernate/Wikinode.java 24 fieldCommentRequirement Required
38444 src/com/gps/hibernate/Wikinode.java 25 fieldCommentRequirement Required
38445 src/com/gps/hibernate/Wikinode.java 30 Document empty constructor
38446 src/com/gps/hibernate/Wikinode.java 34 Parameter 'nodeId' is not assigned and could be declared final
38447 src/com/gps/hibernate/Wikinode.java 39 Avoid long parameter lists.
38448 src/com/gps/hibernate/Wikinode.java 39 Parameter 'companyId' is not assigned and could be declared final
38449 src/com/gps/hibernate/Wikinode.java 39 Parameter 'groupId' is not assigned and could be declared final
38450 src/com/gps/hibernate/Wikinode.java 39 Parameter 'nodeId' is not assigned and could be declared final
38451 src/com/gps/hibernate/Wikinode.java 39 Parameter 'uuid' is not assigned and could be declared final
38452 src/com/gps/hibernate/Wikinode.java 40 Parameter 'createDate' is not assigned and could be declared final
38453 src/com/gps/hibernate/Wikinode.java 40 Parameter 'modifiedDate' is not assigned and could be declared final
38454 src/com/gps/hibernate/Wikinode.java 40 Parameter 'userId' is not assigned and could be declared final
38455 src/com/gps/hibernate/Wikinode.java 40 Parameter 'userName' is not assigned and could be declared final
38456 src/com/gps/hibernate/Wikinode.java 41 Parameter 'description' is not assigned and could be declared final
38457 src/com/gps/hibernate/Wikinode.java 41 Parameter 'lastPostDate' is not assigned and could be declared final
38458 src/com/gps/hibernate/Wikinode.java 41 Parameter 'name' is not assigned and could be declared final
38459 src/com/gps/hibernate/Wikinode.java 57 publicMethodCommentRequirement Required
38460 src/com/gps/hibernate/Wikinode.java 61 Parameter 'nodeId' is not assigned and could be declared final
38461 src/com/gps/hibernate/Wikinode.java 61 publicMethodCommentRequirement Required
38462 src/com/gps/hibernate/Wikinode.java 65 publicMethodCommentRequirement Required
38463 src/com/gps/hibernate/Wikinode.java 69 Parameter 'uuid' is not assigned and could be declared final
38464 src/com/gps/hibernate/Wikinode.java 69 publicMethodCommentRequirement Required
38465 src/com/gps/hibernate/Wikinode.java 73 publicMethodCommentRequirement Required
38466 src/com/gps/hibernate/Wikinode.java 77 Parameter 'groupId' is not assigned and could be declared final
38467 src/com/gps/hibernate/Wikinode.java 77 publicMethodCommentRequirement Required
38468 src/com/gps/hibernate/Wikinode.java 81 publicMethodCommentRequirement Required
38469 src/com/gps/hibernate/Wikinode.java 85 Parameter 'companyId' is not assigned and could be declared final
38470 src/com/gps/hibernate/Wikinode.java 85 publicMethodCommentRequirement Required
38471 src/com/gps/hibernate/Wikinode.java 89 publicMethodCommentRequirement Required
38472 src/com/gps/hibernate/Wikinode.java 93 Parameter 'userId' is not assigned and could be declared final
38473 src/com/gps/hibernate/Wikinode.java 93 publicMethodCommentRequirement Required
38474 src/com/gps/hibernate/Wikinode.java 97 publicMethodCommentRequirement Required
38475 src/com/gps/hibernate/Wikinode.java 101 Parameter 'userName' is not assigned and could be declared final
38476 src/com/gps/hibernate/Wikinode.java 101 publicMethodCommentRequirement Required
38477 src/com/gps/hibernate/Wikinode.java 105 publicMethodCommentRequirement Required
38478 src/com/gps/hibernate/Wikinode.java 109 Parameter 'createDate' is not assigned and could be declared final
38479 src/com/gps/hibernate/Wikinode.java 109 publicMethodCommentRequirement Required
38480 src/com/gps/hibernate/Wikinode.java 113 publicMethodCommentRequirement Required
38481 src/com/gps/hibernate/Wikinode.java 117 Parameter 'modifiedDate' is not assigned and could be declared final
38482 src/com/gps/hibernate/Wikinode.java 117 publicMethodCommentRequirement Required
38483 src/com/gps/hibernate/Wikinode.java 121 publicMethodCommentRequirement Required
38484 src/com/gps/hibernate/Wikinode.java 125 Parameter 'name' is not assigned and could be declared final
38485 src/com/gps/hibernate/Wikinode.java 125 publicMethodCommentRequirement Required
38486 src/com/gps/hibernate/Wikinode.java 129 publicMethodCommentRequirement Required
38487 src/com/gps/hibernate/Wikinode.java 133 Parameter 'description' is not assigned and could be declared final
38488 src/com/gps/hibernate/Wikinode.java 133 publicMethodCommentRequirement Required
38489 src/com/gps/hibernate/Wikinode.java 137 publicMethodCommentRequirement Required
38490 src/com/gps/hibernate/Wikinode.java 141 Parameter 'lastPostDate' is not assigned and could be declared final
38491 src/com/gps/hibernate/Wikinode.java 141 publicMethodCommentRequirement Required
38492 src/com/gps/hibernate/WikinodeDAO.java 3 Avoid unused imports such as 'java.util.Date'
38493 src/com/gps/hibernate/WikinodeDAO.java 11 Comment is too large: Too many lines
38494 src/com/gps/hibernate/WikinodeDAO.java 23 This class has too many methods, consider refactoring it.
38495 src/com/gps/hibernate/WikinodeDAO.java 24 Logger should be defined private static final and have the correct class
38496 src/com/gps/hibernate/WikinodeDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
38497 src/com/gps/hibernate/WikinodeDAO.java 24 fieldCommentRequirement Required
38498 src/com/gps/hibernate/WikinodeDAO.java 26 fieldCommentRequirement Required
38499 src/com/gps/hibernate/WikinodeDAO.java 27 fieldCommentRequirement Required
38500 src/com/gps/hibernate/WikinodeDAO.java 28 fieldCommentRequirement Required
38501 src/com/gps/hibernate/WikinodeDAO.java 29 fieldCommentRequirement Required
38502 src/com/gps/hibernate/WikinodeDAO.java 30 fieldCommentRequirement Required
38503 src/com/gps/hibernate/WikinodeDAO.java 31 fieldCommentRequirement Required
38504 src/com/gps/hibernate/WikinodeDAO.java 32 fieldCommentRequirement Required
38505 src/com/gps/hibernate/WikinodeDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
38506 src/com/gps/hibernate/WikinodeDAO.java 34 publicMethodCommentRequirement Required
38507 src/com/gps/hibernate/WikinodeDAO.java 35 There is log block not surrounded by if
38508 src/com/gps/hibernate/WikinodeDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38509 src/com/gps/hibernate/WikinodeDAO.java 37 Potential violation of Law of Demeter (method chain calls)
38510 src/com/gps/hibernate/WikinodeDAO.java 38 There is log block not surrounded by if
38511 src/com/gps/hibernate/WikinodeDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38512 src/com/gps/hibernate/WikinodeDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38513 src/com/gps/hibernate/WikinodeDAO.java 40 There is log block not surrounded by if
38514 src/com/gps/hibernate/WikinodeDAO.java 45 Avoid excessively long variable names like persistentInstance
38515 src/com/gps/hibernate/WikinodeDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
38516 src/com/gps/hibernate/WikinodeDAO.java 45 publicMethodCommentRequirement Required
38517 src/com/gps/hibernate/WikinodeDAO.java 46 There is log block not surrounded by if
38518 src/com/gps/hibernate/WikinodeDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38519 src/com/gps/hibernate/WikinodeDAO.java 48 Potential violation of Law of Demeter (method chain calls)
38520 src/com/gps/hibernate/WikinodeDAO.java 49 There is log block not surrounded by if
38521 src/com/gps/hibernate/WikinodeDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38522 src/com/gps/hibernate/WikinodeDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38523 src/com/gps/hibernate/WikinodeDAO.java 51 There is log block not surrounded by if
38524 src/com/gps/hibernate/WikinodeDAO.java 56 Avoid variables with short names like id
38525 src/com/gps/hibernate/WikinodeDAO.java 56 Parameter 'id' is not assigned and could be declared final
38526 src/com/gps/hibernate/WikinodeDAO.java 56 publicMethodCommentRequirement Required
38527 src/com/gps/hibernate/WikinodeDAO.java 57 There is log block not surrounded by if
38528 src/com/gps/hibernate/WikinodeDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38529 src/com/gps/hibernate/WikinodeDAO.java 59 Local variable 'instance' could be declared final
38530 src/com/gps/hibernate/WikinodeDAO.java 59 Potential violation of Law of Demeter (method chain calls)
38531 src/com/gps/hibernate/WikinodeDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38532 src/com/gps/hibernate/WikinodeDAO.java 63 There is log block not surrounded by if
38533 src/com/gps/hibernate/WikinodeDAO.java 68 Parameter 'instance' is not assigned and could be declared final
38534 src/com/gps/hibernate/WikinodeDAO.java 68 publicMethodCommentRequirement Required
38535 src/com/gps/hibernate/WikinodeDAO.java 69 There is log block not surrounded by if
38536 src/com/gps/hibernate/WikinodeDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38537 src/com/gps/hibernate/WikinodeDAO.java 71 Local variable 'results' could be declared final
38538 src/com/gps/hibernate/WikinodeDAO.java 71 Potential violation of Law of Demeter (method chain calls)
38539 src/com/gps/hibernate/WikinodeDAO.java 71 Potential violation of Law of Demeter (method chain calls)
38540 src/com/gps/hibernate/WikinodeDAO.java 71 Potential violation of Law of Demeter (method chain calls)
38541 src/com/gps/hibernate/WikinodeDAO.java 74 There is log block not surrounded by if
38542 src/com/gps/hibernate/WikinodeDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38543 src/com/gps/hibernate/WikinodeDAO.java 75 Potential violation of Law of Demeter (object not created locally)
38544 src/com/gps/hibernate/WikinodeDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38545 src/com/gps/hibernate/WikinodeDAO.java 78 There is log block not surrounded by if
38546 src/com/gps/hibernate/WikinodeDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
38547 src/com/gps/hibernate/WikinodeDAO.java 83 Parameter 'value' is not assigned and could be declared final
38548 src/com/gps/hibernate/WikinodeDAO.java 83 publicMethodCommentRequirement Required
38549 src/com/gps/hibernate/WikinodeDAO.java 84 There is log block not surrounded by if
38550 src/com/gps/hibernate/WikinodeDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38551 src/com/gps/hibernate/WikinodeDAO.java 87 Local variable 'queryString' could be declared final
38552 src/com/gps/hibernate/WikinodeDAO.java 89 Local variable 'queryObject' could be declared final
38553 src/com/gps/hibernate/WikinodeDAO.java 89 Potential violation of Law of Demeter (method chain calls)
38554 src/com/gps/hibernate/WikinodeDAO.java 90 Potential violation of Law of Demeter (object not created locally)
38555 src/com/gps/hibernate/WikinodeDAO.java 91 Potential violation of Law of Demeter (object not created locally)
38556 src/com/gps/hibernate/WikinodeDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38557 src/com/gps/hibernate/WikinodeDAO.java 93 There is log block not surrounded by if
38558 src/com/gps/hibernate/WikinodeDAO.java 98 Parameter 'uuid' is not assigned and could be declared final
38559 src/com/gps/hibernate/WikinodeDAO.java 98 publicMethodCommentRequirement Required
38560 src/com/gps/hibernate/WikinodeDAO.java 102 Parameter 'groupId' is not assigned and could be declared final
38561 src/com/gps/hibernate/WikinodeDAO.java 102 publicMethodCommentRequirement Required
38562 src/com/gps/hibernate/WikinodeDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
38563 src/com/gps/hibernate/WikinodeDAO.java 106 publicMethodCommentRequirement Required
38564 src/com/gps/hibernate/WikinodeDAO.java 110 Parameter 'userId' is not assigned and could be declared final
38565 src/com/gps/hibernate/WikinodeDAO.java 110 publicMethodCommentRequirement Required
38566 src/com/gps/hibernate/WikinodeDAO.java 114 Parameter 'userName' is not assigned and could be declared final
38567 src/com/gps/hibernate/WikinodeDAO.java 114 publicMethodCommentRequirement Required
38568 src/com/gps/hibernate/WikinodeDAO.java 118 Parameter 'name' is not assigned and could be declared final
38569 src/com/gps/hibernate/WikinodeDAO.java 118 publicMethodCommentRequirement Required
38570 src/com/gps/hibernate/WikinodeDAO.java 122 Parameter 'description' is not assigned and could be declared final
38571 src/com/gps/hibernate/WikinodeDAO.java 122 publicMethodCommentRequirement Required
38572 src/com/gps/hibernate/WikinodeDAO.java 126 publicMethodCommentRequirement Required
38573 src/com/gps/hibernate/WikinodeDAO.java 127 There is log block not surrounded by if
38574 src/com/gps/hibernate/WikinodeDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38575 src/com/gps/hibernate/WikinodeDAO.java 129 Local variable 'queryString' could be declared final
38576 src/com/gps/hibernate/WikinodeDAO.java 130 Local variable 'queryObject' could be declared final
38577 src/com/gps/hibernate/WikinodeDAO.java 130 Potential violation of Law of Demeter (method chain calls)
38578 src/com/gps/hibernate/WikinodeDAO.java 131 Potential violation of Law of Demeter (object not created locally)
38579 src/com/gps/hibernate/WikinodeDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38580 src/com/gps/hibernate/WikinodeDAO.java 133 There is log block not surrounded by if
38581 src/com/gps/hibernate/WikinodeDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
38582 src/com/gps/hibernate/WikinodeDAO.java 138 publicMethodCommentRequirement Required
38583 src/com/gps/hibernate/WikinodeDAO.java 139 There is log block not surrounded by if
38584 src/com/gps/hibernate/WikinodeDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38585 src/com/gps/hibernate/WikinodeDAO.java 141 Local variable 'result' could be declared final
38586 src/com/gps/hibernate/WikinodeDAO.java 141 Potential violation of Law of Demeter (method chain calls)
38587 src/com/gps/hibernate/WikinodeDAO.java 142 There is log block not surrounded by if
38588 src/com/gps/hibernate/WikinodeDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38589 src/com/gps/hibernate/WikinodeDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38590 src/com/gps/hibernate/WikinodeDAO.java 145 There is log block not surrounded by if
38591 src/com/gps/hibernate/WikinodeDAO.java 150 Parameter 'instance' is not assigned and could be declared final
38592 src/com/gps/hibernate/WikinodeDAO.java 150 publicMethodCommentRequirement Required
38593 src/com/gps/hibernate/WikinodeDAO.java 151 There is log block not surrounded by if
38594 src/com/gps/hibernate/WikinodeDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38595 src/com/gps/hibernate/WikinodeDAO.java 153 Potential violation of Law of Demeter (method chain calls)
38596 src/com/gps/hibernate/WikinodeDAO.java 154 There is log block not surrounded by if
38597 src/com/gps/hibernate/WikinodeDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38598 src/com/gps/hibernate/WikinodeDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38599 src/com/gps/hibernate/WikinodeDAO.java 156 There is log block not surrounded by if
38600 src/com/gps/hibernate/WikinodeDAO.java 161 Parameter 'instance' is not assigned and could be declared final
38601 src/com/gps/hibernate/WikinodeDAO.java 161 publicMethodCommentRequirement Required
38602 src/com/gps/hibernate/WikinodeDAO.java 162 There is log block not surrounded by if
38603 src/com/gps/hibernate/WikinodeDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38604 src/com/gps/hibernate/WikinodeDAO.java 164 Potential violation of Law of Demeter (method chain calls)
38605 src/com/gps/hibernate/WikinodeDAO.java 165 There is log block not surrounded by if
38606 src/com/gps/hibernate/WikinodeDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38607 src/com/gps/hibernate/WikinodeDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38608 src/com/gps/hibernate/WikinodeDAO.java 167 There is log block not surrounded by if
38609 src/com/gps/hibernate/Wikipage.java 11 Classes implementing Serializable should set a serialVersionUID
38610 src/com/gps/hibernate/Wikipage.java 11 Too many fields
38611 src/com/gps/hibernate/Wikipage.java 15 fieldCommentRequirement Required
38612 src/com/gps/hibernate/Wikipage.java 16 fieldCommentRequirement Required
38613 src/com/gps/hibernate/Wikipage.java 17 fieldCommentRequirement Required
38614 src/com/gps/hibernate/Wikipage.java 18 fieldCommentRequirement Required
38615 src/com/gps/hibernate/Wikipage.java 19 fieldCommentRequirement Required
38616 src/com/gps/hibernate/Wikipage.java 20 fieldCommentRequirement Required
38617 src/com/gps/hibernate/Wikipage.java 21 fieldCommentRequirement Required
38618 src/com/gps/hibernate/Wikipage.java 22 fieldCommentRequirement Required
38619 src/com/gps/hibernate/Wikipage.java 23 fieldCommentRequirement Required
38620 src/com/gps/hibernate/Wikipage.java 24 fieldCommentRequirement Required
38621 src/com/gps/hibernate/Wikipage.java 25 fieldCommentRequirement Required
38622 src/com/gps/hibernate/Wikipage.java 26 fieldCommentRequirement Required
38623 src/com/gps/hibernate/Wikipage.java 27 fieldCommentRequirement Required
38624 src/com/gps/hibernate/Wikipage.java 28 fieldCommentRequirement Required
38625 src/com/gps/hibernate/Wikipage.java 29 fieldCommentRequirement Required
38626 src/com/gps/hibernate/Wikipage.java 30 fieldCommentRequirement Required
38627 src/com/gps/hibernate/Wikipage.java 31 fieldCommentRequirement Required
38628 src/com/gps/hibernate/Wikipage.java 32 fieldCommentRequirement Required
38629 src/com/gps/hibernate/Wikipage.java 33 fieldCommentRequirement Required
38630 src/com/gps/hibernate/Wikipage.java 38 Document empty constructor
38631 src/com/gps/hibernate/Wikipage.java 42 Parameter 'pageId' is not assigned and could be declared final
38632 src/com/gps/hibernate/Wikipage.java 47 Avoid long parameter lists.
38633 src/com/gps/hibernate/Wikipage.java 47 Parameter 'pageId' is not assigned and could be declared final
38634 src/com/gps/hibernate/Wikipage.java 47 Parameter 'resourcePrimKey' is not assigned and could be declared final
38635 src/com/gps/hibernate/Wikipage.java 47 Parameter 'uuid' is not assigned and could be declared final
38636 src/com/gps/hibernate/Wikipage.java 48 Parameter 'companyId' is not assigned and could be declared final
38637 src/com/gps/hibernate/Wikipage.java 48 Parameter 'groupId' is not assigned and could be declared final
38638 src/com/gps/hibernate/Wikipage.java 48 Parameter 'userId' is not assigned and could be declared final
38639 src/com/gps/hibernate/Wikipage.java 48 Parameter 'userName' is not assigned and could be declared final
38640 src/com/gps/hibernate/Wikipage.java 49 Parameter 'createDate' is not assigned and could be declared final
38641 src/com/gps/hibernate/Wikipage.java 49 Parameter 'modifiedDate' is not assigned and could be declared final
38642 src/com/gps/hibernate/Wikipage.java 49 Parameter 'nodeId' is not assigned and could be declared final
38643 src/com/gps/hibernate/Wikipage.java 49 Parameter 'title' is not assigned and could be declared final
38644 src/com/gps/hibernate/Wikipage.java 50 Parameter 'content' is not assigned and could be declared final
38645 src/com/gps/hibernate/Wikipage.java 50 Parameter 'minorEdit' is not assigned and could be declared final
38646 src/com/gps/hibernate/Wikipage.java 50 Parameter 'summary' is not assigned and could be declared final
38647 src/com/gps/hibernate/Wikipage.java 50 Parameter 'version' is not assigned and could be declared final
38648 src/com/gps/hibernate/Wikipage.java 51 Parameter 'format' is not assigned and could be declared final
38649 src/com/gps/hibernate/Wikipage.java 51 Parameter 'head' is not assigned and could be declared final
38650 src/com/gps/hibernate/Wikipage.java 51 Parameter 'parentTitle' is not assigned and could be declared final
38651 src/com/gps/hibernate/Wikipage.java 51 Parameter 'redirectTitle' is not assigned and could be declared final
38652 src/com/gps/hibernate/Wikipage.java 75 publicMethodCommentRequirement Required
38653 src/com/gps/hibernate/Wikipage.java 79 Parameter 'pageId' is not assigned and could be declared final
38654 src/com/gps/hibernate/Wikipage.java 79 publicMethodCommentRequirement Required
38655 src/com/gps/hibernate/Wikipage.java 83 publicMethodCommentRequirement Required
38656 src/com/gps/hibernate/Wikipage.java 87 Parameter 'uuid' is not assigned and could be declared final
38657 src/com/gps/hibernate/Wikipage.java 87 publicMethodCommentRequirement Required
38658 src/com/gps/hibernate/Wikipage.java 91 publicMethodCommentRequirement Required
38659 src/com/gps/hibernate/Wikipage.java 95 Parameter 'resourcePrimKey' is not assigned and could be declared final
38660 src/com/gps/hibernate/Wikipage.java 95 publicMethodCommentRequirement Required
38661 src/com/gps/hibernate/Wikipage.java 99 publicMethodCommentRequirement Required
38662 src/com/gps/hibernate/Wikipage.java 103 Parameter 'groupId' is not assigned and could be declared final
38663 src/com/gps/hibernate/Wikipage.java 103 publicMethodCommentRequirement Required
38664 src/com/gps/hibernate/Wikipage.java 107 publicMethodCommentRequirement Required
38665 src/com/gps/hibernate/Wikipage.java 111 Parameter 'companyId' is not assigned and could be declared final
38666 src/com/gps/hibernate/Wikipage.java 111 publicMethodCommentRequirement Required
38667 src/com/gps/hibernate/Wikipage.java 115 publicMethodCommentRequirement Required
38668 src/com/gps/hibernate/Wikipage.java 119 Parameter 'userId' is not assigned and could be declared final
38669 src/com/gps/hibernate/Wikipage.java 119 publicMethodCommentRequirement Required
38670 src/com/gps/hibernate/Wikipage.java 123 publicMethodCommentRequirement Required
38671 src/com/gps/hibernate/Wikipage.java 127 Parameter 'userName' is not assigned and could be declared final
38672 src/com/gps/hibernate/Wikipage.java 127 publicMethodCommentRequirement Required
38673 src/com/gps/hibernate/Wikipage.java 131 publicMethodCommentRequirement Required
38674 src/com/gps/hibernate/Wikipage.java 135 Parameter 'createDate' is not assigned and could be declared final
38675 src/com/gps/hibernate/Wikipage.java 135 publicMethodCommentRequirement Required
38676 src/com/gps/hibernate/Wikipage.java 139 publicMethodCommentRequirement Required
38677 src/com/gps/hibernate/Wikipage.java 143 Parameter 'modifiedDate' is not assigned and could be declared final
38678 src/com/gps/hibernate/Wikipage.java 143 publicMethodCommentRequirement Required
38679 src/com/gps/hibernate/Wikipage.java 147 publicMethodCommentRequirement Required
38680 src/com/gps/hibernate/Wikipage.java 151 Parameter 'nodeId' is not assigned and could be declared final
38681 src/com/gps/hibernate/Wikipage.java 151 publicMethodCommentRequirement Required
38682 src/com/gps/hibernate/Wikipage.java 155 publicMethodCommentRequirement Required
38683 src/com/gps/hibernate/Wikipage.java 159 Parameter 'title' is not assigned and could be declared final
38684 src/com/gps/hibernate/Wikipage.java 159 publicMethodCommentRequirement Required
38685 src/com/gps/hibernate/Wikipage.java 163 publicMethodCommentRequirement Required
38686 src/com/gps/hibernate/Wikipage.java 167 Parameter 'version' is not assigned and could be declared final
38687 src/com/gps/hibernate/Wikipage.java 167 publicMethodCommentRequirement Required
38688 src/com/gps/hibernate/Wikipage.java 171 publicMethodCommentRequirement Required
38689 src/com/gps/hibernate/Wikipage.java 175 Parameter 'minorEdit' is not assigned and could be declared final
38690 src/com/gps/hibernate/Wikipage.java 175 publicMethodCommentRequirement Required
38691 src/com/gps/hibernate/Wikipage.java 179 publicMethodCommentRequirement Required
38692 src/com/gps/hibernate/Wikipage.java 183 Parameter 'content' is not assigned and could be declared final
38693 src/com/gps/hibernate/Wikipage.java 183 publicMethodCommentRequirement Required
38694 src/com/gps/hibernate/Wikipage.java 187 publicMethodCommentRequirement Required
38695 src/com/gps/hibernate/Wikipage.java 191 Parameter 'summary' is not assigned and could be declared final
38696 src/com/gps/hibernate/Wikipage.java 191 publicMethodCommentRequirement Required
38697 src/com/gps/hibernate/Wikipage.java 195 publicMethodCommentRequirement Required
38698 src/com/gps/hibernate/Wikipage.java 199 Parameter 'format' is not assigned and could be declared final
38699 src/com/gps/hibernate/Wikipage.java 199 publicMethodCommentRequirement Required
38700 src/com/gps/hibernate/Wikipage.java 203 publicMethodCommentRequirement Required
38701 src/com/gps/hibernate/Wikipage.java 207 Parameter 'head' is not assigned and could be declared final
38702 src/com/gps/hibernate/Wikipage.java 207 publicMethodCommentRequirement Required
38703 src/com/gps/hibernate/Wikipage.java 211 publicMethodCommentRequirement Required
38704 src/com/gps/hibernate/Wikipage.java 215 Parameter 'parentTitle' is not assigned and could be declared final
38705 src/com/gps/hibernate/Wikipage.java 215 publicMethodCommentRequirement Required
38706 src/com/gps/hibernate/Wikipage.java 219 publicMethodCommentRequirement Required
38707 src/com/gps/hibernate/Wikipage.java 223 Parameter 'redirectTitle' is not assigned and could be declared final
38708 src/com/gps/hibernate/Wikipage.java 223 publicMethodCommentRequirement Required
38709 src/com/gps/hibernate/WikipageDAO.java 3 Avoid unused imports such as 'java.util.Date'
38710 src/com/gps/hibernate/WikipageDAO.java 11 Comment is too large: Too many lines
38711 src/com/gps/hibernate/WikipageDAO.java 23 This class has too many methods, consider refactoring it.
38712 src/com/gps/hibernate/WikipageDAO.java 24 Logger should be defined private static final and have the correct class
38713 src/com/gps/hibernate/WikipageDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
38714 src/com/gps/hibernate/WikipageDAO.java 24 fieldCommentRequirement Required
38715 src/com/gps/hibernate/WikipageDAO.java 26 fieldCommentRequirement Required
38716 src/com/gps/hibernate/WikipageDAO.java 27 fieldCommentRequirement Required
38717 src/com/gps/hibernate/WikipageDAO.java 28 fieldCommentRequirement Required
38718 src/com/gps/hibernate/WikipageDAO.java 29 fieldCommentRequirement Required
38719 src/com/gps/hibernate/WikipageDAO.java 30 fieldCommentRequirement Required
38720 src/com/gps/hibernate/WikipageDAO.java 31 fieldCommentRequirement Required
38721 src/com/gps/hibernate/WikipageDAO.java 32 fieldCommentRequirement Required
38722 src/com/gps/hibernate/WikipageDAO.java 33 fieldCommentRequirement Required
38723 src/com/gps/hibernate/WikipageDAO.java 34 fieldCommentRequirement Required
38724 src/com/gps/hibernate/WikipageDAO.java 35 fieldCommentRequirement Required
38725 src/com/gps/hibernate/WikipageDAO.java 36 fieldCommentRequirement Required
38726 src/com/gps/hibernate/WikipageDAO.java 37 fieldCommentRequirement Required
38727 src/com/gps/hibernate/WikipageDAO.java 38 fieldCommentRequirement Required
38728 src/com/gps/hibernate/WikipageDAO.java 39 fieldCommentRequirement Required
38729 src/com/gps/hibernate/WikipageDAO.java 40 fieldCommentRequirement Required
38730 src/com/gps/hibernate/WikipageDAO.java 41 fieldCommentRequirement Required
38731 src/com/gps/hibernate/WikipageDAO.java 43 Parameter 'transientInstance' is not assigned and could be declared final
38732 src/com/gps/hibernate/WikipageDAO.java 43 publicMethodCommentRequirement Required
38733 src/com/gps/hibernate/WikipageDAO.java 44 There is log block not surrounded by if
38734 src/com/gps/hibernate/WikipageDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38735 src/com/gps/hibernate/WikipageDAO.java 46 Potential violation of Law of Demeter (method chain calls)
38736 src/com/gps/hibernate/WikipageDAO.java 47 There is log block not surrounded by if
38737 src/com/gps/hibernate/WikipageDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38738 src/com/gps/hibernate/WikipageDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38739 src/com/gps/hibernate/WikipageDAO.java 49 There is log block not surrounded by if
38740 src/com/gps/hibernate/WikipageDAO.java 54 Avoid excessively long variable names like persistentInstance
38741 src/com/gps/hibernate/WikipageDAO.java 54 Parameter 'persistentInstance' is not assigned and could be declared final
38742 src/com/gps/hibernate/WikipageDAO.java 54 publicMethodCommentRequirement Required
38743 src/com/gps/hibernate/WikipageDAO.java 55 There is log block not surrounded by if
38744 src/com/gps/hibernate/WikipageDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38745 src/com/gps/hibernate/WikipageDAO.java 57 Potential violation of Law of Demeter (method chain calls)
38746 src/com/gps/hibernate/WikipageDAO.java 58 There is log block not surrounded by if
38747 src/com/gps/hibernate/WikipageDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38748 src/com/gps/hibernate/WikipageDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38749 src/com/gps/hibernate/WikipageDAO.java 60 There is log block not surrounded by if
38750 src/com/gps/hibernate/WikipageDAO.java 65 Avoid variables with short names like id
38751 src/com/gps/hibernate/WikipageDAO.java 65 Parameter 'id' is not assigned and could be declared final
38752 src/com/gps/hibernate/WikipageDAO.java 65 publicMethodCommentRequirement Required
38753 src/com/gps/hibernate/WikipageDAO.java 66 There is log block not surrounded by if
38754 src/com/gps/hibernate/WikipageDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38755 src/com/gps/hibernate/WikipageDAO.java 68 Local variable 'instance' could be declared final
38756 src/com/gps/hibernate/WikipageDAO.java 68 Potential violation of Law of Demeter (method chain calls)
38757 src/com/gps/hibernate/WikipageDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38758 src/com/gps/hibernate/WikipageDAO.java 72 There is log block not surrounded by if
38759 src/com/gps/hibernate/WikipageDAO.java 77 Parameter 'instance' is not assigned and could be declared final
38760 src/com/gps/hibernate/WikipageDAO.java 77 publicMethodCommentRequirement Required
38761 src/com/gps/hibernate/WikipageDAO.java 78 There is log block not surrounded by if
38762 src/com/gps/hibernate/WikipageDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38763 src/com/gps/hibernate/WikipageDAO.java 80 Local variable 'results' could be declared final
38764 src/com/gps/hibernate/WikipageDAO.java 80 Potential violation of Law of Demeter (method chain calls)
38765 src/com/gps/hibernate/WikipageDAO.java 80 Potential violation of Law of Demeter (method chain calls)
38766 src/com/gps/hibernate/WikipageDAO.java 80 Potential violation of Law of Demeter (method chain calls)
38767 src/com/gps/hibernate/WikipageDAO.java 83 There is log block not surrounded by if
38768 src/com/gps/hibernate/WikipageDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38769 src/com/gps/hibernate/WikipageDAO.java 84 Potential violation of Law of Demeter (object not created locally)
38770 src/com/gps/hibernate/WikipageDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38771 src/com/gps/hibernate/WikipageDAO.java 87 There is log block not surrounded by if
38772 src/com/gps/hibernate/WikipageDAO.java 92 Parameter 'propertyName' is not assigned and could be declared final
38773 src/com/gps/hibernate/WikipageDAO.java 92 Parameter 'value' is not assigned and could be declared final
38774 src/com/gps/hibernate/WikipageDAO.java 92 publicMethodCommentRequirement Required
38775 src/com/gps/hibernate/WikipageDAO.java 93 There is log block not surrounded by if
38776 src/com/gps/hibernate/WikipageDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38777 src/com/gps/hibernate/WikipageDAO.java 96 Local variable 'queryString' could be declared final
38778 src/com/gps/hibernate/WikipageDAO.java 98 Local variable 'queryObject' could be declared final
38779 src/com/gps/hibernate/WikipageDAO.java 98 Potential violation of Law of Demeter (method chain calls)
38780 src/com/gps/hibernate/WikipageDAO.java 99 Potential violation of Law of Demeter (object not created locally)
38781 src/com/gps/hibernate/WikipageDAO.java 100 Potential violation of Law of Demeter (object not created locally)
38782 src/com/gps/hibernate/WikipageDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38783 src/com/gps/hibernate/WikipageDAO.java 102 There is log block not surrounded by if
38784 src/com/gps/hibernate/WikipageDAO.java 107 Parameter 'uuid' is not assigned and could be declared final
38785 src/com/gps/hibernate/WikipageDAO.java 107 publicMethodCommentRequirement Required
38786 src/com/gps/hibernate/WikipageDAO.java 111 Parameter 'resourcePrimKey' is not assigned and could be declared final
38787 src/com/gps/hibernate/WikipageDAO.java 111 publicMethodCommentRequirement Required
38788 src/com/gps/hibernate/WikipageDAO.java 115 Parameter 'groupId' is not assigned and could be declared final
38789 src/com/gps/hibernate/WikipageDAO.java 115 publicMethodCommentRequirement Required
38790 src/com/gps/hibernate/WikipageDAO.java 119 Parameter 'companyId' is not assigned and could be declared final
38791 src/com/gps/hibernate/WikipageDAO.java 119 publicMethodCommentRequirement Required
38792 src/com/gps/hibernate/WikipageDAO.java 123 Parameter 'userId' is not assigned and could be declared final
38793 src/com/gps/hibernate/WikipageDAO.java 123 publicMethodCommentRequirement Required
38794 src/com/gps/hibernate/WikipageDAO.java 127 Parameter 'userName' is not assigned and could be declared final
38795 src/com/gps/hibernate/WikipageDAO.java 127 publicMethodCommentRequirement Required
38796 src/com/gps/hibernate/WikipageDAO.java 131 Parameter 'nodeId' is not assigned and could be declared final
38797 src/com/gps/hibernate/WikipageDAO.java 131 publicMethodCommentRequirement Required
38798 src/com/gps/hibernate/WikipageDAO.java 135 Parameter 'title' is not assigned and could be declared final
38799 src/com/gps/hibernate/WikipageDAO.java 135 publicMethodCommentRequirement Required
38800 src/com/gps/hibernate/WikipageDAO.java 139 Parameter 'version' is not assigned and could be declared final
38801 src/com/gps/hibernate/WikipageDAO.java 139 publicMethodCommentRequirement Required
38802 src/com/gps/hibernate/WikipageDAO.java 143 Parameter 'minorEdit' is not assigned and could be declared final
38803 src/com/gps/hibernate/WikipageDAO.java 143 publicMethodCommentRequirement Required
38804 src/com/gps/hibernate/WikipageDAO.java 147 Parameter 'content' is not assigned and could be declared final
38805 src/com/gps/hibernate/WikipageDAO.java 147 publicMethodCommentRequirement Required
38806 src/com/gps/hibernate/WikipageDAO.java 151 Parameter 'summary' is not assigned and could be declared final
38807 src/com/gps/hibernate/WikipageDAO.java 151 publicMethodCommentRequirement Required
38808 src/com/gps/hibernate/WikipageDAO.java 155 Parameter 'format' is not assigned and could be declared final
38809 src/com/gps/hibernate/WikipageDAO.java 155 publicMethodCommentRequirement Required
38810 src/com/gps/hibernate/WikipageDAO.java 159 Parameter 'head' is not assigned and could be declared final
38811 src/com/gps/hibernate/WikipageDAO.java 159 publicMethodCommentRequirement Required
38812 src/com/gps/hibernate/WikipageDAO.java 163 Parameter 'parentTitle' is not assigned and could be declared final
38813 src/com/gps/hibernate/WikipageDAO.java 163 publicMethodCommentRequirement Required
38814 src/com/gps/hibernate/WikipageDAO.java 167 Parameter 'redirectTitle' is not assigned and could be declared final
38815 src/com/gps/hibernate/WikipageDAO.java 167 publicMethodCommentRequirement Required
38816 src/com/gps/hibernate/WikipageDAO.java 171 publicMethodCommentRequirement Required
38817 src/com/gps/hibernate/WikipageDAO.java 172 There is log block not surrounded by if
38818 src/com/gps/hibernate/WikipageDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38819 src/com/gps/hibernate/WikipageDAO.java 174 Local variable 'queryString' could be declared final
38820 src/com/gps/hibernate/WikipageDAO.java 175 Local variable 'queryObject' could be declared final
38821 src/com/gps/hibernate/WikipageDAO.java 175 Potential violation of Law of Demeter (method chain calls)
38822 src/com/gps/hibernate/WikipageDAO.java 176 Potential violation of Law of Demeter (object not created locally)
38823 src/com/gps/hibernate/WikipageDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38824 src/com/gps/hibernate/WikipageDAO.java 178 There is log block not surrounded by if
38825 src/com/gps/hibernate/WikipageDAO.java 183 Parameter 'detachedInstance' is not assigned and could be declared final
38826 src/com/gps/hibernate/WikipageDAO.java 183 publicMethodCommentRequirement Required
38827 src/com/gps/hibernate/WikipageDAO.java 184 There is log block not surrounded by if
38828 src/com/gps/hibernate/WikipageDAO.java 184 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38829 src/com/gps/hibernate/WikipageDAO.java 186 Local variable 'result' could be declared final
38830 src/com/gps/hibernate/WikipageDAO.java 186 Potential violation of Law of Demeter (method chain calls)
38831 src/com/gps/hibernate/WikipageDAO.java 187 There is log block not surrounded by if
38832 src/com/gps/hibernate/WikipageDAO.java 187 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38833 src/com/gps/hibernate/WikipageDAO.java 189 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38834 src/com/gps/hibernate/WikipageDAO.java 190 There is log block not surrounded by if
38835 src/com/gps/hibernate/WikipageDAO.java 195 Parameter 'instance' is not assigned and could be declared final
38836 src/com/gps/hibernate/WikipageDAO.java 195 publicMethodCommentRequirement Required
38837 src/com/gps/hibernate/WikipageDAO.java 196 There is log block not surrounded by if
38838 src/com/gps/hibernate/WikipageDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38839 src/com/gps/hibernate/WikipageDAO.java 198 Potential violation of Law of Demeter (method chain calls)
38840 src/com/gps/hibernate/WikipageDAO.java 199 There is log block not surrounded by if
38841 src/com/gps/hibernate/WikipageDAO.java 199 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38842 src/com/gps/hibernate/WikipageDAO.java 200 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38843 src/com/gps/hibernate/WikipageDAO.java 201 There is log block not surrounded by if
38844 src/com/gps/hibernate/WikipageDAO.java 206 Parameter 'instance' is not assigned and could be declared final
38845 src/com/gps/hibernate/WikipageDAO.java 206 publicMethodCommentRequirement Required
38846 src/com/gps/hibernate/WikipageDAO.java 207 There is log block not surrounded by if
38847 src/com/gps/hibernate/WikipageDAO.java 207 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38848 src/com/gps/hibernate/WikipageDAO.java 209 Potential violation of Law of Demeter (method chain calls)
38849 src/com/gps/hibernate/WikipageDAO.java 210 There is log block not surrounded by if
38850 src/com/gps/hibernate/WikipageDAO.java 210 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38851 src/com/gps/hibernate/WikipageDAO.java 211 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38852 src/com/gps/hibernate/WikipageDAO.java 212 There is log block not surrounded by if
38853 src/com/gps/hibernate/Wikipageresource.java 9 Classes implementing Serializable should set a serialVersionUID
38854 src/com/gps/hibernate/Wikipageresource.java 13 fieldCommentRequirement Required
38855 src/com/gps/hibernate/Wikipageresource.java 14 fieldCommentRequirement Required
38856 src/com/gps/hibernate/Wikipageresource.java 15 fieldCommentRequirement Required
38857 src/com/gps/hibernate/Wikipageresource.java 20 Document empty constructor
38858 src/com/gps/hibernate/Wikipageresource.java 24 Parameter 'resourcePrimKey' is not assigned and could be declared final
38859 src/com/gps/hibernate/Wikipageresource.java 29 Parameter 'nodeId' is not assigned and could be declared final
38860 src/com/gps/hibernate/Wikipageresource.java 29 Parameter 'resourcePrimKey' is not assigned and could be declared final
38861 src/com/gps/hibernate/Wikipageresource.java 29 Parameter 'title' is not assigned and could be declared final
38862 src/com/gps/hibernate/Wikipageresource.java 37 publicMethodCommentRequirement Required
38863 src/com/gps/hibernate/Wikipageresource.java 41 Parameter 'resourcePrimKey' is not assigned and could be declared final
38864 src/com/gps/hibernate/Wikipageresource.java 41 publicMethodCommentRequirement Required
38865 src/com/gps/hibernate/Wikipageresource.java 45 publicMethodCommentRequirement Required
38866 src/com/gps/hibernate/Wikipageresource.java 49 Parameter 'nodeId' is not assigned and could be declared final
38867 src/com/gps/hibernate/Wikipageresource.java 49 publicMethodCommentRequirement Required
38868 src/com/gps/hibernate/Wikipageresource.java 53 publicMethodCommentRequirement Required
38869 src/com/gps/hibernate/Wikipageresource.java 57 Parameter 'title' is not assigned and could be declared final
38870 src/com/gps/hibernate/Wikipageresource.java 57 publicMethodCommentRequirement Required
38871 src/com/gps/hibernate/WikipageresourceDAO.java 10 Comment is too large: Too many lines
38872 src/com/gps/hibernate/WikipageresourceDAO.java 22 This class has too many methods, consider refactoring it.
38873 src/com/gps/hibernate/WikipageresourceDAO.java 23 Logger should be defined private static final and have the correct class
38874 src/com/gps/hibernate/WikipageresourceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
38875 src/com/gps/hibernate/WikipageresourceDAO.java 23 fieldCommentRequirement Required
38876 src/com/gps/hibernate/WikipageresourceDAO.java 25 fieldCommentRequirement Required
38877 src/com/gps/hibernate/WikipageresourceDAO.java 26 fieldCommentRequirement Required
38878 src/com/gps/hibernate/WikipageresourceDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
38879 src/com/gps/hibernate/WikipageresourceDAO.java 28 publicMethodCommentRequirement Required
38880 src/com/gps/hibernate/WikipageresourceDAO.java 29 There is log block not surrounded by if
38881 src/com/gps/hibernate/WikipageresourceDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38882 src/com/gps/hibernate/WikipageresourceDAO.java 31 Potential violation of Law of Demeter (method chain calls)
38883 src/com/gps/hibernate/WikipageresourceDAO.java 32 There is log block not surrounded by if
38884 src/com/gps/hibernate/WikipageresourceDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38885 src/com/gps/hibernate/WikipageresourceDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38886 src/com/gps/hibernate/WikipageresourceDAO.java 34 There is log block not surrounded by if
38887 src/com/gps/hibernate/WikipageresourceDAO.java 39 Avoid excessively long variable names like persistentInstance
38888 src/com/gps/hibernate/WikipageresourceDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
38889 src/com/gps/hibernate/WikipageresourceDAO.java 39 publicMethodCommentRequirement Required
38890 src/com/gps/hibernate/WikipageresourceDAO.java 40 There is log block not surrounded by if
38891 src/com/gps/hibernate/WikipageresourceDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38892 src/com/gps/hibernate/WikipageresourceDAO.java 42 Potential violation of Law of Demeter (method chain calls)
38893 src/com/gps/hibernate/WikipageresourceDAO.java 43 There is log block not surrounded by if
38894 src/com/gps/hibernate/WikipageresourceDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38895 src/com/gps/hibernate/WikipageresourceDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38896 src/com/gps/hibernate/WikipageresourceDAO.java 45 There is log block not surrounded by if
38897 src/com/gps/hibernate/WikipageresourceDAO.java 50 Avoid variables with short names like id
38898 src/com/gps/hibernate/WikipageresourceDAO.java 50 Parameter 'id' is not assigned and could be declared final
38899 src/com/gps/hibernate/WikipageresourceDAO.java 50 publicMethodCommentRequirement Required
38900 src/com/gps/hibernate/WikipageresourceDAO.java 51 There is log block not surrounded by if
38901 src/com/gps/hibernate/WikipageresourceDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38902 src/com/gps/hibernate/WikipageresourceDAO.java 53 Local variable 'instance' could be declared final
38903 src/com/gps/hibernate/WikipageresourceDAO.java 53 Potential violation of Law of Demeter (method chain calls)
38904 src/com/gps/hibernate/WikipageresourceDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38905 src/com/gps/hibernate/WikipageresourceDAO.java 57 There is log block not surrounded by if
38906 src/com/gps/hibernate/WikipageresourceDAO.java 62 Parameter 'instance' is not assigned and could be declared final
38907 src/com/gps/hibernate/WikipageresourceDAO.java 62 publicMethodCommentRequirement Required
38908 src/com/gps/hibernate/WikipageresourceDAO.java 63 There is log block not surrounded by if
38909 src/com/gps/hibernate/WikipageresourceDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38910 src/com/gps/hibernate/WikipageresourceDAO.java 65 Local variable 'results' could be declared final
38911 src/com/gps/hibernate/WikipageresourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
38912 src/com/gps/hibernate/WikipageresourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
38913 src/com/gps/hibernate/WikipageresourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
38914 src/com/gps/hibernate/WikipageresourceDAO.java 68 There is log block not surrounded by if
38915 src/com/gps/hibernate/WikipageresourceDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38916 src/com/gps/hibernate/WikipageresourceDAO.java 69 Potential violation of Law of Demeter (object not created locally)
38917 src/com/gps/hibernate/WikipageresourceDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38918 src/com/gps/hibernate/WikipageresourceDAO.java 72 There is log block not surrounded by if
38919 src/com/gps/hibernate/WikipageresourceDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
38920 src/com/gps/hibernate/WikipageresourceDAO.java 77 Parameter 'value' is not assigned and could be declared final
38921 src/com/gps/hibernate/WikipageresourceDAO.java 77 publicMethodCommentRequirement Required
38922 src/com/gps/hibernate/WikipageresourceDAO.java 78 There is log block not surrounded by if
38923 src/com/gps/hibernate/WikipageresourceDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38924 src/com/gps/hibernate/WikipageresourceDAO.java 81 Local variable 'queryString' could be declared final
38925 src/com/gps/hibernate/WikipageresourceDAO.java 83 Local variable 'queryObject' could be declared final
38926 src/com/gps/hibernate/WikipageresourceDAO.java 83 Potential violation of Law of Demeter (method chain calls)
38927 src/com/gps/hibernate/WikipageresourceDAO.java 84 Potential violation of Law of Demeter (object not created locally)
38928 src/com/gps/hibernate/WikipageresourceDAO.java 85 Potential violation of Law of Demeter (object not created locally)
38929 src/com/gps/hibernate/WikipageresourceDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38930 src/com/gps/hibernate/WikipageresourceDAO.java 87 There is log block not surrounded by if
38931 src/com/gps/hibernate/WikipageresourceDAO.java 92 Parameter 'nodeId' is not assigned and could be declared final
38932 src/com/gps/hibernate/WikipageresourceDAO.java 92 publicMethodCommentRequirement Required
38933 src/com/gps/hibernate/WikipageresourceDAO.java 96 Parameter 'title' is not assigned and could be declared final
38934 src/com/gps/hibernate/WikipageresourceDAO.java 96 publicMethodCommentRequirement Required
38935 src/com/gps/hibernate/WikipageresourceDAO.java 100 publicMethodCommentRequirement Required
38936 src/com/gps/hibernate/WikipageresourceDAO.java 101 There is log block not surrounded by if
38937 src/com/gps/hibernate/WikipageresourceDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38938 src/com/gps/hibernate/WikipageresourceDAO.java 103 Local variable 'queryString' could be declared final
38939 src/com/gps/hibernate/WikipageresourceDAO.java 104 Local variable 'queryObject' could be declared final
38940 src/com/gps/hibernate/WikipageresourceDAO.java 104 Potential violation of Law of Demeter (method chain calls)
38941 src/com/gps/hibernate/WikipageresourceDAO.java 105 Potential violation of Law of Demeter (object not created locally)
38942 src/com/gps/hibernate/WikipageresourceDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38943 src/com/gps/hibernate/WikipageresourceDAO.java 107 There is log block not surrounded by if
38944 src/com/gps/hibernate/WikipageresourceDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
38945 src/com/gps/hibernate/WikipageresourceDAO.java 112 publicMethodCommentRequirement Required
38946 src/com/gps/hibernate/WikipageresourceDAO.java 113 There is log block not surrounded by if
38947 src/com/gps/hibernate/WikipageresourceDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38948 src/com/gps/hibernate/WikipageresourceDAO.java 115 Local variable 'result' could be declared final
38949 src/com/gps/hibernate/WikipageresourceDAO.java 115 Potential violation of Law of Demeter (method chain calls)
38950 src/com/gps/hibernate/WikipageresourceDAO.java 117 There is log block not surrounded by if
38951 src/com/gps/hibernate/WikipageresourceDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38952 src/com/gps/hibernate/WikipageresourceDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38953 src/com/gps/hibernate/WikipageresourceDAO.java 120 There is log block not surrounded by if
38954 src/com/gps/hibernate/WikipageresourceDAO.java 125 Parameter 'instance' is not assigned and could be declared final
38955 src/com/gps/hibernate/WikipageresourceDAO.java 125 publicMethodCommentRequirement Required
38956 src/com/gps/hibernate/WikipageresourceDAO.java 126 There is log block not surrounded by if
38957 src/com/gps/hibernate/WikipageresourceDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38958 src/com/gps/hibernate/WikipageresourceDAO.java 128 Potential violation of Law of Demeter (method chain calls)
38959 src/com/gps/hibernate/WikipageresourceDAO.java 129 There is log block not surrounded by if
38960 src/com/gps/hibernate/WikipageresourceDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38961 src/com/gps/hibernate/WikipageresourceDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38962 src/com/gps/hibernate/WikipageresourceDAO.java 131 There is log block not surrounded by if
38963 src/com/gps/hibernate/WikipageresourceDAO.java 136 Parameter 'instance' is not assigned and could be declared final
38964 src/com/gps/hibernate/WikipageresourceDAO.java 136 publicMethodCommentRequirement Required
38965 src/com/gps/hibernate/WikipageresourceDAO.java 137 There is log block not surrounded by if
38966 src/com/gps/hibernate/WikipageresourceDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38967 src/com/gps/hibernate/WikipageresourceDAO.java 139 Potential violation of Law of Demeter (method chain calls)
38968 src/com/gps/hibernate/WikipageresourceDAO.java 140 There is log block not surrounded by if
38969 src/com/gps/hibernate/WikipageresourceDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38970 src/com/gps/hibernate/WikipageresourceDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38971 src/com/gps/hibernate/WikipageresourceDAO.java 142 There is log block not surrounded by if
38972 src/com/gps/hibernate/WolMeetupsentry.java 11 Classes implementing Serializable should set a serialVersionUID
38973 src/com/gps/hibernate/WolMeetupsentry.java 15 fieldCommentRequirement Required
38974 src/com/gps/hibernate/WolMeetupsentry.java 16 fieldCommentRequirement Required
38975 src/com/gps/hibernate/WolMeetupsentry.java 17 fieldCommentRequirement Required
38976 src/com/gps/hibernate/WolMeetupsentry.java 18 fieldCommentRequirement Required
38977 src/com/gps/hibernate/WolMeetupsentry.java 19 fieldCommentRequirement Required
38978 src/com/gps/hibernate/WolMeetupsentry.java 20 fieldCommentRequirement Required
38979 src/com/gps/hibernate/WolMeetupsentry.java 21 fieldCommentRequirement Required
38980 src/com/gps/hibernate/WolMeetupsentry.java 22 fieldCommentRequirement Required
38981 src/com/gps/hibernate/WolMeetupsentry.java 23 fieldCommentRequirement Required
38982 src/com/gps/hibernate/WolMeetupsentry.java 24 fieldCommentRequirement Required
38983 src/com/gps/hibernate/WolMeetupsentry.java 25 fieldCommentRequirement Required
38984 src/com/gps/hibernate/WolMeetupsentry.java 26 fieldCommentRequirement Required
38985 src/com/gps/hibernate/WolMeetupsentry.java 27 fieldCommentRequirement Required
38986 src/com/gps/hibernate/WolMeetupsentry.java 28 fieldCommentRequirement Required
38987 src/com/gps/hibernate/WolMeetupsentry.java 33 Document empty constructor
38988 src/com/gps/hibernate/WolMeetupsentry.java 37 Parameter 'meetupsEntryId' is not assigned and could be declared final
38989 src/com/gps/hibernate/WolMeetupsentry.java 42 Avoid long parameter lists.
38990 src/com/gps/hibernate/WolMeetupsentry.java 42 Parameter 'companyId' is not assigned and could be declared final
38991 src/com/gps/hibernate/WolMeetupsentry.java 42 Parameter 'meetupsEntryId' is not assigned and could be declared final
38992 src/com/gps/hibernate/WolMeetupsentry.java 42 Parameter 'userId' is not assigned and could be declared final
38993 src/com/gps/hibernate/WolMeetupsentry.java 43 Parameter 'createDate' is not assigned and could be declared final
38994 src/com/gps/hibernate/WolMeetupsentry.java 43 Parameter 'modifiedDate' is not assigned and could be declared final
38995 src/com/gps/hibernate/WolMeetupsentry.java 43 Parameter 'title' is not assigned and could be declared final
38996 src/com/gps/hibernate/WolMeetupsentry.java 43 Parameter 'userName' is not assigned and could be declared final
38997 src/com/gps/hibernate/WolMeetupsentry.java 44 Parameter 'description' is not assigned and could be declared final
38998 src/com/gps/hibernate/WolMeetupsentry.java 44 Parameter 'endDate' is not assigned and could be declared final
38999 src/com/gps/hibernate/WolMeetupsentry.java 44 Parameter 'startDate' is not assigned and could be declared final
39000 src/com/gps/hibernate/WolMeetupsentry.java 45 Parameter 'maxAttendees' is not assigned and could be declared final
39001 src/com/gps/hibernate/WolMeetupsentry.java 45 Parameter 'price' is not assigned and could be declared final
39002 src/com/gps/hibernate/WolMeetupsentry.java 45 Parameter 'totalAttendees' is not assigned and could be declared final
39003 src/com/gps/hibernate/WolMeetupsentry.java 46 Parameter 'thumbnailId' is not assigned and could be declared final
39004 src/com/gps/hibernate/WolMeetupsentry.java 65 publicMethodCommentRequirement Required
39005 src/com/gps/hibernate/WolMeetupsentry.java 69 Parameter 'meetupsEntryId' is not assigned and could be declared final
39006 src/com/gps/hibernate/WolMeetupsentry.java 69 publicMethodCommentRequirement Required
39007 src/com/gps/hibernate/WolMeetupsentry.java 73 publicMethodCommentRequirement Required
39008 src/com/gps/hibernate/WolMeetupsentry.java 77 Parameter 'companyId' is not assigned and could be declared final
39009 src/com/gps/hibernate/WolMeetupsentry.java 77 publicMethodCommentRequirement Required
39010 src/com/gps/hibernate/WolMeetupsentry.java 81 publicMethodCommentRequirement Required
39011 src/com/gps/hibernate/WolMeetupsentry.java 85 Parameter 'userId' is not assigned and could be declared final
39012 src/com/gps/hibernate/WolMeetupsentry.java 85 publicMethodCommentRequirement Required
39013 src/com/gps/hibernate/WolMeetupsentry.java 89 publicMethodCommentRequirement Required
39014 src/com/gps/hibernate/WolMeetupsentry.java 93 Parameter 'userName' is not assigned and could be declared final
39015 src/com/gps/hibernate/WolMeetupsentry.java 93 publicMethodCommentRequirement Required
39016 src/com/gps/hibernate/WolMeetupsentry.java 97 publicMethodCommentRequirement Required
39017 src/com/gps/hibernate/WolMeetupsentry.java 101 Parameter 'createDate' is not assigned and could be declared final
39018 src/com/gps/hibernate/WolMeetupsentry.java 101 publicMethodCommentRequirement Required
39019 src/com/gps/hibernate/WolMeetupsentry.java 105 publicMethodCommentRequirement Required
39020 src/com/gps/hibernate/WolMeetupsentry.java 109 Parameter 'modifiedDate' is not assigned and could be declared final
39021 src/com/gps/hibernate/WolMeetupsentry.java 109 publicMethodCommentRequirement Required
39022 src/com/gps/hibernate/WolMeetupsentry.java 113 publicMethodCommentRequirement Required
39023 src/com/gps/hibernate/WolMeetupsentry.java 117 Parameter 'title' is not assigned and could be declared final
39024 src/com/gps/hibernate/WolMeetupsentry.java 117 publicMethodCommentRequirement Required
39025 src/com/gps/hibernate/WolMeetupsentry.java 121 publicMethodCommentRequirement Required
39026 src/com/gps/hibernate/WolMeetupsentry.java 125 Parameter 'description' is not assigned and could be declared final
39027 src/com/gps/hibernate/WolMeetupsentry.java 125 publicMethodCommentRequirement Required
39028 src/com/gps/hibernate/WolMeetupsentry.java 129 publicMethodCommentRequirement Required
39029 src/com/gps/hibernate/WolMeetupsentry.java 133 Parameter 'startDate' is not assigned and could be declared final
39030 src/com/gps/hibernate/WolMeetupsentry.java 133 publicMethodCommentRequirement Required
39031 src/com/gps/hibernate/WolMeetupsentry.java 137 publicMethodCommentRequirement Required
39032 src/com/gps/hibernate/WolMeetupsentry.java 141 Parameter 'endDate' is not assigned and could be declared final
39033 src/com/gps/hibernate/WolMeetupsentry.java 141 publicMethodCommentRequirement Required
39034 src/com/gps/hibernate/WolMeetupsentry.java 145 publicMethodCommentRequirement Required
39035 src/com/gps/hibernate/WolMeetupsentry.java 149 Parameter 'totalAttendees' is not assigned and could be declared final
39036 src/com/gps/hibernate/WolMeetupsentry.java 149 publicMethodCommentRequirement Required
39037 src/com/gps/hibernate/WolMeetupsentry.java 153 publicMethodCommentRequirement Required
39038 src/com/gps/hibernate/WolMeetupsentry.java 157 Parameter 'maxAttendees' is not assigned and could be declared final
39039 src/com/gps/hibernate/WolMeetupsentry.java 157 publicMethodCommentRequirement Required
39040 src/com/gps/hibernate/WolMeetupsentry.java 161 publicMethodCommentRequirement Required
39041 src/com/gps/hibernate/WolMeetupsentry.java 165 Parameter 'price' is not assigned and could be declared final
39042 src/com/gps/hibernate/WolMeetupsentry.java 165 publicMethodCommentRequirement Required
39043 src/com/gps/hibernate/WolMeetupsentry.java 169 publicMethodCommentRequirement Required
39044 src/com/gps/hibernate/WolMeetupsentry.java 173 Parameter 'thumbnailId' is not assigned and could be declared final
39045 src/com/gps/hibernate/WolMeetupsentry.java 173 publicMethodCommentRequirement Required
39046 src/com/gps/hibernate/WolMeetupsentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
39047 src/com/gps/hibernate/WolMeetupsentryDAO.java 11 Comment is too large: Too many lines
39048 src/com/gps/hibernate/WolMeetupsentryDAO.java 23 This class has too many methods, consider refactoring it.
39049 src/com/gps/hibernate/WolMeetupsentryDAO.java 24 Logger should be defined private static final and have the correct class
39050 src/com/gps/hibernate/WolMeetupsentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
39051 src/com/gps/hibernate/WolMeetupsentryDAO.java 24 fieldCommentRequirement Required
39052 src/com/gps/hibernate/WolMeetupsentryDAO.java 26 fieldCommentRequirement Required
39053 src/com/gps/hibernate/WolMeetupsentryDAO.java 27 fieldCommentRequirement Required
39054 src/com/gps/hibernate/WolMeetupsentryDAO.java 28 fieldCommentRequirement Required
39055 src/com/gps/hibernate/WolMeetupsentryDAO.java 29 fieldCommentRequirement Required
39056 src/com/gps/hibernate/WolMeetupsentryDAO.java 30 fieldCommentRequirement Required
39057 src/com/gps/hibernate/WolMeetupsentryDAO.java 31 fieldCommentRequirement Required
39058 src/com/gps/hibernate/WolMeetupsentryDAO.java 32 fieldCommentRequirement Required
39059 src/com/gps/hibernate/WolMeetupsentryDAO.java 33 fieldCommentRequirement Required
39060 src/com/gps/hibernate/WolMeetupsentryDAO.java 34 fieldCommentRequirement Required
39061 src/com/gps/hibernate/WolMeetupsentryDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
39062 src/com/gps/hibernate/WolMeetupsentryDAO.java 36 publicMethodCommentRequirement Required
39063 src/com/gps/hibernate/WolMeetupsentryDAO.java 37 There is log block not surrounded by if
39064 src/com/gps/hibernate/WolMeetupsentryDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39065 src/com/gps/hibernate/WolMeetupsentryDAO.java 39 Potential violation of Law of Demeter (method chain calls)
39066 src/com/gps/hibernate/WolMeetupsentryDAO.java 40 There is log block not surrounded by if
39067 src/com/gps/hibernate/WolMeetupsentryDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39068 src/com/gps/hibernate/WolMeetupsentryDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39069 src/com/gps/hibernate/WolMeetupsentryDAO.java 42 There is log block not surrounded by if
39070 src/com/gps/hibernate/WolMeetupsentryDAO.java 47 Avoid excessively long variable names like persistentInstance
39071 src/com/gps/hibernate/WolMeetupsentryDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
39072 src/com/gps/hibernate/WolMeetupsentryDAO.java 47 publicMethodCommentRequirement Required
39073 src/com/gps/hibernate/WolMeetupsentryDAO.java 48 There is log block not surrounded by if
39074 src/com/gps/hibernate/WolMeetupsentryDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39075 src/com/gps/hibernate/WolMeetupsentryDAO.java 50 Potential violation of Law of Demeter (method chain calls)
39076 src/com/gps/hibernate/WolMeetupsentryDAO.java 51 There is log block not surrounded by if
39077 src/com/gps/hibernate/WolMeetupsentryDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39078 src/com/gps/hibernate/WolMeetupsentryDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39079 src/com/gps/hibernate/WolMeetupsentryDAO.java 53 There is log block not surrounded by if
39080 src/com/gps/hibernate/WolMeetupsentryDAO.java 58 Avoid variables with short names like id
39081 src/com/gps/hibernate/WolMeetupsentryDAO.java 58 Parameter 'id' is not assigned and could be declared final
39082 src/com/gps/hibernate/WolMeetupsentryDAO.java 58 publicMethodCommentRequirement Required
39083 src/com/gps/hibernate/WolMeetupsentryDAO.java 59 There is log block not surrounded by if
39084 src/com/gps/hibernate/WolMeetupsentryDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39085 src/com/gps/hibernate/WolMeetupsentryDAO.java 61 Local variable 'instance' could be declared final
39086 src/com/gps/hibernate/WolMeetupsentryDAO.java 61 Potential violation of Law of Demeter (method chain calls)
39087 src/com/gps/hibernate/WolMeetupsentryDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39088 src/com/gps/hibernate/WolMeetupsentryDAO.java 65 There is log block not surrounded by if
39089 src/com/gps/hibernate/WolMeetupsentryDAO.java 70 Parameter 'instance' is not assigned and could be declared final
39090 src/com/gps/hibernate/WolMeetupsentryDAO.java 70 publicMethodCommentRequirement Required
39091 src/com/gps/hibernate/WolMeetupsentryDAO.java 71 There is log block not surrounded by if
39092 src/com/gps/hibernate/WolMeetupsentryDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39093 src/com/gps/hibernate/WolMeetupsentryDAO.java 73 Local variable 'results' could be declared final
39094 src/com/gps/hibernate/WolMeetupsentryDAO.java 73 Potential violation of Law of Demeter (method chain calls)
39095 src/com/gps/hibernate/WolMeetupsentryDAO.java 73 Potential violation of Law of Demeter (method chain calls)
39096 src/com/gps/hibernate/WolMeetupsentryDAO.java 73 Potential violation of Law of Demeter (method chain calls)
39097 src/com/gps/hibernate/WolMeetupsentryDAO.java 76 There is log block not surrounded by if
39098 src/com/gps/hibernate/WolMeetupsentryDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39099 src/com/gps/hibernate/WolMeetupsentryDAO.java 77 Potential violation of Law of Demeter (object not created locally)
39100 src/com/gps/hibernate/WolMeetupsentryDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39101 src/com/gps/hibernate/WolMeetupsentryDAO.java 80 There is log block not surrounded by if
39102 src/com/gps/hibernate/WolMeetupsentryDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
39103 src/com/gps/hibernate/WolMeetupsentryDAO.java 85 Parameter 'value' is not assigned and could be declared final
39104 src/com/gps/hibernate/WolMeetupsentryDAO.java 85 publicMethodCommentRequirement Required
39105 src/com/gps/hibernate/WolMeetupsentryDAO.java 86 There is log block not surrounded by if
39106 src/com/gps/hibernate/WolMeetupsentryDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39107 src/com/gps/hibernate/WolMeetupsentryDAO.java 89 Local variable 'queryString' could be declared final
39108 src/com/gps/hibernate/WolMeetupsentryDAO.java 91 Local variable 'queryObject' could be declared final
39109 src/com/gps/hibernate/WolMeetupsentryDAO.java 91 Potential violation of Law of Demeter (method chain calls)
39110 src/com/gps/hibernate/WolMeetupsentryDAO.java 92 Potential violation of Law of Demeter (object not created locally)
39111 src/com/gps/hibernate/WolMeetupsentryDAO.java 93 Potential violation of Law of Demeter (object not created locally)
39112 src/com/gps/hibernate/WolMeetupsentryDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39113 src/com/gps/hibernate/WolMeetupsentryDAO.java 95 There is log block not surrounded by if
39114 src/com/gps/hibernate/WolMeetupsentryDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
39115 src/com/gps/hibernate/WolMeetupsentryDAO.java 100 publicMethodCommentRequirement Required
39116 src/com/gps/hibernate/WolMeetupsentryDAO.java 104 Parameter 'userId' is not assigned and could be declared final
39117 src/com/gps/hibernate/WolMeetupsentryDAO.java 104 publicMethodCommentRequirement Required
39118 src/com/gps/hibernate/WolMeetupsentryDAO.java 108 Parameter 'userName' is not assigned and could be declared final
39119 src/com/gps/hibernate/WolMeetupsentryDAO.java 108 publicMethodCommentRequirement Required
39120 src/com/gps/hibernate/WolMeetupsentryDAO.java 112 Parameter 'title' is not assigned and could be declared final
39121 src/com/gps/hibernate/WolMeetupsentryDAO.java 112 publicMethodCommentRequirement Required
39122 src/com/gps/hibernate/WolMeetupsentryDAO.java 116 Parameter 'description' is not assigned and could be declared final
39123 src/com/gps/hibernate/WolMeetupsentryDAO.java 116 publicMethodCommentRequirement Required
39124 src/com/gps/hibernate/WolMeetupsentryDAO.java 120 Parameter 'totalAttendees' is not assigned and could be declared final
39125 src/com/gps/hibernate/WolMeetupsentryDAO.java 120 publicMethodCommentRequirement Required
39126 src/com/gps/hibernate/WolMeetupsentryDAO.java 124 Parameter 'maxAttendees' is not assigned and could be declared final
39127 src/com/gps/hibernate/WolMeetupsentryDAO.java 124 publicMethodCommentRequirement Required
39128 src/com/gps/hibernate/WolMeetupsentryDAO.java 128 Parameter 'price' is not assigned and could be declared final
39129 src/com/gps/hibernate/WolMeetupsentryDAO.java 128 publicMethodCommentRequirement Required
39130 src/com/gps/hibernate/WolMeetupsentryDAO.java 132 Parameter 'thumbnailId' is not assigned and could be declared final
39131 src/com/gps/hibernate/WolMeetupsentryDAO.java 132 publicMethodCommentRequirement Required
39132 src/com/gps/hibernate/WolMeetupsentryDAO.java 136 publicMethodCommentRequirement Required
39133 src/com/gps/hibernate/WolMeetupsentryDAO.java 137 There is log block not surrounded by if
39134 src/com/gps/hibernate/WolMeetupsentryDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39135 src/com/gps/hibernate/WolMeetupsentryDAO.java 139 Local variable 'queryString' could be declared final
39136 src/com/gps/hibernate/WolMeetupsentryDAO.java 140 Local variable 'queryObject' could be declared final
39137 src/com/gps/hibernate/WolMeetupsentryDAO.java 140 Potential violation of Law of Demeter (method chain calls)
39138 src/com/gps/hibernate/WolMeetupsentryDAO.java 141 Potential violation of Law of Demeter (object not created locally)
39139 src/com/gps/hibernate/WolMeetupsentryDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39140 src/com/gps/hibernate/WolMeetupsentryDAO.java 143 There is log block not surrounded by if
39141 src/com/gps/hibernate/WolMeetupsentryDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
39142 src/com/gps/hibernate/WolMeetupsentryDAO.java 148 publicMethodCommentRequirement Required
39143 src/com/gps/hibernate/WolMeetupsentryDAO.java 149 There is log block not surrounded by if
39144 src/com/gps/hibernate/WolMeetupsentryDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39145 src/com/gps/hibernate/WolMeetupsentryDAO.java 151 Local variable 'result' could be declared final
39146 src/com/gps/hibernate/WolMeetupsentryDAO.java 151 Potential violation of Law of Demeter (method chain calls)
39147 src/com/gps/hibernate/WolMeetupsentryDAO.java 153 There is log block not surrounded by if
39148 src/com/gps/hibernate/WolMeetupsentryDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39149 src/com/gps/hibernate/WolMeetupsentryDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39150 src/com/gps/hibernate/WolMeetupsentryDAO.java 156 There is log block not surrounded by if
39151 src/com/gps/hibernate/WolMeetupsentryDAO.java 161 Parameter 'instance' is not assigned and could be declared final
39152 src/com/gps/hibernate/WolMeetupsentryDAO.java 161 publicMethodCommentRequirement Required
39153 src/com/gps/hibernate/WolMeetupsentryDAO.java 162 There is log block not surrounded by if
39154 src/com/gps/hibernate/WolMeetupsentryDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39155 src/com/gps/hibernate/WolMeetupsentryDAO.java 164 Potential violation of Law of Demeter (method chain calls)
39156 src/com/gps/hibernate/WolMeetupsentryDAO.java 165 There is log block not surrounded by if
39157 src/com/gps/hibernate/WolMeetupsentryDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39158 src/com/gps/hibernate/WolMeetupsentryDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39159 src/com/gps/hibernate/WolMeetupsentryDAO.java 167 There is log block not surrounded by if
39160 src/com/gps/hibernate/WolMeetupsentryDAO.java 172 Parameter 'instance' is not assigned and could be declared final
39161 src/com/gps/hibernate/WolMeetupsentryDAO.java 172 publicMethodCommentRequirement Required
39162 src/com/gps/hibernate/WolMeetupsentryDAO.java 173 There is log block not surrounded by if
39163 src/com/gps/hibernate/WolMeetupsentryDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39164 src/com/gps/hibernate/WolMeetupsentryDAO.java 175 Potential violation of Law of Demeter (method chain calls)
39165 src/com/gps/hibernate/WolMeetupsentryDAO.java 176 There is log block not surrounded by if
39166 src/com/gps/hibernate/WolMeetupsentryDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39167 src/com/gps/hibernate/WolMeetupsentryDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39168 src/com/gps/hibernate/WolMeetupsentryDAO.java 178 There is log block not surrounded by if
39169 src/com/gps/hibernate/WolMeetupsregistration.java 11 Classes implementing Serializable should set a serialVersionUID
39170 src/com/gps/hibernate/WolMeetupsregistration.java 15 Avoid excessively long variable names like meetupsRegistrationId
39171 src/com/gps/hibernate/WolMeetupsregistration.java 15 fieldCommentRequirement Required
39172 src/com/gps/hibernate/WolMeetupsregistration.java 16 fieldCommentRequirement Required
39173 src/com/gps/hibernate/WolMeetupsregistration.java 17 fieldCommentRequirement Required
39174 src/com/gps/hibernate/WolMeetupsregistration.java 18 fieldCommentRequirement Required
39175 src/com/gps/hibernate/WolMeetupsregistration.java 19 fieldCommentRequirement Required
39176 src/com/gps/hibernate/WolMeetupsregistration.java 20 fieldCommentRequirement Required
39177 src/com/gps/hibernate/WolMeetupsregistration.java 21 fieldCommentRequirement Required
39178 src/com/gps/hibernate/WolMeetupsregistration.java 22 fieldCommentRequirement Required
39179 src/com/gps/hibernate/WolMeetupsregistration.java 23 fieldCommentRequirement Required
39180 src/com/gps/hibernate/WolMeetupsregistration.java 28 Document empty constructor
39181 src/com/gps/hibernate/WolMeetupsregistration.java 32 Avoid excessively long variable names like meetupsRegistrationId
39182 src/com/gps/hibernate/WolMeetupsregistration.java 32 Parameter 'meetupsRegistrationId' is not assigned and could be declared final
39183 src/com/gps/hibernate/WolMeetupsregistration.java 37 Avoid excessively long variable names like meetupsRegistrationId
39184 src/com/gps/hibernate/WolMeetupsregistration.java 37 Parameter 'companyId' is not assigned and could be declared final
39185 src/com/gps/hibernate/WolMeetupsregistration.java 37 Parameter 'meetupsRegistrationId' is not assigned and could be declared final
39186 src/com/gps/hibernate/WolMeetupsregistration.java 38 Parameter 'createDate' is not assigned and could be declared final
39187 src/com/gps/hibernate/WolMeetupsregistration.java 38 Parameter 'modifiedDate' is not assigned and could be declared final
39188 src/com/gps/hibernate/WolMeetupsregistration.java 38 Parameter 'userId' is not assigned and could be declared final
39189 src/com/gps/hibernate/WolMeetupsregistration.java 38 Parameter 'userName' is not assigned and could be declared final
39190 src/com/gps/hibernate/WolMeetupsregistration.java 39 Parameter 'comments' is not assigned and could be declared final
39191 src/com/gps/hibernate/WolMeetupsregistration.java 39 Parameter 'meetupsEntryId' is not assigned and could be declared final
39192 src/com/gps/hibernate/WolMeetupsregistration.java 39 Parameter 'status' is not assigned and could be declared final
39193 src/com/gps/hibernate/WolMeetupsregistration.java 53 publicMethodCommentRequirement Required
39194 src/com/gps/hibernate/WolMeetupsregistration.java 57 Avoid excessively long variable names like meetupsRegistrationId
39195 src/com/gps/hibernate/WolMeetupsregistration.java 57 Parameter 'meetupsRegistrationId' is not assigned and could be declared final
39196 src/com/gps/hibernate/WolMeetupsregistration.java 57 publicMethodCommentRequirement Required
39197 src/com/gps/hibernate/WolMeetupsregistration.java 61 publicMethodCommentRequirement Required
39198 src/com/gps/hibernate/WolMeetupsregistration.java 65 Parameter 'companyId' is not assigned and could be declared final
39199 src/com/gps/hibernate/WolMeetupsregistration.java 65 publicMethodCommentRequirement Required
39200 src/com/gps/hibernate/WolMeetupsregistration.java 69 publicMethodCommentRequirement Required
39201 src/com/gps/hibernate/WolMeetupsregistration.java 73 Parameter 'userId' is not assigned and could be declared final
39202 src/com/gps/hibernate/WolMeetupsregistration.java 73 publicMethodCommentRequirement Required
39203 src/com/gps/hibernate/WolMeetupsregistration.java 77 publicMethodCommentRequirement Required
39204 src/com/gps/hibernate/WolMeetupsregistration.java 81 Parameter 'userName' is not assigned and could be declared final
39205 src/com/gps/hibernate/WolMeetupsregistration.java 81 publicMethodCommentRequirement Required
39206 src/com/gps/hibernate/WolMeetupsregistration.java 85 publicMethodCommentRequirement Required
39207 src/com/gps/hibernate/WolMeetupsregistration.java 89 Parameter 'createDate' is not assigned and could be declared final
39208 src/com/gps/hibernate/WolMeetupsregistration.java 89 publicMethodCommentRequirement Required
39209 src/com/gps/hibernate/WolMeetupsregistration.java 93 publicMethodCommentRequirement Required
39210 src/com/gps/hibernate/WolMeetupsregistration.java 97 Parameter 'modifiedDate' is not assigned and could be declared final
39211 src/com/gps/hibernate/WolMeetupsregistration.java 97 publicMethodCommentRequirement Required
39212 src/com/gps/hibernate/WolMeetupsregistration.java 101 publicMethodCommentRequirement Required
39213 src/com/gps/hibernate/WolMeetupsregistration.java 105 Parameter 'meetupsEntryId' is not assigned and could be declared final
39214 src/com/gps/hibernate/WolMeetupsregistration.java 105 publicMethodCommentRequirement Required
39215 src/com/gps/hibernate/WolMeetupsregistration.java 109 publicMethodCommentRequirement Required
39216 src/com/gps/hibernate/WolMeetupsregistration.java 113 Parameter 'status' is not assigned and could be declared final
39217 src/com/gps/hibernate/WolMeetupsregistration.java 113 publicMethodCommentRequirement Required
39218 src/com/gps/hibernate/WolMeetupsregistration.java 117 publicMethodCommentRequirement Required
39219 src/com/gps/hibernate/WolMeetupsregistration.java 121 Parameter 'comments' is not assigned and could be declared final
39220 src/com/gps/hibernate/WolMeetupsregistration.java 121 publicMethodCommentRequirement Required
39221 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 3 Avoid unused imports such as 'java.util.Date'
39222 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 11 Comment is too large: Too many lines
39223 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 23 This class has too many methods, consider refactoring it.
39224 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 24 Logger should be defined private static final and have the correct class
39225 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
39226 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 24 fieldCommentRequirement Required
39227 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 27 fieldCommentRequirement Required
39228 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 28 fieldCommentRequirement Required
39229 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 29 fieldCommentRequirement Required
39230 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 30 fieldCommentRequirement Required
39231 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 31 fieldCommentRequirement Required
39232 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 32 fieldCommentRequirement Required
39233 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
39234 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 34 publicMethodCommentRequirement Required
39235 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 35 There is log block not surrounded by if
39236 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39237 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 37 Potential violation of Law of Demeter (method chain calls)
39238 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 38 There is log block not surrounded by if
39239 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39240 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39241 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 40 There is log block not surrounded by if
39242 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 45 Avoid excessively long variable names like persistentInstance
39243 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
39244 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 45 publicMethodCommentRequirement Required
39245 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 46 There is log block not surrounded by if
39246 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39247 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
39248 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 49 There is log block not surrounded by if
39249 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39250 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39251 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 51 There is log block not surrounded by if
39252 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 56 Avoid variables with short names like id
39253 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 56 Parameter 'id' is not assigned and could be declared final
39254 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 56 publicMethodCommentRequirement Required
39255 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 57 There is log block not surrounded by if
39256 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39257 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 59 Local variable 'instance' could be declared final
39258 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 59 Potential violation of Law of Demeter (method chain calls)
39259 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39260 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 63 There is log block not surrounded by if
39261 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 68 Parameter 'instance' is not assigned and could be declared final
39262 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 68 publicMethodCommentRequirement Required
39263 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 69 There is log block not surrounded by if
39264 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39265 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 71 Local variable 'results' could be declared final
39266 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
39267 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
39268 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
39269 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 74 There is log block not surrounded by if
39270 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39271 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 75 Potential violation of Law of Demeter (object not created locally)
39272 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39273 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 78 There is log block not surrounded by if
39274 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
39275 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 83 Parameter 'value' is not assigned and could be declared final
39276 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 83 publicMethodCommentRequirement Required
39277 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 84 There is log block not surrounded by if
39278 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39279 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 87 Local variable 'queryString' could be declared final
39280 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 89 Local variable 'queryObject' could be declared final
39281 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 89 Potential violation of Law of Demeter (method chain calls)
39282 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 90 Potential violation of Law of Demeter (object not created locally)
39283 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 91 Potential violation of Law of Demeter (object not created locally)
39284 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39285 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 93 There is log block not surrounded by if
39286 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 98 Parameter 'companyId' is not assigned and could be declared final
39287 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 98 publicMethodCommentRequirement Required
39288 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 102 Parameter 'userId' is not assigned and could be declared final
39289 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 102 publicMethodCommentRequirement Required
39290 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 106 Parameter 'userName' is not assigned and could be declared final
39291 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 106 publicMethodCommentRequirement Required
39292 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 110 Parameter 'meetupsEntryId' is not assigned and could be declared final
39293 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 110 publicMethodCommentRequirement Required
39294 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 114 Parameter 'status' is not assigned and could be declared final
39295 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 114 publicMethodCommentRequirement Required
39296 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 118 Parameter 'comments' is not assigned and could be declared final
39297 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 118 publicMethodCommentRequirement Required
39298 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 122 publicMethodCommentRequirement Required
39299 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 123 There is log block not surrounded by if
39300 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39301 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 125 Local variable 'queryString' could be declared final
39302 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 126 Local variable 'queryObject' could be declared final
39303 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 126 Potential violation of Law of Demeter (method chain calls)
39304 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 127 Potential violation of Law of Demeter (object not created locally)
39305 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39306 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 129 There is log block not surrounded by if
39307 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 134 Parameter 'detachedInstance' is not assigned and could be declared final
39308 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 134 publicMethodCommentRequirement Required
39309 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 135 There is log block not surrounded by if
39310 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39311 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 137 Local variable 'result' could be declared final
39312 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 137 Potential violation of Law of Demeter (method chain calls)
39313 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 139 There is log block not surrounded by if
39314 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39315 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39316 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 142 There is log block not surrounded by if
39317 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 147 Parameter 'instance' is not assigned and could be declared final
39318 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 147 publicMethodCommentRequirement Required
39319 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 148 There is log block not surrounded by if
39320 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39321 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 150 Potential violation of Law of Demeter (method chain calls)
39322 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 151 There is log block not surrounded by if
39323 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39324 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39325 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 153 There is log block not surrounded by if
39326 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 158 Parameter 'instance' is not assigned and could be declared final
39327 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 158 publicMethodCommentRequirement Required
39328 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 159 There is log block not surrounded by if
39329 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39330 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 161 Potential violation of Law of Demeter (method chain calls)
39331 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 162 There is log block not surrounded by if
39332 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39333 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 163 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39334 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 164 There is log block not surrounded by if
39335 src/com/gps/hibernate/WolSvnrepository.java 9 Classes implementing Serializable should set a serialVersionUID
39336 src/com/gps/hibernate/WolSvnrepository.java 13 fieldCommentRequirement Required
39337 src/com/gps/hibernate/WolSvnrepository.java 14 fieldCommentRequirement Required
39338 src/com/gps/hibernate/WolSvnrepository.java 15 fieldCommentRequirement Required
39339 src/com/gps/hibernate/WolSvnrepository.java 20 Document empty constructor
39340 src/com/gps/hibernate/WolSvnrepository.java 24 Parameter 'svnRepositoryId' is not assigned and could be declared final
39341 src/com/gps/hibernate/WolSvnrepository.java 29 Parameter 'svnRepositoryId' is not assigned and could be declared final
39342 src/com/gps/hibernate/WolSvnrepository.java 29 Parameter 'url' is not assigned and could be declared final
39343 src/com/gps/hibernate/WolSvnrepository.java 30 Parameter 'revisionNumber' is not assigned and could be declared final
39344 src/com/gps/hibernate/WolSvnrepository.java 38 publicMethodCommentRequirement Required
39345 src/com/gps/hibernate/WolSvnrepository.java 42 Parameter 'svnRepositoryId' is not assigned and could be declared final
39346 src/com/gps/hibernate/WolSvnrepository.java 42 publicMethodCommentRequirement Required
39347 src/com/gps/hibernate/WolSvnrepository.java 46 publicMethodCommentRequirement Required
39348 src/com/gps/hibernate/WolSvnrepository.java 50 Parameter 'url' is not assigned and could be declared final
39349 src/com/gps/hibernate/WolSvnrepository.java 50 publicMethodCommentRequirement Required
39350 src/com/gps/hibernate/WolSvnrepository.java 54 publicMethodCommentRequirement Required
39351 src/com/gps/hibernate/WolSvnrepository.java 58 Parameter 'revisionNumber' is not assigned and could be declared final
39352 src/com/gps/hibernate/WolSvnrepository.java 58 publicMethodCommentRequirement Required
39353 src/com/gps/hibernate/WolSvnrepositoryDAO.java 10 Comment is too large: Too many lines
39354 src/com/gps/hibernate/WolSvnrepositoryDAO.java 22 This class has too many methods, consider refactoring it.
39355 src/com/gps/hibernate/WolSvnrepositoryDAO.java 23 Logger should be defined private static final and have the correct class
39356 src/com/gps/hibernate/WolSvnrepositoryDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
39357 src/com/gps/hibernate/WolSvnrepositoryDAO.java 23 fieldCommentRequirement Required
39358 src/com/gps/hibernate/WolSvnrepositoryDAO.java 25 fieldCommentRequirement Required
39359 src/com/gps/hibernate/WolSvnrepositoryDAO.java 26 fieldCommentRequirement Required
39360 src/com/gps/hibernate/WolSvnrepositoryDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
39361 src/com/gps/hibernate/WolSvnrepositoryDAO.java 28 publicMethodCommentRequirement Required
39362 src/com/gps/hibernate/WolSvnrepositoryDAO.java 29 There is log block not surrounded by if
39363 src/com/gps/hibernate/WolSvnrepositoryDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39364 src/com/gps/hibernate/WolSvnrepositoryDAO.java 31 Potential violation of Law of Demeter (method chain calls)
39365 src/com/gps/hibernate/WolSvnrepositoryDAO.java 32 There is log block not surrounded by if
39366 src/com/gps/hibernate/WolSvnrepositoryDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39367 src/com/gps/hibernate/WolSvnrepositoryDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39368 src/com/gps/hibernate/WolSvnrepositoryDAO.java 34 There is log block not surrounded by if
39369 src/com/gps/hibernate/WolSvnrepositoryDAO.java 39 Avoid excessively long variable names like persistentInstance
39370 src/com/gps/hibernate/WolSvnrepositoryDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
39371 src/com/gps/hibernate/WolSvnrepositoryDAO.java 39 publicMethodCommentRequirement Required
39372 src/com/gps/hibernate/WolSvnrepositoryDAO.java 40 There is log block not surrounded by if
39373 src/com/gps/hibernate/WolSvnrepositoryDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39374 src/com/gps/hibernate/WolSvnrepositoryDAO.java 42 Potential violation of Law of Demeter (method chain calls)
39375 src/com/gps/hibernate/WolSvnrepositoryDAO.java 43 There is log block not surrounded by if
39376 src/com/gps/hibernate/WolSvnrepositoryDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39377 src/com/gps/hibernate/WolSvnrepositoryDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39378 src/com/gps/hibernate/WolSvnrepositoryDAO.java 45 There is log block not surrounded by if
39379 src/com/gps/hibernate/WolSvnrepositoryDAO.java 50 Avoid variables with short names like id
39380 src/com/gps/hibernate/WolSvnrepositoryDAO.java 50 Parameter 'id' is not assigned and could be declared final
39381 src/com/gps/hibernate/WolSvnrepositoryDAO.java 50 publicMethodCommentRequirement Required
39382 src/com/gps/hibernate/WolSvnrepositoryDAO.java 51 There is log block not surrounded by if
39383 src/com/gps/hibernate/WolSvnrepositoryDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39384 src/com/gps/hibernate/WolSvnrepositoryDAO.java 53 Local variable 'instance' could be declared final
39385 src/com/gps/hibernate/WolSvnrepositoryDAO.java 53 Potential violation of Law of Demeter (method chain calls)
39386 src/com/gps/hibernate/WolSvnrepositoryDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39387 src/com/gps/hibernate/WolSvnrepositoryDAO.java 57 There is log block not surrounded by if
39388 src/com/gps/hibernate/WolSvnrepositoryDAO.java 62 Parameter 'instance' is not assigned and could be declared final
39389 src/com/gps/hibernate/WolSvnrepositoryDAO.java 62 publicMethodCommentRequirement Required
39390 src/com/gps/hibernate/WolSvnrepositoryDAO.java 63 There is log block not surrounded by if
39391 src/com/gps/hibernate/WolSvnrepositoryDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39392 src/com/gps/hibernate/WolSvnrepositoryDAO.java 65 Local variable 'results' could be declared final
39393 src/com/gps/hibernate/WolSvnrepositoryDAO.java 65 Potential violation of Law of Demeter (method chain calls)
39394 src/com/gps/hibernate/WolSvnrepositoryDAO.java 65 Potential violation of Law of Demeter (method chain calls)
39395 src/com/gps/hibernate/WolSvnrepositoryDAO.java 65 Potential violation of Law of Demeter (method chain calls)
39396 src/com/gps/hibernate/WolSvnrepositoryDAO.java 68 There is log block not surrounded by if
39397 src/com/gps/hibernate/WolSvnrepositoryDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39398 src/com/gps/hibernate/WolSvnrepositoryDAO.java 69 Potential violation of Law of Demeter (object not created locally)
39399 src/com/gps/hibernate/WolSvnrepositoryDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39400 src/com/gps/hibernate/WolSvnrepositoryDAO.java 72 There is log block not surrounded by if
39401 src/com/gps/hibernate/WolSvnrepositoryDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
39402 src/com/gps/hibernate/WolSvnrepositoryDAO.java 77 Parameter 'value' is not assigned and could be declared final
39403 src/com/gps/hibernate/WolSvnrepositoryDAO.java 77 publicMethodCommentRequirement Required
39404 src/com/gps/hibernate/WolSvnrepositoryDAO.java 78 There is log block not surrounded by if
39405 src/com/gps/hibernate/WolSvnrepositoryDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39406 src/com/gps/hibernate/WolSvnrepositoryDAO.java 81 Local variable 'queryString' could be declared final
39407 src/com/gps/hibernate/WolSvnrepositoryDAO.java 83 Local variable 'queryObject' could be declared final
39408 src/com/gps/hibernate/WolSvnrepositoryDAO.java 83 Potential violation of Law of Demeter (method chain calls)
39409 src/com/gps/hibernate/WolSvnrepositoryDAO.java 84 Potential violation of Law of Demeter (object not created locally)
39410 src/com/gps/hibernate/WolSvnrepositoryDAO.java 85 Potential violation of Law of Demeter (object not created locally)
39411 src/com/gps/hibernate/WolSvnrepositoryDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39412 src/com/gps/hibernate/WolSvnrepositoryDAO.java 87 There is log block not surrounded by if
39413 src/com/gps/hibernate/WolSvnrepositoryDAO.java 92 Parameter 'url' is not assigned and could be declared final
39414 src/com/gps/hibernate/WolSvnrepositoryDAO.java 92 publicMethodCommentRequirement Required
39415 src/com/gps/hibernate/WolSvnrepositoryDAO.java 96 Parameter 'revisionNumber' is not assigned and could be declared final
39416 src/com/gps/hibernate/WolSvnrepositoryDAO.java 96 publicMethodCommentRequirement Required
39417 src/com/gps/hibernate/WolSvnrepositoryDAO.java 100 publicMethodCommentRequirement Required
39418 src/com/gps/hibernate/WolSvnrepositoryDAO.java 101 There is log block not surrounded by if
39419 src/com/gps/hibernate/WolSvnrepositoryDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39420 src/com/gps/hibernate/WolSvnrepositoryDAO.java 103 Local variable 'queryString' could be declared final
39421 src/com/gps/hibernate/WolSvnrepositoryDAO.java 104 Local variable 'queryObject' could be declared final
39422 src/com/gps/hibernate/WolSvnrepositoryDAO.java 104 Potential violation of Law of Demeter (method chain calls)
39423 src/com/gps/hibernate/WolSvnrepositoryDAO.java 105 Potential violation of Law of Demeter (object not created locally)
39424 src/com/gps/hibernate/WolSvnrepositoryDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39425 src/com/gps/hibernate/WolSvnrepositoryDAO.java 107 There is log block not surrounded by if
39426 src/com/gps/hibernate/WolSvnrepositoryDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
39427 src/com/gps/hibernate/WolSvnrepositoryDAO.java 112 publicMethodCommentRequirement Required
39428 src/com/gps/hibernate/WolSvnrepositoryDAO.java 113 There is log block not surrounded by if
39429 src/com/gps/hibernate/WolSvnrepositoryDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39430 src/com/gps/hibernate/WolSvnrepositoryDAO.java 115 Local variable 'result' could be declared final
39431 src/com/gps/hibernate/WolSvnrepositoryDAO.java 115 Potential violation of Law of Demeter (method chain calls)
39432 src/com/gps/hibernate/WolSvnrepositoryDAO.java 117 There is log block not surrounded by if
39433 src/com/gps/hibernate/WolSvnrepositoryDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39434 src/com/gps/hibernate/WolSvnrepositoryDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39435 src/com/gps/hibernate/WolSvnrepositoryDAO.java 120 There is log block not surrounded by if
39436 src/com/gps/hibernate/WolSvnrepositoryDAO.java 125 Parameter 'instance' is not assigned and could be declared final
39437 src/com/gps/hibernate/WolSvnrepositoryDAO.java 125 publicMethodCommentRequirement Required
39438 src/com/gps/hibernate/WolSvnrepositoryDAO.java 126 There is log block not surrounded by if
39439 src/com/gps/hibernate/WolSvnrepositoryDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39440 src/com/gps/hibernate/WolSvnrepositoryDAO.java 128 Potential violation of Law of Demeter (method chain calls)
39441 src/com/gps/hibernate/WolSvnrepositoryDAO.java 129 There is log block not surrounded by if
39442 src/com/gps/hibernate/WolSvnrepositoryDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39443 src/com/gps/hibernate/WolSvnrepositoryDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39444 src/com/gps/hibernate/WolSvnrepositoryDAO.java 131 There is log block not surrounded by if
39445 src/com/gps/hibernate/WolSvnrepositoryDAO.java 136 Parameter 'instance' is not assigned and could be declared final
39446 src/com/gps/hibernate/WolSvnrepositoryDAO.java 136 publicMethodCommentRequirement Required
39447 src/com/gps/hibernate/WolSvnrepositoryDAO.java 137 There is log block not surrounded by if
39448 src/com/gps/hibernate/WolSvnrepositoryDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39449 src/com/gps/hibernate/WolSvnrepositoryDAO.java 139 Potential violation of Law of Demeter (method chain calls)
39450 src/com/gps/hibernate/WolSvnrepositoryDAO.java 140 There is log block not surrounded by if
39451 src/com/gps/hibernate/WolSvnrepositoryDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39452 src/com/gps/hibernate/WolSvnrepositoryDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39453 src/com/gps/hibernate/WolSvnrepositoryDAO.java 142 There is log block not surrounded by if
39454 src/com/gps/hibernate/WolSvnrevision.java 11 Classes implementing Serializable should set a serialVersionUID
39455 src/com/gps/hibernate/WolSvnrevision.java 15 fieldCommentRequirement Required
39456 src/com/gps/hibernate/WolSvnrevision.java 16 fieldCommentRequirement Required
39457 src/com/gps/hibernate/WolSvnrevision.java 17 fieldCommentRequirement Required
39458 src/com/gps/hibernate/WolSvnrevision.java 18 fieldCommentRequirement Required
39459 src/com/gps/hibernate/WolSvnrevision.java 19 fieldCommentRequirement Required
39460 src/com/gps/hibernate/WolSvnrevision.java 20 fieldCommentRequirement Required
39461 src/com/gps/hibernate/WolSvnrevision.java 25 Document empty constructor
39462 src/com/gps/hibernate/WolSvnrevision.java 29 Parameter 'svnRevisionId' is not assigned and could be declared final
39463 src/com/gps/hibernate/WolSvnrevision.java 34 Parameter 'svnRevisionId' is not assigned and could be declared final
39464 src/com/gps/hibernate/WolSvnrevision.java 34 Parameter 'svnUserId' is not assigned and could be declared final
39465 src/com/gps/hibernate/WolSvnrevision.java 35 Parameter 'createDate' is not assigned and could be declared final
39466 src/com/gps/hibernate/WolSvnrevision.java 35 Parameter 'revisionNumber' is not assigned and could be declared final
39467 src/com/gps/hibernate/WolSvnrevision.java 35 Parameter 'svnRepositoryId' is not assigned and could be declared final
39468 src/com/gps/hibernate/WolSvnrevision.java 36 Parameter 'comments' is not assigned and could be declared final
39469 src/com/gps/hibernate/WolSvnrevision.java 47 publicMethodCommentRequirement Required
39470 src/com/gps/hibernate/WolSvnrevision.java 51 Parameter 'svnRevisionId' is not assigned and could be declared final
39471 src/com/gps/hibernate/WolSvnrevision.java 51 publicMethodCommentRequirement Required
39472 src/com/gps/hibernate/WolSvnrevision.java 55 publicMethodCommentRequirement Required
39473 src/com/gps/hibernate/WolSvnrevision.java 59 Parameter 'svnUserId' is not assigned and could be declared final
39474 src/com/gps/hibernate/WolSvnrevision.java 59 publicMethodCommentRequirement Required
39475 src/com/gps/hibernate/WolSvnrevision.java 63 publicMethodCommentRequirement Required
39476 src/com/gps/hibernate/WolSvnrevision.java 67 Parameter 'createDate' is not assigned and could be declared final
39477 src/com/gps/hibernate/WolSvnrevision.java 67 publicMethodCommentRequirement Required
39478 src/com/gps/hibernate/WolSvnrevision.java 71 publicMethodCommentRequirement Required
39479 src/com/gps/hibernate/WolSvnrevision.java 75 Parameter 'svnRepositoryId' is not assigned and could be declared final
39480 src/com/gps/hibernate/WolSvnrevision.java 75 publicMethodCommentRequirement Required
39481 src/com/gps/hibernate/WolSvnrevision.java 79 publicMethodCommentRequirement Required
39482 src/com/gps/hibernate/WolSvnrevision.java 83 Parameter 'revisionNumber' is not assigned and could be declared final
39483 src/com/gps/hibernate/WolSvnrevision.java 83 publicMethodCommentRequirement Required
39484 src/com/gps/hibernate/WolSvnrevision.java 87 publicMethodCommentRequirement Required
39485 src/com/gps/hibernate/WolSvnrevision.java 91 Parameter 'comments' is not assigned and could be declared final
39486 src/com/gps/hibernate/WolSvnrevision.java 91 publicMethodCommentRequirement Required
39487 src/com/gps/hibernate/WolSvnrevisionDAO.java 3 Avoid unused imports such as 'java.util.Date'
39488 src/com/gps/hibernate/WolSvnrevisionDAO.java 11 Comment is too large: Too many lines
39489 src/com/gps/hibernate/WolSvnrevisionDAO.java 23 This class has too many methods, consider refactoring it.
39490 src/com/gps/hibernate/WolSvnrevisionDAO.java 24 Logger should be defined private static final and have the correct class
39491 src/com/gps/hibernate/WolSvnrevisionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
39492 src/com/gps/hibernate/WolSvnrevisionDAO.java 24 fieldCommentRequirement Required
39493 src/com/gps/hibernate/WolSvnrevisionDAO.java 26 fieldCommentRequirement Required
39494 src/com/gps/hibernate/WolSvnrevisionDAO.java 27 fieldCommentRequirement Required
39495 src/com/gps/hibernate/WolSvnrevisionDAO.java 28 fieldCommentRequirement Required
39496 src/com/gps/hibernate/WolSvnrevisionDAO.java 29 fieldCommentRequirement Required
39497 src/com/gps/hibernate/WolSvnrevisionDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
39498 src/com/gps/hibernate/WolSvnrevisionDAO.java 31 publicMethodCommentRequirement Required
39499 src/com/gps/hibernate/WolSvnrevisionDAO.java 32 There is log block not surrounded by if
39500 src/com/gps/hibernate/WolSvnrevisionDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39501 src/com/gps/hibernate/WolSvnrevisionDAO.java 34 Potential violation of Law of Demeter (method chain calls)
39502 src/com/gps/hibernate/WolSvnrevisionDAO.java 35 There is log block not surrounded by if
39503 src/com/gps/hibernate/WolSvnrevisionDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39504 src/com/gps/hibernate/WolSvnrevisionDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39505 src/com/gps/hibernate/WolSvnrevisionDAO.java 37 There is log block not surrounded by if
39506 src/com/gps/hibernate/WolSvnrevisionDAO.java 42 Avoid excessively long variable names like persistentInstance
39507 src/com/gps/hibernate/WolSvnrevisionDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
39508 src/com/gps/hibernate/WolSvnrevisionDAO.java 42 publicMethodCommentRequirement Required
39509 src/com/gps/hibernate/WolSvnrevisionDAO.java 43 There is log block not surrounded by if
39510 src/com/gps/hibernate/WolSvnrevisionDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39511 src/com/gps/hibernate/WolSvnrevisionDAO.java 45 Potential violation of Law of Demeter (method chain calls)
39512 src/com/gps/hibernate/WolSvnrevisionDAO.java 46 There is log block not surrounded by if
39513 src/com/gps/hibernate/WolSvnrevisionDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39514 src/com/gps/hibernate/WolSvnrevisionDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39515 src/com/gps/hibernate/WolSvnrevisionDAO.java 48 There is log block not surrounded by if
39516 src/com/gps/hibernate/WolSvnrevisionDAO.java 53 Avoid variables with short names like id
39517 src/com/gps/hibernate/WolSvnrevisionDAO.java 53 Parameter 'id' is not assigned and could be declared final
39518 src/com/gps/hibernate/WolSvnrevisionDAO.java 53 publicMethodCommentRequirement Required
39519 src/com/gps/hibernate/WolSvnrevisionDAO.java 54 There is log block not surrounded by if
39520 src/com/gps/hibernate/WolSvnrevisionDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39521 src/com/gps/hibernate/WolSvnrevisionDAO.java 56 Local variable 'instance' could be declared final
39522 src/com/gps/hibernate/WolSvnrevisionDAO.java 56 Potential violation of Law of Demeter (method chain calls)
39523 src/com/gps/hibernate/WolSvnrevisionDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39524 src/com/gps/hibernate/WolSvnrevisionDAO.java 60 There is log block not surrounded by if
39525 src/com/gps/hibernate/WolSvnrevisionDAO.java 65 Parameter 'instance' is not assigned and could be declared final
39526 src/com/gps/hibernate/WolSvnrevisionDAO.java 65 publicMethodCommentRequirement Required
39527 src/com/gps/hibernate/WolSvnrevisionDAO.java 66 There is log block not surrounded by if
39528 src/com/gps/hibernate/WolSvnrevisionDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39529 src/com/gps/hibernate/WolSvnrevisionDAO.java 68 Local variable 'results' could be declared final
39530 src/com/gps/hibernate/WolSvnrevisionDAO.java 68 Potential violation of Law of Demeter (method chain calls)
39531 src/com/gps/hibernate/WolSvnrevisionDAO.java 68 Potential violation of Law of Demeter (method chain calls)
39532 src/com/gps/hibernate/WolSvnrevisionDAO.java 68 Potential violation of Law of Demeter (method chain calls)
39533 src/com/gps/hibernate/WolSvnrevisionDAO.java 71 There is log block not surrounded by if
39534 src/com/gps/hibernate/WolSvnrevisionDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39535 src/com/gps/hibernate/WolSvnrevisionDAO.java 72 Potential violation of Law of Demeter (object not created locally)
39536 src/com/gps/hibernate/WolSvnrevisionDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39537 src/com/gps/hibernate/WolSvnrevisionDAO.java 75 There is log block not surrounded by if
39538 src/com/gps/hibernate/WolSvnrevisionDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
39539 src/com/gps/hibernate/WolSvnrevisionDAO.java 80 Parameter 'value' is not assigned and could be declared final
39540 src/com/gps/hibernate/WolSvnrevisionDAO.java 80 publicMethodCommentRequirement Required
39541 src/com/gps/hibernate/WolSvnrevisionDAO.java 81 There is log block not surrounded by if
39542 src/com/gps/hibernate/WolSvnrevisionDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39543 src/com/gps/hibernate/WolSvnrevisionDAO.java 84 Local variable 'queryString' could be declared final
39544 src/com/gps/hibernate/WolSvnrevisionDAO.java 86 Local variable 'queryObject' could be declared final
39545 src/com/gps/hibernate/WolSvnrevisionDAO.java 86 Potential violation of Law of Demeter (method chain calls)
39546 src/com/gps/hibernate/WolSvnrevisionDAO.java 87 Potential violation of Law of Demeter (object not created locally)
39547 src/com/gps/hibernate/WolSvnrevisionDAO.java 88 Potential violation of Law of Demeter (object not created locally)
39548 src/com/gps/hibernate/WolSvnrevisionDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39549 src/com/gps/hibernate/WolSvnrevisionDAO.java 90 There is log block not surrounded by if
39550 src/com/gps/hibernate/WolSvnrevisionDAO.java 95 Parameter 'svnUserId' is not assigned and could be declared final
39551 src/com/gps/hibernate/WolSvnrevisionDAO.java 95 publicMethodCommentRequirement Required
39552 src/com/gps/hibernate/WolSvnrevisionDAO.java 99 Parameter 'svnRepositoryId' is not assigned and could be declared final
39553 src/com/gps/hibernate/WolSvnrevisionDAO.java 99 publicMethodCommentRequirement Required
39554 src/com/gps/hibernate/WolSvnrevisionDAO.java 103 Parameter 'revisionNumber' is not assigned and could be declared final
39555 src/com/gps/hibernate/WolSvnrevisionDAO.java 103 publicMethodCommentRequirement Required
39556 src/com/gps/hibernate/WolSvnrevisionDAO.java 107 Parameter 'comments' is not assigned and could be declared final
39557 src/com/gps/hibernate/WolSvnrevisionDAO.java 107 publicMethodCommentRequirement Required
39558 src/com/gps/hibernate/WolSvnrevisionDAO.java 111 publicMethodCommentRequirement Required
39559 src/com/gps/hibernate/WolSvnrevisionDAO.java 112 There is log block not surrounded by if
39560 src/com/gps/hibernate/WolSvnrevisionDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39561 src/com/gps/hibernate/WolSvnrevisionDAO.java 114 Local variable 'queryString' could be declared final
39562 src/com/gps/hibernate/WolSvnrevisionDAO.java 115 Local variable 'queryObject' could be declared final
39563 src/com/gps/hibernate/WolSvnrevisionDAO.java 115 Potential violation of Law of Demeter (method chain calls)
39564 src/com/gps/hibernate/WolSvnrevisionDAO.java 116 Potential violation of Law of Demeter (object not created locally)
39565 src/com/gps/hibernate/WolSvnrevisionDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39566 src/com/gps/hibernate/WolSvnrevisionDAO.java 118 There is log block not surrounded by if
39567 src/com/gps/hibernate/WolSvnrevisionDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
39568 src/com/gps/hibernate/WolSvnrevisionDAO.java 123 publicMethodCommentRequirement Required
39569 src/com/gps/hibernate/WolSvnrevisionDAO.java 124 There is log block not surrounded by if
39570 src/com/gps/hibernate/WolSvnrevisionDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39571 src/com/gps/hibernate/WolSvnrevisionDAO.java 126 Local variable 'result' could be declared final
39572 src/com/gps/hibernate/WolSvnrevisionDAO.java 126 Potential violation of Law of Demeter (method chain calls)
39573 src/com/gps/hibernate/WolSvnrevisionDAO.java 128 There is log block not surrounded by if
39574 src/com/gps/hibernate/WolSvnrevisionDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39575 src/com/gps/hibernate/WolSvnrevisionDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39576 src/com/gps/hibernate/WolSvnrevisionDAO.java 131 There is log block not surrounded by if
39577 src/com/gps/hibernate/WolSvnrevisionDAO.java 136 Parameter 'instance' is not assigned and could be declared final
39578 src/com/gps/hibernate/WolSvnrevisionDAO.java 136 publicMethodCommentRequirement Required
39579 src/com/gps/hibernate/WolSvnrevisionDAO.java 137 There is log block not surrounded by if
39580 src/com/gps/hibernate/WolSvnrevisionDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39581 src/com/gps/hibernate/WolSvnrevisionDAO.java 139 Potential violation of Law of Demeter (method chain calls)
39582 src/com/gps/hibernate/WolSvnrevisionDAO.java 140 There is log block not surrounded by if
39583 src/com/gps/hibernate/WolSvnrevisionDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39584 src/com/gps/hibernate/WolSvnrevisionDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39585 src/com/gps/hibernate/WolSvnrevisionDAO.java 142 There is log block not surrounded by if
39586 src/com/gps/hibernate/WolSvnrevisionDAO.java 147 Parameter 'instance' is not assigned and could be declared final
39587 src/com/gps/hibernate/WolSvnrevisionDAO.java 147 publicMethodCommentRequirement Required
39588 src/com/gps/hibernate/WolSvnrevisionDAO.java 148 There is log block not surrounded by if
39589 src/com/gps/hibernate/WolSvnrevisionDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39590 src/com/gps/hibernate/WolSvnrevisionDAO.java 150 Potential violation of Law of Demeter (method chain calls)
39591 src/com/gps/hibernate/WolSvnrevisionDAO.java 151 There is log block not surrounded by if
39592 src/com/gps/hibernate/WolSvnrevisionDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39593 src/com/gps/hibernate/WolSvnrevisionDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39594 src/com/gps/hibernate/WolSvnrevisionDAO.java 153 There is log block not surrounded by if
39595 src/com/gps/hibernate/WolWallentry.java 11 Classes implementing Serializable should set a serialVersionUID
39596 src/com/gps/hibernate/WolWallentry.java 15 fieldCommentRequirement Required
39597 src/com/gps/hibernate/WolWallentry.java 16 fieldCommentRequirement Required
39598 src/com/gps/hibernate/WolWallentry.java 17 fieldCommentRequirement Required
39599 src/com/gps/hibernate/WolWallentry.java 18 fieldCommentRequirement Required
39600 src/com/gps/hibernate/WolWallentry.java 19 fieldCommentRequirement Required
39601 src/com/gps/hibernate/WolWallentry.java 20 fieldCommentRequirement Required
39602 src/com/gps/hibernate/WolWallentry.java 21 fieldCommentRequirement Required
39603 src/com/gps/hibernate/WolWallentry.java 22 fieldCommentRequirement Required
39604 src/com/gps/hibernate/WolWallentry.java 27 Document empty constructor
39605 src/com/gps/hibernate/WolWallentry.java 31 Parameter 'wallEntryId' is not assigned and could be declared final
39606 src/com/gps/hibernate/WolWallentry.java 36 Parameter 'companyId' is not assigned and could be declared final
39607 src/com/gps/hibernate/WolWallentry.java 36 Parameter 'groupId' is not assigned and could be declared final
39608 src/com/gps/hibernate/WolWallentry.java 36 Parameter 'wallEntryId' is not assigned and could be declared final
39609 src/com/gps/hibernate/WolWallentry.java 37 Parameter 'createDate' is not assigned and could be declared final
39610 src/com/gps/hibernate/WolWallentry.java 37 Parameter 'modifiedDate' is not assigned and could be declared final
39611 src/com/gps/hibernate/WolWallentry.java 37 Parameter 'userId' is not assigned and could be declared final
39612 src/com/gps/hibernate/WolWallentry.java 37 Parameter 'userName' is not assigned and could be declared final
39613 src/com/gps/hibernate/WolWallentry.java 38 Parameter 'comments' is not assigned and could be declared final
39614 src/com/gps/hibernate/WolWallentry.java 51 publicMethodCommentRequirement Required
39615 src/com/gps/hibernate/WolWallentry.java 55 Parameter 'wallEntryId' is not assigned and could be declared final
39616 src/com/gps/hibernate/WolWallentry.java 55 publicMethodCommentRequirement Required
39617 src/com/gps/hibernate/WolWallentry.java 59 publicMethodCommentRequirement Required
39618 src/com/gps/hibernate/WolWallentry.java 63 Parameter 'groupId' is not assigned and could be declared final
39619 src/com/gps/hibernate/WolWallentry.java 63 publicMethodCommentRequirement Required
39620 src/com/gps/hibernate/WolWallentry.java 67 publicMethodCommentRequirement Required
39621 src/com/gps/hibernate/WolWallentry.java 71 Parameter 'companyId' is not assigned and could be declared final
39622 src/com/gps/hibernate/WolWallentry.java 71 publicMethodCommentRequirement Required
39623 src/com/gps/hibernate/WolWallentry.java 75 publicMethodCommentRequirement Required
39624 src/com/gps/hibernate/WolWallentry.java 79 Parameter 'userId' is not assigned and could be declared final
39625 src/com/gps/hibernate/WolWallentry.java 79 publicMethodCommentRequirement Required
39626 src/com/gps/hibernate/WolWallentry.java 83 publicMethodCommentRequirement Required
39627 src/com/gps/hibernate/WolWallentry.java 87 Parameter 'userName' is not assigned and could be declared final
39628 src/com/gps/hibernate/WolWallentry.java 87 publicMethodCommentRequirement Required
39629 src/com/gps/hibernate/WolWallentry.java 91 publicMethodCommentRequirement Required
39630 src/com/gps/hibernate/WolWallentry.java 95 Parameter 'createDate' is not assigned and could be declared final
39631 src/com/gps/hibernate/WolWallentry.java 95 publicMethodCommentRequirement Required
39632 src/com/gps/hibernate/WolWallentry.java 99 publicMethodCommentRequirement Required
39633 src/com/gps/hibernate/WolWallentry.java 103 Parameter 'modifiedDate' is not assigned and could be declared final
39634 src/com/gps/hibernate/WolWallentry.java 103 publicMethodCommentRequirement Required
39635 src/com/gps/hibernate/WolWallentry.java 107 publicMethodCommentRequirement Required
39636 src/com/gps/hibernate/WolWallentry.java 111 Parameter 'comments' is not assigned and could be declared final
39637 src/com/gps/hibernate/WolWallentry.java 111 publicMethodCommentRequirement Required
39638 src/com/gps/hibernate/WolWallentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
39639 src/com/gps/hibernate/WolWallentryDAO.java 11 Comment is too large: Too many lines
39640 src/com/gps/hibernate/WolWallentryDAO.java 23 This class has too many methods, consider refactoring it.
39641 src/com/gps/hibernate/WolWallentryDAO.java 24 Logger should be defined private static final and have the correct class
39642 src/com/gps/hibernate/WolWallentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
39643 src/com/gps/hibernate/WolWallentryDAO.java 24 fieldCommentRequirement Required
39644 src/com/gps/hibernate/WolWallentryDAO.java 26 fieldCommentRequirement Required
39645 src/com/gps/hibernate/WolWallentryDAO.java 27 fieldCommentRequirement Required
39646 src/com/gps/hibernate/WolWallentryDAO.java 28 fieldCommentRequirement Required
39647 src/com/gps/hibernate/WolWallentryDAO.java 29 fieldCommentRequirement Required
39648 src/com/gps/hibernate/WolWallentryDAO.java 30 fieldCommentRequirement Required
39649 src/com/gps/hibernate/WolWallentryDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
39650 src/com/gps/hibernate/WolWallentryDAO.java 32 publicMethodCommentRequirement Required
39651 src/com/gps/hibernate/WolWallentryDAO.java 33 There is log block not surrounded by if
39652 src/com/gps/hibernate/WolWallentryDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39653 src/com/gps/hibernate/WolWallentryDAO.java 35 Potential violation of Law of Demeter (method chain calls)
39654 src/com/gps/hibernate/WolWallentryDAO.java 36 There is log block not surrounded by if
39655 src/com/gps/hibernate/WolWallentryDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39656 src/com/gps/hibernate/WolWallentryDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39657 src/com/gps/hibernate/WolWallentryDAO.java 38 There is log block not surrounded by if
39658 src/com/gps/hibernate/WolWallentryDAO.java 43 Avoid excessively long variable names like persistentInstance
39659 src/com/gps/hibernate/WolWallentryDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
39660 src/com/gps/hibernate/WolWallentryDAO.java 43 publicMethodCommentRequirement Required
39661 src/com/gps/hibernate/WolWallentryDAO.java 44 There is log block not surrounded by if
39662 src/com/gps/hibernate/WolWallentryDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39663 src/com/gps/hibernate/WolWallentryDAO.java 46 Potential violation of Law of Demeter (method chain calls)
39664 src/com/gps/hibernate/WolWallentryDAO.java 47 There is log block not surrounded by if
39665 src/com/gps/hibernate/WolWallentryDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39666 src/com/gps/hibernate/WolWallentryDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39667 src/com/gps/hibernate/WolWallentryDAO.java 49 There is log block not surrounded by if
39668 src/com/gps/hibernate/WolWallentryDAO.java 54 Avoid variables with short names like id
39669 src/com/gps/hibernate/WolWallentryDAO.java 54 Parameter 'id' is not assigned and could be declared final
39670 src/com/gps/hibernate/WolWallentryDAO.java 54 publicMethodCommentRequirement Required
39671 src/com/gps/hibernate/WolWallentryDAO.java 55 There is log block not surrounded by if
39672 src/com/gps/hibernate/WolWallentryDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39673 src/com/gps/hibernate/WolWallentryDAO.java 57 Local variable 'instance' could be declared final
39674 src/com/gps/hibernate/WolWallentryDAO.java 57 Potential violation of Law of Demeter (method chain calls)
39675 src/com/gps/hibernate/WolWallentryDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39676 src/com/gps/hibernate/WolWallentryDAO.java 61 There is log block not surrounded by if
39677 src/com/gps/hibernate/WolWallentryDAO.java 66 Parameter 'instance' is not assigned and could be declared final
39678 src/com/gps/hibernate/WolWallentryDAO.java 66 publicMethodCommentRequirement Required
39679 src/com/gps/hibernate/WolWallentryDAO.java 67 There is log block not surrounded by if
39680 src/com/gps/hibernate/WolWallentryDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39681 src/com/gps/hibernate/WolWallentryDAO.java 69 Local variable 'results' could be declared final
39682 src/com/gps/hibernate/WolWallentryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
39683 src/com/gps/hibernate/WolWallentryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
39684 src/com/gps/hibernate/WolWallentryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
39685 src/com/gps/hibernate/WolWallentryDAO.java 72 There is log block not surrounded by if
39686 src/com/gps/hibernate/WolWallentryDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39687 src/com/gps/hibernate/WolWallentryDAO.java 73 Potential violation of Law of Demeter (object not created locally)
39688 src/com/gps/hibernate/WolWallentryDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39689 src/com/gps/hibernate/WolWallentryDAO.java 76 There is log block not surrounded by if
39690 src/com/gps/hibernate/WolWallentryDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
39691 src/com/gps/hibernate/WolWallentryDAO.java 81 Parameter 'value' is not assigned and could be declared final
39692 src/com/gps/hibernate/WolWallentryDAO.java 81 publicMethodCommentRequirement Required
39693 src/com/gps/hibernate/WolWallentryDAO.java 82 There is log block not surrounded by if
39694 src/com/gps/hibernate/WolWallentryDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39695 src/com/gps/hibernate/WolWallentryDAO.java 85 Local variable 'queryString' could be declared final
39696 src/com/gps/hibernate/WolWallentryDAO.java 87 Local variable 'queryObject' could be declared final
39697 src/com/gps/hibernate/WolWallentryDAO.java 87 Potential violation of Law of Demeter (method chain calls)
39698 src/com/gps/hibernate/WolWallentryDAO.java 88 Potential violation of Law of Demeter (object not created locally)
39699 src/com/gps/hibernate/WolWallentryDAO.java 89 Potential violation of Law of Demeter (object not created locally)
39700 src/com/gps/hibernate/WolWallentryDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39701 src/com/gps/hibernate/WolWallentryDAO.java 91 There is log block not surrounded by if
39702 src/com/gps/hibernate/WolWallentryDAO.java 96 Parameter 'groupId' is not assigned and could be declared final
39703 src/com/gps/hibernate/WolWallentryDAO.java 96 publicMethodCommentRequirement Required
39704 src/com/gps/hibernate/WolWallentryDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
39705 src/com/gps/hibernate/WolWallentryDAO.java 100 publicMethodCommentRequirement Required
39706 src/com/gps/hibernate/WolWallentryDAO.java 104 Parameter 'userId' is not assigned and could be declared final
39707 src/com/gps/hibernate/WolWallentryDAO.java 104 publicMethodCommentRequirement Required
39708 src/com/gps/hibernate/WolWallentryDAO.java 108 Parameter 'userName' is not assigned and could be declared final
39709 src/com/gps/hibernate/WolWallentryDAO.java 108 publicMethodCommentRequirement Required
39710 src/com/gps/hibernate/WolWallentryDAO.java 112 Parameter 'comments' is not assigned and could be declared final
39711 src/com/gps/hibernate/WolWallentryDAO.java 112 publicMethodCommentRequirement Required
39712 src/com/gps/hibernate/WolWallentryDAO.java 116 publicMethodCommentRequirement Required
39713 src/com/gps/hibernate/WolWallentryDAO.java 117 There is log block not surrounded by if
39714 src/com/gps/hibernate/WolWallentryDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39715 src/com/gps/hibernate/WolWallentryDAO.java 119 Local variable 'queryString' could be declared final
39716 src/com/gps/hibernate/WolWallentryDAO.java 120 Local variable 'queryObject' could be declared final
39717 src/com/gps/hibernate/WolWallentryDAO.java 120 Potential violation of Law of Demeter (method chain calls)
39718 src/com/gps/hibernate/WolWallentryDAO.java 121 Potential violation of Law of Demeter (object not created locally)
39719 src/com/gps/hibernate/WolWallentryDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39720 src/com/gps/hibernate/WolWallentryDAO.java 123 There is log block not surrounded by if
39721 src/com/gps/hibernate/WolWallentryDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
39722 src/com/gps/hibernate/WolWallentryDAO.java 128 publicMethodCommentRequirement Required
39723 src/com/gps/hibernate/WolWallentryDAO.java 129 There is log block not surrounded by if
39724 src/com/gps/hibernate/WolWallentryDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39725 src/com/gps/hibernate/WolWallentryDAO.java 131 Local variable 'result' could be declared final
39726 src/com/gps/hibernate/WolWallentryDAO.java 131 Potential violation of Law of Demeter (method chain calls)
39727 src/com/gps/hibernate/WolWallentryDAO.java 133 There is log block not surrounded by if
39728 src/com/gps/hibernate/WolWallentryDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39729 src/com/gps/hibernate/WolWallentryDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39730 src/com/gps/hibernate/WolWallentryDAO.java 136 There is log block not surrounded by if
39731 src/com/gps/hibernate/WolWallentryDAO.java 141 Parameter 'instance' is not assigned and could be declared final
39732 src/com/gps/hibernate/WolWallentryDAO.java 141 publicMethodCommentRequirement Required
39733 src/com/gps/hibernate/WolWallentryDAO.java 142 There is log block not surrounded by if
39734 src/com/gps/hibernate/WolWallentryDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39735 src/com/gps/hibernate/WolWallentryDAO.java 144 Potential violation of Law of Demeter (method chain calls)
39736 src/com/gps/hibernate/WolWallentryDAO.java 145 There is log block not surrounded by if
39737 src/com/gps/hibernate/WolWallentryDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39738 src/com/gps/hibernate/WolWallentryDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39739 src/com/gps/hibernate/WolWallentryDAO.java 147 There is log block not surrounded by if
39740 src/com/gps/hibernate/WolWallentryDAO.java 152 Parameter 'instance' is not assigned and could be declared final
39741 src/com/gps/hibernate/WolWallentryDAO.java 152 publicMethodCommentRequirement Required
39742 src/com/gps/hibernate/WolWallentryDAO.java 153 There is log block not surrounded by if
39743 src/com/gps/hibernate/WolWallentryDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39744 src/com/gps/hibernate/WolWallentryDAO.java 155 Potential violation of Law of Demeter (method chain calls)
39745 src/com/gps/hibernate/WolWallentryDAO.java 156 There is log block not surrounded by if
39746 src/com/gps/hibernate/WolWallentryDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39747 src/com/gps/hibernate/WolWallentryDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39748 src/com/gps/hibernate/WolWallentryDAO.java 158 There is log block not surrounded by if
39749 src/com/gps/hsqldb/CustomHSQLDialect.java 1 Comment is too large: Too many lines
39750 src/com/gps/hsqldb/CustomHSQLDialect.java 5 Comment is too large: Line too long
39751 src/com/gps/hsqldb/CustomHSQLDialect.java 15 headerCommentRequirement Required
39752 src/com/gps/hsqldb/CustomHSQLDialect.java 18 It is a good practice to call super() in a constructor
39753 src/com/gps/hsqldb/CustomHSQLDialect.java 18 publicMethodCommentRequirement Required
39754 src/com/gps/hsqldb/DBAdapter.java 7 Comment is too large: Line too long
39755 src/com/gps/hsqldb/DBAdapter.java 24 headerCommentRequirement Required
39756 src/com/gps/hsqldb/DBAdapter.java 26 The Logger variable declaration does not contain the static and final modifiers
39757 src/com/gps/hsqldb/DBAdapter.java 26 Use explicit scoping instead of the default package private level
39758 src/com/gps/hsqldb/DBAdapter.java 26 fieldCommentRequirement Required
39759 src/com/gps/hsqldb/DBAdapter.java 28 Avoid using implementation types like 'ArrayList'; use the interface instead
39760 src/com/gps/hsqldb/DBAdapter.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
39761 src/com/gps/hsqldb/DBAdapter.java 28 Private field 'params' could be made final; it is only initialized in the declaration or constructor.
39762 src/com/gps/hsqldb/DBAdapter.java 28 fieldCommentRequirement Required
39763 src/com/gps/hsqldb/DBAdapter.java 31 Parameter 'name' is not assigned and could be declared final
39764 src/com/gps/hsqldb/DBAdapter.java 31 Parameter 'value' is not assigned and could be declared final
39765 src/com/gps/hsqldb/DBAdapter.java 31 publicMethodCommentRequirement Required
39766 src/com/gps/hsqldb/DBAdapter.java 32 Local variable 'input' could be declared final
39767 src/com/gps/hsqldb/DBAdapter.java 38 Parameter 'QueryString' is not assigned and could be declared final
39768 src/com/gps/hsqldb/DBAdapter.java 38 Parameter 'pClass' is not assigned and could be declared final
39769 src/com/gps/hsqldb/DBAdapter.java 38 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
39770 src/com/gps/hsqldb/DBAdapter.java 38 publicMethodCommentRequirement Required
39771 src/com/gps/hsqldb/DBAdapter.java 40 Local variable 'session' could be declared final
39772 src/com/gps/hsqldb/DBAdapter.java 41 Found 'DD'-anomaly for variable 'resultlist' (lines '41'-'51').
39773 src/com/gps/hsqldb/DBAdapter.java 42 Found 'DD'-anomaly for variable 'query' (lines '42'-'46').
39774 src/com/gps/hsqldb/DBAdapter.java 46 Found 'DD'-anomaly for variable 'query' (lines '46'-'49').
39775 src/com/gps/hsqldb/DBAdapter.java 46 Potential violation of Law of Demeter (object not created locally)
39776 src/com/gps/hsqldb/DBAdapter.java 51 Potential violation of Law of Demeter (object not created locally)
39777 src/com/gps/hsqldb/DBAdapter.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39778 src/com/gps/hsqldb/DBAdapter.java 54 Potential violation of Law of Demeter (object not created locally)
39779 src/com/gps/hsqldb/DBAdapter.java 54 The String literal "Exception:" appears 4 times in this file; the first occurrence is on line 54
39780 src/com/gps/hsqldb/DBAdapter.java 54 There is log block not surrounded by if
39781 src/com/gps/hsqldb/DBAdapter.java 65 Parameter 'QueryString' is not assigned and could be declared final
39782 src/com/gps/hsqldb/DBAdapter.java 65 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
39783 src/com/gps/hsqldb/DBAdapter.java 65 publicMethodCommentRequirement Required
39784 src/com/gps/hsqldb/DBAdapter.java 67 Local variable 'session' could be declared final
39785 src/com/gps/hsqldb/DBAdapter.java 68 Found 'DD'-anomaly for variable 'resultlist' (lines '68'-'76').
39786 src/com/gps/hsqldb/DBAdapter.java 69 Found 'DD'-anomaly for variable 'query' (lines '69'-'72').
39787 src/com/gps/hsqldb/DBAdapter.java 72 Found 'DD'-anomaly for variable 'query' (lines '72'-'74').
39788 src/com/gps/hsqldb/DBAdapter.java 72 Potential violation of Law of Demeter (object not created locally)
39789 src/com/gps/hsqldb/DBAdapter.java 76 Potential violation of Law of Demeter (object not created locally)
39790 src/com/gps/hsqldb/DBAdapter.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39791 src/com/gps/hsqldb/DBAdapter.java 80 Potential violation of Law of Demeter (object not created locally)
39792 src/com/gps/hsqldb/DBAdapter.java 80 There is log block not surrounded by if
39793 src/com/gps/hsqldb/DBAdapter.java 91 Found 'UR'-anomaly for variable 'element' (lines '91'-'95').
39794 src/com/gps/hsqldb/DBAdapter.java 91 Parameter 'query' is not assigned and could be declared final
39795 src/com/gps/hsqldb/DBAdapter.java 93 Local variable 'inputvalue' could be declared final
39796 src/com/gps/hsqldb/DBAdapter.java 94 Local variable 'element' could be declared final
39797 src/com/gps/hsqldb/DBAdapter.java 97 Local variable 'value' could be declared final
39798 src/com/gps/hsqldb/DBAdapter.java 109 Parameter 'object' is not assigned and could be declared final
39799 src/com/gps/hsqldb/DBAdapter.java 109 publicMethodCommentRequirement Required
39800 src/com/gps/hsqldb/DBAdapter.java 111 Local variable 'session' could be declared final
39801 src/com/gps/hsqldb/DBAdapter.java 112 Found 'DD'-anomaly for variable 'rowcount' (lines '112'-'119').
39802 src/com/gps/hsqldb/DBAdapter.java 114 Avoid variables with short names like tx
39803 src/com/gps/hsqldb/DBAdapter.java 114 Local variable 'tx' could be declared final
39804 src/com/gps/hsqldb/DBAdapter.java 114 Potential violation of Law of Demeter (object not created locally)
39805 src/com/gps/hsqldb/DBAdapter.java 116 Potential violation of Law of Demeter (object not created locally)
39806 src/com/gps/hsqldb/DBAdapter.java 116 There is log block not surrounded by if
39807 src/com/gps/hsqldb/DBAdapter.java 116 There is log block not surrounded by if
39808 src/com/gps/hsqldb/DBAdapter.java 118 Potential violation of Law of Demeter (object not created locally)
39809 src/com/gps/hsqldb/DBAdapter.java 120 There is log block not surrounded by if
39810 src/com/gps/hsqldb/DBAdapter.java 120 There is log block not surrounded by if
39811 src/com/gps/hsqldb/DBAdapter.java 121 Potential violation of Law of Demeter (object not created locally)
39812 src/com/gps/hsqldb/DBAdapter.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39813 src/com/gps/hsqldb/DBAdapter.java 124 There is log block not surrounded by if
39814 src/com/gps/hsqldb/DBAdapter.java 125 Avoid printStackTrace(); use a logger call instead.
39815 src/com/gps/hsqldb/DBAdapter.java 126 Potential violation of Law of Demeter (object not created locally)
39816 src/com/gps/hsqldb/DBAdapter.java 132 Parameter 'QueryString' is not assigned and could be declared final
39817 src/com/gps/hsqldb/DBAdapter.java 132 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
39818 src/com/gps/hsqldb/DBAdapter.java 132 publicMethodCommentRequirement Required
39819 src/com/gps/hsqldb/DBAdapter.java 133 Local variable 'session' could be declared final
39820 src/com/gps/hsqldb/DBAdapter.java 134 Found 'DD'-anomaly for variable 'rowcount' (lines '134'-'143').
39821 src/com/gps/hsqldb/DBAdapter.java 135 Avoid variables with short names like tx
39822 src/com/gps/hsqldb/DBAdapter.java 135 Local variable 'tx' could be declared final
39823 src/com/gps/hsqldb/DBAdapter.java 135 Potential violation of Law of Demeter (object not created locally)
39824 src/com/gps/hsqldb/DBAdapter.java 136 Found 'DD'-anomaly for variable 'query' (lines '136'-'139').
39825 src/com/gps/hsqldb/DBAdapter.java 139 Found 'DD'-anomaly for variable 'query' (lines '139'-'141').
39826 src/com/gps/hsqldb/DBAdapter.java 139 Potential violation of Law of Demeter (object not created locally)
39827 src/com/gps/hsqldb/DBAdapter.java 143 Potential violation of Law of Demeter (object not created locally)
39828 src/com/gps/hsqldb/DBAdapter.java 144 There is log block not surrounded by if
39829 src/com/gps/hsqldb/DBAdapter.java 144 There is log block not surrounded by if
39830 src/com/gps/hsqldb/DBAdapter.java 145 Potential violation of Law of Demeter (object not created locally)
39831 src/com/gps/hsqldb/DBAdapter.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39832 src/com/gps/hsqldb/DBAdapter.java 147 Potential violation of Law of Demeter (object not created locally)
39833 src/com/gps/hsqldb/DBAdapter.java 147 There is log block not surrounded by if
39834 src/com/gps/hsqldb/DBAdapter.java 148 Potential violation of Law of Demeter (object not created locally)
39835 src/com/gps/hsqldb/DBAdapter.java 157 Parameter 'QueryString' is not assigned and could be declared final
39836 src/com/gps/hsqldb/DBAdapter.java 157 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
39837 src/com/gps/hsqldb/DBAdapter.java 157 publicMethodCommentRequirement Required
39838 src/com/gps/hsqldb/DBAdapter.java 159 Local variable 'session' could be declared final
39839 src/com/gps/hsqldb/DBAdapter.java 160 Found 'DD'-anomaly for variable 'resultlist' (lines '160'-'168').
39840 src/com/gps/hsqldb/DBAdapter.java 161 Found 'DD'-anomaly for variable 'query' (lines '161'-'164').
39841 src/com/gps/hsqldb/DBAdapter.java 164 Found 'DD'-anomaly for variable 'query' (lines '164'-'166').
39842 src/com/gps/hsqldb/DBAdapter.java 164 Potential violation of Law of Demeter (object not created locally)
39843 src/com/gps/hsqldb/DBAdapter.java 168 Potential violation of Law of Demeter (object not created locally)
39844 src/com/gps/hsqldb/DBAdapter.java 170 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39845 src/com/gps/hsqldb/DBAdapter.java 171 Potential violation of Law of Demeter (object not created locally)
39846 src/com/gps/hsqldb/DBAdapter.java 171 There is log block not surrounded by if
39847 src/com/gps/hsqldb/DBAdapter.java 181 Parameter 'QueryString' is not assigned and could be declared final
39848 src/com/gps/hsqldb/DBAdapter.java 181 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
39849 src/com/gps/hsqldb/DBAdapter.java 181 publicMethodCommentRequirement Required
39850 src/com/gps/hsqldb/DBAdapter.java 182 Local variable 'session' could be declared final
39851 src/com/gps/hsqldb/DBAdapter.java 183 Avoid declaring a variable if it is unreferenced before a possible exit point.
39852 src/com/gps/hsqldb/DBAdapter.java 183 Avoid unused local variables such as 'resultlist'.
39853 src/com/gps/hsqldb/DBAdapter.java 183 Found 'DU'-anomaly for variable 'resultlist' (lines '183'-'204').
39854 src/com/gps/hsqldb/DBAdapter.java 183 Local variable 'resultlist' could be declared final
39855 src/com/gps/hsqldb/DBAdapter.java 184 Avoid variables with short names like tx
39856 src/com/gps/hsqldb/DBAdapter.java 184 Local variable 'tx' could be declared final
39857 src/com/gps/hsqldb/DBAdapter.java 184 Potential violation of Law of Demeter (object not created locally)
39858 src/com/gps/hsqldb/DBAdapter.java 185 Found 'DD'-anomaly for variable 'updrowcnt' (lines '185'-'191').
39859 src/com/gps/hsqldb/DBAdapter.java 186 Found 'DD'-anomaly for variable 'query' (lines '186'-'189').
39860 src/com/gps/hsqldb/DBAdapter.java 188 There is log block not surrounded by if
39861 src/com/gps/hsqldb/DBAdapter.java 188 There is log block not surrounded by if
39862 src/com/gps/hsqldb/DBAdapter.java 189 Found 'DD'-anomaly for variable 'query' (lines '189'-'190').
39863 src/com/gps/hsqldb/DBAdapter.java 189 Potential violation of Law of Demeter (object not created locally)
39864 src/com/gps/hsqldb/DBAdapter.java 191 Potential violation of Law of Demeter (object not created locally)
39865 src/com/gps/hsqldb/DBAdapter.java 192 There is log block not surrounded by if
39866 src/com/gps/hsqldb/DBAdapter.java 192 There is log block not surrounded by if
39867 src/com/gps/hsqldb/DBAdapter.java 193 Potential violation of Law of Demeter (object not created locally)
39868 src/com/gps/hsqldb/DBAdapter.java 194 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39869 src/com/gps/hsqldb/DBAdapter.java 195 Potential violation of Law of Demeter (object not created locally)
39870 src/com/gps/hsqldb/DBAdapter.java 195 There is log block not surrounded by if
39871 src/com/gps/hsqldb/DBAdapter.java 196 Avoid printStackTrace(); use a logger call instead.
39872 src/com/gps/hsqldb/DBAdapter.java 196 Potential violation of Law of Demeter (object not created locally)
39873 src/com/gps/hsqldb/DBAdapter.java 198 Potential violation of Law of Demeter (object not created locally)
39874 src/com/gps/hsqldb/DBAdapter.java 208 Parameter 'arg' is not assigned and could be declared final
39875 src/com/gps/hsqldb/DBAdapter.java 208 Parameter 'serialObj' is not assigned and could be declared final
39876 src/com/gps/hsqldb/DBAdapter.java 208 publicMethodCommentRequirement Required
39877 src/com/gps/hsqldb/DBAdapter.java 210 Found 'DU'-anomaly for variable 'session' (lines '210'-'223').
39878 src/com/gps/hsqldb/DBAdapter.java 210 Local variable 'session' could be declared final
39879 src/com/gps/hsqldb/DBAdapter.java 211 Found 'DD'-anomaly for variable 'resultObj' (lines '211'-'214').
39880 src/com/gps/hsqldb/DBAdapter.java 213 Avoid using if statements without curly braces
39881 src/com/gps/hsqldb/DBAdapter.java 214 Potential violation of Law of Demeter (object not created locally)
39882 src/com/gps/hsqldb/DBAdapter.java 217 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39883 src/com/gps/hsqldb/DBAdapter.java 219 Potential violation of Law of Demeter (object not created locally)
39884 src/com/gps/hsqldb/DBAdapter.java 219 There is log block not surrounded by if
39885 src/com/gps/hsqldb/HibernatePlug.java 29 A class which only has private constructors should be final
39886 src/com/gps/hsqldb/HibernatePlug.java 37 Avoid excessively long variable names like CONFIG_FILE_LOCATION
39887 src/com/gps/hsqldb/HibernatePlug.java 37 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'CONFIG_FILE_LOCATION' is not final.
39888 src/com/gps/hsqldb/HibernatePlug.java 37 The field name indicates a constant but its modifiers do not
39889 src/com/gps/hsqldb/HibernatePlug.java 37 Variables should start with a lowercase character, 'CONFIG_FILE_LOCATION' starts with uppercase character.
39890 src/com/gps/hsqldb/HibernatePlug.java 38 Variables that are final and static should be all capitals, 'threadLocal' is not all capitals.
39891 src/com/gps/hsqldb/HibernatePlug.java 38 fieldCommentRequirement Required
39892 src/com/gps/hsqldb/HibernatePlug.java 39 fieldCommentRequirement Required
39893 src/com/gps/hsqldb/HibernatePlug.java 40 fieldCommentRequirement Required
39894 src/com/gps/hsqldb/HibernatePlug.java 41 fieldCommentRequirement Required
39895 src/com/gps/hsqldb/HibernatePlug.java 44 fieldCommentRequirement Required
39896 src/com/gps/hsqldb/HibernatePlug.java 49 Local variable 'props' could be declared final
39897 src/com/gps/hsqldb/HibernatePlug.java 53 System.out.print is used
39898 src/com/gps/hsqldb/HibernatePlug.java 58 System.out.print is used
39899 src/com/gps/hsqldb/HibernatePlug.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39900 src/com/gps/hsqldb/HibernatePlug.java 65 System.out.print is used
39901 src/com/gps/hsqldb/HibernatePlug.java 67 Avoid printStackTrace(); use a logger call instead.
39902 src/com/gps/hsqldb/HibernatePlug.java 85 Potential violation of Law of Demeter (object not created locally)
39903 src/com/gps/hsqldb/HibernatePlug.java 89 Avoid if (x != y) ..; else ..;
39904 src/com/gps/hsqldb/HibernatePlug.java 90 Assigning an Object to null is a code smell. Consider refactoring.
39905 src/com/gps/hsqldb/HibernatePlug.java 93 A method should have only one exit point, and that should be the last statement in the method
39906 src/com/gps/hsqldb/HibernatePlug.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39907 src/com/gps/hsqldb/HibernatePlug.java 95 Avoid printStackTrace(); use a logger call instead.
39908 src/com/gps/hsqldb/HibernatePlug.java 95 Potential violation of Law of Demeter (object not created locally)
39909 src/com/gps/hsqldb/HibernatePlug.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39910 src/com/gps/hsqldb/HibernatePlug.java 110 System.out.print is used
39911 src/com/gps/hsqldb/HibernatePlug.java 112 Avoid printStackTrace(); use a logger call instead.
39912 src/com/gps/hsqldb/HibernatePlug.java 112 Potential violation of Law of Demeter (object not created locally)
39913 src/com/gps/hsqldb/HibernatePlug.java 122 Local variable 'session' could be declared final
39914 src/com/gps/hsqldb/HibernatePlug.java 126 Potential violation of Law of Demeter (object not created locally)
39915 src/com/gps/hsqldb/HibernatePlug.java 127 Potential violation of Law of Demeter (object not created locally)
39916 src/com/gps/hsqldb/HibernatePlug.java 144 Parameter 'configFile' is not assigned and could be declared final
39917 src/com/gps/hsqldb/HibernatePlug.java 146 Assigning an Object to null is a code smell. Consider refactoring.
39918 src/com/gps/hsqldb/HsqlHibernateDAO.java 6 Comment is too large: Line too long
39919 src/com/gps/hsqldb/HsqlHibernateDAO.java 14 headerCommentRequirement Required
39920 src/com/gps/hsqldb/HsqlHibernateDAO.java 16 publicMethodCommentRequirement Required
39921 src/com/gps/hsqldb/InputData.java 1 Comment is too large: Too many lines
39922 src/com/gps/hsqldb/InputData.java 13 headerCommentRequirement Required
39923 src/com/gps/hsqldb/InputData.java 14 fieldCommentRequirement Required
39924 src/com/gps/hsqldb/InputData.java 15 fieldCommentRequirement Required
39925 src/com/gps/hsqldb/InputData.java 16 Parameter 'key' is not assigned and could be declared final
39926 src/com/gps/hsqldb/InputData.java 16 Parameter 'value' is not assigned and could be declared final
39927 src/com/gps/hsqldb/InputData.java 16 publicMethodCommentRequirement Required
39928 src/com/gps/hsqldb/InputData.java 21 publicMethodCommentRequirement Required
39929 src/com/gps/hsqldb/InputData.java 24 Parameter 'key' is not assigned and could be declared final
39930 src/com/gps/hsqldb/InputData.java 24 publicMethodCommentRequirement Required
39931 src/com/gps/hsqldb/InputData.java 27 publicMethodCommentRequirement Required
39932 src/com/gps/hsqldb/InputData.java 30 Parameter 'value' is not assigned and could be declared final
39933 src/com/gps/hsqldb/InputData.java 30 publicMethodCommentRequirement Required
39934 src/com/gps/hsqldb/PacketInfoBean.java 2 Comment is too large: Too many lines
39935 src/com/gps/hsqldb/PacketInfoBean.java 15 headerCommentRequirement Required
39936 src/com/gps/hsqldb/PacketInfoBean.java 16 fieldCommentRequirement Required
39937 src/com/gps/hsqldb/PacketInfoBean.java 17 fieldCommentRequirement Required
39938 src/com/gps/hsqldb/PacketInfoBean.java 18 fieldCommentRequirement Required
39939 src/com/gps/hsqldb/PacketInfoBean.java 19 fieldCommentRequirement Required
39940 src/com/gps/hsqldb/PacketInfoBean.java 20 fieldCommentRequirement Required
39941 src/com/gps/hsqldb/PacketInfoBean.java 23 publicMethodCommentRequirement Required
39942 src/com/gps/hsqldb/PacketInfoBean.java 30 publicMethodCommentRequirement Required
39943 src/com/gps/hsqldb/PacketInfoBean.java 34 Parameter 'tripId' is not assigned and could be declared final
39944 src/com/gps/hsqldb/PacketInfoBean.java 34 publicMethodCommentRequirement Required
39945 src/com/gps/hsqldb/PacketInfoBean.java 40 publicMethodCommentRequirement Required
39946 src/com/gps/hsqldb/PacketInfoBean.java 44 Parameter 'lattitude' is not assigned and could be declared final
39947 src/com/gps/hsqldb/PacketInfoBean.java 44 publicMethodCommentRequirement Required
39948 src/com/gps/hsqldb/PacketInfoBean.java 48 publicMethodCommentRequirement Required
39949 src/com/gps/hsqldb/PacketInfoBean.java 52 Parameter 'longitude' is not assigned and could be declared final
39950 src/com/gps/hsqldb/PacketInfoBean.java 52 publicMethodCommentRequirement Required
39951 src/com/gps/hsqldb/PacketInfoBean.java 56 publicMethodCommentRequirement Required
39952 src/com/gps/hsqldb/PacketInfoBean.java 60 Parameter 'creationTime' is not assigned and could be declared final
39953 src/com/gps/hsqldb/PacketInfoBean.java 60 publicMethodCommentRequirement Required
39954 src/com/gps/hsqldb/PacketInfoBean.java 65 publicMethodCommentRequirement Required
39955 src/com/gps/hsqldb/PacketInfoBean.java 69 Parameter 'deviationChkResp' is not assigned and could be declared final
39956 src/com/gps/hsqldb/PacketInfoBean.java 69 publicMethodCommentRequirement Required
39957 src/com/gps/hsqldb/VehicleInfoBean.java 1 Comment is too large: Too many lines
39958 src/com/gps/hsqldb/VehicleInfoBean.java 20 This class has a bunch of public methods and attributes
39959 src/com/gps/hsqldb/VehicleInfoBean.java 24 Classes implementing Serializable should set a serialVersionUID
39960 src/com/gps/hsqldb/VehicleInfoBean.java 24 Too many fields
39961 src/com/gps/hsqldb/VehicleInfoBean.java 24 headerCommentRequirement Required
39962 src/com/gps/hsqldb/VehicleInfoBean.java 26 fieldCommentRequirement Required
39963 src/com/gps/hsqldb/VehicleInfoBean.java 28 fieldCommentRequirement Required
39964 src/com/gps/hsqldb/VehicleInfoBean.java 29 fieldCommentRequirement Required
39965 src/com/gps/hsqldb/VehicleInfoBean.java 30 fieldCommentRequirement Required
39966 src/com/gps/hsqldb/VehicleInfoBean.java 31 fieldCommentRequirement Required
39967 src/com/gps/hsqldb/VehicleInfoBean.java 36 fieldCommentRequirement Required
39968 src/com/gps/hsqldb/VehicleInfoBean.java 37 fieldCommentRequirement Required
39969 src/com/gps/hsqldb/VehicleInfoBean.java 38 fieldCommentRequirement Required
39970 src/com/gps/hsqldb/VehicleInfoBean.java 39 fieldCommentRequirement Required
39971 src/com/gps/hsqldb/VehicleInfoBean.java 40 fieldCommentRequirement Required
39972 src/com/gps/hsqldb/VehicleInfoBean.java 41 fieldCommentRequirement Required
39973 src/com/gps/hsqldb/VehicleInfoBean.java 42 fieldCommentRequirement Required
39974 src/com/gps/hsqldb/VehicleInfoBean.java 43 fieldCommentRequirement Required
39975 src/com/gps/hsqldb/VehicleInfoBean.java 44 fieldCommentRequirement Required
39976 src/com/gps/hsqldb/VehicleInfoBean.java 45 fieldCommentRequirement Required
39977 src/com/gps/hsqldb/VehicleInfoBean.java 46 fieldCommentRequirement Required
39978 src/com/gps/hsqldb/VehicleInfoBean.java 47 fieldCommentRequirement Required
39979 src/com/gps/hsqldb/VehicleInfoBean.java 48 fieldCommentRequirement Required
39980 src/com/gps/hsqldb/VehicleInfoBean.java 49 fieldCommentRequirement Required
39981 src/com/gps/hsqldb/VehicleInfoBean.java 50 fieldCommentRequirement Required
39982 src/com/gps/hsqldb/VehicleInfoBean.java 51 fieldCommentRequirement Required
39983 src/com/gps/hsqldb/VehicleInfoBean.java 52 fieldCommentRequirement Required
39984 src/com/gps/hsqldb/VehicleInfoBean.java 54 fieldCommentRequirement Required
39985 src/com/gps/hsqldb/VehicleInfoBean.java 57 fieldCommentRequirement Required
39986 src/com/gps/hsqldb/VehicleInfoBean.java 58 publicMethodCommentRequirement Required
39987 src/com/gps/hsqldb/VehicleInfoBean.java 63 Parameter 'offlineFlag' is not assigned and could be declared final
39988 src/com/gps/hsqldb/VehicleInfoBean.java 63 publicMethodCommentRequirement Required
39989 src/com/gps/hsqldb/VehicleInfoBean.java 68 publicMethodCommentRequirement Required
39990 src/com/gps/hsqldb/VehicleInfoBean.java 83 publicMethodCommentRequirement Required
39991 src/com/gps/hsqldb/VehicleInfoBean.java 87 Parameter 'tripId' is not assigned and could be declared final
39992 src/com/gps/hsqldb/VehicleInfoBean.java 87 publicMethodCommentRequirement Required
39993 src/com/gps/hsqldb/VehicleInfoBean.java 93 publicMethodCommentRequirement Required
39994 src/com/gps/hsqldb/VehicleInfoBean.java 97 Parameter 'lattitude' is not assigned and could be declared final
39995 src/com/gps/hsqldb/VehicleInfoBean.java 97 publicMethodCommentRequirement Required
39996 src/com/gps/hsqldb/VehicleInfoBean.java 101 publicMethodCommentRequirement Required
39997 src/com/gps/hsqldb/VehicleInfoBean.java 105 Parameter 'longitude' is not assigned and could be declared final
39998 src/com/gps/hsqldb/VehicleInfoBean.java 105 publicMethodCommentRequirement Required
39999 src/com/gps/hsqldb/VehicleInfoBean.java 109 publicMethodCommentRequirement Required
40000 src/com/gps/hsqldb/VehicleInfoBean.java 113 Parameter 'speed' is not assigned and could be declared final
40001 src/com/gps/hsqldb/VehicleInfoBean.java 113 publicMethodCommentRequirement Required
40002 src/com/gps/hsqldb/VehicleInfoBean.java 117 publicMethodCommentRequirement Required
40003 src/com/gps/hsqldb/VehicleInfoBean.java 121 Parameter 'heading' is not assigned and could be declared final
40004 src/com/gps/hsqldb/VehicleInfoBean.java 121 publicMethodCommentRequirement Required
40005 src/com/gps/hsqldb/VehicleInfoBean.java 125 publicMethodCommentRequirement Required
40006 src/com/gps/hsqldb/VehicleInfoBean.java 129 Parameter 'vehicleId' is not assigned and could be declared final
40007 src/com/gps/hsqldb/VehicleInfoBean.java 129 publicMethodCommentRequirement Required
40008 src/com/gps/hsqldb/VehicleInfoBean.java 133 publicMethodCommentRequirement Required
40009 src/com/gps/hsqldb/VehicleInfoBean.java 137 Parameter 'deviceId' is not assigned and could be declared final
40010 src/com/gps/hsqldb/VehicleInfoBean.java 137 publicMethodCommentRequirement Required
40011 src/com/gps/hsqldb/VehicleInfoBean.java 141 publicMethodCommentRequirement Required
40012 src/com/gps/hsqldb/VehicleInfoBean.java 145 Parameter 'vehicleName' is not assigned and could be declared final
40013 src/com/gps/hsqldb/VehicleInfoBean.java 145 publicMethodCommentRequirement Required
40014 src/com/gps/hsqldb/VehicleInfoBean.java 149 publicMethodCommentRequirement Required
40015 src/com/gps/hsqldb/VehicleInfoBean.java 153 Parameter 'creationTime' is not assigned and could be declared final
40016 src/com/gps/hsqldb/VehicleInfoBean.java 153 publicMethodCommentRequirement Required
40017 src/com/gps/hsqldb/VehicleInfoBean.java 157 publicMethodCommentRequirement Required
40018 src/com/gps/hsqldb/VehicleInfoBean.java 161 Parameter 'organization' is not assigned and could be declared final
40019 src/com/gps/hsqldb/VehicleInfoBean.java 161 publicMethodCommentRequirement Required
40020 src/com/gps/hsqldb/VehicleInfoBean.java 165 publicMethodCommentRequirement Required
40021 src/com/gps/hsqldb/VehicleInfoBean.java 169 Parameter 'eventCode' is not assigned and could be declared final
40022 src/com/gps/hsqldb/VehicleInfoBean.java 169 publicMethodCommentRequirement Required
40023 src/com/gps/hsqldb/VehicleInfoBean.java 174 publicMethodCommentRequirement Required
40024 src/com/gps/hsqldb/VehicleInfoBean.java 179 Parameter 'resentDistance' is not assigned and could be declared final
40025 src/com/gps/hsqldb/VehicleInfoBean.java 179 publicMethodCommentRequirement Required
40026 src/com/gps/hsqldb/VehicleInfoBean.java 184 publicMethodCommentRequirement Required
40027 src/com/gps/hsqldb/VehicleInfoBean.java 189 Parameter 'distance' is not assigned and could be declared final
40028 src/com/gps/hsqldb/VehicleInfoBean.java 189 publicMethodCommentRequirement Required
40029 src/com/gps/hsqldb/VehicleInfoBean.java 194 publicMethodCommentRequirement Required
40030 src/com/gps/hsqldb/VehicleInfoBean.java 199 Parameter 'counter' is not assigned and could be declared final
40031 src/com/gps/hsqldb/VehicleInfoBean.java 199 publicMethodCommentRequirement Required
40032 src/com/gps/hsqldb/VehicleInfoBean.java 204 publicMethodCommentRequirement Required
40033 src/com/gps/hsqldb/VehicleInfoBean.java 209 Parameter 'isSMSSent' is not assigned and could be declared final
40034 src/com/gps/hsqldb/VehicleInfoBean.java 209 publicMethodCommentRequirement Required
40035 src/com/gps/hsqldb/VehicleInfoBean.java 214 publicMethodCommentRequirement Required
40036 src/com/gps/hsqldb/VehicleInfoBean.java 219 Parameter 'tripType' is not assigned and could be declared final
40037 src/com/gps/hsqldb/VehicleInfoBean.java 219 publicMethodCommentRequirement Required
40038 src/com/gps/hsqldb/VehicleInfoBean.java 224 publicMethodCommentRequirement Required
40039 src/com/gps/hsqldb/VehicleInfoBean.java 229 Parameter 'tripStatus' is not assigned and could be declared final
40040 src/com/gps/hsqldb/VehicleInfoBean.java 229 publicMethodCommentRequirement Required
40041 src/com/gps/hsqldb/VehicleInfoBean.java 234 publicMethodCommentRequirement Required
40042 src/com/gps/hsqldb/VehicleInfoBean.java 239 Parameter 'tankCapacity' is not assigned and could be declared final
40043 src/com/gps/hsqldb/VehicleInfoBean.java 239 publicMethodCommentRequirement Required
40044 src/com/gps/hsqldb/VehicleInfoBean.java 244 publicMethodCommentRequirement Required
40045 src/com/gps/hsqldb/VehicleInfoBean.java 249 Parameter 'stableFuelVal' is not assigned and could be declared final
40046 src/com/gps/hsqldb/VehicleInfoBean.java 249 publicMethodCommentRequirement Required
40047 src/com/gps/hsqldb/VehicleInfoBean.java 254 publicMethodCommentRequirement Required
40048 src/com/gps/hsqldb/VehicleInfoBean.java 259 Parameter 'lastMovedTime' is not assigned and could be declared final
40049 src/com/gps/hsqldb/VehicleInfoBean.java 259 publicMethodCommentRequirement Required
40050 src/com/gps/hsqldb/VehicleInfoBean.java 264 publicMethodCommentRequirement Required
40051 src/com/gps/hsqldb/VehicleInfoBean.java 269 Parameter 'fenceId' is not assigned and could be declared final
40052 src/com/gps/hsqldb/VehicleInfoBean.java 269 publicMethodCommentRequirement Required
40053 src/com/gps/hsqldb/VehicleInfoBean.java 274 publicMethodCommentRequirement Required
40054 src/com/gps/hsqldb/VehicleInfoBean.java 279 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
40055 src/com/gps/hsqldb/VehicleInfoBean.java 279 Parameter 'inFenceTime' is not assigned and could be declared final
40056 src/com/gps/hsqldb/VehicleInfoBean.java 279 publicMethodCommentRequirement Required
40057 src/com/gps/hsqldb/VehicleInfoBean.java 284 publicMethodCommentRequirement Required
40058 src/com/gps/hsqldb/VehicleInfoBean.java 289 Parameter 'esnNumber' is not assigned and could be declared final
40059 src/com/gps/hsqldb/VehicleInfoBean.java 289 publicMethodCommentRequirement Required
40060 src/com/gps/notifier/AlertNotification.java 6 Comment is too large: Line too long
40061 src/com/gps/notifier/AlertNotification.java 10 Avoid unused imports such as 'java.net.URLDecoder'
40062 src/com/gps/notifier/AlertNotification.java 15 headerCommentRequirement Required
40063 src/com/gps/notifier/AlertNotification.java 17 Found non-transient, non-static member. Please mark as transient or provide accessors.
40064 src/com/gps/notifier/AlertNotification.java 17 Use explicit scoping instead of the default package private level
40065 src/com/gps/notifier/AlertNotification.java 17 fieldCommentRequirement Required
40066 src/com/gps/notifier/AlertNotification.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
40067 src/com/gps/notifier/AlertNotification.java 18 Use explicit scoping instead of the default package private level
40068 src/com/gps/notifier/AlertNotification.java 18 fieldCommentRequirement Required
40069 src/com/gps/notifier/AlertNotification.java 19 The Logger variable declaration does not contain the static and final modifiers
40070 src/com/gps/notifier/AlertNotification.java 19 fieldCommentRequirement Required
40071 src/com/gps/notifier/AlertNotification.java 20 Avoid using implementation types like 'Hashtable'; use the interface instead
40072 src/com/gps/notifier/AlertNotification.java 20 Consider replacing this Hashtable with the newer java.util.Map
40073 src/com/gps/notifier/AlertNotification.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
40074 src/com/gps/notifier/AlertNotification.java 20 Use explicit scoping instead of the default package private level
40075 src/com/gps/notifier/AlertNotification.java 20 fieldCommentRequirement Required
40076 src/com/gps/notifier/AlertNotification.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
40077 src/com/gps/notifier/AlertNotification.java 21 Use explicit scoping instead of the default package private level
40078 src/com/gps/notifier/AlertNotification.java 21 fieldCommentRequirement Required
40079 src/com/gps/notifier/AlertNotification.java 23 Parameter 'group' is not assigned and could be declared final
40080 src/com/gps/notifier/AlertNotification.java 23 Parameter 'message' is not assigned and could be declared final
40081 src/com/gps/notifier/AlertNotification.java 23 Parameter 'subject' is not assigned and could be declared final
40082 src/com/gps/notifier/AlertNotification.java 23 publicMethodCommentRequirement Required
40083 src/com/gps/notifier/AlertNotification.java 28 Parameter 'message' is not assigned and could be declared final
40084 src/com/gps/notifier/AlertNotification.java 28 Parameter 'recipients' is not assigned and could be declared final
40085 src/com/gps/notifier/AlertNotification.java 28 Parameter 'subject' is not assigned and could be declared final
40086 src/com/gps/notifier/AlertNotification.java 28 publicMethodCommentRequirement Required
40087 src/com/gps/notifier/AlertNotification.java 33 Parameter 'group' is not assigned and could be declared final
40088 src/com/gps/notifier/AlertNotification.java 33 Parameter 'message' is not assigned and could be declared final
40089 src/com/gps/notifier/AlertNotification.java 33 Parameter 'subject' is not assigned and could be declared final
40090 src/com/gps/notifier/AlertNotification.java 33 publicMethodCommentRequirement Required
40091 src/com/gps/notifier/AlertNotification.java 38 Parameter 'message' is not assigned and could be declared final
40092 src/com/gps/notifier/AlertNotification.java 38 Parameter 'recipients' is not assigned and could be declared final
40093 src/com/gps/notifier/AlertNotification.java 38 Parameter 'subject' is not assigned and could be declared final
40094 src/com/gps/notifier/AlertNotification.java 38 publicMethodCommentRequirement Required
40095 src/com/gps/notifier/AlertNotification.java 43 Parameter 'group' is not assigned and could be declared final
40096 src/com/gps/notifier/AlertNotification.java 43 Parameter 'message' is not assigned and could be declared final
40097 src/com/gps/notifier/AlertNotification.java 43 Parameter 'subject' is not assigned and could be declared final
40098 src/com/gps/notifier/AlertNotification.java 43 Parameter 'type' is not assigned and could be declared final
40099 src/com/gps/notifier/AlertNotification.java 43 Rather than using a lot of String arguments, consider using a container object for those values.
40100 src/com/gps/notifier/AlertNotification.java 48 Potential violation of Law of Demeter (method chain calls)
40101 src/com/gps/notifier/AlertNotification.java 51 Position literals first in String comparisons for EqualsIgnoreCase
40102 src/com/gps/notifier/AlertNotification.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40103 src/com/gps/notifier/AlertNotification.java 61 There is log block not surrounded by if
40104 src/com/gps/notifier/AlertNotification.java 65 Parameter 'message' is not assigned and could be declared final
40105 src/com/gps/notifier/AlertNotification.java 65 Parameter 'recepients' is not assigned and could be declared final
40106 src/com/gps/notifier/AlertNotification.java 65 Parameter 'subject' is not assigned and could be declared final
40107 src/com/gps/notifier/AlertNotification.java 65 Parameter 'type' is not assigned and could be declared final
40108 src/com/gps/notifier/AlertNotification.java 65 Rather than using a lot of String arguments, consider using a container object for those values.
40109 src/com/gps/notifier/AlertNotification.java 69 There is log block not surrounded by if
40110 src/com/gps/notifier/AlertNotification.java 69 There is log block not surrounded by if
40111 src/com/gps/notifier/AlertNotification.java 71 Potential violation of Law of Demeter (method chain calls)
40112 src/com/gps/notifier/AlertNotification.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40113 src/com/gps/notifier/AlertNotification.java 77 There is log block not surrounded by if
40114 src/com/gps/notifier/AlertNotification.java 81 Parameter 'args' is not assigned and could be declared final
40115 src/com/gps/notifier/AlertNotification.java 81 publicMethodCommentRequirement Required
40116 src/com/gps/notifier/AlertNotification.java 83 Local variable 'notify' could be declared final
40117 src/com/gps/notifier/EventAlertMgr.java 7 Comment is too large: Line too long
40118 src/com/gps/notifier/EventAlertMgr.java 33 The class 'EventAlertMgr' has a Cyclomatic Complexity of 7 (Highest = 15).
40119 src/com/gps/notifier/EventAlertMgr.java 33 headerCommentRequirement Required
40120 src/com/gps/notifier/EventAlertMgr.java 34 Logger should be defined private static final and have the correct class
40121 src/com/gps/notifier/EventAlertMgr.java 34 Variables that are final and static should be all capitals, 'log' is not all capitals.
40122 src/com/gps/notifier/EventAlertMgr.java 34 fieldCommentRequirement Required
40123 src/com/gps/notifier/EventAlertMgr.java 35 Variables that are final and static should be all capitals, 'format' is not all capitals.
40124 src/com/gps/notifier/EventAlertMgr.java 35 When instantiating a SimpleDateFormat object, specify a Locale
40125 src/com/gps/notifier/EventAlertMgr.java 35 fieldCommentRequirement Required
40126 src/com/gps/notifier/EventAlertMgr.java 37 Variables that are final and static should be all capitals, 'dateformat' is not all capitals.
40127 src/com/gps/notifier/EventAlertMgr.java 37 When instantiating a SimpleDateFormat object, specify a Locale
40128 src/com/gps/notifier/EventAlertMgr.java 37 fieldCommentRequirement Required
40129 src/com/gps/notifier/EventAlertMgr.java 39 Variables that are final and static should be all capitals, 'formatter' is not all capitals.
40130 src/com/gps/notifier/EventAlertMgr.java 39 When instantiating a SimpleDateFormat object, specify a Locale
40131 src/com/gps/notifier/EventAlertMgr.java 39 fieldCommentRequirement Required
40132 src/com/gps/notifier/EventAlertMgr.java 41 Variables that are final and static should be all capitals, 'BufferTime' is not all capitals.
40133 src/com/gps/notifier/EventAlertMgr.java 41 fieldCommentRequirement Required
40134 src/com/gps/notifier/EventAlertMgr.java 43 Avoid really long methods.
40135 src/com/gps/notifier/EventAlertMgr.java 43 Method names should not start with capital letters
40136 src/com/gps/notifier/EventAlertMgr.java 43 Parameter 'lat' is not assigned and could be declared final
40137 src/com/gps/notifier/EventAlertMgr.java 43 Parameter 'lon' is not assigned and could be declared final
40138 src/com/gps/notifier/EventAlertMgr.java 43 Parameter 'speed' is not assigned and could be declared final
40139 src/com/gps/notifier/EventAlertMgr.java 43 Parameter 'vehicleId' is not assigned and could be declared final
40140 src/com/gps/notifier/EventAlertMgr.java 43 The method 'AlertMgr' has a Cyclomatic Complexity of 15.
40141 src/com/gps/notifier/EventAlertMgr.java 43 The method AlertMgr() has an NPath complexity of 266
40142 src/com/gps/notifier/EventAlertMgr.java 43 publicMethodCommentRequirement Required
40143 src/com/gps/notifier/EventAlertMgr.java 44 Parameter 'eventCode' is not assigned and could be declared final
40144 src/com/gps/notifier/EventAlertMgr.java 44 Parameter 'isInterested' is not assigned and could be declared final
40145 src/com/gps/notifier/EventAlertMgr.java 46 Local variable 'notifier' could be declared final
40146 src/com/gps/notifier/EventAlertMgr.java 47 Found 'DD'-anomaly for variable 'sendTo' (lines '47'-'64').
40147 src/com/gps/notifier/EventAlertMgr.java 49 There is log block not surrounded by if
40148 src/com/gps/notifier/EventAlertMgr.java 49 There is log block not surrounded by if
40149 src/com/gps/notifier/EventAlertMgr.java 50 Found 'DD'-anomaly for variable 'mobile_no' (lines '50'-'76').
40150 src/com/gps/notifier/EventAlertMgr.java 50 Found 'DU'-anomaly for variable 'mobile_no' (lines '50'-'176').
40151 src/com/gps/notifier/EventAlertMgr.java 50 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'mobile_no' is not final.
40152 src/com/gps/notifier/EventAlertMgr.java 51 Found 'DD'-anomaly for variable 'address' (lines '51'-'120').
40153 src/com/gps/notifier/EventAlertMgr.java 51 Found 'DU'-anomaly for variable 'address' (lines '51'-'176').
40154 src/com/gps/notifier/EventAlertMgr.java 52 Local variable 'vehicleDetails' could be declared final
40155 src/com/gps/notifier/EventAlertMgr.java 53 Found 'DD'-anomaly for variable 'vehicleObj' (lines '53'-'54').
40156 src/com/gps/notifier/EventAlertMgr.java 54 Potential violation of Law of Demeter (object not created locally)
40157 src/com/gps/notifier/EventAlertMgr.java 56 Found 'DD'-anomaly for variable 'modes' (lines '56'-'73').
40158 src/com/gps/notifier/EventAlertMgr.java 56 Found 'DU'-anomaly for variable 'modes' (lines '56'-'176').
40159 src/com/gps/notifier/EventAlertMgr.java 58 Found 'DD'-anomaly for variable 'email_addr' (lines '58'-'77').
40160 src/com/gps/notifier/EventAlertMgr.java 58 Found 'DU'-anomaly for variable 'email_addr' (lines '58'-'176').
40161 src/com/gps/notifier/EventAlertMgr.java 58 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'email_addr' is not final.
40162 src/com/gps/notifier/EventAlertMgr.java 64 Potential violation of Law of Demeter (method chain calls)
40163 src/com/gps/notifier/EventAlertMgr.java 64 Potential violation of Law of Demeter (method chain calls)
40164 src/com/gps/notifier/EventAlertMgr.java 64 Potential violation of Law of Demeter (object not created locally)
40165 src/com/gps/notifier/EventAlertMgr.java 64 Potential violation of Law of Demeter (object not created locally)
40166 src/com/gps/notifier/EventAlertMgr.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40167 src/com/gps/notifier/EventAlertMgr.java 67 There is log block not surrounded by if
40168 src/com/gps/notifier/EventAlertMgr.java 70 Avoid if (x != y) ..; else ..;
40169 src/com/gps/notifier/EventAlertMgr.java 70 Avoid using Literals in Conditional Statements
40170 src/com/gps/notifier/EventAlertMgr.java 70 Potential violation of Law of Demeter (object not created locally)
40171 src/com/gps/notifier/EventAlertMgr.java 70 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
40172 src/com/gps/notifier/EventAlertMgr.java 79 There is log block not surrounded by if
40173 src/com/gps/notifier/EventAlertMgr.java 79 There is log block not surrounded by if
40174 src/com/gps/notifier/EventAlertMgr.java 80 Avoid if (x != y) ..; else ..;
40175 src/com/gps/notifier/EventAlertMgr.java 80 Use equals() to compare strings instead of '==' or '!='
40176 src/com/gps/notifier/EventAlertMgr.java 80 Use equals() to compare strings instead of '==' or '!='
40177 src/com/gps/notifier/EventAlertMgr.java 82 There is log block not surrounded by if
40178 src/com/gps/notifier/EventAlertMgr.java 82 There is log block not surrounded by if
40179 src/com/gps/notifier/EventAlertMgr.java 84 Found 'DU'-anomaly for variable 'phone' (lines '84'-'176').
40180 src/com/gps/notifier/EventAlertMgr.java 84 Local variable 'phone' could be declared final
40181 src/com/gps/notifier/EventAlertMgr.java 84 Potential violation of Law of Demeter (object not created locally)
40182 src/com/gps/notifier/EventAlertMgr.java 86 Found 'DU'-anomaly for variable 'email' (lines '86'-'176').
40183 src/com/gps/notifier/EventAlertMgr.java 86 Local variable 'email' could be declared final
40184 src/com/gps/notifier/EventAlertMgr.java 86 Potential violation of Law of Demeter (object not created locally)
40185 src/com/gps/notifier/EventAlertMgr.java 89 Found 'DD'-anomaly for variable 'Msg' (lines '89'-'91').
40186 src/com/gps/notifier/EventAlertMgr.java 89 Variables should start with a lowercase character, 'Msg' starts with uppercase character.
40187 src/com/gps/notifier/EventAlertMgr.java 90 Local variable 'reportRef' could be declared final
40188 src/com/gps/notifier/EventAlertMgr.java 91 Potential violation of Law of Demeter (object not created locally)
40189 src/com/gps/notifier/EventAlertMgr.java 92 There is log block not surrounded by if
40190 src/com/gps/notifier/EventAlertMgr.java 92 There is log block not surrounded by if
40191 src/com/gps/notifier/EventAlertMgr.java 93 Found 'DU'-anomaly for variable 'message' (lines '93'-'176').
40192 src/com/gps/notifier/EventAlertMgr.java 93 Potential violation of Law of Demeter (object not created locally)
40193 src/com/gps/notifier/EventAlertMgr.java 94 Local variable 'desc' could be declared final
40194 src/com/gps/notifier/EventAlertMgr.java 94 Potential violation of Law of Demeter (object not created locally)
40195 src/com/gps/notifier/EventAlertMgr.java 97 Local variable 'TimeObj' could be declared final
40196 src/com/gps/notifier/EventAlertMgr.java 97 Variables should start with a lowercase character, 'TimeObj' starts with uppercase character.
40197 src/com/gps/notifier/EventAlertMgr.java 98 Local variable 'time' could be declared final
40198 src/com/gps/notifier/EventAlertMgr.java 98 Potential violation of Law of Demeter (object not created locally)
40199 src/com/gps/notifier/EventAlertMgr.java 100 Found 'DU'-anomaly for variable 'DateTime' (lines '100'-'176').
40200 src/com/gps/notifier/EventAlertMgr.java 100 Local variable 'DateTime' could be declared final
40201 src/com/gps/notifier/EventAlertMgr.java 100 Static DateFormatter objects should be accessed in a synchronized manner
40202 src/com/gps/notifier/EventAlertMgr.java 100 Variables should start with a lowercase character, 'DateTime' starts with uppercase character.
40203 src/com/gps/notifier/EventAlertMgr.java 101 Found 'DU'-anomaly for variable 'date' (lines '101'-'176').
40204 src/com/gps/notifier/EventAlertMgr.java 101 Local variable 'date' could be declared final
40205 src/com/gps/notifier/EventAlertMgr.java 101 Static DateFormatter objects should be accessed in a synchronized manner
40206 src/com/gps/notifier/EventAlertMgr.java 102 Found 'DU'-anomaly for variable 'tme' (lines '102'-'176').
40207 src/com/gps/notifier/EventAlertMgr.java 102 Local variable 'tme' could be declared final
40208 src/com/gps/notifier/EventAlertMgr.java 102 Static DateFormatter objects should be accessed in a synchronized manner
40209 src/com/gps/notifier/EventAlertMgr.java 104 There is log block not surrounded by if
40210 src/com/gps/notifier/EventAlertMgr.java 104 There is log block not surrounded by if
40211 src/com/gps/notifier/EventAlertMgr.java 106 Found 'DD'-anomaly for variable 'spd' (lines '106'-'109').
40212 src/com/gps/notifier/EventAlertMgr.java 106 Found 'DU'-anomaly for variable 'spd' (lines '106'-'176').
40213 src/com/gps/notifier/EventAlertMgr.java 108 Avoid using if statements without curly braces
40214 src/com/gps/notifier/EventAlertMgr.java 108 Position literals first in String comparisons
40215 src/com/gps/notifier/EventAlertMgr.java 108 Position literals first in String comparisons
40216 src/com/gps/notifier/EventAlertMgr.java 108 Potential violation of Law of Demeter (object not created locally)
40217 src/com/gps/notifier/EventAlertMgr.java 108 Potential violation of Law of Demeter (object not created locally)
40218 src/com/gps/notifier/EventAlertMgr.java 109 Found 'DU'-anomaly for variable 'spd' (lines '109'-'176').
40219 src/com/gps/notifier/EventAlertMgr.java 112 Local variable 'buffered' could be declared final
40220 src/com/gps/notifier/EventAlertMgr.java 114 Position literals first in String comparisons
40221 src/com/gps/notifier/EventAlertMgr.java 114 Potential violation of Law of Demeter (object not created locally)
40222 src/com/gps/notifier/EventAlertMgr.java 118 Potential violation of Law of Demeter (object not created locally)
40223 src/com/gps/notifier/EventAlertMgr.java 119 Local variable 'geoCodeObj' could be declared final
40224 src/com/gps/notifier/EventAlertMgr.java 120 Potential violation of Law of Demeter (object not created locally)
40225 src/com/gps/notifier/EventAlertMgr.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40226 src/com/gps/notifier/EventAlertMgr.java 123 There is log block not surrounded by if
40227 src/com/gps/notifier/EventAlertMgr.java 125 There is log block not surrounded by if
40228 src/com/gps/notifier/EventAlertMgr.java 125 There is log block not surrounded by if
40229 src/com/gps/notifier/EventAlertMgr.java 128 Potential violation of Law of Demeter (object not created locally)
40230 src/com/gps/notifier/EventAlertMgr.java 128 Potential violation of Law of Demeter (object not created locally)
40231 src/com/gps/notifier/EventAlertMgr.java 129 Potential violation of Law of Demeter (object not created locally)
40232 src/com/gps/notifier/EventAlertMgr.java 131 Potential violation of Law of Demeter (object not created locally)
40233 src/com/gps/notifier/EventAlertMgr.java 132 Potential violation of Law of Demeter (object not created locally)
40234 src/com/gps/notifier/EventAlertMgr.java 133 Potential violation of Law of Demeter (method chain calls)
40235 src/com/gps/notifier/EventAlertMgr.java 133 Potential violation of Law of Demeter (method chain calls)
40236 src/com/gps/notifier/EventAlertMgr.java 133 Potential violation of Law of Demeter (object not created locally)
40237 src/com/gps/notifier/EventAlertMgr.java 133 Potential violation of Law of Demeter (object not created locally)
40238 src/com/gps/notifier/EventAlertMgr.java 135 Potential violation of Law of Demeter (object not created locally)
40239 src/com/gps/notifier/EventAlertMgr.java 136 Potential violation of Law of Demeter (method chain calls)
40240 src/com/gps/notifier/EventAlertMgr.java 136 Potential violation of Law of Demeter (method chain calls)
40241 src/com/gps/notifier/EventAlertMgr.java 136 Potential violation of Law of Demeter (object not created locally)
40242 src/com/gps/notifier/EventAlertMgr.java 136 Potential violation of Law of Demeter (object not created locally)
40243 src/com/gps/notifier/EventAlertMgr.java 140 Found 'DU'-anomaly for variable 'sendSMS' (lines '140'-'176').
40244 src/com/gps/notifier/EventAlertMgr.java 140 Local variable 'sendSMS' could be declared final
40245 src/com/gps/notifier/EventAlertMgr.java 142 Avoid using Literals in Conditional Statements
40246 src/com/gps/notifier/EventAlertMgr.java 142 Use equals() to compare strings instead of '==' or '!='
40247 src/com/gps/notifier/EventAlertMgr.java 144 Potential violation of Law of Demeter (object not created locally)
40248 src/com/gps/notifier/EventAlertMgr.java 146 There is log block not surrounded by if
40249 src/com/gps/notifier/EventAlertMgr.java 146 There is log block not surrounded by if
40250 src/com/gps/notifier/EventAlertMgr.java 149 Potential violation of Law of Demeter (method chain calls)
40251 src/com/gps/notifier/EventAlertMgr.java 150 Potential violation of Law of Demeter (method chain calls)
40252 src/com/gps/notifier/EventAlertMgr.java 150 Potential violation of Law of Demeter (object not created locally)
40253 src/com/gps/notifier/EventAlertMgr.java 154 Avoid using Literals in Conditional Statements
40254 src/com/gps/notifier/EventAlertMgr.java 154 Use equals() to compare strings instead of '==' or '!='
40255 src/com/gps/notifier/EventAlertMgr.java 157 Found 'DD'-anomaly for variable 'mailSubject' (lines '157'-'158').
40256 src/com/gps/notifier/EventAlertMgr.java 158 Potential violation of Law of Demeter (object not created locally)
40257 src/com/gps/notifier/EventAlertMgr.java 159 Potential violation of Law of Demeter (object not created locally)
40258 src/com/gps/notifier/EventAlertMgr.java 160 Potential violation of Law of Demeter (object not created locally)
40259 src/com/gps/notifier/EventAlertMgr.java 162 There is log block not surrounded by if
40260 src/com/gps/notifier/EventAlertMgr.java 162 There is log block not surrounded by if
40261 src/com/gps/notifier/EventAlertMgr.java 165 Potential violation of Law of Demeter (method chain calls)
40262 src/com/gps/notifier/EventAlertMgr.java 166 Potential violation of Law of Demeter (method chain calls)
40263 src/com/gps/notifier/EventAlertMgr.java 166 Potential violation of Law of Demeter (object not created locally)
40264 src/com/gps/notifier/EventAlertMgr.java 171 Avoid using if...else statements without curly braces
40265 src/com/gps/notifier/EventAlertMgr.java 171 There is log block not surrounded by if
40266 src/com/gps/notifier/EventAlertMgr.java 171 There is log block not surrounded by if
40267 src/com/gps/notifier/EventAlertMgr.java 173 Avoid using if...else statements without curly braces
40268 src/com/gps/notifier/EventAlertMgr.java 173 There is log block not surrounded by if
40269 src/com/gps/notifier/EventAlertMgr.java 173 There is log block not surrounded by if
40270 src/com/gps/notifier/EventAlertMgr.java 175 Avoid using if...else statements without curly braces
40271 src/com/gps/notifier/EventAlertMgr.java 175 There is log block not surrounded by if
40272 src/com/gps/notifier/EventAlertMgr.java 175 There is log block not surrounded by if
40273 src/com/gps/notifier/EventAlertMgr.java 178 Method names should not start with capital letters
40274 src/com/gps/notifier/EventAlertMgr.java 178 Parameter 'time' is not assigned and could be declared final
40275 src/com/gps/notifier/EventAlertMgr.java 179 Found 'DD'-anomaly for variable 'TimeDiff' (lines '179'-'181').
40276 src/com/gps/notifier/EventAlertMgr.java 179 Potential violation of Law of Demeter (method chain calls)
40277 src/com/gps/notifier/EventAlertMgr.java 179 Potential violation of Law of Demeter (method chain calls)
40278 src/com/gps/notifier/EventAlertMgr.java 179 Useless parentheses.
40279 src/com/gps/notifier/EventAlertMgr.java 179 Variables should start with a lowercase character, 'TimeDiff' starts with uppercase character.
40280 src/com/gps/notifier/EventAlertMgr.java 183 A method should have only one exit point, and that should be the last statement in the method
40281 src/com/gps/notifier/EventAlertMgr.java 185 There is log block not surrounded by if
40282 src/com/gps/notifier/EventAlertMgr.java 185 There is log block not surrounded by if
40283 src/com/gps/notifier/EventAlertMgr.java 190 Method names should not start with capital letters
40284 src/com/gps/notifier/EventAlertMgr.java 190 Parameter 'desc' is not assigned and could be declared final
40285 src/com/gps/notifier/EventAlertMgr.java 190 Parameter 'msg' is not assigned and could be declared final
40286 src/com/gps/notifier/EventAlertMgr.java 190 Parameter 'phone' is not assigned and could be declared final
40287 src/com/gps/notifier/EventAlertMgr.java 190 Rather than using a lot of String arguments, consider using a container object for those values.
40288 src/com/gps/notifier/EventAlertMgr.java 191 Parameter 'DateTime' is not assigned and could be declared final
40289 src/com/gps/notifier/EventAlertMgr.java 191 Parameter 'orgid' is not assigned and could be declared final
40290 src/com/gps/notifier/EventAlertMgr.java 191 Variables should start with a lowercase character, 'DateTime' starts with uppercase character.
40291 src/com/gps/notifier/EventAlertMgr.java 192 Local variable 'smsObj' could be declared final
40292 src/com/gps/notifier/EventAlertMgr.java 195 Local variable 'sentTime' could be declared final
40293 src/com/gps/notifier/EventAlertMgr.java 198 Static DateFormatter objects should be accessed in a synchronized manner
40294 src/com/gps/notifier/EventAlertMgr.java 199 There is log block not surrounded by if
40295 src/com/gps/notifier/EventAlertMgr.java 199 There is log block not surrounded by if
40296 src/com/gps/notifier/EventAlertMgr.java 204 Found 'UR'-anomaly for variable 'eventNotification' (lines '204'-'213').
40297 src/com/gps/notifier/EventAlertMgr.java 204 Parameter 'isInterested' is not assigned and could be declared final
40298 src/com/gps/notifier/EventAlertMgr.java 204 The method 'isSend' has a Cyclomatic Complexity of 13.
40299 src/com/gps/notifier/EventAlertMgr.java 205 Parameter 'sendTo' is not assigned and could be declared final
40300 src/com/gps/notifier/EventAlertMgr.java 207 Found 'DD'-anomaly for variable 'mobile_no' (lines '207'-'221').
40301 src/com/gps/notifier/EventAlertMgr.java 207 Found 'DD'-anomaly for variable 'mobile_no' (lines '207'-'232').
40302 src/com/gps/notifier/EventAlertMgr.java 207 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'mobile_no' is not final.
40303 src/com/gps/notifier/EventAlertMgr.java 208 Found 'DD'-anomaly for variable 'email_addr' (lines '208'-'224').
40304 src/com/gps/notifier/EventAlertMgr.java 208 Found 'DD'-anomaly for variable 'email_addr' (lines '208'-'235').
40305 src/com/gps/notifier/EventAlertMgr.java 208 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'email_addr' is not final.
40306 src/com/gps/notifier/EventAlertMgr.java 209 Found 'DD'-anomaly for variable 'modes' (lines '209'-'251').
40307 src/com/gps/notifier/EventAlertMgr.java 210 System.out.print is used
40308 src/com/gps/notifier/EventAlertMgr.java 212 Local variable 'eventNotification' could be declared final
40309 src/com/gps/notifier/EventAlertMgr.java 213 Potential violation of Law of Demeter (object not created locally)
40310 src/com/gps/notifier/EventAlertMgr.java 213 There is log block not surrounded by if
40311 src/com/gps/notifier/EventAlertMgr.java 213 There is log block not surrounded by if
40312 src/com/gps/notifier/EventAlertMgr.java 214 Potential violation of Law of Demeter (object not created locally)
40313 src/com/gps/notifier/EventAlertMgr.java 216 Potential violation of Law of Demeter (object not created locally)
40314 src/com/gps/notifier/EventAlertMgr.java 218 Potential violation of Law of Demeter (object not created locally)
40315 src/com/gps/notifier/EventAlertMgr.java 219 Potential violation of Law of Demeter (object not created locally)
40316 src/com/gps/notifier/EventAlertMgr.java 220 Potential violation of Law of Demeter (method chain calls)
40317 src/com/gps/notifier/EventAlertMgr.java 220 Potential violation of Law of Demeter (object not created locally)
40318 src/com/gps/notifier/EventAlertMgr.java 221 Prefer StringBuffer over += for concatenating strings
40319 src/com/gps/notifier/EventAlertMgr.java 222 Potential violation of Law of Demeter (object not created locally)
40320 src/com/gps/notifier/EventAlertMgr.java 224 Prefer StringBuffer over += for concatenating strings
40321 src/com/gps/notifier/EventAlertMgr.java 225 Potential violation of Law of Demeter (object not created locally)
40322 src/com/gps/notifier/EventAlertMgr.java 229 Potential violation of Law of Demeter (object not created locally)
40323 src/com/gps/notifier/EventAlertMgr.java 230 Potential violation of Law of Demeter (object not created locally)
40324 src/com/gps/notifier/EventAlertMgr.java 231 Potential violation of Law of Demeter (method chain calls)
40325 src/com/gps/notifier/EventAlertMgr.java 231 Potential violation of Law of Demeter (object not created locally)
40326 src/com/gps/notifier/EventAlertMgr.java 232 Prefer StringBuffer over += for concatenating strings
40327 src/com/gps/notifier/EventAlertMgr.java 233 Potential violation of Law of Demeter (object not created locally)
40328 src/com/gps/notifier/EventAlertMgr.java 235 Prefer StringBuffer over += for concatenating strings
40329 src/com/gps/notifier/EventAlertMgr.java 236 Potential violation of Law of Demeter (object not created locally)
40330 src/com/gps/notifier/EventAlertMgr.java 244 Avoid using Literals in Conditional Statements
40331 src/com/gps/notifier/EventAlertMgr.java 244 Use equals() to compare strings instead of '==' or '!='
40332 src/com/gps/notifier/EventAlertMgr.java 245 Potential violation of Law of Demeter (object not created locally)
40333 src/com/gps/notifier/EventAlertMgr.java 245 Potential violation of Law of Demeter (object not created locally)
40334 src/com/gps/notifier/EventAlertMgr.java 247 Avoid using Literals in Conditional Statements
40335 src/com/gps/notifier/EventAlertMgr.java 247 Use equals() to compare strings instead of '==' or '!='
40336 src/com/gps/notifier/EventAlertMgr.java 248 Potential violation of Law of Demeter (object not created locally)
40337 src/com/gps/notifier/EventAlertMgr.java 248 Potential violation of Law of Demeter (object not created locally)
40338 src/com/gps/notifier/EventAlertMgr.java 251 Found 'DD'-anomaly for variable 'modes' (lines '251'-'253').
40339 src/com/gps/notifier/EventAlertMgr.java 252 There is log block not surrounded by if
40340 src/com/gps/notifier/EventAlertMgr.java 252 There is log block not surrounded by if
40341 src/com/gps/notifier/EventAlertMgr.java 253 Found 'DD'-anomaly for variable 'modes' (lines '253'-'254').
40342 src/com/gps/notifier/EventAlertMgr.java 255 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40343 src/com/gps/notifier/EventAlertMgr.java 256 There is log block not surrounded by if
40344 src/com/gps/notifier/EventAlertMgr.java 263 Parameter 'args' is not assigned and could be declared final
40345 src/com/gps/notifier/EventAlertMgr.java 263 publicMethodCommentRequirement Required
40346 src/com/gps/notifier/EventAlertMgr.java 265 Local variable 'alMgr' could be declared final
40347 src/com/gps/notifier/EventAlertMgr.java 266 Local variable 'isInterested' could be declared final
40348 src/com/gps/notifier/FastAlertSMSNotification.java 18 headerCommentRequirement Required
40349 src/com/gps/notifier/FastAlertSMSNotification.java 21 Use explicit scoping instead of the default package private level
40350 src/com/gps/notifier/FastAlertSMSNotification.java 21 fieldCommentRequirement Required
40351 src/com/gps/notifier/FastAlertSMSNotification.java 24 Consider replacing this Hashtable with the newer java.util.Map
40352 src/com/gps/notifier/FastAlertSMSNotification.java 24 Parameter 'connection' is not assigned and could be declared final
40353 src/com/gps/notifier/FastAlertSMSNotification.java 24 publicMethodCommentRequirement Required
40354 src/com/gps/notifier/FastAlertSMSNotification.java 25 Parameter 'message' is not assigned and could be declared final
40355 src/com/gps/notifier/FastAlertSMSNotification.java 25 Parameter 'recepients' is not assigned and could be declared final
40356 src/com/gps/notifier/FastAlertSMSNotification.java 25 Parameter 'subject' is not assigned and could be declared final
40357 src/com/gps/notifier/FastAlertSMSNotification.java 29 System.out.print is used
40358 src/com/gps/notifier/FastAlertSMSNotification.java 30 Local variable 'mobNos' could be declared final
40359 src/com/gps/notifier/FastAlertSMSNotification.java 35 Avoid using Literals in Conditional Statements
40360 src/com/gps/notifier/FastAlertSMSNotification.java 35 Avoid using if statements without curly braces
40361 src/com/gps/notifier/FastAlertSMSNotification.java 36 Avoid using if statements without curly braces
40362 src/com/gps/notifier/FastAlertSMSNotification.java 36 These nested if statements could be combined
40363 src/com/gps/notifier/FastAlertSMSNotification.java 37 Avoid appending characters as strings in StringBuffer.append.
40364 src/com/gps/notifier/FastAlertSMSNotification.java 39 System.out.print is used
40365 src/com/gps/notifier/FastAlertSMSNotification.java 40 Potential violation of Law of Demeter (method chain calls)
40366 src/com/gps/notifier/FastAlertSMSNotification.java 40 System.out.print is used
40367 src/com/gps/notifier/FastAlertSMSNotification.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40368 src/com/gps/notifier/FastAlertSMSNotification.java 44 Avoid printStackTrace(); use a logger call instead.
40369 src/com/gps/notifier/FastAlertSMSNotification.java 50 Avoid using implementation types like 'Hashtable'; use the interface instead
40370 src/com/gps/notifier/FastAlertSMSNotification.java 50 Consider replacing this Hashtable with the newer java.util.Map
40371 src/com/gps/notifier/FastAlertSMSNotification.java 50 Parameter 'connection' is not assigned and could be declared final
40372 src/com/gps/notifier/FastAlertSMSNotification.java 50 Parameter 'msisdn' is not assigned and could be declared final
40373 src/com/gps/notifier/FastAlertSMSNotification.java 50 Parameter 'text' is not assigned and could be declared final
40374 src/com/gps/notifier/FastAlertSMSNotification.java 50 publicMethodCommentRequirement Required
40375 src/com/gps/notifier/FastAlertSMSNotification.java 52 Local variable 'xmlToSend' could be declared final
40376 src/com/gps/notifier/FastAlertSMSNotification.java 52 StringBuffer constructor is initialized with size 16, but has at least 58 characters appended.
40377 src/com/gps/notifier/FastAlertSMSNotification.java 53 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
40378 src/com/gps/notifier/FastAlertSMSNotification.java 53 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
40379 src/com/gps/notifier/FastAlertSMSNotification.java 54 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
40380 src/com/gps/notifier/FastAlertSMSNotification.java 54 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
40381 src/com/gps/notifier/FastAlertSMSNotification.java 55 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
40382 src/com/gps/notifier/FastAlertSMSNotification.java 55 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
40383 src/com/gps/notifier/FastAlertSMSNotification.java 58 System.out.print is used
40384 src/com/gps/notifier/FastAlertSMSNotification.java 64 Avoid using implementation types like 'Hashtable'; use the interface instead
40385 src/com/gps/notifier/FastAlertSMSNotification.java 64 Consider replacing this Hashtable with the newer java.util.Map
40386 src/com/gps/notifier/FastAlertSMSNotification.java 64 Parameter 'connection' is not assigned and could be declared final
40387 src/com/gps/notifier/FastAlertSMSNotification.java 64 Parameter 'url' is not assigned and could be declared final
40388 src/com/gps/notifier/FastAlertSMSNotification.java 64 Parameter 'xml' is not assigned and could be declared final
40389 src/com/gps/notifier/FastAlertSMSNotification.java 65 Found 'DD'-anomaly for variable 'urlConnection' (lines '65'-'81').
40390 src/com/gps/notifier/FastAlertSMSNotification.java 66 Found 'DD'-anomaly for variable 'response' (lines '66'-'105').
40391 src/com/gps/notifier/FastAlertSMSNotification.java 72 Local variable 'proxy' could be declared final
40392 src/com/gps/notifier/FastAlertSMSNotification.java 74 Position literals first in String comparisons
40393 src/com/gps/notifier/FastAlertSMSNotification.java 74 Potential violation of Law of Demeter (object not created locally)
40394 src/com/gps/notifier/FastAlertSMSNotification.java 76 Local variable 'systemProperties' could be declared final
40395 src/com/gps/notifier/FastAlertSMSNotification.java 77 Potential violation of Law of Demeter (object not created locally)
40396 src/com/gps/notifier/FastAlertSMSNotification.java 78 Potential violation of Law of Demeter (object not created locally)
40397 src/com/gps/notifier/FastAlertSMSNotification.java 82 Potential violation of Law of Demeter (object not created locally)
40398 src/com/gps/notifier/FastAlertSMSNotification.java 83 Potential violation of Law of Demeter (object not created locally)
40399 src/com/gps/notifier/FastAlertSMSNotification.java 85 Potential violation of Law of Demeter (object not created locally)
40400 src/com/gps/notifier/FastAlertSMSNotification.java 86 Potential violation of Law of Demeter (object not created locally)
40401 src/com/gps/notifier/FastAlertSMSNotification.java 87 Potential violation of Law of Demeter (object not created locally)
40402 src/com/gps/notifier/FastAlertSMSNotification.java 88 Potential violation of Law of Demeter (object not created locally)
40403 src/com/gps/notifier/FastAlertSMSNotification.java 89 Potential violation of Law of Demeter (object not created locally)
40404 src/com/gps/notifier/FastAlertSMSNotification.java 90 Do not add empty strings
40405 src/com/gps/notifier/FastAlertSMSNotification.java 90 Potential violation of Law of Demeter (method chain calls)
40406 src/com/gps/notifier/FastAlertSMSNotification.java 90 Potential violation of Law of Demeter (method chain calls)
40407 src/com/gps/notifier/FastAlertSMSNotification.java 90 Potential violation of Law of Demeter (method chain calls)
40408 src/com/gps/notifier/FastAlertSMSNotification.java 90 Potential violation of Law of Demeter (object not created locally)
40409 src/com/gps/notifier/FastAlertSMSNotification.java 91 Potential violation of Law of Demeter (object not created locally)
40410 src/com/gps/notifier/FastAlertSMSNotification.java 93 Avoid variables with short names like wr
40411 src/com/gps/notifier/FastAlertSMSNotification.java 93 Local variable 'wr' could be declared final
40412 src/com/gps/notifier/FastAlertSMSNotification.java 93 Potential violation of Law of Demeter (object not created locally)
40413 src/com/gps/notifier/FastAlertSMSNotification.java 94 Potential violation of Law of Demeter (object not created locally)
40414 src/com/gps/notifier/FastAlertSMSNotification.java 95 Potential violation of Law of Demeter (object not created locally)
40415 src/com/gps/notifier/FastAlertSMSNotification.java 96 Potential violation of Law of Demeter (object not created locally)
40416 src/com/gps/notifier/FastAlertSMSNotification.java 98 Avoid variables with short names like in
40417 src/com/gps/notifier/FastAlertSMSNotification.java 98 Local variable 'in' could be declared final
40418 src/com/gps/notifier/FastAlertSMSNotification.java 98 Potential violation of Law of Demeter (object not created locally)
40419 src/com/gps/notifier/FastAlertSMSNotification.java 99 Avoid variables with short names like sb
40420 src/com/gps/notifier/FastAlertSMSNotification.java 99 Local variable 'sb' could be declared final
40421 src/com/gps/notifier/FastAlertSMSNotification.java 101 Avoid assignments in operands
40422 src/com/gps/notifier/FastAlertSMSNotification.java 101 Found 'DU'-anomaly for variable 'line' (lines '101'-'122').
40423 src/com/gps/notifier/FastAlertSMSNotification.java 101 Potential violation of Law of Demeter (object not created locally)
40424 src/com/gps/notifier/FastAlertSMSNotification.java 102 Potential violation of Law of Demeter (object not created locally)
40425 src/com/gps/notifier/FastAlertSMSNotification.java 105 Potential violation of Law of Demeter (object not created locally)
40426 src/com/gps/notifier/FastAlertSMSNotification.java 110 Avoid printStackTrace(); use a logger call instead.
40427 src/com/gps/notifier/FastAlertSMSNotification.java 110 Potential violation of Law of Demeter (object not created locally)
40428 src/com/gps/notifier/FastAlertSMSNotification.java 112 Avoid printStackTrace(); use a logger call instead.
40429 src/com/gps/notifier/FastAlertSMSNotification.java 112 Potential violation of Law of Demeter (object not created locally)
40430 src/com/gps/notifier/FastAlertSMSNotification.java 114 Avoid printStackTrace(); use a logger call instead.
40431 src/com/gps/notifier/FastAlertSMSNotification.java 114 Potential violation of Law of Demeter (object not created locally)
40432 src/com/gps/notifier/FastAlertSMSNotification.java 117 Potential violation of Law of Demeter (object not created locally)
40433 src/com/gps/notifier/FastAlertSMSNotification.java 125 Parameter 'args' is not assigned and could be declared final
40434 src/com/gps/notifier/FastAlertSMSNotification.java 125 publicMethodCommentRequirement Required
40435 src/com/gps/notifier/FastAlertSMSNotification.java 126 Avoid unused local variables such as 'notify'.
40436 src/com/gps/notifier/FastAlertSMSNotification.java 126 Found 'DU'-anomaly for variable 'notify' (lines '126'-'151').
40437 src/com/gps/notifier/FastAlertSMSNotification.java 126 Local variable 'notify' could be declared final
40438 src/com/gps/notifier/FastAlertSMSNotification.java 127 Local variable 'helper' could be declared final
40439 src/com/gps/notifier/FastAlertSMSNotification.java 128 Found 'DD'-anomaly for variable 'response' (lines '128'-'131').
40440 src/com/gps/notifier/FastAlertSMSNotification.java 129 Found 'DD'-anomaly for variable 'result' (lines '129'-'147').
40441 src/com/gps/notifier/FastAlertSMSNotification.java 142 System.out.print is used
40442 src/com/gps/notifier/FastAlertSMSNotification.java 143 Local variable 'out' could be declared final
40443 src/com/gps/notifier/FastAlertSMSNotification.java 143 Potential violation of Law of Demeter (object not created locally)
40444 src/com/gps/notifier/FastAlertSMSNotification.java 144 System.out.print is used
40445 src/com/gps/notifier/FastAlertSMSNotification.java 145 Avoid using if statements without curly braces
40446 src/com/gps/notifier/FastAlertSMSNotification.java 146 Avoid using Literals in Conditional Statements
40447 src/com/gps/notifier/FastAlertSMSNotification.java 146 Avoid using if statements without curly braces
40448 src/com/gps/notifier/FastAlertSMSNotification.java 146 These nested if statements could be combined
40449 src/com/gps/notifier/FastAlertSMSNotification.java 150 System.out.print is used
40450 src/com/gps/notifier/INotifier.java 7 headerCommentRequirement Required
40451 src/com/gps/notifier/INotifier.java 9 Avoid modifiers which are implied by the context
40452 src/com/gps/notifier/INotifier.java 9 Avoid using implementation types like 'Hashtable'; use the interface instead
40453 src/com/gps/notifier/INotifier.java 9 Consider replacing this Hashtable with the newer java.util.Map
40454 src/com/gps/notifier/INotifier.java 9 publicMethodCommentRequirement Required
40455 src/com/gps/notifier/MailNotification.java 14 headerCommentRequirement Required
40456 src/com/gps/notifier/MailNotification.java 16 The Logger variable declaration does not contain the static and final modifiers
40457 src/com/gps/notifier/MailNotification.java 16 fieldCommentRequirement Required
40458 src/com/gps/notifier/MailNotification.java 17 Use explicit scoping instead of the default package private level
40459 src/com/gps/notifier/MailNotification.java 17 fieldCommentRequirement Required
40460 src/com/gps/notifier/MailNotification.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
40461 src/com/gps/notifier/MailNotification.java 18 Use explicit scoping instead of the default package private level
40462 src/com/gps/notifier/MailNotification.java 18 fieldCommentRequirement Required
40463 src/com/gps/notifier/MailNotification.java 29 Avoid using implementation types like 'Hashtable'; use the interface instead
40464 src/com/gps/notifier/MailNotification.java 29 Consider replacing this Hashtable with the newer java.util.Map
40465 src/com/gps/notifier/MailNotification.java 29 Parameter 'mailProps' is not assigned and could be declared final
40466 src/com/gps/notifier/MailNotification.java 29 Parameter 'message' is not assigned and could be declared final
40467 src/com/gps/notifier/MailNotification.java 29 Parameter 'recipients' is not assigned and could be declared final
40468 src/com/gps/notifier/MailNotification.java 29 Parameter 'subject' is not assigned and could be declared final
40469 src/com/gps/notifier/MailNotification.java 32 Found 'DU'-anomaly for variable 'debug' (lines '32'-'96').
40470 src/com/gps/notifier/MailNotification.java 32 Found 'DU'-anomaly for variable 'debug' (lines '32'-'96').
40471 src/com/gps/notifier/MailNotification.java 32 Local variable 'debug' could be declared final
40472 src/com/gps/notifier/MailNotification.java 37 There is log block not surrounded by if
40473 src/com/gps/notifier/MailNotification.java 37 There is log block not surrounded by if
40474 src/com/gps/notifier/MailNotification.java 45 There is log block not surrounded by if
40475 src/com/gps/notifier/MailNotification.java 45 There is log block not surrounded by if
40476 src/com/gps/notifier/MailNotification.java 48 Found 'DU'-anomaly for variable 'session' (lines '48'-'96').
40477 src/com/gps/notifier/MailNotification.java 48 Found 'DU'-anomaly for variable 'session' (lines '48'-'96').
40478 src/com/gps/notifier/MailNotification.java 48 Local variable 'session' could be declared final
40479 src/com/gps/notifier/MailNotification.java 51 protectedMethodCommentRequirement Required
40480 src/com/gps/notifier/MailNotification.java 56 There is log block not surrounded by if
40481 src/com/gps/notifier/MailNotification.java 56 There is log block not surrounded by if
40482 src/com/gps/notifier/MailNotification.java 59 Local variable 'msg' could be declared final
40483 src/com/gps/notifier/MailNotification.java 60 Local variable 'fromAddress' could be declared final
40484 src/com/gps/notifier/MailNotification.java 62 Local variable 'addressFrom' could be declared final
40485 src/com/gps/notifier/MailNotification.java 69 Avoid instantiating new objects inside loops
40486 src/com/gps/notifier/MailNotification.java 77 There is log block not surrounded by if
40487 src/com/gps/notifier/MailNotification.java 77 There is log block not surrounded by if
40488 src/com/gps/notifier/MailNotification.java 80 There is log block not surrounded by if
40489 src/com/gps/notifier/MailNotification.java 80 There is log block not surrounded by if
40490 src/com/gps/notifier/MailNotification.java 86 There is log block not surrounded by if
40491 src/com/gps/notifier/MailNotification.java 90 Avoid catching NullPointerException; consider removing the cause of the NPE.
40492 src/com/gps/notifier/MailNotification.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40493 src/com/gps/notifier/MailNotification.java 92 There is log block not surrounded by if
40494 src/com/gps/notifier/MailNotification.java 93 Avoid printStackTrace(); use a logger call instead.
40495 src/com/gps/notifier/MailNotification.java 98 Parameter 'args' is not assigned and could be declared final
40496 src/com/gps/notifier/MailNotification.java 98 publicMethodCommentRequirement Required
40497 src/com/gps/notifier/MailNotification.java 101 Local variable 'sender' could be declared final
40498 src/com/gps/notifier/NotifierFactory.java 5 A class which only has private constructors should be final
40499 src/com/gps/notifier/NotifierFactory.java 5 headerCommentRequirement Required
40500 src/com/gps/notifier/NotifierFactory.java 7 Use explicit scoping instead of the default package private level
40501 src/com/gps/notifier/NotifierFactory.java 7 fieldCommentRequirement Required
40502 src/com/gps/notifier/NotifierFactory.java 8 The Logger variable declaration does not contain the static and final modifiers
40503 src/com/gps/notifier/NotifierFactory.java 8 fieldCommentRequirement Required
40504 src/com/gps/notifier/NotifierFactory.java 9 fieldCommentRequirement Required
40505 src/com/gps/notifier/NotifierFactory.java 15 publicMethodCommentRequirement Required
40506 src/com/gps/notifier/NotifierFactory.java 17 Singleton is not thread safe
40507 src/com/gps/notifier/NotifierFactory.java 24 Parameter 'className' is not assigned and could be declared final
40508 src/com/gps/notifier/NotifierFactory.java 24 publicMethodCommentRequirement Required
40509 src/com/gps/notifier/NotifierFactory.java 28 Avoid variables with short names like c
40510 src/com/gps/notifier/NotifierFactory.java 28 Local variable 'c' could be declared final
40511 src/com/gps/notifier/NotifierFactory.java 29 A method should have only one exit point, and that should be the last statement in the method
40512 src/com/gps/notifier/NotifierFactory.java 29 Potential violation of Law of Demeter (object not created locally)
40513 src/com/gps/notifier/NotifierFactory.java 29 Potential violation of Law of Demeter (object not created locally)
40514 src/com/gps/notifier/NotifierFactory.java 33 There is log block not surrounded by if
40515 src/com/gps/notifier/NotifierFactory.java 37 There is log block not surrounded by if
40516 src/com/gps/notifier/NotifierFactory.java 41 There is log block not surrounded by if
40517 src/com/gps/notifier/NotifierFactory.java 49 Parameter 'args' is not assigned and could be declared final
40518 src/com/gps/notifier/NotifierFactory.java 49 publicMethodCommentRequirement Required
40519 src/com/gps/notifier/SMSNotification.java 15 headerCommentRequirement Required
40520 src/com/gps/notifier/SMSNotification.java 17 Found non-transient, non-static member. Please mark as transient or provide accessors.
40521 src/com/gps/notifier/SMSNotification.java 17 Use explicit scoping instead of the default package private level
40522 src/com/gps/notifier/SMSNotification.java 17 fieldCommentRequirement Required
40523 src/com/gps/notifier/SMSNotification.java 18 The Logger variable declaration does not contain the static and final modifiers
40524 src/com/gps/notifier/SMSNotification.java 18 fieldCommentRequirement Required
40525 src/com/gps/notifier/SMSNotification.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
40526 src/com/gps/notifier/SMSNotification.java 19 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'status_code' is not final.
40527 src/com/gps/notifier/SMSNotification.java 19 fieldCommentRequirement Required
40528 src/com/gps/notifier/SMSNotification.java 30 Avoid using implementation types like 'Hashtable'; use the interface instead
40529 src/com/gps/notifier/SMSNotification.java 30 Consider replacing this Hashtable with the newer java.util.Map
40530 src/com/gps/notifier/SMSNotification.java 30 Parameter 'conn' is not assigned and could be declared final
40531 src/com/gps/notifier/SMSNotification.java 30 Parameter 'group' is not assigned and could be declared final
40532 src/com/gps/notifier/SMSNotification.java 30 Parameter 'message' is not assigned and could be declared final
40533 src/com/gps/notifier/SMSNotification.java 30 Parameter 'subject' is not assigned and could be declared final
40534 src/com/gps/notifier/SMSNotification.java 33 Found 'DD'-anomaly for variable 'method' (lines '33'-'39').
40535 src/com/gps/notifier/SMSNotification.java 37 There is log block not surrounded by if
40536 src/com/gps/notifier/SMSNotification.java 37 There is log block not surrounded by if
40537 src/com/gps/notifier/SMSNotification.java 45 Local variable 'responseBody' could be declared final
40538 src/com/gps/notifier/SMSNotification.java 46 Avoid variables with short names like ss
40539 src/com/gps/notifier/SMSNotification.java 46 Local variable 'ss' could be declared final
40540 src/com/gps/notifier/SMSNotification.java 52 There is log block not surrounded by if
40541 src/com/gps/notifier/SMSNotification.java 52 There is log block not surrounded by if
40542 src/com/gps/notifier/SMSNotification.java 56 There is log block not surrounded by if
40543 src/com/gps/notifier/SMSNotification.java 56 There is log block not surrounded by if
40544 src/com/gps/notifier/SMSNotification.java 62 Potential violation of Law of Demeter (object not created locally)
40545 src/com/gps/notifier/SMSNotification.java 62 There is log block not surrounded by if
40546 src/com/gps/notifier/SMSNotification.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40547 src/com/gps/notifier/SMSNotification.java 66 Potential violation of Law of Demeter (object not created locally)
40548 src/com/gps/notifier/SMSNotification.java 66 There is log block not surrounded by if
40549 src/com/gps/notifier/SMSNotification.java 71 Avoid using if statements without curly braces
40550 src/com/gps/notifier/SMSNotification.java 72 Potential violation of Law of Demeter (object not created locally)
40551 src/com/gps/notifier/SMSNotification.java 77 Parameter 'method' is not assigned and could be declared final
40552 src/com/gps/notifier/SMSNotification.java 80 Found 'DD'-anomaly for variable 'responseBody' (lines '80'-'98').
40553 src/com/gps/notifier/SMSNotification.java 85 Local variable 'statusCode' could be declared final
40554 src/com/gps/notifier/SMSNotification.java 86 There is log block not surrounded by if
40555 src/com/gps/notifier/SMSNotification.java 86 There is log block not surrounded by if
40556 src/com/gps/notifier/SMSNotification.java 88 Avoid if (x != y) ..; else ..;
40557 src/com/gps/notifier/SMSNotification.java 90 There is log block not surrounded by if
40558 src/com/gps/notifier/SMSNotification.java 90 There is log block not surrounded by if
40559 src/com/gps/notifier/SMSNotification.java 94 There is log block not surrounded by if
40560 src/com/gps/notifier/SMSNotification.java 94 There is log block not surrounded by if
40561 src/com/gps/notifier/SMSNotification.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40562 src/com/gps/notifier/SMSNotification.java 102 Potential violation of Law of Demeter (object not created locally)
40563 src/com/gps/notifier/SMSNotification.java 102 There is log block not surrounded by if
40564 src/com/gps/notifier/SMSNotification.java 110 Avoid using implementation types like 'Hashtable'; use the interface instead
40565 src/com/gps/notifier/SMSNotification.java 110 Consider replacing this Hashtable with the newer java.util.Map
40566 src/com/gps/notifier/SMSNotification.java 110 Parameter 'message' is not assigned and could be declared final
40567 src/com/gps/notifier/SMSNotification.java 110 Parameter 'mobno' is not assigned and could be declared final
40568 src/com/gps/notifier/SMSNotification.java 110 Parameter 'smsProps' is not assigned and could be declared final
40569 src/com/gps/notifier/SMSNotification.java 112 Found 'DD'-anomaly for variable 'method' (lines '112'-'160').
40570 src/com/gps/notifier/SMSNotification.java 113 Found 'DD'-anomaly for variable 'sms_data' (lines '113'-'155').
40571 src/com/gps/notifier/SMSNotification.java 113 Found 'DU'-anomaly for variable 'sms_data' (lines '113'-'176').
40572 src/com/gps/notifier/SMSNotification.java 113 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sms_data' is not final.
40573 src/com/gps/notifier/SMSNotification.java 118 Local variable 'proxy' could be declared final
40574 src/com/gps/notifier/SMSNotification.java 121 Position literals first in String comparisons
40575 src/com/gps/notifier/SMSNotification.java 123 There is log block not surrounded by if
40576 src/com/gps/notifier/SMSNotification.java 123 There is log block not surrounded by if
40577 src/com/gps/notifier/SMSNotification.java 125 Local variable 'host' could be declared final
40578 src/com/gps/notifier/SMSNotification.java 129 Local variable 'queryString' could be declared final
40579 src/com/gps/notifier/SMSNotification.java 130 Avoid variables with short names like to
40580 src/com/gps/notifier/SMSNotification.java 130 Found 'DU'-anomaly for variable 'to' (lines '130'-'176').
40581 src/com/gps/notifier/SMSNotification.java 130 Local variable 'to' could be declared final
40582 src/com/gps/notifier/SMSNotification.java 133 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
40583 src/com/gps/notifier/SMSNotification.java 143 Avoid using Literals in Conditional Statements
40584 src/com/gps/notifier/SMSNotification.java 145 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
40585 src/com/gps/notifier/SMSNotification.java 149 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
40586 src/com/gps/notifier/SMSNotification.java 156 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
40587 src/com/gps/notifier/SMSNotification.java 162 There is log block not surrounded by if
40588 src/com/gps/notifier/SMSNotification.java 162 There is log block not surrounded by if
40589 src/com/gps/notifier/SMSNotification.java 165 Avoid catching NullPointerException; consider removing the cause of the NPE.
40590 src/com/gps/notifier/SMSNotification.java 165 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40591 src/com/gps/notifier/SMSNotification.java 167 There is log block not surrounded by if
40592 src/com/gps/notifier/SMSNotification.java 169 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40593 src/com/gps/notifier/SMSNotification.java 171 There is log block not surrounded by if
40594 src/com/gps/notifier/SMSNotification.java 178 Parameter 'args' is not assigned and could be declared final
40595 src/com/gps/notifier/SMSNotification.java 178 publicMethodCommentRequirement Required
40596 src/com/gps/notifier/SMSNotification.java 179 Document empty method
40597 src/com/gps/notifier/WSThread.java 8 To be compliant to J2EE, a webapp should not use any thread.
40598 src/com/gps/notifier/WSThread.java 8 headerCommentRequirement Required
40599 src/com/gps/notifier/WSThread.java 9 Variables that are final and static should be all capitals, 'log' is not all capitals.
40600 src/com/gps/notifier/WSThread.java 9 fieldCommentRequirement Required
40601 src/com/gps/notifier/WSThread.java 10 Found non-transient, non-static member. Please mark as transient or provide accessors.
40602 src/com/gps/notifier/WSThread.java 10 fieldCommentRequirement Required
40603 src/com/gps/notifier/WSThread.java 11 Use explicit scoping instead of the default package private level
40604 src/com/gps/notifier/WSThread.java 11 fieldCommentRequirement Required
40605 src/com/gps/notifier/WSThread.java 12 Use explicit scoping instead of the default package private level
40606 src/com/gps/notifier/WSThread.java 12 fieldCommentRequirement Required
40607 src/com/gps/notifier/WSThread.java 17 Parameter 'vehicleId' is not assigned and could be declared final
40608 src/com/gps/notifier/WSThread.java 19 There is log block not surrounded by if
40609 src/com/gps/notifier/WSThread.java 19 There is log block not surrounded by if
40610 src/com/gps/notifier/WSThread.java 23 publicMethodCommentRequirement Required
40611 src/com/gps/notifier/WSThread.java 24 There is log block not surrounded by if
40612 src/com/gps/notifier/WSThread.java 24 There is log block not surrounded by if
40613 src/com/gps/reports/DailyTripReport.java 24 The class 'DailyTripReport' has a Cyclomatic Complexity of 5 (Highest = 13).
40614 src/com/gps/reports/DailyTripReport.java 24 headerCommentRequirement Required
40615 src/com/gps/reports/DailyTripReport.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
40616 src/com/gps/reports/DailyTripReport.java 26 Use explicit scoping instead of the default package private level
40617 src/com/gps/reports/DailyTripReport.java 26 fieldCommentRequirement Required
40618 src/com/gps/reports/DailyTripReport.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
40619 src/com/gps/reports/DailyTripReport.java 27 Use explicit scoping instead of the default package private level
40620 src/com/gps/reports/DailyTripReport.java 27 fieldCommentRequirement Required
40621 src/com/gps/reports/DailyTripReport.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
40622 src/com/gps/reports/DailyTripReport.java 28 Use explicit scoping instead of the default package private level
40623 src/com/gps/reports/DailyTripReport.java 28 fieldCommentRequirement Required
40624 src/com/gps/reports/DailyTripReport.java 29 Found non-transient, non-static member. Please mark as transient or provide accessors.
40625 src/com/gps/reports/DailyTripReport.java 29 Use explicit scoping instead of the default package private level
40626 src/com/gps/reports/DailyTripReport.java 29 fieldCommentRequirement Required
40627 src/com/gps/reports/DailyTripReport.java 30 Found non-transient, non-static member. Please mark as transient or provide accessors.
40628 src/com/gps/reports/DailyTripReport.java 30 Use explicit scoping instead of the default package private level
40629 src/com/gps/reports/DailyTripReport.java 30 fieldCommentRequirement Required
40630 src/com/gps/reports/DailyTripReport.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
40631 src/com/gps/reports/DailyTripReport.java 31 Use explicit scoping instead of the default package private level
40632 src/com/gps/reports/DailyTripReport.java 31 fieldCommentRequirement Required
40633 src/com/gps/reports/DailyTripReport.java 32 The Logger variable declaration does not contain the static and final modifiers
40634 src/com/gps/reports/DailyTripReport.java 32 fieldCommentRequirement Required
40635 src/com/gps/reports/DailyTripReport.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
40636 src/com/gps/reports/DailyTripReport.java 33 Use explicit scoping instead of the default package private level
40637 src/com/gps/reports/DailyTripReport.java 33 fieldCommentRequirement Required
40638 src/com/gps/reports/DailyTripReport.java 52 Comment is too large: Line too long
40639 src/com/gps/reports/DailyTripReport.java 67 Parameter 'orgId' is not assigned and could be declared final
40640 src/com/gps/reports/DailyTripReport.java 67 Parameter 'session' is not assigned and could be declared final
40641 src/com/gps/reports/DailyTripReport.java 67 Parameter 'type' is not assigned and could be declared final
40642 src/com/gps/reports/DailyTripReport.java 69 Found 'DD'-anomaly for variable 'dailyVO' (lines '69'-'81').
40643 src/com/gps/reports/DailyTripReport.java 69 Found 'DU'-anomaly for variable 'dailyVO' (lines '69'-'98').
40644 src/com/gps/reports/DailyTripReport.java 70 Local variable 'calendar' could be declared final
40645 src/com/gps/reports/DailyTripReport.java 71 Found 'DU'-anomaly for variable 'format' (lines '71'-'98').
40646 src/com/gps/reports/DailyTripReport.java 71 Local variable 'format' could be declared final
40647 src/com/gps/reports/DailyTripReport.java 71 When instantiating a SimpleDateFormat object, specify a Locale
40648 src/com/gps/reports/DailyTripReport.java 72 Local variable 'chk' could be declared final
40649 src/com/gps/reports/DailyTripReport.java 76 There is log block not surrounded by if
40650 src/com/gps/reports/DailyTripReport.java 76 There is log block not surrounded by if
40651 src/com/gps/reports/DailyTripReport.java 77 Potential violation of Law of Demeter (method chain calls)
40652 src/com/gps/reports/DailyTripReport.java 77 Potential violation of Law of Demeter (method chain calls)
40653 src/com/gps/reports/DailyTripReport.java 77 Potential violation of Law of Demeter (object not created locally)
40654 src/com/gps/reports/DailyTripReport.java 77 There is log block not surrounded by if
40655 src/com/gps/reports/DailyTripReport.java 77 There is log block not surrounded by if
40656 src/com/gps/reports/DailyTripReport.java 78 Local variable 'org' could be declared final
40657 src/com/gps/reports/DailyTripReport.java 79 Potential violation of Law of Demeter (object not created locally)
40658 src/com/gps/reports/DailyTripReport.java 79 There is log block not surrounded by if
40659 src/com/gps/reports/DailyTripReport.java 79 There is log block not surrounded by if
40660 src/com/gps/reports/DailyTripReport.java 80 Avoid if (x != y) ..; else ..;
40661 src/com/gps/reports/DailyTripReport.java 80 Potential violation of Law of Demeter (object not created locally)
40662 src/com/gps/reports/DailyTripReport.java 81 Found 'DU'-anomaly for variable 'dailyVO' (lines '81'-'98').
40663 src/com/gps/reports/DailyTripReport.java 81 Potential violation of Law of Demeter (object not created locally)
40664 src/com/gps/reports/DailyTripReport.java 81 Potential violation of Law of Demeter (object not created locally)
40665 src/com/gps/reports/DailyTripReport.java 82 There is log block not surrounded by if
40666 src/com/gps/reports/DailyTripReport.java 82 There is log block not surrounded by if
40667 src/com/gps/reports/DailyTripReport.java 83 Position literals first in String comparisons
40668 src/com/gps/reports/DailyTripReport.java 84 Avoid using if...else statements without curly braces
40669 src/com/gps/reports/DailyTripReport.java 85 Avoid using if statements without curly braces
40670 src/com/gps/reports/DailyTripReport.java 85 Position literals first in String comparisons
40671 src/com/gps/reports/DailyTripReport.java 88 There is log block not surrounded by if
40672 src/com/gps/reports/DailyTripReport.java 88 There is log block not surrounded by if
40673 src/com/gps/reports/DailyTripReport.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40674 src/com/gps/reports/DailyTripReport.java 94 Potential violation of Law of Demeter (object not created locally)
40675 src/com/gps/reports/DailyTripReport.java 94 There is log block not surrounded by if
40676 src/com/gps/reports/DailyTripReport.java 95 Avoid printStackTrace(); use a logger call instead.
40677 src/com/gps/reports/DailyTripReport.java 95 Potential violation of Law of Demeter (object not created locally)
40678 src/com/gps/reports/DailyTripReport.java 101 Found 'UR'-anomaly for variable 'tripVO' (lines '101'-'122').
40679 src/com/gps/reports/DailyTripReport.java 101 Found 'UR'-anomaly for variable 'vehicleDetails' (lines '101'-'113').
40680 src/com/gps/reports/DailyTripReport.java 101 Found 'UR'-anomaly for variable 'vehicleDetails' (lines '101'-'116').
40681 src/com/gps/reports/DailyTripReport.java 101 Parameter 'date' is not assigned and could be declared final
40682 src/com/gps/reports/DailyTripReport.java 101 Parameter 'orgId' is not assigned and could be declared final
40683 src/com/gps/reports/DailyTripReport.java 101 Parameter 'session' is not assigned and could be declared final
40684 src/com/gps/reports/DailyTripReport.java 101 Parameter 'type' is not assigned and could be declared final
40685 src/com/gps/reports/DailyTripReport.java 101 publicMethodCommentRequirement Required
40686 src/com/gps/reports/DailyTripReport.java 103 Local variable 'orgTrips' could be declared final
40687 src/com/gps/reports/DailyTripReport.java 104 Avoid variables with short names like i
40688 src/com/gps/reports/DailyTripReport.java 104 Found 'DU'-anomaly for variable 'i' (lines '104'-'130').
40689 src/com/gps/reports/DailyTripReport.java 105 Found 'DD'-anomaly for variable 'vehicleList' (lines '105'-'109').
40690 src/com/gps/reports/DailyTripReport.java 110 Local variable 'vehicleDetails' could be declared final
40691 src/com/gps/reports/DailyTripReport.java 112 Avoid using Literals in Conditional Statements
40692 src/com/gps/reports/DailyTripReport.java 112 Avoid using if statements without curly braces
40693 src/com/gps/reports/DailyTripReport.java 113 Potential violation of Law of Demeter (method chain calls)
40694 src/com/gps/reports/DailyTripReport.java 113 Potential violation of Law of Demeter (method chain calls)
40695 src/com/gps/reports/DailyTripReport.java 113 Potential violation of Law of Demeter (object not created locally)
40696 src/com/gps/reports/DailyTripReport.java 114 Potential violation of Law of Demeter (object not created locally)
40697 src/com/gps/reports/DailyTripReport.java 117 Found 'DU'-anomaly for variable 'i' (lines '117'-'130').
40698 src/com/gps/reports/DailyTripReport.java 121 Local variable 'tripVO' could be declared final
40699 src/com/gps/reports/DailyTripReport.java 122 Potential violation of Law of Demeter (method chain calls)
40700 src/com/gps/reports/DailyTripReport.java 122 Potential violation of Law of Demeter (object not created locally)
40701 src/com/gps/reports/DailyTripReport.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40702 src/com/gps/reports/DailyTripReport.java 127 Avoid printStackTrace(); use a logger call instead.
40703 src/com/gps/reports/DailyTripReport.java 127 Potential violation of Law of Demeter (object not created locally)
40704 src/com/gps/reports/DailyTripReport.java 133 Found 'UR'-anomaly for variable 'tripDetails' (lines '133'-'159').
40705 src/com/gps/reports/DailyTripReport.java 133 Parameter 'date' is not assigned and could be declared final
40706 src/com/gps/reports/DailyTripReport.java 133 Parameter 'session' is not assigned and could be declared final
40707 src/com/gps/reports/DailyTripReport.java 133 Parameter 'type' is not assigned and could be declared final
40708 src/com/gps/reports/DailyTripReport.java 133 Parameter 'vehicleId' is not assigned and could be declared final
40709 src/com/gps/reports/DailyTripReport.java 135 Found 'DD'-anomaly for variable 'tripList' (lines '135'-'147').
40710 src/com/gps/reports/DailyTripReport.java 136 Found 'DD'-anomaly for variable 'startTime' (lines '136'-'154').
40711 src/com/gps/reports/DailyTripReport.java 136 Found 'DU'-anomaly for variable 'startTime' (lines '136'-'201').
40712 src/com/gps/reports/DailyTripReport.java 137 Found 'DD'-anomaly for variable 'endTime' (lines '137'-'155').
40713 src/com/gps/reports/DailyTripReport.java 137 Found 'DU'-anomaly for variable 'endTime' (lines '137'-'201').
40714 src/com/gps/reports/DailyTripReport.java 138 Avoid unused local variables such as 'sdf'.
40715 src/com/gps/reports/DailyTripReport.java 138 Found 'DU'-anomaly for variable 'sdf' (lines '138'-'201').
40716 src/com/gps/reports/DailyTripReport.java 138 Local variable 'sdf' could be declared final
40717 src/com/gps/reports/DailyTripReport.java 138 When instantiating a SimpleDateFormat object, specify a Locale
40718 src/com/gps/reports/DailyTripReport.java 141 Found 'DD'-anomaly for variable 'startEndTime' (lines '141'-'162').
40719 src/com/gps/reports/DailyTripReport.java 141 Found 'DU'-anomaly for variable 'startEndTime' (lines '141'-'201').
40720 src/com/gps/reports/DailyTripReport.java 142 Found 'DD'-anomaly for variable 'speed' (lines '142'-'187').
40721 src/com/gps/reports/DailyTripReport.java 142 Found 'DU'-anomaly for variable 'speed' (lines '142'-'201').
40722 src/com/gps/reports/DailyTripReport.java 152 Local variable 'tripDetails' could be declared final
40723 src/com/gps/reports/DailyTripReport.java 154 Found 'DD'-anomaly for variable 'startTime' (lines '154'-'163').
40724 src/com/gps/reports/DailyTripReport.java 155 Found 'DD'-anomaly for variable 'endTime' (lines '155'-'164').
40725 src/com/gps/reports/DailyTripReport.java 157 Avoid instantiating new objects inside loops
40726 src/com/gps/reports/DailyTripReport.java 159 Potential violation of Law of Demeter (object not created locally)
40727 src/com/gps/reports/DailyTripReport.java 159 Potential violation of Law of Demeter (object not created locally)
40728 src/com/gps/reports/DailyTripReport.java 160 Potential violation of Law of Demeter (method chain calls)
40729 src/com/gps/reports/DailyTripReport.java 160 Potential violation of Law of Demeter (method chain calls)
40730 src/com/gps/reports/DailyTripReport.java 160 Potential violation of Law of Demeter (object not created locally)
40731 src/com/gps/reports/DailyTripReport.java 160 Potential violation of Law of Demeter (object not created locally)
40732 src/com/gps/reports/DailyTripReport.java 163 Potential violation of Law of Demeter (method chain calls)
40733 src/com/gps/reports/DailyTripReport.java 163 Potential violation of Law of Demeter (object not created locally)
40734 src/com/gps/reports/DailyTripReport.java 164 Potential violation of Law of Demeter (method chain calls)
40735 src/com/gps/reports/DailyTripReport.java 164 Potential violation of Law of Demeter (object not created locally)
40736 src/com/gps/reports/DailyTripReport.java 168 Potential violation of Law of Demeter (object not created locally)
40737 src/com/gps/reports/DailyTripReport.java 169 Potential violation of Law of Demeter (object not created locally)
40738 src/com/gps/reports/DailyTripReport.java 171 There is log block not surrounded by if
40739 src/com/gps/reports/DailyTripReport.java 171 There is log block not surrounded by if
40740 src/com/gps/reports/DailyTripReport.java 173 Position literals first in String comparisons
40741 src/com/gps/reports/DailyTripReport.java 173 The String literal "BOTH" appears 4 times in this file; the first occurrence is on line 173
40742 src/com/gps/reports/DailyTripReport.java 174 Potential violation of Law of Demeter (method chain calls)
40743 src/com/gps/reports/DailyTripReport.java 174 Potential violation of Law of Demeter (object not created locally)
40744 src/com/gps/reports/DailyTripReport.java 175 Potential violation of Law of Demeter (method chain calls)
40745 src/com/gps/reports/DailyTripReport.java 175 Potential violation of Law of Demeter (object not created locally)
40746 src/com/gps/reports/DailyTripReport.java 176 There is log block not surrounded by if
40747 src/com/gps/reports/DailyTripReport.java 176 There is log block not surrounded by if
40748 src/com/gps/reports/DailyTripReport.java 178 Avoid using if...else statements without curly braces
40749 src/com/gps/reports/DailyTripReport.java 178 There is log block not surrounded by if
40750 src/com/gps/reports/DailyTripReport.java 178 There is log block not surrounded by if
40751 src/com/gps/reports/DailyTripReport.java 180 Potential violation of Law of Demeter (object not created locally)
40752 src/com/gps/reports/DailyTripReport.java 180 Potential violation of Law of Demeter (object not created locally)
40753 src/com/gps/reports/DailyTripReport.java 183 Potential violation of Law of Demeter (object not created locally)
40754 src/com/gps/reports/DailyTripReport.java 183 Potential violation of Law of Demeter (object not created locally)
40755 src/com/gps/reports/DailyTripReport.java 185 Potential violation of Law of Demeter (object not created locally)
40756 src/com/gps/reports/DailyTripReport.java 189 Potential violation of Law of Demeter (object not created locally)
40757 src/com/gps/reports/DailyTripReport.java 191 Potential violation of Law of Demeter (object not created locally)
40758 src/com/gps/reports/DailyTripReport.java 191 Potential violation of Law of Demeter (object not created locally)
40759 src/com/gps/reports/DailyTripReport.java 191 Potential violation of Law of Demeter (object not created locally)
40760 src/com/gps/reports/DailyTripReport.java 191 Potential violation of Law of Demeter (object not created locally)
40761 src/com/gps/reports/DailyTripReport.java 191 Potential violation of Law of Demeter (object not created locally)
40762 src/com/gps/reports/DailyTripReport.java 191 Potential violation of Law of Demeter (object not created locally)
40763 src/com/gps/reports/DailyTripReport.java 191 The String literal " " appears 5 times in this file; the first occurrence is on line 191
40764 src/com/gps/reports/DailyTripReport.java 191 There is log block not surrounded by if
40765 src/com/gps/reports/DailyTripReport.java 191 There is log block not surrounded by if
40766 src/com/gps/reports/DailyTripReport.java 196 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40767 src/com/gps/reports/DailyTripReport.java 198 Avoid printStackTrace(); use a logger call instead.
40768 src/com/gps/reports/DailyTripReport.java 198 Potential violation of Law of Demeter (object not created locally)
40769 src/com/gps/reports/DailyTripReport.java 204 Parameter 'date' is not assigned and could be declared final
40770 src/com/gps/reports/DailyTripReport.java 204 Parameter 'endTime' is not assigned and could be declared final
40771 src/com/gps/reports/DailyTripReport.java 204 Parameter 'vehicleId' is not assigned and could be declared final
40772 src/com/gps/reports/DailyTripReport.java 204 publicMethodCommentRequirement Required
40773 src/com/gps/reports/DailyTripReport.java 206 Found 'DD'-anomaly for variable 'distance' (lines '206'-'214').
40774 src/com/gps/reports/DailyTripReport.java 207 Local variable 'cal' could be declared final
40775 src/com/gps/reports/DailyTripReport.java 208 Local variable 'formatter' could be declared final
40776 src/com/gps/reports/DailyTripReport.java 208 When instantiating a SimpleDateFormat object, specify a Locale
40777 src/com/gps/reports/DailyTripReport.java 211 Potential violation of Law of Demeter (object not created locally)
40778 src/com/gps/reports/DailyTripReport.java 211 Potential violation of Law of Demeter (object not created locally)
40779 src/com/gps/reports/DailyTripReport.java 212 Potential violation of Law of Demeter (object not created locally)
40780 src/com/gps/reports/DailyTripReport.java 214 Potential violation of Law of Demeter (object not created locally)
40781 src/com/gps/reports/DailyTripReport.java 214 Potential violation of Law of Demeter (object not created locally)
40782 src/com/gps/reports/DailyTripReport.java 216 There is log block not surrounded by if
40783 src/com/gps/reports/DailyTripReport.java 216 There is log block not surrounded by if
40784 src/com/gps/reports/DailyTripReport.java 219 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40785 src/com/gps/reports/DailyTripReport.java 221 Avoid printStackTrace(); use a logger call instead.
40786 src/com/gps/reports/DailyTripReport.java 221 Potential violation of Law of Demeter (object not created locally)
40787 src/com/gps/reports/DailyTripReport.java 230 Found 'UR'-anomaly for variable 'date' (lines '230'-'246').
40788 src/com/gps/reports/DailyTripReport.java 230 Found 'UR'-anomaly for variable 'trip' (lines '230'-'242').
40789 src/com/gps/reports/DailyTripReport.java 230 Parameter 'endTime' is not assigned and could be declared final
40790 src/com/gps/reports/DailyTripReport.java 230 Parameter 'startTime' is not assigned and could be declared final
40791 src/com/gps/reports/DailyTripReport.java 230 Parameter 'type' is not assigned and could be declared final
40792 src/com/gps/reports/DailyTripReport.java 230 Parameter 'vehicleId' is not assigned and could be declared final
40793 src/com/gps/reports/DailyTripReport.java 236 There is log block not surrounded by if
40794 src/com/gps/reports/DailyTripReport.java 236 There is log block not surrounded by if
40795 src/com/gps/reports/DailyTripReport.java 238 Potential violation of Law of Demeter (object not created locally)
40796 src/com/gps/reports/DailyTripReport.java 238 There is log block not surrounded by if
40797 src/com/gps/reports/DailyTripReport.java 238 There is log block not surrounded by if
40798 src/com/gps/reports/DailyTripReport.java 241 Local variable 'trip' could be declared final
40799 src/com/gps/reports/DailyTripReport.java 242 Avoid if (x != y) ..; else ..;
40800 src/com/gps/reports/DailyTripReport.java 243 There is log block not surrounded by if
40801 src/com/gps/reports/DailyTripReport.java 243 There is log block not surrounded by if
40802 src/com/gps/reports/DailyTripReport.java 245 Local variable 'date' could be declared final
40803 src/com/gps/reports/DailyTripReport.java 246 There is log block not surrounded by if
40804 src/com/gps/reports/DailyTripReport.java 246 There is log block not surrounded by if
40805 src/com/gps/reports/DailyTripReport.java 251 There is log block not surrounded by if
40806 src/com/gps/reports/DailyTripReport.java 251 There is log block not surrounded by if
40807 src/com/gps/reports/DailyTripReport.java 256 There is log block not surrounded by if
40808 src/com/gps/reports/DailyTripReport.java 256 There is log block not surrounded by if
40809 src/com/gps/reports/DailyTripReport.java 259 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40810 src/com/gps/reports/DailyTripReport.java 261 Avoid printStackTrace(); use a logger call instead.
40811 src/com/gps/reports/DailyTripReport.java 261 Potential violation of Law of Demeter (object not created locally)
40812 src/com/gps/reports/DailyTripReport.java 281 Comment is too large: Line too long
40813 src/com/gps/reports/DailyTripReport.java 284 Comment is too large: Line too long
40814 src/com/gps/reports/DailyTripReport.java 293 Comment is too large: Line too long
40815 src/com/gps/reports/DailyTripReport.java 296 Comment is too large: Line too long
40816 src/com/gps/reports/DailyTripReport.java 307 Comment is too large: Line too long
40817 src/com/gps/reports/DailyTripReport.java 321 Found 'UR'-anomaly for variable 'date' (lines '321'-'348').
40818 src/com/gps/reports/DailyTripReport.java 321 Parameter 'toDate' is not assigned and could be declared final
40819 src/com/gps/reports/DailyTripReport.java 321 Parameter 'vehicleId' is not assigned and could be declared final
40820 src/com/gps/reports/DailyTripReport.java 321 Rather than using a lot of String arguments, consider using a container object for those values.
40821 src/com/gps/reports/DailyTripReport.java 322 Parameter 'fromDate' is not assigned and could be declared final
40822 src/com/gps/reports/DailyTripReport.java 322 Parameter 'type' is not assigned and could be declared final
40823 src/com/gps/reports/DailyTripReport.java 324 Found 'DD'-anomaly for variable 'objTripVO' (lines '324'-'342').
40824 src/com/gps/reports/DailyTripReport.java 326 Local variable 'report' could be declared final
40825 src/com/gps/reports/DailyTripReport.java 327 Found 'DD'-anomaly for variable 'tripListAll' (lines '327'-'338').
40826 src/com/gps/reports/DailyTripReport.java 328 Local variable 'tripList' could be declared final
40827 src/com/gps/reports/DailyTripReport.java 335 There is log block not surrounded by if
40828 src/com/gps/reports/DailyTripReport.java 335 There is log block not surrounded by if
40829 src/com/gps/reports/DailyTripReport.java 340 Potential violation of Law of Demeter (object not created locally)
40830 src/com/gps/reports/DailyTripReport.java 340 There is log block not surrounded by if
40831 src/com/gps/reports/DailyTripReport.java 340 There is log block not surrounded by if
40832 src/com/gps/reports/DailyTripReport.java 342 Potential violation of Law of Demeter (object not created locally)
40833 src/com/gps/reports/DailyTripReport.java 345 Potential violation of Law of Demeter (object not created locally)
40834 src/com/gps/reports/DailyTripReport.java 345 Potential violation of Law of Demeter (object not created locally)
40835 src/com/gps/reports/DailyTripReport.java 345 There is log block not surrounded by if
40836 src/com/gps/reports/DailyTripReport.java 345 There is log block not surrounded by if
40837 src/com/gps/reports/DailyTripReport.java 347 Local variable 'date' could be declared final
40838 src/com/gps/reports/DailyTripReport.java 347 Potential violation of Law of Demeter (object not created locally)
40839 src/com/gps/reports/DailyTripReport.java 348 There is log block not surrounded by if
40840 src/com/gps/reports/DailyTripReport.java 348 There is log block not surrounded by if
40841 src/com/gps/reports/DailyTripReport.java 350 Potential violation of Law of Demeter (object not created locally)
40842 src/com/gps/reports/DailyTripReport.java 352 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40843 src/com/gps/reports/DailyTripReport.java 354 Avoid printStackTrace(); use a logger call instead.
40844 src/com/gps/reports/DailyTripReport.java 354 Potential violation of Law of Demeter (object not created locally)
40845 src/com/gps/reports/DailyTripReport.java 360 Parameter 'date' is not assigned and could be declared final
40846 src/com/gps/reports/DailyTripReport.java 360 Parameter 'tripDetails' is not assigned and could be declared final
40847 src/com/gps/reports/DailyTripReport.java 360 The method 'getStartEndTime' has a Cyclomatic Complexity of 13.
40848 src/com/gps/reports/DailyTripReport.java 360 The method getStartEndTime() has an NPath complexity of 289
40849 src/com/gps/reports/DailyTripReport.java 361 Avoid unused method parameters such as 'type'.
40850 src/com/gps/reports/DailyTripReport.java 361 Parameter 'session' is not assigned and could be declared final
40851 src/com/gps/reports/DailyTripReport.java 361 Parameter 'type' is not assigned and could be declared final
40852 src/com/gps/reports/DailyTripReport.java 364 Found 'DD'-anomaly for variable 'tripStartParams' (lines '364'-'400').
40853 src/com/gps/reports/DailyTripReport.java 365 Found 'DD'-anomaly for variable 'starttime' (lines '365'-'375').
40854 src/com/gps/reports/DailyTripReport.java 365 Found 'DD'-anomaly for variable 'starttime' (lines '365'-'378').
40855 src/com/gps/reports/DailyTripReport.java 366 Found 'DD'-anomaly for variable 'endtime' (lines '366'-'389').
40856 src/com/gps/reports/DailyTripReport.java 366 Found 'DD'-anomaly for variable 'endtime' (lines '366'-'392').
40857 src/com/gps/reports/DailyTripReport.java 367 Avoid declaring a variable if it is unreferenced before a possible exit point.
40858 src/com/gps/reports/DailyTripReport.java 367 Avoid unused local variables such as 'cal'.
40859 src/com/gps/reports/DailyTripReport.java 367 Found 'DU'-anomaly for variable 'cal' (lines '367'-'415').
40860 src/com/gps/reports/DailyTripReport.java 367 Local variable 'cal' could be declared final
40861 src/com/gps/reports/DailyTripReport.java 368 Avoid declaring a variable if it is unreferenced before a possible exit point.
40862 src/com/gps/reports/DailyTripReport.java 368 Avoid unused local variables such as 'timeFormat'.
40863 src/com/gps/reports/DailyTripReport.java 368 Found 'DU'-anomaly for variable 'timeFormat' (lines '368'-'415').
40864 src/com/gps/reports/DailyTripReport.java 368 Local variable 'timeFormat' could be declared final
40865 src/com/gps/reports/DailyTripReport.java 368 When instantiating a SimpleDateFormat object, specify a Locale
40866 src/com/gps/reports/DailyTripReport.java 369 Found 'DU'-anomaly for variable 'dateFormat' (lines '369'-'415').
40867 src/com/gps/reports/DailyTripReport.java 369 Local variable 'dateFormat' could be declared final
40868 src/com/gps/reports/DailyTripReport.java 369 When instantiating a SimpleDateFormat object, specify a Locale
40869 src/com/gps/reports/DailyTripReport.java 374 Position literals first in String comparisons
40870 src/com/gps/reports/DailyTripReport.java 374 Position literals first in String comparisons
40871 src/com/gps/reports/DailyTripReport.java 374 Useless parentheses.
40872 src/com/gps/reports/DailyTripReport.java 375 Do not hard code the IP address
40873 src/com/gps/reports/DailyTripReport.java 375 Potential violation of Law of Demeter (method chain calls)
40874 src/com/gps/reports/DailyTripReport.java 375 The String literal ":00" appears 4 times in this file; the first occurrence is on line 375
40875 src/com/gps/reports/DailyTripReport.java 375 Useless parentheses.
40876 src/com/gps/reports/DailyTripReport.java 376 Prefer StringBuffer over += for concatenating strings
40877 src/com/gps/reports/DailyTripReport.java 377 Position literals first in String comparisons
40878 src/com/gps/reports/DailyTripReport.java 377 This statement may have some unnecessary parentheses
40879 src/com/gps/reports/DailyTripReport.java 377 Useless parentheses.
40880 src/com/gps/reports/DailyTripReport.java 378 Do not hard code the IP address
40881 src/com/gps/reports/DailyTripReport.java 378 Potential violation of Law of Demeter (method chain calls)
40882 src/com/gps/reports/DailyTripReport.java 378 Useless parentheses.
40883 src/com/gps/reports/DailyTripReport.java 379 Prefer StringBuffer over += for concatenating strings
40884 src/com/gps/reports/DailyTripReport.java 381 There is log block not surrounded by if
40885 src/com/gps/reports/DailyTripReport.java 381 There is log block not surrounded by if
40886 src/com/gps/reports/DailyTripReport.java 383 Prefer StringBuffer over += for concatenating strings
40887 src/com/gps/reports/DailyTripReport.java 385 There is log block not surrounded by if
40888 src/com/gps/reports/DailyTripReport.java 385 There is log block not surrounded by if
40889 src/com/gps/reports/DailyTripReport.java 388 Position literals first in String comparisons
40890 src/com/gps/reports/DailyTripReport.java 389 Do not hard code the IP address
40891 src/com/gps/reports/DailyTripReport.java 389 Potential violation of Law of Demeter (method chain calls)
40892 src/com/gps/reports/DailyTripReport.java 389 Useless parentheses.
40893 src/com/gps/reports/DailyTripReport.java 390 Prefer StringBuffer over += for concatenating strings
40894 src/com/gps/reports/DailyTripReport.java 391 Position literals first in String comparisons
40895 src/com/gps/reports/DailyTripReport.java 391 Position literals first in String comparisons
40896 src/com/gps/reports/DailyTripReport.java 391 Useless parentheses.
40897 src/com/gps/reports/DailyTripReport.java 391 Useless parentheses.
40898 src/com/gps/reports/DailyTripReport.java 392 Do not hard code the IP address
40899 src/com/gps/reports/DailyTripReport.java 392 Potential violation of Law of Demeter (method chain calls)
40900 src/com/gps/reports/DailyTripReport.java 392 Useless parentheses.
40901 src/com/gps/reports/DailyTripReport.java 393 Prefer StringBuffer over += for concatenating strings
40902 src/com/gps/reports/DailyTripReport.java 396 There is log block not surrounded by if
40903 src/com/gps/reports/DailyTripReport.java 396 There is log block not surrounded by if
40904 src/com/gps/reports/DailyTripReport.java 397 Prefer StringBuffer over += for concatenating strings
40905 src/com/gps/reports/DailyTripReport.java 402 Avoid using Literals in Conditional Statements
40906 src/com/gps/reports/DailyTripReport.java 402 Potential violation of Law of Demeter (object not created locally)
40907 src/com/gps/reports/DailyTripReport.java 402 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
40908 src/com/gps/reports/DailyTripReport.java 403 Potential violation of Law of Demeter (method chain calls)
40909 src/com/gps/reports/DailyTripReport.java 403 Potential violation of Law of Demeter (method chain calls)
40910 src/com/gps/reports/DailyTripReport.java 403 Potential violation of Law of Demeter (method chain calls)
40911 src/com/gps/reports/DailyTripReport.java 403 Potential violation of Law of Demeter (method chain calls)
40912 src/com/gps/reports/DailyTripReport.java 403 Potential violation of Law of Demeter (method chain calls)
40913 src/com/gps/reports/DailyTripReport.java 403 Potential violation of Law of Demeter (method chain calls)
40914 src/com/gps/reports/DailyTripReport.java 403 Potential violation of Law of Demeter (object not created locally)
40915 src/com/gps/reports/DailyTripReport.java 403 Potential violation of Law of Demeter (object not created locally)
40916 src/com/gps/reports/DailyTripReport.java 403 Potential violation of Law of Demeter (object not created locally)
40917 src/com/gps/reports/DailyTripReport.java 403 Potential violation of Law of Demeter (object not created locally)
40918 src/com/gps/reports/DailyTripReport.java 403 Potential violation of Law of Demeter (object not created locally)
40919 src/com/gps/reports/DailyTripReport.java 403 There is log block not surrounded by if
40920 src/com/gps/reports/DailyTripReport.java 403 There is log block not surrounded by if
40921 src/com/gps/reports/DailyTripReport.java 404 A method should have only one exit point, and that should be the last statement in the method
40922 src/com/gps/reports/DailyTripReport.java 404 Potential violation of Law of Demeter (method chain calls)
40923 src/com/gps/reports/DailyTripReport.java 404 Potential violation of Law of Demeter (method chain calls)
40924 src/com/gps/reports/DailyTripReport.java 404 Potential violation of Law of Demeter (method chain calls)
40925 src/com/gps/reports/DailyTripReport.java 404 Potential violation of Law of Demeter (method chain calls)
40926 src/com/gps/reports/DailyTripReport.java 404 Potential violation of Law of Demeter (object not created locally)
40927 src/com/gps/reports/DailyTripReport.java 404 Potential violation of Law of Demeter (object not created locally)
40928 src/com/gps/reports/DailyTripReport.java 404 Potential violation of Law of Demeter (object not created locally)
40929 src/com/gps/reports/DailyTripReport.java 404 Potential violation of Law of Demeter (object not created locally)
40930 src/com/gps/reports/DailyTripReport.java 404 Potential violation of Law of Demeter (object not created locally)
40931 src/com/gps/reports/DailyTripReport.java 410 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40932 src/com/gps/reports/DailyTripReport.java 412 Avoid printStackTrace(); use a logger call instead.
40933 src/com/gps/reports/DailyTripReport.java 412 Potential violation of Law of Demeter (object not created locally)
40934 src/com/gps/reports/DailyTripReport.java 417 Found 'UR'-anomaly for variable 'distParamsDTO' (lines '417'-'428').
40935 src/com/gps/reports/DailyTripReport.java 417 Parameter 'endTime' is not assigned and could be declared final
40936 src/com/gps/reports/DailyTripReport.java 417 Parameter 'startTime' is not assigned and could be declared final
40937 src/com/gps/reports/DailyTripReport.java 417 Parameter 'tripId' is not assigned and could be declared final
40938 src/com/gps/reports/DailyTripReport.java 417 publicMethodCommentRequirement Required
40939 src/com/gps/reports/DailyTripReport.java 420 Found 'DU'-anomaly for variable 'prevSpeed' (lines '420'-'442').
40940 src/com/gps/reports/DailyTripReport.java 421 Avoid variables with short names like i
40941 src/com/gps/reports/DailyTripReport.java 421 Found 'DU'-anomaly for variable 'i' (lines '421'-'442').
40942 src/com/gps/reports/DailyTripReport.java 422 Found 'DD'-anomaly for variable 'brakeCount' (lines '422'-'430').
40943 src/com/gps/reports/DailyTripReport.java 426 Local variable 'distParamsDTO' could be declared final
40944 src/com/gps/reports/DailyTripReport.java 428 Potential violation of Law of Demeter (object not created locally)
40945 src/com/gps/reports/DailyTripReport.java 430 Found 'DD'-anomaly for variable 'brakeCount' (lines '430'-'430').
40946 src/com/gps/reports/DailyTripReport.java 433 Found 'DU'-anomaly for variable 'prevSpeed' (lines '433'-'442').
40947 src/com/gps/reports/DailyTripReport.java 433 Potential violation of Law of Demeter (object not created locally)
40948 src/com/gps/reports/DailyTripReport.java 434 Found 'DU'-anomaly for variable 'i' (lines '434'-'442').
40949 src/com/gps/reports/DailyTripReport.java 437 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40950 src/com/gps/reports/DailyTripReport.java 439 Avoid printStackTrace(); use a logger call instead.
40951 src/com/gps/reports/DailyTripReport.java 439 Potential violation of Law of Demeter (object not created locally)
40952 src/com/gps/reports/DailyTripReport.java 445 Parameter 'args' is not assigned and could be declared final
40953 src/com/gps/reports/DailyTripReport.java 445 publicMethodCommentRequirement Required
40954 src/com/gps/reports/DailyTripReport.java 447 Local variable 'rep' could be declared final
40955 src/com/gps/reports/DailyTripReport.java 449 Comment is too large: Line too long
40956 src/com/gps/reports/DistanceReport.java 1 Possible God class (WMC=110, ATFD=133, TCC=0.0)
40957 src/com/gps/reports/DistanceReport.java 24 The class 'DistanceReport' has a Cyclomatic Complexity of 12 (Highest = 61).
40958 src/com/gps/reports/DistanceReport.java 26 The Logger variable declaration does not contain the static and final modifiers
40959 src/com/gps/reports/DistanceReport.java 26 fieldCommentRequirement Required
40960 src/com/gps/reports/DistanceReport.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
40961 src/com/gps/reports/DistanceReport.java 27 Perhaps 'dataList' could be replaced by a local variable.
40962 src/com/gps/reports/DistanceReport.java 27 fieldCommentRequirement Required
40963 src/com/gps/reports/DistanceReport.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
40964 src/com/gps/reports/DistanceReport.java 28 Perhaps 'vehDAO' could be replaced by a local variable.
40965 src/com/gps/reports/DistanceReport.java 28 fieldCommentRequirement Required
40966 src/com/gps/reports/DistanceReport.java 29 Found non-transient, non-static member. Please mark as transient or provide accessors.
40967 src/com/gps/reports/DistanceReport.java 29 Perhaps 'tripDAO' could be replaced by a local variable.
40968 src/com/gps/reports/DistanceReport.java 29 fieldCommentRequirement Required
40969 src/com/gps/reports/DistanceReport.java 30 Found non-transient, non-static member. Please mark as transient or provide accessors.
40970 src/com/gps/reports/DistanceReport.java 30 Use explicit scoping instead of the default package private level
40971 src/com/gps/reports/DistanceReport.java 30 When instantiating a SimpleDateFormat object, specify a Locale
40972 src/com/gps/reports/DistanceReport.java 30 fieldCommentRequirement Required
40973 src/com/gps/reports/DistanceReport.java 33 Found 'UR'-anomaly for variable 'date' (lines '33'-'80').
40974 src/com/gps/reports/DistanceReport.java 33 Found 'UR'-anomaly for variable 'date' (lines '33'-'80').
40975 src/com/gps/reports/DistanceReport.java 33 Found 'UR'-anomaly for variable 'day' (lines '33'-'68').
40976 src/com/gps/reports/DistanceReport.java 33 Found 'UR'-anomaly for variable 'day' (lines '33'-'68').
40977 src/com/gps/reports/DistanceReport.java 33 Parameter 'fromDate' is not assigned and could be declared final
40978 src/com/gps/reports/DistanceReport.java 33 Parameter 'toDate' is not assigned and could be declared final
40979 src/com/gps/reports/DistanceReport.java 33 Parameter 'vehicleid' is not assigned and could be declared final
40980 src/com/gps/reports/DistanceReport.java 33 The method 'getReports' has a Cyclomatic Complexity of 13.
40981 src/com/gps/reports/DistanceReport.java 33 publicMethodCommentRequirement Required
40982 src/com/gps/reports/DistanceReport.java 35 There is log block not surrounded by if
40983 src/com/gps/reports/DistanceReport.java 35 There is log block not surrounded by if
40984 src/com/gps/reports/DistanceReport.java 36 Found 'DD'-anomaly for variable 'objTripVO' (lines '36'-'100').
40985 src/com/gps/reports/DistanceReport.java 36 Found 'DD'-anomaly for variable 'objTripVO' (lines '36'-'100').
40986 src/com/gps/reports/DistanceReport.java 36 Found 'DD'-anomaly for variable 'objTripVO' (lines '36'-'57').
40987 src/com/gps/reports/DistanceReport.java 36 Found 'DD'-anomaly for variable 'objTripVO' (lines '36'-'57').
40988 src/com/gps/reports/DistanceReport.java 36 Found 'DU'-anomaly for variable 'objTripVO' (lines '36'-'120').
40989 src/com/gps/reports/DistanceReport.java 36 Found 'DU'-anomaly for variable 'objTripVO' (lines '36'-'120').
40990 src/com/gps/reports/DistanceReport.java 38 Found 'DD'-anomaly for variable 'tripListAll' (lines '38'-'70').
40991 src/com/gps/reports/DistanceReport.java 38 Found 'DD'-anomaly for variable 'tripListAll' (lines '38'-'70').
40992 src/com/gps/reports/DistanceReport.java 38 Found 'DD'-anomaly for variable 'tripListAll' (lines '38'-'97').
40993 src/com/gps/reports/DistanceReport.java 38 Found 'DD'-anomaly for variable 'tripListAll' (lines '38'-'97').
40994 src/com/gps/reports/DistanceReport.java 38 Found 'DU'-anomaly for variable 'tripListAll' (lines '38'-'120').
40995 src/com/gps/reports/DistanceReport.java 38 Found 'DU'-anomaly for variable 'tripListAll' (lines '38'-'120').
40996 src/com/gps/reports/DistanceReport.java 39 Found 'DD'-anomaly for variable 'endofDay' (lines '39'-'68').
40997 src/com/gps/reports/DistanceReport.java 39 Found 'DD'-anomaly for variable 'endofDay' (lines '39'-'68').
40998 src/com/gps/reports/DistanceReport.java 39 Found 'DD'-anomaly for variable 'orgName' (lines '39'-'49').
40999 src/com/gps/reports/DistanceReport.java 39 Found 'DD'-anomaly for variable 'orgName' (lines '39'-'49').
41000 src/com/gps/reports/DistanceReport.java 39 Found 'DD'-anomaly for variable 'startofDay' (lines '39'-'69').
41001 src/com/gps/reports/DistanceReport.java 39 Found 'DD'-anomaly for variable 'startofDay' (lines '39'-'69').
41002 src/com/gps/reports/DistanceReport.java 39 Found 'DU'-anomaly for variable 'endofDay' (lines '39'-'120').
41003 src/com/gps/reports/DistanceReport.java 39 Found 'DU'-anomaly for variable 'endofDay' (lines '39'-'120').
41004 src/com/gps/reports/DistanceReport.java 39 Found 'DU'-anomaly for variable 'orgName' (lines '39'-'120').
41005 src/com/gps/reports/DistanceReport.java 39 Found 'DU'-anomaly for variable 'orgName' (lines '39'-'120').
41006 src/com/gps/reports/DistanceReport.java 39 Found 'DU'-anomaly for variable 'startofDay' (lines '39'-'120').
41007 src/com/gps/reports/DistanceReport.java 39 Found 'DU'-anomaly for variable 'startofDay' (lines '39'-'120').
41008 src/com/gps/reports/DistanceReport.java 39 Use one line for each declaration, it enhances code readability.
41009 src/com/gps/reports/DistanceReport.java 46 There is log block not surrounded by if
41010 src/com/gps/reports/DistanceReport.java 46 There is log block not surrounded by if
41011 src/com/gps/reports/DistanceReport.java 49 Found 'DU'-anomaly for variable 'orgName' (lines '49'-'120').
41012 src/com/gps/reports/DistanceReport.java 49 Found 'DU'-anomaly for variable 'orgName' (lines '49'-'120').
41013 src/com/gps/reports/DistanceReport.java 49 Potential violation of Law of Demeter (method chain calls)
41014 src/com/gps/reports/DistanceReport.java 49 Potential violation of Law of Demeter (object not created locally)
41015 src/com/gps/reports/DistanceReport.java 50 Potential violation of Law of Demeter (object not created locally)
41016 src/com/gps/reports/DistanceReport.java 50 There is log block not surrounded by if
41017 src/com/gps/reports/DistanceReport.java 50 There is log block not surrounded by if
41018 src/com/gps/reports/DistanceReport.java 53 Local variable 'SummaryDAO' could be declared final
41019 src/com/gps/reports/DistanceReport.java 53 Variables should start with a lowercase character, 'SummaryDAO' starts with uppercase character.
41020 src/com/gps/reports/DistanceReport.java 54 Local variable 'report' could be declared final
41021 src/com/gps/reports/DistanceReport.java 54 Potential violation of Law of Demeter (object not created locally)
41022 src/com/gps/reports/DistanceReport.java 54 Potential violation of Law of Demeter (object not created locally)
41023 src/com/gps/reports/DistanceReport.java 55 Avoid using Literals in Conditional Statements
41024 src/com/gps/reports/DistanceReport.java 55 Potential violation of Law of Demeter (object not created locally)
41025 src/com/gps/reports/DistanceReport.java 55 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
41026 src/com/gps/reports/DistanceReport.java 57 Potential violation of Law of Demeter (object not created locally)
41027 src/com/gps/reports/DistanceReport.java 58 There is log block not surrounded by if
41028 src/com/gps/reports/DistanceReport.java 58 There is log block not surrounded by if
41029 src/com/gps/reports/DistanceReport.java 62 Local variable 'NotFoundList' could be declared final
41030 src/com/gps/reports/DistanceReport.java 62 Variables should start with a lowercase character, 'NotFoundList' starts with uppercase character.
41031 src/com/gps/reports/DistanceReport.java 64 Avoid using Literals in Conditional Statements
41032 src/com/gps/reports/DistanceReport.java 64 Potential violation of Law of Demeter (object not created locally)
41033 src/com/gps/reports/DistanceReport.java 64 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
41034 src/com/gps/reports/DistanceReport.java 66 Local variable 'day' could be declared final
41035 src/com/gps/reports/DistanceReport.java 70 Potential violation of Law of Demeter (object not created locally)
41036 src/com/gps/reports/DistanceReport.java 71 Avoid using Literals in Conditional Statements
41037 src/com/gps/reports/DistanceReport.java 71 Deeply nested if..then statements are hard to read
41038 src/com/gps/reports/DistanceReport.java 71 Potential violation of Law of Demeter (object not created locally)
41039 src/com/gps/reports/DistanceReport.java 71 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
41040 src/com/gps/reports/DistanceReport.java 73 Potential violation of Law of Demeter (object not created locally)
41041 src/com/gps/reports/DistanceReport.java 75 Deeply nested if..then statements are hard to read
41042 src/com/gps/reports/DistanceReport.java 78 Local variable 'date' could be declared final
41043 src/com/gps/reports/DistanceReport.java 78 Potential violation of Law of Demeter (object not created locally)
41044 src/com/gps/reports/DistanceReport.java 80 Potential violation of Law of Demeter (method chain calls)
41045 src/com/gps/reports/DistanceReport.java 84 Potential violation of Law of Demeter (method chain calls)
41046 src/com/gps/reports/DistanceReport.java 87 Parameter 'o1' is not assigned and could be declared final
41047 src/com/gps/reports/DistanceReport.java 87 Parameter 'o2' is not assigned and could be declared final
41048 src/com/gps/reports/DistanceReport.java 87 publicMethodCommentRequirement Required
41049 src/com/gps/reports/DistanceReport.java 90 Potential violation of Law of Demeter (method chain calls)
41050 src/com/gps/reports/DistanceReport.java 97 Potential violation of Law of Demeter (object not created locally)
41051 src/com/gps/reports/DistanceReport.java 99 Avoid using Literals in Conditional Statements
41052 src/com/gps/reports/DistanceReport.java 99 Potential violation of Law of Demeter (object not created locally)
41053 src/com/gps/reports/DistanceReport.java 99 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
41054 src/com/gps/reports/DistanceReport.java 100 Potential violation of Law of Demeter (object not created locally)
41055 src/com/gps/reports/DistanceReport.java 104 Comment is too large: Line too long
41056 src/com/gps/reports/DistanceReport.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41057 src/com/gps/reports/DistanceReport.java 113 Avoid printStackTrace(); use a logger call instead.
41058 src/com/gps/reports/DistanceReport.java 113 Potential violation of Law of Demeter (object not created locally)
41059 src/com/gps/reports/DistanceReport.java 116 Avoid using Literals in Conditional Statements
41060 src/com/gps/reports/DistanceReport.java 116 Avoid using if statements without curly braces
41061 src/com/gps/reports/DistanceReport.java 116 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
41062 src/com/gps/reports/DistanceReport.java 117 Assigning an Object to null is a code smell. Consider refactoring.
41063 src/com/gps/reports/DistanceReport.java 123 Avoid really long methods.
41064 src/com/gps/reports/DistanceReport.java 123 Avoid unused method parameters such as 'vehicleId'.
41065 src/com/gps/reports/DistanceReport.java 123 Found 'UR'-anomaly for variable 'reportSummary' (lines '123'-'140').
41066 src/com/gps/reports/DistanceReport.java 123 Method names should not start with capital letters
41067 src/com/gps/reports/DistanceReport.java 123 Parameter 'All' is not assigned and could be declared final
41068 src/com/gps/reports/DistanceReport.java 123 Parameter 'orgName' is not assigned and could be declared final
41069 src/com/gps/reports/DistanceReport.java 123 Parameter 'report' is not assigned and could be declared final
41070 src/com/gps/reports/DistanceReport.java 123 Parameter 'veh' is not assigned and could be declared final
41071 src/com/gps/reports/DistanceReport.java 123 Parameter 'vehicleId' is not assigned and could be declared final
41072 src/com/gps/reports/DistanceReport.java 123 The method 'GetDistanceSummary' has a Cyclomatic Complexity of 14.
41073 src/com/gps/reports/DistanceReport.java 123 Variables should start with a lowercase character, 'All' starts with uppercase character.
41074 src/com/gps/reports/DistanceReport.java 125 Found 'DU'-anomaly for variable 'lastDate' (lines '125'-'229').
41075 src/com/gps/reports/DistanceReport.java 125 Found 'DU'-anomaly for variable 'lastTrip' (lines '125'-'229').
41076 src/com/gps/reports/DistanceReport.java 125 Use one line for each declaration, it enhances code readability.
41077 src/com/gps/reports/DistanceReport.java 126 Local variable 'trip' could be declared final
41078 src/com/gps/reports/DistanceReport.java 127 Found 'DD'-anomaly for variable 'datevo' (lines '127'-'179').
41079 src/com/gps/reports/DistanceReport.java 127 Found 'DD'-anomaly for variable 'datevo' (lines '127'-'190').
41080 src/com/gps/reports/DistanceReport.java 128 Found 'DD'-anomaly for variable 'tripdistance' (lines '128'-'148').
41081 src/com/gps/reports/DistanceReport.java 128 Found 'DD'-anomaly for variable 'tripdistance' (lines '128'-'170').
41082 src/com/gps/reports/DistanceReport.java 128 Found 'DD'-anomaly for variable 'tripdistance' (lines '128'-'199').
41083 src/com/gps/reports/DistanceReport.java 128 Found 'DU'-anomaly for variable 'tripdistance' (lines '128'-'229').
41084 src/com/gps/reports/DistanceReport.java 129 Found 'DD'-anomaly for variable 'tripList' (lines '129'-'182').
41085 src/com/gps/reports/DistanceReport.java 130 Found 'DU'-anomaly for variable 'tripDetailsDAO' (lines '130'-'229').
41086 src/com/gps/reports/DistanceReport.java 130 Local variable 'tripDetailsDAO' could be declared final
41087 src/com/gps/reports/DistanceReport.java 131 Found 'DD'-anomaly for variable 'tripDetails' (lines '131'-'140').
41088 src/com/gps/reports/DistanceReport.java 131 Found 'DU'-anomaly for variable 'tripDetails' (lines '131'-'229').
41089 src/com/gps/reports/DistanceReport.java 132 Found 'DU'-anomaly for variable 'count' (lines '132'-'229').
41090 src/com/gps/reports/DistanceReport.java 136 Potential violation of Law of Demeter (object not created locally)
41091 src/com/gps/reports/DistanceReport.java 137 Potential violation of Law of Demeter (object not created locally)
41092 src/com/gps/reports/DistanceReport.java 138 Local variable 'reportSummary' could be declared final
41093 src/com/gps/reports/DistanceReport.java 140 Potential violation of Law of Demeter (object not created locally)
41094 src/com/gps/reports/DistanceReport.java 140 Potential violation of Law of Demeter (object not created locally)
41095 src/com/gps/reports/DistanceReport.java 141 Avoid if (x != y) ..; else ..;
41096 src/com/gps/reports/DistanceReport.java 143 Potential violation of Law of Demeter (object not created locally)
41097 src/com/gps/reports/DistanceReport.java 143 Potential violation of Law of Demeter (object not created locally)
41098 src/com/gps/reports/DistanceReport.java 145 Local variable 'tripDist' could be declared final
41099 src/com/gps/reports/DistanceReport.java 145 Potential violation of Law of Demeter (object not created locally)
41100 src/com/gps/reports/DistanceReport.java 148 Avoid instantiating new objects inside loops
41101 src/com/gps/reports/DistanceReport.java 149 Potential violation of Law of Demeter (object not created locally)
41102 src/com/gps/reports/DistanceReport.java 149 There is log block not surrounded by if
41103 src/com/gps/reports/DistanceReport.java 149 There is log block not surrounded by if
41104 src/com/gps/reports/DistanceReport.java 150 Potential violation of Law of Demeter (method chain calls)
41105 src/com/gps/reports/DistanceReport.java 150 Potential violation of Law of Demeter (object not created locally)
41106 src/com/gps/reports/DistanceReport.java 150 The String literal "default" appears 8 times in this file; the first occurrence is on line 150
41107 src/com/gps/reports/DistanceReport.java 151 Avoid using if...else statements without curly braces
41108 src/com/gps/reports/DistanceReport.java 151 Potential violation of Law of Demeter (object not created locally)
41109 src/com/gps/reports/DistanceReport.java 151 The String literal "Non Trip" appears 4 times in this file; the first occurrence is on line 151
41110 src/com/gps/reports/DistanceReport.java 153 Avoid using if...else statements without curly braces
41111 src/com/gps/reports/DistanceReport.java 153 Potential violation of Law of Demeter (object not created locally)
41112 src/com/gps/reports/DistanceReport.java 153 Potential violation of Law of Demeter (object not created locally)
41113 src/com/gps/reports/DistanceReport.java 154 Potential violation of Law of Demeter (object not created locally)
41114 src/com/gps/reports/DistanceReport.java 154 Potential violation of Law of Demeter (object not created locally)
41115 src/com/gps/reports/DistanceReport.java 155 Potential violation of Law of Demeter (object not created locally)
41116 src/com/gps/reports/DistanceReport.java 159 Potential violation of Law of Demeter (object not created locally)
41117 src/com/gps/reports/DistanceReport.java 159 There is log block not surrounded by if
41118 src/com/gps/reports/DistanceReport.java 159 There is log block not surrounded by if
41119 src/com/gps/reports/DistanceReport.java 160 Potential violation of Law of Demeter (object not created locally)
41120 src/com/gps/reports/DistanceReport.java 160 Potential violation of Law of Demeter (object not created locally)
41121 src/com/gps/reports/DistanceReport.java 160 Potential violation of Law of Demeter (object not created locally)
41122 src/com/gps/reports/DistanceReport.java 165 Avoid using Literals in Conditional Statements
41123 src/com/gps/reports/DistanceReport.java 165 Use equals() to compare strings instead of '==' or '!='
41124 src/com/gps/reports/DistanceReport.java 167 Potential violation of Law of Demeter (object not created locally)
41125 src/com/gps/reports/DistanceReport.java 168 Potential violation of Law of Demeter (object not created locally)
41126 src/com/gps/reports/DistanceReport.java 170 Avoid instantiating new objects inside loops
41127 src/com/gps/reports/DistanceReport.java 171 Potential violation of Law of Demeter (object not created locally)
41128 src/com/gps/reports/DistanceReport.java 171 There is log block not surrounded by if
41129 src/com/gps/reports/DistanceReport.java 171 There is log block not surrounded by if
41130 src/com/gps/reports/DistanceReport.java 172 Potential violation of Law of Demeter (method chain calls)
41131 src/com/gps/reports/DistanceReport.java 172 Potential violation of Law of Demeter (object not created locally)
41132 src/com/gps/reports/DistanceReport.java 173 Avoid using if...else statements without curly braces
41133 src/com/gps/reports/DistanceReport.java 173 Potential violation of Law of Demeter (object not created locally)
41134 src/com/gps/reports/DistanceReport.java 175 Avoid using if...else statements without curly braces
41135 src/com/gps/reports/DistanceReport.java 175 Potential violation of Law of Demeter (object not created locally)
41136 src/com/gps/reports/DistanceReport.java 175 Potential violation of Law of Demeter (object not created locally)
41137 src/com/gps/reports/DistanceReport.java 176 Potential violation of Law of Demeter (object not created locally)
41138 src/com/gps/reports/DistanceReport.java 176 Potential violation of Law of Demeter (object not created locally)
41139 src/com/gps/reports/DistanceReport.java 179 Avoid instantiating new objects inside loops
41140 src/com/gps/reports/DistanceReport.java 180 Potential violation of Law of Demeter (object not created locally)
41141 src/com/gps/reports/DistanceReport.java 180 Potential violation of Law of Demeter (object not created locally)
41142 src/com/gps/reports/DistanceReport.java 182 Avoid instantiating new objects inside loops
41143 src/com/gps/reports/DistanceReport.java 183 Potential violation of Law of Demeter (object not created locally)
41144 src/com/gps/reports/DistanceReport.java 185 Found 'DU'-anomaly for variable 'lastDate' (lines '185'-'229').
41145 src/com/gps/reports/DistanceReport.java 185 Potential violation of Law of Demeter (object not created locally)
41146 src/com/gps/reports/DistanceReport.java 189 Avoid using Literals in Conditional Statements
41147 src/com/gps/reports/DistanceReport.java 189 Avoid using if statements without curly braces
41148 src/com/gps/reports/DistanceReport.java 190 Avoid instantiating new objects inside loops
41149 src/com/gps/reports/DistanceReport.java 190 Found 'DD'-anomaly for variable 'datevo' (lines '190'-'179').
41150 src/com/gps/reports/DistanceReport.java 190 Found 'DD'-anomaly for variable 'datevo' (lines '190'-'190').
41151 src/com/gps/reports/DistanceReport.java 191 Avoid if (x != y) ..; else ..;
41152 src/com/gps/reports/DistanceReport.java 191 Potential violation of Law of Demeter (object not created locally)
41153 src/com/gps/reports/DistanceReport.java 191 Potential violation of Law of Demeter (object not created locally)
41154 src/com/gps/reports/DistanceReport.java 193 Avoid using Literals in Conditional Statements
41155 src/com/gps/reports/DistanceReport.java 195 Potential violation of Law of Demeter (object not created locally)
41156 src/com/gps/reports/DistanceReport.java 195 Potential violation of Law of Demeter (object not created locally)
41157 src/com/gps/reports/DistanceReport.java 195 There is log block not surrounded by if
41158 src/com/gps/reports/DistanceReport.java 195 There is log block not surrounded by if
41159 src/com/gps/reports/DistanceReport.java 196 Potential violation of Law of Demeter (object not created locally)
41160 src/com/gps/reports/DistanceReport.java 199 Avoid instantiating new objects inside loops
41161 src/com/gps/reports/DistanceReport.java 200 Potential violation of Law of Demeter (method chain calls)
41162 src/com/gps/reports/DistanceReport.java 200 Potential violation of Law of Demeter (object not created locally)
41163 src/com/gps/reports/DistanceReport.java 201 Avoid using if...else statements without curly braces
41164 src/com/gps/reports/DistanceReport.java 201 Potential violation of Law of Demeter (object not created locally)
41165 src/com/gps/reports/DistanceReport.java 203 Avoid using if...else statements without curly braces
41166 src/com/gps/reports/DistanceReport.java 203 Potential violation of Law of Demeter (object not created locally)
41167 src/com/gps/reports/DistanceReport.java 203 Potential violation of Law of Demeter (object not created locally)
41168 src/com/gps/reports/DistanceReport.java 204 Potential violation of Law of Demeter (object not created locally)
41169 src/com/gps/reports/DistanceReport.java 204 Potential violation of Law of Demeter (object not created locally)
41170 src/com/gps/reports/DistanceReport.java 208 Potential violation of Law of Demeter (object not created locally)
41171 src/com/gps/reports/DistanceReport.java 208 Potential violation of Law of Demeter (object not created locally)
41172 src/com/gps/reports/DistanceReport.java 208 Potential violation of Law of Demeter (object not created locally)
41173 src/com/gps/reports/DistanceReport.java 210 Found 'DU'-anomaly for variable 'lastTrip' (lines '210'-'229').
41174 src/com/gps/reports/DistanceReport.java 210 Potential violation of Law of Demeter (object not created locally)
41175 src/com/gps/reports/DistanceReport.java 211 Found 'DU'-anomaly for variable 'count' (lines '211'-'229').
41176 src/com/gps/reports/DistanceReport.java 218 Potential violation of Law of Demeter (object not created locally)
41177 src/com/gps/reports/DistanceReport.java 221 Potential violation of Law of Demeter (object not created locally)
41178 src/com/gps/reports/DistanceReport.java 222 Potential violation of Law of Demeter (object not created locally)
41179 src/com/gps/reports/DistanceReport.java 224 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41180 src/com/gps/reports/DistanceReport.java 226 There is log block not surrounded by if
41181 src/com/gps/reports/DistanceReport.java 231 Found 'UR'-anomaly for variable 'tripDist' (lines '231'-'237').
41182 src/com/gps/reports/DistanceReport.java 231 Method names should not start with capital letters
41183 src/com/gps/reports/DistanceReport.java 231 Parameter 'tripList' is not assigned and could be declared final
41184 src/com/gps/reports/DistanceReport.java 231 Parameter 'tripName' is not assigned and could be declared final
41185 src/com/gps/reports/DistanceReport.java 233 Avoid using Literals in Conditional Statements
41186 src/com/gps/reports/DistanceReport.java 233 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
41187 src/com/gps/reports/DistanceReport.java 235 Local variable 'tripDist' could be declared final
41188 src/com/gps/reports/DistanceReport.java 237 Avoid using if statements without curly braces
41189 src/com/gps/reports/DistanceReport.java 237 Potential violation of Law of Demeter (method chain calls)
41190 src/com/gps/reports/DistanceReport.java 238 A method should have only one exit point, and that should be the last statement in the method
41191 src/com/gps/reports/DistanceReport.java 244 Found 'UR'-anomaly for variable 'reportSummary' (lines '244'-'261').
41192 src/com/gps/reports/DistanceReport.java 244 Method names should not start with capital letters
41193 src/com/gps/reports/DistanceReport.java 244 Parameter 'fromDate' is not assigned and could be declared final
41194 src/com/gps/reports/DistanceReport.java 244 Parameter 'report' is not assigned and could be declared final
41195 src/com/gps/reports/DistanceReport.java 244 Parameter 'toDate' is not assigned and could be declared final
41196 src/com/gps/reports/DistanceReport.java 246 Local variable 'NotFoundList' could be declared final
41197 src/com/gps/reports/DistanceReport.java 246 Variables should start with a lowercase character, 'NotFoundList' starts with uppercase character.
41198 src/com/gps/reports/DistanceReport.java 247 Found 'DD'-anomaly for variable 'isDateFound' (lines '247'-'257').
41199 src/com/gps/reports/DistanceReport.java 247 Found 'DU'-anomaly for variable 'isDateFound' (lines '247'-'279').
41200 src/com/gps/reports/DistanceReport.java 250 Local variable 'Fromcal' could be declared final
41201 src/com/gps/reports/DistanceReport.java 250 Variables should start with a lowercase character, 'Fromcal' starts with uppercase character.
41202 src/com/gps/reports/DistanceReport.java 251 Local variable 'Tocal' could be declared final
41203 src/com/gps/reports/DistanceReport.java 251 Variables should start with a lowercase character, 'Tocal' starts with uppercase character.
41204 src/com/gps/reports/DistanceReport.java 252 Potential violation of Law of Demeter (object not created locally)
41205 src/com/gps/reports/DistanceReport.java 253 Potential violation of Law of Demeter (object not created locally)
41206 src/com/gps/reports/DistanceReport.java 255 Potential violation of Law of Demeter (object not created locally)
41207 src/com/gps/reports/DistanceReport.java 257 Found 'DD'-anomaly for variable 'isDateFound' (lines '257'-'263').
41208 src/com/gps/reports/DistanceReport.java 258 Local variable 'reportSummary' could be declared final
41209 src/com/gps/reports/DistanceReport.java 260 Comment is too large: Line too long
41210 src/com/gps/reports/DistanceReport.java 261 Potential violation of Law of Demeter (method chain calls)
41211 src/com/gps/reports/DistanceReport.java 261 Potential violation of Law of Demeter (object not created locally)
41212 src/com/gps/reports/DistanceReport.java 261 Potential violation of Law of Demeter (object not created locally)
41213 src/com/gps/reports/DistanceReport.java 269 Potential violation of Law of Demeter (object not created locally)
41214 src/com/gps/reports/DistanceReport.java 269 Potential violation of Law of Demeter (object not created locally)
41215 src/com/gps/reports/DistanceReport.java 271 Potential violation of Law of Demeter (object not created locally)
41216 src/com/gps/reports/DistanceReport.java 274 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41217 src/com/gps/reports/DistanceReport.java 276 There is log block not surrounded by if
41218 src/com/gps/reports/DistanceReport.java 281 Avoid variables with short names like to
41219 src/com/gps/reports/DistanceReport.java 281 Found 'UR'-anomaly for variable 'tripDistanceDTO' (lines '281'-'300').
41220 src/com/gps/reports/DistanceReport.java 281 Parameter 'flag' is not assigned and could be declared final
41221 src/com/gps/reports/DistanceReport.java 281 Parameter 'from' is not assigned and could be declared final
41222 src/com/gps/reports/DistanceReport.java 281 Parameter 'to' is not assigned and could be declared final
41223 src/com/gps/reports/DistanceReport.java 281 Parameter 'tripDistDTO' is not assigned and could be declared final
41224 src/com/gps/reports/DistanceReport.java 281 Parameter 'vehicleId' is not assigned and could be declared final
41225 src/com/gps/reports/DistanceReport.java 281 publicMethodCommentRequirement Required
41226 src/com/gps/reports/DistanceReport.java 284 Found 'DD'-anomaly for variable 'objTripVO' (lines '284'-'314').
41227 src/com/gps/reports/DistanceReport.java 284 Found 'DD'-anomaly for variable 'objTripVO' (lines '284'-'319').
41228 src/com/gps/reports/DistanceReport.java 284 Found 'DU'-anomaly for variable 'objTripVO' (lines '284'-'331').
41229 src/com/gps/reports/DistanceReport.java 285 Found 'DU'-anomaly for variable 'calFrom' (lines '285'-'331').
41230 src/com/gps/reports/DistanceReport.java 285 Local variable 'calFrom' could be declared final
41231 src/com/gps/reports/DistanceReport.java 286 Found 'DU'-anomaly for variable 'calStart' (lines '286'-'331').
41232 src/com/gps/reports/DistanceReport.java 286 Local variable 'calStart' could be declared final
41233 src/com/gps/reports/DistanceReport.java 287 Found 'DU'-anomaly for variable 'formatter' (lines '287'-'331').
41234 src/com/gps/reports/DistanceReport.java 287 Local variable 'formatter' could be declared final
41235 src/com/gps/reports/DistanceReport.java 287 When instantiating a SimpleDateFormat object, specify a Locale
41236 src/com/gps/reports/DistanceReport.java 288 Found 'DD'-anomaly for variable 'paramStart' (lines '288'-'301').
41237 src/com/gps/reports/DistanceReport.java 288 Found 'DU'-anomaly for variable 'paramStart' (lines '288'-'331').
41238 src/com/gps/reports/DistanceReport.java 292 Potential violation of Law of Demeter (method chain calls)
41239 src/com/gps/reports/DistanceReport.java 292 Potential violation of Law of Demeter (method chain calls)
41240 src/com/gps/reports/DistanceReport.java 292 Potential violation of Law of Demeter (method chain calls)
41241 src/com/gps/reports/DistanceReport.java 292 Potential violation of Law of Demeter (method chain calls)
41242 src/com/gps/reports/DistanceReport.java 292 There is log block not surrounded by if
41243 src/com/gps/reports/DistanceReport.java 292 There is log block not surrounded by if
41244 src/com/gps/reports/DistanceReport.java 293 Potential violation of Law of Demeter (method chain calls)
41245 src/com/gps/reports/DistanceReport.java 293 Potential violation of Law of Demeter (method chain calls)
41246 src/com/gps/reports/DistanceReport.java 294 A method should have only one exit point, and that should be the last statement in the method
41247 src/com/gps/reports/DistanceReport.java 299 Local variable 'tripDistanceDTO' could be declared final
41248 src/com/gps/reports/DistanceReport.java 300 Avoid using Literals in Conditional Statements
41249 src/com/gps/reports/DistanceReport.java 300 Potential violation of Law of Demeter (object not created locally)
41250 src/com/gps/reports/DistanceReport.java 305 Potential violation of Law of Demeter (method chain calls)
41251 src/com/gps/reports/DistanceReport.java 305 Potential violation of Law of Demeter (method chain calls)
41252 src/com/gps/reports/DistanceReport.java 305 Potential violation of Law of Demeter (method chain calls)
41253 src/com/gps/reports/DistanceReport.java 305 Potential violation of Law of Demeter (object not created locally)
41254 src/com/gps/reports/DistanceReport.java 305 Potential violation of Law of Demeter (object not created locally)
41255 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
41256 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
41257 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
41258 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
41259 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
41260 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
41261 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
41262 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
41263 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
41264 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (object not created locally)
41265 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (object not created locally)
41266 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (object not created locally)
41267 src/com/gps/reports/DistanceReport.java 309 Potential violation of Law of Demeter (object not created locally)
41268 src/com/gps/reports/DistanceReport.java 311 There is log block not surrounded by if
41269 src/com/gps/reports/DistanceReport.java 311 There is log block not surrounded by if
41270 src/com/gps/reports/DistanceReport.java 312 There is log block not surrounded by if
41271 src/com/gps/reports/DistanceReport.java 312 There is log block not surrounded by if
41272 src/com/gps/reports/DistanceReport.java 316 A method should have only one exit point, and that should be the last statement in the method
41273 src/com/gps/reports/DistanceReport.java 317 Potential violation of Law of Demeter (object not created locally)
41274 src/com/gps/reports/DistanceReport.java 317 Potential violation of Law of Demeter (object not created locally)
41275 src/com/gps/reports/DistanceReport.java 317 Potential violation of Law of Demeter (object not created locally)
41276 src/com/gps/reports/DistanceReport.java 317 Useless parentheses.
41277 src/com/gps/reports/DistanceReport.java 318 There is log block not surrounded by if
41278 src/com/gps/reports/DistanceReport.java 318 There is log block not surrounded by if
41279 src/com/gps/reports/DistanceReport.java 321 A method should have only one exit point, and that should be the last statement in the method
41280 src/com/gps/reports/DistanceReport.java 325 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41281 src/com/gps/reports/DistanceReport.java 327 Avoid printStackTrace(); use a logger call instead.
41282 src/com/gps/reports/DistanceReport.java 327 Potential violation of Law of Demeter (object not created locally)
41283 src/com/gps/reports/DistanceReport.java 335 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
41284 src/com/gps/reports/DistanceReport.java 335 Avoid reassigning parameters such as 'inTripDist'
41285 src/com/gps/reports/DistanceReport.java 335 Method names should not start with capital letters
41286 src/com/gps/reports/DistanceReport.java 335 Parameter 'Rpl' is not assigned and could be declared final
41287 src/com/gps/reports/DistanceReport.java 335 Variables should start with a lowercase character, 'Rpl' starts with uppercase character.
41288 src/com/gps/reports/DistanceReport.java 337 Avoid variables with short names like p
41289 src/com/gps/reports/DistanceReport.java 337 Local variable 'p' could be declared final
41290 src/com/gps/reports/DistanceReport.java 339 Local variable 'tmp' could be declared final
41291 src/com/gps/reports/DistanceReport.java 344 Avoid really long methods.
41292 src/com/gps/reports/DistanceReport.java 344 Found 'UR'-anomaly for variable 'tripDistDTO' (lines '344'-'372').
41293 src/com/gps/reports/DistanceReport.java 344 Found 'UR'-anomaly for variable 'tripDistance' (lines '344'-'423').
41294 src/com/gps/reports/DistanceReport.java 344 Parameter 'dateType' is not assigned and could be declared final
41295 src/com/gps/reports/DistanceReport.java 344 Parameter 'distDAO' is not assigned and could be declared final
41296 src/com/gps/reports/DistanceReport.java 344 Parameter 'flag' is not assigned and could be declared final
41297 src/com/gps/reports/DistanceReport.java 344 Parameter 'type' is not assigned and could be declared final
41298 src/com/gps/reports/DistanceReport.java 344 The method 'matchDate' has a Cyclomatic Complexity of 61.
41299 src/com/gps/reports/DistanceReport.java 344 The method matchDate() has an NCSS line count of 237
41300 src/com/gps/reports/DistanceReport.java 344 The method matchDate() has an NPath complexity of 1164280
41301 src/com/gps/reports/DistanceReport.java 346 Found 'DU'-anomaly for variable 'tempDate' (lines '346'-'750').
41302 src/com/gps/reports/DistanceReport.java 347 Found 'DD'-anomaly for variable 'objDate' (lines '347'-'386').
41303 src/com/gps/reports/DistanceReport.java 348 Found 'DD'-anomaly for variable 'objTrip' (lines '348'-'384').
41304 src/com/gps/reports/DistanceReport.java 351 Found 'DD'-anomaly for variable 'count' (lines '351'-'376').
41305 src/com/gps/reports/DistanceReport.java 352 Found 'DD'-anomaly for variable 'inTripDist' (lines '352'-'725').
41306 src/com/gps/reports/DistanceReport.java 352 Found 'DU'-anomaly for variable 'inTripDist' (lines '352'-'750').
41307 src/com/gps/reports/DistanceReport.java 353 Found 'DD'-anomaly for variable 'outTripDist' (lines '353'-'726').
41308 src/com/gps/reports/DistanceReport.java 353 Found 'DU'-anomaly for variable 'outTripDist' (lines '353'-'750').
41309 src/com/gps/reports/DistanceReport.java 354 Found 'DU'-anomaly for variable 'start' (lines '354'-'750').
41310 src/com/gps/reports/DistanceReport.java 355 Found 'DD'-anomaly for variable 'end' (lines '355'-'676').
41311 src/com/gps/reports/DistanceReport.java 355 Found 'DD'-anomaly for variable 'end' (lines '355'-'681').
41312 src/com/gps/reports/DistanceReport.java 355 Found 'DU'-anomaly for variable 'end' (lines '355'-'750').
41313 src/com/gps/reports/DistanceReport.java 356 Found 'DU'-anomaly for variable 'isSame' (lines '356'-'750').
41314 src/com/gps/reports/DistanceReport.java 357 Found 'DU'-anomaly for variable 'currentTrip' (lines '357'-'750').
41315 src/com/gps/reports/DistanceReport.java 358 Found 'DD'-anomaly for variable 'tempDist' (lines '358'-'650').
41316 src/com/gps/reports/DistanceReport.java 358 Found 'DU'-anomaly for variable 'tempDist' (lines '358'-'750').
41317 src/com/gps/reports/DistanceReport.java 359 Found 'DD'-anomaly for variable 'isReset' (lines '359'-'661').
41318 src/com/gps/reports/DistanceReport.java 359 Found 'DD'-anomaly for variable 'isReset' (lines '359'-'665').
41319 src/com/gps/reports/DistanceReport.java 359 Found 'DU'-anomaly for variable 'isReset' (lines '359'-'750').
41320 src/com/gps/reports/DistanceReport.java 360 Found 'DD'-anomaly for variable 'tempEnd' (lines '360'-'659').
41321 src/com/gps/reports/DistanceReport.java 360 Found 'DU'-anomaly for variable 'tempEnd' (lines '360'-'750').
41322 src/com/gps/reports/DistanceReport.java 361 Found 'DD'-anomaly for variable 'isFirst' (lines '361'-'662').
41323 src/com/gps/reports/DistanceReport.java 361 Found 'DU'-anomaly for variable 'isFirst' (lines '361'-'750').
41324 src/com/gps/reports/DistanceReport.java 364 There is log block not surrounded by if
41325 src/com/gps/reports/DistanceReport.java 364 There is log block not surrounded by if
41326 src/com/gps/reports/DistanceReport.java 368 There is log block not surrounded by if
41327 src/com/gps/reports/DistanceReport.java 368 There is log block not surrounded by if
41328 src/com/gps/reports/DistanceReport.java 370 Found 'DD'-anomaly for variable 'tripName' (lines '370'-'373').
41329 src/com/gps/reports/DistanceReport.java 371 Local variable 'tripDistDTO' could be declared final
41330 src/com/gps/reports/DistanceReport.java 372 Potential violation of Law of Demeter (method chain calls)
41331 src/com/gps/reports/DistanceReport.java 372 Potential violation of Law of Demeter (object not created locally)
41332 src/com/gps/reports/DistanceReport.java 373 Avoid using if...else statements without curly braces
41333 src/com/gps/reports/DistanceReport.java 373 Found 'DD'-anomaly for variable 'tripName' (lines '373'-'373').
41334 src/com/gps/reports/DistanceReport.java 373 Found 'DU'-anomaly for variable 'tripName' (lines '373'-'750').
41335 src/com/gps/reports/DistanceReport.java 375 Avoid using if...else statements without curly braces
41336 src/com/gps/reports/DistanceReport.java 375 Potential violation of Law of Demeter (object not created locally)
41337 src/com/gps/reports/DistanceReport.java 377 Avoid if (x != y) ..; else ..;
41338 src/com/gps/reports/DistanceReport.java 379 Potential violation of Law of Demeter (object not created locally)
41339 src/com/gps/reports/DistanceReport.java 379 Potential violation of Law of Demeter (object not created locally)
41340 src/com/gps/reports/DistanceReport.java 379 Potential violation of Law of Demeter (object not created locally)
41341 src/com/gps/reports/DistanceReport.java 381 Avoid using Literals in Conditional Statements
41342 src/com/gps/reports/DistanceReport.java 381 Avoid using if statements without curly braces
41343 src/com/gps/reports/DistanceReport.java 382 Potential violation of Law of Demeter (object not created locally)
41344 src/com/gps/reports/DistanceReport.java 382 There is log block not surrounded by if
41345 src/com/gps/reports/DistanceReport.java 382 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41346 src/com/gps/reports/DistanceReport.java 384 Avoid instantiating new objects inside loops
41347 src/com/gps/reports/DistanceReport.java 385 Potential violation of Law of Demeter (object not created locally)
41348 src/com/gps/reports/DistanceReport.java 385 Potential violation of Law of Demeter (object not created locally)
41349 src/com/gps/reports/DistanceReport.java 386 Avoid instantiating new objects inside loops
41350 src/com/gps/reports/DistanceReport.java 387 Potential violation of Law of Demeter (object not created locally)
41351 src/com/gps/reports/DistanceReport.java 388 Potential violation of Law of Demeter (object not created locally)
41352 src/com/gps/reports/DistanceReport.java 389 Potential violation of Law of Demeter (object not created locally)
41353 src/com/gps/reports/DistanceReport.java 391 Potential violation of Law of Demeter (object not created locally)
41354 src/com/gps/reports/DistanceReport.java 395 Avoid using Literals in Conditional Statements
41355 src/com/gps/reports/DistanceReport.java 395 Avoid using if statements without curly braces
41356 src/com/gps/reports/DistanceReport.java 396 There is log block not surrounded by if
41357 src/com/gps/reports/DistanceReport.java 396 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41358 src/com/gps/reports/DistanceReport.java 397 Potential violation of Law of Demeter (method chain calls)
41359 src/com/gps/reports/DistanceReport.java 397 Potential violation of Law of Demeter (method chain calls)
41360 src/com/gps/reports/DistanceReport.java 397 Potential violation of Law of Demeter (method chain calls)
41361 src/com/gps/reports/DistanceReport.java 397 Potential violation of Law of Demeter (object not created locally)
41362 src/com/gps/reports/DistanceReport.java 398 Potential violation of Law of Demeter (object not created locally)
41363 src/com/gps/reports/DistanceReport.java 398 Use equals() to compare object references.
41364 src/com/gps/reports/DistanceReport.java 401 Avoid if (x != y) ..; else ..;
41365 src/com/gps/reports/DistanceReport.java 402 Potential violation of Law of Demeter (object not created locally)
41366 src/com/gps/reports/DistanceReport.java 402 Potential violation of Law of Demeter (object not created locally)
41367 src/com/gps/reports/DistanceReport.java 402 Potential violation of Law of Demeter (object not created locally)
41368 src/com/gps/reports/DistanceReport.java 402 Potential violation of Law of Demeter (object not created locally)
41369 src/com/gps/reports/DistanceReport.java 404 Avoid using if statements without curly braces
41370 src/com/gps/reports/DistanceReport.java 404 Potential violation of Law of Demeter (object not created locally)
41371 src/com/gps/reports/DistanceReport.java 409 Avoid if (x != y) ..; else ..;
41372 src/com/gps/reports/DistanceReport.java 409 Potential violation of Law of Demeter (method chain calls)
41373 src/com/gps/reports/DistanceReport.java 409 Potential violation of Law of Demeter (object not created locally)
41374 src/com/gps/reports/DistanceReport.java 420 Found 'DD'-anomaly for variable 'isFound' (lines '420'-'427').
41375 src/com/gps/reports/DistanceReport.java 421 Local variable 'tripDistance' could be declared final
41376 src/com/gps/reports/DistanceReport.java 421 Potential violation of Law of Demeter (object not created locally)
41377 src/com/gps/reports/DistanceReport.java 423 Potential violation of Law of Demeter (method chain calls)
41378 src/com/gps/reports/DistanceReport.java 423 Potential violation of Law of Demeter (object not created locally)
41379 src/com/gps/reports/DistanceReport.java 425 Potential violation of Law of Demeter (object not created locally)
41380 src/com/gps/reports/DistanceReport.java 425 Potential violation of Law of Demeter (object not created locally)
41381 src/com/gps/reports/DistanceReport.java 434 Avoid instantiating new objects inside loops
41382 src/com/gps/reports/DistanceReport.java 434 Local variable 'Objtrdist' could be declared final
41383 src/com/gps/reports/DistanceReport.java 434 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
41384 src/com/gps/reports/DistanceReport.java 435 Potential violation of Law of Demeter (object not created locally)
41385 src/com/gps/reports/DistanceReport.java 436 Potential violation of Law of Demeter (object not created locally)
41386 src/com/gps/reports/DistanceReport.java 437 Potential violation of Law of Demeter (method chain calls)
41387 src/com/gps/reports/DistanceReport.java 437 Potential violation of Law of Demeter (object not created locally)
41388 src/com/gps/reports/DistanceReport.java 450 Potential violation of Law of Demeter (object not created locally)
41389 src/com/gps/reports/DistanceReport.java 452 Avoid using Literals in Conditional Statements
41390 src/com/gps/reports/DistanceReport.java 452 Avoid using if statements without curly braces
41391 src/com/gps/reports/DistanceReport.java 452 Potential violation of Law of Demeter (object not created locally)
41392 src/com/gps/reports/DistanceReport.java 456 There is log block not surrounded by if
41393 src/com/gps/reports/DistanceReport.java 456 There is log block not surrounded by if
41394 src/com/gps/reports/DistanceReport.java 459 Potential violation of Law of Demeter (object not created locally)
41395 src/com/gps/reports/DistanceReport.java 460 Potential violation of Law of Demeter (object not created locally)
41396 src/com/gps/reports/DistanceReport.java 460 These nested if statements could be combined
41397 src/com/gps/reports/DistanceReport.java 468 Potential violation of Law of Demeter (method chain calls)
41398 src/com/gps/reports/DistanceReport.java 468 Potential violation of Law of Demeter (object not created locally)
41399 src/com/gps/reports/DistanceReport.java 471 Potential violation of Law of Demeter (object not created locally)
41400 src/com/gps/reports/DistanceReport.java 476 Avoid using if...else statements without curly braces
41401 src/com/gps/reports/DistanceReport.java 476 Potential violation of Law of Demeter (object not created locally)
41402 src/com/gps/reports/DistanceReport.java 483 There is log block not surrounded by if
41403 src/com/gps/reports/DistanceReport.java 483 There is log block not surrounded by if
41404 src/com/gps/reports/DistanceReport.java 485 Avoid if (x != y) ..; else ..;
41405 src/com/gps/reports/DistanceReport.java 485 Potential violation of Law of Demeter (method chain calls)
41406 src/com/gps/reports/DistanceReport.java 485 Potential violation of Law of Demeter (object not created locally)
41407 src/com/gps/reports/DistanceReport.java 497 Local variable 'tripDistance' could be declared final
41408 src/com/gps/reports/DistanceReport.java 497 Potential violation of Law of Demeter (object not created locally)
41409 src/com/gps/reports/DistanceReport.java 499 Potential violation of Law of Demeter (method chain calls)
41410 src/com/gps/reports/DistanceReport.java 499 Potential violation of Law of Demeter (object not created locally)
41411 src/com/gps/reports/DistanceReport.java 501 Potential violation of Law of Demeter (object not created locally)
41412 src/com/gps/reports/DistanceReport.java 501 Potential violation of Law of Demeter (object not created locally)
41413 src/com/gps/reports/DistanceReport.java 510 Avoid instantiating new objects inside loops
41414 src/com/gps/reports/DistanceReport.java 510 Local variable 'Objtrdist' could be declared final
41415 src/com/gps/reports/DistanceReport.java 510 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
41416 src/com/gps/reports/DistanceReport.java 511 Potential violation of Law of Demeter (object not created locally)
41417 src/com/gps/reports/DistanceReport.java 512 Potential violation of Law of Demeter (object not created locally)
41418 src/com/gps/reports/DistanceReport.java 513 Potential violation of Law of Demeter (method chain calls)
41419 src/com/gps/reports/DistanceReport.java 513 Potential violation of Law of Demeter (object not created locally)
41420 src/com/gps/reports/DistanceReport.java 517 Potential violation of Law of Demeter (object not created locally)
41421 src/com/gps/reports/DistanceReport.java 518 Potential violation of Law of Demeter (object not created locally)
41422 src/com/gps/reports/DistanceReport.java 528 Potential violation of Law of Demeter (object not created locally)
41423 src/com/gps/reports/DistanceReport.java 528 There is log block not surrounded by if
41424 src/com/gps/reports/DistanceReport.java 528 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41425 src/com/gps/reports/DistanceReport.java 530 Avoid instantiating new objects inside loops
41426 src/com/gps/reports/DistanceReport.java 531 Potential violation of Law of Demeter (object not created locally)
41427 src/com/gps/reports/DistanceReport.java 531 Potential violation of Law of Demeter (object not created locally)
41428 src/com/gps/reports/DistanceReport.java 534 Position literals first in String comparisons
41429 src/com/gps/reports/DistanceReport.java 535 Avoid using if...else statements without curly braces
41430 src/com/gps/reports/DistanceReport.java 537 Avoid using if...else statements without curly braces
41431 src/com/gps/reports/DistanceReport.java 537 Potential violation of Law of Demeter (object not created locally)
41432 src/com/gps/reports/DistanceReport.java 542 Potential violation of Law of Demeter (object not created locally)
41433 src/com/gps/reports/DistanceReport.java 544 Avoid using Literals in Conditional Statements
41434 src/com/gps/reports/DistanceReport.java 544 Avoid using if statements without curly braces
41435 src/com/gps/reports/DistanceReport.java 544 Potential violation of Law of Demeter (object not created locally)
41436 src/com/gps/reports/DistanceReport.java 548 There is log block not surrounded by if
41437 src/com/gps/reports/DistanceReport.java 548 There is log block not surrounded by if
41438 src/com/gps/reports/DistanceReport.java 551 Potential violation of Law of Demeter (object not created locally)
41439 src/com/gps/reports/DistanceReport.java 552 Potential violation of Law of Demeter (object not created locally)
41440 src/com/gps/reports/DistanceReport.java 552 These nested if statements could be combined
41441 src/com/gps/reports/DistanceReport.java 559 There is log block not surrounded by if
41442 src/com/gps/reports/DistanceReport.java 559 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41443 src/com/gps/reports/DistanceReport.java 563 Potential violation of Law of Demeter (object not created locally)
41444 src/com/gps/reports/DistanceReport.java 568 Avoid using if...else statements without curly braces
41445 src/com/gps/reports/DistanceReport.java 568 Potential violation of Law of Demeter (object not created locally)
41446 src/com/gps/reports/DistanceReport.java 574 There is log block not surrounded by if
41447 src/com/gps/reports/DistanceReport.java 574 There is log block not surrounded by if
41448 src/com/gps/reports/DistanceReport.java 576 Avoid if (x != y) ..; else ..;
41449 src/com/gps/reports/DistanceReport.java 576 Potential violation of Law of Demeter (method chain calls)
41450 src/com/gps/reports/DistanceReport.java 576 Potential violation of Law of Demeter (object not created locally)
41451 src/com/gps/reports/DistanceReport.java 588 Local variable 'tripDistance' could be declared final
41452 src/com/gps/reports/DistanceReport.java 588 Potential violation of Law of Demeter (object not created locally)
41453 src/com/gps/reports/DistanceReport.java 590 Potential violation of Law of Demeter (method chain calls)
41454 src/com/gps/reports/DistanceReport.java 590 Potential violation of Law of Demeter (object not created locally)
41455 src/com/gps/reports/DistanceReport.java 592 Potential violation of Law of Demeter (object not created locally)
41456 src/com/gps/reports/DistanceReport.java 592 Potential violation of Law of Demeter (object not created locally)
41457 src/com/gps/reports/DistanceReport.java 601 Avoid instantiating new objects inside loops
41458 src/com/gps/reports/DistanceReport.java 601 Local variable 'Objtrdist' could be declared final
41459 src/com/gps/reports/DistanceReport.java 601 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
41460 src/com/gps/reports/DistanceReport.java 602 Potential violation of Law of Demeter (object not created locally)
41461 src/com/gps/reports/DistanceReport.java 603 Potential violation of Law of Demeter (object not created locally)
41462 src/com/gps/reports/DistanceReport.java 604 Potential violation of Law of Demeter (method chain calls)
41463 src/com/gps/reports/DistanceReport.java 604 Potential violation of Law of Demeter (object not created locally)
41464 src/com/gps/reports/DistanceReport.java 621 Potential violation of Law of Demeter (object not created locally)
41465 src/com/gps/reports/DistanceReport.java 622 Potential violation of Law of Demeter (object not created locally)
41466 src/com/gps/reports/DistanceReport.java 624 Potential violation of Law of Demeter (object not created locally)
41467 src/com/gps/reports/DistanceReport.java 627 There is log block not surrounded by if
41468 src/com/gps/reports/DistanceReport.java 627 There is log block not surrounded by if
41469 src/com/gps/reports/DistanceReport.java 630 Potential violation of Law of Demeter (object not created locally)
41470 src/com/gps/reports/DistanceReport.java 632 Avoid instantiating new objects inside loops
41471 src/com/gps/reports/DistanceReport.java 634 Avoid using if statements without curly braces
41472 src/com/gps/reports/DistanceReport.java 635 Potential violation of Law of Demeter (object not created locally)
41473 src/com/gps/reports/DistanceReport.java 637 There is log block not surrounded by if
41474 src/com/gps/reports/DistanceReport.java 637 There is log block not surrounded by if
41475 src/com/gps/reports/DistanceReport.java 641 Potential violation of Law of Demeter (object not created locally)
41476 src/com/gps/reports/DistanceReport.java 648 Potential violation of Law of Demeter (object not created locally)
41477 src/com/gps/reports/DistanceReport.java 649 Potential violation of Law of Demeter (object not created locally)
41478 src/com/gps/reports/DistanceReport.java 650 Potential violation of Law of Demeter (object not created locally)
41479 src/com/gps/reports/DistanceReport.java 654 Potential violation of Law of Demeter (object not created locally)
41480 src/com/gps/reports/DistanceReport.java 656 Avoid using Literals in Conditional Statements
41481 src/com/gps/reports/DistanceReport.java 656 Avoid using if statements without curly braces
41482 src/com/gps/reports/DistanceReport.java 656 Potential violation of Law of Demeter (object not created locally)
41483 src/com/gps/reports/DistanceReport.java 660 There is log block not surrounded by if
41484 src/com/gps/reports/DistanceReport.java 660 There is log block not surrounded by if
41485 src/com/gps/reports/DistanceReport.java 661 Found 'DU'-anomaly for variable 'isReset' (lines '661'-'750').
41486 src/com/gps/reports/DistanceReport.java 662 Found 'DD'-anomaly for variable 'isFirst' (lines '662'-'678').
41487 src/com/gps/reports/DistanceReport.java 662 Found 'DU'-anomaly for variable 'isFirst' (lines '662'-'750').
41488 src/com/gps/reports/DistanceReport.java 663 Potential violation of Law of Demeter (object not created locally)
41489 src/com/gps/reports/DistanceReport.java 664 Potential violation of Law of Demeter (object not created locally)
41490 src/com/gps/reports/DistanceReport.java 664 These nested if statements could be combined
41491 src/com/gps/reports/DistanceReport.java 666 Found 'DD'-anomaly for variable 'isFirst' (lines '666'-'678').
41492 src/com/gps/reports/DistanceReport.java 667 Found 'DU'-anomaly for variable 'tempEnd' (lines '667'-'750').
41493 src/com/gps/reports/DistanceReport.java 673 There is log block not surrounded by if
41494 src/com/gps/reports/DistanceReport.java 673 There is log block not surrounded by if
41495 src/com/gps/reports/DistanceReport.java 676 Potential violation of Law of Demeter (object not created locally)
41496 src/com/gps/reports/DistanceReport.java 677 Found 'DU'-anomaly for variable 'isReset' (lines '677'-'750').
41497 src/com/gps/reports/DistanceReport.java 678 Found 'DU'-anomaly for variable 'isFirst' (lines '678'-'750').
41498 src/com/gps/reports/DistanceReport.java 679 Found 'DU'-anomaly for variable 'tempEnd' (lines '679'-'750').
41499 src/com/gps/reports/DistanceReport.java 681 Avoid using if...else statements without curly braces
41500 src/com/gps/reports/DistanceReport.java 681 Potential violation of Law of Demeter (object not created locally)
41501 src/com/gps/reports/DistanceReport.java 685 There is log block not surrounded by if
41502 src/com/gps/reports/DistanceReport.java 685 There is log block not surrounded by if
41503 src/com/gps/reports/DistanceReport.java 687 Avoid if (x != y) ..; else ..;
41504 src/com/gps/reports/DistanceReport.java 687 Potential violation of Law of Demeter (method chain calls)
41505 src/com/gps/reports/DistanceReport.java 687 Potential violation of Law of Demeter (object not created locally)
41506 src/com/gps/reports/DistanceReport.java 699 Local variable 'tripDistance' could be declared final
41507 src/com/gps/reports/DistanceReport.java 699 Potential violation of Law of Demeter (object not created locally)
41508 src/com/gps/reports/DistanceReport.java 701 Potential violation of Law of Demeter (method chain calls)
41509 src/com/gps/reports/DistanceReport.java 701 Potential violation of Law of Demeter (object not created locally)
41510 src/com/gps/reports/DistanceReport.java 703 Potential violation of Law of Demeter (object not created locally)
41511 src/com/gps/reports/DistanceReport.java 703 Potential violation of Law of Demeter (object not created locally)
41512 src/com/gps/reports/DistanceReport.java 711 Avoid instantiating new objects inside loops
41513 src/com/gps/reports/DistanceReport.java 711 Local variable 'Objtrdist' could be declared final
41514 src/com/gps/reports/DistanceReport.java 711 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
41515 src/com/gps/reports/DistanceReport.java 712 Potential violation of Law of Demeter (object not created locally)
41516 src/com/gps/reports/DistanceReport.java 713 Potential violation of Law of Demeter (object not created locally)
41517 src/com/gps/reports/DistanceReport.java 714 Potential violation of Law of Demeter (method chain calls)
41518 src/com/gps/reports/DistanceReport.java 714 Potential violation of Law of Demeter (object not created locally)
41519 src/com/gps/reports/DistanceReport.java 729 Potential violation of Law of Demeter (object not created locally)
41520 src/com/gps/reports/DistanceReport.java 730 Potential violation of Law of Demeter (object not created locally)
41521 src/com/gps/reports/DistanceReport.java 732 Potential violation of Law of Demeter (object not created locally)
41522 src/com/gps/reports/DistanceReport.java 733 There is log block not surrounded by if
41523 src/com/gps/reports/DistanceReport.java 733 There is log block not surrounded by if
41524 src/com/gps/reports/DistanceReport.java 739 There is log block not surrounded by if
41525 src/com/gps/reports/DistanceReport.java 739 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41526 src/com/gps/reports/DistanceReport.java 743 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41527 src/com/gps/reports/DistanceReport.java 745 Potential violation of Law of Demeter (object not created locally)
41528 src/com/gps/reports/DistanceReport.java 745 There is log block not surrounded by if
41529 src/com/gps/reports/DistanceReport.java 746 Avoid printStackTrace(); use a logger call instead.
41530 src/com/gps/reports/DistanceReport.java 746 Potential violation of Law of Demeter (object not created locally)
41531 src/com/gps/reports/DistanceReport.java 753 Parameter 'lat1' is not assigned and could be declared final
41532 src/com/gps/reports/DistanceReport.java 753 Parameter 'lat2' is not assigned and could be declared final
41533 src/com/gps/reports/DistanceReport.java 753 Parameter 'lng1' is not assigned and could be declared final
41534 src/com/gps/reports/DistanceReport.java 753 Parameter 'lng2' is not assigned and could be declared final
41535 src/com/gps/reports/DistanceReport.java 755 Local variable 'earthRadius' could be declared final
41536 src/com/gps/reports/DistanceReport.java 756 Local variable 'dLat' could be declared final
41537 src/com/gps/reports/DistanceReport.java 757 Local variable 'dLng' could be declared final
41538 src/com/gps/reports/DistanceReport.java 758 Avoid variables with short names like a
41539 src/com/gps/reports/DistanceReport.java 758 Local variable 'a' could be declared final
41540 src/com/gps/reports/DistanceReport.java 761 Avoid variables with short names like c
41541 src/com/gps/reports/DistanceReport.java 761 Local variable 'c' could be declared final
41542 src/com/gps/reports/DistanceReport.java 762 Local variable 'dist' could be declared final
41543 src/com/gps/reports/DistanceReport.java 763 Local variable 'kmConversion' could be declared final
41544 src/com/gps/reports/DistanceReport.java 764 Local variable 'distance' could be declared final
41545 src/com/gps/reports/DistanceReport.java 766 Avoid using Literals in Conditional Statements
41546 src/com/gps/reports/DistanceReport.java 766 Avoid using if statements without curly braces
41547 src/com/gps/reports/DistanceReport.java 767 A method should have only one exit point, and that should be the last statement in the method
41548 src/com/gps/reports/DistanceReport.java 772 Parameter 'args' is not assigned and could be declared final
41549 src/com/gps/reports/DistanceReport.java 772 publicMethodCommentRequirement Required
41550 src/com/gps/reports/DistanceReport.java 774 Avoid unused local variables such as 'obj'.
41551 src/com/gps/reports/DistanceReport.java 774 Local variable 'obj' could be declared final
41552 src/com/gps/reports/DistanceReport.java 775 Comment is too large: Too many lines
41553 src/com/gps/reports/JSONConverter.java 3 Avoid unused imports such as 'java.io.File'
41554 src/com/gps/reports/JSONConverter.java 13 Found non-transient, non-static member. Please mark as transient or provide accessors.
41555 src/com/gps/reports/JSONConverter.java 13 fieldCommentRequirement Required
41556 src/com/gps/reports/JSONConverter.java 14 The Logger variable declaration does not contain the static and final modifiers
41557 src/com/gps/reports/JSONConverter.java 14 fieldCommentRequirement Required
41558 src/com/gps/reports/JSONConverter.java 18 Parameter 'data' is not assigned and could be declared final
41559 src/com/gps/reports/JSONConverter.java 21 There is log block not surrounded by if
41560 src/com/gps/reports/JSONConverter.java 21 There is log block not surrounded by if
41561 src/com/gps/reports/JSONConverter.java 25 There is log block not surrounded by if
41562 src/com/gps/reports/JSONConverter.java 25 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41563 src/com/gps/reports/JSONConverter.java 27 Potential violation of Law of Demeter (object not created locally)
41564 src/com/gps/reports/JSONConverter.java 30 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41565 src/com/gps/reports/JSONConverter.java 32 Avoid printStackTrace(); use a logger call instead.
41566 src/com/gps/reports/JSONConverter.java 32 Potential violation of Law of Demeter (object not created locally)
41567 src/com/gps/reports/JSONConverter.java 38 Parameter 'data' is not assigned and could be declared final
41568 src/com/gps/reports/JSONConverter.java 38 publicMethodCommentRequirement Required
41569 src/com/gps/reports/JSONConverter.java 41 There is log block not surrounded by if
41570 src/com/gps/reports/JSONConverter.java 41 There is log block not surrounded by if
41571 src/com/gps/reports/JSONConverter.java 45 There is log block not surrounded by if
41572 src/com/gps/reports/JSONConverter.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41573 src/com/gps/reports/JSONConverter.java 47 Potential violation of Law of Demeter (object not created locally)
41574 src/com/gps/reports/JSONConverter.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41575 src/com/gps/reports/JSONConverter.java 52 Avoid printStackTrace(); use a logger call instead.
41576 src/com/gps/reports/JSONConverter.java 52 Potential violation of Law of Demeter (object not created locally)
41577 src/com/gps/reports/JSONConverter.java 58 Document empty method
41578 src/com/gps/reports/JSONConverter.java 58 Parameter 'args' is not assigned and could be declared final
41579 src/com/gps/reports/JSONConverter.java 58 publicMethodCommentRequirement Required
41580 src/com/gps/reports/MailReport.java 25 The class 'MailReport' has a Cyclomatic Complexity of 12 (Highest = 13).
41581 src/com/gps/reports/MailReport.java 25 headerCommentRequirement Required
41582 src/com/gps/reports/MailReport.java 27 The Logger variable declaration does not contain the static and final modifiers
41583 src/com/gps/reports/MailReport.java 27 fieldCommentRequirement Required
41584 src/com/gps/reports/MailReport.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
41585 src/com/gps/reports/MailReport.java 28 Unnecessary use of fully qualified name 'com.alert.notifier.AlertNotification' due to existing import 'com.alert.notifier.*'
41586 src/com/gps/reports/MailReport.java 28 Unnecessary use of fully qualified name 'com.alert.notifier.AlertNotification' due to existing import 'com.alert.notifier.*'
41587 src/com/gps/reports/MailReport.java 28 Use explicit scoping instead of the default package private level
41588 src/com/gps/reports/MailReport.java 28 fieldCommentRequirement Required
41589 src/com/gps/reports/MailReport.java 29 Found non-transient, non-static member. Please mark as transient or provide accessors.
41590 src/com/gps/reports/MailReport.java 29 Use explicit scoping instead of the default package private level
41591 src/com/gps/reports/MailReport.java 29 fieldCommentRequirement Required
41592 src/com/gps/reports/MailReport.java 32 Found 'UR'-anomaly for variable 'tripVO' (lines '32'-'67').
41593 src/com/gps/reports/MailReport.java 32 Parameter 'orgDailyVO' is not assigned and could be declared final
41594 src/com/gps/reports/MailReport.java 32 publicMethodCommentRequirement Required
41595 src/com/gps/reports/MailReport.java 34 Local variable 'fileUtils' could be declared final
41596 src/com/gps/reports/MailReport.java 35 Found 'DU'-anomaly for variable 'format' (lines '35'-'107').
41597 src/com/gps/reports/MailReport.java 35 Local variable 'format' could be declared final
41598 src/com/gps/reports/MailReport.java 35 When instantiating a SimpleDateFormat object, specify a Locale
41599 src/com/gps/reports/MailReport.java 36 Found 'DU'-anomaly for variable 'time' (lines '36'-'107').
41600 src/com/gps/reports/MailReport.java 36 Local variable 'time' could be declared final
41601 src/com/gps/reports/MailReport.java 36 When instantiating a SimpleDateFormat object, specify a Locale
41602 src/com/gps/reports/MailReport.java 37 Found 'DD'-anomaly for variable 'start' (lines '37'-'64').
41603 src/com/gps/reports/MailReport.java 37 Found 'DU'-anomaly for variable 'start' (lines '37'-'107').
41604 src/com/gps/reports/MailReport.java 37 The String literal "Nil" appears 8 times in this file; the first occurrence is on line 37
41605 src/com/gps/reports/MailReport.java 38 Found 'DD'-anomaly for variable 'end' (lines '38'-'65').
41606 src/com/gps/reports/MailReport.java 38 Found 'DU'-anomaly for variable 'end' (lines '38'-'107').
41607 src/com/gps/reports/MailReport.java 39 Avoid unused local variables such as 'formatter'.
41608 src/com/gps/reports/MailReport.java 39 Found 'DU'-anomaly for variable 'formatter' (lines '39'-'107').
41609 src/com/gps/reports/MailReport.java 39 Local variable 'formatter' could be declared final
41610 src/com/gps/reports/MailReport.java 40 Avoid variables with short names like df
41611 src/com/gps/reports/MailReport.java 40 Local variable 'df' could be declared final
41612 src/com/gps/reports/MailReport.java 40 When instantiating a SimpleDateFormat object, specify a Locale
41613 src/com/gps/reports/MailReport.java 47 There is log block not surrounded by if
41614 src/com/gps/reports/MailReport.java 47 There is log block not surrounded by if
41615 src/com/gps/reports/MailReport.java 48 Local variable 'workbook' could be declared final
41616 src/com/gps/reports/MailReport.java 49 Local variable 'sheet' could be declared final
41617 src/com/gps/reports/MailReport.java 49 Potential violation of Law of Demeter (object not created locally)
41618 src/com/gps/reports/MailReport.java 51 Do not use the short type
41619 src/com/gps/reports/MailReport.java 51 Local variable 'rowhead' could be declared final
41620 src/com/gps/reports/MailReport.java 51 Potential violation of Law of Demeter (object not created locally)
41621 src/com/gps/reports/MailReport.java 52 Do not use the short type
41622 src/com/gps/reports/MailReport.java 52 Potential violation of Law of Demeter (method chain calls)
41623 src/com/gps/reports/MailReport.java 52 Potential violation of Law of Demeter (object not created locally)
41624 src/com/gps/reports/MailReport.java 53 Do not use the short type
41625 src/com/gps/reports/MailReport.java 53 Potential violation of Law of Demeter (method chain calls)
41626 src/com/gps/reports/MailReport.java 53 Potential violation of Law of Demeter (object not created locally)
41627 src/com/gps/reports/MailReport.java 54 Do not use the short type
41628 src/com/gps/reports/MailReport.java 54 Potential violation of Law of Demeter (method chain calls)
41629 src/com/gps/reports/MailReport.java 54 Potential violation of Law of Demeter (object not created locally)
41630 src/com/gps/reports/MailReport.java 55 Do not use the short type
41631 src/com/gps/reports/MailReport.java 55 Potential violation of Law of Demeter (method chain calls)
41632 src/com/gps/reports/MailReport.java 55 Potential violation of Law of Demeter (object not created locally)
41633 src/com/gps/reports/MailReport.java 56 Do not use the short type
41634 src/com/gps/reports/MailReport.java 56 Potential violation of Law of Demeter (method chain calls)
41635 src/com/gps/reports/MailReport.java 56 Potential violation of Law of Demeter (object not created locally)
41636 src/com/gps/reports/MailReport.java 57 Do not use the short type
41637 src/com/gps/reports/MailReport.java 57 Potential violation of Law of Demeter (method chain calls)
41638 src/com/gps/reports/MailReport.java 57 Potential violation of Law of Demeter (object not created locally)
41639 src/com/gps/reports/MailReport.java 58 Do not use the short type
41640 src/com/gps/reports/MailReport.java 58 Potential violation of Law of Demeter (method chain calls)
41641 src/com/gps/reports/MailReport.java 58 Potential violation of Law of Demeter (object not created locally)
41642 src/com/gps/reports/MailReport.java 59 Do not use the short type
41643 src/com/gps/reports/MailReport.java 59 Potential violation of Law of Demeter (method chain calls)
41644 src/com/gps/reports/MailReport.java 59 Potential violation of Law of Demeter (object not created locally)
41645 src/com/gps/reports/MailReport.java 61 Avoid variables with short names like i
41646 src/com/gps/reports/MailReport.java 61 Found 'DD'-anomaly for variable 'i' (lines '61'-'84').
41647 src/com/gps/reports/MailReport.java 61 Found 'DU'-anomaly for variable 'i' (lines '61'-'107').
41648 src/com/gps/reports/MailReport.java 62 Local variable 'tripVO' could be declared final
41649 src/com/gps/reports/MailReport.java 64 Found 'DD'-anomaly for variable 'start' (lines '64'-'64').
41650 src/com/gps/reports/MailReport.java 64 Found 'DD'-anomaly for variable 'start' (lines '64'-'71').
41651 src/com/gps/reports/MailReport.java 64 Found 'DD'-anomaly for variable 'start' (lines '64'-'78').
41652 src/com/gps/reports/MailReport.java 64 Found 'DU'-anomaly for variable 'start' (lines '64'-'107').
41653 src/com/gps/reports/MailReport.java 65 Found 'DD'-anomaly for variable 'end' (lines '65'-'65').
41654 src/com/gps/reports/MailReport.java 65 Found 'DD'-anomaly for variable 'end' (lines '65'-'75').
41655 src/com/gps/reports/MailReport.java 65 Found 'DD'-anomaly for variable 'end' (lines '65'-'79').
41656 src/com/gps/reports/MailReport.java 65 Found 'DU'-anomaly for variable 'end' (lines '65'-'107').
41657 src/com/gps/reports/MailReport.java 68 Avoid using Literals in Conditional Statements
41658 src/com/gps/reports/MailReport.java 68 Potential violation of Law of Demeter (object not created locally)
41659 src/com/gps/reports/MailReport.java 69 Potential violation of Law of Demeter (method chain calls)
41660 src/com/gps/reports/MailReport.java 69 Potential violation of Law of Demeter (object not created locally)
41661 src/com/gps/reports/MailReport.java 69 Potential violation of Law of Demeter (object not created locally)
41662 src/com/gps/reports/MailReport.java 71 Potential violation of Law of Demeter (object not created locally)
41663 src/com/gps/reports/MailReport.java 71 Potential violation of Law of Demeter (object not created locally)
41664 src/com/gps/reports/MailReport.java 71 Potential violation of Law of Demeter (object not created locally)
41665 src/com/gps/reports/MailReport.java 73 Potential violation of Law of Demeter (method chain calls)
41666 src/com/gps/reports/MailReport.java 73 Potential violation of Law of Demeter (object not created locally)
41667 src/com/gps/reports/MailReport.java 73 Potential violation of Law of Demeter (object not created locally)
41668 src/com/gps/reports/MailReport.java 75 Potential violation of Law of Demeter (object not created locally)
41669 src/com/gps/reports/MailReport.java 75 Potential violation of Law of Demeter (object not created locally)
41670 src/com/gps/reports/MailReport.java 75 Potential violation of Law of Demeter (object not created locally)
41671 src/com/gps/reports/MailReport.java 78 The String literal "Not Moved" appears 4 times in this file; the first occurrence is on line 78
41672 src/com/gps/reports/MailReport.java 82 Potential violation of Law of Demeter (object not created locally)
41673 src/com/gps/reports/MailReport.java 82 Potential violation of Law of Demeter (object not created locally)
41674 src/com/gps/reports/MailReport.java 82 Potential violation of Law of Demeter (object not created locally)
41675 src/com/gps/reports/MailReport.java 82 Potential violation of Law of Demeter (object not created locally)
41676 src/com/gps/reports/MailReport.java 82 There is log block not surrounded by if
41677 src/com/gps/reports/MailReport.java 82 There is log block not surrounded by if
41678 src/com/gps/reports/MailReport.java 85 Do not use the short type
41679 src/com/gps/reports/MailReport.java 85 Local variable 'row' could be declared final
41680 src/com/gps/reports/MailReport.java 85 Potential violation of Law of Demeter (object not created locally)
41681 src/com/gps/reports/MailReport.java 86 Do not use the short type
41682 src/com/gps/reports/MailReport.java 86 Potential violation of Law of Demeter (method chain calls)
41683 src/com/gps/reports/MailReport.java 86 Potential violation of Law of Demeter (object not created locally)
41684 src/com/gps/reports/MailReport.java 86 Potential violation of Law of Demeter (object not created locally)
41685 src/com/gps/reports/MailReport.java 87 Do not use the short type
41686 src/com/gps/reports/MailReport.java 87 Potential violation of Law of Demeter (method chain calls)
41687 src/com/gps/reports/MailReport.java 87 Potential violation of Law of Demeter (object not created locally)
41688 src/com/gps/reports/MailReport.java 87 Potential violation of Law of Demeter (object not created locally)
41689 src/com/gps/reports/MailReport.java 88 Do not use the short type
41690 src/com/gps/reports/MailReport.java 88 Potential violation of Law of Demeter (method chain calls)
41691 src/com/gps/reports/MailReport.java 88 Potential violation of Law of Demeter (object not created locally)
41692 src/com/gps/reports/MailReport.java 88 Potential violation of Law of Demeter (object not created locally)
41693 src/com/gps/reports/MailReport.java 89 Do not use the short type
41694 src/com/gps/reports/MailReport.java 89 Potential violation of Law of Demeter (method chain calls)
41695 src/com/gps/reports/MailReport.java 89 Potential violation of Law of Demeter (object not created locally)
41696 src/com/gps/reports/MailReport.java 89 Potential violation of Law of Demeter (object not created locally)
41697 src/com/gps/reports/MailReport.java 90 Do not use the short type
41698 src/com/gps/reports/MailReport.java 90 Potential violation of Law of Demeter (method chain calls)
41699 src/com/gps/reports/MailReport.java 90 Potential violation of Law of Demeter (object not created locally)
41700 src/com/gps/reports/MailReport.java 90 Potential violation of Law of Demeter (object not created locally)
41701 src/com/gps/reports/MailReport.java 91 Do not use the short type
41702 src/com/gps/reports/MailReport.java 91 Potential violation of Law of Demeter (method chain calls)
41703 src/com/gps/reports/MailReport.java 91 Potential violation of Law of Demeter (object not created locally)
41704 src/com/gps/reports/MailReport.java 91 Potential violation of Law of Demeter (object not created locally)
41705 src/com/gps/reports/MailReport.java 92 Do not use the short type
41706 src/com/gps/reports/MailReport.java 92 Potential violation of Law of Demeter (method chain calls)
41707 src/com/gps/reports/MailReport.java 92 Potential violation of Law of Demeter (object not created locally)
41708 src/com/gps/reports/MailReport.java 92 Potential violation of Law of Demeter (object not created locally)
41709 src/com/gps/reports/MailReport.java 93 Do not use the short type
41710 src/com/gps/reports/MailReport.java 93 Potential violation of Law of Demeter (method chain calls)
41711 src/com/gps/reports/MailReport.java 93 Potential violation of Law of Demeter (object not created locally)
41712 src/com/gps/reports/MailReport.java 93 Potential violation of Law of Demeter (object not created locally)
41713 src/com/gps/reports/MailReport.java 96 Local variable 'fileOut' could be declared final
41714 src/com/gps/reports/MailReport.java 97 Potential violation of Law of Demeter (object not created locally)
41715 src/com/gps/reports/MailReport.java 99 System.out.print is used
41716 src/com/gps/reports/MailReport.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41717 src/com/gps/reports/MailReport.java 104 System.out.print is used
41718 src/com/gps/reports/MailReport.java 109 Comment is too large: Line too long
41719 src/com/gps/reports/MailReport.java 110 Found 'UR'-anomaly for variable 'tripVo' (lines '110'-'147').
41720 src/com/gps/reports/MailReport.java 110 Parameter 'orgDailyVO' is not assigned and could be declared final
41721 src/com/gps/reports/MailReport.java 110 The method 'sendMail' has a Cyclomatic Complexity of 13.
41722 src/com/gps/reports/MailReport.java 111 Avoid variables with short names like df
41723 src/com/gps/reports/MailReport.java 111 Local variable 'df' could be declared final
41724 src/com/gps/reports/MailReport.java 111 When instantiating a SimpleDateFormat object, specify a Locale
41725 src/com/gps/reports/MailReport.java 112 Found 'DD'-anomaly for variable 'mailContent' (lines '112'-'194').
41726 src/com/gps/reports/MailReport.java 113 Found 'DD'-anomaly for variable 'file_path' (lines '113'-'127').
41727 src/com/gps/reports/MailReport.java 113 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'file_path' is not final.
41728 src/com/gps/reports/MailReport.java 114 Found 'DD'-anomaly for variable 'fstream' (lines '114'-'132').
41729 src/com/gps/reports/MailReport.java 115 Found 'DD'-anomaly for variable 'out' (lines '115'-'133').
41730 src/com/gps/reports/MailReport.java 116 Local variable 'fileUtils' could be declared final
41731 src/com/gps/reports/MailReport.java 117 Local variable 'format' could be declared final
41732 src/com/gps/reports/MailReport.java 117 When instantiating a SimpleDateFormat object, specify a Locale
41733 src/com/gps/reports/MailReport.java 118 Local variable 'time' could be declared final
41734 src/com/gps/reports/MailReport.java 118 When instantiating a SimpleDateFormat object, specify a Locale
41735 src/com/gps/reports/MailReport.java 119 Found 'DD'-anomaly for variable 'start' (lines '119'-'144').
41736 src/com/gps/reports/MailReport.java 120 Found 'DD'-anomaly for variable 'end' (lines '120'-'145').
41737 src/com/gps/reports/MailReport.java 121 Found 'DU'-anomaly for variable 'formatter' (lines '121'-'205').
41738 src/com/gps/reports/MailReport.java 121 Local variable 'formatter' could be declared final
41739 src/com/gps/reports/MailReport.java 125 There is log block not surrounded by if
41740 src/com/gps/reports/MailReport.java 125 There is log block not surrounded by if
41741 src/com/gps/reports/MailReport.java 128 Local variable 'file' could be declared final
41742 src/com/gps/reports/MailReport.java 129 Potential violation of Law of Demeter (object not created locally)
41743 src/com/gps/reports/MailReport.java 131 There is log block not surrounded by if
41744 src/com/gps/reports/MailReport.java 131 There is log block not surrounded by if
41745 src/com/gps/reports/MailReport.java 135 There is log block not surrounded by if
41746 src/com/gps/reports/MailReport.java 135 There is log block not surrounded by if
41747 src/com/gps/reports/MailReport.java 138 Potential violation of Law of Demeter (object not created locally)
41748 src/com/gps/reports/MailReport.java 139 Potential violation of Law of Demeter (object not created locally)
41749 src/com/gps/reports/MailReport.java 140 Potential violation of Law of Demeter (object not created locally)
41750 src/com/gps/reports/MailReport.java 142 Local variable 'tripVo' could be declared final
41751 src/com/gps/reports/MailReport.java 144 Found 'DD'-anomaly for variable 'start' (lines '144'-'151').
41752 src/com/gps/reports/MailReport.java 144 Found 'DD'-anomaly for variable 'start' (lines '144'-'158').
41753 src/com/gps/reports/MailReport.java 144 Found 'DU'-anomaly for variable 'start' (lines '144'-'205').
41754 src/com/gps/reports/MailReport.java 145 Found 'DD'-anomaly for variable 'end' (lines '145'-'155').
41755 src/com/gps/reports/MailReport.java 145 Found 'DD'-anomaly for variable 'end' (lines '145'-'159').
41756 src/com/gps/reports/MailReport.java 145 Found 'DU'-anomaly for variable 'end' (lines '145'-'205').
41757 src/com/gps/reports/MailReport.java 148 Avoid using Literals in Conditional Statements
41758 src/com/gps/reports/MailReport.java 148 Potential violation of Law of Demeter (object not created locally)
41759 src/com/gps/reports/MailReport.java 149 Potential violation of Law of Demeter (method chain calls)
41760 src/com/gps/reports/MailReport.java 149 Potential violation of Law of Demeter (object not created locally)
41761 src/com/gps/reports/MailReport.java 149 Potential violation of Law of Demeter (object not created locally)
41762 src/com/gps/reports/MailReport.java 151 Potential violation of Law of Demeter (object not created locally)
41763 src/com/gps/reports/MailReport.java 151 Potential violation of Law of Demeter (object not created locally)
41764 src/com/gps/reports/MailReport.java 151 Potential violation of Law of Demeter (object not created locally)
41765 src/com/gps/reports/MailReport.java 153 Potential violation of Law of Demeter (method chain calls)
41766 src/com/gps/reports/MailReport.java 153 Potential violation of Law of Demeter (object not created locally)
41767 src/com/gps/reports/MailReport.java 153 Potential violation of Law of Demeter (object not created locally)
41768 src/com/gps/reports/MailReport.java 155 Potential violation of Law of Demeter (object not created locally)
41769 src/com/gps/reports/MailReport.java 155 Potential violation of Law of Demeter (object not created locally)
41770 src/com/gps/reports/MailReport.java 155 Potential violation of Law of Demeter (object not created locally)
41771 src/com/gps/reports/MailReport.java 161 Potential violation of Law of Demeter (object not created locally)
41772 src/com/gps/reports/MailReport.java 161 Potential violation of Law of Demeter (object not created locally)
41773 src/com/gps/reports/MailReport.java 161 Potential violation of Law of Demeter (object not created locally)
41774 src/com/gps/reports/MailReport.java 161 Potential violation of Law of Demeter (object not created locally)
41775 src/com/gps/reports/MailReport.java 161 There is log block not surrounded by if
41776 src/com/gps/reports/MailReport.java 161 There is log block not surrounded by if
41777 src/com/gps/reports/MailReport.java 162 Potential violation of Law of Demeter (object not created locally)
41778 src/com/gps/reports/MailReport.java 162 Potential violation of Law of Demeter (object not created locally)
41779 src/com/gps/reports/MailReport.java 162 Potential violation of Law of Demeter (object not created locally)
41780 src/com/gps/reports/MailReport.java 162 The String literal "</td>" appears 7 times in this file; the first occurrence is on line 162
41781 src/com/gps/reports/MailReport.java 164 Avoid if (x != y) ..; else ..;
41782 src/com/gps/reports/MailReport.java 164 Potential violation of Law of Demeter (object not created locally)
41783 src/com/gps/reports/MailReport.java 165 Avoid using if...else statements without curly braces
41784 src/com/gps/reports/MailReport.java 165 Potential violation of Law of Demeter (object not created locally)
41785 src/com/gps/reports/MailReport.java 165 Potential violation of Law of Demeter (object not created locally)
41786 src/com/gps/reports/MailReport.java 165 Potential violation of Law of Demeter (object not created locally)
41787 src/com/gps/reports/MailReport.java 165 The String literal "<td>" appears 7 times in this file; the first occurrence is on line 165
41788 src/com/gps/reports/MailReport.java 167 Avoid using if...else statements without curly braces
41789 src/com/gps/reports/MailReport.java 167 Potential violation of Law of Demeter (object not created locally)
41790 src/com/gps/reports/MailReport.java 169 Avoid if (x != y) ..; else ..;
41791 src/com/gps/reports/MailReport.java 169 Potential violation of Law of Demeter (object not created locally)
41792 src/com/gps/reports/MailReport.java 170 Avoid using if...else statements without curly braces
41793 src/com/gps/reports/MailReport.java 170 Potential violation of Law of Demeter (object not created locally)
41794 src/com/gps/reports/MailReport.java 170 Potential violation of Law of Demeter (object not created locally)
41795 src/com/gps/reports/MailReport.java 170 Potential violation of Law of Demeter (object not created locally)
41796 src/com/gps/reports/MailReport.java 172 Avoid using if...else statements without curly braces
41797 src/com/gps/reports/MailReport.java 172 Potential violation of Law of Demeter (object not created locally)
41798 src/com/gps/reports/MailReport.java 174 Avoid if (x != y) ..; else ..;
41799 src/com/gps/reports/MailReport.java 174 Potential violation of Law of Demeter (object not created locally)
41800 src/com/gps/reports/MailReport.java 175 Avoid using if...else statements without curly braces
41801 src/com/gps/reports/MailReport.java 175 Potential violation of Law of Demeter (object not created locally)
41802 src/com/gps/reports/MailReport.java 175 Potential violation of Law of Demeter (object not created locally)
41803 src/com/gps/reports/MailReport.java 177 Avoid using if...else statements without curly braces
41804 src/com/gps/reports/MailReport.java 177 Potential violation of Law of Demeter (object not created locally)
41805 src/com/gps/reports/MailReport.java 180 Potential violation of Law of Demeter (object not created locally)
41806 src/com/gps/reports/MailReport.java 180 Potential violation of Law of Demeter (object not created locally)
41807 src/com/gps/reports/MailReport.java 183 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41808 src/com/gps/reports/MailReport.java 185 Avoid printStackTrace(); use a logger call instead.
41809 src/com/gps/reports/MailReport.java 185 Potential violation of Law of Demeter (object not created locally)
41810 src/com/gps/reports/MailReport.java 189 Potential violation of Law of Demeter (object not created locally)
41811 src/com/gps/reports/MailReport.java 190 Potential violation of Law of Demeter (object not created locally)
41812 src/com/gps/reports/MailReport.java 194 Potential violation of Law of Demeter (object not created locally)
41813 src/com/gps/reports/MailReport.java 195 There is log block not surrounded by if
41814 src/com/gps/reports/MailReport.java 195 There is log block not surrounded by if
41815 src/com/gps/reports/MailReport.java 196 There is log block not surrounded by if
41816 src/com/gps/reports/MailReport.java 196 There is log block not surrounded by if
41817 src/com/gps/reports/MailReport.java 197 There is log block not surrounded by if
41818 src/com/gps/reports/MailReport.java 197 There is log block not surrounded by if
41819 src/com/gps/reports/MailReport.java 200 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41820 src/com/gps/reports/MailReport.java 202 Potential violation of Law of Demeter (object not created locally)
41821 src/com/gps/reports/MailReport.java 202 There is log block not surrounded by if
41822 src/com/gps/reports/MailReport.java 203 Avoid printStackTrace(); use a logger call instead.
41823 src/com/gps/reports/MailReport.java 203 Potential violation of Law of Demeter (object not created locally)
41824 src/com/gps/reports/ReportHelper.java 23 fieldCommentRequirement Required
41825 src/com/gps/reports/ReportHelper.java 24 The Logger variable declaration does not contain the static and final modifiers
41826 src/com/gps/reports/ReportHelper.java 24 fieldCommentRequirement Required
41827 src/com/gps/reports/ReportHelper.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
41828 src/com/gps/reports/ReportHelper.java 25 Use explicit scoping instead of the default package private level
41829 src/com/gps/reports/ReportHelper.java 25 fieldCommentRequirement Required
41830 src/com/gps/reports/ReportHelper.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
41831 src/com/gps/reports/ReportHelper.java 26 Use explicit scoping instead of the default package private level
41832 src/com/gps/reports/ReportHelper.java 26 fieldCommentRequirement Required
41833 src/com/gps/reports/ReportHelper.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
41834 src/com/gps/reports/ReportHelper.java 27 Use explicit scoping instead of the default package private level
41835 src/com/gps/reports/ReportHelper.java 27 fieldCommentRequirement Required
41836 src/com/gps/reports/ReportHelper.java 29 Parameter 'reportType' is not assigned and could be declared final
41837 src/com/gps/reports/ReportHelper.java 29 publicMethodCommentRequirement Required
41838 src/com/gps/reports/ReportHelper.java 31 Local variable 'doc' could be declared final
41839 src/com/gps/reports/ReportHelper.java 35 Potential violation of Law of Demeter (method chain calls)
41840 src/com/gps/reports/ReportHelper.java 42 Local variable 'nodes' could be declared final
41841 src/com/gps/reports/ReportHelper.java 44 Potential violation of Law of Demeter (method chain calls)
41842 src/com/gps/reports/ReportHelper.java 44 Potential violation of Law of Demeter (method chain calls)
41843 src/com/gps/reports/ReportHelper.java 44 Potential violation of Law of Demeter (object not created locally)
41844 src/com/gps/reports/ReportHelper.java 44 There is log block not surrounded by if
41845 src/com/gps/reports/ReportHelper.java 44 There is log block not surrounded by if
41846 src/com/gps/reports/ReportHelper.java 45 A method should have only one exit point, and that should be the last statement in the method
41847 src/com/gps/reports/ReportHelper.java 45 Potential violation of Law of Demeter (method chain calls)
41848 src/com/gps/reports/ReportHelper.java 45 Potential violation of Law of Demeter (object not created locally)
41849 src/com/gps/reports/ReportHelper.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41850 src/com/gps/reports/ReportHelper.java 50 There is log block not surrounded by if
41851 src/com/gps/reports/ReportHelper.java 51 Avoid printStackTrace(); use a logger call instead.
41852 src/com/gps/reports/ReportHelper.java 51 Potential violation of Law of Demeter (object not created locally)
41853 src/com/gps/reports/ReportHelper.java 61 Local variable 'dbf' could be declared final
41854 src/com/gps/reports/ReportHelper.java 62 Avoid variables with short names like db
41855 src/com/gps/reports/ReportHelper.java 63 Found 'DD'-anomaly for variable 'document' (lines '63'-'70').
41856 src/com/gps/reports/ReportHelper.java 64 Avoid variables with short names like is
41857 src/com/gps/reports/ReportHelper.java 67 Potential violation of Law of Demeter (object not created locally)
41858 src/com/gps/reports/ReportHelper.java 68 Potential violation of Law of Demeter (object not created locally)
41859 src/com/gps/reports/ReportHelper.java 70 Potential violation of Law of Demeter (object not created locally)
41860 src/com/gps/reports/ReportHelper.java 75 Potential violation of Law of Demeter (object not created locally)
41861 src/com/gps/reports/ReportHelper.java 75 The String literal "Error" appears 7 times in this file; the first occurrence is on line 75
41862 src/com/gps/reports/ReportHelper.java 75 There is log block not surrounded by if
41863 src/com/gps/reports/ReportHelper.java 79 Potential violation of Law of Demeter (object not created locally)
41864 src/com/gps/reports/ReportHelper.java 79 There is log block not surrounded by if
41865 src/com/gps/reports/ReportHelper.java 82 Potential violation of Law of Demeter (object not created locally)
41866 src/com/gps/reports/ReportHelper.java 82 There is log block not surrounded by if
41867 src/com/gps/reports/ReportHelper.java 88 Parameter 'response' is not assigned and could be declared final
41868 src/com/gps/reports/ReportHelper.java 90 Local variable 'dbf' could be declared final
41869 src/com/gps/reports/ReportHelper.java 91 Avoid variables with short names like db
41870 src/com/gps/reports/ReportHelper.java 92 Found 'DD'-anomaly for variable 'document' (lines '92'-'100').
41871 src/com/gps/reports/ReportHelper.java 102 There is log block not surrounded by if
41872 src/com/gps/reports/ReportHelper.java 102 There is log block not surrounded by if
41873 src/com/gps/reports/ReportHelper.java 107 There is log block not surrounded by if
41874 src/com/gps/reports/ReportHelper.java 111 There is log block not surrounded by if
41875 src/com/gps/reports/ReportHelper.java 114 There is log block not surrounded by if
41876 src/com/gps/reports/ReportHelper.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41877 src/com/gps/reports/ReportHelper.java 117 There is log block not surrounded by if
41878 src/com/gps/reports/ReportHelper.java 123 Parameter 'response' is not assigned and could be declared final
41879 src/com/gps/reports/ReportHelper.java 123 publicMethodCommentRequirement Required
41880 src/com/gps/reports/ReportHelper.java 126 Local variable 'doc' could be declared final
41881 src/com/gps/reports/ReportHelper.java 131 Potential violation of Law of Demeter (method chain calls)
41882 src/com/gps/reports/ReportHelper.java 138 Local variable 'nodes' could be declared final
41883 src/com/gps/reports/ReportHelper.java 140 Potential violation of Law of Demeter (method chain calls)
41884 src/com/gps/reports/ReportHelper.java 140 Potential violation of Law of Demeter (method chain calls)
41885 src/com/gps/reports/ReportHelper.java 140 Potential violation of Law of Demeter (object not created locally)
41886 src/com/gps/reports/ReportHelper.java 140 There is log block not surrounded by if
41887 src/com/gps/reports/ReportHelper.java 140 There is log block not surrounded by if
41888 src/com/gps/reports/ReportHelper.java 141 A method should have only one exit point, and that should be the last statement in the method
41889 src/com/gps/reports/ReportHelper.java 141 Potential violation of Law of Demeter (method chain calls)
41890 src/com/gps/reports/ReportHelper.java 141 Potential violation of Law of Demeter (object not created locally)
41891 src/com/gps/reports/ReportHelper.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41892 src/com/gps/reports/ReportHelper.java 146 There is log block not surrounded by if
41893 src/com/gps/reports/ReportHelper.java 153 Parameter 'args' is not assigned and could be declared final
41894 src/com/gps/reports/ReportHelper.java 153 publicMethodCommentRequirement Required
41895 src/com/gps/reports/ReportHelper.java 155 Local variable 'helper' could be declared final
41896 src/com/gps/rfid/AlertManager.java 23 The class 'AlertManager' has a Cyclomatic Complexity of 5 (Highest = 12).
41897 src/com/gps/rfid/AlertManager.java 23 headerCommentRequirement Required
41898 src/com/gps/rfid/AlertManager.java 25 The Logger variable declaration does not contain the static and final modifiers
41899 src/com/gps/rfid/AlertManager.java 25 fieldCommentRequirement Required
41900 src/com/gps/rfid/AlertManager.java 28 Found 'UR'-anomaly for variable 'studentName' (lines '28'-'48').
41901 src/com/gps/rfid/AlertManager.java 28 Parameter 'fence' is not assigned and could be declared final
41902 src/com/gps/rfid/AlertManager.java 28 Parameter 'packetDate' is not assigned and could be declared final
41903 src/com/gps/rfid/AlertManager.java 28 Parameter 'tripSession' is not assigned and could be declared final
41904 src/com/gps/rfid/AlertManager.java 28 publicMethodCommentRequirement Required
41905 src/com/gps/rfid/AlertManager.java 33 Local variable 'daoObj' could be declared final
41906 src/com/gps/rfid/AlertManager.java 34 Local variable 'absentList' could be declared final
41907 src/com/gps/rfid/AlertManager.java 36 Avoid using Literals in Conditional Statements
41908 src/com/gps/rfid/AlertManager.java 36 Potential violation of Law of Demeter (object not created locally)
41909 src/com/gps/rfid/AlertManager.java 36 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
41910 src/com/gps/rfid/AlertManager.java 47 Local variable 'studentName' could be declared final
41911 src/com/gps/rfid/AlertManager.java 48 Prefer StringBuffer over += for concatenating strings
41912 src/com/gps/rfid/AlertManager.java 51 There is log block not surrounded by if
41913 src/com/gps/rfid/AlertManager.java 51 There is log block not surrounded by if
41914 src/com/gps/rfid/AlertManager.java 53 Avoid unused local variables such as 'MobNo'.
41915 src/com/gps/rfid/AlertManager.java 53 Found 'DU'-anomaly for variable 'MobNo' (lines '53'-'64').
41916 src/com/gps/rfid/AlertManager.java 53 Local variable 'MobNo' could be declared final
41917 src/com/gps/rfid/AlertManager.java 53 Potential violation of Law of Demeter (method chain calls)
41918 src/com/gps/rfid/AlertManager.java 53 Potential violation of Law of Demeter (method chain calls)
41919 src/com/gps/rfid/AlertManager.java 53 Variables should start with a lowercase character, 'MobNo' starts with uppercase character.
41920 src/com/gps/rfid/AlertManager.java 56 Avoid unused local variables such as 'notifier'.
41921 src/com/gps/rfid/AlertManager.java 56 Found 'DU'-anomaly for variable 'notifier' (lines '56'-'64').
41922 src/com/gps/rfid/AlertManager.java 56 Local variable 'notifier' could be declared final
41923 src/com/gps/rfid/AlertManager.java 58 Comment is too large: Line too long
41924 src/com/gps/rfid/AlertManager.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41925 src/com/gps/rfid/AlertManager.java 62 There is log block not surrounded by if
41926 src/com/gps/rfid/AlertManager.java 67 Parameter 'session' is not assigned and could be declared final
41927 src/com/gps/rfid/AlertManager.java 67 Parameter 'trip' is not assigned and could be declared final
41928 src/com/gps/rfid/AlertManager.java 67 publicMethodCommentRequirement Required
41929 src/com/gps/rfid/AlertManager.java 71 There is log block not surrounded by if
41930 src/com/gps/rfid/AlertManager.java 71 There is log block not surrounded by if
41931 src/com/gps/rfid/AlertManager.java 72 Local variable 'formatter' could be declared final
41932 src/com/gps/rfid/AlertManager.java 72 When instantiating a SimpleDateFormat object, specify a Locale
41933 src/com/gps/rfid/AlertManager.java 74 Local variable 'fromDate' could be declared final
41934 src/com/gps/rfid/AlertManager.java 75 Potential violation of Law of Demeter (object not created locally)
41935 src/com/gps/rfid/AlertManager.java 76 Potential violation of Law of Demeter (object not created locally)
41936 src/com/gps/rfid/AlertManager.java 77 Potential violation of Law of Demeter (object not created locally)
41937 src/com/gps/rfid/AlertManager.java 79 Local variable 'from' could be declared final
41938 src/com/gps/rfid/AlertManager.java 79 Potential violation of Law of Demeter (object not created locally)
41939 src/com/gps/rfid/AlertManager.java 81 Local variable 'toDate' could be declared final
41940 src/com/gps/rfid/AlertManager.java 82 Potential violation of Law of Demeter (object not created locally)
41941 src/com/gps/rfid/AlertManager.java 83 Potential violation of Law of Demeter (object not created locally)
41942 src/com/gps/rfid/AlertManager.java 84 Potential violation of Law of Demeter (object not created locally)
41943 src/com/gps/rfid/AlertManager.java 86 Avoid variables with short names like to
41944 src/com/gps/rfid/AlertManager.java 86 Local variable 'to' could be declared final
41945 src/com/gps/rfid/AlertManager.java 86 Potential violation of Law of Demeter (object not created locally)
41946 src/com/gps/rfid/AlertManager.java 88 Local variable 'daoObj' could be declared final
41947 src/com/gps/rfid/AlertManager.java 89 Local variable 'info' could be declared final
41948 src/com/gps/rfid/AlertManager.java 91 Potential violation of Law of Demeter (object not created locally)
41949 src/com/gps/rfid/AlertManager.java 91 Potential violation of Law of Demeter (object not created locally)
41950 src/com/gps/rfid/AlertManager.java 91 Potential violation of Law of Demeter (object not created locally)
41951 src/com/gps/rfid/AlertManager.java 91 Potential violation of Law of Demeter (object not created locally)
41952 src/com/gps/rfid/AlertManager.java 91 There is log block not surrounded by if
41953 src/com/gps/rfid/AlertManager.java 91 There is log block not surrounded by if
41954 src/com/gps/rfid/AlertManager.java 100 Avoid unused local variables such as 'msg'.
41955 src/com/gps/rfid/AlertManager.java 100 Found 'DU'-anomaly for variable 'msg' (lines '100'-'104').
41956 src/com/gps/rfid/AlertManager.java 100 Local variable 'msg' could be declared final
41957 src/com/gps/rfid/AlertManager.java 100 Potential violation of Law of Demeter (object not created locally)
41958 src/com/gps/rfid/AlertManager.java 100 Potential violation of Law of Demeter (object not created locally)
41959 src/com/gps/rfid/AlertManager.java 100 Potential violation of Law of Demeter (object not created locally)
41960 src/com/gps/rfid/AlertManager.java 100 Potential violation of Law of Demeter (object not created locally)
41961 src/com/gps/rfid/AlertManager.java 101 Avoid unused local variables such as 'notifier'.
41962 src/com/gps/rfid/AlertManager.java 101 Found 'DU'-anomaly for variable 'notifier' (lines '101'-'104').
41963 src/com/gps/rfid/AlertManager.java 101 Local variable 'notifier' could be declared final
41964 src/com/gps/rfid/AlertManager.java 103 Comment is too large: Line too long
41965 src/com/gps/rfid/AlertManager.java 107 A method/constructor shouldnt explicitly throw java.lang.Exception
41966 src/com/gps/rfid/AlertManager.java 107 Found 'UR'-anomaly for variable 'usrPhone' (lines '107'-'131').
41967 src/com/gps/rfid/AlertManager.java 107 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Rfid_No' is not final.
41968 src/com/gps/rfid/AlertManager.java 107 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_details' is not final.
41969 src/com/gps/rfid/AlertManager.java 107 Parameter 'Rfid_No' is not assigned and could be declared final
41970 src/com/gps/rfid/AlertManager.java 107 Parameter 'fence' is not assigned and could be declared final
41971 src/com/gps/rfid/AlertManager.java 107 Parameter 'packetTime' is not assigned and could be declared final
41972 src/com/gps/rfid/AlertManager.java 107 Parameter 'trip_details' is not assigned and could be declared final
41973 src/com/gps/rfid/AlertManager.java 107 The method 'sendAlert' has a Cyclomatic Complexity of 12.
41974 src/com/gps/rfid/AlertManager.java 107 Variables should start with a lowercase character, 'Rfid_No' starts with uppercase character.
41975 src/com/gps/rfid/AlertManager.java 107 publicMethodCommentRequirement Required
41976 src/com/gps/rfid/AlertManager.java 113 Found 'DU'-anomaly for variable 'fenceDAO' (lines '113'-'192').
41977 src/com/gps/rfid/AlertManager.java 113 Local variable 'fenceDAO' could be declared final
41978 src/com/gps/rfid/AlertManager.java 116 There is log block not surrounded by if
41979 src/com/gps/rfid/AlertManager.java 116 There is log block not surrounded by if
41980 src/com/gps/rfid/AlertManager.java 117 Local variable 'formatter' could be declared final
41981 src/com/gps/rfid/AlertManager.java 117 When instantiating a SimpleDateFormat object, specify a Locale
41982 src/com/gps/rfid/AlertManager.java 118 Local variable 'dte' could be declared final
41983 src/com/gps/rfid/AlertManager.java 118 Potential violation of Law of Demeter (object not created locally)
41984 src/com/gps/rfid/AlertManager.java 120 Comment is too large: Line too long
41985 src/com/gps/rfid/AlertManager.java 121 Local variable 'phoneList' could be declared final
41986 src/com/gps/rfid/AlertManager.java 121 Potential violation of Law of Demeter (method chain calls)
41987 src/com/gps/rfid/AlertManager.java 121 Potential violation of Law of Demeter (method chain calls)
41988 src/com/gps/rfid/AlertManager.java 121 Potential violation of Law of Demeter (method chain calls)
41989 src/com/gps/rfid/AlertManager.java 122 Local variable 'usrList' could be declared final
41990 src/com/gps/rfid/AlertManager.java 122 Potential violation of Law of Demeter (method chain calls)
41991 src/com/gps/rfid/AlertManager.java 122 Potential violation of Law of Demeter (method chain calls)
41992 src/com/gps/rfid/AlertManager.java 122 Potential violation of Law of Demeter (method chain calls)
41993 src/com/gps/rfid/AlertManager.java 124 Potential violation of Law of Demeter (object not created locally)
41994 src/com/gps/rfid/AlertManager.java 124 There is log block not surrounded by if
41995 src/com/gps/rfid/AlertManager.java 124 There is log block not surrounded by if
41996 src/com/gps/rfid/AlertManager.java 125 Avoid using Literals in Conditional Statements
41997 src/com/gps/rfid/AlertManager.java 125 Potential violation of Law of Demeter (object not created locally)
41998 src/com/gps/rfid/AlertManager.java 125 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
41999 src/com/gps/rfid/AlertManager.java 127 Local variable 'usrPhone' could be declared final
42000 src/com/gps/rfid/AlertManager.java 129 Avoid instantiating new objects inside loops
42001 src/com/gps/rfid/AlertManager.java 129 Local variable 'msgObj' could be declared final
42002 src/com/gps/rfid/AlertManager.java 131 Potential violation of Law of Demeter (object not created locally)
42003 src/com/gps/rfid/AlertManager.java 132 Avoid unused local variables such as 'fenceid'.
42004 src/com/gps/rfid/AlertManager.java 132 Found 'DD'-anomaly for variable 'fenceid' (lines '132'-'132').
42005 src/com/gps/rfid/AlertManager.java 132 Found 'DD'-anomaly for variable 'fenceid' (lines '132'-'137').
42006 src/com/gps/rfid/AlertManager.java 132 Found 'DU'-anomaly for variable 'fenceid' (lines '132'-'192').
42007 src/com/gps/rfid/AlertManager.java 133 Avoid unused local variables such as 'tripId'.
42008 src/com/gps/rfid/AlertManager.java 133 Found 'DD'-anomaly for variable 'tripId' (lines '133'-'133').
42009 src/com/gps/rfid/AlertManager.java 133 Found 'DD'-anomaly for variable 'tripId' (lines '133'-'142').
42010 src/com/gps/rfid/AlertManager.java 133 Found 'DU'-anomaly for variable 'tripId' (lines '133'-'192').
42011 src/com/gps/rfid/AlertManager.java 137 Found 'DD'-anomaly for variable 'fenceid' (lines '137'-'132').
42012 src/com/gps/rfid/AlertManager.java 137 Found 'DU'-anomaly for variable 'fenceid' (lines '137'-'192').
42013 src/com/gps/rfid/AlertManager.java 142 Found 'DD'-anomaly for variable 'tripId' (lines '142'-'133').
42014 src/com/gps/rfid/AlertManager.java 142 Found 'DU'-anomaly for variable 'tripId' (lines '142'-'192').
42015 src/com/gps/rfid/AlertManager.java 144 Potential violation of Law of Demeter (method chain calls)
42016 src/com/gps/rfid/AlertManager.java 144 Potential violation of Law of Demeter (object not created locally)
42017 src/com/gps/rfid/AlertManager.java 146 Avoid if (x != y) ..; else ..;
42018 src/com/gps/rfid/AlertManager.java 146 Potential violation of Law of Demeter (method chain calls)
42019 src/com/gps/rfid/AlertManager.java 146 Potential violation of Law of Demeter (method chain calls)
42020 src/com/gps/rfid/AlertManager.java 146 Potential violation of Law of Demeter (object not created locally)
42021 src/com/gps/rfid/AlertManager.java 148 Potential violation of Law of Demeter (object not created locally)
42022 src/com/gps/rfid/AlertManager.java 150 Avoid using Literals in Conditional Statements
42023 src/com/gps/rfid/AlertManager.java 158 Potential violation of Law of Demeter (method chain calls)
42024 src/com/gps/rfid/AlertManager.java 158 Potential violation of Law of Demeter (method chain calls)
42025 src/com/gps/rfid/AlertManager.java 158 Potential violation of Law of Demeter (object not created locally)
42026 src/com/gps/rfid/AlertManager.java 158 There is log block not surrounded by if
42027 src/com/gps/rfid/AlertManager.java 158 There is log block not surrounded by if
42028 src/com/gps/rfid/AlertManager.java 160 Avoid using if statements without curly braces
42029 src/com/gps/rfid/AlertManager.java 160 Potential violation of Law of Demeter (method chain calls)
42030 src/com/gps/rfid/AlertManager.java 160 Potential violation of Law of Demeter (method chain calls)
42031 src/com/gps/rfid/AlertManager.java 160 Potential violation of Law of Demeter (object not created locally)
42032 src/com/gps/rfid/AlertManager.java 164 Avoid using if statements without curly braces
42033 src/com/gps/rfid/AlertManager.java 164 Potential violation of Law of Demeter (method chain calls)
42034 src/com/gps/rfid/AlertManager.java 164 Potential violation of Law of Demeter (method chain calls)
42035 src/com/gps/rfid/AlertManager.java 164 Potential violation of Law of Demeter (method chain calls)
42036 src/com/gps/rfid/AlertManager.java 164 Potential violation of Law of Demeter (method chain calls)
42037 src/com/gps/rfid/AlertManager.java 164 Potential violation of Law of Demeter (object not created locally)
42038 src/com/gps/rfid/AlertManager.java 164 Potential violation of Law of Demeter (object not created locally)
42039 src/com/gps/rfid/AlertManager.java 167 There is log block not surrounded by if
42040 src/com/gps/rfid/AlertManager.java 167 There is log block not surrounded by if
42041 src/com/gps/rfid/AlertManager.java 168 Avoid instantiating new objects inside loops
42042 src/com/gps/rfid/AlertManager.java 168 Local variable 'creator' could be declared final
42043 src/com/gps/rfid/AlertManager.java 169 Local variable 'msg' could be declared final
42044 src/com/gps/rfid/AlertManager.java 171 Potential violation of Law of Demeter (object not created locally)
42045 src/com/gps/rfid/AlertManager.java 171 Potential violation of Law of Demeter (object not created locally)
42046 src/com/gps/rfid/AlertManager.java 171 There is log block not surrounded by if
42047 src/com/gps/rfid/AlertManager.java 171 There is log block not surrounded by if
42048 src/com/gps/rfid/AlertManager.java 173 Comment is too large: Line too long
42049 src/com/gps/rfid/AlertManager.java 175 Comment is too large: Line too long
42050 src/com/gps/rfid/AlertManager.java 176 There is log block not surrounded by if
42051 src/com/gps/rfid/AlertManager.java 176 There is log block not surrounded by if
42052 src/com/gps/rfid/AlertManager.java 177 Avoid instantiating new objects inside loops
42053 src/com/gps/rfid/AlertManager.java 177 Avoid unused local variables such as 'notifier'.
42054 src/com/gps/rfid/AlertManager.java 177 Found 'DD'-anomaly for variable 'notifier' (lines '177'-'177').
42055 src/com/gps/rfid/AlertManager.java 177 Found 'DU'-anomaly for variable 'notifier' (lines '177'-'192').
42056 src/com/gps/rfid/AlertManager.java 177 Local variable 'notifier' could be declared final
42057 src/com/gps/rfid/AlertManager.java 178 Avoid instantiating new objects inside loops
42058 src/com/gps/rfid/AlertManager.java 178 Avoid unused local variables such as 'smsDao'.
42059 src/com/gps/rfid/AlertManager.java 178 Found 'DD'-anomaly for variable 'smsDao' (lines '178'-'178').
42060 src/com/gps/rfid/AlertManager.java 178 Found 'DU'-anomaly for variable 'smsDao' (lines '178'-'192').
42061 src/com/gps/rfid/AlertManager.java 178 Local variable 'smsDao' could be declared final
42062 src/com/gps/rfid/AlertManager.java 179 Avoid empty if statements
42063 src/com/gps/rfid/AlertManager.java 180 Comment is too large: Line too long
42064 src/com/gps/rfid/AlertManager.java 182 Comment is too large: Line too long
42065 src/com/gps/rfid/AlertManager.java 183 Avoid empty if statements
42066 src/com/gps/rfid/AlertManager.java 184 Comment is too large: Line too long
42067 src/com/gps/rfid/AlertManager.java 186 Comment is too large: Line too long
42068 src/com/gps/rfid/AlertManager.java 189 Avoid using if...else statements without curly braces
42069 src/com/gps/rfid/AlertManager.java 189 There is log block not surrounded by if
42070 src/com/gps/rfid/AlertManager.java 189 There is log block not surrounded by if
42071 src/com/gps/rfid/AlertManager.java 195 Method names should not start with capital letters
42072 src/com/gps/rfid/AlertManager.java 195 Parameter 'OrgId' is not assigned and could be declared final
42073 src/com/gps/rfid/AlertManager.java 195 Parameter 'fenceId' is not assigned and could be declared final
42074 src/com/gps/rfid/AlertManager.java 195 Parameter 'msg' is not assigned and could be declared final
42075 src/com/gps/rfid/AlertManager.java 195 Parameter 'msgType' is not assigned and could be declared final
42076 src/com/gps/rfid/AlertManager.java 195 Parameter 'packetTime' is not assigned and could be declared final
42077 src/com/gps/rfid/AlertManager.java 195 Parameter 'phoneNos' is not assigned and could be declared final
42078 src/com/gps/rfid/AlertManager.java 195 Parameter 'sentTime' is not assigned and could be declared final
42079 src/com/gps/rfid/AlertManager.java 195 Parameter 'tripId' is not assigned and could be declared final
42080 src/com/gps/rfid/AlertManager.java 195 Variables should start with a lowercase character, 'OrgId' starts with uppercase character.
42081 src/com/gps/rfid/AlertManager.java 195 publicMethodCommentRequirement Required
42082 src/com/gps/rfid/AlertManager.java 197 Found 'DU'-anomaly for variable 'dateFormat' (lines '197'-'203').
42083 src/com/gps/rfid/AlertManager.java 197 Local variable 'dateFormat' could be declared final
42084 src/com/gps/rfid/AlertManager.java 197 When instantiating a SimpleDateFormat object, specify a Locale
42085 src/com/gps/rfid/AlertManager.java 198 Found 'DU'-anomaly for variable 'smsDao' (lines '198'-'203').
42086 src/com/gps/rfid/AlertManager.java 198 Local variable 'smsDao' could be declared final
42087 src/com/gps/rfid/AlertManager.java 199 Comment is too large: Line too long
42088 src/com/gps/rfid/AlertManager.java 201 Potential violation of Law of Demeter (method chain calls)
42089 src/com/gps/rfid/RfidDAO.java 6 Avoid unused imports such as 'java.util.Calendar'
42090 src/com/gps/rfid/RfidDAO.java 10 Avoid unused imports such as 'javax.transaction.Transaction'
42091 src/com/gps/rfid/RfidDAO.java 26 headerCommentRequirement Required
42092 src/com/gps/rfid/RfidDAO.java 27 The Logger variable declaration does not contain the static and final modifiers
42093 src/com/gps/rfid/RfidDAO.java 27 fieldCommentRequirement Required
42094 src/com/gps/rfid/RfidDAO.java 29 Parameter 'rFIDNo' is not assigned and could be declared final
42095 src/com/gps/rfid/RfidDAO.java 29 Parameter 'sessionValue' is not assigned and could be declared final
42096 src/com/gps/rfid/RfidDAO.java 29 Parameter 'time' is not assigned and could be declared final
42097 src/com/gps/rfid/RfidDAO.java 29 publicMethodCommentRequirement Required
42098 src/com/gps/rfid/RfidDAO.java 31 There is log block not surrounded by if
42099 src/com/gps/rfid/RfidDAO.java 31 There is log block not surrounded by if
42100 src/com/gps/rfid/RfidDAO.java 32 Local variable 'formatter' could be declared final
42101 src/com/gps/rfid/RfidDAO.java 32 When instantiating a SimpleDateFormat object, specify a Locale
42102 src/com/gps/rfid/RfidDAO.java 33 Local variable 'date' could be declared final
42103 src/com/gps/rfid/RfidDAO.java 35 Local variable 'qry' could be declared final
42104 src/com/gps/rfid/RfidDAO.java 35 Potential violation of Law of Demeter (method chain calls)
42105 src/com/gps/rfid/RfidDAO.java 36 Potential violation of Law of Demeter (method chain calls)
42106 src/com/gps/rfid/RfidDAO.java 36 Potential violation of Law of Demeter (method chain calls)
42107 src/com/gps/rfid/RfidDAO.java 36 Potential violation of Law of Demeter (object not created locally)
42108 src/com/gps/rfid/RfidDAO.java 36 There is log block not surrounded by if
42109 src/com/gps/rfid/RfidDAO.java 36 There is log block not surrounded by if
42110 src/com/gps/rfid/RfidDAO.java 37 Avoid using Literals in Conditional Statements
42111 src/com/gps/rfid/RfidDAO.java 37 Potential violation of Law of Demeter (method chain calls)
42112 src/com/gps/rfid/RfidDAO.java 37 Potential violation of Law of Demeter (object not created locally)
42113 src/com/gps/rfid/RfidDAO.java 38 A method should have only one exit point, and that should be the last statement in the method
42114 src/com/gps/rfid/RfidDAO.java 38 Avoid using if...else statements without curly braces
42115 src/com/gps/rfid/RfidDAO.java 38 Potential violation of Law of Demeter (method chain calls)
42116 src/com/gps/rfid/RfidDAO.java 38 Potential violation of Law of Demeter (method chain calls)
42117 src/com/gps/rfid/RfidDAO.java 38 Potential violation of Law of Demeter (method chain calls)
42118 src/com/gps/rfid/RfidDAO.java 38 Potential violation of Law of Demeter (object not created locally)
42119 src/com/gps/rfid/RfidDAO.java 38 Potential violation of Law of Demeter (object not created locally)
42120 src/com/gps/rfid/RfidDAO.java 40 Avoid using if...else statements without curly braces
42121 src/com/gps/rfid/RfidDAO.java 43 Avoid reassigning parameters such as 'rfidObj'
42122 src/com/gps/rfid/RfidDAO.java 43 Parameter 'fence' is not assigned and could be declared final
42123 src/com/gps/rfid/RfidDAO.java 43 Parameter 'rFIDNo' is not assigned and could be declared final
42124 src/com/gps/rfid/RfidDAO.java 43 Parameter 'sessionValue' is not assigned and could be declared final
42125 src/com/gps/rfid/RfidDAO.java 43 publicMethodCommentRequirement Required
42126 src/com/gps/rfid/RfidDAO.java 44 Parameter 'packetTime' is not assigned and could be declared final
42127 src/com/gps/rfid/RfidDAO.java 44 Parameter 'status' is not assigned and could be declared final
42128 src/com/gps/rfid/RfidDAO.java 44 Parameter 'tripDetails' is not assigned and could be declared final
42129 src/com/gps/rfid/RfidDAO.java 46 There is log block not surrounded by if
42130 src/com/gps/rfid/RfidDAO.java 46 There is log block not surrounded by if
42131 src/com/gps/rfid/RfidDAO.java 47 Avoid using if statements without curly braces
42132 src/com/gps/rfid/RfidDAO.java 57 Local variable 'context' could be declared final
42133 src/com/gps/rfid/RfidDAO.java 57 Potential violation of Law of Demeter (method chain calls)
42134 src/com/gps/rfid/RfidDAO.java 58 Potential violation of Law of Demeter (object not created locally)
42135 src/com/gps/rfid/RfidDAO.java 59 Potential violation of Law of Demeter (method chain calls)
42136 src/com/gps/rfid/RfidDAO.java 60 Potential violation of Law of Demeter (object not created locally)
42137 src/com/gps/rfid/RfidDAO.java 61 Potential violation of Law of Demeter (method chain calls)
42138 src/com/gps/rfid/RfidDAO.java 64 Parameter 'fenceId' is not assigned and could be declared final
42139 src/com/gps/rfid/RfidDAO.java 64 Parameter 'packetDate' is not assigned and could be declared final
42140 src/com/gps/rfid/RfidDAO.java 64 Parameter 'tripSession' is not assigned and could be declared final
42141 src/com/gps/rfid/RfidDAO.java 64 publicMethodCommentRequirement Required
42142 src/com/gps/rfid/RfidDAO.java 65 Found 'DD'-anomaly for variable 'sessionVal' (lines '65'-'67').
42143 src/com/gps/rfid/RfidDAO.java 66 Avoid using Literals in Conditional Statements
42144 src/com/gps/rfid/RfidDAO.java 66 Avoid using if statements without curly braces
42145 src/com/gps/rfid/RfidDAO.java 69 Local variable 'formatter' could be declared final
42146 src/com/gps/rfid/RfidDAO.java 69 When instantiating a SimpleDateFormat object, specify a Locale
42147 src/com/gps/rfid/RfidDAO.java 70 Local variable 'date' could be declared final
42148 src/com/gps/rfid/RfidDAO.java 72 Local variable 'qry' could be declared final
42149 src/com/gps/rfid/RfidDAO.java 72 Potential violation of Law of Demeter (method chain calls)
42150 src/com/gps/rfid/RfidDAO.java 74 Potential violation of Law of Demeter (method chain calls)
42151 src/com/gps/rfid/RfidDAO.java 74 Potential violation of Law of Demeter (method chain calls)
42152 src/com/gps/rfid/RfidDAO.java 74 Potential violation of Law of Demeter (object not created locally)
42153 src/com/gps/rfid/RfidDAO.java 74 There is log block not surrounded by if
42154 src/com/gps/rfid/RfidDAO.java 74 There is log block not surrounded by if
42155 src/com/gps/rfid/RfidDAO.java 76 Potential violation of Law of Demeter (object not created locally)
42156 src/com/gps/rfid/RfidDAO.java 79 Avoid variables with short names like to
42157 src/com/gps/rfid/RfidDAO.java 79 Parameter 'from' is not assigned and could be declared final
42158 src/com/gps/rfid/RfidDAO.java 79 Parameter 'to' is not assigned and could be declared final
42159 src/com/gps/rfid/RfidDAO.java 79 Parameter 'tripid' is not assigned and could be declared final
42160 src/com/gps/rfid/RfidDAO.java 79 publicMethodCommentRequirement Required
42161 src/com/gps/rfid/RfidDAO.java 83 Local variable 'fenceDAO' could be declared final
42162 src/com/gps/rfid/RfidDAO.java 85 Found 'DD'-anomaly for variable 'tripUserInfo' (lines '85'-'94').
42163 src/com/gps/rfid/RfidDAO.java 88 Do not add empty strings
42164 src/com/gps/rfid/RfidDAO.java 88 There is log block not surrounded by if
42165 src/com/gps/rfid/RfidDAO.java 88 There is log block not surrounded by if
42166 src/com/gps/rfid/RfidDAO.java 90 Potential violation of Law of Demeter (object not created locally)
42167 src/com/gps/rfid/RfidDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42168 src/com/gps/rfid/RfidDAO.java 98 Avoid printStackTrace(); use a logger call instead.
42169 src/com/gps/rfid/RfidDAO.java 98 Potential violation of Law of Demeter (object not created locally)
42170 src/com/gps/rfid/RfidDAO.java 104 Avoid using implementation types like 'ArrayList'; use the interface instead
42171 src/com/gps/rfid/RfidDAO.java 104 Avoid variables with short names like to
42172 src/com/gps/rfid/RfidDAO.java 104 Parameter 'from' is not assigned and could be declared final
42173 src/com/gps/rfid/RfidDAO.java 104 Parameter 'to' is not assigned and could be declared final
42174 src/com/gps/rfid/RfidDAO.java 104 Parameter 'tripid' is not assigned and could be declared final
42175 src/com/gps/rfid/RfidDAO.java 104 publicMethodCommentRequirement Required
42176 src/com/gps/rfid/RfidDAO.java 107 Found 'DD'-anomaly for variable 'rfUserHistory' (lines '107'-'114').
42177 src/com/gps/rfid/RfidDAO.java 113 There is log block not surrounded by if
42178 src/com/gps/rfid/RfidDAO.java 113 There is log block not surrounded by if
42179 src/com/gps/rfid/RfidDAO.java 114 Potential violation of Law of Demeter (method chain calls)
42180 src/com/gps/rfid/RfidDAO.java 114 Potential violation of Law of Demeter (object not created locally)
42181 src/com/gps/rfid/RfidDAO.java 116 Avoid using for statements without curly braces
42182 src/com/gps/rfid/RfidDAO.java 116 Potential violation of Law of Demeter (object not created locally)
42183 src/com/gps/rfid/RfidDAO.java 117 Potential violation of Law of Demeter (object not created locally)
42184 src/com/gps/rfid/RfidDAO.java 117 There is log block not surrounded by if
42185 src/com/gps/rfid/RfidDAO.java 117 There is log block not surrounded by if
42186 src/com/gps/rfid/RfidDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42187 src/com/gps/rfid/RfidDAO.java 121 Avoid printStackTrace(); use a logger call instead.
42188 src/com/gps/rfid/RfidDAO.java 121 Potential violation of Law of Demeter (object not created locally)
42189 src/com/gps/rfid/RfidDAO.java 127 Avoid using implementation types like 'ArrayList'; use the interface instead
42190 src/com/gps/rfid/RfidDAO.java 127 Avoid using implementation types like 'ArrayList'; use the interface instead
42191 src/com/gps/rfid/RfidDAO.java 127 Parameter 'rfUserInfo' is not assigned and could be declared final
42192 src/com/gps/rfid/RfidDAO.java 127 Parameter 'userFenceInfo' is not assigned and could be declared final
42193 src/com/gps/rfid/RfidDAO.java 129 Found 'DD'-anomaly for variable 'scheduled_count' (lines '129'-'139').
42194 src/com/gps/rfid/RfidDAO.java 129 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'scheduled_count' is not final.
42195 src/com/gps/rfid/RfidDAO.java 130 Found 'DD'-anomaly for variable 'unscheduled_count' (lines '130'-'142').
42196 src/com/gps/rfid/RfidDAO.java 130 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'unscheduled_count' is not final.
42197 src/com/gps/rfid/RfidDAO.java 131 Found 'DD'-anomaly for variable 'absent_count' (lines '131'-'146').
42198 src/com/gps/rfid/RfidDAO.java 131 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'absent_count' is not final.
42199 src/com/gps/rfid/RfidDAO.java 132 Found 'DD'-anomaly for variable 'userInfo' (lines '132'-'149').
42200 src/com/gps/rfid/RfidDAO.java 139 Found 'DD'-anomaly for variable 'scheduled_count' (lines '139'-'139').
42201 src/com/gps/rfid/RfidDAO.java 142 Found 'DD'-anomaly for variable 'unscheduled_count' (lines '142'-'142').
42202 src/com/gps/rfid/RfidDAO.java 148 System.out.print is used
42203 src/com/gps/rfid/RfidDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42204 src/com/gps/rfid/RfidDAO.java 153 Avoid printStackTrace(); use a logger call instead.
42205 src/com/gps/rfid/RfidDAO.java 159 Avoid variables with short names like to
42206 src/com/gps/rfid/RfidDAO.java 159 Parameter 'fences' is not assigned and could be declared final
42207 src/com/gps/rfid/RfidDAO.java 159 Parameter 'from' is not assigned and could be declared final
42208 src/com/gps/rfid/RfidDAO.java 159 Parameter 'to' is not assigned and could be declared final
42209 src/com/gps/rfid/RfidDAO.java 159 publicMethodCommentRequirement Required
42210 src/com/gps/rfid/RfidDAO.java 162 Found 'DD'-anomaly for variable 'userActualList' (lines '162'-'167').
42211 src/com/gps/rfid/RfidDAO.java 167 Potential violation of Law of Demeter (method chain calls)
42212 src/com/gps/rfid/RfidDAO.java 167 Potential violation of Law of Demeter (method chain calls)
42213 src/com/gps/rfid/RfidDAO.java 167 Potential violation of Law of Demeter (method chain calls)
42214 src/com/gps/rfid/RfidDAO.java 167 Potential violation of Law of Demeter (method chain calls)
42215 src/com/gps/rfid/RfidDAO.java 167 Potential violation of Law of Demeter (method chain calls)
42216 src/com/gps/rfid/RfidDAO.java 167 Potential violation of Law of Demeter (object not created locally)
42217 src/com/gps/rfid/RfidDAO.java 169 Potential violation of Law of Demeter (object not created locally)
42218 src/com/gps/rfid/RfidDAO.java 169 There is log block not surrounded by if
42219 src/com/gps/rfid/RfidDAO.java 169 There is log block not surrounded by if
42220 src/com/gps/rfid/RfidDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42221 src/com/gps/rfid/RfidDAO.java 173 Avoid printStackTrace(); use a logger call instead.
42222 src/com/gps/rfid/RfidDAO.java 173 Potential violation of Law of Demeter (object not created locally)
42223 src/com/gps/rfid/RfidDAO.java 178 Parameter 'args' is not assigned and could be declared final
42224 src/com/gps/rfid/RfidDAO.java 178 publicMethodCommentRequirement Required
42225 src/com/gps/rfid/RfidDAO.java 184 Local variable 'dao' could be declared final
42226 src/com/gps/rfid/RfidDAO.java 186 Local variable 'mngr' could be declared final
42227 src/com/gps/rfid/RfidDAO.java 190 Parameter 'tripid' is not assigned and could be declared final
42228 src/com/gps/rfid/RfidDAO.java 190 publicMethodCommentRequirement Required
42229 src/com/gps/rfid/RfidDAO.java 192 Local variable 'qry' could be declared final
42230 src/com/gps/rfid/RfidDAO.java 192 Potential violation of Law of Demeter (method chain calls)
42231 src/com/gps/rfid/RfidDAO.java 194 Avoid using Literals in Conditional Statements
42232 src/com/gps/rfid/RfidDAO.java 194 Potential violation of Law of Demeter (method chain calls)
42233 src/com/gps/rfid/RfidDAO.java 194 Potential violation of Law of Demeter (object not created locally)
42234 src/com/gps/rfid/RfidDAO.java 195 A method should have only one exit point, and that should be the last statement in the method
42235 src/com/gps/rfid/RfidDAO.java 195 Avoid using if...else statements without curly braces
42236 src/com/gps/rfid/RfidDAO.java 195 Potential violation of Law of Demeter (method chain calls)
42237 src/com/gps/rfid/RfidDAO.java 195 Potential violation of Law of Demeter (object not created locally)
42238 src/com/gps/rfid/RfidDAO.java 197 Avoid using if...else statements without curly braces
42239 src/com/gps/rfid/RfidMessage.java 3 headerCommentRequirement Required
42240 src/com/gps/rfid/RfidMessage.java 5 fieldCommentRequirement Required
42241 src/com/gps/rfid/RfidMessage.java 6 fieldCommentRequirement Required
42242 src/com/gps/rfid/RfidMessage.java 7 fieldCommentRequirement Required
42243 src/com/gps/rfid/RfidMessage.java 8 fieldCommentRequirement Required
42244 src/com/gps/rfid/RfidMessage.java 9 fieldCommentRequirement Required
42245 src/com/gps/rfid/RfidMessage.java 10 fieldCommentRequirement Required
42246 src/com/gps/rfid/RfidMessage.java 20 Parameter 'userName' is not assigned and could be declared final
42247 src/com/gps/rfid/RfidMessage.java 32 Parameter 'date' is not assigned and could be declared final
42248 src/com/gps/rfid/RfidMessage.java 44 Parameter 'landmark' is not assigned and could be declared final
42249 src/com/gps/rfid/RfidMessage.java 56 Parameter 'tripName' is not assigned and could be declared final
42250 src/com/gps/rfid/RfidMessage.java 68 Parameter 'msgType' is not assigned and could be declared final
42251 src/com/gps/rfid/RfidMessage.java 80 Parameter 'session' is not assigned and could be declared final
42252 src/com/gps/rfid/checkRFIDEntry.java 22 Class names should begin with an uppercase character
42253 src/com/gps/rfid/checkRFIDEntry.java 24 The Logger variable declaration does not contain the static and final modifiers
42254 src/com/gps/rfid/checkRFIDEntry.java 24 fieldCommentRequirement Required
42255 src/com/gps/rfid/checkRFIDEntry.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
42256 src/com/gps/rfid/checkRFIDEntry.java 26 Private field 'trip' could be made final; it is only initialized in the declaration or constructor.
42257 src/com/gps/rfid/checkRFIDEntry.java 26 fieldCommentRequirement Required
42258 src/com/gps/rfid/checkRFIDEntry.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
42259 src/com/gps/rfid/checkRFIDEntry.java 27 Private field 'fenceId' could be made final; it is only initialized in the declaration or constructor.
42260 src/com/gps/rfid/checkRFIDEntry.java 27 fieldCommentRequirement Required
42261 src/com/gps/rfid/checkRFIDEntry.java 29 It is a good practice to call super() in a constructor
42262 src/com/gps/rfid/checkRFIDEntry.java 29 Parameter 'fence' is not assigned and could be declared final
42263 src/com/gps/rfid/checkRFIDEntry.java 29 Parameter 'trip' is not assigned and could be declared final
42264 src/com/gps/rfid/checkRFIDEntry.java 29 publicMethodCommentRequirement Required
42265 src/com/gps/rfid/checkRFIDEntry.java 35 Found 'UR'-anomaly for variable 'studentName' (lines '35'-'52').
42266 src/com/gps/rfid/checkRFIDEntry.java 35 publicMethodCommentRequirement Required
42267 src/com/gps/rfid/checkRFIDEntry.java 39 Local variable 'formatter' could be declared final
42268 src/com/gps/rfid/checkRFIDEntry.java 39 When instantiating a SimpleDateFormat object, specify a Locale
42269 src/com/gps/rfid/checkRFIDEntry.java 40 Local variable 'date' could be declared final
42270 src/com/gps/rfid/checkRFIDEntry.java 40 Potential violation of Law of Demeter (method chain calls)
42271 src/com/gps/rfid/checkRFIDEntry.java 40 Potential violation of Law of Demeter (method chain calls)
42272 src/com/gps/rfid/checkRFIDEntry.java 42 Local variable 'daoObj' could be declared final
42273 src/com/gps/rfid/checkRFIDEntry.java 44 Local variable 'qry' could be declared final
42274 src/com/gps/rfid/checkRFIDEntry.java 44 Potential violation of Law of Demeter (method chain calls)
42275 src/com/gps/rfid/checkRFIDEntry.java 46 Local variable 'absentList' could be declared final
42276 src/com/gps/rfid/checkRFIDEntry.java 46 Potential violation of Law of Demeter (object not created locally)
42277 src/com/gps/rfid/checkRFIDEntry.java 47 Avoid using Literals in Conditional Statements
42278 src/com/gps/rfid/checkRFIDEntry.java 47 Potential violation of Law of Demeter (object not created locally)
42279 src/com/gps/rfid/checkRFIDEntry.java 47 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
42280 src/com/gps/rfid/checkRFIDEntry.java 51 Local variable 'studentName' could be declared final
42281 src/com/gps/rfid/checkRFIDEntry.java 52 Prefer StringBuffer over += for concatenating strings
42282 src/com/gps/rfid/checkRFIDEntry.java 55 There is log block not surrounded by if
42283 src/com/gps/rfid/checkRFIDEntry.java 55 There is log block not surrounded by if
42284 src/com/gps/rfid/checkRFIDEntry.java 58 Local variable 'notifier' could be declared final
42285 src/com/gps/rfid/constructMessage.java 3 Avoid unused imports such as 'java.lang.reflect.Field'
42286 src/com/gps/rfid/constructMessage.java 12 Class names should begin with an uppercase character
42287 src/com/gps/rfid/constructMessage.java 12 The class 'constructMessage' has a Cyclomatic Complexity of 4 (Highest = 10).
42288 src/com/gps/rfid/constructMessage.java 12 headerCommentRequirement Required
42289 src/com/gps/rfid/constructMessage.java 14 The Logger variable declaration does not contain the static and final modifiers
42290 src/com/gps/rfid/constructMessage.java 14 fieldCommentRequirement Required
42291 src/com/gps/rfid/constructMessage.java 16 fieldCommentRequirement Required
42292 src/com/gps/rfid/constructMessage.java 28 Parameter 'alertNos' is not assigned and could be declared final
42293 src/com/gps/rfid/constructMessage.java 32 Found 'UR'-anomaly for variable 'messageFormat' (lines '32'-'45').
42294 src/com/gps/rfid/constructMessage.java 32 Parameter 'MessageClass' is not assigned and could be declared final
42295 src/com/gps/rfid/constructMessage.java 32 The method 'createMessage' has a Cyclomatic Complexity of 10.
42296 src/com/gps/rfid/constructMessage.java 32 Variables should start with a lowercase character, 'MessageClass' starts with uppercase character.
42297 src/com/gps/rfid/constructMessage.java 32 publicMethodCommentRequirement Required
42298 src/com/gps/rfid/constructMessage.java 34 Found 'DD'-anomaly for variable 'message' (lines '34'-'38').
42299 src/com/gps/rfid/constructMessage.java 35 Local variable 'statusObj' could be declared final
42300 src/com/gps/rfid/constructMessage.java 35 Potential violation of Law of Demeter (method chain calls)
42301 src/com/gps/rfid/constructMessage.java 35 Potential violation of Law of Demeter (method chain calls)
42302 src/com/gps/rfid/constructMessage.java 35 Potential violation of Law of Demeter (method chain calls)
42303 src/com/gps/rfid/constructMessage.java 36 Avoid using Literals in Conditional Statements
42304 src/com/gps/rfid/constructMessage.java 36 Potential violation of Law of Demeter (object not created locally)
42305 src/com/gps/rfid/constructMessage.java 36 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
42306 src/com/gps/rfid/constructMessage.java 38 Potential violation of Law of Demeter (method chain calls)
42307 src/com/gps/rfid/constructMessage.java 38 Potential violation of Law of Demeter (object not created locally)
42308 src/com/gps/rfid/constructMessage.java 39 Potential violation of Law of Demeter (method chain calls)
42309 src/com/gps/rfid/constructMessage.java 39 Potential violation of Law of Demeter (object not created locally)
42310 src/com/gps/rfid/constructMessage.java 40 There is log block not surrounded by if
42311 src/com/gps/rfid/constructMessage.java 40 There is log block not surrounded by if
42312 src/com/gps/rfid/constructMessage.java 41 Potential violation of Law of Demeter (method chain calls)
42313 src/com/gps/rfid/constructMessage.java 41 Potential violation of Law of Demeter (method chain calls)
42314 src/com/gps/rfid/constructMessage.java 41 Potential violation of Law of Demeter (object not created locally)
42315 src/com/gps/rfid/constructMessage.java 43 Local variable 'formats' could be declared final
42316 src/com/gps/rfid/constructMessage.java 43 Potential violation of Law of Demeter (method chain calls)
42317 src/com/gps/rfid/constructMessage.java 43 Potential violation of Law of Demeter (method chain calls)
42318 src/com/gps/rfid/constructMessage.java 43 Potential violation of Law of Demeter (method chain calls)
42319 src/com/gps/rfid/constructMessage.java 44 Local variable 'messageFormat' could be declared final
42320 src/com/gps/rfid/constructMessage.java 45 Potential violation of Law of Demeter (object not created locally)
42321 src/com/gps/rfid/constructMessage.java 46 Avoid using if...else statements without curly braces
42322 src/com/gps/rfid/constructMessage.java 46 Potential violation of Law of Demeter (object not created locally)
42323 src/com/gps/rfid/constructMessage.java 46 Potential violation of Law of Demeter (object not created locally)
42324 src/com/gps/rfid/constructMessage.java 46 Potential violation of Law of Demeter (object not created locally)
42325 src/com/gps/rfid/constructMessage.java 49 Deeply nested if..then statements are hard to read
42326 src/com/gps/rfid/constructMessage.java 49 Potential violation of Law of Demeter (object not created locally)
42327 src/com/gps/rfid/constructMessage.java 49 Potential violation of Law of Demeter (object not created locally)
42328 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (method chain calls)
42329 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (method chain calls)
42330 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (method chain calls)
42331 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (method chain calls)
42332 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (method chain calls)
42333 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (method chain calls)
42334 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (object not created locally)
42335 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (object not created locally)
42336 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (object not created locally)
42337 src/com/gps/rfid/constructMessage.java 55 Potential violation of Law of Demeter (object not created locally)
42338 src/com/gps/rfid/constructMessage.java 55 There is log block not surrounded by if
42339 src/com/gps/rfid/constructMessage.java 58 Potential violation of Law of Demeter (object not created locally)
42340 src/com/gps/rfid/constructMessage.java 58 There is log block not surrounded by if
42341 src/com/gps/rfid/constructMessage.java 61 Potential violation of Law of Demeter (object not created locally)
42342 src/com/gps/rfid/constructMessage.java 61 There is log block not surrounded by if
42343 src/com/gps/rfid/constructMessage.java 64 Potential violation of Law of Demeter (object not created locally)
42344 src/com/gps/rfid/constructMessage.java 64 There is log block not surrounded by if
42345 src/com/gps/scheduler/DailyIterator.java 13 Found non-transient, non-static member. Please mark as transient or provide accessors.
42346 src/com/gps/scheduler/DailyIterator.java 13 fieldCommentRequirement Required
42347 src/com/gps/scheduler/DailyIterator.java 14 The Logger variable declaration does not contain the static and final modifiers
42348 src/com/gps/scheduler/DailyIterator.java 14 fieldCommentRequirement Required
42349 src/com/gps/scheduler/DailyIterator.java 15 Parameter 'hourOfDay' is not assigned and could be declared final
42350 src/com/gps/scheduler/DailyIterator.java 15 Parameter 'minute' is not assigned and could be declared final
42351 src/com/gps/scheduler/DailyIterator.java 15 Parameter 'second' is not assigned and could be declared final
42352 src/com/gps/scheduler/DailyIterator.java 15 publicMethodCommentRequirement Required
42353 src/com/gps/scheduler/DailyIterator.java 18 There is log block not surrounded by if
42354 src/com/gps/scheduler/DailyIterator.java 18 There is log block not surrounded by if
42355 src/com/gps/scheduler/DailyIterator.java 21 Comment is too large: Line too long
42356 src/com/gps/scheduler/DailyIterator.java 23 Parameter 'date' is not assigned and could be declared final
42357 src/com/gps/scheduler/DailyIterator.java 23 Parameter 'hourOfDay' is not assigned and could be declared final
42358 src/com/gps/scheduler/DailyIterator.java 23 Parameter 'minute' is not assigned and could be declared final
42359 src/com/gps/scheduler/DailyIterator.java 23 Parameter 'second' is not assigned and could be declared final
42360 src/com/gps/scheduler/DailyIterator.java 23 publicMethodCommentRequirement Required
42361 src/com/gps/scheduler/DailyIterator.java 29 There is log block not surrounded by if
42362 src/com/gps/scheduler/DailyIterator.java 29 There is log block not surrounded by if
42363 src/com/gps/scheduler/DailyIterator.java 31 There is log block not surrounded by if
42364 src/com/gps/scheduler/DailyIterator.java 31 There is log block not surrounded by if
42365 src/com/gps/scheduler/DailyIterator.java 37 publicMethodCommentRequirement Required
42366 src/com/gps/scheduler/DailyIterator.java 39 There is log block not surrounded by if
42367 src/com/gps/scheduler/DailyIterator.java 39 There is log block not surrounded by if
42368 src/com/gps/scheduler/MailSender.java 16 headerCommentRequirement Required
42369 src/com/gps/scheduler/MailSender.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
42370 src/com/gps/scheduler/MailSender.java 19 Use explicit scoping instead of the default package private level
42371 src/com/gps/scheduler/MailSender.java 19 fieldCommentRequirement Required
42372 src/com/gps/scheduler/MailSender.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
42373 src/com/gps/scheduler/MailSender.java 20 Use explicit scoping instead of the default package private level
42374 src/com/gps/scheduler/MailSender.java 20 fieldCommentRequirement Required
42375 src/com/gps/scheduler/MailSender.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
42376 src/com/gps/scheduler/MailSender.java 21 Use explicit scoping instead of the default package private level
42377 src/com/gps/scheduler/MailSender.java 21 fieldCommentRequirement Required
42378 src/com/gps/scheduler/MailSender.java 22 Found non-transient, non-static member. Please mark as transient or provide accessors.
42379 src/com/gps/scheduler/MailSender.java 22 Use explicit scoping instead of the default package private level
42380 src/com/gps/scheduler/MailSender.java 22 fieldCommentRequirement Required
42381 src/com/gps/scheduler/MailSender.java 24 The Logger variable declaration does not contain the static and final modifiers
42382 src/com/gps/scheduler/MailSender.java 24 fieldCommentRequirement Required
42383 src/com/gps/scheduler/MailSender.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
42384 src/com/gps/scheduler/MailSender.java 25 Use explicit scoping instead of the default package private level
42385 src/com/gps/scheduler/MailSender.java 25 fieldCommentRequirement Required
42386 src/com/gps/scheduler/MailSender.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
42387 src/com/gps/scheduler/MailSender.java 26 Use explicit scoping instead of the default package private level
42388 src/com/gps/scheduler/MailSender.java 26 fieldCommentRequirement Required
42389 src/com/gps/scheduler/MailSender.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
42390 src/com/gps/scheduler/MailSender.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
42391 src/com/gps/scheduler/MailSender.java 27 Use explicit scoping instead of the default package private level
42392 src/com/gps/scheduler/MailSender.java 27 fieldCommentRequirement Required
42393 src/com/gps/scheduler/MailSender.java 29 Parameter 'creditDetails' is not assigned and could be declared final
42394 src/com/gps/scheduler/MailSender.java 29 Parameter 'smsprop' is not assigned and could be declared final
42395 src/com/gps/scheduler/MailSender.java 29 publicMethodCommentRequirement Required
42396 src/com/gps/scheduler/MailSender.java 31 Found 'DU'-anomaly for variable 'debug' (lines '31'-'80').
42397 src/com/gps/scheduler/MailSender.java 31 Found 'DU'-anomaly for variable 'debug' (lines '31'-'80').
42398 src/com/gps/scheduler/MailSender.java 31 Local variable 'debug' could be declared final
42399 src/com/gps/scheduler/MailSender.java 32 Local variable 'config' could be declared final
42400 src/com/gps/scheduler/MailSender.java 33 There is log block not surrounded by if
42401 src/com/gps/scheduler/MailSender.java 33 There is log block not surrounded by if
42402 src/com/gps/scheduler/MailSender.java 34 Potential violation of Law of Demeter (object not created locally)
42403 src/com/gps/scheduler/MailSender.java 35 Potential violation of Law of Demeter (object not created locally)
42404 src/com/gps/scheduler/MailSender.java 39 Local variable 'props' could be declared final
42405 src/com/gps/scheduler/MailSender.java 40 Potential violation of Law of Demeter (object not created locally)
42406 src/com/gps/scheduler/MailSender.java 43 Found 'DU'-anomaly for variable 'session' (lines '43'-'80').
42407 src/com/gps/scheduler/MailSender.java 43 Found 'DU'-anomaly for variable 'session' (lines '43'-'80').
42408 src/com/gps/scheduler/MailSender.java 43 Local variable 'session' could be declared final
42409 src/com/gps/scheduler/MailSender.java 44 Unnecessary use of fully qualified name 'javax.mail.Authenticator' due to existing import 'javax.mail.*'
42410 src/com/gps/scheduler/MailSender.java 46 protectedMethodCommentRequirement Required
42411 src/com/gps/scheduler/MailSender.java 50 Potential violation of Law of Demeter (object not created locally)
42412 src/com/gps/scheduler/MailSender.java 51 There is log block not surrounded by if
42413 src/com/gps/scheduler/MailSender.java 51 There is log block not surrounded by if
42414 src/com/gps/scheduler/MailSender.java 55 Local variable 'msg' could be declared final
42415 src/com/gps/scheduler/MailSender.java 59 Local variable 'addressFrom' could be declared final
42416 src/com/gps/scheduler/MailSender.java 60 Potential violation of Law of Demeter (object not created locally)
42417 src/com/gps/scheduler/MailSender.java 62 Potential violation of Law of Demeter (method chain calls)
42418 src/com/gps/scheduler/MailSender.java 66 Avoid instantiating new objects inside loops
42419 src/com/gps/scheduler/MailSender.java 67 Potential violation of Law of Demeter (method chain calls)
42420 src/com/gps/scheduler/MailSender.java 67 There is log block not surrounded by if
42421 src/com/gps/scheduler/MailSender.java 67 There is log block not surrounded by if
42422 src/com/gps/scheduler/MailSender.java 69 Potential violation of Law of Demeter (object not created locally)
42423 src/com/gps/scheduler/MailSender.java 73 Potential violation of Law of Demeter (object not created locally)
42424 src/com/gps/scheduler/MailSender.java 76 Potential violation of Law of Demeter (object not created locally)
42425 src/com/gps/scheduler/MailSender.java 77 There is log block not surrounded by if
42426 src/com/gps/scheduler/MailSender.java 77 There is log block not surrounded by if
42427 src/com/gps/scheduler/MailSender.java 79 There is log block not surrounded by if
42428 src/com/gps/scheduler/MailSender.java 79 There is log block not surrounded by if
42429 src/com/gps/scheduler/MailSender.java 82 Parameter 'credit' is not assigned and could be declared final
42430 src/com/gps/scheduler/MailSender.java 82 Parameter 'smsproperties' is not assigned and could be declared final
42431 src/com/gps/scheduler/MailSender.java 82 publicMethodCommentRequirement Required
42432 src/com/gps/scheduler/MailSender.java 85 Local variable 'method' could be declared final
42433 src/com/gps/scheduler/MailSender.java 89 Potential violation of Law of Demeter (object not created locally)
42434 src/com/gps/scheduler/MailSender.java 89 There is log block not surrounded by if
42435 src/com/gps/scheduler/MailSender.java 89 There is log block not surrounded by if
42436 src/com/gps/scheduler/MailSender.java 92 Local variable 'responseBody' could be declared final
42437 src/com/gps/scheduler/MailSender.java 93 Avoid variables with short names like ss
42438 src/com/gps/scheduler/MailSender.java 93 Local variable 'ss' could be declared final
42439 src/com/gps/scheduler/MailSender.java 94 There is log block not surrounded by if
42440 src/com/gps/scheduler/MailSender.java 94 There is log block not surrounded by if
42441 src/com/gps/scheduler/MailSender.java 99 Avoid using Literals in Conditional Statements
42442 src/com/gps/scheduler/MailSender.java 101 There is log block not surrounded by if
42443 src/com/gps/scheduler/MailSender.java 101 There is log block not surrounded by if
42444 src/com/gps/scheduler/MailSender.java 105 There is log block not surrounded by if
42445 src/com/gps/scheduler/MailSender.java 105 There is log block not surrounded by if
42446 src/com/gps/scheduler/MailSender.java 111 Avoid printStackTrace(); use a logger call instead.
42447 src/com/gps/scheduler/MailSender.java 111 Potential violation of Law of Demeter (object not created locally)
42448 src/com/gps/scheduler/MailSender.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42449 src/com/gps/scheduler/MailSender.java 115 Avoid printStackTrace(); use a logger call instead.
42450 src/com/gps/scheduler/MailSender.java 115 Potential violation of Law of Demeter (object not created locally)
42451 src/com/gps/scheduler/MailSender.java 120 Potential violation of Law of Demeter (object not created locally)
42452 src/com/gps/scheduler/MailSender.java 125 A method/constructor shouldnt explicitly throw java.lang.Exception
42453 src/com/gps/scheduler/MailSender.java 125 Parameter 'args' is not assigned and could be declared final
42454 src/com/gps/scheduler/MailSender.java 125 publicMethodCommentRequirement Required
42455 src/com/gps/scheduler/MailSender.java 128 Local variable 'sender' could be declared final
42456 src/com/gps/scheduler/MailSender.java 132 Local variable 'credit' could be declared final
42457 src/com/gps/scheduler/MailSender.java 134 There is log block not surrounded by if
42458 src/com/gps/scheduler/MailSender.java 134 There is log block not surrounded by if
42459 src/com/gps/scheduler/SMSCheckScheduler.java 6 Comment is too large: Line too long
42460 src/com/gps/scheduler/SMSCheckScheduler.java 30 headerCommentRequirement Required
42461 src/com/gps/scheduler/SMSCheckScheduler.java 32 Found non-transient, non-static member. Please mark as transient or provide accessors.
42462 src/com/gps/scheduler/SMSCheckScheduler.java 32 fieldCommentRequirement Required
42463 src/com/gps/scheduler/SMSCheckScheduler.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
42464 src/com/gps/scheduler/SMSCheckScheduler.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
42465 src/com/gps/scheduler/SMSCheckScheduler.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
42466 src/com/gps/scheduler/SMSCheckScheduler.java 33 fieldCommentRequirement Required
42467 src/com/gps/scheduler/SMSCheckScheduler.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
42468 src/com/gps/scheduler/SMSCheckScheduler.java 34 Use explicit scoping instead of the default package private level
42469 src/com/gps/scheduler/SMSCheckScheduler.java 34 fieldCommentRequirement Required
42470 src/com/gps/scheduler/SMSCheckScheduler.java 35 The Logger variable declaration does not contain the static and final modifiers
42471 src/com/gps/scheduler/SMSCheckScheduler.java 35 fieldCommentRequirement Required
42472 src/com/gps/scheduler/SMSCheckScheduler.java 36 Use explicit scoping instead of the default package private level
42473 src/com/gps/scheduler/SMSCheckScheduler.java 36 fieldCommentRequirement Required
42474 src/com/gps/scheduler/SMSCheckScheduler.java 38 Parameter 'dat' is not assigned and could be declared final
42475 src/com/gps/scheduler/SMSCheckScheduler.java 38 Parameter 'hourOfDay' is not assigned and could be declared final
42476 src/com/gps/scheduler/SMSCheckScheduler.java 38 Parameter 'minute' is not assigned and could be declared final
42477 src/com/gps/scheduler/SMSCheckScheduler.java 38 Parameter 'second' is not assigned and could be declared final
42478 src/com/gps/scheduler/SMSCheckScheduler.java 38 publicMethodCommentRequirement Required
42479 src/com/gps/scheduler/SMSCheckScheduler.java 47 publicMethodCommentRequirement Required
42480 src/com/gps/scheduler/SMSCheckScheduler.java 51 publicMethodCommentRequirement Required
42481 src/com/gps/scheduler/SMSCheckScheduler.java 55 There is log block not surrounded by if
42482 src/com/gps/scheduler/SMSCheckScheduler.java 55 There is log block not surrounded by if
42483 src/com/gps/scheduler/SMSCheckScheduler.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42484 src/com/gps/scheduler/SMSCheckScheduler.java 67 Potential violation of Law of Demeter (object not created locally)
42485 src/com/gps/scheduler/SMSCheckScheduler.java 67 There is log block not surrounded by if
42486 src/com/gps/scheduler/SMSCheckScheduler.java 76 Avoid unused private methods such as 'resetInMemoryDB()'.
42487 src/com/gps/scheduler/SMSCheckScheduler.java 79 Avoid empty try blocks
42488 src/com/gps/scheduler/SMSCheckScheduler.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42489 src/com/gps/scheduler/SMSCheckScheduler.java 88 There is log block not surrounded by if
42490 src/com/gps/scheduler/SMSCheckScheduler.java 94 Parameter 'args' is not assigned and could be declared final
42491 src/com/gps/scheduler/SMSCheckScheduler.java 94 publicMethodCommentRequirement Required
42492 src/com/gps/scheduler/SMSCheckScheduler.java 95 Local variable 'calendar' could be declared final
42493 src/com/gps/scheduler/SMSCheckScheduler.java 96 Local variable 'dateformat' could be declared final
42494 src/com/gps/scheduler/SMSCheckScheduler.java 96 When instantiating a SimpleDateFormat object, specify a Locale
42495 src/com/gps/scheduler/SMSCheckScheduler.java 97 Local variable 'date' could be declared final
42496 src/com/gps/scheduler/SMSCheckScheduler.java 97 Potential violation of Law of Demeter (object not created locally)
42497 src/com/gps/scheduler/SMSCheckScheduler.java 98 Avoid variables with short names like d
42498 src/com/gps/scheduler/SMSCheckScheduler.java 98 Local variable 'd' could be declared final
42499 src/com/gps/scheduler/SMSCheckScheduler.java 99 Local variable 'time' could be declared final
42500 src/com/gps/scheduler/SMSCheckScheduler.java 99 Potential violation of Law of Demeter (object not created locally)
42501 src/com/gps/scheduler/SMSCheckScheduler.java 100 Potential violation of Law of Demeter (method chain calls)
42502 src/com/gps/scheduler/SMSCheckScheduler.java 100 Potential violation of Law of Demeter (method chain calls)
42503 src/com/gps/scheduler/SMSCheckScheduler.java 100 Potential violation of Law of Demeter (method chain calls)
42504 src/com/gps/scheduler/SMSCheckScheduler.java 100 There is log block not surrounded by if
42505 src/com/gps/scheduler/SMSCheckScheduler.java 100 There is log block not surrounded by if
42506 src/com/gps/scheduler/SMSCheckScheduler.java 102 Do not add empty strings
42507 src/com/gps/scheduler/SMSCheckScheduler.java 102 Potential violation of Law of Demeter (object not created locally)
42508 src/com/gps/scheduler/SMSCheckScheduler.java 102 System.out.print is used
42509 src/com/gps/scheduler/SMSCheckScheduler.java 103 Local variable 'alarmClock' could be declared final
42510 src/com/gps/scheduler/SMSCheckScheduler.java 103 Potential violation of Law of Demeter (method chain calls)
42511 src/com/gps/scheduler/SMSCheckScheduler.java 103 Potential violation of Law of Demeter (method chain calls)
42512 src/com/gps/scheduler/SMSCheckScheduler.java 103 Potential violation of Law of Demeter (method chain calls)
42513 src/com/gps/scheduler/SMSCheckScheduler.java 103 Potential violation of Law of Demeter (object not created locally)
42514 src/com/gps/scheduler/SMSCreditChecker.java 20 headerCommentRequirement Required
42515 src/com/gps/scheduler/SMSCreditChecker.java 22 Found non-transient, non-static member. Please mark as transient or provide accessors.
42516 src/com/gps/scheduler/SMSCreditChecker.java 22 Use explicit scoping instead of the default package private level
42517 src/com/gps/scheduler/SMSCreditChecker.java 22 fieldCommentRequirement Required
42518 src/com/gps/scheduler/SMSCreditChecker.java 23 Found non-transient, non-static member. Please mark as transient or provide accessors.
42519 src/com/gps/scheduler/SMSCreditChecker.java 23 Use explicit scoping instead of the default package private level
42520 src/com/gps/scheduler/SMSCreditChecker.java 23 fieldCommentRequirement Required
42521 src/com/gps/scheduler/SMSCreditChecker.java 24 Found non-transient, non-static member. Please mark as transient or provide accessors.
42522 src/com/gps/scheduler/SMSCreditChecker.java 24 Use explicit scoping instead of the default package private level
42523 src/com/gps/scheduler/SMSCreditChecker.java 24 fieldCommentRequirement Required
42524 src/com/gps/scheduler/SMSCreditChecker.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
42525 src/com/gps/scheduler/SMSCreditChecker.java 25 Use explicit scoping instead of the default package private level
42526 src/com/gps/scheduler/SMSCreditChecker.java 25 fieldCommentRequirement Required
42527 src/com/gps/scheduler/SMSCreditChecker.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
42528 src/com/gps/scheduler/SMSCreditChecker.java 26 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'status_code' is not final.
42529 src/com/gps/scheduler/SMSCreditChecker.java 26 fieldCommentRequirement Required
42530 src/com/gps/scheduler/SMSCreditChecker.java 27 The Logger variable declaration does not contain the static and final modifiers
42531 src/com/gps/scheduler/SMSCreditChecker.java 27 fieldCommentRequirement Required
42532 src/com/gps/scheduler/SMSCreditChecker.java 30 Parameter 'smsproperties' is not assigned and could be declared final
42533 src/com/gps/scheduler/SMSCreditChecker.java 30 publicMethodCommentRequirement Required
42534 src/com/gps/scheduler/SMSCreditChecker.java 39 Potential violation of Law of Demeter (object not created locally)
42535 src/com/gps/scheduler/SMSCreditChecker.java 39 There is log block not surrounded by if
42536 src/com/gps/scheduler/SMSCreditChecker.java 39 There is log block not surrounded by if
42537 src/com/gps/scheduler/SMSCreditChecker.java 42 Local variable 'responseBody' could be declared final
42538 src/com/gps/scheduler/SMSCreditChecker.java 43 Avoid variables with short names like ss
42539 src/com/gps/scheduler/SMSCreditChecker.java 43 Local variable 'ss' could be declared final
42540 src/com/gps/scheduler/SMSCreditChecker.java 44 There is log block not surrounded by if
42541 src/com/gps/scheduler/SMSCreditChecker.java 44 There is log block not surrounded by if
42542 src/com/gps/scheduler/SMSCreditChecker.java 47 Avoid using Literals in Conditional Statements
42543 src/com/gps/scheduler/SMSCreditChecker.java 49 Potential violation of Law of Demeter (object not created locally)
42544 src/com/gps/scheduler/SMSCreditChecker.java 50 Potential violation of Law of Demeter (method chain calls)
42545 src/com/gps/scheduler/SMSCreditChecker.java 50 There is log block not surrounded by if
42546 src/com/gps/scheduler/SMSCreditChecker.java 50 There is log block not surrounded by if
42547 src/com/gps/scheduler/SMSCreditChecker.java 54 Assigning an Object to null is a code smell. Consider refactoring.
42548 src/com/gps/scheduler/SMSCreditChecker.java 61 Avoid printStackTrace(); use a logger call instead.
42549 src/com/gps/scheduler/SMSCreditChecker.java 61 Potential violation of Law of Demeter (object not created locally)
42550 src/com/gps/scheduler/SMSCreditChecker.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42551 src/com/gps/scheduler/SMSCreditChecker.java 65 Avoid printStackTrace(); use a logger call instead.
42552 src/com/gps/scheduler/SMSCreditChecker.java 65 Potential violation of Law of Demeter (object not created locally)
42553 src/com/gps/scheduler/SMSCreditChecker.java 69 Returning 'bal' may expose an internal array.
42554 src/com/gps/scheduler/SMSCreditChecker.java 73 Avoid variables with short names like s2
42555 src/com/gps/scheduler/SMSCreditChecker.java 73 Parameter 's2' is not assigned and could be declared final
42556 src/com/gps/scheduler/SMSCreditChecker.java 73 publicMethodCommentRequirement Required
42557 src/com/gps/scheduler/SMSCreditChecker.java 75 There is log block not surrounded by if
42558 src/com/gps/scheduler/SMSCreditChecker.java 75 There is log block not surrounded by if
42559 src/com/gps/scheduler/SMSCreditChecker.java 78 There is log block not surrounded by if
42560 src/com/gps/scheduler/SMSCreditChecker.java 78 There is log block not surrounded by if
42561 src/com/gps/scheduler/SMSCreditChecker.java 80 A method should have only one exit point, and that should be the last statement in the method
42562 src/com/gps/scheduler/SMSCreditChecker.java 84 There is log block not surrounded by if
42563 src/com/gps/scheduler/SMSCreditChecker.java 84 There is log block not surrounded by if
42564 src/com/gps/scheduler/SMSCreditChecker.java 91 Parameter 'method' is not assigned and could be declared final
42565 src/com/gps/scheduler/SMSCreditChecker.java 91 publicMethodCommentRequirement Required
42566 src/com/gps/scheduler/SMSCreditChecker.java 100 Local variable 'statusCode' could be declared final
42567 src/com/gps/scheduler/SMSCreditChecker.java 101 There is log block not surrounded by if
42568 src/com/gps/scheduler/SMSCreditChecker.java 101 There is log block not surrounded by if
42569 src/com/gps/scheduler/SMSCreditChecker.java 102 Avoid if (x != y) ..; else ..;
42570 src/com/gps/scheduler/SMSCreditChecker.java 105 There is log block not surrounded by if
42571 src/com/gps/scheduler/SMSCreditChecker.java 105 There is log block not surrounded by if
42572 src/com/gps/scheduler/SMSCreditChecker.java 111 Local variable 'responseBody' could be declared final
42573 src/com/gps/scheduler/SMSCreditChecker.java 117 Parameter 'creditDetails' is not assigned and could be declared final
42574 src/com/gps/scheduler/SMSCreditChecker.java 117 Parameter 'smsconfigfile' is not assigned and could be declared final
42575 src/com/gps/scheduler/SMSCreditChecker.java 117 publicMethodCommentRequirement Required
42576 src/com/gps/scheduler/SMSCreditChecker.java 119 Found 'DD'-anomaly for variable 'method' (lines '119'-'177').
42577 src/com/gps/scheduler/SMSCreditChecker.java 122 Local variable 'config' could be declared final
42578 src/com/gps/scheduler/SMSCreditChecker.java 123 There is log block not surrounded by if
42579 src/com/gps/scheduler/SMSCreditChecker.java 123 There is log block not surrounded by if
42580 src/com/gps/scheduler/SMSCreditChecker.java 124 Local variable 'props' could be declared final
42581 src/com/gps/scheduler/SMSCreditChecker.java 127 Local variable 'proxy' could be declared final
42582 src/com/gps/scheduler/SMSCreditChecker.java 128 Position literals first in String comparisons
42583 src/com/gps/scheduler/SMSCreditChecker.java 130 There is log block not surrounded by if
42584 src/com/gps/scheduler/SMSCreditChecker.java 130 There is log block not surrounded by if
42585 src/com/gps/scheduler/SMSCreditChecker.java 132 Local variable 'host' could be declared final
42586 src/com/gps/scheduler/SMSCreditChecker.java 137 Local variable 'queryString' could be declared final
42587 src/com/gps/scheduler/SMSCreditChecker.java 138 Avoid variables with short names like to
42588 src/com/gps/scheduler/SMSCreditChecker.java 138 Found 'DU'-anomaly for variable 'to' (lines '138'-'187').
42589 src/com/gps/scheduler/SMSCreditChecker.java 138 Local variable 'to' could be declared final
42590 src/com/gps/scheduler/SMSCreditChecker.java 141 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
42591 src/com/gps/scheduler/SMSCreditChecker.java 145 Avoid if (x != y) ..; else ..;
42592 src/com/gps/scheduler/SMSCreditChecker.java 149 Local variable 'mobno' could be declared final
42593 src/com/gps/scheduler/SMSCreditChecker.java 149 Potential violation of Law of Demeter (method chain calls)
42594 src/com/gps/scheduler/SMSCreditChecker.java 152 Avoid using Literals in Conditional Statements
42595 src/com/gps/scheduler/SMSCreditChecker.java 153 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
42596 src/com/gps/scheduler/SMSCreditChecker.java 154 There is log block not surrounded by if
42597 src/com/gps/scheduler/SMSCreditChecker.java 154 There is log block not surrounded by if
42598 src/com/gps/scheduler/SMSCreditChecker.java 157 There is log block not surrounded by if
42599 src/com/gps/scheduler/SMSCreditChecker.java 157 There is log block not surrounded by if
42600 src/com/gps/scheduler/SMSCreditChecker.java 158 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
42601 src/com/gps/scheduler/SMSCreditChecker.java 163 Local variable 'message' could be declared final
42602 src/com/gps/scheduler/SMSCreditChecker.java 174 There is log block not surrounded by if
42603 src/com/gps/scheduler/SMSCreditChecker.java 174 There is log block not surrounded by if
42604 src/com/gps/scheduler/SMSCreditChecker.java 180 Avoid catching NullPointerException; consider removing the cause of the NPE.
42605 src/com/gps/scheduler/SMSCreditChecker.java 180 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42606 src/com/gps/scheduler/SMSCreditChecker.java 182 Avoid printStackTrace(); use a logger call instead.
42607 src/com/gps/scheduler/SMSCreditChecker.java 190 Parameter 'args' is not assigned and could be declared final
42608 src/com/gps/scheduler/SMSCreditChecker.java 190 publicMethodCommentRequirement Required
42609 src/com/gps/scheduler/SMSCreditChecker.java 192 Local variable 'client' could be declared final
42610 src/com/gps/scheduler/ScheduleIterator.java 6 headerCommentRequirement Required
42611 src/com/gps/scheduler/ScheduleIterator.java 7 Avoid modifiers which are implied by the context
42612 src/com/gps/scheduler/ScheduleIterator.java 7 publicMethodCommentRequirement Required
42613 src/com/gps/scheduler/Scheduler.java 9 headerCommentRequirement Required
42614 src/com/gps/scheduler/Scheduler.java 11 Use explicit scoping instead of the default package private level
42615 src/com/gps/scheduler/Scheduler.java 11 fieldCommentRequirement Required
42616 src/com/gps/scheduler/Scheduler.java 12 The Logger variable declaration does not contain the static and final modifiers
42617 src/com/gps/scheduler/Scheduler.java 12 fieldCommentRequirement Required
42618 src/com/gps/scheduler/Scheduler.java 13 headerCommentRequirement Required
42619 src/com/gps/scheduler/Scheduler.java 15 Found non-transient, non-static member. Please mark as transient or provide accessors.
42620 src/com/gps/scheduler/Scheduler.java 15 Private field 'schedulerTask' could be made final; it is only initialized in the declaration or constructor.
42621 src/com/gps/scheduler/Scheduler.java 15 fieldCommentRequirement Required
42622 src/com/gps/scheduler/Scheduler.java 16 Found non-transient, non-static member. Please mark as transient or provide accessors.
42623 src/com/gps/scheduler/Scheduler.java 16 Private field 'iterator' could be made final; it is only initialized in the declaration or constructor.
42624 src/com/gps/scheduler/Scheduler.java 16 fieldCommentRequirement Required
42625 src/com/gps/scheduler/Scheduler.java 20 It is a good practice to call super() in a constructor
42626 src/com/gps/scheduler/Scheduler.java 20 Parameter 'schedulerTask' is not assigned and could be declared final
42627 src/com/gps/scheduler/Scheduler.java 20 publicMethodCommentRequirement Required
42628 src/com/gps/scheduler/Scheduler.java 21 Parameter 'iterator' is not assigned and could be declared final
42629 src/com/gps/scheduler/Scheduler.java 26 publicMethodCommentRequirement Required
42630 src/com/gps/scheduler/Scheduler.java 28 There is log block not surrounded by if
42631 src/com/gps/scheduler/Scheduler.java 28 There is log block not surrounded by if
42632 src/com/gps/scheduler/Scheduler.java 36 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
42633 src/com/gps/scheduler/Scheduler.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
42634 src/com/gps/scheduler/Scheduler.java 36 fieldCommentRequirement Required
42635 src/com/gps/scheduler/Scheduler.java 38 Avoid unnecessary constructors - the compiler will generate these for you
42636 src/com/gps/scheduler/Scheduler.java 38 Document empty constructor
42637 src/com/gps/scheduler/Scheduler.java 38 publicMethodCommentRequirement Required
42638 src/com/gps/scheduler/Scheduler.java 41 publicMethodCommentRequirement Required
42639 src/com/gps/scheduler/Scheduler.java 47 Parameter 'schedulerTask' is not assigned and could be declared final
42640 src/com/gps/scheduler/Scheduler.java 47 publicMethodCommentRequirement Required
42641 src/com/gps/scheduler/Scheduler.java 48 Parameter 'iterator' is not assigned and could be declared final
42642 src/com/gps/scheduler/Scheduler.java 50 Local variable 'time' could be declared final
42643 src/com/gps/scheduler/Scheduler.java 52 There is log block not surrounded by if
42644 src/com/gps/scheduler/Scheduler.java 52 There is log block not surrounded by if
42645 src/com/gps/scheduler/Scheduler.java 65 There is log block not surrounded by if
42646 src/com/gps/scheduler/Scheduler.java 65 There is log block not surrounded by if
42647 src/com/gps/scheduler/Scheduler.java 74 Parameter 'schedulerTask' is not assigned and could be declared final
42648 src/com/gps/scheduler/Scheduler.java 75 Parameter 'iterator' is not assigned and could be declared final
42649 src/com/gps/scheduler/Scheduler.java 78 Local variable 'time' could be declared final
42650 src/com/gps/scheduler/Scheduler.java 79 There is log block not surrounded by if
42651 src/com/gps/scheduler/Scheduler.java 79 There is log block not surrounded by if
42652 src/com/gps/scheduler/Scheduler.java 80 There is log block not surrounded by if
42653 src/com/gps/scheduler/Scheduler.java 80 There is log block not surrounded by if
42654 src/com/gps/scheduler/SchedulerServletListner.java 2 Comment is too large: Too many lines
42655 src/com/gps/scheduler/SchedulerServletListner.java 8 Comment is too large: Line too long
42656 src/com/gps/scheduler/SchedulerServletListner.java 22 Avoid unused imports such as 'java.util.Date'
42657 src/com/gps/scheduler/SchedulerServletListner.java 32 No need to import a type that lives in the same package
42658 src/com/gps/scheduler/SchedulerServletListner.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
42659 src/com/gps/scheduler/SchedulerServletListner.java 42 Use explicit scoping instead of the default package private level
42660 src/com/gps/scheduler/SchedulerServletListner.java 42 fieldCommentRequirement Required
42661 src/com/gps/scheduler/SchedulerServletListner.java 43 The Logger variable declaration does not contain the static and final modifiers
42662 src/com/gps/scheduler/SchedulerServletListner.java 43 fieldCommentRequirement Required
42663 src/com/gps/scheduler/SchedulerServletListner.java 45 Use explicit scoping instead of the default package private level
42664 src/com/gps/scheduler/SchedulerServletListner.java 45 fieldCommentRequirement Required
42665 src/com/gps/scheduler/SchedulerServletListner.java 46 fieldCommentRequirement Required
42666 src/com/gps/scheduler/SchedulerServletListner.java 48 fieldCommentRequirement Required
42667 src/com/gps/scheduler/SchedulerServletListner.java 49 fieldCommentRequirement Required
42668 src/com/gps/scheduler/SchedulerServletListner.java 54 Avoid unnecessary constructors - the compiler will generate these for you
42669 src/com/gps/scheduler/SchedulerServletListner.java 62 Parameter 'contextEvent' is not assigned and could be declared final
42670 src/com/gps/scheduler/SchedulerServletListner.java 63 There is log block not surrounded by if
42671 src/com/gps/scheduler/SchedulerServletListner.java 63 There is log block not surrounded by if
42672 src/com/gps/scheduler/SchedulerServletListner.java 67 There is log block not surrounded by if
42673 src/com/gps/scheduler/SchedulerServletListner.java 67 There is log block not surrounded by if
42674 src/com/gps/scheduler/SchedulerServletListner.java 71 Local variable 'calendar' could be declared final
42675 src/com/gps/scheduler/SchedulerServletListner.java 72 Do not add empty strings
42676 src/com/gps/scheduler/SchedulerServletListner.java 72 Potential violation of Law of Demeter (object not created locally)
42677 src/com/gps/scheduler/SchedulerServletListner.java 72 There is log block not surrounded by if
42678 src/com/gps/scheduler/SchedulerServletListner.java 72 There is log block not surrounded by if
42679 src/com/gps/scheduler/SchedulerServletListner.java 74 Local variable 'time' could be declared final
42680 src/com/gps/scheduler/SchedulerServletListner.java 75 Potential violation of Law of Demeter (method chain calls)
42681 src/com/gps/scheduler/SchedulerServletListner.java 75 Potential violation of Law of Demeter (method chain calls)
42682 src/com/gps/scheduler/SchedulerServletListner.java 75 Potential violation of Law of Demeter (method chain calls)
42683 src/com/gps/scheduler/SchedulerServletListner.java 75 There is log block not surrounded by if
42684 src/com/gps/scheduler/SchedulerServletListner.java 75 There is log block not surrounded by if
42685 src/com/gps/scheduler/SchedulerServletListner.java 80 Local variable 'scheduler' could be declared final
42686 src/com/gps/scheduler/SchedulerServletListner.java 80 Potential violation of Law of Demeter (method chain calls)
42687 src/com/gps/scheduler/SchedulerServletListner.java 81 Potential violation of Law of Demeter (method chain calls)
42688 src/com/gps/scheduler/SchedulerServletListner.java 81 Potential violation of Law of Demeter (method chain calls)
42689 src/com/gps/scheduler/SchedulerServletListner.java 82 Potential violation of Law of Demeter (object not created locally)
42690 src/com/gps/scheduler/SchedulerServletListner.java 86 Potential violation of Law of Demeter (object not created locally)
42691 src/com/gps/scheduler/SchedulerServletListner.java 88 Local variable 'props' could be declared final
42692 src/com/gps/scheduler/SchedulerServletListner.java 89 Potential violation of Law of Demeter (object not created locally)
42693 src/com/gps/scheduler/SchedulerServletListner.java 92 Potential violation of Law of Demeter (object not created locally)
42694 src/com/gps/scheduler/SchedulerServletListner.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42695 src/com/gps/scheduler/SchedulerServletListner.java 97 Potential violation of Law of Demeter (object not created locally)
42696 src/com/gps/scheduler/SchedulerServletListner.java 106 Parameter 'contextEvent' is not assigned and could be declared final
42697 src/com/gps/scheduler/SchedulerServletListner.java 111 There is log block not surrounded by if
42698 src/com/gps/scheduler/SchedulerServletListner.java 111 There is log block not surrounded by if
42699 src/com/gps/scheduler/SchedulerServletListner.java 126 Parameter 'flag' is not assigned and could be declared final
42700 src/com/gps/scheduler/SchedulerServletListner.java 132 Parameter 'environment' is not assigned and could be declared final
42701 src/com/gps/scheduler/SchedulerServletListner.java 132 publicMethodCommentRequirement Required
42702 src/com/gps/scheduler/SchedulerServletListner.java 136 publicMethodCommentRequirement Required
42703 src/com/gps/scheduler/SchedulerServletListner.java 141 Parameter 'organizationType' is not assigned and could be declared final
42704 src/com/gps/scheduler/SchedulerServletListner.java 141 publicMethodCommentRequirement Required
42705 src/com/gps/scheduler/SchedulerServletListner.java 144 publicMethodCommentRequirement Required
42706 src/com/gps/scheduler/SchedulerTask.java 15 Abstract classes should be named AbstractXXX
42707 src/com/gps/scheduler/SchedulerTask.java 15 The class 'SchedulerTask' has a Cyclomatic Complexity of 3 (Highest = 10).
42708 src/com/gps/scheduler/SchedulerTask.java 15 To be compliant to J2EE, a webapp should not use any thread.
42709 src/com/gps/scheduler/SchedulerTask.java 15 headerCommentRequirement Required
42710 src/com/gps/scheduler/SchedulerTask.java 17 The Logger variable declaration does not contain the static and final modifiers
42711 src/com/gps/scheduler/SchedulerTask.java 17 fieldCommentRequirement Required
42712 src/com/gps/scheduler/SchedulerTask.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
42713 src/com/gps/scheduler/SchedulerTask.java 18 Use explicit scoping instead of the default package private level
42714 src/com/gps/scheduler/SchedulerTask.java 18 fieldCommentRequirement Required
42715 src/com/gps/scheduler/SchedulerTask.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
42716 src/com/gps/scheduler/SchedulerTask.java 20 Use explicit scoping instead of the default package private level
42717 src/com/gps/scheduler/SchedulerTask.java 20 fieldCommentRequirement Required
42718 src/com/gps/scheduler/SchedulerTask.java 21 Use explicit scoping instead of the default package private level
42719 src/com/gps/scheduler/SchedulerTask.java 21 fieldCommentRequirement Required
42720 src/com/gps/scheduler/SchedulerTask.java 22 Use explicit scoping instead of the default package private level
42721 src/com/gps/scheduler/SchedulerTask.java 22 fieldCommentRequirement Required
42722 src/com/gps/scheduler/SchedulerTask.java 23 Use explicit scoping instead of the default package private level
42723 src/com/gps/scheduler/SchedulerTask.java 23 fieldCommentRequirement Required
42724 src/com/gps/scheduler/SchedulerTask.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
42725 src/com/gps/scheduler/SchedulerTask.java 25 Use explicit scoping instead of the default package private level
42726 src/com/gps/scheduler/SchedulerTask.java 25 fieldCommentRequirement Required
42727 src/com/gps/scheduler/SchedulerTask.java 26 Use explicit scoping instead of the default package private level
42728 src/com/gps/scheduler/SchedulerTask.java 26 fieldCommentRequirement Required
42729 src/com/gps/scheduler/SchedulerTask.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
42730 src/com/gps/scheduler/SchedulerTask.java 27 fieldCommentRequirement Required
42731 src/com/gps/scheduler/SchedulerTask.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
42732 src/com/gps/scheduler/SchedulerTask.java 28 fieldCommentRequirement Required
42733 src/com/gps/scheduler/SchedulerTask.java 29 Found non-transient, non-static member. Please mark as transient or provide accessors.
42734 src/com/gps/scheduler/SchedulerTask.java 29 fieldCommentRequirement Required
42735 src/com/gps/scheduler/SchedulerTask.java 30 Found non-transient, non-static member. Please mark as transient or provide accessors.
42736 src/com/gps/scheduler/SchedulerTask.java 30 Use explicit scoping instead of the default package private level
42737 src/com/gps/scheduler/SchedulerTask.java 30 fieldCommentRequirement Required
42738 src/com/gps/scheduler/SchedulerTask.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
42739 src/com/gps/scheduler/SchedulerTask.java 31 Use explicit scoping instead of the default package private level
42740 src/com/gps/scheduler/SchedulerTask.java 31 fieldCommentRequirement Required
42741 src/com/gps/scheduler/SchedulerTask.java 32 fieldCommentRequirement Required
42742 src/com/gps/scheduler/SchedulerTask.java 33 fieldCommentRequirement Required
42743 src/com/gps/scheduler/SchedulerTask.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
42744 src/com/gps/scheduler/SchedulerTask.java 34 Use explicit scoping instead of the default package private level
42745 src/com/gps/scheduler/SchedulerTask.java 34 fieldCommentRequirement Required
42746 src/com/gps/scheduler/SchedulerTask.java 36 Document empty constructor
42747 src/com/gps/scheduler/SchedulerTask.java 36 protectedMethodCommentRequirement Required
42748 src/com/gps/scheduler/SchedulerTask.java 39 publicMethodCommentRequirement Required
42749 src/com/gps/scheduler/SchedulerTask.java 42 publicMethodCommentRequirement Required
42750 src/com/gps/scheduler/SchedulerTask.java 43 There is log block not surrounded by if
42751 src/com/gps/scheduler/SchedulerTask.java 43 There is log block not surrounded by if
42752 src/com/gps/scheduler/SchedulerTask.java 48 Local variable 'result' could be declared final
42753 src/com/gps/scheduler/SchedulerTask.java 48 Useless parentheses.
42754 src/com/gps/scheduler/SchedulerTask.java 54 The method 'beginTask' has a Cyclomatic Complexity of 10.
42755 src/com/gps/scheduler/SchedulerTask.java 54 publicMethodCommentRequirement Required
42756 src/com/gps/scheduler/SchedulerTask.java 57 Found 'DD'-anomaly for variable 'subject' (lines '57'-'96').
42757 src/com/gps/scheduler/SchedulerTask.java 57 Found 'DU'-anomaly for variable 'subject' (lines '57'-'143').
42758 src/com/gps/scheduler/SchedulerTask.java 58 Found 'DD'-anomaly for variable 'message' (lines '58'-'97').
42759 src/com/gps/scheduler/SchedulerTask.java 58 Found 'DU'-anomaly for variable 'message' (lines '58'-'143').
42760 src/com/gps/scheduler/SchedulerTask.java 62 Local variable 'files' could be declared final
42761 src/com/gps/scheduler/SchedulerTask.java 64 There is log block not surrounded by if
42762 src/com/gps/scheduler/SchedulerTask.java 64 There is log block not surrounded by if
42763 src/com/gps/scheduler/SchedulerTask.java 68 There is log block not surrounded by if
42764 src/com/gps/scheduler/SchedulerTask.java 68 There is log block not surrounded by if
42765 src/com/gps/scheduler/SchedulerTask.java 77 There is log block not surrounded by if
42766 src/com/gps/scheduler/SchedulerTask.java 77 There is log block not surrounded by if
42767 src/com/gps/scheduler/SchedulerTask.java 84 Avoid if (x != y) ..; else ..;
42768 src/com/gps/scheduler/SchedulerTask.java 88 Potential violation of Law of Demeter (method chain calls)
42769 src/com/gps/scheduler/SchedulerTask.java 88 There is log block not surrounded by if
42770 src/com/gps/scheduler/SchedulerTask.java 88 There is log block not surrounded by if
42771 src/com/gps/scheduler/SchedulerTask.java 93 Potential violation of Law of Demeter (method chain calls)
42772 src/com/gps/scheduler/SchedulerTask.java 99 Avoid instantiating new objects inside loops
42773 src/com/gps/scheduler/SchedulerTask.java 99 Call Thread.notifyAll() rather than Thread.notify()
42774 src/com/gps/scheduler/SchedulerTask.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42775 src/com/gps/scheduler/SchedulerTask.java 105 There is log block not surrounded by if
42776 src/com/gps/scheduler/SchedulerTask.java 105 There is log block not surrounded by if
42777 src/com/gps/scheduler/SchedulerTask.java 106 Avoid printStackTrace(); use a logger call instead.
42778 src/com/gps/scheduler/SchedulerTask.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42779 src/com/gps/scheduler/SchedulerTask.java 114 There is log block not surrounded by if
42780 src/com/gps/scheduler/SchedulerTask.java 114 There is log block not surrounded by if
42781 src/com/gps/scheduler/SchedulerTask.java 115 Avoid printStackTrace(); use a logger call instead.
42782 src/com/gps/scheduler/SchedulerTask.java 122 There is log block not surrounded by if
42783 src/com/gps/scheduler/SchedulerTask.java 122 There is log block not surrounded by if
42784 src/com/gps/scheduler/SchedulerTask.java 129 There is log block not surrounded by if
42785 src/com/gps/scheduler/SchedulerTask.java 130 Avoid printStackTrace(); use a logger call instead.
42786 src/com/gps/scheduler/SchedulerTask.java 133 There is log block not surrounded by if
42787 src/com/gps/scheduler/SchedulerTask.java 134 Avoid printStackTrace(); use a logger call instead.
42788 src/com/gps/scheduler/SchedulerTask.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42789 src/com/gps/scheduler/SchedulerTask.java 138 There is log block not surrounded by if
42790 src/com/gps/scheduler/SchedulerTask.java 139 Avoid printStackTrace(); use a logger call instead.
42791 src/com/gps/scheduler/SchedulerTask.java 146 Parameter 'expiry' is not assigned and could be declared final
42792 src/com/gps/scheduler/SchedulerTask.java 146 publicMethodCommentRequirement Required
42793 src/com/gps/scheduler/SchedulerTask.java 148 Local variable 'calendar1' could be declared final
42794 src/com/gps/scheduler/SchedulerTask.java 149 Local variable 'calendar2' could be declared final
42795 src/com/gps/scheduler/SchedulerTask.java 150 Potential violation of Law of Demeter (object not created locally)
42796 src/com/gps/scheduler/SchedulerTask.java 151 Local variable 'milliseconds1' could be declared final
42797 src/com/gps/scheduler/SchedulerTask.java 151 Potential violation of Law of Demeter (object not created locally)
42798 src/com/gps/scheduler/SchedulerTask.java 152 Local variable 'milliseconds2' could be declared final
42799 src/com/gps/scheduler/SchedulerTask.java 152 Potential violation of Law of Demeter (object not created locally)
42800 src/com/gps/scheduler/SchedulerTask.java 153 Local variable 'diff' could be declared final
42801 src/com/gps/scheduler/SchedulerTask.java 154 Local variable 'diffDays' could be declared final
42802 src/com/gps/scheduler/SchedulerTask.java 155 There is log block not surrounded by if
42803 src/com/gps/scheduler/SchedulerTask.java 155 There is log block not surrounded by if
42804 src/com/gps/scheduler/SchedulerTask.java 161 publicMethodCommentRequirement Required
42805 src/com/gps/scheduler/SchedulerTask.java 162 There is log block not surrounded by if
42806 src/com/gps/scheduler/SchedulerTask.java 162 There is log block not surrounded by if
42807 src/com/gps/scheduler/SchedulerTask.java 168 An empty method in an abstract class should be abstract instead
42808 src/com/gps/scheduler/SchedulerTask.java 168 Parameter 'args' is not assigned and could be declared final
42809 src/com/gps/scheduler/SchedulerTask.java 168 publicMethodCommentRequirement Required
42810 src/com/gps/scheduler/SchedulerTask.java 169 Document empty method
42811 src/com/gps/utilities/CheckForHoliday.java 12 headerCommentRequirement Required
42812 src/com/gps/utilities/CheckForHoliday.java 14 Avoid using redundant field initializer for 'hpdao'
42813 src/com/gps/utilities/CheckForHoliday.java 14 Found non-transient, non-static member. Please mark as transient or provide accessors.
42814 src/com/gps/utilities/CheckForHoliday.java 14 Perhaps 'hpdao' could be replaced by a local variable.
42815 src/com/gps/utilities/CheckForHoliday.java 14 fieldCommentRequirement Required
42816 src/com/gps/utilities/CheckForHoliday.java 15 Found non-transient, non-static member. Please mark as transient or provide accessors.
42817 src/com/gps/utilities/CheckForHoliday.java 15 fieldCommentRequirement Required
42818 src/com/gps/utilities/CheckForHoliday.java 16 Avoid using redundant field initializer for 'dates'
42819 src/com/gps/utilities/CheckForHoliday.java 16 Found non-transient, non-static member. Please mark as transient or provide accessors.
42820 src/com/gps/utilities/CheckForHoliday.java 16 fieldCommentRequirement Required
42821 src/com/gps/utilities/CheckForHoliday.java 17 Avoid using redundant field initializer for 'days'
42822 src/com/gps/utilities/CheckForHoliday.java 17 Found non-transient, non-static member. Please mark as transient or provide accessors.
42823 src/com/gps/utilities/CheckForHoliday.java 17 fieldCommentRequirement Required
42824 src/com/gps/utilities/CheckForHoliday.java 18 Avoid using redundant field initializer for 'dateList'
42825 src/com/gps/utilities/CheckForHoliday.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
42826 src/com/gps/utilities/CheckForHoliday.java 18 fieldCommentRequirement Required
42827 src/com/gps/utilities/CheckForHoliday.java 19 Avoid using redundant field initializer for 'dayList'
42828 src/com/gps/utilities/CheckForHoliday.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
42829 src/com/gps/utilities/CheckForHoliday.java 19 fieldCommentRequirement Required
42830 src/com/gps/utilities/CheckForHoliday.java 20 Use explicit scoping instead of the default package private level
42831 src/com/gps/utilities/CheckForHoliday.java 20 fieldCommentRequirement Required
42832 src/com/gps/utilities/CheckForHoliday.java 21 The Logger variable declaration does not contain the static and final modifiers
42833 src/com/gps/utilities/CheckForHoliday.java 21 Use explicit scoping instead of the default package private level
42834 src/com/gps/utilities/CheckForHoliday.java 21 fieldCommentRequirement Required
42835 src/com/gps/utilities/CheckForHoliday.java 23 Comment is too large: Too many lines
42836 src/com/gps/utilities/CheckForHoliday.java 28 Comment is too large: Line too long
42837 src/com/gps/utilities/CheckForHoliday.java 34 Found 'UR'-anomaly for variable 'check' (lines '34'-'65').
42838 src/com/gps/utilities/CheckForHoliday.java 34 Found 'UR'-anomaly for variable 'checkDay' (lines '34'-'77').
42839 src/com/gps/utilities/CheckForHoliday.java 34 Parameter 'org' is not assigned and could be declared final
42840 src/com/gps/utilities/CheckForHoliday.java 40 Local variable 'currentDate' could be declared final
42841 src/com/gps/utilities/CheckForHoliday.java 41 Local variable 'sdf' could be declared final
42842 src/com/gps/utilities/CheckForHoliday.java 41 When instantiating a SimpleDateFormat object, specify a Locale
42843 src/com/gps/utilities/CheckForHoliday.java 42 Found 'DU'-anomaly for variable 'dateNow' (lines '42'-'96').
42844 src/com/gps/utilities/CheckForHoliday.java 42 Local variable 'dateNow' could be declared final
42845 src/com/gps/utilities/CheckForHoliday.java 42 Potential violation of Law of Demeter (object not created locally)
42846 src/com/gps/utilities/CheckForHoliday.java 42 Potential violation of Law of Demeter (object not created locally)
42847 src/com/gps/utilities/CheckForHoliday.java 48 Potential violation of Law of Demeter (method chain calls)
42848 src/com/gps/utilities/CheckForHoliday.java 54 Local variable 'holidayList' could be declared final
42849 src/com/gps/utilities/CheckForHoliday.java 55 Avoid using Literals in Conditional Statements
42850 src/com/gps/utilities/CheckForHoliday.java 55 Potential violation of Law of Demeter (object not created locally)
42851 src/com/gps/utilities/CheckForHoliday.java 55 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
42852 src/com/gps/utilities/CheckForHoliday.java 58 Potential violation of Law of Demeter (object not created locally)
42853 src/com/gps/utilities/CheckForHoliday.java 60 There is log block not surrounded by if
42854 src/com/gps/utilities/CheckForHoliday.java 60 There is log block not surrounded by if
42855 src/com/gps/utilities/CheckForHoliday.java 64 Local variable 'check' could be declared final
42856 src/com/gps/utilities/CheckForHoliday.java 65 Potential violation of Law of Demeter (object not created locally)
42857 src/com/gps/utilities/CheckForHoliday.java 66 There is log block not surrounded by if
42858 src/com/gps/utilities/CheckForHoliday.java 66 There is log block not surrounded by if
42859 src/com/gps/utilities/CheckForHoliday.java 67 A method should have only one exit point, and that should be the last statement in the method
42860 src/com/gps/utilities/CheckForHoliday.java 74 There is log block not surrounded by if
42861 src/com/gps/utilities/CheckForHoliday.java 74 There is log block not surrounded by if
42862 src/com/gps/utilities/CheckForHoliday.java 76 Local variable 'checkDay' could be declared final
42863 src/com/gps/utilities/CheckForHoliday.java 77 Potential violation of Law of Demeter (method chain calls)
42864 src/com/gps/utilities/CheckForHoliday.java 77 Potential violation of Law of Demeter (method chain calls)
42865 src/com/gps/utilities/CheckForHoliday.java 77 Potential violation of Law of Demeter (method chain calls)
42866 src/com/gps/utilities/CheckForHoliday.java 77 Potential violation of Law of Demeter (object not created locally)
42867 src/com/gps/utilities/CheckForHoliday.java 78 There is log block not surrounded by if
42868 src/com/gps/utilities/CheckForHoliday.java 78 There is log block not surrounded by if
42869 src/com/gps/utilities/CheckForHoliday.java 79 A method should have only one exit point, and that should be the last statement in the method
42870 src/com/gps/utilities/CheckForHoliday.java 86 There is log block not surrounded by if
42871 src/com/gps/utilities/CheckForHoliday.java 86 There is log block not surrounded by if
42872 src/com/gps/utilities/CheckForHoliday.java 87 A method should have only one exit point, and that should be the last statement in the method
42873 src/com/gps/utilities/CheckForHoliday.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42874 src/com/gps/utilities/CheckForHoliday.java 91 There is log block not surrounded by if
42875 src/com/gps/utilities/CheckForHoliday.java 99 A method/constructor shouldnt explicitly throw java.lang.Exception
42876 src/com/gps/utilities/CheckForHoliday.java 99 Parameter 'args' is not assigned and could be declared final
42877 src/com/gps/utilities/CheckForHoliday.java 99 publicMethodCommentRequirement Required
42878 src/com/gps/utilities/CheckForHoliday.java 102 Avoid unused local variables such as 'dao'.
42879 src/com/gps/utilities/CheckForHoliday.java 102 Found 'DU'-anomaly for variable 'dao' (lines '102'-'104').
42880 src/com/gps/utilities/CheckForHoliday.java 102 Local variable 'dao' could be declared final
42881 src/com/gps/utilities/ColorSetter.java 1 Comment is too large: Too many lines
42882 src/com/gps/utilities/ColorSetter.java 11 Avoid unused imports such as 'java.util.Date'
42883 src/com/gps/utilities/ColorSetter.java 12 Avoid unused imports such as 'java.text.DateFormat'
42884 src/com/gps/utilities/ColorSetter.java 13 Avoid unused imports such as 'java.text.SimpleDateFormat'
42885 src/com/gps/utilities/ColorSetter.java 20 The Logger variable declaration does not contain the static and final modifiers
42886 src/com/gps/utilities/ColorSetter.java 20 fieldCommentRequirement Required
42887 src/com/gps/utilities/ColorSetter.java 25 Method names should not start with capital letters
42888 src/com/gps/utilities/ColorSetter.java 25 Parameter 'packetdate' is not assigned and could be declared final
42889 src/com/gps/utilities/ColorSetter.java 27 Found 'DD'-anomaly for variable 'color' (lines '27'-'47').
42890 src/com/gps/utilities/ColorSetter.java 27 Found 'DD'-anomaly for variable 'color' (lines '27'-'51').
42891 src/com/gps/utilities/ColorSetter.java 27 Found 'DD'-anomaly for variable 'color' (lines '27'-'55').
42892 src/com/gps/utilities/ColorSetter.java 28 Local variable 'cal' could be declared final
42893 src/com/gps/utilities/ColorSetter.java 33 Comment is too large: Line too long
42894 src/com/gps/utilities/ColorSetter.java 41 Local variable 'timeDiff' could be declared final
42895 src/com/gps/utilities/ColorSetter.java 41 Potential violation of Law of Demeter (object not created locally)
42896 src/com/gps/utilities/ColorSetter.java 41 Potential violation of Law of Demeter (object not created locally)
42897 src/com/gps/utilities/ColorSetter.java 42 Potential violation of Law of Demeter (object not created locally)
42898 src/com/gps/utilities/ColorSetter.java 42 There is log block not surrounded by if
42899 src/com/gps/utilities/ColorSetter.java 42 There is log block not surrounded by if
42900 src/com/gps/utilities/ColorSetter.java 45 Avoid using Literals in Conditional Statements
42901 src/com/gps/utilities/ColorSetter.java 60 There is log block not surrounded by if
42902 src/com/gps/utilities/ColorSetter.java 60 There is log block not surrounded by if
42903 src/com/gps/utilities/ColorSetter.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42904 src/com/gps/utilities/ColorSetter.java 64 There is log block not surrounded by if
42905 src/com/gps/utilities/DataPopulator.java 7 Comment is too large: Line too long
42906 src/com/gps/utilities/DataPopulator.java 12 Avoid unused imports such as 'java.text.SimpleDateFormat'
42907 src/com/gps/utilities/DataPopulator.java 17 Avoid unused imports such as 'com.gps.hibernate.Organization'
42908 src/com/gps/utilities/DataPopulator.java 18 Avoid unused imports such as 'com.mysql.jdbc.ResultSet'
42909 src/com/gps/utilities/DataPopulator.java 20 headerCommentRequirement Required
42910 src/com/gps/utilities/DataPopulator.java 22 The Logger variable declaration does not contain the static and final modifiers
42911 src/com/gps/utilities/DataPopulator.java 22 Use explicit scoping instead of the default package private level
42912 src/com/gps/utilities/DataPopulator.java 22 fieldCommentRequirement Required
42913 src/com/gps/utilities/DataPopulator.java 23 Avoid using implementation types like 'Hashtable'; use the interface instead
42914 src/com/gps/utilities/DataPopulator.java 23 Consider replacing this Hashtable with the newer java.util.Map
42915 src/com/gps/utilities/DataPopulator.java 23 Use explicit scoping instead of the default package private level
42916 src/com/gps/utilities/DataPopulator.java 23 fieldCommentRequirement Required
42917 src/com/gps/utilities/DataPopulator.java 25 Parameter 'tripId' is not assigned and could be declared final
42918 src/com/gps/utilities/DataPopulator.java 25 publicMethodCommentRequirement Required
42919 src/com/gps/utilities/DataPopulator.java 27 There is log block not surrounded by if
42920 src/com/gps/utilities/DataPopulator.java 27 There is log block not surrounded by if
42921 src/com/gps/utilities/DataPopulator.java 29 Found 'DD'-anomaly for variable 'location' (lines '29'-'32').
42922 src/com/gps/utilities/DataPopulator.java 34 System.out.print is used
42923 src/com/gps/utilities/DataPopulator.java 38 System.out.print is used
42924 src/com/gps/utilities/DataPopulator.java 40 System.out.print is used
42925 src/com/gps/utilities/DataPopulator.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42926 src/com/gps/utilities/DataPopulator.java 44 Potential violation of Law of Demeter (object not created locally)
42927 src/com/gps/utilities/DataPopulator.java 44 There is log block not surrounded by if
42928 src/com/gps/utilities/DataPopulator.java 45 Avoid printStackTrace(); use a logger call instead.
42929 src/com/gps/utilities/DataPopulator.java 45 Potential violation of Law of Demeter (object not created locally)
42930 src/com/gps/utilities/DataPopulator.java 49 Parameter 'tripId' is not assigned and could be declared final
42931 src/com/gps/utilities/DataPopulator.java 49 publicMethodCommentRequirement Required
42932 src/com/gps/utilities/DataPopulator.java 50 Found 'DD'-anomaly for variable 'location' (lines '50'-'54').
42933 src/com/gps/utilities/DataPopulator.java 51 Local variable 'locationProDAO' could be declared final
42934 src/com/gps/utilities/DataPopulator.java 54 Potential violation of Law of Demeter (object not created locally)
42935 src/com/gps/utilities/DataPopulator.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42936 src/com/gps/utilities/DataPopulator.java 59 Potential violation of Law of Demeter (object not created locally)
42937 src/com/gps/utilities/DataPopulator.java 59 There is log block not surrounded by if
42938 src/com/gps/utilities/DataPopulator.java 60 Avoid printStackTrace(); use a logger call instead.
42939 src/com/gps/utilities/DataPopulator.java 60 Potential violation of Law of Demeter (object not created locally)
42940 src/com/gps/utilities/DataPopulator.java 66 Parameter 'Lat' is not assigned and could be declared final
42941 src/com/gps/utilities/DataPopulator.java 66 Parameter 'Long' is not assigned and could be declared final
42942 src/com/gps/utilities/DataPopulator.java 66 Parameter 'tripId' is not assigned and could be declared final
42943 src/com/gps/utilities/DataPopulator.java 66 Variables should start with a lowercase character, 'Lat' starts with uppercase character.
42944 src/com/gps/utilities/DataPopulator.java 66 Variables should start with a lowercase character, 'Long' starts with uppercase character.
42945 src/com/gps/utilities/DataPopulator.java 66 publicMethodCommentRequirement Required
42946 src/com/gps/utilities/DataPopulator.java 69 There is log block not surrounded by if
42947 src/com/gps/utilities/DataPopulator.java 69 There is log block not surrounded by if
42948 src/com/gps/utilities/DataPopulator.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42949 src/com/gps/utilities/DataPopulator.java 74 Avoid printStackTrace(); use a logger call instead.
42950 src/com/gps/utilities/DataPopulator.java 80 Parameter 'Lat' is not assigned and could be declared final
42951 src/com/gps/utilities/DataPopulator.java 80 Parameter 'Long' is not assigned and could be declared final
42952 src/com/gps/utilities/DataPopulator.java 80 Parameter 'speed' is not assigned and could be declared final
42953 src/com/gps/utilities/DataPopulator.java 80 Parameter 'tripId' is not assigned and could be declared final
42954 src/com/gps/utilities/DataPopulator.java 80 Variables should start with a lowercase character, 'Lat' starts with uppercase character.
42955 src/com/gps/utilities/DataPopulator.java 80 Variables should start with a lowercase character, 'Long' starts with uppercase character.
42956 src/com/gps/utilities/DataPopulator.java 80 publicMethodCommentRequirement Required
42957 src/com/gps/utilities/DataPopulator.java 83 There is log block not surrounded by if
42958 src/com/gps/utilities/DataPopulator.java 83 There is log block not surrounded by if
42959 src/com/gps/utilities/DataPopulator.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42960 src/com/gps/utilities/DataPopulator.java 88 Avoid printStackTrace(); use a logger call instead.
42961 src/com/gps/utilities/DataPopulator.java 94 A method/constructor shouldnt explicitly throw java.lang.Exception
42962 src/com/gps/utilities/DataPopulator.java 94 Parameter 'args' is not assigned and could be declared final
42963 src/com/gps/utilities/DataPopulator.java 94 publicMethodCommentRequirement Required
42964 src/com/gps/utilities/DataPopulator.java 97 System.out.print is used
42965 src/com/gps/utilities/DataPopulator.java 98 Avoid unused local variables such as 'dao'.
42966 src/com/gps/utilities/DataPopulator.java 98 Found 'DU'-anomaly for variable 'dao' (lines '98'-'118').
42967 src/com/gps/utilities/DataPopulator.java 98 Local variable 'dao' could be declared final
42968 src/com/gps/utilities/DataPopulator.java 99 Avoid unused local variables such as 'location'.
42969 src/com/gps/utilities/DataPopulator.java 99 Found 'DU'-anomaly for variable 'location' (lines '99'-'118').
42970 src/com/gps/utilities/DataPopulator.java 99 Local variable 'location' could be declared final
42971 src/com/gps/utilities/DataPopulator.java 110 Comment is too large: Line too long
42972 src/com/gps/utilities/DataPopulator.java 113 Comment is too large: Line too long
42973 src/com/gps/utilities/DataPopulator.java 116 Avoid unused local variables such as 'mngr'.
42974 src/com/gps/utilities/DataPopulator.java 116 Found 'DU'-anomaly for variable 'mngr' (lines '116'-'118').
42975 src/com/gps/utilities/DataPopulator.java 116 Local variable 'mngr' could be declared final
42976 src/com/gps/utilities/DateUtils.java 18 This class has too many methods, consider refactoring it.
42977 src/com/gps/utilities/DateUtils.java 18 headerCommentRequirement Required
42978 src/com/gps/utilities/DateUtils.java 19 The Logger variable declaration does not contain the static and final modifiers
42979 src/com/gps/utilities/DateUtils.java 19 Use explicit scoping instead of the default package private level
42980 src/com/gps/utilities/DateUtils.java 19 fieldCommentRequirement Required
42981 src/com/gps/utilities/DateUtils.java 30 When instantiating a SimpleDateFormat object, specify a Locale
42982 src/com/gps/utilities/DateUtils.java 31 Local variable 'today' could be declared final
42983 src/com/gps/utilities/DateUtils.java 32 Local variable 'str_date' could be declared final
42984 src/com/gps/utilities/DateUtils.java 32 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'str_date' is not final.
42985 src/com/gps/utilities/DateUtils.java 32 Potential violation of Law of Demeter (object not created locally)
42986 src/com/gps/utilities/DateUtils.java 33 Found 'DD'-anomaly for variable 'formattedDate' (lines '33'-'35').
42987 src/com/gps/utilities/DateUtils.java 35 Potential violation of Law of Demeter (object not created locally)
42988 src/com/gps/utilities/DateUtils.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42989 src/com/gps/utilities/DateUtils.java 38 Potential violation of Law of Demeter (object not created locally)
42990 src/com/gps/utilities/DateUtils.java 38 There is log block not surrounded by if
42991 src/com/gps/utilities/DateUtils.java 38 There is log block not surrounded by if
42992 src/com/gps/utilities/DateUtils.java 47 Parameter 'today' is not assigned and could be declared final
42993 src/com/gps/utilities/DateUtils.java 48 Local variable 'days' could be declared final
42994 src/com/gps/utilities/DateUtils.java 49 Local variable 'startCalendar' could be declared final
42995 src/com/gps/utilities/DateUtils.java 53 Local variable 'simpleFormatter' could be declared final
42996 src/com/gps/utilities/DateUtils.java 53 When instantiating a SimpleDateFormat object, specify a Locale
42997 src/com/gps/utilities/DateUtils.java 54 Local variable 'formattedDatepast' could be declared final
42998 src/com/gps/utilities/DateUtils.java 55 Comment is too large: Line too long
42999 src/com/gps/utilities/DateUtils.java 58 Avoid variables with short names like d
43000 src/com/gps/utilities/DateUtils.java 58 Parameter 'd' is not assigned and could be declared final
43001 src/com/gps/utilities/DateUtils.java 58 publicMethodCommentRequirement Required
43002 src/com/gps/utilities/DateUtils.java 60 Avoid variables with short names like c
43003 src/com/gps/utilities/DateUtils.java 60 Local variable 'c' could be declared final
43004 src/com/gps/utilities/DateUtils.java 62 Local variable 'month' could be declared final
43005 src/com/gps/utilities/DateUtils.java 63 Local variable 'day' could be declared final
43006 src/com/gps/utilities/DateUtils.java 64 Local variable 'year' could be declared final
43007 src/com/gps/utilities/DateUtils.java 66 Local variable 'xdate' could be declared final
43008 src/com/gps/utilities/DateUtils.java 66 Potential violation of Law of Demeter (method chain calls)
43009 src/com/gps/utilities/DateUtils.java 66 Potential violation of Law of Demeter (method chain calls)
43010 src/com/gps/utilities/DateUtils.java 66 Potential violation of Law of Demeter (method chain calls)
43011 src/com/gps/utilities/DateUtils.java 67 Consider simply returning the value vs storing it in local variable 'xdate'
43012 src/com/gps/utilities/DateUtils.java 69 Parameter 'end' is not assigned and could be declared final
43013 src/com/gps/utilities/DateUtils.java 69 Parameter 'start' is not assigned and could be declared final
43014 src/com/gps/utilities/DateUtils.java 69 publicMethodCommentRequirement Required
43015 src/com/gps/utilities/DateUtils.java 70 Avoid variables with short names like c1
43016 src/com/gps/utilities/DateUtils.java 70 Local variable 'c1' could be declared final
43017 src/com/gps/utilities/DateUtils.java 72 Avoid variables with short names like c2
43018 src/com/gps/utilities/DateUtils.java 72 Local variable 'c2' could be declared final
43019 src/com/gps/utilities/DateUtils.java 77 Avoid declaring a variable if it is unreferenced before a possible exit point.
43020 src/com/gps/utilities/DateUtils.java 77 Avoid unused local variables such as 'milis1'.
43021 src/com/gps/utilities/DateUtils.java 77 Found 'DU'-anomaly for variable 'milis1' (lines '77'-'89').
43022 src/com/gps/utilities/DateUtils.java 77 Local variable 'milis1' could be declared final
43023 src/com/gps/utilities/DateUtils.java 78 Avoid declaring a variable if it is unreferenced before a possible exit point.
43024 src/com/gps/utilities/DateUtils.java 78 Avoid unused local variables such as 'milis2'.
43025 src/com/gps/utilities/DateUtils.java 78 Found 'DU'-anomaly for variable 'milis2' (lines '78'-'89').
43026 src/com/gps/utilities/DateUtils.java 78 Local variable 'milis2' could be declared final
43027 src/com/gps/utilities/DateUtils.java 81 Local variable 'diff' could be declared final
43028 src/com/gps/utilities/DateUtils.java 83 Local variable 'diffDays' could be declared final
43029 src/com/gps/utilities/DateUtils.java 91 Parameter 'end' is not assigned and could be declared final
43030 src/com/gps/utilities/DateUtils.java 91 Parameter 'start' is not assigned and could be declared final
43031 src/com/gps/utilities/DateUtils.java 91 publicMethodCommentRequirement Required
43032 src/com/gps/utilities/DateUtils.java 92 Found 'DD'-anomaly for variable 'check' (lines '92'-'110').
43033 src/com/gps/utilities/DateUtils.java 92 Found 'DD'-anomaly for variable 'check' (lines '92'-'114').
43034 src/com/gps/utilities/DateUtils.java 93 Avoid variables with short names like c1
43035 src/com/gps/utilities/DateUtils.java 93 Local variable 'c1' could be declared final
43036 src/com/gps/utilities/DateUtils.java 95 Avoid variables with short names like c2
43037 src/com/gps/utilities/DateUtils.java 95 Local variable 'c2' could be declared final
43038 src/com/gps/utilities/DateUtils.java 98 Potential violation of Law of Demeter (object not created locally)
43039 src/com/gps/utilities/DateUtils.java 99 Potential violation of Law of Demeter (object not created locally)
43040 src/com/gps/utilities/DateUtils.java 100 Local variable 'milis1' could be declared final
43041 src/com/gps/utilities/DateUtils.java 100 Potential violation of Law of Demeter (object not created locally)
43042 src/com/gps/utilities/DateUtils.java 101 Local variable 'milis2' could be declared final
43043 src/com/gps/utilities/DateUtils.java 101 Potential violation of Law of Demeter (object not created locally)
43044 src/com/gps/utilities/DateUtils.java 104 Local variable 'diff' could be declared final
43045 src/com/gps/utilities/DateUtils.java 106 Local variable 'diffDays' could be declared final
43046 src/com/gps/utilities/DateUtils.java 108 Avoid using Literals in Conditional Statements
43047 src/com/gps/utilities/DateUtils.java 120 Avoid variables with short names like d1
43048 src/com/gps/utilities/DateUtils.java 120 Avoid variables with short names like d2
43049 src/com/gps/utilities/DateUtils.java 120 Parameter 'd1' is not assigned and could be declared final
43050 src/com/gps/utilities/DateUtils.java 120 Parameter 'd2' is not assigned and could be declared final
43051 src/com/gps/utilities/DateUtils.java 120 publicMethodCommentRequirement Required
43052 src/com/gps/utilities/DateUtils.java 130 Parameter 'count' is not assigned and could be declared final
43053 src/com/gps/utilities/DateUtils.java 130 Parameter 'end' is not assigned and could be declared final
43054 src/com/gps/utilities/DateUtils.java 130 Parameter 'start' is not assigned and could be declared final
43055 src/com/gps/utilities/DateUtils.java 130 publicMethodCommentRequirement Required
43056 src/com/gps/utilities/DateUtils.java 132 Local variable 'sdfDestination_24' could be declared final
43057 src/com/gps/utilities/DateUtils.java 132 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
43058 src/com/gps/utilities/DateUtils.java 132 The String literal "yyyy-MM-dd HH:mm:ss" appears 8 times in this file; the first occurrence is on line 132
43059 src/com/gps/utilities/DateUtils.java 132 When instantiating a SimpleDateFormat object, specify a Locale
43060 src/com/gps/utilities/DateUtils.java 133 Avoid variables with short names like i
43061 src/com/gps/utilities/DateUtils.java 133 Found 'DD'-anomaly for variable 'i' (lines '133'-'139').
43062 src/com/gps/utilities/DateUtils.java 134 Found 'DD'-anomaly for variable 'dateDays' (lines '134'-'138').
43063 src/com/gps/utilities/DateUtils.java 135 Avoid variables with short names like c1
43064 src/com/gps/utilities/DateUtils.java 135 Local variable 'c1' could be declared final
43065 src/com/gps/utilities/DateUtils.java 136 Potential violation of Law of Demeter (object not created locally)
43066 src/com/gps/utilities/DateUtils.java 137 Potential violation of Law of Demeter (object not created locally)
43067 src/com/gps/utilities/DateUtils.java 138 Found 'DD'-anomaly for variable 'dateDays' (lines '138'-'142').
43068 src/com/gps/utilities/DateUtils.java 138 Potential violation of Law of Demeter (object not created locally)
43069 src/com/gps/utilities/DateUtils.java 138 Potential violation of Law of Demeter (object not created locally)
43070 src/com/gps/utilities/DateUtils.java 141 Potential violation of Law of Demeter (object not created locally)
43071 src/com/gps/utilities/DateUtils.java 142 Found 'DD'-anomaly for variable 'dateDays' (lines '142'-'142').
43072 src/com/gps/utilities/DateUtils.java 142 Potential violation of Law of Demeter (object not created locally)
43073 src/com/gps/utilities/DateUtils.java 142 Potential violation of Law of Demeter (object not created locally)
43074 src/com/gps/utilities/DateUtils.java 149 Method names should not contain underscores
43075 src/com/gps/utilities/DateUtils.java 149 Parameter 'date' is not assigned and could be declared final
43076 src/com/gps/utilities/DateUtils.java 149 publicMethodCommentRequirement Required
43077 src/com/gps/utilities/DateUtils.java 152 Local variable 'formatter' could be declared final
43078 src/com/gps/utilities/DateUtils.java 152 When instantiating a SimpleDateFormat object, specify a Locale
43079 src/com/gps/utilities/DateUtils.java 153 Avoid declaring a variable if it is unreferenced before a possible exit point.
43080 src/com/gps/utilities/DateUtils.java 153 Avoid unused local variables such as 'sdfDestination_24'.
43081 src/com/gps/utilities/DateUtils.java 153 Found 'DU'-anomaly for variable 'sdfDestination_24' (lines '153'-'168').
43082 src/com/gps/utilities/DateUtils.java 153 Local variable 'sdfDestination_24' could be declared final
43083 src/com/gps/utilities/DateUtils.java 153 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
43084 src/com/gps/utilities/DateUtils.java 153 When instantiating a SimpleDateFormat object, specify a Locale
43085 src/com/gps/utilities/DateUtils.java 154 Found 'DD'-anomaly for variable 'ddate' (lines '154'-'159').
43086 src/com/gps/utilities/DateUtils.java 155 Found 'DD'-anomaly for variable 'tdate' (lines '155'-'161').
43087 src/com/gps/utilities/DateUtils.java 164 Avoid printStackTrace(); use a logger call instead.
43088 src/com/gps/utilities/DateUtils.java 171 Method names should not contain underscores
43089 src/com/gps/utilities/DateUtils.java 171 Parameter 'date' is not assigned and could be declared final
43090 src/com/gps/utilities/DateUtils.java 172 Local variable 'sdfDestination_24' could be declared final
43091 src/com/gps/utilities/DateUtils.java 172 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
43092 src/com/gps/utilities/DateUtils.java 172 When instantiating a SimpleDateFormat object, specify a Locale
43093 src/com/gps/utilities/DateUtils.java 173 Found 'DD'-anomaly for variable 'string_date' (lines '173'-'182').
43094 src/com/gps/utilities/DateUtils.java 173 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'string_date' is not final.
43095 src/com/gps/utilities/DateUtils.java 174 Avoid variables with short names like c1
43096 src/com/gps/utilities/DateUtils.java 174 Local variable 'c1' could be declared final
43097 src/com/gps/utilities/DateUtils.java 177 Potential violation of Law of Demeter (object not created locally)
43098 src/com/gps/utilities/DateUtils.java 178 Potential violation of Law of Demeter (object not created locally)
43099 src/com/gps/utilities/DateUtils.java 179 Potential violation of Law of Demeter (object not created locally)
43100 src/com/gps/utilities/DateUtils.java 180 Potential violation of Law of Demeter (object not created locally)
43101 src/com/gps/utilities/DateUtils.java 181 Potential violation of Law of Demeter (object not created locally)
43102 src/com/gps/utilities/DateUtils.java 182 Potential violation of Law of Demeter (object not created locally)
43103 src/com/gps/utilities/DateUtils.java 182 Potential violation of Law of Demeter (object not created locally)
43104 src/com/gps/utilities/DateUtils.java 183 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43105 src/com/gps/utilities/DateUtils.java 185 Avoid printStackTrace(); use a logger call instead.
43106 src/com/gps/utilities/DateUtils.java 185 Potential violation of Law of Demeter (object not created locally)
43107 src/com/gps/utilities/DateUtils.java 190 Avoid variables with short names like t
43108 src/com/gps/utilities/DateUtils.java 190 Parameter 't' is not assigned and could be declared final
43109 src/com/gps/utilities/DateUtils.java 190 publicMethodCommentRequirement Required
43110 src/com/gps/utilities/DateUtils.java 193 Local variable 'tOld' could be declared final
43111 src/com/gps/utilities/DateUtils.java 195 Avoid using Literals in Conditional Statements
43112 src/com/gps/utilities/DateUtils.java 195 Avoid using if statements without curly braces
43113 src/com/gps/utilities/DateUtils.java 195 Potential violation of Law of Demeter (object not created locally)
43114 src/com/gps/utilities/DateUtils.java 196 A method should have only one exit point, and that should be the last statement in the method
43115 src/com/gps/utilities/DateUtils.java 198 Local variable 'tNew' could be declared final
43116 src/com/gps/utilities/DateUtils.java 198 Potential violation of Law of Demeter (object not created locally)
43117 src/com/gps/utilities/DateUtils.java 199 Potential violation of Law of Demeter (object not created locally)
43118 src/com/gps/utilities/DateUtils.java 200 Potential violation of Law of Demeter (object not created locally)
43119 src/com/gps/utilities/DateUtils.java 201 Potential violation of Law of Demeter (object not created locally)
43120 src/com/gps/utilities/DateUtils.java 202 Potential violation of Law of Demeter (object not created locally)
43121 src/com/gps/utilities/DateUtils.java 203 Potential violation of Law of Demeter (object not created locally)
43122 src/com/gps/utilities/DateUtils.java 208 Parameter 'date' is not assigned and could be declared final
43123 src/com/gps/utilities/DateUtils.java 210 Local variable 'util' could be declared final
43124 src/com/gps/utilities/DateUtils.java 211 Found 'DD'-anomaly for variable 'int_day' (lines '211'-'222').
43125 src/com/gps/utilities/DateUtils.java 211 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'int_day' is not final.
43126 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'226').
43127 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'230').
43128 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'234').
43129 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'238').
43130 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'242').
43131 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'246').
43132 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'250').
43133 src/com/gps/utilities/DateUtils.java 213 Found 'DD'-anomaly for variable 'tdate' (lines '213'-'218').
43134 src/com/gps/utilities/DateUtils.java 214 Avoid variables with short names like c1
43135 src/com/gps/utilities/DateUtils.java 214 Local variable 'c1' could be declared final
43136 src/com/gps/utilities/DateUtils.java 215 Avoid declaring a variable if it is unreferenced before a possible exit point.
43137 src/com/gps/utilities/DateUtils.java 215 Avoid unused local variables such as 'sdfDestination_24'.
43138 src/com/gps/utilities/DateUtils.java 215 Found 'DU'-anomaly for variable 'sdfDestination_24' (lines '215'-'259').
43139 src/com/gps/utilities/DateUtils.java 215 Local variable 'sdfDestination_24' could be declared final
43140 src/com/gps/utilities/DateUtils.java 215 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
43141 src/com/gps/utilities/DateUtils.java 215 When instantiating a SimpleDateFormat object, specify a Locale
43142 src/com/gps/utilities/DateUtils.java 218 Potential violation of Law of Demeter (object not created locally)
43143 src/com/gps/utilities/DateUtils.java 219 Potential violation of Law of Demeter (object not created locally)
43144 src/com/gps/utilities/DateUtils.java 220 Potential violation of Law of Demeter (object not created locally)
43145 src/com/gps/utilities/DateUtils.java 222 Potential violation of Law of Demeter (object not created locally)
43146 src/com/gps/utilities/DateUtils.java 224 Avoid using Literals in Conditional Statements
43147 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'230').
43148 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'234').
43149 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'238').
43150 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'242').
43151 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'246').
43152 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'250').
43153 src/com/gps/utilities/DateUtils.java 228 Avoid using Literals in Conditional Statements
43154 src/com/gps/utilities/DateUtils.java 230 Found 'DD'-anomaly for variable 'day' (lines '230'-'234').
43155 src/com/gps/utilities/DateUtils.java 230 Found 'DD'-anomaly for variable 'day' (lines '230'-'238').
43156 src/com/gps/utilities/DateUtils.java 230 Found 'DD'-anomaly for variable 'day' (lines '230'-'242').
43157 src/com/gps/utilities/DateUtils.java 230 Found 'DD'-anomaly for variable 'day' (lines '230'-'246').
43158 src/com/gps/utilities/DateUtils.java 230 Found 'DD'-anomaly for variable 'day' (lines '230'-'250').
43159 src/com/gps/utilities/DateUtils.java 232 Avoid using Literals in Conditional Statements
43160 src/com/gps/utilities/DateUtils.java 234 Found 'DD'-anomaly for variable 'day' (lines '234'-'238').
43161 src/com/gps/utilities/DateUtils.java 234 Found 'DD'-anomaly for variable 'day' (lines '234'-'242').
43162 src/com/gps/utilities/DateUtils.java 234 Found 'DD'-anomaly for variable 'day' (lines '234'-'246').
43163 src/com/gps/utilities/DateUtils.java 234 Found 'DD'-anomaly for variable 'day' (lines '234'-'250').
43164 src/com/gps/utilities/DateUtils.java 236 Avoid using Literals in Conditional Statements
43165 src/com/gps/utilities/DateUtils.java 238 Found 'DD'-anomaly for variable 'day' (lines '238'-'242').
43166 src/com/gps/utilities/DateUtils.java 238 Found 'DD'-anomaly for variable 'day' (lines '238'-'246').
43167 src/com/gps/utilities/DateUtils.java 238 Found 'DD'-anomaly for variable 'day' (lines '238'-'250').
43168 src/com/gps/utilities/DateUtils.java 240 Avoid using Literals in Conditional Statements
43169 src/com/gps/utilities/DateUtils.java 242 Found 'DD'-anomaly for variable 'day' (lines '242'-'246').
43170 src/com/gps/utilities/DateUtils.java 242 Found 'DD'-anomaly for variable 'day' (lines '242'-'250').
43171 src/com/gps/utilities/DateUtils.java 244 Avoid using Literals in Conditional Statements
43172 src/com/gps/utilities/DateUtils.java 246 Found 'DD'-anomaly for variable 'day' (lines '246'-'250').
43173 src/com/gps/utilities/DateUtils.java 248 Avoid using Literals in Conditional Statements
43174 src/com/gps/utilities/DateUtils.java 254 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43175 src/com/gps/utilities/DateUtils.java 254 Avoid empty catch blocks
43176 src/com/gps/utilities/DateUtils.java 260 Method names should not contain underscores
43177 src/com/gps/utilities/DateUtils.java 260 Parameter 'date' is not assigned and could be declared final
43178 src/com/gps/utilities/DateUtils.java 260 publicMethodCommentRequirement Required
43179 src/com/gps/utilities/DateUtils.java 262 Avoid declaring a variable if it is unreferenced before a possible exit point.
43180 src/com/gps/utilities/DateUtils.java 262 Avoid unused local variables such as 'after30'.
43181 src/com/gps/utilities/DateUtils.java 262 Found 'DU'-anomaly for variable 'after30' (lines '262'-'279').
43182 src/com/gps/utilities/DateUtils.java 262 Local variable 'after30' could be declared final
43183 src/com/gps/utilities/DateUtils.java 263 Avoid declaring a variable if it is unreferenced before a possible exit point.
43184 src/com/gps/utilities/DateUtils.java 263 Avoid unused local variables such as 'formatter'.
43185 src/com/gps/utilities/DateUtils.java 263 Found 'DU'-anomaly for variable 'formatter' (lines '263'-'279').
43186 src/com/gps/utilities/DateUtils.java 263 Local variable 'formatter' could be declared final
43187 src/com/gps/utilities/DateUtils.java 263 When instantiating a SimpleDateFormat object, specify a Locale
43188 src/com/gps/utilities/DateUtils.java 264 Avoid declaring a variable if it is unreferenced before a possible exit point.
43189 src/com/gps/utilities/DateUtils.java 264 Avoid excessively long variable names like dateAfterCurrentDate_30
43190 src/com/gps/utilities/DateUtils.java 264 Avoid unused local variables such as 'dateAfterCurrentDate_30'.
43191 src/com/gps/utilities/DateUtils.java 264 Found 'DU'-anomaly for variable 'dateAfterCurrentDate_30' (lines '264'-'279').
43192 src/com/gps/utilities/DateUtils.java 264 Local variable 'dateAfterCurrentDate_30' could be declared final
43193 src/com/gps/utilities/DateUtils.java 264 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateAfterCurrentDate_30' is not final.
43194 src/com/gps/utilities/DateUtils.java 265 Local variable 'sdfDestination_24' could be declared final
43195 src/com/gps/utilities/DateUtils.java 265 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
43196 src/com/gps/utilities/DateUtils.java 265 When instantiating a SimpleDateFormat object, specify a Locale
43197 src/com/gps/utilities/DateUtils.java 266 Local variable 'calendar' could be declared final
43198 src/com/gps/utilities/DateUtils.java 270 Local variable 'current_after30' could be declared final
43199 src/com/gps/utilities/DateUtils.java 270 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_after30' is not final.
43200 src/com/gps/utilities/DateUtils.java 281 Parameter 'date' is not assigned and could be declared final
43201 src/com/gps/utilities/DateUtils.java 281 Parameter 'duration' is not assigned and could be declared final
43202 src/com/gps/utilities/DateUtils.java 281 publicMethodCommentRequirement Required
43203 src/com/gps/utilities/DateUtils.java 284 Avoid declaring a variable if it is unreferenced before a possible exit point.
43204 src/com/gps/utilities/DateUtils.java 284 Avoid unused local variables such as 'format'.
43205 src/com/gps/utilities/DateUtils.java 284 Found 'DU'-anomaly for variable 'format' (lines '284'-'293').
43206 src/com/gps/utilities/DateUtils.java 284 Local variable 'format' could be declared final
43207 src/com/gps/utilities/DateUtils.java 284 When instantiating a SimpleDateFormat object, specify a Locale
43208 src/com/gps/utilities/DateUtils.java 286 Local variable 'cal' could be declared final
43209 src/com/gps/utilities/DateUtils.java 294 Parameter 'args' is not assigned and could be declared final
43210 src/com/gps/utilities/DateUtils.java 294 publicMethodCommentRequirement Required
43211 src/com/gps/utilities/DateUtils.java 299 Avoid variables with short names like du
43212 src/com/gps/utilities/DateUtils.java 299 Local variable 'du' could be declared final
43213 src/com/gps/utilities/DateUtils.java 301 Avoid unused local variables such as 'formatter'.
43214 src/com/gps/utilities/DateUtils.java 301 Found 'DU'-anomaly for variable 'formatter' (lines '301'-'305').
43215 src/com/gps/utilities/DateUtils.java 301 Local variable 'formatter' could be declared final
43216 src/com/gps/utilities/DateUtils.java 301 When instantiating a SimpleDateFormat object, specify a Locale
43217 src/com/gps/utilities/DetailsFetcher.java 3 Avoid unused imports such as 'java.util.List'
43218 src/com/gps/utilities/DetailsFetcher.java 11 Avoid unused imports such as 'com.gps.hibernate.Phone'
43219 src/com/gps/utilities/DetailsFetcher.java 12 Avoid unused imports such as 'com.gps.hibernate.PhoneDAO'
43220 src/com/gps/utilities/DetailsFetcher.java 13 Avoid unused imports such as 'com.gps.hibernate.UsersOrgs'
43221 src/com/gps/utilities/DetailsFetcher.java 16 headerCommentRequirement Required
43222 src/com/gps/utilities/DetailsFetcher.java 18 The Logger variable declaration does not contain the static and final modifiers
43223 src/com/gps/utilities/DetailsFetcher.java 18 Use explicit scoping instead of the default package private level
43224 src/com/gps/utilities/DetailsFetcher.java 18 fieldCommentRequirement Required
43225 src/com/gps/utilities/DetailsFetcher.java 23 Parameter 'imeiNo' is not assigned and could be declared final
43226 src/com/gps/utilities/DetailsFetcher.java 23 publicMethodCommentRequirement Required
43227 src/com/gps/utilities/DetailsFetcher.java 25 Comment is too large: Too many lines
43228 src/com/gps/utilities/DetailsFetcher.java 26 Comment is too large: Line too long
43229 src/com/gps/utilities/DetailsFetcher.java 29 Comment is too large: Line too long
43230 src/com/gps/utilities/DetailsFetcher.java 36 Local variable 'fetchObj' could be declared final
43231 src/com/gps/utilities/DetailsFetcher.java 37 A method should have only one exit point, and that should be the last statement in the method
43232 src/com/gps/utilities/DetailsFetcher.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43233 src/com/gps/utilities/DetailsFetcher.java 41 There is log block not surrounded by if
43234 src/com/gps/utilities/DeviceStatusChecker.java 10 Comment is too large: Too many lines
43235 src/com/gps/utilities/DeviceStatusChecker.java 14 Comment is too large: Line too long
43236 src/com/gps/utilities/DeviceStatusChecker.java 22 Avoid unused imports such as 'java.util.ArrayList'
43237 src/com/gps/utilities/DeviceStatusChecker.java 25 Avoid unused imports such as 'java.util.List'
43238 src/com/gps/utilities/DeviceStatusChecker.java 35 Avoid unused imports such as 'com.gps.automation.JSONConverter'
43239 src/com/gps/utilities/DeviceStatusChecker.java 40 Avoid unused imports such as 'com.gps.vo.OrgOfflineList'
43240 src/com/gps/utilities/DeviceStatusChecker.java 42 headerCommentRequirement Required
43241 src/com/gps/utilities/DeviceStatusChecker.java 44 The Logger variable declaration does not contain the static and final modifiers
43242 src/com/gps/utilities/DeviceStatusChecker.java 44 Use explicit scoping instead of the default package private level
43243 src/com/gps/utilities/DeviceStatusChecker.java 44 fieldCommentRequirement Required
43244 src/com/gps/utilities/DeviceStatusChecker.java 48 Parameter 'date' is not assigned and could be declared final
43245 src/com/gps/utilities/DeviceStatusChecker.java 48 publicMethodCommentRequirement Required
43246 src/com/gps/utilities/DeviceStatusChecker.java 51 Found 'DD'-anomaly for variable 'offBusList' (lines '51'-'71').
43247 src/com/gps/utilities/DeviceStatusChecker.java 55 Local variable 'dataTable' could be declared final
43248 src/com/gps/utilities/DeviceStatusChecker.java 60 System.out.print is used
43249 src/com/gps/utilities/DeviceStatusChecker.java 66 Potential violation of Law of Demeter (object not created locally)
43250 src/com/gps/utilities/DeviceStatusChecker.java 68 There is log block not surrounded by if
43251 src/com/gps/utilities/DeviceStatusChecker.java 68 There is log block not surrounded by if
43252 src/com/gps/utilities/DeviceStatusChecker.java 71 Potential violation of Law of Demeter (object not created locally)
43253 src/com/gps/utilities/DeviceStatusChecker.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43254 src/com/gps/utilities/DeviceStatusChecker.java 75 Potential violation of Law of Demeter (object not created locally)
43255 src/com/gps/utilities/DeviceStatusChecker.java 75 There is log block not surrounded by if
43256 src/com/gps/utilities/DeviceStatusChecker.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43257 src/com/gps/utilities/DeviceStatusChecker.java 84 Potential violation of Law of Demeter (object not created locally)
43258 src/com/gps/utilities/DeviceStatusChecker.java 84 There is log block not surrounded by if
43259 src/com/gps/utilities/DeviceStatusChecker.java 93 Parameter 'date' is not assigned and could be declared final
43260 src/com/gps/utilities/DeviceStatusChecker.java 93 Parameter 'interval' is not assigned and could be declared final
43261 src/com/gps/utilities/DeviceStatusChecker.java 93 publicMethodCommentRequirement Required
43262 src/com/gps/utilities/DeviceStatusChecker.java 96 Found 'DD'-anomaly for variable 'offBusList' (lines '96'-'112').
43263 src/com/gps/utilities/DeviceStatusChecker.java 97 Local variable 'dataTable' could be declared final
43264 src/com/gps/utilities/DeviceStatusChecker.java 101 System.out.print is used
43265 src/com/gps/utilities/DeviceStatusChecker.java 107 Potential violation of Law of Demeter (object not created locally)
43266 src/com/gps/utilities/DeviceStatusChecker.java 109 There is log block not surrounded by if
43267 src/com/gps/utilities/DeviceStatusChecker.java 109 There is log block not surrounded by if
43268 src/com/gps/utilities/DeviceStatusChecker.java 111 Avoid using if...else statements without curly braces
43269 src/com/gps/utilities/DeviceStatusChecker.java 111 There is log block not surrounded by if
43270 src/com/gps/utilities/DeviceStatusChecker.java 111 There is log block not surrounded by if
43271 src/com/gps/utilities/DeviceStatusChecker.java 112 Potential violation of Law of Demeter (object not created locally)
43272 src/com/gps/utilities/DeviceStatusChecker.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43273 src/com/gps/utilities/DeviceStatusChecker.java 116 Potential violation of Law of Demeter (object not created locally)
43274 src/com/gps/utilities/DeviceStatusChecker.java 116 There is log block not surrounded by if
43275 src/com/gps/utilities/DeviceStatusChecker.java 124 There is log block not surrounded by if
43276 src/com/gps/utilities/DeviceStatusChecker.java 124 There is log block not surrounded by if
43277 src/com/gps/utilities/DeviceStatusChecker.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43278 src/com/gps/utilities/DeviceStatusChecker.java 131 There is log block not surrounded by if
43279 src/com/gps/utilities/DeviceStatusChecker.java 139 Parameter 'duration' is not assigned and could be declared final
43280 src/com/gps/utilities/DeviceStatusChecker.java 139 publicMethodCommentRequirement Required
43281 src/com/gps/utilities/DeviceStatusChecker.java 141 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'date_prev' is not final.
43282 src/com/gps/utilities/DeviceStatusChecker.java 142 Found 'DD'-anomaly for variable 'previous' (lines '142'-'152').
43283 src/com/gps/utilities/DeviceStatusChecker.java 144 Local variable 'calendar' could be declared final
43284 src/com/gps/utilities/DeviceStatusChecker.java 148 When instantiating a SimpleDateFormat object, specify a Locale
43285 src/com/gps/utilities/DeviceStatusChecker.java 150 Potential violation of Law of Demeter (object not created locally)
43286 src/com/gps/utilities/DeviceStatusChecker.java 151 Potential violation of Law of Demeter (object not created locally)
43287 src/com/gps/utilities/DeviceStatusChecker.java 152 Potential violation of Law of Demeter (object not created locally)
43288 src/com/gps/utilities/DeviceStatusChecker.java 154 There is log block not surrounded by if
43289 src/com/gps/utilities/DeviceStatusChecker.java 154 There is log block not surrounded by if
43290 src/com/gps/utilities/DeviceStatusChecker.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43291 src/com/gps/utilities/DeviceStatusChecker.java 159 There is log block not surrounded by if
43292 src/com/gps/utilities/DistanceCalc.java 3 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
43293 src/com/gps/utilities/DistanceCalc.java 3 headerCommentRequirement Required
43294 src/com/gps/utilities/DistanceCalc.java 6 Parameter 'lat1' is not assigned and could be declared final
43295 src/com/gps/utilities/DistanceCalc.java 6 Parameter 'lat2' is not assigned and could be declared final
43296 src/com/gps/utilities/DistanceCalc.java 6 Parameter 'lng1' is not assigned and could be declared final
43297 src/com/gps/utilities/DistanceCalc.java 6 Parameter 'lng2' is not assigned and could be declared final
43298 src/com/gps/utilities/DistanceCalc.java 8 Local variable 'earthRadius' could be declared final
43299 src/com/gps/utilities/DistanceCalc.java 9 Local variable 'dLat' could be declared final
43300 src/com/gps/utilities/DistanceCalc.java 10 Local variable 'dLng' could be declared final
43301 src/com/gps/utilities/DistanceCalc.java 11 Avoid variables with short names like a
43302 src/com/gps/utilities/DistanceCalc.java 11 Local variable 'a' could be declared final
43303 src/com/gps/utilities/DistanceCalc.java 14 Avoid variables with short names like c
43304 src/com/gps/utilities/DistanceCalc.java 14 Local variable 'c' could be declared final
43305 src/com/gps/utilities/DistanceCalc.java 15 Local variable 'dist' could be declared final
43306 src/com/gps/utilities/DistanceCalc.java 16 Local variable 'kmConversion' could be declared final
43307 src/com/gps/utilities/DistanceCalc.java 17 Local variable 'distance' could be declared final
43308 src/com/gps/utilities/DistanceRest.java 17 headerCommentRequirement Required
43309 src/com/gps/utilities/DistanceRest.java 19 The Logger variable declaration does not contain the static and final modifiers
43310 src/com/gps/utilities/DistanceRest.java 19 Use explicit scoping instead of the default package private level
43311 src/com/gps/utilities/DistanceRest.java 19 fieldCommentRequirement Required
43312 src/com/gps/utilities/DistanceRest.java 23 Found 'UR'-anomaly for variable 'dateVO' (lines '23'-'39').
43313 src/com/gps/utilities/DistanceRest.java 23 Found 'UR'-anomaly for variable 'tripDist' (lines '23'-'41').
43314 src/com/gps/utilities/DistanceRest.java 23 Found 'UR'-anomaly for variable 'tripVO' (lines '23'-'37').
43315 src/com/gps/utilities/DistanceRest.java 23 Method names should not start with capital letters
43316 src/com/gps/utilities/DistanceRest.java 23 Parameter 'FromDate' is not assigned and could be declared final
43317 src/com/gps/utilities/DistanceRest.java 23 Parameter 'ToDate' is not assigned and could be declared final
43318 src/com/gps/utilities/DistanceRest.java 23 Parameter 'vehicleId' is not assigned and could be declared final
43319 src/com/gps/utilities/DistanceRest.java 23 Variables should start with a lowercase character, 'FromDate' starts with uppercase character.
43320 src/com/gps/utilities/DistanceRest.java 23 Variables should start with a lowercase character, 'ToDate' starts with uppercase character.
43321 src/com/gps/utilities/DistanceRest.java 23 publicMethodCommentRequirement Required
43322 src/com/gps/utilities/DistanceRest.java 27 Local variable 'distance' could be declared final
43323 src/com/gps/utilities/DistanceRest.java 28 There is log block not surrounded by if
43324 src/com/gps/utilities/DistanceRest.java 28 There is log block not surrounded by if
43325 src/com/gps/utilities/DistanceRest.java 29 Local variable 'dataList' could be declared final
43326 src/com/gps/utilities/DistanceRest.java 30 Found 'DU'-anomaly for variable 'cumulative' (lines '30'-'61').
43327 src/com/gps/utilities/DistanceRest.java 33 Avoid using Literals in Conditional Statements
43328 src/com/gps/utilities/DistanceRest.java 33 Potential violation of Law of Demeter (object not created locally)
43329 src/com/gps/utilities/DistanceRest.java 33 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
43330 src/com/gps/utilities/DistanceRest.java 35 Local variable 'tripVO' could be declared final
43331 src/com/gps/utilities/DistanceRest.java 37 Local variable 'dateVO' could be declared final
43332 src/com/gps/utilities/DistanceRest.java 39 Local variable 'tripDist' could be declared final
43333 src/com/gps/utilities/DistanceRest.java 46 A method should have only one exit point, and that should be the last statement in the method
43334 src/com/gps/utilities/DistanceRest.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43335 src/com/gps/utilities/DistanceRest.java 51 There is log block not surrounded by if
43336 src/com/gps/utilities/DistanceRest.java 52 Avoid printStackTrace(); use a logger call instead.
43337 src/com/gps/utilities/DistanceRest.java 53 A method should have only one exit point, and that should be the last statement in the method
43338 src/com/gps/utilities/DistanceRest.java 63 Parameter 'args' is not assigned and could be declared final
43339 src/com/gps/utilities/DistanceRest.java 63 publicMethodCommentRequirement Required
43340 src/com/gps/utilities/DistanceRest.java 65 Local variable 'rest' could be declared final
43341 src/com/gps/utilities/DistanceRest.java 66 There is log block not surrounded by if
43342 src/com/gps/utilities/DistanceRest.java 66 There is log block not surrounded by if
43343 src/com/gps/utilities/DynamicTrip.java 18 headerCommentRequirement Required
43344 src/com/gps/utilities/DynamicTrip.java 20 The Logger variable declaration does not contain the static and final modifiers
43345 src/com/gps/utilities/DynamicTrip.java 20 Use explicit scoping instead of the default package private level
43346 src/com/gps/utilities/DynamicTrip.java 20 fieldCommentRequirement Required
43347 src/com/gps/utilities/DynamicTrip.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
43348 src/com/gps/utilities/DynamicTrip.java 21 Use explicit scoping instead of the default package private level
43349 src/com/gps/utilities/DynamicTrip.java 21 fieldCommentRequirement Required
43350 src/com/gps/utilities/DynamicTrip.java 22 Method names should not start with capital letters
43351 src/com/gps/utilities/DynamicTrip.java 22 Parameter 'CrTime' is not assigned and could be declared final
43352 src/com/gps/utilities/DynamicTrip.java 22 Parameter 'heading' is not assigned and could be declared final
43353 src/com/gps/utilities/DynamicTrip.java 22 Parameter 'lat' is not assigned and could be declared final
43354 src/com/gps/utilities/DynamicTrip.java 22 Parameter 'lon' is not assigned and could be declared final
43355 src/com/gps/utilities/DynamicTrip.java 22 Parameter 'vehicleId' is not assigned and could be declared final
43356 src/com/gps/utilities/DynamicTrip.java 22 Variables should start with a lowercase character, 'CrTime' starts with uppercase character.
43357 src/com/gps/utilities/DynamicTrip.java 22 publicMethodCommentRequirement Required
43358 src/com/gps/utilities/DynamicTrip.java 24 Local variable 'form' could be declared final
43359 src/com/gps/utilities/DynamicTrip.java 24 When instantiating a SimpleDateFormat object, specify a Locale
43360 src/com/gps/utilities/DynamicTrip.java 28 Local variable 'vehicleDAO' could be declared final
43361 src/com/gps/utilities/DynamicTrip.java 29 Local variable 'vehicle' could be declared final
43362 src/com/gps/utilities/DynamicTrip.java 32 Local variable 'TripStartTime' could be declared final
43363 src/com/gps/utilities/DynamicTrip.java 32 Variables should start with a lowercase character, 'TripStartTime' starts with uppercase character.
43364 src/com/gps/utilities/DynamicTrip.java 33 Local variable 'TripEndTime' could be declared final
43365 src/com/gps/utilities/DynamicTrip.java 33 Variables should start with a lowercase character, 'TripEndTime' starts with uppercase character.
43366 src/com/gps/utilities/DynamicTrip.java 35 There is log block not surrounded by if
43367 src/com/gps/utilities/DynamicTrip.java 35 There is log block not surrounded by if
43368 src/com/gps/utilities/DynamicTrip.java 37 Local variable 'push_trip_details' could be declared final
43369 src/com/gps/utilities/DynamicTrip.java 37 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'push_trip_details' is not final.
43370 src/com/gps/utilities/DynamicTrip.java 37 Potential violation of Law of Demeter (method chain calls)
43371 src/com/gps/utilities/DynamicTrip.java 37 Potential violation of Law of Demeter (method chain calls)
43372 src/com/gps/utilities/DynamicTrip.java 37 Potential violation of Law of Demeter (method chain calls)
43373 src/com/gps/utilities/DynamicTrip.java 37 Potential violation of Law of Demeter (object not created locally)
43374 src/com/gps/utilities/DynamicTrip.java 37 Potential violation of Law of Demeter (object not created locally)
43375 src/com/gps/utilities/DynamicTrip.java 37 Potential violation of Law of Demeter (object not created locally)
43376 src/com/gps/utilities/DynamicTrip.java 43 There is log block not surrounded by if
43377 src/com/gps/utilities/DynamicTrip.java 43 There is log block not surrounded by if
43378 src/com/gps/utilities/DynamicTrip.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43379 src/com/gps/utilities/DynamicTrip.java 47 There is log block not surrounded by if
43380 src/com/gps/utilities/DynamicTrip.java 47 There is log block not surrounded by if
43381 src/com/gps/utilities/DynamicTrip.java 48 Avoid printStackTrace(); use a logger call instead.
43382 src/com/gps/utilities/DynamicTrip.java 52 Method names should not start with capital letters
43383 src/com/gps/utilities/DynamicTrip.java 52 Parameter 'CrTime' is not assigned and could be declared final
43384 src/com/gps/utilities/DynamicTrip.java 52 Parameter 'form' is not assigned and could be declared final
43385 src/com/gps/utilities/DynamicTrip.java 52 Variables should start with a lowercase character, 'CrTime' starts with uppercase character.
43386 src/com/gps/utilities/DynamicTrip.java 54 Local variable 'cal' could be declared final
43387 src/com/gps/utilities/DynamicTrip.java 55 Potential violation of Law of Demeter (object not created locally)
43388 src/com/gps/utilities/DynamicTrip.java 56 Potential violation of Law of Demeter (object not created locally)
43389 src/com/gps/utilities/DynamicTrip.java 57 Potential violation of Law of Demeter (object not created locally)
43390 src/com/gps/utilities/DynamicTrip.java 60 Method names should not start with capital letters
43391 src/com/gps/utilities/DynamicTrip.java 60 Parameter 'vehicleId' is not assigned and could be declared final
43392 src/com/gps/utilities/DynamicTrip.java 60 publicMethodCommentRequirement Required
43393 src/com/gps/utilities/DynamicTrip.java 65 Local variable 'trips' could be declared final
43394 src/com/gps/utilities/DynamicTrip.java 68 Avoid using equals() to compare against null
43395 src/com/gps/utilities/DynamicTrip.java 68 Position literals first in String comparisons
43396 src/com/gps/utilities/DynamicTrip.java 68 Potential violation of Law of Demeter (object not created locally)
43397 src/com/gps/utilities/DynamicTrip.java 70 Avoid variables with short names like tx
43398 src/com/gps/utilities/DynamicTrip.java 70 Found 'DD'-anomaly for variable 'tx' (lines '70'-'71').
43399 src/com/gps/utilities/DynamicTrip.java 71 Potential violation of Law of Demeter (method chain calls)
43400 src/com/gps/utilities/DynamicTrip.java 72 Potential violation of Law of Demeter (object not created locally)
43401 src/com/gps/utilities/DynamicTrip.java 73 Potential violation of Law of Demeter (object not created locally)
43402 src/com/gps/utilities/DynamicTrip.java 74 Potential violation of Law of Demeter (object not created locally)
43403 src/com/gps/utilities/DynamicTrip.java 75 Potential violation of Law of Demeter (method chain calls)
43404 src/com/gps/utilities/DynamicTrip.java 76 Potential violation of Law of Demeter (object not created locally)
43405 src/com/gps/utilities/DynamicTrip.java 77 Potential violation of Law of Demeter (method chain calls)
43406 src/com/gps/utilities/DynamicTrip.java 78 Potential violation of Law of Demeter (object not created locally)
43407 src/com/gps/utilities/DynamicTrip.java 78 There is log block not surrounded by if
43408 src/com/gps/utilities/DynamicTrip.java 78 There is log block not surrounded by if
43409 src/com/gps/utilities/DynamicTrip.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43410 src/com/gps/utilities/DynamicTrip.java 85 There is log block not surrounded by if
43411 src/com/gps/utilities/DynamicTrip.java 85 There is log block not surrounded by if
43412 src/com/gps/utilities/DynamicTrip.java 86 Avoid printStackTrace(); use a logger call instead.
43413 src/com/gps/utilities/DynamicTrip.java 86 Potential violation of Law of Demeter (object not created locally)
43414 src/com/gps/utilities/DynamicTrip.java 90 Method names should not start with capital letters
43415 src/com/gps/utilities/DynamicTrip.java 90 Parameter 'vehicleId' is not assigned and could be declared final
43416 src/com/gps/utilities/DynamicTrip.java 94 Found 'DD'-anomaly for variable 'trips' (lines '94'-'95').
43417 src/com/gps/utilities/DynamicTrip.java 95 Potential violation of Law of Demeter (method chain calls)
43418 src/com/gps/utilities/DynamicTrip.java 95 Potential violation of Law of Demeter (method chain calls)
43419 src/com/gps/utilities/DynamicTrip.java 96 Avoid using Literals in Conditional Statements
43420 src/com/gps/utilities/DynamicTrip.java 96 Potential violation of Law of Demeter (object not created locally)
43421 src/com/gps/utilities/DynamicTrip.java 96 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
43422 src/com/gps/utilities/DynamicTrip.java 98 A method should have only one exit point, and that should be the last statement in the method
43423 src/com/gps/utilities/DynamicTrip.java 98 Potential violation of Law of Demeter (object not created locally)
43424 src/com/gps/utilities/DynamicTrip.java 102 There is log block not surrounded by if
43425 src/com/gps/utilities/DynamicTrip.java 102 There is log block not surrounded by if
43426 src/com/gps/utilities/DynamicTrip.java 105 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43427 src/com/gps/utilities/DynamicTrip.java 107 There is log block not surrounded by if
43428 src/com/gps/utilities/DynamicTrip.java 107 There is log block not surrounded by if
43429 src/com/gps/utilities/DynamicTrip.java 108 Avoid printStackTrace(); use a logger call instead.
43430 src/com/gps/utilities/DynamicTrip.java 108 Potential violation of Law of Demeter (object not created locally)
43431 src/com/gps/utilities/DynamicTrip.java 113 Parameter 'args' is not assigned and could be declared final
43432 src/com/gps/utilities/DynamicTrip.java 113 publicMethodCommentRequirement Required
43433 src/com/gps/utilities/DynamicTrip.java 115 Local variable 'obj' could be declared final
43434 src/com/gps/utilities/FenceCreator.java 5 Avoid unused imports such as 'java.util.Date'
43435 src/com/gps/utilities/FenceCreator.java 22 The class 'FenceCreator' has a Cyclomatic Complexity of 7 (Highest = 14).
43436 src/com/gps/utilities/FenceCreator.java 22 headerCommentRequirement Required
43437 src/com/gps/utilities/FenceCreator.java 25 The Logger variable declaration does not contain the static and final modifiers
43438 src/com/gps/utilities/FenceCreator.java 25 fieldCommentRequirement Required
43439 src/com/gps/utilities/FenceCreator.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
43440 src/com/gps/utilities/FenceCreator.java 26 Use explicit scoping instead of the default package private level
43441 src/com/gps/utilities/FenceCreator.java 26 fieldCommentRequirement Required
43442 src/com/gps/utilities/FenceCreator.java 28 Found 'UR'-anomaly for variable 'tripDetails' (lines '28'-'49').
43443 src/com/gps/utilities/FenceCreator.java 28 Parameter 'orgId' is not assigned and could be declared final
43444 src/com/gps/utilities/FenceCreator.java 28 The method 'createTripFences' has a Cyclomatic Complexity of 14.
43445 src/com/gps/utilities/FenceCreator.java 28 publicMethodCommentRequirement Required
43446 src/com/gps/utilities/FenceCreator.java 30 Local variable 'tripDao' could be declared final
43447 src/com/gps/utilities/FenceCreator.java 32 Found 'DD'-anomaly for variable 'tripList' (lines '32'-'45').
43448 src/com/gps/utilities/FenceCreator.java 33 Avoid unused local variables such as 'fencedao'.
43449 src/com/gps/utilities/FenceCreator.java 33 Found 'DU'-anomaly for variable 'fencedao' (lines '33'-'89').
43450 src/com/gps/utilities/FenceCreator.java 33 Local variable 'fencedao' could be declared final
43451 src/com/gps/utilities/FenceCreator.java 34 Found 'DU'-anomaly for variable 'fenceDAO' (lines '34'-'89').
43452 src/com/gps/utilities/FenceCreator.java 34 Local variable 'fenceDAO' could be declared final
43453 src/com/gps/utilities/FenceCreator.java 35 Avoid unused local variables such as 'lattitude'.
43454 src/com/gps/utilities/FenceCreator.java 35 Found 'DU'-anomaly for variable 'lattitude' (lines '35'-'89').
43455 src/com/gps/utilities/FenceCreator.java 35 Local variable 'lattitude' could be declared final
43456 src/com/gps/utilities/FenceCreator.java 36 Avoid unused local variables such as 'longitude'.
43457 src/com/gps/utilities/FenceCreator.java 36 Found 'DU'-anomaly for variable 'longitude' (lines '36'-'89').
43458 src/com/gps/utilities/FenceCreator.java 36 Local variable 'longitude' could be declared final
43459 src/com/gps/utilities/FenceCreator.java 37 Avoid unused local variables such as 'startAM'.
43460 src/com/gps/utilities/FenceCreator.java 37 Found 'DU'-anomaly for variable 'startAM' (lines '37'-'89').
43461 src/com/gps/utilities/FenceCreator.java 37 Local variable 'startAM' could be declared final
43462 src/com/gps/utilities/FenceCreator.java 38 Avoid unused local variables such as 'endAM'.
43463 src/com/gps/utilities/FenceCreator.java 38 Found 'DU'-anomaly for variable 'endAM' (lines '38'-'89').
43464 src/com/gps/utilities/FenceCreator.java 38 Local variable 'endAM' could be declared final
43465 src/com/gps/utilities/FenceCreator.java 39 Avoid unused local variables such as 'startPM'.
43466 src/com/gps/utilities/FenceCreator.java 39 Found 'DU'-anomaly for variable 'startPM' (lines '39'-'89').
43467 src/com/gps/utilities/FenceCreator.java 39 Local variable 'startPM' could be declared final
43468 src/com/gps/utilities/FenceCreator.java 40 Avoid unused local variables such as 'endPM'.
43469 src/com/gps/utilities/FenceCreator.java 40 Found 'DU'-anomaly for variable 'endPM' (lines '40'-'89').
43470 src/com/gps/utilities/FenceCreator.java 40 Local variable 'endPM' could be declared final
43471 src/com/gps/utilities/FenceCreator.java 41 Avoid unused local variables such as 'formatter'.
43472 src/com/gps/utilities/FenceCreator.java 41 Found 'DU'-anomaly for variable 'formatter' (lines '41'-'89').
43473 src/com/gps/utilities/FenceCreator.java 41 Local variable 'formatter' could be declared final
43474 src/com/gps/utilities/FenceCreator.java 41 When instantiating a SimpleDateFormat object, specify a Locale
43475 src/com/gps/utilities/FenceCreator.java 44 There is log block not surrounded by if
43476 src/com/gps/utilities/FenceCreator.java 44 There is log block not surrounded by if
43477 src/com/gps/utilities/FenceCreator.java 45 Potential violation of Law of Demeter (method chain calls)
43478 src/com/gps/utilities/FenceCreator.java 45 Potential violation of Law of Demeter (method chain calls)
43479 src/com/gps/utilities/FenceCreator.java 45 Potential violation of Law of Demeter (object not created locally)
43480 src/com/gps/utilities/FenceCreator.java 47 Local variable 'tripDetails' could be declared final
43481 src/com/gps/utilities/FenceCreator.java 49 There is log block not surrounded by if
43482 src/com/gps/utilities/FenceCreator.java 49 There is log block not surrounded by if
43483 src/com/gps/utilities/FenceCreator.java 50 Local variable 'start' could be declared final
43484 src/com/gps/utilities/FenceCreator.java 50 Potential violation of Law of Demeter (object not created locally)
43485 src/com/gps/utilities/FenceCreator.java 51 Comment is too large: Line too long
43486 src/com/gps/utilities/FenceCreator.java 52 Local variable 'end' could be declared final
43487 src/com/gps/utilities/FenceCreator.java 52 Potential violation of Law of Demeter (object not created locally)
43488 src/com/gps/utilities/FenceCreator.java 53 Comment is too large: Line too long
43489 src/com/gps/utilities/FenceCreator.java 55 There is log block not surrounded by if
43490 src/com/gps/utilities/FenceCreator.java 55 There is log block not surrounded by if
43491 src/com/gps/utilities/FenceCreator.java 56 Local variable 'userList' could be declared final
43492 src/com/gps/utilities/FenceCreator.java 56 Potential violation of Law of Demeter (method chain calls)
43493 src/com/gps/utilities/FenceCreator.java 56 Potential violation of Law of Demeter (method chain calls)
43494 src/com/gps/utilities/FenceCreator.java 56 Potential violation of Law of Demeter (object not created locally)
43495 src/com/gps/utilities/FenceCreator.java 58 Potential violation of Law of Demeter (object not created locally)
43496 src/com/gps/utilities/FenceCreator.java 58 There is log block not surrounded by if
43497 src/com/gps/utilities/FenceCreator.java 58 There is log block not surrounded by if
43498 src/com/gps/utilities/FenceCreator.java 59 Potential violation of Law of Demeter (object not created locally)
43499 src/com/gps/utilities/FenceCreator.java 59 There is log block not surrounded by if
43500 src/com/gps/utilities/FenceCreator.java 59 There is log block not surrounded by if
43501 src/com/gps/utilities/FenceCreator.java 60 Potential violation of Law of Demeter (method chain calls)
43502 src/com/gps/utilities/FenceCreator.java 60 Potential violation of Law of Demeter (method chain calls)
43503 src/com/gps/utilities/FenceCreator.java 60 Potential violation of Law of Demeter (object not created locally)
43504 src/com/gps/utilities/FenceCreator.java 60 Potential violation of Law of Demeter (object not created locally)
43505 src/com/gps/utilities/FenceCreator.java 60 Potential violation of Law of Demeter (object not created locally)
43506 src/com/gps/utilities/FenceCreator.java 60 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
43507 src/com/gps/utilities/FenceCreator.java 61 Potential violation of Law of Demeter (object not created locally)
43508 src/com/gps/utilities/FenceCreator.java 61 There is log block not surrounded by if
43509 src/com/gps/utilities/FenceCreator.java 61 There is log block not surrounded by if
43510 src/com/gps/utilities/FenceCreator.java 64 Avoid using Literals in Conditional Statements
43511 src/com/gps/utilities/FenceCreator.java 64 Potential violation of Law of Demeter (object not created locally)
43512 src/com/gps/utilities/FenceCreator.java 64 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
43513 src/com/gps/utilities/FenceCreator.java 65 Avoid using if...else statements without curly braces
43514 src/com/gps/utilities/FenceCreator.java 65 Potential violation of Law of Demeter (object not created locally)
43515 src/com/gps/utilities/FenceCreator.java 65 There is log block not surrounded by if
43516 src/com/gps/utilities/FenceCreator.java 65 There is log block not surrounded by if
43517 src/com/gps/utilities/FenceCreator.java 67 Avoid using if...else statements without curly braces
43518 src/com/gps/utilities/FenceCreator.java 67 There is log block not surrounded by if
43519 src/com/gps/utilities/FenceCreator.java 67 There is log block not surrounded by if
43520 src/com/gps/utilities/FenceCreator.java 70 Potential violation of Law of Demeter (method chain calls)
43521 src/com/gps/utilities/FenceCreator.java 70 Potential violation of Law of Demeter (method chain calls)
43522 src/com/gps/utilities/FenceCreator.java 70 Potential violation of Law of Demeter (method chain calls)
43523 src/com/gps/utilities/FenceCreator.java 70 Potential violation of Law of Demeter (object not created locally)
43524 src/com/gps/utilities/FenceCreator.java 70 Potential violation of Law of Demeter (object not created locally)
43525 src/com/gps/utilities/FenceCreator.java 70 Potential violation of Law of Demeter (object not created locally)
43526 src/com/gps/utilities/FenceCreator.java 70 Potential violation of Law of Demeter (object not created locally)
43527 src/com/gps/utilities/FenceCreator.java 70 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
43528 src/com/gps/utilities/FenceCreator.java 71 Potential violation of Law of Demeter (object not created locally)
43529 src/com/gps/utilities/FenceCreator.java 71 There is log block not surrounded by if
43530 src/com/gps/utilities/FenceCreator.java 71 There is log block not surrounded by if
43531 src/com/gps/utilities/FenceCreator.java 75 Avoid using Literals in Conditional Statements
43532 src/com/gps/utilities/FenceCreator.java 75 Potential violation of Law of Demeter (object not created locally)
43533 src/com/gps/utilities/FenceCreator.java 75 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
43534 src/com/gps/utilities/FenceCreator.java 76 Avoid using if...else statements without curly braces
43535 src/com/gps/utilities/FenceCreator.java 76 Potential violation of Law of Demeter (object not created locally)
43536 src/com/gps/utilities/FenceCreator.java 76 There is log block not surrounded by if
43537 src/com/gps/utilities/FenceCreator.java 76 There is log block not surrounded by if
43538 src/com/gps/utilities/FenceCreator.java 78 Avoid using if...else statements without curly braces
43539 src/com/gps/utilities/FenceCreator.java 78 There is log block not surrounded by if
43540 src/com/gps/utilities/FenceCreator.java 78 There is log block not surrounded by if
43541 src/com/gps/utilities/FenceCreator.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43542 src/com/gps/utilities/FenceCreator.java 86 There is log block not surrounded by if
43543 src/com/gps/utilities/FenceCreator.java 86 There is log block not surrounded by if
43544 src/com/gps/utilities/FenceCreator.java 87 Avoid printStackTrace(); use a logger call instead.
43545 src/com/gps/utilities/FenceCreator.java 87 Potential violation of Law of Demeter (object not created locally)
43546 src/com/gps/utilities/FenceCreator.java 92 Found 'UR'-anomaly for variable 'userList' (lines '92'-'116').
43547 src/com/gps/utilities/FenceCreator.java 92 Parameter 'fence' is not assigned and could be declared final
43548 src/com/gps/utilities/FenceCreator.java 92 Parameter 'session' is not assigned and could be declared final
43549 src/com/gps/utilities/FenceCreator.java 92 Parameter 'users' is not assigned and could be declared final
43550 src/com/gps/utilities/FenceCreator.java 92 publicMethodCommentRequirement Required
43551 src/com/gps/utilities/FenceCreator.java 94 Found 'DD'-anomaly for variable 'userFence' (lines '94'-'115').
43552 src/com/gps/utilities/FenceCreator.java 94 Found 'DU'-anomaly for variable 'userFence' (lines '94'-'147').
43553 src/com/gps/utilities/FenceCreator.java 95 Found 'DD'-anomaly for variable 'sess' (lines '95'-'101').
43554 src/com/gps/utilities/FenceCreator.java 96 Avoid variables with short names like tx
43555 src/com/gps/utilities/FenceCreator.java 96 Found 'DD'-anomaly for variable 'tx' (lines '96'-'102').
43556 src/com/gps/utilities/FenceCreator.java 97 Found 'DD'-anomaly for variable 'count' (lines '97'-'123').
43557 src/com/gps/utilities/FenceCreator.java 97 Found 'DU'-anomaly for variable 'count' (lines '97'-'147').
43558 src/com/gps/utilities/FenceCreator.java 102 Found 'DU'-anomaly for variable 'tx' (lines '102'-'147').
43559 src/com/gps/utilities/FenceCreator.java 104 Local variable 'usergeo' could be declared final
43560 src/com/gps/utilities/FenceCreator.java 104 Potential violation of Law of Demeter (method chain calls)
43561 src/com/gps/utilities/FenceCreator.java 106 There is log block not surrounded by if
43562 src/com/gps/utilities/FenceCreator.java 106 There is log block not surrounded by if
43563 src/com/gps/utilities/FenceCreator.java 107 Avoid using Literals in Conditional Statements
43564 src/com/gps/utilities/FenceCreator.java 107 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
43565 src/com/gps/utilities/FenceCreator.java 108 There is log block not surrounded by if
43566 src/com/gps/utilities/FenceCreator.java 108 There is log block not surrounded by if
43567 src/com/gps/utilities/FenceCreator.java 112 Local variable 'userList' could be declared final
43568 src/com/gps/utilities/FenceCreator.java 115 Avoid instantiating new objects inside loops
43569 src/com/gps/utilities/FenceCreator.java 116 Avoid instantiating new objects inside loops
43570 src/com/gps/utilities/FenceCreator.java 123 Found 'DD'-anomaly for variable 'count' (lines '123'-'123').
43571 src/com/gps/utilities/FenceCreator.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43572 src/com/gps/utilities/FenceCreator.java 127 Comment is too large: Line too long
43573 src/com/gps/utilities/FenceCreator.java 128 There is log block not surrounded by if
43574 src/com/gps/utilities/FenceCreator.java 128 There is log block not surrounded by if
43575 src/com/gps/utilities/FenceCreator.java 129 Avoid printStackTrace(); use a logger call instead.
43576 src/com/gps/utilities/FenceCreator.java 136 Potential violation of Law of Demeter (method chain calls)
43577 src/com/gps/utilities/FenceCreator.java 136 Potential violation of Law of Demeter (method chain calls)
43578 src/com/gps/utilities/FenceCreator.java 136 There is log block not surrounded by if
43579 src/com/gps/utilities/FenceCreator.java 136 There is log block not surrounded by if
43580 src/com/gps/utilities/FenceCreator.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43581 src/com/gps/utilities/FenceCreator.java 144 There is log block not surrounded by if
43582 src/com/gps/utilities/FenceCreator.java 144 There is log block not surrounded by if
43583 src/com/gps/utilities/FenceCreator.java 145 Avoid printStackTrace(); use a logger call instead.
43584 src/com/gps/utilities/FenceCreator.java 149 Parameter 'args' is not assigned and could be declared final
43585 src/com/gps/utilities/FenceCreator.java 149 publicMethodCommentRequirement Required
43586 src/com/gps/utilities/FenceCreator.java 150 Local variable 'fence' could be declared final
43587 src/com/gps/utilities/FileUtils.java 10 headerCommentRequirement Required
43588 src/com/gps/utilities/FileUtils.java 12 Parameter 'filePath' is not assigned and could be declared final
43589 src/com/gps/utilities/FileUtils.java 12 Unnecessary use of fully qualified name 'java.io.IOException' due to existing import 'java.io.IOException'
43590 src/com/gps/utilities/FileUtils.java 12 publicMethodCommentRequirement Required
43591 src/com/gps/utilities/FileUtils.java 13 Local variable 'buffer' could be declared final
43592 src/com/gps/utilities/FileUtils.java 14 Avoid variables with short names like f
43593 src/com/gps/utilities/FileUtils.java 14 Found 'DD'-anomaly for variable 'f' (lines '14'-'16').
43594 src/com/gps/utilities/FileUtils.java 19 Avoid using if statements without curly braces
43595 src/com/gps/utilities/FileUtils.java 25 Avoid printStackTrace(); use a logger call instead.
43596 src/com/gps/utilities/FileUtils.java 36 Parameter 'param' is not assigned and could be declared final
43597 src/com/gps/utilities/FileUtils.java 37 Avoid declaring a variable if it is unreferenced before a possible exit point.
43598 src/com/gps/utilities/FileUtils.java 37 Avoid unused local variables such as 'directory'.
43599 src/com/gps/utilities/FileUtils.java 37 Found 'DU'-anomaly for variable 'directory' (lines '37'-'50').
43600 src/com/gps/utilities/FileUtils.java 37 Local variable 'directory' could be declared final
43601 src/com/gps/utilities/FileUtils.java 38 Local variable 'properties' could be declared final
43602 src/com/gps/utilities/FileUtils.java 42 Local variable 'path' could be declared final
43603 src/com/gps/utilities/FileUtils.java 44 A method should have only one exit point, and that should be the last statement in the method
43604 src/com/gps/utilities/FileUtils.java 46 Avoid printStackTrace(); use a logger call instead.
43605 src/com/gps/utilities/FindMyNeighbour.java 1 A high number of imports can indicate a high degree of coupling within an object.
43606 src/com/gps/utilities/FindMyNeighbour.java 6 Comment is too large: Line too long
43607 src/com/gps/utilities/FindMyNeighbour.java 15 Comment is too large: Line too long
43608 src/com/gps/utilities/FindMyNeighbour.java 21 Avoid unused imports such as 'java.sql.ResultSet'
43609 src/com/gps/utilities/FindMyNeighbour.java 22 Avoid unused imports such as 'java.sql.Timestamp'
43610 src/com/gps/utilities/FindMyNeighbour.java 25 Avoid unused imports such as 'java.util.Calendar'
43611 src/com/gps/utilities/FindMyNeighbour.java 35 Avoid unused imports such as 'org.apache.commons.httpclient.HostConfiguration'
43612 src/com/gps/utilities/FindMyNeighbour.java 51 Avoid unused imports such as 'com.gps.hibernate.Organization'
43613 src/com/gps/utilities/FindMyNeighbour.java 52 Avoid unused imports such as 'com.gps.hibernate.OrganizationDAO'
43614 src/com/gps/utilities/FindMyNeighbour.java 66 The Logger variable declaration does not contain the static and final modifiers
43615 src/com/gps/utilities/FindMyNeighbour.java 66 Use explicit scoping instead of the default package private level
43616 src/com/gps/utilities/FindMyNeighbour.java 66 fieldCommentRequirement Required
43617 src/com/gps/utilities/FindMyNeighbour.java 67 Variables that are final and static should be all capitals, 'format' is not all capitals.
43618 src/com/gps/utilities/FindMyNeighbour.java 67 When instantiating a SimpleDateFormat object, specify a Locale
43619 src/com/gps/utilities/FindMyNeighbour.java 67 fieldCommentRequirement Required
43620 src/com/gps/utilities/FindMyNeighbour.java 68 Avoid using implementation types like 'ArrayList'; use the interface instead
43621 src/com/gps/utilities/FindMyNeighbour.java 68 Avoid using redundant field initializer for 'vehicleList'
43622 src/com/gps/utilities/FindMyNeighbour.java 68 Found non-transient, non-static member. Please mark as transient or provide accessors.
43623 src/com/gps/utilities/FindMyNeighbour.java 68 fieldCommentRequirement Required
43624 src/com/gps/utilities/FindMyNeighbour.java 69 fieldCommentRequirement Required
43625 src/com/gps/utilities/FindMyNeighbour.java 70 Variables that are final and static should be all capitals, 'keyString' is not all capitals.
43626 src/com/gps/utilities/FindMyNeighbour.java 70 fieldCommentRequirement Required
43627 src/com/gps/utilities/FindMyNeighbour.java 71 Found non-transient, non-static member. Please mark as transient or provide accessors.
43628 src/com/gps/utilities/FindMyNeighbour.java 71 Variables should start with a lowercase character, 'Radius' starts with uppercase character.
43629 src/com/gps/utilities/FindMyNeighbour.java 71 fieldCommentRequirement Required
43630 src/com/gps/utilities/FindMyNeighbour.java 76 Method names should not start with capital letters
43631 src/com/gps/utilities/FindMyNeighbour.java 76 Parameter 'location' is not assigned and could be declared final
43632 src/com/gps/utilities/FindMyNeighbour.java 76 Parameter 'orgid' is not assigned and could be declared final
43633 src/com/gps/utilities/FindMyNeighbour.java 76 The String literal "location" appears 4 times in this file; the first occurrence is on line 76
43634 src/com/gps/utilities/FindMyNeighbour.java 76 publicMethodCommentRequirement Required
43635 src/com/gps/utilities/FindMyNeighbour.java 79 Found 'DD'-anomaly for variable 'convert' (lines '79'-'84').
43636 src/com/gps/utilities/FindMyNeighbour.java 79 Found 'DU'-anomaly for variable 'convert' (lines '79'-'110').
43637 src/com/gps/utilities/FindMyNeighbour.java 80 Avoid if (x != y) ..; else ..;
43638 src/com/gps/utilities/FindMyNeighbour.java 80 Avoid using Literals in Conditional Statements
43639 src/com/gps/utilities/FindMyNeighbour.java 81 A method should have only one exit point, and that should be the last statement in the method
43640 src/com/gps/utilities/FindMyNeighbour.java 81 Avoid using if...else statements without curly braces
43641 src/com/gps/utilities/FindMyNeighbour.java 84 Found 'DU'-anomaly for variable 'convert' (lines '84'-'110').
43642 src/com/gps/utilities/FindMyNeighbour.java 87 There is log block not surrounded by if
43643 src/com/gps/utilities/FindMyNeighbour.java 88 Local variable 'json' could be declared final
43644 src/com/gps/utilities/FindMyNeighbour.java 89 Avoid if (x != y) ..; else ..;
43645 src/com/gps/utilities/FindMyNeighbour.java 90 Avoid using if...else statements without curly braces
43646 src/com/gps/utilities/FindMyNeighbour.java 90 Potential violation of Law of Demeter (object not created locally)
43647 src/com/gps/utilities/FindMyNeighbour.java 90 Potential violation of Law of Demeter (object not created locally)
43648 src/com/gps/utilities/FindMyNeighbour.java 93 There is log block not surrounded by if
43649 src/com/gps/utilities/FindMyNeighbour.java 94 A method should have only one exit point, and that should be the last statement in the method
43650 src/com/gps/utilities/FindMyNeighbour.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43651 src/com/gps/utilities/FindMyNeighbour.java 99 There is log block not surrounded by if
43652 src/com/gps/utilities/FindMyNeighbour.java 100 Avoid printStackTrace(); use a logger call instead.
43653 src/com/gps/utilities/FindMyNeighbour.java 104 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43654 src/com/gps/utilities/FindMyNeighbour.java 105 There is log block not surrounded by if
43655 src/com/gps/utilities/FindMyNeighbour.java 114 Method names should not start with capital letters
43656 src/com/gps/utilities/FindMyNeighbour.java 114 Parameter 'location' is not assigned and could be declared final
43657 src/com/gps/utilities/FindMyNeighbour.java 114 Parameter 'orgid' is not assigned and could be declared final
43658 src/com/gps/utilities/FindMyNeighbour.java 114 Parameter 'radius' is not assigned and could be declared final
43659 src/com/gps/utilities/FindMyNeighbour.java 114 publicMethodCommentRequirement Required
43660 src/com/gps/utilities/FindMyNeighbour.java 116 Useless parentheses.
43661 src/com/gps/utilities/FindMyNeighbour.java 117 This statement may have some unnecessary parentheses
43662 src/com/gps/utilities/FindMyNeighbour.java 117 Useless parentheses.
43663 src/com/gps/utilities/FindMyNeighbour.java 120 Method names should not start with capital letters
43664 src/com/gps/utilities/FindMyNeighbour.java 120 Parameter 'location' is not assigned and could be declared final
43665 src/com/gps/utilities/FindMyNeighbour.java 122 Found 'DD'-anomaly for variable 'obj' (lines '122'-'157').
43666 src/com/gps/utilities/FindMyNeighbour.java 123 Found 'DD'-anomaly for variable 'resultsArray' (lines '123'-'162').
43667 src/com/gps/utilities/FindMyNeighbour.java 123 Found 'DU'-anomaly for variable 'resultsArray' (lines '123'-'173').
43668 src/com/gps/utilities/FindMyNeighbour.java 124 Found 'DD'-anomaly for variable 'method' (lines '124'-'135').
43669 src/com/gps/utilities/FindMyNeighbour.java 127 Local variable 'urlBuilder' could be declared final
43670 src/com/gps/utilities/FindMyNeighbour.java 128 Potential violation of Law of Demeter (object not created locally)
43671 src/com/gps/utilities/FindMyNeighbour.java 129 Local variable 'signUrl' could be declared final
43672 src/com/gps/utilities/FindMyNeighbour.java 130 Local variable 'request' could be declared final
43673 src/com/gps/utilities/FindMyNeighbour.java 130 Potential violation of Law of Demeter (object not created locally)
43674 src/com/gps/utilities/FindMyNeighbour.java 130 Potential violation of Law of Demeter (object not created locally)
43675 src/com/gps/utilities/FindMyNeighbour.java 132 Local variable 'client' could be declared final
43676 src/com/gps/utilities/FindMyNeighbour.java 144 Local variable 'statusCode' could be declared final
43677 src/com/gps/utilities/FindMyNeighbour.java 144 Potential violation of Law of Demeter (object not created locally)
43678 src/com/gps/utilities/FindMyNeighbour.java 147 Potential violation of Law of Demeter (object not created locally)
43679 src/com/gps/utilities/FindMyNeighbour.java 147 There is log block not surrounded by if
43680 src/com/gps/utilities/FindMyNeighbour.java 151 Local variable 'responseBody' could be declared final
43681 src/com/gps/utilities/FindMyNeighbour.java 151 Potential violation of Law of Demeter (object not created locally)
43682 src/com/gps/utilities/FindMyNeighbour.java 154 Local variable 'result' could be declared final
43683 src/com/gps/utilities/FindMyNeighbour.java 155 There is log block not surrounded by if
43684 src/com/gps/utilities/FindMyNeighbour.java 159 Potential violation of Law of Demeter (method chain calls)
43685 src/com/gps/utilities/FindMyNeighbour.java 159 Potential violation of Law of Demeter (object not created locally)
43686 src/com/gps/utilities/FindMyNeighbour.java 160 A method should have only one exit point, and that should be the last statement in the method
43687 src/com/gps/utilities/FindMyNeighbour.java 160 Avoid using if...else statements without curly braces
43688 src/com/gps/utilities/FindMyNeighbour.java 162 Avoid using if...else statements without curly braces
43689 src/com/gps/utilities/FindMyNeighbour.java 162 Potential violation of Law of Demeter (object not created locally)
43690 src/com/gps/utilities/FindMyNeighbour.java 164 Potential violation of Law of Demeter (method chain calls)
43691 src/com/gps/utilities/FindMyNeighbour.java 164 Potential violation of Law of Demeter (method chain calls)
43692 src/com/gps/utilities/FindMyNeighbour.java 164 Potential violation of Law of Demeter (method chain calls)
43693 src/com/gps/utilities/FindMyNeighbour.java 164 Potential violation of Law of Demeter (method chain calls)
43694 src/com/gps/utilities/FindMyNeighbour.java 164 Potential violation of Law of Demeter (method chain calls)
43695 src/com/gps/utilities/FindMyNeighbour.java 164 Potential violation of Law of Demeter (method chain calls)
43696 src/com/gps/utilities/FindMyNeighbour.java 164 Potential violation of Law of Demeter (object not created locally)
43697 src/com/gps/utilities/FindMyNeighbour.java 164 There is log block not surrounded by if
43698 src/com/gps/utilities/FindMyNeighbour.java 165 Potential violation of Law of Demeter (method chain calls)
43699 src/com/gps/utilities/FindMyNeighbour.java 165 Potential violation of Law of Demeter (method chain calls)
43700 src/com/gps/utilities/FindMyNeighbour.java 165 Potential violation of Law of Demeter (object not created locally)
43701 src/com/gps/utilities/FindMyNeighbour.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43702 src/com/gps/utilities/FindMyNeighbour.java 169 There is log block not surrounded by if
43703 src/com/gps/utilities/FindMyNeighbour.java 170 Avoid printStackTrace(); use a logger call instead.
43704 src/com/gps/utilities/FindMyNeighbour.java 170 Potential violation of Law of Demeter (object not created locally)
43705 src/com/gps/utilities/FindMyNeighbour.java 175 Method names should not start with capital letters
43706 src/com/gps/utilities/FindMyNeighbour.java 175 Parameter 'lat' is not assigned and could be declared final
43707 src/com/gps/utilities/FindMyNeighbour.java 175 Parameter 'lng' is not assigned and could be declared final
43708 src/com/gps/utilities/FindMyNeighbour.java 175 Parameter 'orgid' is not assigned and could be declared final
43709 src/com/gps/utilities/FindMyNeighbour.java 179 Found 'DU'-anomaly for variable 'currentTime' (lines '179'-'238').
43710 src/com/gps/utilities/FindMyNeighbour.java 179 Local variable 'currentTime' could be declared final
43711 src/com/gps/utilities/FindMyNeighbour.java 181 Local variable 'LocInterested' could be declared final
43712 src/com/gps/utilities/FindMyNeighbour.java 181 Variables should start with a lowercase character, 'LocInterested' starts with uppercase character.
43713 src/com/gps/utilities/FindMyNeighbour.java 182 Found 'DU'-anomaly for variable 'utils' (lines '182'-'238').
43714 src/com/gps/utilities/FindMyNeighbour.java 182 Local variable 'utils' could be declared final
43715 src/com/gps/utilities/FindMyNeighbour.java 183 Found 'DD'-anomaly for variable 'InCircle' (lines '183'-'212').
43716 src/com/gps/utilities/FindMyNeighbour.java 183 Found 'DU'-anomaly for variable 'InCircle' (lines '183'-'238').
43717 src/com/gps/utilities/FindMyNeighbour.java 183 Variables should start with a lowercase character, 'InCircle' starts with uppercase character.
43718 src/com/gps/utilities/FindMyNeighbour.java 184 Found 'DD'-anomaly for variable 'distance' (lines '184'-'215').
43719 src/com/gps/utilities/FindMyNeighbour.java 184 Found 'DU'-anomaly for variable 'distance' (lines '184'-'238').
43720 src/com/gps/utilities/FindMyNeighbour.java 185 Potential violation of Law of Demeter (object not created locally)
43721 src/com/gps/utilities/FindMyNeighbour.java 186 Potential violation of Law of Demeter (object not created locally)
43722 src/com/gps/utilities/FindMyNeighbour.java 187 Potential violation of Law of Demeter (object not created locally)
43723 src/com/gps/utilities/FindMyNeighbour.java 189 Local variable 'hsqldb' could be declared final
43724 src/com/gps/utilities/FindMyNeighbour.java 196 Local variable 'vehicles' could be declared final
43725 src/com/gps/utilities/FindMyNeighbour.java 196 Potential violation of Law of Demeter (object not created locally)
43726 src/com/gps/utilities/FindMyNeighbour.java 198 Found 'DU'-anomaly for variable 'fenceDAO' (lines '198'-'238').
43727 src/com/gps/utilities/FindMyNeighbour.java 198 Local variable 'fenceDAO' could be declared final
43728 src/com/gps/utilities/FindMyNeighbour.java 200 Local variable 'vehiclesIter' could be declared final
43729 src/com/gps/utilities/FindMyNeighbour.java 200 Potential violation of Law of Demeter (object not created locally)
43730 src/com/gps/utilities/FindMyNeighbour.java 202 Local variable 'vehBean' could be declared final
43731 src/com/gps/utilities/FindMyNeighbour.java 205 Comment is too large: Line too long
43732 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (method chain calls)
43733 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (method chain calls)
43734 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (method chain calls)
43735 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (method chain calls)
43736 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (method chain calls)
43737 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (object not created locally)
43738 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (object not created locally)
43739 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (object not created locally)
43740 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (object not created locally)
43741 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (object not created locally)
43742 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (object not created locally)
43743 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (object not created locally)
43744 src/com/gps/utilities/FindMyNeighbour.java 207 Useless parentheses.
43745 src/com/gps/utilities/FindMyNeighbour.java 207 Useless parentheses.
43746 src/com/gps/utilities/FindMyNeighbour.java 207 Useless parentheses.
43747 src/com/gps/utilities/FindMyNeighbour.java 209 Avoid instantiating new objects inside loops
43748 src/com/gps/utilities/FindMyNeighbour.java 209 Local variable 'vehicleLoc' could be declared final
43749 src/com/gps/utilities/FindMyNeighbour.java 210 Potential violation of Law of Demeter (object not created locally)
43750 src/com/gps/utilities/FindMyNeighbour.java 210 Potential violation of Law of Demeter (object not created locally)
43751 src/com/gps/utilities/FindMyNeighbour.java 211 Potential violation of Law of Demeter (object not created locally)
43752 src/com/gps/utilities/FindMyNeighbour.java 211 Potential violation of Law of Demeter (object not created locally)
43753 src/com/gps/utilities/FindMyNeighbour.java 212 Potential violation of Law of Demeter (object not created locally)
43754 src/com/gps/utilities/FindMyNeighbour.java 215 Potential violation of Law of Demeter (object not created locally)
43755 src/com/gps/utilities/FindMyNeighbour.java 216 Avoid instantiating new objects inside loops
43756 src/com/gps/utilities/FindMyNeighbour.java 216 Local variable 'neighbour' could be declared final
43757 src/com/gps/utilities/FindMyNeighbour.java 216 Potential violation of Law of Demeter (object not created locally)
43758 src/com/gps/utilities/FindMyNeighbour.java 216 Potential violation of Law of Demeter (object not created locally)
43759 src/com/gps/utilities/FindMyNeighbour.java 216 Potential violation of Law of Demeter (object not created locally)
43760 src/com/gps/utilities/FindMyNeighbour.java 216 Potential violation of Law of Demeter (object not created locally)
43761 src/com/gps/utilities/FindMyNeighbour.java 216 Potential violation of Law of Demeter (object not created locally)
43762 src/com/gps/utilities/FindMyNeighbour.java 216 Potential violation of Law of Demeter (object not created locally)
43763 src/com/gps/utilities/FindMyNeighbour.java 216 Static DateFormatter objects should be accessed in a synchronized manner
43764 src/com/gps/utilities/FindMyNeighbour.java 216 Useless parentheses.
43765 src/com/gps/utilities/FindMyNeighbour.java 221 Avoid using if...else statements without curly braces
43766 src/com/gps/utilities/FindMyNeighbour.java 221 Potential violation of Law of Demeter (object not created locally)
43767 src/com/gps/utilities/FindMyNeighbour.java 221 Potential violation of Law of Demeter (object not created locally)
43768 src/com/gps/utilities/FindMyNeighbour.java 221 There is log block not surrounded by if
43769 src/com/gps/utilities/FindMyNeighbour.java 228 Avoid using Literals in Conditional Statements
43770 src/com/gps/utilities/FindMyNeighbour.java 228 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
43771 src/com/gps/utilities/FindMyNeighbour.java 233 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43772 src/com/gps/utilities/FindMyNeighbour.java 235 There is log block not surrounded by if
43773 src/com/gps/utilities/FindMyNeighbour.java 240 Found 'UR'-anomaly for variable 'JsonObj' (lines '240'-'250').
43774 src/com/gps/utilities/FindMyNeighbour.java 240 Found 'UR'-anomaly for variable 'vehicleInfoDTO' (lines '240'-'258').
43775 src/com/gps/utilities/FindMyNeighbour.java 240 Method names should not start with capital letters
43776 src/com/gps/utilities/FindMyNeighbour.java 240 Parameter 'orgid' is not assigned and could be declared final
43777 src/com/gps/utilities/FindMyNeighbour.java 244 Found 'DD'-anomaly for variable 'LatLongObj' (lines '244'-'249').
43778 src/com/gps/utilities/FindMyNeighbour.java 244 Found 'DU'-anomaly for variable 'LatLongObj' (lines '244'-'267').
43779 src/com/gps/utilities/FindMyNeighbour.java 244 Variables should start with a lowercase character, 'LatLongObj' starts with uppercase character.
43780 src/com/gps/utilities/FindMyNeighbour.java 245 Found 'DU'-anomaly for variable 'counter' (lines '245'-'267').
43781 src/com/gps/utilities/FindMyNeighbour.java 246 Local variable 'LatLongObjList' could be declared final
43782 src/com/gps/utilities/FindMyNeighbour.java 246 Variables should start with a lowercase character, 'LatLongObjList' starts with uppercase character.
43783 src/com/gps/utilities/FindMyNeighbour.java 247 Local variable 'JsonObj' could be declared final
43784 src/com/gps/utilities/FindMyNeighbour.java 247 Variables should start with a lowercase character, 'JsonObj' starts with uppercase character.
43785 src/com/gps/utilities/FindMyNeighbour.java 249 Avoid instantiating new objects inside loops
43786 src/com/gps/utilities/FindMyNeighbour.java 254 Local variable 'ConvertLatLng' could be declared final
43787 src/com/gps/utilities/FindMyNeighbour.java 254 Variables should start with a lowercase character, 'ConvertLatLng' starts with uppercase character.
43788 src/com/gps/utilities/FindMyNeighbour.java 256 Local variable 'vehicleInfoDTO' could be declared final
43789 src/com/gps/utilities/FindMyNeighbour.java 258 Potential violation of Law of Demeter (method chain calls)
43790 src/com/gps/utilities/FindMyNeighbour.java 259 Found 'DU'-anomaly for variable 'counter' (lines '259'-'267').
43791 src/com/gps/utilities/FindMyNeighbour.java 262 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43792 src/com/gps/utilities/FindMyNeighbour.java 264 There is log block not surrounded by if
43793 src/com/gps/utilities/FindMyNeighbour.java 265 Avoid printStackTrace(); use a logger call instead.
43794 src/com/gps/utilities/FindMyNeighbour.java 269 Avoid reassigning parameters such as 'distance'
43795 src/com/gps/utilities/FindMyNeighbour.java 269 Method names should not start with capital letters
43796 src/com/gps/utilities/FindMyNeighbour.java 269 Parameter 'Rpl' is not assigned and could be declared final
43797 src/com/gps/utilities/FindMyNeighbour.java 269 Variables should start with a lowercase character, 'Rpl' starts with uppercase character.
43798 src/com/gps/utilities/FindMyNeighbour.java 271 Avoid variables with short names like p
43799 src/com/gps/utilities/FindMyNeighbour.java 271 Local variable 'p' could be declared final
43800 src/com/gps/utilities/FindMyNeighbour.java 273 Local variable 'tmp' could be declared final
43801 src/com/gps/utilities/FindMyNeighbour.java 277 Parameter 'args' is not assigned and could be declared final
43802 src/com/gps/utilities/FindMyNeighbour.java 277 publicMethodCommentRequirement Required
43803 src/com/gps/utilities/FindMyNeighbour.java 280 Comment is too large: Line too long
43804 src/com/gps/utilities/FuelAlerts.java 13 headerCommentRequirement Required
43805 src/com/gps/utilities/FuelAlerts.java 15 The Logger variable declaration does not contain the static and final modifiers
43806 src/com/gps/utilities/FuelAlerts.java 15 Use explicit scoping instead of the default package private level
43807 src/com/gps/utilities/FuelAlerts.java 15 fieldCommentRequirement Required
43808 src/com/gps/utilities/FuelAlerts.java 20 Parameter 'creationtime' is not assigned and could be declared final
43809 src/com/gps/utilities/FuelAlerts.java 20 Parameter 'fuelcontent' is not assigned and could be declared final
43810 src/com/gps/utilities/FuelAlerts.java 20 Parameter 'lattitude' is not assigned and could be declared final
43811 src/com/gps/utilities/FuelAlerts.java 20 Parameter 'longitude' is not assigned and could be declared final
43812 src/com/gps/utilities/FuelAlerts.java 20 Parameter 'vehicleid' is not assigned and could be declared final
43813 src/com/gps/utilities/FuelAlerts.java 20 publicMethodCommentRequirement Required
43814 src/com/gps/utilities/FuelAlerts.java 23 Avoid using Literals in Conditional Statements
43815 src/com/gps/utilities/FuelAlerts.java 25 There is log block not surrounded by if
43816 src/com/gps/utilities/FuelAlerts.java 25 There is log block not surrounded by if
43817 src/com/gps/utilities/FuelAlerts.java 26 Local variable 'fuelobj' could be declared final
43818 src/com/gps/utilities/FuelAlerts.java 31 There is log block not surrounded by if
43819 src/com/gps/utilities/FuelAlerts.java 31 There is log block not surrounded by if
43820 src/com/gps/utilities/FuelAlerts.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43821 src/com/gps/utilities/FuelAlerts.java 35 Avoid printStackTrace(); use a logger call instead.
43822 src/com/gps/utilities/FuelFetcher.java 20 The class 'FuelFetcher' has a Cyclomatic Complexity of 18 (Highest = 17).
43823 src/com/gps/utilities/FuelFetcher.java 20 headerCommentRequirement Required
43824 src/com/gps/utilities/FuelFetcher.java 21 The Logger variable declaration does not contain the static and final modifiers
43825 src/com/gps/utilities/FuelFetcher.java 21 Use explicit scoping instead of the default package private level
43826 src/com/gps/utilities/FuelFetcher.java 21 fieldCommentRequirement Required
43827 src/com/gps/utilities/FuelFetcher.java 22 Parameter 'fuelVolt' is not assigned and could be declared final
43828 src/com/gps/utilities/FuelFetcher.java 22 Parameter 'vehicleid' is not assigned and could be declared final
43829 src/com/gps/utilities/FuelFetcher.java 22 The method 'getFuel' has a Cyclomatic Complexity of 17.
43830 src/com/gps/utilities/FuelFetcher.java 22 publicMethodCommentRequirement Required
43831 src/com/gps/utilities/FuelFetcher.java 25 Local variable 'vehicleDAO' could be declared final
43832 src/com/gps/utilities/FuelFetcher.java 26 Local variable 'vehicle' could be declared final
43833 src/com/gps/utilities/FuelFetcher.java 26 Potential violation of Law of Demeter (object not created locally)
43834 src/com/gps/utilities/FuelFetcher.java 27 Found 'DD'-anomaly for variable 'FuelValue' (lines '27'-'55').
43835 src/com/gps/utilities/FuelFetcher.java 27 Found 'DD'-anomaly for variable 'FuelValue' (lines '27'-'62').
43836 src/com/gps/utilities/FuelFetcher.java 27 Variables should start with a lowercase character, 'FuelValue' starts with uppercase character.
43837 src/com/gps/utilities/FuelFetcher.java 28 Found 'DU'-anomaly for variable 'sess' (lines '28'-'94').
43838 src/com/gps/utilities/FuelFetcher.java 28 Local variable 'sess' could be declared final
43839 src/com/gps/utilities/FuelFetcher.java 28 Potential violation of Law of Demeter (object not created locally)
43840 src/com/gps/utilities/FuelFetcher.java 30 Found 'DD'-anomaly for variable 'validCarType' (lines '30'-'32').
43841 src/com/gps/utilities/FuelFetcher.java 31 Potential violation of Law of Demeter (method chain calls)
43842 src/com/gps/utilities/FuelFetcher.java 31 Potential violation of Law of Demeter (method chain calls)
43843 src/com/gps/utilities/FuelFetcher.java 31 Potential violation of Law of Demeter (object not created locally)
43844 src/com/gps/utilities/FuelFetcher.java 31 Potential violation of Law of Demeter (object not created locally)
43845 src/com/gps/utilities/FuelFetcher.java 34 Avoid using Literals in Conditional Statements
43846 src/com/gps/utilities/FuelFetcher.java 36 Local variable 'tpList' could be declared final
43847 src/com/gps/utilities/FuelFetcher.java 36 Potential violation of Law of Demeter (method chain calls)
43848 src/com/gps/utilities/FuelFetcher.java 36 Potential violation of Law of Demeter (object not created locally)
43849 src/com/gps/utilities/FuelFetcher.java 36 Potential violation of Law of Demeter (object not created locally)
43850 src/com/gps/utilities/FuelFetcher.java 38 Potential violation of Law of Demeter (object not created locally)
43851 src/com/gps/utilities/FuelFetcher.java 38 Potential violation of Law of Demeter (object not created locally)
43852 src/com/gps/utilities/FuelFetcher.java 38 There is log block not surrounded by if
43853 src/com/gps/utilities/FuelFetcher.java 38 There is log block not surrounded by if
43854 src/com/gps/utilities/FuelFetcher.java 39 Avoid using Literals in Conditional Statements
43855 src/com/gps/utilities/FuelFetcher.java 39 Potential violation of Law of Demeter (object not created locally)
43856 src/com/gps/utilities/FuelFetcher.java 39 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
43857 src/com/gps/utilities/FuelFetcher.java 41 Local variable 'vehicle_type' could be declared final
43858 src/com/gps/utilities/FuelFetcher.java 41 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_type' is not final.
43859 src/com/gps/utilities/FuelFetcher.java 41 Potential violation of Law of Demeter (object not created locally)
43860 src/com/gps/utilities/FuelFetcher.java 43 Local variable 'cbList' could be declared final
43861 src/com/gps/utilities/FuelFetcher.java 43 Potential violation of Law of Demeter (method chain calls)
43862 src/com/gps/utilities/FuelFetcher.java 43 Potential violation of Law of Demeter (object not created locally)
43863 src/com/gps/utilities/FuelFetcher.java 43 Potential violation of Law of Demeter (object not created locally)
43864 src/com/gps/utilities/FuelFetcher.java 45 Avoid using Literals in Conditional Statements
43865 src/com/gps/utilities/FuelFetcher.java 45 Potential violation of Law of Demeter (object not created locally)
43866 src/com/gps/utilities/FuelFetcher.java 45 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
43867 src/com/gps/utilities/FuelFetcher.java 47 Potential violation of Law of Demeter (object not created locally)
43868 src/com/gps/utilities/FuelFetcher.java 47 There is log block not surrounded by if
43869 src/com/gps/utilities/FuelFetcher.java 47 There is log block not surrounded by if
43870 src/com/gps/utilities/FuelFetcher.java 49 Potential violation of Law of Demeter (object not created locally)
43871 src/com/gps/utilities/FuelFetcher.java 51 Deeply nested if..then statements are hard to read
43872 src/com/gps/utilities/FuelFetcher.java 51 Potential violation of Law of Demeter (method chain calls)
43873 src/com/gps/utilities/FuelFetcher.java 51 Potential violation of Law of Demeter (object not created locally)
43874 src/com/gps/utilities/FuelFetcher.java 53 Potential violation of Law of Demeter (method chain calls)
43875 src/com/gps/utilities/FuelFetcher.java 53 Potential violation of Law of Demeter (method chain calls)
43876 src/com/gps/utilities/FuelFetcher.java 53 Potential violation of Law of Demeter (object not created locally)
43877 src/com/gps/utilities/FuelFetcher.java 53 Potential violation of Law of Demeter (object not created locally)
43878 src/com/gps/utilities/FuelFetcher.java 55 Found 'DD'-anomaly for variable 'FuelValue' (lines '55'-'55').
43879 src/com/gps/utilities/FuelFetcher.java 55 Found 'DD'-anomaly for variable 'FuelValue' (lines '55'-'62').
43880 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
43881 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
43882 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
43883 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
43884 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
43885 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
43886 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
43887 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
43888 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
43889 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
43890 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
43891 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
43892 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
43893 src/com/gps/utilities/FuelFetcher.java 55 Useless parentheses.
43894 src/com/gps/utilities/FuelFetcher.java 60 Potential violation of Law of Demeter (method chain calls)
43895 src/com/gps/utilities/FuelFetcher.java 60 Potential violation of Law of Demeter (method chain calls)
43896 src/com/gps/utilities/FuelFetcher.java 60 Potential violation of Law of Demeter (object not created locally)
43897 src/com/gps/utilities/FuelFetcher.java 60 Potential violation of Law of Demeter (object not created locally)
43898 src/com/gps/utilities/FuelFetcher.java 62 Found 'DD'-anomaly for variable 'FuelValue' (lines '62'-'55').
43899 src/com/gps/utilities/FuelFetcher.java 62 Found 'DD'-anomaly for variable 'FuelValue' (lines '62'-'62').
43900 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (method chain calls)
43901 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (method chain calls)
43902 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (method chain calls)
43903 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (method chain calls)
43904 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (method chain calls)
43905 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (method chain calls)
43906 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (object not created locally)
43907 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (object not created locally)
43908 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (object not created locally)
43909 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (object not created locally)
43910 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (object not created locally)
43911 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (object not created locally)
43912 src/com/gps/utilities/FuelFetcher.java 62 Useless parentheses.
43913 src/com/gps/utilities/FuelFetcher.java 67 Avoid using Literals in Conditional Statements
43914 src/com/gps/utilities/FuelFetcher.java 68 There is log block not surrounded by if
43915 src/com/gps/utilities/FuelFetcher.java 68 There is log block not surrounded by if
43916 src/com/gps/utilities/FuelFetcher.java 69 Potential violation of Law of Demeter (method chain calls)
43917 src/com/gps/utilities/FuelFetcher.java 69 Potential violation of Law of Demeter (object not created locally)
43918 src/com/gps/utilities/FuelFetcher.java 70 Deeply nested if..then statements are hard to read
43919 src/com/gps/utilities/FuelFetcher.java 70 Potential violation of Law of Demeter (method chain calls)
43920 src/com/gps/utilities/FuelFetcher.java 70 Potential violation of Law of Demeter (object not created locally)
43921 src/com/gps/utilities/FuelFetcher.java 71 Avoid using if...else statements without curly braces
43922 src/com/gps/utilities/FuelFetcher.java 73 Avoid using if...else statements without curly braces
43923 src/com/gps/utilities/FuelFetcher.java 73 Potential violation of Law of Demeter (method chain calls)
43924 src/com/gps/utilities/FuelFetcher.java 73 Potential violation of Law of Demeter (object not created locally)
43925 src/com/gps/utilities/FuelFetcher.java 73 Potential violation of Law of Demeter (object not created locally)
43926 src/com/gps/utilities/FuelFetcher.java 76 Potential violation of Law of Demeter (method chain calls)
43927 src/com/gps/utilities/FuelFetcher.java 76 Potential violation of Law of Demeter (object not created locally)
43928 src/com/gps/utilities/FuelFetcher.java 77 Avoid using if...else statements without curly braces
43929 src/com/gps/utilities/FuelFetcher.java 77 Potential violation of Law of Demeter (method chain calls)
43930 src/com/gps/utilities/FuelFetcher.java 77 Potential violation of Law of Demeter (object not created locally)
43931 src/com/gps/utilities/FuelFetcher.java 77 Potential violation of Law of Demeter (object not created locally)
43932 src/com/gps/utilities/FuelFetcher.java 80 Avoid using if...else statements without curly braces
43933 src/com/gps/utilities/FuelFetcher.java 86 A method should have only one exit point, and that should be the last statement in the method
43934 src/com/gps/utilities/FuelFetcher.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43935 src/com/gps/utilities/FuelFetcher.java 90 There is log block not surrounded by if
43936 src/com/gps/utilities/GoogleRequest_url.java 13 headerCommentRequirement Required
43937 src/com/gps/utilities/GoogleRequest_url.java 14 fieldCommentRequirement Required
43938 src/com/gps/utilities/GoogleRequest_url.java 15 fieldCommentRequirement Required
43939 src/com/gps/utilities/GoogleRequest_url.java 16 fieldCommentRequirement Required
43940 src/com/gps/utilities/GoogleRequest_url.java 17 The Logger variable declaration does not contain the static and final modifiers
43941 src/com/gps/utilities/GoogleRequest_url.java 17 Use explicit scoping instead of the default package private level
43942 src/com/gps/utilities/GoogleRequest_url.java 17 fieldCommentRequirement Required
43943 src/com/gps/utilities/GoogleRequest_url.java 21 Avoid unnecessary constructors - the compiler will generate these for you
43944 src/com/gps/utilities/GoogleRequest_url.java 26 Parameter 'requestURL' is not assigned and could be declared final
43945 src/com/gps/utilities/GoogleRequest_url.java 26 protectedMethodCommentRequirement Required
43946 src/com/gps/utilities/GoogleRequest_url.java 28 Found 'DD'-anomaly for variable 'tmp_url' (lines '28'-'62').
43947 src/com/gps/utilities/GoogleRequest_url.java 28 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tmp_url' is not final.
43948 src/com/gps/utilities/GoogleRequest_url.java 31 There is log block not surrounded by if
43949 src/com/gps/utilities/GoogleRequest_url.java 31 There is log block not surrounded by if
43950 src/com/gps/utilities/GoogleRequest_url.java 37 Local variable 'url' could be declared final
43951 src/com/gps/utilities/GoogleRequest_url.java 40 Local variable 'resource' could be declared final
43952 src/com/gps/utilities/GoogleRequest_url.java 40 Potential violation of Law of Demeter (object not created locally)
43953 src/com/gps/utilities/GoogleRequest_url.java 40 Potential violation of Law of Demeter (object not created locally)
43954 src/com/gps/utilities/GoogleRequest_url.java 43 Local variable 'sha1Key' could be declared final
43955 src/com/gps/utilities/GoogleRequest_url.java 48 Local variable 'mac' could be declared final
43956 src/com/gps/utilities/GoogleRequest_url.java 49 Potential violation of Law of Demeter (object not created locally)
43957 src/com/gps/utilities/GoogleRequest_url.java 52 Local variable 'sigBytes' could be declared final
43958 src/com/gps/utilities/GoogleRequest_url.java 52 Potential violation of Law of Demeter (object not created locally)
43959 src/com/gps/utilities/GoogleRequest_url.java 52 Potential violation of Law of Demeter (object not created locally)
43960 src/com/gps/utilities/GoogleRequest_url.java 55 Found 'DD'-anomaly for variable 'signature' (lines '55'-'58').
43961 src/com/gps/utilities/GoogleRequest_url.java 58 Potential violation of Law of Demeter (object not created locally)
43962 src/com/gps/utilities/GoogleRequest_url.java 59 Potential violation of Law of Demeter (object not created locally)
43963 src/com/gps/utilities/GoogleRequest_url.java 61 Local variable 'signature1' could be declared final
43964 src/com/gps/utilities/GoogleRequest_url.java 62 Potential violation of Law of Demeter (object not created locally)
43965 src/com/gps/utilities/GoogleRequest_url.java 62 Potential violation of Law of Demeter (object not created locally)
43966 src/com/gps/utilities/GoogleRequest_url.java 65 There is log block not surrounded by if
43967 src/com/gps/utilities/GoogleRequest_url.java 65 There is log block not surrounded by if
43968 src/com/gps/utilities/GoogleRequest_url.java 67 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43969 src/com/gps/utilities/GoogleRequest_url.java 68 Avoid printStackTrace(); use a logger call instead.
43970 src/com/gps/utilities/GoogleRequest_url.java 68 Potential violation of Law of Demeter (object not created locally)
43971 src/com/gps/utilities/HQLQueryUtils.java 6 Comment is too large: Line too long
43972 src/com/gps/utilities/HQLQueryUtils.java 11 Comment is too large: Too many lines
43973 src/com/gps/utilities/HQLQueryUtils.java 15 Comment is too large: Line too long
43974 src/com/gps/utilities/HQLQueryUtils.java 22 An Interface should be used only to model a behaviour; consider converting this to a class.
43975 src/com/gps/utilities/HQLQueryUtils.java 22 headerCommentRequirement Required
43976 src/com/gps/utilities/HQLQueryUtils.java 25 Avoid excessively long variable names like vehicleInfoQueryWithVehicle
43977 src/com/gps/utilities/HQLQueryUtils.java 25 Avoid modifiers which are implied by the context
43978 src/com/gps/utilities/HQLQueryUtils.java 25 Variables that are final and static should be all capitals, 'vehicleInfoQueryWithVehicle' is not all capitals.
43979 src/com/gps/utilities/HQLQueryUtils.java 25 fieldCommentRequirement Required
43980 src/com/gps/utilities/HQLQueryUtils.java 26 Avoid excessively long variable names like lastKnownDataQuery
43981 src/com/gps/utilities/HQLQueryUtils.java 26 Avoid modifiers which are implied by the context
43982 src/com/gps/utilities/HQLQueryUtils.java 26 Variables that are final and static should be all capitals, 'lastKnownDataQuery' is not all capitals.
43983 src/com/gps/utilities/HQLQueryUtils.java 26 fieldCommentRequirement Required
43984 src/com/gps/utilities/HQLQueryUtils.java 27 Avoid modifiers which are implied by the context
43985 src/com/gps/utilities/HQLQueryUtils.java 27 Variables that are final and static should be all capitals, 'getTimeQuery' is not all capitals.
43986 src/com/gps/utilities/HQLQueryUtils.java 27 fieldCommentRequirement Required
43987 src/com/gps/utilities/HQLQueryUtils.java 28 Avoid excessively long variable names like vehicleCheckInQuery
43988 src/com/gps/utilities/HQLQueryUtils.java 28 Avoid modifiers which are implied by the context
43989 src/com/gps/utilities/HQLQueryUtils.java 28 Variables that are final and static should be all capitals, 'vehicleCheckInQuery' is not all capitals.
43990 src/com/gps/utilities/HQLQueryUtils.java 28 fieldCommentRequirement Required
43991 src/com/gps/utilities/HQLQueryUtils.java 29 Avoid excessively long variable names like getStableFuelQuery
43992 src/com/gps/utilities/HQLQueryUtils.java 29 Avoid modifiers which are implied by the context
43993 src/com/gps/utilities/HQLQueryUtils.java 29 Variables that are final and static should be all capitals, 'getStableFuelQuery' is not all capitals.
43994 src/com/gps/utilities/HQLQueryUtils.java 29 fieldCommentRequirement Required
43995 src/com/gps/utilities/HQLQueryUtils.java 30 Avoid modifiers which are implied by the context
43996 src/com/gps/utilities/HQLQueryUtils.java 30 Variables that are final and static should be all capitals, 'inFenceQuery1' is not all capitals.
43997 src/com/gps/utilities/HQLQueryUtils.java 30 fieldCommentRequirement Required
43998 src/com/gps/utilities/HQLQueryUtils.java 31 Avoid modifiers which are implied by the context
43999 src/com/gps/utilities/HQLQueryUtils.java 31 Variables that are final and static should be all capitals, 'inFenceQuery2' is not all capitals.
44000 src/com/gps/utilities/HQLQueryUtils.java 31 fieldCommentRequirement Required
44001 src/com/gps/utilities/HQLQueryUtils.java 32 Avoid modifiers which are implied by the context
44002 src/com/gps/utilities/HQLQueryUtils.java 32 Variables that are final and static should be all capitals, 'getVehicleIdQuery' is not all capitals.
44003 src/com/gps/utilities/HQLQueryUtils.java 32 fieldCommentRequirement Required
44004 src/com/gps/utilities/HQLQueryUtils.java 34 Avoid excessively long variable names like vehicleInfoQueryWithOrg
44005 src/com/gps/utilities/HQLQueryUtils.java 34 Avoid modifiers which are implied by the context
44006 src/com/gps/utilities/HQLQueryUtils.java 34 Variables that are final and static should be all capitals, 'vehicleInfoQueryWithOrg' is not all capitals.
44007 src/com/gps/utilities/HQLQueryUtils.java 34 fieldCommentRequirement Required
44008 src/com/gps/utilities/HQLQueryUtils.java 37 Avoid excessively long variable names like vehicleInfoQueryForFenceEntry
44009 src/com/gps/utilities/HQLQueryUtils.java 37 Avoid modifiers which are implied by the context
44010 src/com/gps/utilities/HQLQueryUtils.java 37 Variables that are final and static should be all capitals, 'vehicleInfoQueryForFenceEntry' is not all capitals.
44011 src/com/gps/utilities/HQLQueryUtils.java 37 fieldCommentRequirement Required
44012 src/com/gps/utilities/HQLQueryUtils.java 38 Avoid excessively long variable names like vehicleInfoQueryWithOrgVeh
44013 src/com/gps/utilities/HQLQueryUtils.java 38 Avoid modifiers which are implied by the context
44014 src/com/gps/utilities/HQLQueryUtils.java 38 Variables that are final and static should be all capitals, 'vehicleInfoQueryWithOrgVeh' is not all capitals.
44015 src/com/gps/utilities/HQLQueryUtils.java 38 fieldCommentRequirement Required
44016 src/com/gps/utilities/HQLQueryUtils.java 40 Avoid excessively long variable names like offlineVehicleQuery
44017 src/com/gps/utilities/HQLQueryUtils.java 40 Avoid modifiers which are implied by the context
44018 src/com/gps/utilities/HQLQueryUtils.java 40 Variables that are final and static should be all capitals, 'offlineVehicleQuery' is not all capitals.
44019 src/com/gps/utilities/HQLQueryUtils.java 40 fieldCommentRequirement Required
44020 src/com/gps/utilities/HQLQueryUtils.java 42 Avoid excessively long variable names like offlineVehicleQueryWithOrgTypes
44021 src/com/gps/utilities/HQLQueryUtils.java 42 Avoid modifiers which are implied by the context
44022 src/com/gps/utilities/HQLQueryUtils.java 42 Variables that are final and static should be all capitals, 'offlineVehicleQueryWithOrgTypes' is not all capitals.
44023 src/com/gps/utilities/HQLQueryUtils.java 42 fieldCommentRequirement Required
44024 src/com/gps/utilities/HQLQueryUtils.java 44 Avoid excessively long variable names like vehiclePresentQuery
44025 src/com/gps/utilities/HQLQueryUtils.java 44 Avoid modifiers which are implied by the context
44026 src/com/gps/utilities/HQLQueryUtils.java 44 Variables that are final and static should be all capitals, 'vehiclePresentQuery' is not all capitals.
44027 src/com/gps/utilities/HQLQueryUtils.java 44 fieldCommentRequirement Required
44028 src/com/gps/utilities/HQLQueryUtils.java 46 Avoid modifiers which are implied by the context
44029 src/com/gps/utilities/HQLQueryUtils.java 46 Variables that are final and static should be all capitals, 'offlineBusQuery' is not all capitals.
44030 src/com/gps/utilities/HQLQueryUtils.java 46 fieldCommentRequirement Required
44031 src/com/gps/utilities/HQLQueryUtils.java 48 Avoid excessively long variable names like offlineBusQueryWithOrgType
44032 src/com/gps/utilities/HQLQueryUtils.java 48 Avoid modifiers which are implied by the context
44033 src/com/gps/utilities/HQLQueryUtils.java 48 Variables that are final and static should be all capitals, 'offlineBusQueryWithOrgType' is not all capitals.
44034 src/com/gps/utilities/HQLQueryUtils.java 48 fieldCommentRequirement Required
44035 src/com/gps/utilities/HQLQueryUtils.java 50 Avoid modifiers which are implied by the context
44036 src/com/gps/utilities/HQLQueryUtils.java 50 Variables that are final and static should be all capitals, 'deleteQuery' is not all capitals.
44037 src/com/gps/utilities/HQLQueryUtils.java 50 fieldCommentRequirement Required
44038 src/com/gps/utilities/HQLQueryUtils.java 54 Avoid excessively long variable names like deviationCheckResponseQuery
44039 src/com/gps/utilities/HQLQueryUtils.java 54 Avoid modifiers which are implied by the context
44040 src/com/gps/utilities/HQLQueryUtils.java 54 Variables that are final and static should be all capitals, 'deviationCheckResponseQuery' is not all capitals.
44041 src/com/gps/utilities/HQLQueryUtils.java 54 fieldCommentRequirement Required
44042 src/com/gps/utilities/HQLQueryUtils.java 56 Avoid modifiers which are implied by the context
44043 src/com/gps/utilities/HQLQueryUtils.java 56 Variables that are final and static should be all capitals, 'removePacketQuery' is not all capitals.
44044 src/com/gps/utilities/HQLQueryUtils.java 56 fieldCommentRequirement Required
44045 src/com/gps/utilities/HQLQueryUtils.java 58 Avoid excessively long variable names like duplicatePacketQuery
44046 src/com/gps/utilities/HQLQueryUtils.java 58 Avoid modifiers which are implied by the context
44047 src/com/gps/utilities/HQLQueryUtils.java 58 Variables that are final and static should be all capitals, 'duplicatePacketQuery' is not all capitals.
44048 src/com/gps/utilities/HQLQueryUtils.java 58 fieldCommentRequirement Required
44049 src/com/gps/utilities/HQLQueryUtils.java 61 Avoid excessively long variable names like vehicleInfoQueryWithVeh
44050 src/com/gps/utilities/HQLQueryUtils.java 61 Avoid modifiers which are implied by the context
44051 src/com/gps/utilities/HQLQueryUtils.java 61 Variables that are final and static should be all capitals, 'vehicleInfoQueryWithVeh' is not all capitals.
44052 src/com/gps/utilities/HQLQueryUtils.java 61 fieldCommentRequirement Required
44053 src/com/gps/utilities/HQLQueryUtils.java 64 Avoid modifiers which are implied by the context
44054 src/com/gps/utilities/HQLQueryUtils.java 64 Variables that are final and static should be all capitals, 'prevPacketQuery' is not all capitals.
44055 src/com/gps/utilities/HQLQueryUtils.java 64 fieldCommentRequirement Required
44056 src/com/gps/utilities/HQLQueryUtils.java 67 Avoid excessively long variable names like offlinevehiclelist
44057 src/com/gps/utilities/HQLQueryUtils.java 67 Avoid modifiers which are implied by the context
44058 src/com/gps/utilities/HQLQueryUtils.java 67 Variables that are final and static should be all capitals, 'offlinevehiclelist' is not all capitals.
44059 src/com/gps/utilities/HQLQueryUtils.java 67 fieldCommentRequirement Required
44060 src/com/gps/utilities/HttpClientGps.java 7 Avoid unused imports such as 'org.apache.http.client.methods.HttpGet'
44061 src/com/gps/utilities/HttpClientGps.java 8 Avoid unused imports such as 'org.apache.http.client.utils.URLEncodedUtils'
44062 src/com/gps/utilities/HttpClientGps.java 12 Avoid unused imports such as 'com.gps.hibernate.SMSDetails'
44063 src/com/gps/utilities/HttpClientGps.java 16 Avoid unused imports such as 'com.gps.webservice.PolygonRegionSOAPImpl'
44064 src/com/gps/utilities/HttpClientGps.java 17 Avoid unused imports such as 'com.sun.xml.ws.policy.privateutil.PolicyUtils.Collections'
44065 src/com/gps/utilities/HttpClientGps.java 21 Avoid unused imports such as 'java.net.URLEncoder'
44066 src/com/gps/utilities/HttpClientGps.java 24 Avoid unused imports such as 'java.util.Calendar'
44067 src/com/gps/utilities/HttpClientGps.java 26 Avoid unused imports such as 'java.util.Iterator'
44068 src/com/gps/utilities/HttpClientGps.java 32 The class 'HttpClientGps' has a Cyclomatic Complexity of 5 (Highest = 13).
44069 src/com/gps/utilities/HttpClientGps.java 32 headerCommentRequirement Required
44070 src/com/gps/utilities/HttpClientGps.java 34 Avoid using redundant field initializer for 'success'
44071 src/com/gps/utilities/HttpClientGps.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
44072 src/com/gps/utilities/HttpClientGps.java 34 Use explicit scoping instead of the default package private level
44073 src/com/gps/utilities/HttpClientGps.java 34 fieldCommentRequirement Required
44074 src/com/gps/utilities/HttpClientGps.java 35 Avoid using redundant field initializer for 'stat'
44075 src/com/gps/utilities/HttpClientGps.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
44076 src/com/gps/utilities/HttpClientGps.java 35 Use explicit scoping instead of the default package private level
44077 src/com/gps/utilities/HttpClientGps.java 35 fieldCommentRequirement Required
44078 src/com/gps/utilities/HttpClientGps.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
44079 src/com/gps/utilities/HttpClientGps.java 36 StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
44080 src/com/gps/utilities/HttpClientGps.java 36 fieldCommentRequirement Required
44081 src/com/gps/utilities/HttpClientGps.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
44082 src/com/gps/utilities/HttpClientGps.java 37 Use explicit scoping instead of the default package private level
44083 src/com/gps/utilities/HttpClientGps.java 37 fieldCommentRequirement Required
44084 src/com/gps/utilities/HttpClientGps.java 38 Avoid variables with short names like to
44085 src/com/gps/utilities/HttpClientGps.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
44086 src/com/gps/utilities/HttpClientGps.java 38 StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
44087 src/com/gps/utilities/HttpClientGps.java 38 Use explicit scoping instead of the default package private level
44088 src/com/gps/utilities/HttpClientGps.java 38 fieldCommentRequirement Required
44089 src/com/gps/utilities/HttpClientGps.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
44090 src/com/gps/utilities/HttpClientGps.java 39 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'status_response' is not final.
44091 src/com/gps/utilities/HttpClientGps.java 39 Use explicit scoping instead of the default package private level
44092 src/com/gps/utilities/HttpClientGps.java 39 fieldCommentRequirement Required
44093 src/com/gps/utilities/HttpClientGps.java 40 Avoid using redundant field initializer for 'method'
44094 src/com/gps/utilities/HttpClientGps.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
44095 src/com/gps/utilities/HttpClientGps.java 40 Use explicit scoping instead of the default package private level
44096 src/com/gps/utilities/HttpClientGps.java 40 fieldCommentRequirement Required
44097 src/com/gps/utilities/HttpClientGps.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
44098 src/com/gps/utilities/HttpClientGps.java 41 Use explicit scoping instead of the default package private level
44099 src/com/gps/utilities/HttpClientGps.java 41 fieldCommentRequirement Required
44100 src/com/gps/utilities/HttpClientGps.java 42 Avoid using redundant field initializer for 'total_count'
44101 src/com/gps/utilities/HttpClientGps.java 42 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'total_count' is not final.
44102 src/com/gps/utilities/HttpClientGps.java 42 fieldCommentRequirement Required
44103 src/com/gps/utilities/HttpClientGps.java 43 Avoid using redundant field initializer for 'success_url1'
44104 src/com/gps/utilities/HttpClientGps.java 43 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'success_url1' is not final.
44105 src/com/gps/utilities/HttpClientGps.java 43 fieldCommentRequirement Required
44106 src/com/gps/utilities/HttpClientGps.java 44 Avoid using redundant field initializer for 'success_url2'
44107 src/com/gps/utilities/HttpClientGps.java 44 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'success_url2' is not final.
44108 src/com/gps/utilities/HttpClientGps.java 44 fieldCommentRequirement Required
44109 src/com/gps/utilities/HttpClientGps.java 46 The Logger variable declaration does not contain the static and final modifiers
44110 src/com/gps/utilities/HttpClientGps.java 46 fieldCommentRequirement Required
44111 src/com/gps/utilities/HttpClientGps.java 48 Parameter 'port' is not assigned and could be declared final
44112 src/com/gps/utilities/HttpClientGps.java 48 Parameter 'proxy' is not assigned and could be declared final
44113 src/com/gps/utilities/HttpClientGps.java 48 Parameter 'queryString' is not assigned and could be declared final
44114 src/com/gps/utilities/HttpClientGps.java 48 Parameter 'url' is not assigned and could be declared final
44115 src/com/gps/utilities/HttpClientGps.java 48 publicMethodCommentRequirement Required
44116 src/com/gps/utilities/HttpClientGps.java 51 Local variable 'client' could be declared final
44117 src/com/gps/utilities/HttpClientGps.java 54 Local variable 'host' could be declared final
44118 src/com/gps/utilities/HttpClientGps.java 54 Potential violation of Law of Demeter (object not created locally)
44119 src/com/gps/utilities/HttpClientGps.java 55 Potential violation of Law of Demeter (object not created locally)
44120 src/com/gps/utilities/HttpClientGps.java 57 Comment is too large: Line too long
44121 src/com/gps/utilities/HttpClientGps.java 58 Found 'DD'-anomaly for variable 'sta' (lines '58'-'68').
44122 src/com/gps/utilities/HttpClientGps.java 60 Local variable 'method' could be declared final
44123 src/com/gps/utilities/HttpClientGps.java 61 Potential violation of Law of Demeter (object not created locally)
44124 src/com/gps/utilities/HttpClientGps.java 64 Potential violation of Law of Demeter (object not created locally)
44125 src/com/gps/utilities/HttpClientGps.java 64 System.out.print is used
44126 src/com/gps/utilities/HttpClientGps.java 68 Found 'DD'-anomaly for variable 'sta' (lines '68'-'81').
44127 src/com/gps/utilities/HttpClientGps.java 68 Found 'DD'-anomaly for variable 'sta' (lines '68'-'84').
44128 src/com/gps/utilities/HttpClientGps.java 69 Avoid printStackTrace(); use a logger call instead.
44129 src/com/gps/utilities/HttpClientGps.java 69 Potential violation of Law of Demeter (object not created locally)
44130 src/com/gps/utilities/HttpClientGps.java 78 Local variable 'statusCode' could be declared final
44131 src/com/gps/utilities/HttpClientGps.java 78 Potential violation of Law of Demeter (object not created locally)
44132 src/com/gps/utilities/HttpClientGps.java 79 Avoid if (x != y) ..; else ..;
44133 src/com/gps/utilities/HttpClientGps.java 81 Found 'DD'-anomaly for variable 'sta' (lines '81'-'98').
44134 src/com/gps/utilities/HttpClientGps.java 82 Potential violation of Law of Demeter (object not created locally)
44135 src/com/gps/utilities/HttpClientGps.java 82 System.out.print is used
44136 src/com/gps/utilities/HttpClientGps.java 84 Found 'DD'-anomaly for variable 'sta' (lines '84'-'98').
44137 src/com/gps/utilities/HttpClientGps.java 88 Local variable 'responseBody' could be declared final
44138 src/com/gps/utilities/HttpClientGps.java 88 Potential violation of Law of Demeter (object not created locally)
44139 src/com/gps/utilities/HttpClientGps.java 92 Avoid unused local variables such as 'ss'.
44140 src/com/gps/utilities/HttpClientGps.java 92 Avoid variables with short names like ss
44141 src/com/gps/utilities/HttpClientGps.java 92 Found 'DU'-anomaly for variable 'ss' (lines '92'-'113').
44142 src/com/gps/utilities/HttpClientGps.java 92 Local variable 'ss' could be declared final
44143 src/com/gps/utilities/HttpClientGps.java 93 System.out.print is used
44144 src/com/gps/utilities/HttpClientGps.java 98 Found 'DD'-anomaly for variable 'sta' (lines '98'-'103').
44145 src/com/gps/utilities/HttpClientGps.java 99 Potential violation of Law of Demeter (object not created locally)
44146 src/com/gps/utilities/HttpClientGps.java 99 System.out.print is used
44147 src/com/gps/utilities/HttpClientGps.java 100 Avoid printStackTrace(); use a logger call instead.
44148 src/com/gps/utilities/HttpClientGps.java 100 Potential violation of Law of Demeter (object not created locally)
44149 src/com/gps/utilities/HttpClientGps.java 104 Potential violation of Law of Demeter (object not created locally)
44150 src/com/gps/utilities/HttpClientGps.java 104 System.out.print is used
44151 src/com/gps/utilities/HttpClientGps.java 105 Avoid printStackTrace(); use a logger call instead.
44152 src/com/gps/utilities/HttpClientGps.java 105 Potential violation of Law of Demeter (object not created locally)
44153 src/com/gps/utilities/HttpClientGps.java 110 Potential violation of Law of Demeter (object not created locally)
44154 src/com/gps/utilities/HttpClientGps.java 114 Avoid variables with short names like s2
44155 src/com/gps/utilities/HttpClientGps.java 114 Parameter 's2' is not assigned and could be declared final
44156 src/com/gps/utilities/HttpClientGps.java 114 publicMethodCommentRequirement Required
44157 src/com/gps/utilities/HttpClientGps.java 119 System.out.print is used
44158 src/com/gps/utilities/HttpClientGps.java 121 A method should have only one exit point, and that should be the last statement in the method
44159 src/com/gps/utilities/HttpClientGps.java 125 System.out.print is used
44160 src/com/gps/utilities/HttpClientGps.java 132 Avoid long parameter lists.
44161 src/com/gps/utilities/HttpClientGps.java 132 Avoid really long methods.
44162 src/com/gps/utilities/HttpClientGps.java 132 Found 'UR'-anomaly for variable 'recipient' (lines '132'-'174').
44163 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'currentFence' is not assigned and could be declared final
44164 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'message' is not assigned and could be declared final
44165 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'msgType' is not assigned and could be declared final
44166 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'password' is not assigned and could be declared final
44167 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'port' is not assigned and could be declared final
44168 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'proxy' is not assigned and could be declared final
44169 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'senderId' is not assigned and could be declared final
44170 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'sessVal' is not assigned and could be declared final
44171 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'url' is not assigned and could be declared final
44172 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'username' is not assigned and could be declared final
44173 src/com/gps/utilities/HttpClientGps.java 132 Rather than using a lot of String arguments, consider using a container object for those values.
44174 src/com/gps/utilities/HttpClientGps.java 132 The method 'sendAlertMessage' has a Cyclomatic Complexity of 13.
44175 src/com/gps/utilities/HttpClientGps.java 132 publicMethodCommentRequirement Required
44176 src/com/gps/utilities/HttpClientGps.java 133 There is log block not surrounded by if
44177 src/com/gps/utilities/HttpClientGps.java 133 There is log block not surrounded by if
44178 src/com/gps/utilities/HttpClientGps.java 137 Avoid declaring a variable if it is unreferenced before a possible exit point.
44179 src/com/gps/utilities/HttpClientGps.java 137 Avoid unused local variables such as 'geoIdsList'.
44180 src/com/gps/utilities/HttpClientGps.java 137 Found 'DU'-anomaly for variable 'geoIdsList' (lines '137'-'276').
44181 src/com/gps/utilities/HttpClientGps.java 137 Local variable 'geoIdsList' could be declared final
44182 src/com/gps/utilities/HttpClientGps.java 138 Found 'DD'-anomaly for variable 'recipientList' (lines '138'-'151').
44183 src/com/gps/utilities/HttpClientGps.java 139 Avoid declaring a variable if it is unreferenced before a possible exit point.
44184 src/com/gps/utilities/HttpClientGps.java 139 Avoid unused local variables such as 'trip'.
44185 src/com/gps/utilities/HttpClientGps.java 139 Local variable 'trip' could be declared final
44186 src/com/gps/utilities/HttpClientGps.java 140 Avoid declaring a variable if it is unreferenced before a possible exit point.
44187 src/com/gps/utilities/HttpClientGps.java 140 Found 'DD'-anomaly for variable 'nmobno' (lines '140'-'174').
44188 src/com/gps/utilities/HttpClientGps.java 140 Found 'DU'-anomaly for variable 'nmobno' (lines '140'-'276').
44189 src/com/gps/utilities/HttpClientGps.java 145 Local variable 'geoDao' could be declared final
44190 src/com/gps/utilities/HttpClientGps.java 151 Potential violation of Law of Demeter (object not created locally)
44191 src/com/gps/utilities/HttpClientGps.java 152 Potential violation of Law of Demeter (object not created locally)
44192 src/com/gps/utilities/HttpClientGps.java 152 There is log block not surrounded by if
44193 src/com/gps/utilities/HttpClientGps.java 152 There is log block not surrounded by if
44194 src/com/gps/utilities/HttpClientGps.java 155 Avoid using Literals in Conditional Statements
44195 src/com/gps/utilities/HttpClientGps.java 155 Potential violation of Law of Demeter (object not created locally)
44196 src/com/gps/utilities/HttpClientGps.java 155 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
44197 src/com/gps/utilities/HttpClientGps.java 158 There is log block not surrounded by if
44198 src/com/gps/utilities/HttpClientGps.java 158 There is log block not surrounded by if
44199 src/com/gps/utilities/HttpClientGps.java 160 A method should have only one exit point, and that should be the last statement in the method
44200 src/com/gps/utilities/HttpClientGps.java 163 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44201 src/com/gps/utilities/HttpClientGps.java 166 Avoid printStackTrace(); use a logger call instead.
44202 src/com/gps/utilities/HttpClientGps.java 166 Potential violation of Law of Demeter (object not created locally)
44203 src/com/gps/utilities/HttpClientGps.java 171 Avoid variables with short names like i
44204 src/com/gps/utilities/HttpClientGps.java 171 Found 'DU'-anomaly for variable 'i' (lines '171'-'276').
44205 src/com/gps/utilities/HttpClientGps.java 172 Local variable 'recipient' could be declared final
44206 src/com/gps/utilities/HttpClientGps.java 174 Found 'DD'-anomaly for variable 'nmobno' (lines '174'-'176').
44207 src/com/gps/utilities/HttpClientGps.java 174 Potential violation of Law of Demeter (object not created locally)
44208 src/com/gps/utilities/HttpClientGps.java 176 Potential violation of Law of Demeter (object not created locally)
44209 src/com/gps/utilities/HttpClientGps.java 177 There is log block not surrounded by if
44210 src/com/gps/utilities/HttpClientGps.java 177 There is log block not surrounded by if
44211 src/com/gps/utilities/HttpClientGps.java 178 Avoid using Literals in Conditional Statements
44212 src/com/gps/utilities/HttpClientGps.java 179 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
44213 src/com/gps/utilities/HttpClientGps.java 180 There is log block not surrounded by if
44214 src/com/gps/utilities/HttpClientGps.java 180 There is log block not surrounded by if
44215 src/com/gps/utilities/HttpClientGps.java 183 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
44216 src/com/gps/utilities/HttpClientGps.java 185 Found 'DU'-anomaly for variable 'i' (lines '185'-'276').
44217 src/com/gps/utilities/HttpClientGps.java 189 Comment is too large: Line too long
44218 src/com/gps/utilities/HttpClientGps.java 192 Avoid empty if statements
44219 src/com/gps/utilities/HttpClientGps.java 201 There is log block not surrounded by if
44220 src/com/gps/utilities/HttpClientGps.java 201 There is log block not surrounded by if
44221 src/com/gps/utilities/HttpClientGps.java 202 Comment is too large: Line too long
44222 src/com/gps/utilities/HttpClientGps.java 204 Comment is too large: Line too long
44223 src/com/gps/utilities/HttpClientGps.java 209 Local variable 'responseBody' could be declared final
44224 src/com/gps/utilities/HttpClientGps.java 212 Avoid instantiating new objects inside loops
44225 src/com/gps/utilities/HttpClientGps.java 212 Avoid variables with short names like ss
44226 src/com/gps/utilities/HttpClientGps.java 212 Local variable 'ss' could be declared final
44227 src/com/gps/utilities/HttpClientGps.java 214 Comment is too large: Line too long
44228 src/com/gps/utilities/HttpClientGps.java 216 Comment is too large: Line too long
44229 src/com/gps/utilities/HttpClientGps.java 217 Comment is too large: Line too long
44230 src/com/gps/utilities/HttpClientGps.java 220 Avoid using Literals in Conditional Statements
44231 src/com/gps/utilities/HttpClientGps.java 223 Useless parentheses.
44232 src/com/gps/utilities/HttpClientGps.java 224 Potential violation of Law of Demeter (method chain calls)
44233 src/com/gps/utilities/HttpClientGps.java 226 Useless parentheses.
44234 src/com/gps/utilities/HttpClientGps.java 228 Potential violation of Law of Demeter (method chain calls)
44235 src/com/gps/utilities/HttpClientGps.java 230 Useless parentheses.
44236 src/com/gps/utilities/HttpClientGps.java 234 Avoid instantiating new objects inside loops
44237 src/com/gps/utilities/HttpClientGps.java 234 Local variable 'sms' could be declared final
44238 src/com/gps/utilities/HttpClientGps.java 235 Avoid instantiating new objects inside loops
44239 src/com/gps/utilities/HttpClientGps.java 235 Local variable 'time' could be declared final
44240 src/com/gps/utilities/HttpClientGps.java 236 Avoid instantiating new objects inside loops
44241 src/com/gps/utilities/HttpClientGps.java 236 Local variable 'format' could be declared final
44242 src/com/gps/utilities/HttpClientGps.java 236 When instantiating a SimpleDateFormat object, specify a Locale
44243 src/com/gps/utilities/HttpClientGps.java 237 Local variable 'orgid' could be declared final
44244 src/com/gps/utilities/HttpClientGps.java 237 Potential violation of Law of Demeter (method chain calls)
44245 src/com/gps/utilities/HttpClientGps.java 237 Potential violation of Law of Demeter (method chain calls)
44246 src/com/gps/utilities/HttpClientGps.java 238 Local variable 'tripId' could be declared final
44247 src/com/gps/utilities/HttpClientGps.java 238 Potential violation of Law of Demeter (method chain calls)
44248 src/com/gps/utilities/HttpClientGps.java 239 Potential violation of Law of Demeter (object not created locally)
44249 src/com/gps/utilities/HttpClientGps.java 239 Potential violation of Law of Demeter (object not created locally)
44250 src/com/gps/utilities/HttpClientGps.java 243 There is log block not surrounded by if
44251 src/com/gps/utilities/HttpClientGps.java 243 There is log block not surrounded by if
44252 src/com/gps/utilities/HttpClientGps.java 244 There is log block not surrounded by if
44253 src/com/gps/utilities/HttpClientGps.java 244 There is log block not surrounded by if
44254 src/com/gps/utilities/HttpClientGps.java 245 Potential violation of Law of Demeter (method chain calls)
44255 src/com/gps/utilities/HttpClientGps.java 245 Potential violation of Law of Demeter (method chain calls)
44256 src/com/gps/utilities/HttpClientGps.java 245 There is log block not surrounded by if
44257 src/com/gps/utilities/HttpClientGps.java 245 There is log block not surrounded by if
44258 src/com/gps/utilities/HttpClientGps.java 246 There is log block not surrounded by if
44259 src/com/gps/utilities/HttpClientGps.java 246 There is log block not surrounded by if
44260 src/com/gps/utilities/HttpClientGps.java 247 There is log block not surrounded by if
44261 src/com/gps/utilities/HttpClientGps.java 247 There is log block not surrounded by if
44262 src/com/gps/utilities/HttpClientGps.java 248 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44263 src/com/gps/utilities/HttpClientGps.java 250 There is log block not surrounded by if
44264 src/com/gps/utilities/HttpClientGps.java 251 Avoid printStackTrace(); use a logger call instead.
44265 src/com/gps/utilities/HttpClientGps.java 251 Potential violation of Law of Demeter (object not created locally)
44266 src/com/gps/utilities/HttpClientGps.java 254 There is log block not surrounded by if
44267 src/com/gps/utilities/HttpClientGps.java 254 There is log block not surrounded by if
44268 src/com/gps/utilities/HttpClientGps.java 259 Potential violation of Law of Demeter (method chain calls)
44269 src/com/gps/utilities/HttpClientGps.java 263 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44270 src/com/gps/utilities/HttpClientGps.java 265 Avoid printStackTrace(); use a logger call instead.
44271 src/com/gps/utilities/HttpClientGps.java 265 Potential violation of Law of Demeter (object not created locally)
44272 src/com/gps/utilities/HttpClientGps.java 270 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44273 src/com/gps/utilities/HttpClientGps.java 272 Avoid printStackTrace(); use a logger call instead.
44274 src/com/gps/utilities/HttpClientGps.java 272 Potential violation of Law of Demeter (object not created locally)
44275 src/com/gps/utilities/HttpClientGps.java 279 publicMethodCommentRequirement Required
44276 src/com/gps/utilities/HttpClientGps.java 284 Local variable 'dir' could be declared final
44277 src/com/gps/utilities/HttpClientGps.java 286 Potential violation of Law of Demeter (object not created locally)
44278 src/com/gps/utilities/HttpClientGps.java 286 There is log block not surrounded by if
44279 src/com/gps/utilities/HttpClientGps.java 286 There is log block not surrounded by if
44280 src/com/gps/utilities/HttpClientGps.java 287 Local variable 'children1' could be declared final
44281 src/com/gps/utilities/HttpClientGps.java 287 Potential violation of Law of Demeter (object not created locally)
44282 src/com/gps/utilities/HttpClientGps.java 288 There is log block not surrounded by if
44283 src/com/gps/utilities/HttpClientGps.java 288 There is log block not surrounded by if
44284 src/com/gps/utilities/HttpClientGps.java 291 Potential violation of Law of Demeter (static property access)
44285 src/com/gps/utilities/HttpClientGps.java 292 A method should have only one exit point, and that should be the last statement in the method
44286 src/com/gps/utilities/HttpClientGps.java 293 Comment is too large: Line too long
44287 src/com/gps/utilities/HttpClientGps.java 295 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44288 src/com/gps/utilities/HttpClientGps.java 297 There is log block not surrounded by if
44289 src/com/gps/utilities/HttpClientGps.java 298 Avoid printStackTrace(); use a logger call instead.
44290 src/com/gps/utilities/HttpClientGps.java 298 Potential violation of Law of Demeter (object not created locally)
44291 src/com/gps/utilities/HttpClientGps.java 305 publicMethodCommentRequirement Required
44292 src/com/gps/utilities/HttpClientGps.java 308 Found 'DD'-anomaly for variable 'responseBody1' (lines '308'-'343').
44293 src/com/gps/utilities/HttpClientGps.java 312 There is log block not surrounded by if
44294 src/com/gps/utilities/HttpClientGps.java 312 There is log block not surrounded by if
44295 src/com/gps/utilities/HttpClientGps.java 316 System.out.print is used
44296 src/com/gps/utilities/HttpClientGps.java 321 Avoid printStackTrace(); use a logger call instead.
44297 src/com/gps/utilities/HttpClientGps.java 321 Potential violation of Law of Demeter (object not created locally)
44298 src/com/gps/utilities/HttpClientGps.java 331 Local variable 'statusCode' could be declared final
44299 src/com/gps/utilities/HttpClientGps.java 333 Avoid if (x != y) ..; else ..;
44300 src/com/gps/utilities/HttpClientGps.java 336 Potential violation of Law of Demeter (method chain calls)
44301 src/com/gps/utilities/HttpClientGps.java 344 Potential violation of Law of Demeter (method chain calls)
44302 src/com/gps/utilities/HttpClientGps.java 349 Potential violation of Law of Demeter (method chain calls)
44303 src/com/gps/utilities/HttpClientGps.java 349 Potential violation of Law of Demeter (object not created locally)
44304 src/com/gps/utilities/HttpClientGps.java 350 Avoid printStackTrace(); use a logger call instead.
44305 src/com/gps/utilities/HttpClientGps.java 350 Potential violation of Law of Demeter (object not created locally)
44306 src/com/gps/utilities/HttpClientGps.java 354 Potential violation of Law of Demeter (object not created locally)
44307 src/com/gps/utilities/HttpClientGps.java 354 There is log block not surrounded by if
44308 src/com/gps/utilities/HttpClientGps.java 355 Avoid printStackTrace(); use a logger call instead.
44309 src/com/gps/utilities/HttpClientGps.java 355 Potential violation of Law of Demeter (object not created locally)
44310 src/com/gps/utilities/HttpClientGps.java 362 Potential violation of Law of Demeter (method chain calls)
44311 src/com/gps/utilities/HttpClientGps.java 367 Parameter 'fname' is not assigned and could be declared final
44312 src/com/gps/utilities/HttpClientGps.java 367 Parameter 'msg' is not assigned and could be declared final
44313 src/com/gps/utilities/HttpClientGps.java 367 Parameter 'msgType' is not assigned and could be declared final
44314 src/com/gps/utilities/HttpClientGps.java 367 publicMethodCommentRequirement Required
44315 src/com/gps/utilities/HttpClientGps.java 369 Local variable 'config' could be declared final
44316 src/com/gps/utilities/HttpClientGps.java 370 There is log block not surrounded by if
44317 src/com/gps/utilities/HttpClientGps.java 370 There is log block not surrounded by if
44318 src/com/gps/utilities/HttpClientGps.java 371 Found 'DD'-anomaly for variable 'props' (lines '371'-'376').
44319 src/com/gps/utilities/HttpClientGps.java 375 There is log block not surrounded by if
44320 src/com/gps/utilities/HttpClientGps.java 375 There is log block not surrounded by if
44321 src/com/gps/utilities/HttpClientGps.java 379 Local variable 'proxy' could be declared final
44322 src/com/gps/utilities/HttpClientGps.java 380 Position literals first in String comparisons
44323 src/com/gps/utilities/HttpClientGps.java 382 There is log block not surrounded by if
44324 src/com/gps/utilities/HttpClientGps.java 382 There is log block not surrounded by if
44325 src/com/gps/utilities/HttpClientGps.java 384 Local variable 'host' could be declared final
44326 src/com/gps/utilities/HttpClientGps.java 394 There is log block not surrounded by if
44327 src/com/gps/utilities/HttpClientGps.java 394 There is log block not surrounded by if
44328 src/com/gps/utilities/HttpClientGps.java 397 Avoid using Literals in Conditional Statements
44329 src/com/gps/utilities/HttpClientGps.java 398 Avoid using if...else statements without curly braces
44330 src/com/gps/utilities/HttpClientGps.java 402 There is log block not surrounded by if
44331 src/com/gps/utilities/HttpClientGps.java 402 There is log block not surrounded by if
44332 src/com/gps/utilities/HttpClientGps.java 406 There is log block not surrounded by if
44333 src/com/gps/utilities/HttpClientGps.java 406 There is log block not surrounded by if
44334 src/com/gps/utilities/HttpClientGps.java 411 Avoid printStackTrace(); use a logger call instead.
44335 src/com/gps/utilities/HttpClientGps.java 414 Avoid printStackTrace(); use a logger call instead.
44336 src/com/gps/utilities/HttpClientGps.java 419 publicMethodCommentRequirement Required
44337 src/com/gps/utilities/HttpClientGps.java 420 Local variable 'dateFormat' could be declared final
44338 src/com/gps/utilities/HttpClientGps.java 420 When instantiating a SimpleDateFormat object, specify a Locale
44339 src/com/gps/utilities/HttpClientGps.java 421 Local variable 'date' could be declared final
44340 src/com/gps/utilities/HttpClientGps.java 425 Parameter 'args' is not assigned and could be declared final
44341 src/com/gps/utilities/HttpClientGps.java 425 publicMethodCommentRequirement Required
44342 src/com/gps/utilities/HttpClientGps.java 427 Local variable 'client' could be declared final
44343 src/com/gps/utilities/HttpClientGps.java 430 Local variable 'results' could be declared final
44344 src/com/gps/utilities/HttpClientGps.java 440 System.out.print is used
44345 src/com/gps/utilities/HttpClientGps.java 441 System.out.print is used
44346 src/com/gps/utilities/HttpClientGps.java 442 System.out.print is used
44347 src/com/gps/utilities/HttpClientGps.java 442 Useless parentheses.
44348 src/com/gps/utilities/HttpClientGps.java 446 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44349 src/com/gps/utilities/HttpClientGps.java 448 System.out.print is used
44350 src/com/gps/utilities/HttpClientGps.java 449 Avoid statements in a catch block that invoke accessors on the exception without using the information
44351 src/com/gps/utilities/LMUUtils.java 12 Avoid unused imports such as 'javax.swing.text.Document'
44352 src/com/gps/utilities/LMUUtils.java 13 Avoid unused imports such as 'javax.xml.parsers.DocumentBuilder'
44353 src/com/gps/utilities/LMUUtils.java 14 Avoid unused imports such as 'javax.xml.parsers.DocumentBuilderFactory'
44354 src/com/gps/utilities/LMUUtils.java 16 Avoid unused imports such as 'javax.xml.xpath.XPathConstants'
44355 src/com/gps/utilities/LMUUtils.java 28 Avoid unused imports such as 'org.w3c.dom.NodeList'
44356 src/com/gps/utilities/LMUUtils.java 32 headerCommentRequirement Required
44357 src/com/gps/utilities/LMUUtils.java 34 The Logger variable declaration does not contain the static and final modifiers
44358 src/com/gps/utilities/LMUUtils.java 34 Use explicit scoping instead of the default package private level
44359 src/com/gps/utilities/LMUUtils.java 34 fieldCommentRequirement Required
44360 src/com/gps/utilities/LMUUtils.java 35 Avoid unused private fields such as 'format1'.
44361 src/com/gps/utilities/LMUUtils.java 35 When instantiating a SimpleDateFormat object, specify a Locale
44362 src/com/gps/utilities/LMUUtils.java 35 fieldCommentRequirement Required
44363 src/com/gps/utilities/LMUUtils.java 36 A method/constructor shouldnt explicitly throw java.lang.Exception
44364 src/com/gps/utilities/LMUUtils.java 36 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
44365 src/com/gps/utilities/LMUUtils.java 36 Parameter 'inTime' is not assigned and could be declared final
44366 src/com/gps/utilities/LMUUtils.java 36 publicMethodCommentRequirement Required
44367 src/com/gps/utilities/LMUUtils.java 42 Avoid variables with short names like d
44368 src/com/gps/utilities/LMUUtils.java 42 Local variable 'd' could be declared final
44369 src/com/gps/utilities/LMUUtils.java 43 Local variable 'cal' could be declared final
44370 src/com/gps/utilities/LMUUtils.java 44 Potential violation of Law of Demeter (object not created locally)
44371 src/com/gps/utilities/LMUUtils.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44372 src/com/gps/utilities/LMUUtils.java 50 There is log block not surrounded by if
44373 src/com/gps/utilities/LMUUtils.java 57 Avoid reassigning parameters such as 's'
44374 src/com/gps/utilities/LMUUtils.java 57 Avoid variables with short names like s
44375 src/com/gps/utilities/LMUUtils.java 57 publicMethodCommentRequirement Required
44376 src/com/gps/utilities/LMUUtils.java 58 Found 'DU'-anomaly for variable 'digits' (lines '58'-'67').
44377 src/com/gps/utilities/LMUUtils.java 58 Local variable 'digits' could be declared final
44378 src/com/gps/utilities/LMUUtils.java 59 When doing a String.toLowerCase()/toUpperCase() call, use a Locale
44379 src/com/gps/utilities/LMUUtils.java 60 Found 'DD'-anomaly for variable 'val' (lines '60'-'64').
44380 src/com/gps/utilities/LMUUtils.java 62 Avoid variables with short names like c
44381 src/com/gps/utilities/LMUUtils.java 62 Local variable 'c' could be declared final
44382 src/com/gps/utilities/LMUUtils.java 63 Avoid variables with short names like d
44383 src/com/gps/utilities/LMUUtils.java 63 Local variable 'd' could be declared final
44384 src/com/gps/utilities/LMUUtils.java 63 Potential violation of Law of Demeter (object not created locally)
44385 src/com/gps/utilities/LMUUtils.java 71 Avoid reassigning parameters such as 'd'
44386 src/com/gps/utilities/LMUUtils.java 71 Avoid variables with short names like d
44387 src/com/gps/utilities/LMUUtils.java 71 publicMethodCommentRequirement Required
44388 src/com/gps/utilities/LMUUtils.java 72 Avoid declaring a variable if it is unreferenced before a possible exit point.
44389 src/com/gps/utilities/LMUUtils.java 72 Found 'DU'-anomaly for variable 'digits' (lines '72'-'81').
44390 src/com/gps/utilities/LMUUtils.java 72 Local variable 'digits' could be declared final
44391 src/com/gps/utilities/LMUUtils.java 73 A method should have only one exit point, and that should be the last statement in the method
44392 src/com/gps/utilities/LMUUtils.java 73 Avoid using Literals in Conditional Statements
44393 src/com/gps/utilities/LMUUtils.java 73 Avoid using if statements without curly braces
44394 src/com/gps/utilities/LMUUtils.java 74 Found 'DD'-anomaly for variable 'hex' (lines '74'-'77').
44395 src/com/gps/utilities/LMUUtils.java 76 Local variable 'digit' could be declared final
44396 src/com/gps/utilities/LMUUtils.java 77 Potential violation of Law of Demeter (object not created locally)
44397 src/com/gps/utilities/LMUUtils.java 77 Prefer StringBuffer over += for concatenating strings
44398 src/com/gps/utilities/LMUUtils.java 82 A method/constructor shouldnt explicitly throw java.lang.Exception
44399 src/com/gps/utilities/LMUUtils.java 82 Parameter 'packetTime' is not assigned and could be declared final
44400 src/com/gps/utilities/LMUUtils.java 82 publicMethodCommentRequirement Required
44401 src/com/gps/utilities/LMUUtils.java 87 Local variable 'cal' could be declared final
44402 src/com/gps/utilities/LMUUtils.java 91 Potential violation of Law of Demeter (object not created locally)
44403 src/com/gps/utilities/LMUUtils.java 92 Potential violation of Law of Demeter (object not created locally)
44404 src/com/gps/utilities/LMUUtils.java 92 There is log block not surrounded by if
44405 src/com/gps/utilities/LMUUtils.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
44406 src/com/gps/utilities/LMUUtils.java 93 Potential violation of Law of Demeter (object not created locally)
44407 src/com/gps/utilities/LMUUtils.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44408 src/com/gps/utilities/LMUUtils.java 98 Avoid printStackTrace(); use a logger call instead.
44409 src/com/gps/utilities/LMUUtils.java 104 Parameter 'date' is not assigned and could be declared final
44410 src/com/gps/utilities/LMUUtils.java 104 publicMethodCommentRequirement Required
44411 src/com/gps/utilities/LMUUtils.java 107 Avoid declaring a variable if it is unreferenced before a possible exit point.
44412 src/com/gps/utilities/LMUUtils.java 107 Avoid unused local variables such as 'format'.
44413 src/com/gps/utilities/LMUUtils.java 107 Found 'DU'-anomaly for variable 'format' (lines '107'-'113').
44414 src/com/gps/utilities/LMUUtils.java 107 Local variable 'format' could be declared final
44415 src/com/gps/utilities/LMUUtils.java 107 When instantiating a SimpleDateFormat object, specify a Locale
44416 src/com/gps/utilities/LMUUtils.java 109 Local variable 'cal' could be declared final
44417 src/com/gps/utilities/LMUUtils.java 114 Parameter 'port' is not assigned and could be declared final
44418 src/com/gps/utilities/LMUUtils.java 114 Parameter 'proxy' is not assigned and could be declared final
44419 src/com/gps/utilities/LMUUtils.java 114 Parameter 'queryString' is not assigned and could be declared final
44420 src/com/gps/utilities/LMUUtils.java 114 Parameter 'url' is not assigned and could be declared final
44421 src/com/gps/utilities/LMUUtils.java 114 publicMethodCommentRequirement Required
44422 src/com/gps/utilities/LMUUtils.java 116 Found 'DD'-anomaly for variable 'response' (lines '116'-'153').
44423 src/com/gps/utilities/LMUUtils.java 117 Local variable 'client' could be declared final
44424 src/com/gps/utilities/LMUUtils.java 118 Local variable 'host' could be declared final
44425 src/com/gps/utilities/LMUUtils.java 118 Potential violation of Law of Demeter (object not created locally)
44426 src/com/gps/utilities/LMUUtils.java 119 Potential violation of Law of Demeter (object not created locally)
44427 src/com/gps/utilities/LMUUtils.java 121 Local variable 'method' could be declared final
44428 src/com/gps/utilities/LMUUtils.java 122 Potential violation of Law of Demeter (object not created locally)
44429 src/com/gps/utilities/LMUUtils.java 123 Avoid unused local variables such as 'stat'.
44430 src/com/gps/utilities/LMUUtils.java 123 Found 'DD'-anomaly for variable 'stat' (lines '123'-'130').
44431 src/com/gps/utilities/LMUUtils.java 126 Potential violation of Law of Demeter (object not created locally)
44432 src/com/gps/utilities/LMUUtils.java 126 System.out.print is used
44433 src/com/gps/utilities/LMUUtils.java 130 Found 'DD'-anomaly for variable 'stat' (lines '130'-'142').
44434 src/com/gps/utilities/LMUUtils.java 130 Found 'DD'-anomaly for variable 'stat' (lines '130'-'145').
44435 src/com/gps/utilities/LMUUtils.java 131 Avoid printStackTrace(); use a logger call instead.
44436 src/com/gps/utilities/LMUUtils.java 131 Potential violation of Law of Demeter (object not created locally)
44437 src/com/gps/utilities/LMUUtils.java 139 Local variable 'statusCode' could be declared final
44438 src/com/gps/utilities/LMUUtils.java 139 Potential violation of Law of Demeter (object not created locally)
44439 src/com/gps/utilities/LMUUtils.java 141 Avoid if (x != y) ..; else ..;
44440 src/com/gps/utilities/LMUUtils.java 142 Found 'DD'-anomaly for variable 'stat' (lines '142'-'156').
44441 src/com/gps/utilities/LMUUtils.java 143 Potential violation of Law of Demeter (object not created locally)
44442 src/com/gps/utilities/LMUUtils.java 143 System.out.print is used
44443 src/com/gps/utilities/LMUUtils.java 145 Found 'DD'-anomaly for variable 'stat' (lines '145'-'156').
44444 src/com/gps/utilities/LMUUtils.java 149 Local variable 'responseBody' could be declared final
44445 src/com/gps/utilities/LMUUtils.java 149 Potential violation of Law of Demeter (object not created locally)
44446 src/com/gps/utilities/LMUUtils.java 156 Found 'DD'-anomaly for variable 'stat' (lines '156'-'160').
44447 src/com/gps/utilities/LMUUtils.java 157 Potential violation of Law of Demeter (object not created locally)
44448 src/com/gps/utilities/LMUUtils.java 157 System.out.print is used
44449 src/com/gps/utilities/LMUUtils.java 158 Avoid printStackTrace(); use a logger call instead.
44450 src/com/gps/utilities/LMUUtils.java 158 Potential violation of Law of Demeter (object not created locally)
44451 src/com/gps/utilities/LMUUtils.java 160 Found 'DU'-anomaly for variable 'stat' (lines '160'-'174').
44452 src/com/gps/utilities/LMUUtils.java 161 Potential violation of Law of Demeter (object not created locally)
44453 src/com/gps/utilities/LMUUtils.java 161 System.out.print is used
44454 src/com/gps/utilities/LMUUtils.java 162 Avoid printStackTrace(); use a logger call instead.
44455 src/com/gps/utilities/LMUUtils.java 162 Potential violation of Law of Demeter (object not created locally)
44456 src/com/gps/utilities/LMUUtils.java 167 Potential violation of Law of Demeter (object not created locally)
44457 src/com/gps/utilities/LMUUtils.java 176 A method/constructor shouldnt explicitly throw java.lang.Exception
44458 src/com/gps/utilities/LMUUtils.java 176 Parameter 'args' is not assigned and could be declared final
44459 src/com/gps/utilities/LMUUtils.java 176 publicMethodCommentRequirement Required
44460 src/com/gps/utilities/LMUUtils.java 178 Local variable 'utils' could be declared final
44461 src/com/gps/utilities/LMUUtils.java 182 A method/constructor shouldnt explicitly throw java.lang.Exception
44462 src/com/gps/utilities/LMUUtils.java 182 Parameter 'response' is not assigned and could be declared final
44463 src/com/gps/utilities/LMUUtils.java 182 publicMethodCommentRequirement Required
44464 src/com/gps/utilities/LMUUtils.java 185 Local variable 'factory' could be declared final
44465 src/com/gps/utilities/LMUUtils.java 186 Local variable 'xpath1' could be declared final
44466 src/com/gps/utilities/LMUUtils.java 186 Potential violation of Law of Demeter (object not created locally)
44467 src/com/gps/utilities/LMUUtils.java 187 Local variable 'xpath2' could be declared final
44468 src/com/gps/utilities/LMUUtils.java 187 Potential violation of Law of Demeter (object not created locally)
44469 src/com/gps/utilities/LMUUtils.java 188 Local variable 'exp1' could be declared final
44470 src/com/gps/utilities/LMUUtils.java 189 Local variable 'exp2' could be declared final
44471 src/com/gps/utilities/LMUUtils.java 196 Local variable 'inputXML' could be declared final
44472 src/com/gps/utilities/LMUUtils.java 197 Potential violation of Law of Demeter (object not created locally)
44473 src/com/gps/utilities/LMUUtils.java 198 Local variable 'inputXML2' could be declared final
44474 src/com/gps/utilities/LMUUtils.java 199 Potential violation of Law of Demeter (object not created locally)
44475 src/com/gps/utilities/LMUUtils.java 204 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44476 src/com/gps/utilities/LMUUtils.java 206 Avoid printStackTrace(); use a logger call instead.
44477 src/com/gps/utilities/LMUUtils.java 206 Potential violation of Law of Demeter (object not created locally)
44478 src/com/gps/utilities/LMUUtils.java 212 Parameter 'eventCode' is not assigned and could be declared final
44479 src/com/gps/utilities/LMUUtils.java 212 publicMethodCommentRequirement Required
44480 src/com/gps/utilities/LMUUtils.java 216 Position literals first in String comparisons
44481 src/com/gps/utilities/LMUUtils.java 218 There is log block not surrounded by if
44482 src/com/gps/utilities/LMUUtils.java 218 There is log block not surrounded by if
44483 src/com/gps/utilities/LMUUtils.java 223 There is log block not surrounded by if
44484 src/com/gps/utilities/LMUUtils.java 223 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
44485 src/com/gps/utilities/LocationManager.java 12 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
44486 src/com/gps/utilities/LocationManager.java 12 headerCommentRequirement Required
44487 src/com/gps/utilities/LocationManager.java 14 The Logger variable declaration does not contain the static and final modifiers
44488 src/com/gps/utilities/LocationManager.java 14 Use explicit scoping instead of the default package private level
44489 src/com/gps/utilities/LocationManager.java 14 fieldCommentRequirement Required
44490 src/com/gps/utilities/LocationManager.java 18 Parameter 'tripId' is not assigned and could be declared final
44491 src/com/gps/utilities/LocationManager.java 18 publicMethodCommentRequirement Required
44492 src/com/gps/utilities/LocationManager.java 20 Avoid declaring a variable if it is unreferenced before a possible exit point.
44493 src/com/gps/utilities/LocationManager.java 20 Avoid unused local variables such as 'pos'.
44494 src/com/gps/utilities/LocationManager.java 20 Found 'DU'-anomaly for variable 'pos' (lines '20'-'52').
44495 src/com/gps/utilities/LocationManager.java 20 Local variable 'pos' could be declared final
44496 src/com/gps/utilities/LocationManager.java 21 There is log block not surrounded by if
44497 src/com/gps/utilities/LocationManager.java 21 There is log block not surrounded by if
44498 src/com/gps/utilities/LocationManager.java 22 Found 'DD'-anomaly for variable 'location' (lines '22'-'30').
44499 src/com/gps/utilities/LocationManager.java 25 System.out.print is used
44500 src/com/gps/utilities/LocationManager.java 28 There is log block not surrounded by if
44501 src/com/gps/utilities/LocationManager.java 28 There is log block not surrounded by if
44502 src/com/gps/utilities/LocationManager.java 29 Local variable 'populator' could be declared final
44503 src/com/gps/utilities/LocationManager.java 30 Potential violation of Law of Demeter (object not created locally)
44504 src/com/gps/utilities/LocationManager.java 31 There is log block not surrounded by if
44505 src/com/gps/utilities/LocationManager.java 31 There is log block not surrounded by if
44506 src/com/gps/utilities/LocationManager.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44507 src/com/gps/utilities/LocationManager.java 35 There is log block not surrounded by if
44508 src/com/gps/utilities/LocationManager.java 36 Avoid printStackTrace(); use a logger call instead.
44509 src/com/gps/utilities/LocationManager.java 36 Potential violation of Law of Demeter (object not created locally)
44510 src/com/gps/utilities/LocationManager.java 43 There is log block not surrounded by if
44511 src/com/gps/utilities/LocationManager.java 43 There is log block not surrounded by if
44512 src/com/gps/utilities/LocationManager.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44513 src/com/gps/utilities/LocationManager.java 47 There is log block not surrounded by if
44514 src/com/gps/utilities/LocationManager.java 51 Potential violation of Law of Demeter (method chain calls)
44515 src/com/gps/utilities/LocationManager.java 51 Potential violation of Law of Demeter (method chain calls)
44516 src/com/gps/utilities/LocationManager.java 55 A method/constructor shouldnt explicitly throw java.lang.Exception
44517 src/com/gps/utilities/LocationManager.java 55 Parameter 'args' is not assigned and could be declared final
44518 src/com/gps/utilities/LocationManager.java 55 publicMethodCommentRequirement Required
44519 src/com/gps/utilities/LocationManager.java 57 System.out.print is used
44520 src/com/gps/utilities/LocationManager.java 58 Local variable 'dao' could be declared final
44521 src/com/gps/utilities/LoginManager.java 5 Avoid unused imports such as 'java.text.SimpleDateFormat'
44522 src/com/gps/utilities/LoginManager.java 6 Avoid unused imports such as 'java.util.Calendar'
44523 src/com/gps/utilities/LoginManager.java 7 Avoid unused imports such as 'java.util.List'
44524 src/com/gps/utilities/LoginManager.java 15 Avoid importing anything from the sun.* packages
44525 src/com/gps/utilities/LoginManager.java 19 Avoid unused imports such as 'com.gps.hibernate.Organization'
44526 src/com/gps/utilities/LoginManager.java 23 headerCommentRequirement Required
44527 src/com/gps/utilities/LoginManager.java 25 Avoid unused private fields such as 'dates'.
44528 src/com/gps/utilities/LoginManager.java 25 Avoid using redundant field initializer for 'dates'
44529 src/com/gps/utilities/LoginManager.java 25 Private field 'dates' could be made final; it is only initialized in the declaration or constructor.
44530 src/com/gps/utilities/LoginManager.java 25 fieldCommentRequirement Required
44531 src/com/gps/utilities/LoginManager.java 26 Avoid unused private fields such as 'days'.
44532 src/com/gps/utilities/LoginManager.java 26 Avoid using redundant field initializer for 'days'
44533 src/com/gps/utilities/LoginManager.java 26 Private field 'days' could be made final; it is only initialized in the declaration or constructor.
44534 src/com/gps/utilities/LoginManager.java 26 fieldCommentRequirement Required
44535 src/com/gps/utilities/LoginManager.java 27 The Logger variable declaration does not contain the static and final modifiers
44536 src/com/gps/utilities/LoginManager.java 27 Use explicit scoping instead of the default package private level
44537 src/com/gps/utilities/LoginManager.java 27 fieldCommentRequirement Required
44538 src/com/gps/utilities/LoginManager.java 32 Avoid reassigning parameters such as 'password'
44539 src/com/gps/utilities/LoginManager.java 32 Method names should not start with capital letters
44540 src/com/gps/utilities/LoginManager.java 32 Parameter 'username' is not assigned and could be declared final
44541 src/com/gps/utilities/LoginManager.java 32 publicMethodCommentRequirement Required
44542 src/com/gps/utilities/LoginManager.java 34 There is log block not surrounded by if
44543 src/com/gps/utilities/LoginManager.java 34 There is log block not surrounded by if
44544 src/com/gps/utilities/LoginManager.java 35 Local variable 'loginProDAO' could be declared final
44545 src/com/gps/utilities/LoginManager.java 36 Found 'DD'-anomaly for variable 'stat' (lines '36'-'41').
44546 src/com/gps/utilities/LoginManager.java 39 System.out.print is used
44547 src/com/gps/utilities/LoginManager.java 41 Potential violation of Law of Demeter (object not created locally)
44548 src/com/gps/utilities/LoginManager.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44549 src/com/gps/utilities/LoginManager.java 45 Potential violation of Law of Demeter (object not created locally)
44550 src/com/gps/utilities/LoginManager.java 45 There is log block not surrounded by if
44551 src/com/gps/utilities/LoginManager.java 46 Avoid printStackTrace(); use a logger call instead.
44552 src/com/gps/utilities/LoginManager.java 46 Potential violation of Law of Demeter (object not created locally)
44553 src/com/gps/utilities/LoginManager.java 54 A method should have only one exit point, and that should be the last statement in the method
44554 src/com/gps/utilities/LoginManager.java 54 Avoid using if...else statements without curly braces
44555 src/com/gps/utilities/LoginManager.java 54 Potential violation of Law of Demeter (method chain calls)
44556 src/com/gps/utilities/LoginManager.java 54 Potential violation of Law of Demeter (method chain calls)
44557 src/com/gps/utilities/LoginManager.java 56 Avoid using if...else statements without curly braces
44558 src/com/gps/utilities/LoginManager.java 56 Potential violation of Law of Demeter (method chain calls)
44559 src/com/gps/utilities/LoginManager.java 56 Potential violation of Law of Demeter (method chain calls)
44560 src/com/gps/utilities/LoginManager.java 60 Avoid reassigning parameters such as 'password'
44561 src/com/gps/utilities/LoginManager.java 60 Method names should not start with capital letters
44562 src/com/gps/utilities/LoginManager.java 60 Parameter 'username' is not assigned and could be declared final
44563 src/com/gps/utilities/LoginManager.java 60 publicMethodCommentRequirement Required
44564 src/com/gps/utilities/LoginManager.java 63 There is log block not surrounded by if
44565 src/com/gps/utilities/LoginManager.java 63 There is log block not surrounded by if
44566 src/com/gps/utilities/LoginManager.java 64 Local variable 'loginProDAO' could be declared final
44567 src/com/gps/utilities/LoginManager.java 65 Found 'DD'-anomaly for variable 'stat' (lines '65'-'70').
44568 src/com/gps/utilities/LoginManager.java 68 System.out.print is used
44569 src/com/gps/utilities/LoginManager.java 70 Potential violation of Law of Demeter (object not created locally)
44570 src/com/gps/utilities/LoginManager.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44571 src/com/gps/utilities/LoginManager.java 74 Potential violation of Law of Demeter (object not created locally)
44572 src/com/gps/utilities/LoginManager.java 74 There is log block not surrounded by if
44573 src/com/gps/utilities/LoginManager.java 75 Avoid printStackTrace(); use a logger call instead.
44574 src/com/gps/utilities/LoginManager.java 75 Potential violation of Law of Demeter (object not created locally)
44575 src/com/gps/utilities/LoginManager.java 79 Parameter 'inputStr' is not assigned and could be declared final
44576 src/com/gps/utilities/LoginManager.java 79 Use block level rather than method level synchronization
44577 src/com/gps/utilities/LoginManager.java 79 publicMethodCommentRequirement Required
44578 src/com/gps/utilities/LoginManager.java 81 Avoid variables with short names like md
44579 src/com/gps/utilities/LoginManager.java 81 Local variable 'md' could be declared final
44580 src/com/gps/utilities/LoginManager.java 82 Potential violation of Law of Demeter (object not created locally)
44581 src/com/gps/utilities/LoginManager.java 83 Local variable 'digest' could be declared final
44582 src/com/gps/utilities/LoginManager.java 83 Potential violation of Law of Demeter (object not created locally)
44583 src/com/gps/utilities/LoginManager.java 84 A method should have only one exit point, and that should be the last statement in the method
44584 src/com/gps/utilities/LoginManager.java 84 This statement may have some unnecessary parentheses
44585 src/com/gps/utilities/LoginManager.java 84 Useless parentheses.
44586 src/com/gps/utilities/LoginManager.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44587 src/com/gps/utilities/LoginManager.java 90 A method/constructor shouldnt explicitly throw java.lang.Exception
44588 src/com/gps/utilities/LoginManager.java 90 Parameter 'args' is not assigned and could be declared final
44589 src/com/gps/utilities/LoginManager.java 90 publicMethodCommentRequirement Required
44590 src/com/gps/utilities/LoginManager.java 92 Avoid unused local variables such as 'lg'.
44591 src/com/gps/utilities/LoginManager.java 92 Avoid variables with short names like lg
44592 src/com/gps/utilities/LoginManager.java 92 Found 'DU'-anomaly for variable 'lg' (lines '92'-'95').
44593 src/com/gps/utilities/LoginManager.java 92 Local variable 'lg' could be declared final
44594 src/com/gps/utilities/LoginManager.java 93 System.out.print is used
44595 src/com/gps/utilities/MapUtils.java 12 headerCommentRequirement Required
44596 src/com/gps/utilities/MapUtils.java 14 fieldCommentRequirement Required
44597 src/com/gps/utilities/MapUtils.java 15 fieldCommentRequirement Required
44598 src/com/gps/utilities/MapUtils.java 16 The Logger variable declaration does not contain the static and final modifiers
44599 src/com/gps/utilities/MapUtils.java 16 fieldCommentRequirement Required
44600 src/com/gps/utilities/MapUtils.java 17 publicMethodCommentRequirement Required
44601 src/com/gps/utilities/MapUtils.java 21 Parameter 'point' is not assigned and could be declared final
44602 src/com/gps/utilities/MapUtils.java 21 publicMethodCommentRequirement Required
44603 src/com/gps/utilities/MapUtils.java 24 publicMethodCommentRequirement Required
44604 src/com/gps/utilities/MapUtils.java 27 Parameter 'points' is not assigned and could be declared final
44605 src/com/gps/utilities/MapUtils.java 27 publicMethodCommentRequirement Required
44606 src/com/gps/utilities/MapUtils.java 38 Parameter 'centerPoint' is not assigned and could be declared final
44607 src/com/gps/utilities/MapUtils.java 38 Parameter 'radius' is not assigned and could be declared final
44608 src/com/gps/utilities/MapUtils.java 41 Local variable 'distance' could be declared final
44609 src/com/gps/utilities/MapUtils.java 45 Potential violation of Law of Demeter (method chain calls)
44610 src/com/gps/utilities/MapUtils.java 45 Potential violation of Law of Demeter (method chain calls)
44611 src/com/gps/utilities/MapUtils.java 45 Potential violation of Law of Demeter (method chain calls)
44612 src/com/gps/utilities/MapUtils.java 45 Potential violation of Law of Demeter (method chain calls)
44613 src/com/gps/utilities/MapUtils.java 45 There is log block not surrounded by if
44614 src/com/gps/utilities/MapUtils.java 45 There is log block not surrounded by if
44615 src/com/gps/utilities/MapUtils.java 52 Avoid reassigning parameters such as 'hdng'
44616 src/com/gps/utilities/MapUtils.java 52 Parameter 'dist' is not assigned and could be declared final
44617 src/com/gps/utilities/MapUtils.java 52 Parameter 'orig' is not assigned and could be declared final
44618 src/com/gps/utilities/MapUtils.java 52 publicMethodCommentRequirement Required
44619 src/com/gps/utilities/MapUtils.java 54 Avoid variables with short names like R
44620 src/com/gps/utilities/MapUtils.java 54 Local variable 'R' could be declared final
44621 src/com/gps/utilities/MapUtils.java 54 Variables should start with a lowercase character, 'R' starts with uppercase character.
44622 src/com/gps/utilities/MapUtils.java 55 Avoid variables with short names like oX
44623 src/com/gps/utilities/MapUtils.java 55 Avoid variables with short names like oY
44624 src/com/gps/utilities/MapUtils.java 55 Use one line for each declaration, it enhances code readability.
44625 src/com/gps/utilities/MapUtils.java 56 Avoid variables with short names like x
44626 src/com/gps/utilities/MapUtils.java 56 Avoid variables with short names like y
44627 src/com/gps/utilities/MapUtils.java 56 Use one line for each declaration, it enhances code readability.
44628 src/com/gps/utilities/MapUtils.java 57 Avoid variables with short names like d
44629 src/com/gps/utilities/MapUtils.java 57 Local variable 'd' could be declared final
44630 src/com/gps/utilities/MapUtils.java 62 Found 'DD'-anomaly for variable 'x' (lines '62'-'64').
44631 src/com/gps/utilities/MapUtils.java 65 There is log block not surrounded by if
44632 src/com/gps/utilities/MapUtils.java 65 There is log block not surrounded by if
44633 src/com/gps/utilities/MapUtils.java 74 Parameter 'point1' is not assigned and could be declared final
44634 src/com/gps/utilities/MapUtils.java 74 Parameter 'point2' is not assigned and could be declared final
44635 src/com/gps/utilities/MapUtils.java 76 Avoid variables with short names like R
44636 src/com/gps/utilities/MapUtils.java 76 Local variable 'R' could be declared final
44637 src/com/gps/utilities/MapUtils.java 76 Variables should start with a lowercase character, 'R' starts with uppercase character.
44638 src/com/gps/utilities/MapUtils.java 77 Local variable 'lon1' could be declared final
44639 src/com/gps/utilities/MapUtils.java 78 Local variable 'lat1' could be declared final
44640 src/com/gps/utilities/MapUtils.java 79 Local variable 'lon2' could be declared final
44641 src/com/gps/utilities/MapUtils.java 80 Local variable 'lat2' could be declared final
44642 src/com/gps/utilities/MapUtils.java 81 Local variable 'deltaLat' could be declared final
44643 src/com/gps/utilities/MapUtils.java 82 Local variable 'deltaLon' could be declared final
44644 src/com/gps/utilities/MapUtils.java 83 Local variable 'step1' could be declared final
44645 src/com/gps/utilities/MapUtils.java 84 Local variable 'step2' could be declared final
44646 src/com/gps/utilities/MapUtils.java 88 A method/constructor shouldnt explicitly throw java.lang.Exception
44647 src/com/gps/utilities/MapUtils.java 88 Parameter 'args' is not assigned and could be declared final
44648 src/com/gps/utilities/MapUtils.java 88 publicMethodCommentRequirement Required
44649 src/com/gps/utilities/MapUtils.java 90 Avoid unused local variables such as 'dao'.
44650 src/com/gps/utilities/MapUtils.java 90 Found 'DU'-anomaly for variable 'dao' (lines '90'-'129').
44651 src/com/gps/utilities/MapUtils.java 90 Local variable 'dao' could be declared final
44652 src/com/gps/utilities/MapUtils.java 91 Local variable 'mapUtils' could be declared final
44653 src/com/gps/utilities/MapUtils.java 92 Avoid unused local variables such as 'value'.
44654 src/com/gps/utilities/MapUtils.java 92 Found 'DU'-anomaly for variable 'value' (lines '92'-'129').
44655 src/com/gps/utilities/MapUtils.java 92 Local variable 'value' could be declared final
44656 src/com/gps/utilities/MapUtils.java 108 Comment is too large: Line too long
44657 src/com/gps/utilities/MapUtils.java 114 Comment is too large: Line too long
44658 src/com/gps/utilities/MapUtils.java 128 There is log block not surrounded by if
44659 src/com/gps/utilities/MapUtils.java 128 There is log block not surrounded by if
44660 src/com/gps/utilities/MapUtils.java 130 Parameter 'radius' is not assigned and could be declared final
44661 src/com/gps/utilities/MapUtils.java 130 publicMethodCommentRequirement Required
44662 src/com/gps/utilities/MapUtils.java 135 Local variable 'kmVal' could be declared final
44663 src/com/gps/utilities/MapUtils.java 136 Consider simply returning the value vs storing it in local variable 'kmVal'
44664 src/com/gps/utilities/MyLogger.java 5 Unnecessary use of fully qualified name 'org.apache.log4j.Logger' due to existing import 'org.apache.log4j.Logger'
44665 src/com/gps/utilities/MyLogger.java 5 headerCommentRequirement Required
44666 src/com/gps/utilities/MyLogger.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
44667 src/com/gps/utilities/MyLogger.java 7 The Logger variable declaration does not contain the static and final modifiers
44668 src/com/gps/utilities/MyLogger.java 7 fieldCommentRequirement Required
44669 src/com/gps/utilities/MyLogger.java 8 Parameter 'arg0' is not assigned and could be declared final
44670 src/com/gps/utilities/MyLogger.java 8 protectedMethodCommentRequirement Required
44671 src/com/gps/utilities/MyLogger.java 14 publicMethodCommentRequirement Required
44672 src/com/gps/utilities/MyLogger.java 20 Parameter 'strMessage' is not assigned and could be declared final
44673 src/com/gps/utilities/MyLogger.java 20 Use explicit scoping instead of the default package private level
44674 src/com/gps/utilities/MyLogger.java 22 System.out.print is used
44675 src/com/gps/utilities/OfflineChecker.java 20 headerCommentRequirement Required
44676 src/com/gps/utilities/OfflineChecker.java 22 The Logger variable declaration does not contain the static and final modifiers
44677 src/com/gps/utilities/OfflineChecker.java 22 Use explicit scoping instead of the default package private level
44678 src/com/gps/utilities/OfflineChecker.java 22 fieldCommentRequirement Required
44679 src/com/gps/utilities/OfflineChecker.java 26 Parameter 'interval' is not assigned and could be declared final
44680 src/com/gps/utilities/OfflineChecker.java 26 publicMethodCommentRequirement Required
44681 src/com/gps/utilities/OfflineChecker.java 28 Local variable 'dataTable' could be declared final
44682 src/com/gps/utilities/OfflineChecker.java 29 Found 'DD'-anomaly for variable 'orgList' (lines '29'-'42').
44683 src/com/gps/utilities/OfflineChecker.java 30 Found 'DD'-anomaly for variable 'jsonData' (lines '30'-'45').
44684 src/com/gps/utilities/OfflineChecker.java 31 Found 'DU'-anomaly for variable 'jsonMassager' (lines '31'-'59').
44685 src/com/gps/utilities/OfflineChecker.java 31 Local variable 'jsonMassager' could be declared final
44686 src/com/gps/utilities/OfflineChecker.java 35 Potential violation of Law of Demeter (object not created locally)
44687 src/com/gps/utilities/OfflineChecker.java 37 There is log block not surrounded by if
44688 src/com/gps/utilities/OfflineChecker.java 37 There is log block not surrounded by if
44689 src/com/gps/utilities/OfflineChecker.java 39 Avoid using if...else statements without curly braces
44690 src/com/gps/utilities/OfflineChecker.java 39 There is log block not surrounded by if
44691 src/com/gps/utilities/OfflineChecker.java 39 There is log block not surrounded by if
44692 src/com/gps/utilities/OfflineChecker.java 42 Potential violation of Law of Demeter (object not created locally)
44693 src/com/gps/utilities/OfflineChecker.java 44 Avoid using Literals in Conditional Statements
44694 src/com/gps/utilities/OfflineChecker.java 44 Potential violation of Law of Demeter (object not created locally)
44695 src/com/gps/utilities/OfflineChecker.java 44 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
44696 src/com/gps/utilities/OfflineChecker.java 45 Potential violation of Law of Demeter (object not created locally)
44697 src/com/gps/utilities/OfflineChecker.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44698 src/com/gps/utilities/OfflineChecker.java 49 Avoid printStackTrace(); use a logger call instead.
44699 src/com/gps/utilities/OfflineChecker.java 49 Potential violation of Law of Demeter (object not created locally)
44700 src/com/gps/utilities/PacketUpdator.java 6 Comment is too large: Line too long
44701 src/com/gps/utilities/PacketUpdator.java 35 The class 'PacketUpdator' has a Cyclomatic Complexity of 13 (Highest = 26).
44702 src/com/gps/utilities/PacketUpdator.java 35 headerCommentRequirement Required
44703 src/com/gps/utilities/PacketUpdator.java 38 The Logger variable declaration does not contain the static and final modifiers
44704 src/com/gps/utilities/PacketUpdator.java 38 Use explicit scoping instead of the default package private level
44705 src/com/gps/utilities/PacketUpdator.java 38 fieldCommentRequirement Required
44706 src/com/gps/utilities/PacketUpdator.java 39 Variables that are final and static should be all capitals, 'format' is not all capitals.
44707 src/com/gps/utilities/PacketUpdator.java 39 When instantiating a SimpleDateFormat object, specify a Locale
44708 src/com/gps/utilities/PacketUpdator.java 39 fieldCommentRequirement Required
44709 src/com/gps/utilities/PacketUpdator.java 40 Use explicit scoping instead of the default package private level
44710 src/com/gps/utilities/PacketUpdator.java 40 fieldCommentRequirement Required
44711 src/com/gps/utilities/PacketUpdator.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
44712 src/com/gps/utilities/PacketUpdator.java 41 Perhaps 'environment' could be replaced by a local variable.
44713 src/com/gps/utilities/PacketUpdator.java 41 fieldCommentRequirement Required
44714 src/com/gps/utilities/PacketUpdator.java 45 Avoid long parameter lists.
44715 src/com/gps/utilities/PacketUpdator.java 45 Avoid really long methods.
44716 src/com/gps/utilities/PacketUpdator.java 45 Found 'UR'-anomaly for variable 'reportref' (lines '45'-'110').
44717 src/com/gps/utilities/PacketUpdator.java 45 Found 'UR'-anomaly for variable 'tripId' (lines '45'-'126').
44718 src/com/gps/utilities/PacketUpdator.java 45 Parameter 'creationTime' is not assigned and could be declared final
44719 src/com/gps/utilities/PacketUpdator.java 45 Parameter 'distance' is not assigned and could be declared final
44720 src/com/gps/utilities/PacketUpdator.java 45 Parameter 'eventCode' is not assigned and could be declared final
44721 src/com/gps/utilities/PacketUpdator.java 45 Parameter 'fuel' is not assigned and could be declared final
44722 src/com/gps/utilities/PacketUpdator.java 45 Parameter 'heading' is not assigned and could be declared final
44723 src/com/gps/utilities/PacketUpdator.java 45 Parameter 'isInterested' is not assigned and could be declared final
44724 src/com/gps/utilities/PacketUpdator.java 45 Parameter 'lat' is not assigned and could be declared final
44725 src/com/gps/utilities/PacketUpdator.java 45 Parameter 'lon' is not assigned and could be declared final
44726 src/com/gps/utilities/PacketUpdator.java 45 Parameter 'speed' is not assigned and could be declared final
44727 src/com/gps/utilities/PacketUpdator.java 45 Parameter 'vehicleId' is not assigned and could be declared final
44728 src/com/gps/utilities/PacketUpdator.java 45 The method 'updatePacket' has a Cyclomatic Complexity of 26.
44729 src/com/gps/utilities/PacketUpdator.java 45 The method updatePacket() has an NPath complexity of 4968
44730 src/com/gps/utilities/PacketUpdator.java 45 publicMethodCommentRequirement Required
44731 src/com/gps/utilities/PacketUpdator.java 48 Found 'DD'-anomaly for variable 'AllEvents' (lines '48'-'103').
44732 src/com/gps/utilities/PacketUpdator.java 48 Found 'DU'-anomaly for variable 'AllEvents' (lines '48'-'157').
44733 src/com/gps/utilities/PacketUpdator.java 48 Variables should start with a lowercase character, 'AllEvents' starts with uppercase character.
44734 src/com/gps/utilities/PacketUpdator.java 49 Found 'DD'-anomaly for variable 'dynamic' (lines '49'-'104').
44735 src/com/gps/utilities/PacketUpdator.java 49 Found 'DU'-anomaly for variable 'dynamic' (lines '49'-'157').
44736 src/com/gps/utilities/PacketUpdator.java 51 Found 'DD'-anomaly for variable 'updateFlag' (lines '51'-'66').
44737 src/com/gps/utilities/PacketUpdator.java 51 Found 'DD'-anomaly for variable 'updateFlag' (lines '51'-'68').
44738 src/com/gps/utilities/PacketUpdator.java 52 Found 'DD'-anomaly for variable 'currentPacketTime' (lines '52'-'64').
44739 src/com/gps/utilities/PacketUpdator.java 58 Local variable 'dataOrg' could be declared final
44740 src/com/gps/utilities/PacketUpdator.java 59 Local variable 'vehVO' could be declared final
44741 src/com/gps/utilities/PacketUpdator.java 60 Found 'DU'-anomaly for variable 'reportRef' (lines '60'-'157').
44742 src/com/gps/utilities/PacketUpdator.java 60 Local variable 'reportRef' could be declared final
44743 src/com/gps/utilities/PacketUpdator.java 62 There is log block not surrounded by if
44744 src/com/gps/utilities/PacketUpdator.java 62 There is log block not surrounded by if
44745 src/com/gps/utilities/PacketUpdator.java 64 Found 'DU'-anomaly for variable 'currentPacketTime' (lines '64'-'157').
44746 src/com/gps/utilities/PacketUpdator.java 67 Static DateFormatter objects should be accessed in a synchronized manner
44747 src/com/gps/utilities/PacketUpdator.java 67 Useless parentheses.
44748 src/com/gps/utilities/PacketUpdator.java 70 Avoid unnecessary comparisons in boolean expressions
44749 src/com/gps/utilities/PacketUpdator.java 70 Avoid using Literals in Conditional Statements
44750 src/com/gps/utilities/PacketUpdator.java 74 There is log block not surrounded by if
44751 src/com/gps/utilities/PacketUpdator.java 74 There is log block not surrounded by if
44752 src/com/gps/utilities/PacketUpdator.java 76 Useless parentheses.
44753 src/com/gps/utilities/PacketUpdator.java 78 Found 'DD'-anomaly for variable 'counter' (lines '78'-'79').
44754 src/com/gps/utilities/PacketUpdator.java 80 There is log block not surrounded by if
44755 src/com/gps/utilities/PacketUpdator.java 80 There is log block not surrounded by if
44756 src/com/gps/utilities/PacketUpdator.java 85 There is log block not surrounded by if
44757 src/com/gps/utilities/PacketUpdator.java 85 There is log block not surrounded by if
44758 src/com/gps/utilities/PacketUpdator.java 94 Useless parentheses.
44759 src/com/gps/utilities/PacketUpdator.java 94 Useless parentheses.
44760 src/com/gps/utilities/PacketUpdator.java 96 Local variable 'event' could be declared final
44761 src/com/gps/utilities/PacketUpdator.java 101 Position literals first in String comparisons for EqualsIgnoreCase
44762 src/com/gps/utilities/PacketUpdator.java 104 Found 'DU'-anomaly for variable 'dynamic' (lines '104'-'157').
44763 src/com/gps/utilities/PacketUpdator.java 108 Local variable 'reportref' could be declared final
44764 src/com/gps/utilities/PacketUpdator.java 110 Potential violation of Law of Demeter (method chain calls)
44765 src/com/gps/utilities/PacketUpdator.java 114 Potential violation of Law of Demeter (method chain calls)
44766 src/com/gps/utilities/PacketUpdator.java 120 Local variable 'locdao' could be declared final
44767 src/com/gps/utilities/PacketUpdator.java 121 Found 'DU'-anomaly for variable 'populator' (lines '121'-'157').
44768 src/com/gps/utilities/PacketUpdator.java 121 Local variable 'populator' could be declared final
44769 src/com/gps/utilities/PacketUpdator.java 122 Local variable 'trips' could be declared final
44770 src/com/gps/utilities/PacketUpdator.java 123 Avoid using Literals in Conditional Statements
44771 src/com/gps/utilities/PacketUpdator.java 123 Potential violation of Law of Demeter (object not created locally)
44772 src/com/gps/utilities/PacketUpdator.java 123 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
44773 src/com/gps/utilities/PacketUpdator.java 125 Local variable 'tripId' could be declared final
44774 src/com/gps/utilities/PacketUpdator.java 133 There is log block not surrounded by if
44775 src/com/gps/utilities/PacketUpdator.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
44776 src/com/gps/utilities/PacketUpdator.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44777 src/com/gps/utilities/PacketUpdator.java 139 There is log block not surrounded by if
44778 src/com/gps/utilities/PacketUpdator.java 146 There is log block not surrounded by if
44779 src/com/gps/utilities/PacketUpdator.java 146 There is log block not surrounded by if
44780 src/com/gps/utilities/PacketUpdator.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44781 src/com/gps/utilities/PacketUpdator.java 153 There is log block not surrounded by if
44782 src/com/gps/utilities/PacketUpdator.java 161 Method names should not start with capital letters
44783 src/com/gps/utilities/PacketUpdator.java 161 Parameter 'dataOrg' is not assigned and could be declared final
44784 src/com/gps/utilities/PacketUpdator.java 161 Parameter 'lat' is not assigned and could be declared final
44785 src/com/gps/utilities/PacketUpdator.java 161 Parameter 'lon' is not assigned and could be declared final
44786 src/com/gps/utilities/PacketUpdator.java 161 Parameter 'vehicleId' is not assigned and could be declared final
44787 src/com/gps/utilities/PacketUpdator.java 165 There is log block not surrounded by if
44788 src/com/gps/utilities/PacketUpdator.java 165 There is log block not surrounded by if
44789 src/com/gps/utilities/PacketUpdator.java 166 Found 'DD'-anomaly for variable 'Currentfence' (lines '166'-'173').
44790 src/com/gps/utilities/PacketUpdator.java 166 Found 'DU'-anomaly for variable 'Currentfence' (lines '166'-'217').
44791 src/com/gps/utilities/PacketUpdator.java 166 Variables should start with a lowercase character, 'Currentfence' starts with uppercase character.
44792 src/com/gps/utilities/PacketUpdator.java 167 Avoid variables with short names like vo
44793 src/com/gps/utilities/PacketUpdator.java 167 Found 'DD'-anomaly for variable 'vo' (lines '167'-'175').
44794 src/com/gps/utilities/PacketUpdator.java 167 Found 'DU'-anomaly for variable 'vo' (lines '167'-'217').
44795 src/com/gps/utilities/PacketUpdator.java 168 Local variable 'orgId' could be declared final
44796 src/com/gps/utilities/PacketUpdator.java 169 Local variable 'Geofences' could be declared final
44797 src/com/gps/utilities/PacketUpdator.java 169 Variables should start with a lowercase character, 'Geofences' starts with uppercase character.
44798 src/com/gps/utilities/PacketUpdator.java 172 Avoid variables with short names like ws
44799 src/com/gps/utilities/PacketUpdator.java 172 Local variable 'ws' could be declared final
44800 src/com/gps/utilities/PacketUpdator.java 173 Found 'DU'-anomaly for variable 'Currentfence' (lines '173'-'217').
44801 src/com/gps/utilities/PacketUpdator.java 173 Potential violation of Law of Demeter (object not created locally)
44802 src/com/gps/utilities/PacketUpdator.java 178 Avoid if (x != y) ..; else ..;
44803 src/com/gps/utilities/PacketUpdator.java 180 Potential violation of Law of Demeter (object not created locally)
44804 src/com/gps/utilities/PacketUpdator.java 180 Potential violation of Law of Demeter (object not created locally)
44805 src/com/gps/utilities/PacketUpdator.java 180 There is log block not surrounded by if
44806 src/com/gps/utilities/PacketUpdator.java 180 There is log block not surrounded by if
44807 src/com/gps/utilities/PacketUpdator.java 182 Avoid if (x != y) ..; else ..;
44808 src/com/gps/utilities/PacketUpdator.java 182 Potential violation of Law of Demeter (object not created locally)
44809 src/com/gps/utilities/PacketUpdator.java 182 Potential violation of Law of Demeter (object not created locally)
44810 src/com/gps/utilities/PacketUpdator.java 184 There is log block not surrounded by if
44811 src/com/gps/utilities/PacketUpdator.java 184 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
44812 src/com/gps/utilities/PacketUpdator.java 185 Local variable 'CrTime' could be declared final
44813 src/com/gps/utilities/PacketUpdator.java 185 Potential violation of Law of Demeter (object not created locally)
44814 src/com/gps/utilities/PacketUpdator.java 185 Variables should start with a lowercase character, 'CrTime' starts with uppercase character.
44815 src/com/gps/utilities/PacketUpdator.java 188 There is log block not surrounded by if
44816 src/com/gps/utilities/PacketUpdator.java 188 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
44817 src/com/gps/utilities/PacketUpdator.java 189 Potential violation of Law of Demeter (object not created locally)
44818 src/com/gps/utilities/PacketUpdator.java 189 Static DateFormatter objects should be accessed in a synchronized manner
44819 src/com/gps/utilities/PacketUpdator.java 191 Potential violation of Law of Demeter (object not created locally)
44820 src/com/gps/utilities/PacketUpdator.java 193 Potential violation of Law of Demeter (object not created locally)
44821 src/com/gps/utilities/PacketUpdator.java 193 Static DateFormatter objects should be accessed in a synchronized manner
44822 src/com/gps/utilities/PacketUpdator.java 197 Avoid using if...else statements without curly braces
44823 src/com/gps/utilities/PacketUpdator.java 197 There is log block not surrounded by if
44824 src/com/gps/utilities/PacketUpdator.java 197 There is log block not surrounded by if
44825 src/com/gps/utilities/PacketUpdator.java 202 Avoid using Literals in Conditional Statements
44826 src/com/gps/utilities/PacketUpdator.java 202 Potential violation of Law of Demeter (object not created locally)
44827 src/com/gps/utilities/PacketUpdator.java 207 Potential violation of Law of Demeter (object not created locally)
44828 src/com/gps/utilities/PacketUpdator.java 213 Avoid catching NullPointerException; consider removing the cause of the NPE.
44829 src/com/gps/utilities/PacketUpdator.java 213 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44830 src/com/gps/utilities/PacketUpdator.java 215 There is log block not surrounded by if
44831 src/com/gps/utilities/PacketUpdator.java 220 Method names should not start with capital letters
44832 src/com/gps/utilities/PacketUpdator.java 220 Parameter 'CrTime' is not assigned and could be declared final
44833 src/com/gps/utilities/PacketUpdator.java 220 Parameter 'fenceId' is not assigned and could be declared final
44834 src/com/gps/utilities/PacketUpdator.java 220 Parameter 'vehicleId' is not assigned and could be declared final
44835 src/com/gps/utilities/PacketUpdator.java 220 Variables should start with a lowercase character, 'CrTime' starts with uppercase character.
44836 src/com/gps/utilities/PacketUpdator.java 224 Local variable 'mapDAO' could be declared final
44837 src/com/gps/utilities/PacketUpdator.java 226 Local variable 'GeoVehicle' could be declared final
44838 src/com/gps/utilities/PacketUpdator.java 226 Variables should start with a lowercase character, 'GeoVehicle' starts with uppercase character.
44839 src/com/gps/utilities/PacketUpdator.java 227 Avoid if (x != y) ..; else ..;
44840 src/com/gps/utilities/PacketUpdator.java 229 Potential violation of Law of Demeter (object not created locally)
44841 src/com/gps/utilities/PacketUpdator.java 229 Potential violation of Law of Demeter (object not created locally)
44842 src/com/gps/utilities/PacketUpdator.java 229 There is log block not surrounded by if
44843 src/com/gps/utilities/PacketUpdator.java 229 There is log block not surrounded by if
44844 src/com/gps/utilities/PacketUpdator.java 230 Potential violation of Law of Demeter (object not created locally)
44845 src/com/gps/utilities/PacketUpdator.java 234 Avoid using if...else statements without curly braces
44846 src/com/gps/utilities/PacketUpdator.java 234 There is log block not surrounded by if
44847 src/com/gps/utilities/PacketUpdator.java 234 There is log block not surrounded by if
44848 src/com/gps/utilities/PacketUpdator.java 236 Avoid catching NullPointerException; consider removing the cause of the NPE.
44849 src/com/gps/utilities/PacketUpdator.java 236 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44850 src/com/gps/utilities/PacketUpdator.java 238 There is log block not surrounded by if
44851 src/com/gps/utilities/PhoneLogin.java 10 Avoid unused imports such as 'com.gps.hibernate.Organization'
44852 src/com/gps/utilities/PhoneLogin.java 13 Avoid importing anything from the sun.* packages
44853 src/com/gps/utilities/PhoneLogin.java 19 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
44854 src/com/gps/utilities/PhoneLogin.java 19 headerCommentRequirement Required
44855 src/com/gps/utilities/PhoneLogin.java 24 Avoid reassigning parameters such as 'password'
44856 src/com/gps/utilities/PhoneLogin.java 24 Parameter 'emailid' is not assigned and could be declared final
44857 src/com/gps/utilities/PhoneLogin.java 24 publicMethodCommentRequirement Required
44858 src/com/gps/utilities/PhoneLogin.java 26 Found 'DD'-anomaly for variable 'organization' (lines '26'-'31').
44859 src/com/gps/utilities/PhoneLogin.java 30 Local variable 'logprodao' could be declared final
44860 src/com/gps/utilities/PhoneLogin.java 31 Potential violation of Law of Demeter (object not created locally)
44861 src/com/gps/utilities/PhoneLogin.java 32 Local variable 'convert' could be declared final
44862 src/com/gps/utilities/PhoneLogin.java 33 A method should have only one exit point, and that should be the last statement in the method
44863 src/com/gps/utilities/PhoneLogin.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44864 src/com/gps/utilities/PhoneLogin.java 36 Avoid printStackTrace(); use a logger call instead.
44865 src/com/gps/utilities/PhoneLogin.java 36 Potential violation of Law of Demeter (object not created locally)
44866 src/com/gps/utilities/PhoneLogin.java 46 Parameter 'inputStr' is not assigned and could be declared final
44867 src/com/gps/utilities/PhoneLogin.java 46 Use block level rather than method level synchronization
44868 src/com/gps/utilities/PhoneLogin.java 46 publicMethodCommentRequirement Required
44869 src/com/gps/utilities/PhoneLogin.java 48 Avoid variables with short names like md
44870 src/com/gps/utilities/PhoneLogin.java 48 Local variable 'md' could be declared final
44871 src/com/gps/utilities/PhoneLogin.java 49 Potential violation of Law of Demeter (object not created locally)
44872 src/com/gps/utilities/PhoneLogin.java 50 Local variable 'digest' could be declared final
44873 src/com/gps/utilities/PhoneLogin.java 50 Potential violation of Law of Demeter (object not created locally)
44874 src/com/gps/utilities/PhoneLogin.java 51 A method should have only one exit point, and that should be the last statement in the method
44875 src/com/gps/utilities/PhoneLogin.java 51 This statement may have some unnecessary parentheses
44876 src/com/gps/utilities/PhoneLogin.java 51 Useless parentheses.
44877 src/com/gps/utilities/PhoneLogin.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44878 src/com/gps/utilities/PropertyConfigurator.java 3 Avoid unused imports such as 'java.io.FileInputStream'
44879 src/com/gps/utilities/PropertyConfigurator.java 8 headerCommentRequirement Required
44880 src/com/gps/utilities/PropertyConfigurator.java 10 Parameter 'filename' is not assigned and could be declared final
44881 src/com/gps/utilities/PropertyConfigurator.java 10 publicMethodCommentRequirement Required
44882 src/com/gps/utilities/PropertyConfigurator.java 13 Local variable 'properties' could be declared final
44883 src/com/gps/utilities/PropertyConfigurator.java 14 Potential violation of Law of Demeter (method chain calls)
44884 src/com/gps/utilities/PropertyConfigurator.java 14 Potential violation of Law of Demeter (method chain calls)
44885 src/com/gps/utilities/PropertyConfigurator.java 19 Parameter 'args' is not assigned and could be declared final
44886 src/com/gps/utilities/PropertyConfigurator.java 19 publicMethodCommentRequirement Required
44887 src/com/gps/utilities/PropertyConfigurator.java 22 Local variable 'props' could be declared final
44888 src/com/gps/utilities/PropertyConfigurator.java 23 System.out.print is used
44889 src/com/gps/utilities/PullTripTrackingDetails.java 2 Comment is too large: Too many lines
44890 src/com/gps/utilities/PullTripTrackingDetails.java 15 Avoid unused imports such as 'com.gps.automation.DataOrganizer'
44891 src/com/gps/utilities/PullTripTrackingDetails.java 22 Avoid unused imports such as 'com.gps.vo.VehicleVO'
44892 src/com/gps/utilities/PullTripTrackingDetails.java 25 headerCommentRequirement Required
44893 src/com/gps/utilities/PullTripTrackingDetails.java 27 The Logger variable declaration does not contain the static and final modifiers
44894 src/com/gps/utilities/PullTripTrackingDetails.java 27 Use explicit scoping instead of the default package private level
44895 src/com/gps/utilities/PullTripTrackingDetails.java 27 fieldCommentRequirement Required
44896 src/com/gps/utilities/PullTripTrackingDetails.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
44897 src/com/gps/utilities/PullTripTrackingDetails.java 28 Use explicit scoping instead of the default package private level
44898 src/com/gps/utilities/PullTripTrackingDetails.java 28 fieldCommentRequirement Required
44899 src/com/gps/utilities/PullTripTrackingDetails.java 32 Parameter 'trackerId' is not assigned and could be declared final
44900 src/com/gps/utilities/PullTripTrackingDetails.java 32 publicMethodCommentRequirement Required
44901 src/com/gps/utilities/PullTripTrackingDetails.java 33 Found 'DD'-anomaly for variable 'response' (lines '33'-'47').
44902 src/com/gps/utilities/PullTripTrackingDetails.java 33 Found 'DD'-anomaly for variable 'response' (lines '33'-'49').
44903 src/com/gps/utilities/PullTripTrackingDetails.java 34 Found 'DD'-anomaly for variable 'outTrip' (lines '34'-'39').
44904 src/com/gps/utilities/PullTripTrackingDetails.java 35 Local variable 'jsonData' could be declared final
44905 src/com/gps/utilities/PullTripTrackingDetails.java 36 Local variable 'exp' could be declared final
44906 src/com/gps/utilities/PullTripTrackingDetails.java 40 Avoid using if statements without curly braces
44907 src/com/gps/utilities/PullTripTrackingDetails.java 41 Potential violation of Law of Demeter (object not created locally)
44908 src/com/gps/utilities/PullTripTrackingDetails.java 41 There is log block not surrounded by if
44909 src/com/gps/utilities/PullTripTrackingDetails.java 41 There is log block not surrounded by if
44910 src/com/gps/utilities/PullTripTrackingDetails.java 45 Potential violation of Law of Demeter (object not created locally)
44911 src/com/gps/utilities/PullTripTrackingDetails.java 46 Potential violation of Law of Demeter (object not created locally)
44912 src/com/gps/utilities/PullTripTrackingDetails.java 47 Potential violation of Law of Demeter (object not created locally)
44913 src/com/gps/utilities/PullTripTrackingDetails.java 49 Avoid using if...else statements without curly braces
44914 src/com/gps/utilities/PullTripTrackingDetails.java 49 Potential violation of Law of Demeter (object not created locally)
44915 src/com/gps/utilities/PullTripTrackingDetails.java 53 There is log block not surrounded by if
44916 src/com/gps/utilities/PullTripTrackingDetails.java 53 There is log block not surrounded by if
44917 src/com/gps/utilities/PullTripTrackingDetails.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44918 src/com/gps/utilities/PullTripTrackingDetails.java 57 Potential violation of Law of Demeter (object not created locally)
44919 src/com/gps/utilities/PullTripTrackingDetails.java 58 Potential violation of Law of Demeter (object not created locally)
44920 src/com/gps/utilities/PullTripTrackingDetails.java 59 Avoid printStackTrace(); use a logger call instead.
44921 src/com/gps/utilities/PullTripTrackingDetails.java 59 Potential violation of Law of Demeter (object not created locally)
44922 src/com/gps/utilities/PushTripDetails.java 6 Avoid unused imports such as 'java.util.HashSet'
44923 src/com/gps/utilities/PushTripDetails.java 8 Avoid unused imports such as 'java.util.Set'
44924 src/com/gps/utilities/PushTripDetails.java 29 headerCommentRequirement Required
44925 src/com/gps/utilities/PushTripDetails.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
44926 src/com/gps/utilities/PushTripDetails.java 31 Use explicit scoping instead of the default package private level
44927 src/com/gps/utilities/PushTripDetails.java 31 fieldCommentRequirement Required
44928 src/com/gps/utilities/PushTripDetails.java 32 Found non-transient, non-static member. Please mark as transient or provide accessors.
44929 src/com/gps/utilities/PushTripDetails.java 32 Use explicit scoping instead of the default package private level
44930 src/com/gps/utilities/PushTripDetails.java 32 fieldCommentRequirement Required
44931 src/com/gps/utilities/PushTripDetails.java 33 The Logger variable declaration does not contain the static and final modifiers
44932 src/com/gps/utilities/PushTripDetails.java 33 Use explicit scoping instead of the default package private level
44933 src/com/gps/utilities/PushTripDetails.java 33 fieldCommentRequirement Required
44934 src/com/gps/utilities/PushTripDetails.java 38 Parameter 'tripJSON' is not assigned and could be declared final
44935 src/com/gps/utilities/PushTripDetails.java 38 publicMethodCommentRequirement Required
44936 src/com/gps/utilities/PushTripDetails.java 39 Found 'DD'-anomaly for variable 'result' (lines '39'-'55').
44937 src/com/gps/utilities/PushTripDetails.java 41 Found 'DD'-anomaly for variable 'response' (lines '41'-'51').
44938 src/com/gps/utilities/PushTripDetails.java 42 Local variable 'jsonData' could be declared final
44939 src/com/gps/utilities/PushTripDetails.java 46 There is log block not surrounded by if
44940 src/com/gps/utilities/PushTripDetails.java 46 There is log block not surrounded by if
44941 src/com/gps/utilities/PushTripDetails.java 50 Potential violation of Law of Demeter (object not created locally)
44942 src/com/gps/utilities/PushTripDetails.java 53 Potential violation of Law of Demeter (object not created locally)
44943 src/com/gps/utilities/PushTripDetails.java 53 Potential violation of Law of Demeter (object not created locally)
44944 src/com/gps/utilities/PushTripDetails.java 53 There is log block not surrounded by if
44945 src/com/gps/utilities/PushTripDetails.java 53 There is log block not surrounded by if
44946 src/com/gps/utilities/PushTripDetails.java 55 Potential violation of Law of Demeter (object not created locally)
44947 src/com/gps/utilities/PushTripDetails.java 57 There is log block not surrounded by if
44948 src/com/gps/utilities/PushTripDetails.java 57 There is log block not surrounded by if
44949 src/com/gps/utilities/PushTripDetails.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44950 src/com/gps/utilities/PushTripDetails.java 61 Potential violation of Law of Demeter (object not created locally)
44951 src/com/gps/utilities/PushTripDetails.java 61 There is log block not surrounded by if
44952 src/com/gps/utilities/PushTripDetails.java 61 There is log block not surrounded by if
44953 src/com/gps/utilities/PushTripDetails.java 62 Avoid printStackTrace(); use a logger call instead.
44954 src/com/gps/utilities/PushTripDetails.java 62 Potential violation of Law of Demeter (object not created locally)
44955 src/com/gps/utilities/PushTripDetails.java 72 Parameter 'args' is not assigned and could be declared final
44956 src/com/gps/utilities/PushTripDetails.java 72 publicMethodCommentRequirement Required
44957 src/com/gps/utilities/PushTripDetails.java 76 Local variable 'pick1' could be declared final
44958 src/com/gps/utilities/PushTripDetails.java 77 Local variable 'pick2' could be declared final
44959 src/com/gps/utilities/PushTripDetails.java 78 Local variable 'pick3' could be declared final
44960 src/com/gps/utilities/PushTripDetails.java 80 Local variable 'pickup_point' could be declared final
44961 src/com/gps/utilities/PushTripDetails.java 80 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pickup_point' is not final.
44962 src/com/gps/utilities/PushTripDetails.java 81 Local variable 'pickup_points' could be declared final
44963 src/com/gps/utilities/PushTripDetails.java 81 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pickup_points' is not final.
44964 src/com/gps/utilities/PushTripDetails.java 82 Potential violation of Law of Demeter (object not created locally)
44965 src/com/gps/utilities/PushTripDetails.java 83 Potential violation of Law of Demeter (object not created locally)
44966 src/com/gps/utilities/PushTripDetails.java 84 Potential violation of Law of Demeter (object not created locally)
44967 src/com/gps/utilities/PushTripDetails.java 86 Potential violation of Law of Demeter (object not created locally)
44968 src/com/gps/utilities/PushTripDetails.java 88 Local variable 'push_trip_details' could be declared final
44969 src/com/gps/utilities/PushTripDetails.java 88 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'push_trip_details' is not final.
44970 src/com/gps/utilities/PushTripDetails.java 89 Local variable 'mapper' could be declared final
44971 src/com/gps/utilities/PushTripDetails.java 91 Found 'DD'-anomaly for variable 'jsonData' (lines '91'-'93').
44972 src/com/gps/utilities/PushTripDetails.java 93 Potential violation of Law of Demeter (object not created locally)
44973 src/com/gps/utilities/PushTripDetails.java 96 Avoid printStackTrace(); use a logger call instead.
44974 src/com/gps/utilities/PushTripDetails.java 96 Potential violation of Law of Demeter (object not created locally)
44975 src/com/gps/utilities/PushTripDetails.java 99 Avoid printStackTrace(); use a logger call instead.
44976 src/com/gps/utilities/PushTripDetails.java 99 Potential violation of Law of Demeter (object not created locally)
44977 src/com/gps/utilities/PushTripDetails.java 102 Avoid printStackTrace(); use a logger call instead.
44978 src/com/gps/utilities/PushTripDetails.java 102 Potential violation of Law of Demeter (object not created locally)
44979 src/com/gps/utilities/PushTripDetails.java 105 Local variable 'encoder' could be declared final
44980 src/com/gps/utilities/PushTripDetails.java 106 Local variable 'jsonDataltst' could be declared final
44981 src/com/gps/utilities/PushTripDetails.java 107 There is log block not surrounded by if
44982 src/com/gps/utilities/PushTripDetails.java 107 There is log block not surrounded by if
44983 src/com/gps/utilities/RevGeocode.java 4 Avoid unused imports such as 'java.io.UnsupportedEncodingException'
44984 src/com/gps/utilities/RevGeocode.java 5 Avoid unused imports such as 'java.net.MalformedURLException'
44985 src/com/gps/utilities/RevGeocode.java 26 The class 'RevGeocode' has a Cyclomatic Complexity of 6 (Highest = 11).
44986 src/com/gps/utilities/RevGeocode.java 26 headerCommentRequirement Required
44987 src/com/gps/utilities/RevGeocode.java 28 Logger should be defined private static final and have the correct class
44988 src/com/gps/utilities/RevGeocode.java 28 Variables that are final and static should be all capitals, 'log' is not all capitals.
44989 src/com/gps/utilities/RevGeocode.java 28 fieldCommentRequirement Required
44990 src/com/gps/utilities/RevGeocode.java 29 Avoid excessively long variable names like GEOCODE_REQUEST_URL
44991 src/com/gps/utilities/RevGeocode.java 29 fieldCommentRequirement Required
44992 src/com/gps/utilities/RevGeocode.java 30 Variables that are final and static should be all capitals, 'keyString' is not all capitals.
44993 src/com/gps/utilities/RevGeocode.java 30 fieldCommentRequirement Required
44994 src/com/gps/utilities/RevGeocode.java 31 Parameter 'lattitude' is not assigned and could be declared final
44995 src/com/gps/utilities/RevGeocode.java 31 Parameter 'longitude' is not assigned and could be declared final
44996 src/com/gps/utilities/RevGeocode.java 31 The method 'getLocation' has a Cyclomatic Complexity of 11.
44997 src/com/gps/utilities/RevGeocode.java 31 publicMethodCommentRequirement Required
44998 src/com/gps/utilities/RevGeocode.java 33 Local variable 'urlBuilder' could be declared final
44999 src/com/gps/utilities/RevGeocode.java 34 There is log block not surrounded by if
45000 src/com/gps/utilities/RevGeocode.java 34 There is log block not surrounded by if
45001 src/com/gps/utilities/RevGeocode.java 35 Found 'DD'-anomaly for variable 'method' (lines '35'-'46').
45002 src/com/gps/utilities/RevGeocode.java 38 Potential violation of Law of Demeter (object not created locally)
45003 src/com/gps/utilities/RevGeocode.java 39 Local variable 'signUrl' could be declared final
45004 src/com/gps/utilities/RevGeocode.java 40 Local variable 'request' could be declared final
45005 src/com/gps/utilities/RevGeocode.java 40 Potential violation of Law of Demeter (object not created locally)
45006 src/com/gps/utilities/RevGeocode.java 40 Potential violation of Law of Demeter (object not created locally)
45007 src/com/gps/utilities/RevGeocode.java 42 Local variable 'client' could be declared final
45008 src/com/gps/utilities/RevGeocode.java 49 Local variable 'host' could be declared final
45009 src/com/gps/utilities/RevGeocode.java 49 Potential violation of Law of Demeter (object not created locally)
45010 src/com/gps/utilities/RevGeocode.java 50 Do not hard code the IP address
45011 src/com/gps/utilities/RevGeocode.java 50 Potential violation of Law of Demeter (object not created locally)
45012 src/com/gps/utilities/RevGeocode.java 59 Potential violation of Law of Demeter (object not created locally)
45013 src/com/gps/utilities/RevGeocode.java 62 Potential violation of Law of Demeter (object not created locally)
45014 src/com/gps/utilities/RevGeocode.java 62 There is log block not surrounded by if
45015 src/com/gps/utilities/RevGeocode.java 66 Local variable 'responseBody' could be declared final
45016 src/com/gps/utilities/RevGeocode.java 66 Potential violation of Law of Demeter (object not created locally)
45017 src/com/gps/utilities/RevGeocode.java 69 Local variable 'result' could be declared final
45018 src/com/gps/utilities/RevGeocode.java 73 Local variable 'obj' could be declared final
45019 src/com/gps/utilities/RevGeocode.java 74 Local variable 'resultsArray' could be declared final
45020 src/com/gps/utilities/RevGeocode.java 74 Potential violation of Law of Demeter (object not created locally)
45021 src/com/gps/utilities/RevGeocode.java 79 Potential violation of Law of Demeter (method chain calls)
45022 src/com/gps/utilities/RevGeocode.java 79 Potential violation of Law of Demeter (method chain calls)
45023 src/com/gps/utilities/RevGeocode.java 79 Potential violation of Law of Demeter (method chain calls)
45024 src/com/gps/utilities/RevGeocode.java 79 Potential violation of Law of Demeter (object not created locally)
45025 src/com/gps/utilities/RevGeocode.java 79 The String literal "address_components" appears 5 times in this file; the first occurrence is on line 79
45026 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
45027 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
45028 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
45029 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
45030 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
45031 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
45032 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
45033 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
45034 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (object not created locally)
45035 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (object not created locally)
45036 src/com/gps/utilities/RevGeocode.java 83 Avoid using if statements without curly braces
45037 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
45038 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
45039 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
45040 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
45041 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
45042 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
45043 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (object not created locally)
45044 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (object not created locally)
45045 src/com/gps/utilities/RevGeocode.java 83 These nested if statements could be combined
45046 src/com/gps/utilities/RevGeocode.java 84 Potential violation of Law of Demeter (method chain calls)
45047 src/com/gps/utilities/RevGeocode.java 84 Potential violation of Law of Demeter (method chain calls)
45048 src/com/gps/utilities/RevGeocode.java 84 Potential violation of Law of Demeter (method chain calls)
45049 src/com/gps/utilities/RevGeocode.java 84 Potential violation of Law of Demeter (object not created locally)
45050 src/com/gps/utilities/RevGeocode.java 84 Prefer StringBuffer over += for concatenating strings
45051 src/com/gps/utilities/RevGeocode.java 87 There is log block not surrounded by if
45052 src/com/gps/utilities/RevGeocode.java 87 There is log block not surrounded by if
45053 src/com/gps/utilities/RevGeocode.java 88 A method should have only one exit point, and that should be the last statement in the method
45054 src/com/gps/utilities/RevGeocode.java 93 Avoid printStackTrace(); use a logger call instead.
45055 src/com/gps/utilities/RevGeocode.java 93 Potential violation of Law of Demeter (object not created locally)
45056 src/com/gps/utilities/RevGeocode.java 99 Potential violation of Law of Demeter (object not created locally)
45057 src/com/gps/utilities/RevGeocode.java 99 There is log block not surrounded by if
45058 src/com/gps/utilities/RevGeocode.java 100 Avoid printStackTrace(); use a logger call instead.
45059 src/com/gps/utilities/RevGeocode.java 100 Potential violation of Law of Demeter (object not created locally)
45060 src/com/gps/utilities/RevGeocode.java 103 Potential violation of Law of Demeter (object not created locally)
45061 src/com/gps/utilities/RevGeocode.java 103 There is log block not surrounded by if
45062 src/com/gps/utilities/RevGeocode.java 104 Avoid printStackTrace(); use a logger call instead.
45063 src/com/gps/utilities/RevGeocode.java 104 Potential violation of Law of Demeter (object not created locally)
45064 src/com/gps/utilities/RevGeocode.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45065 src/com/gps/utilities/RevGeocode.java 109 There is log block not surrounded by if
45066 src/com/gps/utilities/RevGeocode.java 109 Use the correct logging statement for logging exceptions
45067 src/com/gps/utilities/RevGeocode.java 110 Avoid printStackTrace(); use a logger call instead.
45068 src/com/gps/utilities/RevGeocode.java 110 Potential violation of Law of Demeter (object not created locally)
45069 src/com/gps/utilities/RevGeocode.java 115 Avoid using if statements without curly braces
45070 src/com/gps/utilities/RevGeocode.java 116 Potential violation of Law of Demeter (object not created locally)
45071 src/com/gps/utilities/RevGeocode.java 121 Parameter 'args' is not assigned and could be declared final
45072 src/com/gps/utilities/RevGeocode.java 121 publicMethodCommentRequirement Required
45073 src/com/gps/utilities/RevGeocode.java 123 Local variable 'obj' could be declared final
45074 src/com/gps/utilities/RevGeocode.java 124 Avoid unused local variables such as 'adrr'.
45075 src/com/gps/utilities/RevGeocode.java 124 Found 'DU'-anomaly for variable 'adrr' (lines '124'-'125').
45076 src/com/gps/utilities/RevGeocode.java 124 Local variable 'adrr' could be declared final
45077 src/com/gps/utilities/RfidAlerts.java 10 Avoid unused imports such as 'javax.ws.rs.POST'
45078 src/com/gps/utilities/RfidAlerts.java 20 headerCommentRequirement Required
45079 src/com/gps/utilities/RfidAlerts.java 22 The Logger variable declaration does not contain the static and final modifiers
45080 src/com/gps/utilities/RfidAlerts.java 22 Use explicit scoping instead of the default package private level
45081 src/com/gps/utilities/RfidAlerts.java 22 fieldCommentRequirement Required
45082 src/com/gps/utilities/RfidAlerts.java 27 Parameter 'lat' is not assigned and could be declared final
45083 src/com/gps/utilities/RfidAlerts.java 27 Parameter 'lon' is not assigned and could be declared final
45084 src/com/gps/utilities/RfidAlerts.java 27 Parameter 'packetTime' is not assigned and could be declared final
45085 src/com/gps/utilities/RfidAlerts.java 27 Parameter 'rfidNo' is not assigned and could be declared final
45086 src/com/gps/utilities/RfidAlerts.java 27 Parameter 'vehicleId' is not assigned and could be declared final
45087 src/com/gps/utilities/RfidAlerts.java 27 publicMethodCommentRequirement Required
45088 src/com/gps/utilities/RfidAlerts.java 28 There is log block not surrounded by if
45089 src/com/gps/utilities/RfidAlerts.java 28 There is log block not surrounded by if
45090 src/com/gps/utilities/RfidAlerts.java 29 Local variable 'polygon' could be declared final
45091 src/com/gps/utilities/RfidAlerts.java 30 Local variable 'cal' could be declared final
45092 src/com/gps/utilities/RfidAlerts.java 31 Local variable 'formatter' could be declared final
45093 src/com/gps/utilities/RfidAlerts.java 31 When instantiating a SimpleDateFormat object, specify a Locale
45094 src/com/gps/utilities/RfidAlerts.java 32 Found 'DD'-anomaly for variable 'stat' (lines '32'-'47').
45095 src/com/gps/utilities/RfidAlerts.java 33 Found 'DD'-anomaly for variable 'date' (lines '33'-'38').
45096 src/com/gps/utilities/RfidAlerts.java 38 Potential violation of Law of Demeter (object not created locally)
45097 src/com/gps/utilities/RfidAlerts.java 41 There is log block not surrounded by if
45098 src/com/gps/utilities/RfidAlerts.java 42 Avoid printStackTrace(); use a logger call instead.
45099 src/com/gps/utilities/RfidAlerts.java 42 Potential violation of Law of Demeter (object not created locally)
45100 src/com/gps/utilities/RfidAlerts.java 44 Potential violation of Law of Demeter (object not created locally)
45101 src/com/gps/utilities/RfidAlerts.java 45 There is log block not surrounded by if
45102 src/com/gps/utilities/RfidAlerts.java 45 There is log block not surrounded by if
45103 src/com/gps/utilities/RfidAlerts.java 47 Potential violation of Law of Demeter (object not created locally)
45104 src/com/gps/utilities/RfidAlerts.java 49 Avoid catching NullPointerException; consider removing the cause of the NPE.
45105 src/com/gps/utilities/RfidAlerts.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45106 src/com/gps/utilities/RfidAlerts.java 51 There is log block not surrounded by if
45107 src/com/gps/utilities/RfidAlerts.java 52 Avoid printStackTrace(); use a logger call instead.
45108 src/com/gps/utilities/RfidAlerts.java 52 Potential violation of Law of Demeter (object not created locally)
45109 src/com/gps/utilities/RfidAlerts.java 56 A method should have only one exit point, and that should be the last statement in the method
45110 src/com/gps/utilities/RfidAlerts.java 56 Avoid using if...else statements without curly braces
45111 src/com/gps/utilities/RfidAlerts.java 56 Potential violation of Law of Demeter (method chain calls)
45112 src/com/gps/utilities/RfidAlerts.java 56 Potential violation of Law of Demeter (method chain calls)
45113 src/com/gps/utilities/RfidAlerts.java 58 Avoid using if...else statements without curly braces
45114 src/com/gps/utilities/RfidAlerts.java 58 Potential violation of Law of Demeter (method chain calls)
45115 src/com/gps/utilities/RfidAlerts.java 58 Potential violation of Law of Demeter (method chain calls)
45116 src/com/gps/utilities/RouteDeviation.java 27 Avoid unused imports such as 'com.gps.dao.TraversalReferenceDAO'
45117 src/com/gps/utilities/RouteDeviation.java 36 Avoid unused imports such as 'com.gps.helper.DBManager'
45118 src/com/gps/utilities/RouteDeviation.java 46 The class 'RouteDeviation' has a Cyclomatic Complexity of 6 (Highest = 13).
45119 src/com/gps/utilities/RouteDeviation.java 47 The Logger variable declaration does not contain the static and final modifiers
45120 src/com/gps/utilities/RouteDeviation.java 47 Use explicit scoping instead of the default package private level
45121 src/com/gps/utilities/RouteDeviation.java 47 fieldCommentRequirement Required
45122 src/com/gps/utilities/RouteDeviation.java 50 Avoid using implementation types like 'LinkedHashMap'; use the interface instead
45123 src/com/gps/utilities/RouteDeviation.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
45124 src/com/gps/utilities/RouteDeviation.java 50 fieldCommentRequirement Required
45125 src/com/gps/utilities/RouteDeviation.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
45126 src/com/gps/utilities/RouteDeviation.java 51 fieldCommentRequirement Required
45127 src/com/gps/utilities/RouteDeviation.java 53 Found non-transient, non-static member. Please mark as transient or provide accessors.
45128 src/com/gps/utilities/RouteDeviation.java 53 Use explicit scoping instead of the default package private level
45129 src/com/gps/utilities/RouteDeviation.java 53 fieldCommentRequirement Required
45130 src/com/gps/utilities/RouteDeviation.java 55 Comment is too large: Too many lines
45131 src/com/gps/utilities/RouteDeviation.java 57 Comment is too large: Line too long
45132 src/com/gps/utilities/RouteDeviation.java 58 Comment is too large: Line too long
45133 src/com/gps/utilities/RouteDeviation.java 70 Avoid really long methods.
45134 src/com/gps/utilities/RouteDeviation.java 70 Parameter 'latitude' is not assigned and could be declared final
45135 src/com/gps/utilities/RouteDeviation.java 70 Parameter 'longitude' is not assigned and could be declared final
45136 src/com/gps/utilities/RouteDeviation.java 70 Parameter 'pktTime' is not assigned and could be declared final
45137 src/com/gps/utilities/RouteDeviation.java 70 Parameter 'speed' is not assigned and could be declared final
45138 src/com/gps/utilities/RouteDeviation.java 70 Parameter 'tripid' is not assigned and could be declared final
45139 src/com/gps/utilities/RouteDeviation.java 70 The method 'isRouteDeviated' has a Cyclomatic Complexity of 13.
45140 src/com/gps/utilities/RouteDeviation.java 70 The method isRouteDeviated() has an NCSS line count of 100
45141 src/com/gps/utilities/RouteDeviation.java 72 Avoid excessively long variable names like bRouteDeviationFlag
45142 src/com/gps/utilities/RouteDeviation.java 72 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '72'-'100').
45143 src/com/gps/utilities/RouteDeviation.java 72 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '72'-'107').
45144 src/com/gps/utilities/RouteDeviation.java 72 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '72'-'159').
45145 src/com/gps/utilities/RouteDeviation.java 72 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '72'-'208').
45146 src/com/gps/utilities/RouteDeviation.java 72 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '72'-'218').
45147 src/com/gps/utilities/RouteDeviation.java 72 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '72'-'224').
45148 src/com/gps/utilities/RouteDeviation.java 72 Found 'DU'-anomaly for variable 'bRouteDeviationFlag' (lines '72'-'249').
45149 src/com/gps/utilities/RouteDeviation.java 75 Local variable 'cal' could be declared final
45150 src/com/gps/utilities/RouteDeviation.java 76 Potential violation of Law of Demeter (object not created locally)
45151 src/com/gps/utilities/RouteDeviation.java 77 Local variable 'packetTime' could be declared final
45152 src/com/gps/utilities/RouteDeviation.java 77 Potential violation of Law of Demeter (object not created locally)
45153 src/com/gps/utilities/RouteDeviation.java 78 Found 'DU'-anomaly for variable 'sdf' (lines '78'-'249').
45154 src/com/gps/utilities/RouteDeviation.java 78 Local variable 'sdf' could be declared final
45155 src/com/gps/utilities/RouteDeviation.java 78 When instantiating a SimpleDateFormat object, specify a Locale
45156 src/com/gps/utilities/RouteDeviation.java 81 Local variable 'tripSession' could be declared final
45157 src/com/gps/utilities/RouteDeviation.java 83 There is log block not surrounded by if
45158 src/com/gps/utilities/RouteDeviation.java 83 There is log block not surrounded by if
45159 src/com/gps/utilities/RouteDeviation.java 86 Avoid excessively long variable names like currentPacketPoint
45160 src/com/gps/utilities/RouteDeviation.java 86 Local variable 'currentPacketPoint' could be declared final
45161 src/com/gps/utilities/RouteDeviation.java 87 Potential violation of Law of Demeter (object not created locally)
45162 src/com/gps/utilities/RouteDeviation.java 88 Potential violation of Law of Demeter (object not created locally)
45163 src/com/gps/utilities/RouteDeviation.java 89 Local variable 'tripDetails' could be declared final
45164 src/com/gps/utilities/RouteDeviation.java 90 Potential violation of Law of Demeter (object not created locally)
45165 src/com/gps/utilities/RouteDeviation.java 91 Potential violation of Law of Demeter (object not created locally)
45166 src/com/gps/utilities/RouteDeviation.java 92 Potential violation of Law of Demeter (object not created locally)
45167 src/com/gps/utilities/RouteDeviation.java 93 Potential violation of Law of Demeter (object not created locally)
45168 src/com/gps/utilities/RouteDeviation.java 97 Comment is too large: Line too long
45169 src/com/gps/utilities/RouteDeviation.java 98 Local variable 'isPktPresent' could be declared final
45170 src/com/gps/utilities/RouteDeviation.java 101 There is log block not surrounded by if
45171 src/com/gps/utilities/RouteDeviation.java 101 There is log block not surrounded by if
45172 src/com/gps/utilities/RouteDeviation.java 104 Comment is too large: Line too long
45173 src/com/gps/utilities/RouteDeviation.java 111 Avoid using Literals in Conditional Statements
45174 src/com/gps/utilities/RouteDeviation.java 113 Found 'DD'-anomaly for variable 'sTripSession' (lines '113'-'115').
45175 src/com/gps/utilities/RouteDeviation.java 113 Found 'DD'-anomaly for variable 'sTripSession' (lines '113'-'118').
45176 src/com/gps/utilities/RouteDeviation.java 113 Found 'DU'-anomaly for variable 'sTripSession' (lines '113'-'249').
45177 src/com/gps/utilities/RouteDeviation.java 114 Avoid using Literals in Conditional Statements
45178 src/com/gps/utilities/RouteDeviation.java 115 Avoid using if...else statements without curly braces
45179 src/com/gps/utilities/RouteDeviation.java 115 Found 'DU'-anomaly for variable 'sTripSession' (lines '115'-'249').
45180 src/com/gps/utilities/RouteDeviation.java 117 Avoid using Literals in Conditional Statements
45181 src/com/gps/utilities/RouteDeviation.java 117 Avoid using if statements without curly braces
45182 src/com/gps/utilities/RouteDeviation.java 118 Found 'DU'-anomaly for variable 'sTripSession' (lines '118'-'249').
45183 src/com/gps/utilities/RouteDeviation.java 119 This statement may have some unnecessary parentheses
45184 src/com/gps/utilities/RouteDeviation.java 119 Useless parentheses.
45185 src/com/gps/utilities/RouteDeviation.java 121 There is log block not surrounded by if
45186 src/com/gps/utilities/RouteDeviation.java 121 There is log block not surrounded by if
45187 src/com/gps/utilities/RouteDeviation.java 124 Avoid using Literals in Conditional Statements
45188 src/com/gps/utilities/RouteDeviation.java 124 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
45189 src/com/gps/utilities/RouteDeviation.java 126 A method should have only one exit point, and that should be the last statement in the method
45190 src/com/gps/utilities/RouteDeviation.java 126 Potential violation of Law of Demeter (method chain calls)
45191 src/com/gps/utilities/RouteDeviation.java 126 Potential violation of Law of Demeter (method chain calls)
45192 src/com/gps/utilities/RouteDeviation.java 129 Local variable 'trpTraversalDao' could be declared final
45193 src/com/gps/utilities/RouteDeviation.java 130 Local variable 'sess' could be declared final
45194 src/com/gps/utilities/RouteDeviation.java 130 Potential violation of Law of Demeter (object not created locally)
45195 src/com/gps/utilities/RouteDeviation.java 132 Comment is too large: Line too long
45196 src/com/gps/utilities/RouteDeviation.java 135 Local variable 'queryString' could be declared final
45197 src/com/gps/utilities/RouteDeviation.java 136 Potential violation of Law of Demeter (object not created locally)
45198 src/com/gps/utilities/RouteDeviation.java 136 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
45199 src/com/gps/utilities/RouteDeviation.java 137 Potential violation of Law of Demeter (object not created locally)
45200 src/com/gps/utilities/RouteDeviation.java 137 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
45201 src/com/gps/utilities/RouteDeviation.java 138 Potential violation of Law of Demeter (object not created locally)
45202 src/com/gps/utilities/RouteDeviation.java 138 Potential violation of Law of Demeter (object not created locally)
45203 src/com/gps/utilities/RouteDeviation.java 138 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
45204 src/com/gps/utilities/RouteDeviation.java 139 Potential violation of Law of Demeter (object not created locally)
45205 src/com/gps/utilities/RouteDeviation.java 139 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
45206 src/com/gps/utilities/RouteDeviation.java 140 Potential violation of Law of Demeter (method chain calls)
45207 src/com/gps/utilities/RouteDeviation.java 140 Potential violation of Law of Demeter (object not created locally)
45208 src/com/gps/utilities/RouteDeviation.java 140 Potential violation of Law of Demeter (object not created locally)
45209 src/com/gps/utilities/RouteDeviation.java 141 Potential violation of Law of Demeter (object not created locally)
45210 src/com/gps/utilities/RouteDeviation.java 143 Local variable 'queryObject' could be declared final
45211 src/com/gps/utilities/RouteDeviation.java 143 Potential violation of Law of Demeter (object not created locally)
45212 src/com/gps/utilities/RouteDeviation.java 143 Potential violation of Law of Demeter (object not created locally)
45213 src/com/gps/utilities/RouteDeviation.java 144 Avoid excessively long variable names like numberOfpointsTraversed
45214 src/com/gps/utilities/RouteDeviation.java 144 Local variable 'numberOfpointsTraversed' could be declared final
45215 src/com/gps/utilities/RouteDeviation.java 144 Potential violation of Law of Demeter (method chain calls)
45216 src/com/gps/utilities/RouteDeviation.java 144 Potential violation of Law of Demeter (object not created locally)
45217 src/com/gps/utilities/RouteDeviation.java 146 There is log block not surrounded by if
45218 src/com/gps/utilities/RouteDeviation.java 146 There is log block not surrounded by if
45219 src/com/gps/utilities/RouteDeviation.java 148 Found 'DD'-anomaly for variable 'lstTripTraversal' (lines '148'-'149').
45220 src/com/gps/utilities/RouteDeviation.java 149 Found 'DU'-anomaly for variable 'lstTripTraversal' (lines '149'-'249').
45221 src/com/gps/utilities/RouteDeviation.java 149 Potential violation of Law of Demeter (object not created locally)
45222 src/com/gps/utilities/RouteDeviation.java 151 Avoid declaring a variable if it is unreferenced before a possible exit point.
45223 src/com/gps/utilities/RouteDeviation.java 151 Found 'DU'-anomaly for variable 'iPointTraversed' (lines '151'-'249').
45224 src/com/gps/utilities/RouteDeviation.java 151 Local variable 'iPointTraversed' could be declared final
45225 src/com/gps/utilities/RouteDeviation.java 152 Found 'DD'-anomaly for variable 'trpTraversal' (lines '152'-'166').
45226 src/com/gps/utilities/RouteDeviation.java 152 Found 'DU'-anomaly for variable 'trpTraversal' (lines '152'-'249').
45227 src/com/gps/utilities/RouteDeviation.java 153 Avoid excessively long variable names like referenceRoutePoint
45228 src/com/gps/utilities/RouteDeviation.java 153 Found 'DD'-anomaly for variable 'referenceRoutePoint' (lines '153'-'171').
45229 src/com/gps/utilities/RouteDeviation.java 153 Found 'DD'-anomaly for variable 'referenceRoutePoint' (lines '153'-'179').
45230 src/com/gps/utilities/RouteDeviation.java 153 Found 'DU'-anomaly for variable 'referenceRoutePoint' (lines '153'-'249').
45231 src/com/gps/utilities/RouteDeviation.java 155 Avoid excessively long variable names like tripPointIdToBeChecked
45232 src/com/gps/utilities/RouteDeviation.java 155 Found 'DD'-anomaly for variable 'tripPointIdToBeChecked' (lines '155'-'167').
45233 src/com/gps/utilities/RouteDeviation.java 155 Found 'DU'-anomaly for variable 'tripPointIdToBeChecked' (lines '155'-'249').
45234 src/com/gps/utilities/RouteDeviation.java 160 A method should have only one exit point, and that should be the last statement in the method
45235 src/com/gps/utilities/RouteDeviation.java 160 Potential violation of Law of Demeter (method chain calls)
45236 src/com/gps/utilities/RouteDeviation.java 160 Potential violation of Law of Demeter (method chain calls)
45237 src/com/gps/utilities/RouteDeviation.java 160 Potential violation of Law of Demeter (object not created locally)
45238 src/com/gps/utilities/RouteDeviation.java 164 Avoid using Literals in Conditional Statements
45239 src/com/gps/utilities/RouteDeviation.java 166 Potential violation of Law of Demeter (object not created locally)
45240 src/com/gps/utilities/RouteDeviation.java 166 Potential violation of Law of Demeter (object not created locally)
45241 src/com/gps/utilities/RouteDeviation.java 166 Useless parentheses.
45242 src/com/gps/utilities/RouteDeviation.java 167 Potential violation of Law of Demeter (method chain calls)
45243 src/com/gps/utilities/RouteDeviation.java 167 Potential violation of Law of Demeter (method chain calls)
45244 src/com/gps/utilities/RouteDeviation.java 167 Potential violation of Law of Demeter (object not created locally)
45245 src/com/gps/utilities/RouteDeviation.java 167 Potential violation of Law of Demeter (object not created locally)
45246 src/com/gps/utilities/RouteDeviation.java 167 Useless parentheses.
45247 src/com/gps/utilities/RouteDeviation.java 167 Useless parentheses.
45248 src/com/gps/utilities/RouteDeviation.java 169 There is log block not surrounded by if
45249 src/com/gps/utilities/RouteDeviation.java 169 There is log block not surrounded by if
45250 src/com/gps/utilities/RouteDeviation.java 175 Avoid excessively long variable names like cRoutePointsInSequence
45251 src/com/gps/utilities/RouteDeviation.java 175 Local variable 'cRoutePointsInSequence' could be declared final
45252 src/com/gps/utilities/RouteDeviation.java 178 Local variable 'itr' could be declared final
45253 src/com/gps/utilities/RouteDeviation.java 178 Potential violation of Law of Demeter (object not created locally)
45254 src/com/gps/utilities/RouteDeviation.java 183 Comment is too large: Line too long
45255 src/com/gps/utilities/RouteDeviation.java 184 Local variable 'bPointInCircle' could be declared final
45256 src/com/gps/utilities/RouteDeviation.java 185 There is log block not surrounded by if
45257 src/com/gps/utilities/RouteDeviation.java 185 There is log block not surrounded by if
45258 src/com/gps/utilities/RouteDeviation.java 187 Comment is too large: Line too long
45259 src/com/gps/utilities/RouteDeviation.java 191 Local variable 'objTripTraversal' could be declared final
45260 src/com/gps/utilities/RouteDeviation.java 192 Local variable 'tripReference' could be declared final
45261 src/com/gps/utilities/RouteDeviation.java 193 Potential violation of Law of Demeter (object not created locally)
45262 src/com/gps/utilities/RouteDeviation.java 193 Potential violation of Law of Demeter (object not created locally)
45263 src/com/gps/utilities/RouteDeviation.java 195 Potential violation of Law of Demeter (object not created locally)
45264 src/com/gps/utilities/RouteDeviation.java 196 Potential violation of Law of Demeter (object not created locally)
45265 src/com/gps/utilities/RouteDeviation.java 197 Potential violation of Law of Demeter (object not created locally)
45266 src/com/gps/utilities/RouteDeviation.java 198 Potential violation of Law of Demeter (object not created locally)
45267 src/com/gps/utilities/RouteDeviation.java 199 Potential violation of Law of Demeter (object not created locally)
45268 src/com/gps/utilities/RouteDeviation.java 201 Local variable 'obj' could be declared final
45269 src/com/gps/utilities/RouteDeviation.java 201 This statement may have some unnecessary parentheses
45270 src/com/gps/utilities/RouteDeviation.java 201 Useless parentheses.
45271 src/com/gps/utilities/RouteDeviation.java 202 Avoid variables with short names like tx
45272 src/com/gps/utilities/RouteDeviation.java 202 Local variable 'tx' could be declared final
45273 src/com/gps/utilities/RouteDeviation.java 202 Potential violation of Law of Demeter (object not created locally)
45274 src/com/gps/utilities/RouteDeviation.java 203 Potential violation of Law of Demeter (object not created locally)
45275 src/com/gps/utilities/RouteDeviation.java 204 Potential violation of Law of Demeter (object not created locally)
45276 src/com/gps/utilities/RouteDeviation.java 205 Potential violation of Law of Demeter (object not created locally)
45277 src/com/gps/utilities/RouteDeviation.java 206 Potential violation of Law of Demeter (object not created locally)
45278 src/com/gps/utilities/RouteDeviation.java 214 There is log block not surrounded by if
45279 src/com/gps/utilities/RouteDeviation.java 214 There is log block not surrounded by if
45280 src/com/gps/utilities/RouteDeviation.java 216 Potential violation of Law of Demeter (object not created locally)
45281 src/com/gps/utilities/RouteDeviation.java 216 Potential violation of Law of Demeter (object not created locally)
45282 src/com/gps/utilities/RouteDeviation.java 222 Comment is too large: Line too long
45283 src/com/gps/utilities/RouteDeviation.java 223 Potential violation of Law of Demeter (method chain calls)
45284 src/com/gps/utilities/RouteDeviation.java 223 Potential violation of Law of Demeter (method chain calls)
45285 src/com/gps/utilities/RouteDeviation.java 223 Potential violation of Law of Demeter (object not created locally)
45286 src/com/gps/utilities/RouteDeviation.java 223 Potential violation of Law of Demeter (object not created locally)
45287 src/com/gps/utilities/RouteDeviation.java 234 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45288 src/com/gps/utilities/RouteDeviation.java 236 There is log block not surrounded by if
45289 src/com/gps/utilities/RouteDeviation.java 237 Avoid printStackTrace(); use a logger call instead.
45290 src/com/gps/utilities/RouteDeviation.java 237 Potential violation of Law of Demeter (object not created locally)
45291 src/com/gps/utilities/RouteDeviation.java 238 A method should have only one exit point, and that should be the last statement in the method
45292 src/com/gps/utilities/RouteDeviation.java 238 Potential violation of Law of Demeter (method chain calls)
45293 src/com/gps/utilities/RouteDeviation.java 238 Potential violation of Law of Demeter (method chain calls)
45294 src/com/gps/utilities/RouteDeviation.java 248 Potential violation of Law of Demeter (method chain calls)
45295 src/com/gps/utilities/RouteDeviation.java 248 Potential violation of Law of Demeter (method chain calls)
45296 src/com/gps/utilities/RouteDeviation.java 248 Potential violation of Law of Demeter (object not created locally)
45297 src/com/gps/utilities/RouteDeviation.java 251 Comment is too large: Too many lines
45298 src/com/gps/utilities/RouteDeviation.java 252 Comment is too large: Line too long
45299 src/com/gps/utilities/RouteDeviation.java 260 A method/constructor shouldnt explicitly throw java.lang.Exception
45300 src/com/gps/utilities/RouteDeviation.java 260 Avoid excessively long variable names like currentPacketPoint
45301 src/com/gps/utilities/RouteDeviation.java 260 Avoid excessively long variable names like referenceRoutePoint
45302 src/com/gps/utilities/RouteDeviation.java 260 Parameter 'currentPacketPoint' is not assigned and could be declared final
45303 src/com/gps/utilities/RouteDeviation.java 260 Parameter 'referenceRoutePoint' is not assigned and could be declared final
45304 src/com/gps/utilities/RouteDeviation.java 262 Local variable 'distance' could be declared final
45305 src/com/gps/utilities/RouteDeviation.java 263 There is log block not surrounded by if
45306 src/com/gps/utilities/RouteDeviation.java 263 There is log block not surrounded by if
45307 src/com/gps/utilities/RouteDeviation.java 264 Local variable 'permissibleRadius' could be declared final
45308 src/com/gps/utilities/RouteDeviation.java 266 Avoid unnecessary if..then..else statements when returning booleans
45309 src/com/gps/utilities/RouteDeviation.java 266 Avoid using Literals in Conditional Statements
45310 src/com/gps/utilities/RouteDeviation.java 266 Potential violation of Law of Demeter (object not created locally)
45311 src/com/gps/utilities/RouteDeviation.java 266 Potential violation of Law of Demeter (object not created locally)
45312 src/com/gps/utilities/RouteDeviation.java 268 A method should have only one exit point, and that should be the last statement in the method
45313 src/com/gps/utilities/RouteDeviation.java 277 Comment is too large: Too many lines
45314 src/com/gps/utilities/RouteDeviation.java 278 Comment is too large: Line too long
45315 src/com/gps/utilities/RouteDeviation.java 286 A method/constructor shouldnt explicitly throw java.lang.Exception
45316 src/com/gps/utilities/RouteDeviation.java 286 Avoid excessively long variable names like currentPacketPoint
45317 src/com/gps/utilities/RouteDeviation.java 286 Avoid really long methods.
45318 src/com/gps/utilities/RouteDeviation.java 286 Parameter 'currentPacketPoint' is not assigned and could be declared final
45319 src/com/gps/utilities/RouteDeviation.java 286 Parameter 'refTripPointId' is not assigned and could be declared final
45320 src/com/gps/utilities/RouteDeviation.java 286 Parameter 'startIndex' is not assigned and could be declared final
45321 src/com/gps/utilities/RouteDeviation.java 286 The method 'isBkOnRefRoutePoint' has a Cyclomatic Complexity of 13.
45322 src/com/gps/utilities/RouteDeviation.java 288 There is log block not surrounded by if
45323 src/com/gps/utilities/RouteDeviation.java 288 There is log block not surrounded by if
45324 src/com/gps/utilities/RouteDeviation.java 289 Avoid excessively long variable names like backOnRefRouteFlag
45325 src/com/gps/utilities/RouteDeviation.java 289 Found 'DD'-anomaly for variable 'backOnRefRouteFlag' (lines '289'-'356').
45326 src/com/gps/utilities/RouteDeviation.java 289 Found 'DD'-anomaly for variable 'backOnRefRouteFlag' (lines '289'-'429').
45327 src/com/gps/utilities/RouteDeviation.java 291 Local variable 'cRoutePointsInSequence' could be declared final
45328 src/com/gps/utilities/RouteDeviation.java 292 Avoid excessively long variable names like cRoutePointsInSequence
45329 src/com/gps/utilities/RouteDeviation.java 293 Local variable 'itr' could be declared final
45330 src/com/gps/utilities/RouteDeviation.java 293 Potential violation of Law of Demeter (object not created locally)
45331 src/com/gps/utilities/RouteDeviation.java 295 Found 'DU'-anomaly for variable 'i' (lines '295'-'440').
45332 src/com/gps/utilities/RouteDeviation.java 295 This statement may have some unnecessary parentheses
45333 src/com/gps/utilities/RouteDeviation.java 295 Useless parentheses.
45334 src/com/gps/utilities/RouteDeviation.java 297 Avoid excessively long variable names like referenceRoutePoint
45335 src/com/gps/utilities/RouteDeviation.java 297 Found 'DU'-anomaly for variable 'referenceRoutePoint' (lines '297'-'440').
45336 src/com/gps/utilities/RouteDeviation.java 297 Local variable 'referenceRoutePoint' could be declared final
45337 src/com/gps/utilities/RouteDeviation.java 301 Comment is too large: Line too long
45338 src/com/gps/utilities/RouteDeviation.java 302 Local variable 'bPointInCircle' could be declared final
45339 src/com/gps/utilities/RouteDeviation.java 303 Potential violation of Law of Demeter (object not created locally)
45340 src/com/gps/utilities/RouteDeviation.java 303 There is log block not surrounded by if
45341 src/com/gps/utilities/RouteDeviation.java 303 There is log block not surrounded by if
45342 src/com/gps/utilities/RouteDeviation.java 309 Local variable 'cal1' could be declared final
45343 src/com/gps/utilities/RouteDeviation.java 310 Found 'DD'-anomaly for variable 'timeDiffInSecs' (lines '310'-'335').
45344 src/com/gps/utilities/RouteDeviation.java 310 Found 'DD'-anomaly for variable 'timeDiffInSecs' (lines '310'-'337').
45345 src/com/gps/utilities/RouteDeviation.java 311 Comment is too large: Line too long
45346 src/com/gps/utilities/RouteDeviation.java 312 Avoid instantiating new objects inside loops
45347 src/com/gps/utilities/RouteDeviation.java 312 Local variable 'realTimeDiff' could be declared final
45348 src/com/gps/utilities/RouteDeviation.java 312 This statement may have some unnecessary parentheses
45349 src/com/gps/utilities/RouteDeviation.java 312 This statement may have some unnecessary parentheses
45350 src/com/gps/utilities/RouteDeviation.java 312 Useless parentheses.
45351 src/com/gps/utilities/RouteDeviation.java 312 Useless parentheses.
45352 src/com/gps/utilities/RouteDeviation.java 314 Found 'DD'-anomaly for variable 'timeDelta' (lines '314'-'316').
45353 src/com/gps/utilities/RouteDeviation.java 315 Avoid using Literals in Conditional Statements
45354 src/com/gps/utilities/RouteDeviation.java 315 Avoid using if statements without curly braces
45355 src/com/gps/utilities/RouteDeviation.java 320 There is log block not surrounded by if
45356 src/com/gps/utilities/RouteDeviation.java 320 There is log block not surrounded by if
45357 src/com/gps/utilities/RouteDeviation.java 322 Comment is too large: Line too long
45358 src/com/gps/utilities/RouteDeviation.java 323 Comment is too large: Line too long
45359 src/com/gps/utilities/RouteDeviation.java 324 Potential violation of Law of Demeter (object not created locally)
45360 src/com/gps/utilities/RouteDeviation.java 324 Potential violation of Law of Demeter (object not created locally)
45361 src/com/gps/utilities/RouteDeviation.java 325 Local variable 'refPtTimeInSecs' could be declared final
45362 src/com/gps/utilities/RouteDeviation.java 325 Potential violation of Law of Demeter (object not created locally)
45363 src/com/gps/utilities/RouteDeviation.java 325 Potential violation of Law of Demeter (object not created locally)
45364 src/com/gps/utilities/RouteDeviation.java 325 Potential violation of Law of Demeter (object not created locally)
45365 src/com/gps/utilities/RouteDeviation.java 325 Potential violation of Law of Demeter (object not created locally)
45366 src/com/gps/utilities/RouteDeviation.java 325 Potential violation of Law of Demeter (object not created locally)
45367 src/com/gps/utilities/RouteDeviation.java 325 Potential violation of Law of Demeter (object not created locally)
45368 src/com/gps/utilities/RouteDeviation.java 325 Useless parentheses.
45369 src/com/gps/utilities/RouteDeviation.java 325 Useless parentheses.
45370 src/com/gps/utilities/RouteDeviation.java 326 Potential violation of Law of Demeter (object not created locally)
45371 src/com/gps/utilities/RouteDeviation.java 326 There is log block not surrounded by if
45372 src/com/gps/utilities/RouteDeviation.java 326 There is log block not surrounded by if
45373 src/com/gps/utilities/RouteDeviation.java 329 Potential violation of Law of Demeter (object not created locally)
45374 src/com/gps/utilities/RouteDeviation.java 330 Avoid excessively long variable names like currPktPtTimeInSecs
45375 src/com/gps/utilities/RouteDeviation.java 330 Local variable 'currPktPtTimeInSecs' could be declared final
45376 src/com/gps/utilities/RouteDeviation.java 330 Potential violation of Law of Demeter (object not created locally)
45377 src/com/gps/utilities/RouteDeviation.java 330 Potential violation of Law of Demeter (object not created locally)
45378 src/com/gps/utilities/RouteDeviation.java 330 Potential violation of Law of Demeter (object not created locally)
45379 src/com/gps/utilities/RouteDeviation.java 330 Potential violation of Law of Demeter (object not created locally)
45380 src/com/gps/utilities/RouteDeviation.java 330 Potential violation of Law of Demeter (object not created locally)
45381 src/com/gps/utilities/RouteDeviation.java 330 Potential violation of Law of Demeter (object not created locally)
45382 src/com/gps/utilities/RouteDeviation.java 330 Useless parentheses.
45383 src/com/gps/utilities/RouteDeviation.java 330 Useless parentheses.
45384 src/com/gps/utilities/RouteDeviation.java 331 There is log block not surrounded by if
45385 src/com/gps/utilities/RouteDeviation.java 331 There is log block not surrounded by if
45386 src/com/gps/utilities/RouteDeviation.java 333 Comment is too large: Line too long
45387 src/com/gps/utilities/RouteDeviation.java 335 Avoid using if...else statements without curly braces
45388 src/com/gps/utilities/RouteDeviation.java 337 Avoid using if...else statements without curly braces
45389 src/com/gps/utilities/RouteDeviation.java 339 Comment is too large: Line too long
45390 src/com/gps/utilities/RouteDeviation.java 340 Found 'DD'-anomaly for variable 'trpMatchPointId' (lines '340'-'340').
45391 src/com/gps/utilities/RouteDeviation.java 340 Found 'DD'-anomaly for variable 'trpMatchPointId' (lines '340'-'348').
45392 src/com/gps/utilities/RouteDeviation.java 340 Found 'DU'-anomaly for variable 'trpMatchPointId' (lines '340'-'440').
45393 src/com/gps/utilities/RouteDeviation.java 340 Potential violation of Law of Demeter (object not created locally)
45394 src/com/gps/utilities/RouteDeviation.java 343 Potential violation of Law of Demeter (object not created locally)
45395 src/com/gps/utilities/RouteDeviation.java 343 There is log block not surrounded by if
45396 src/com/gps/utilities/RouteDeviation.java 343 There is log block not surrounded by if
45397 src/com/gps/utilities/RouteDeviation.java 345 Avoid using Literals in Conditional Statements
45398 src/com/gps/utilities/RouteDeviation.java 345 Potential violation of Law of Demeter (method chain calls)
45399 src/com/gps/utilities/RouteDeviation.java 345 Potential violation of Law of Demeter (object not created locally)
45400 src/com/gps/utilities/RouteDeviation.java 345 Potential violation of Law of Demeter (object not created locally)
45401 src/com/gps/utilities/RouteDeviation.java 351 Avoid instantiating new objects inside loops
45402 src/com/gps/utilities/RouteDeviation.java 351 Local variable 'bTraversed' could be declared final
45403 src/com/gps/utilities/RouteDeviation.java 351 Potential violation of Law of Demeter (method chain calls)
45404 src/com/gps/utilities/RouteDeviation.java 351 This statement may have some unnecessary parentheses
45405 src/com/gps/utilities/RouteDeviation.java 351 Useless parentheses.
45406 src/com/gps/utilities/RouteDeviation.java 353 Comment is too large: Line too long
45407 src/com/gps/utilities/RouteDeviation.java 360 Potential violation of Law of Demeter (object not created locally)
45408 src/com/gps/utilities/RouteDeviation.java 360 There is log block not surrounded by if
45409 src/com/gps/utilities/RouteDeviation.java 360 There is log block not surrounded by if
45410 src/com/gps/utilities/RouteDeviation.java 362 Comment is too large: Line too long
45411 src/com/gps/utilities/RouteDeviation.java 364 Potential violation of Law of Demeter (object not created locally)
45412 src/com/gps/utilities/RouteDeviation.java 366 Comment is too large: Line too long
45413 src/com/gps/utilities/RouteDeviation.java 368 Avoid instantiating new objects inside loops
45414 src/com/gps/utilities/RouteDeviation.java 368 This statement may have some unnecessary parentheses
45415 src/com/gps/utilities/RouteDeviation.java 368 Useless parentheses.
45416 src/com/gps/utilities/RouteDeviation.java 369 Local variable 'matchPtTimeInSecs' could be declared final
45417 src/com/gps/utilities/RouteDeviation.java 369 Potential violation of Law of Demeter (object not created locally)
45418 src/com/gps/utilities/RouteDeviation.java 369 Potential violation of Law of Demeter (object not created locally)
45419 src/com/gps/utilities/RouteDeviation.java 369 Potential violation of Law of Demeter (object not created locally)
45420 src/com/gps/utilities/RouteDeviation.java 369 Potential violation of Law of Demeter (object not created locally)
45421 src/com/gps/utilities/RouteDeviation.java 369 Potential violation of Law of Demeter (object not created locally)
45422 src/com/gps/utilities/RouteDeviation.java 369 Potential violation of Law of Demeter (object not created locally)
45423 src/com/gps/utilities/RouteDeviation.java 369 Useless parentheses.
45424 src/com/gps/utilities/RouteDeviation.java 369 Useless parentheses.
45425 src/com/gps/utilities/RouteDeviation.java 370 There is log block not surrounded by if
45426 src/com/gps/utilities/RouteDeviation.java 370 There is log block not surrounded by if
45427 src/com/gps/utilities/RouteDeviation.java 373 Avoid using if...else statements without curly braces
45428 src/com/gps/utilities/RouteDeviation.java 375 Avoid using if...else statements without curly braces
45429 src/com/gps/utilities/RouteDeviation.java 376 There is log block not surrounded by if
45430 src/com/gps/utilities/RouteDeviation.java 376 There is log block not surrounded by if
45431 src/com/gps/utilities/RouteDeviation.java 379 Comment is too large: Line too long
45432 src/com/gps/utilities/RouteDeviation.java 380 Comment is too large: Line too long
45433 src/com/gps/utilities/RouteDeviation.java 382 Avoid instantiating new objects inside loops
45434 src/com/gps/utilities/RouteDeviation.java 382 Local variable 'trpTraversalDAO' could be declared final
45435 src/com/gps/utilities/RouteDeviation.java 383 Local variable 'sess' could be declared final
45436 src/com/gps/utilities/RouteDeviation.java 383 Potential violation of Law of Demeter (object not created locally)
45437 src/com/gps/utilities/RouteDeviation.java 385 Avoid variables with short names like tx
45438 src/com/gps/utilities/RouteDeviation.java 385 Local variable 'tx' could be declared final
45439 src/com/gps/utilities/RouteDeviation.java 385 Potential violation of Law of Demeter (object not created locally)
45440 src/com/gps/utilities/RouteDeviation.java 386 Potential violation of Law of Demeter (object not created locally)
45441 src/com/gps/utilities/RouteDeviation.java 387 Avoid excessively long variable names like numberOfPointsTraversed
45442 src/com/gps/utilities/RouteDeviation.java 388 Useless parentheses.
45443 src/com/gps/utilities/RouteDeviation.java 388 Useless parentheses.
45444 src/com/gps/utilities/RouteDeviation.java 390 Avoid instantiating new objects inside loops
45445 src/com/gps/utilities/RouteDeviation.java 390 Local variable 'objTripTraversal' could be declared final
45446 src/com/gps/utilities/RouteDeviation.java 391 Avoid instantiating new objects inside loops
45447 src/com/gps/utilities/RouteDeviation.java 391 Local variable 'tripReference' could be declared final
45448 src/com/gps/utilities/RouteDeviation.java 392 Potential violation of Law of Demeter (object not created locally)
45449 src/com/gps/utilities/RouteDeviation.java 394 Potential violation of Law of Demeter (object not created locally)
45450 src/com/gps/utilities/RouteDeviation.java 395 Potential violation of Law of Demeter (object not created locally)
45451 src/com/gps/utilities/RouteDeviation.java 396 Potential violation of Law of Demeter (object not created locally)
45452 src/com/gps/utilities/RouteDeviation.java 397 Potential violation of Law of Demeter (object not created locally)
45453 src/com/gps/utilities/RouteDeviation.java 398 Potential violation of Law of Demeter (object not created locally)
45454 src/com/gps/utilities/RouteDeviation.java 400 Potential violation of Law of Demeter (object not created locally)
45455 src/com/gps/utilities/RouteDeviation.java 406 Avoid instantiating new objects inside loops
45456 src/com/gps/utilities/RouteDeviation.java 406 Local variable 'objTripTraversal' could be declared final
45457 src/com/gps/utilities/RouteDeviation.java 407 Avoid instantiating new objects inside loops
45458 src/com/gps/utilities/RouteDeviation.java 407 Local variable 'tripReference' could be declared final
45459 src/com/gps/utilities/RouteDeviation.java 408 Potential violation of Law of Demeter (object not created locally)
45460 src/com/gps/utilities/RouteDeviation.java 410 Potential violation of Law of Demeter (object not created locally)
45461 src/com/gps/utilities/RouteDeviation.java 411 Potential violation of Law of Demeter (object not created locally)
45462 src/com/gps/utilities/RouteDeviation.java 412 Potential violation of Law of Demeter (object not created locally)
45463 src/com/gps/utilities/RouteDeviation.java 413 Potential violation of Law of Demeter (object not created locally)
45464 src/com/gps/utilities/RouteDeviation.java 414 Potential violation of Law of Demeter (object not created locally)
45465 src/com/gps/utilities/RouteDeviation.java 416 Potential violation of Law of Demeter (object not created locally)
45466 src/com/gps/utilities/RouteDeviation.java 418 Comment is too large: Line too long
45467 src/com/gps/utilities/RouteDeviation.java 419 Avoid instantiating new objects inside loops
45468 src/com/gps/utilities/RouteDeviation.java 419 Local variable 'objTripDeviation' could be declared final
45469 src/com/gps/utilities/RouteDeviation.java 420 Potential violation of Law of Demeter (object not created locally)
45470 src/com/gps/utilities/RouteDeviation.java 421 Potential violation of Law of Demeter (object not created locally)
45471 src/com/gps/utilities/RouteDeviation.java 422 Potential violation of Law of Demeter (object not created locally)
45472 src/com/gps/utilities/RouteDeviation.java 424 Potential violation of Law of Demeter (object not created locally)
45473 src/com/gps/utilities/RouteDeviation.java 426 Potential violation of Law of Demeter (object not created locally)
45474 src/com/gps/utilities/RouteDeviation.java 427 Potential violation of Law of Demeter (object not created locally)
45475 src/com/gps/utilities/RouteDeviation.java 442 Comment is too large: Too many lines
45476 src/com/gps/utilities/RouteDeviation.java 443 Comment is too large: Line too long
45477 src/com/gps/utilities/RouteDeviation.java 444 Comment is too large: Line too long
45478 src/com/gps/utilities/RouteDeviation.java 452 A method/constructor shouldnt explicitly throw java.lang.Exception
45479 src/com/gps/utilities/RouteDeviation.java 452 Parameter 'latitude' is not assigned and could be declared final
45480 src/com/gps/utilities/RouteDeviation.java 452 Parameter 'longitude' is not assigned and could be declared final
45481 src/com/gps/utilities/RouteDeviation.java 452 Parameter 'packetTime' is not assigned and could be declared final
45482 src/com/gps/utilities/RouteDeviation.java 452 Parameter 'tripid' is not assigned and could be declared final
45483 src/com/gps/utilities/RouteDeviation.java 454 Found 'DD'-anomaly for variable 'isPresent' (lines '454'-'457').
45484 src/com/gps/utilities/RouteDeviation.java 458 There is log block not surrounded by if
45485 src/com/gps/utilities/RouteDeviation.java 458 There is log block not surrounded by if
45486 src/com/gps/utilities/RouteDeviation.java 465 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45487 src/com/gps/utilities/RouteDeviation.java 467 Avoid printStackTrace(); use a logger call instead.
45488 src/com/gps/utilities/RouteDeviation.java 467 Potential violation of Law of Demeter (object not created locally)
45489 src/com/gps/utilities/RouteDeviation.java 474 Comment is too large: Too many lines
45490 src/com/gps/utilities/RouteDeviation.java 478 Comment is too large: Line too long
45491 src/com/gps/utilities/RouteDeviation.java 483 A method/constructor shouldnt explicitly throw java.lang.Exception
45492 src/com/gps/utilities/RouteDeviation.java 483 Parameter 'currPacketPoint' is not assigned and could be declared final
45493 src/com/gps/utilities/RouteDeviation.java 483 Parameter 'refRoutePoint' is not assigned and could be declared final
45494 src/com/gps/utilities/RouteDeviation.java 485 There is log block not surrounded by if
45495 src/com/gps/utilities/RouteDeviation.java 485 There is log block not surrounded by if
45496 src/com/gps/utilities/RouteDeviation.java 486 Found 'DD'-anomaly for variable 'closestPointId' (lines '486'-'517').
45497 src/com/gps/utilities/RouteDeviation.java 486 Found 'DD'-anomaly for variable 'closestPointId' (lines '486'-'522').
45498 src/com/gps/utilities/RouteDeviation.java 486 Found 'DU'-anomaly for variable 'closestPointId' (lines '486'-'532').
45499 src/com/gps/utilities/RouteDeviation.java 489 Found 'DD'-anomaly for variable 'referencesList' (lines '489'-'512').
45500 src/com/gps/utilities/RouteDeviation.java 490 Local variable 'referencePointIds' could be declared final
45501 src/com/gps/utilities/RouteDeviation.java 492 Local variable 'strTok' could be declared final
45502 src/com/gps/utilities/RouteDeviation.java 494 Local variable 'refWhereClause' could be declared final
45503 src/com/gps/utilities/RouteDeviation.java 494 StringBuffer constructor is initialized with size 16, but has at least 58 characters appended.
45504 src/com/gps/utilities/RouteDeviation.java 495 Potential violation of Law of Demeter (object not created locally)
45505 src/com/gps/utilities/RouteDeviation.java 495 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
45506 src/com/gps/utilities/RouteDeviation.java 496 Potential violation of Law of Demeter (method chain calls)
45507 src/com/gps/utilities/RouteDeviation.java 496 Potential violation of Law of Demeter (object not created locally)
45508 src/com/gps/utilities/RouteDeviation.java 496 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
45509 src/com/gps/utilities/RouteDeviation.java 497 Potential violation of Law of Demeter (object not created locally)
45510 src/com/gps/utilities/RouteDeviation.java 497 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
45511 src/com/gps/utilities/RouteDeviation.java 498 Potential violation of Law of Demeter (object not created locally)
45512 src/com/gps/utilities/RouteDeviation.java 499 Potential violation of Law of Demeter (object not created locally)
45513 src/com/gps/utilities/RouteDeviation.java 500 Potential violation of Law of Demeter (object not created locally)
45514 src/com/gps/utilities/RouteDeviation.java 501 Potential violation of Law of Demeter (object not created locally)
45515 src/com/gps/utilities/RouteDeviation.java 501 Potential violation of Law of Demeter (object not created locally)
45516 src/com/gps/utilities/RouteDeviation.java 504 Local variable 'trpDao' could be declared final
45517 src/com/gps/utilities/RouteDeviation.java 505 Local variable 'obj' could be declared final
45518 src/com/gps/utilities/RouteDeviation.java 505 Potential violation of Law of Demeter (object not created locally)
45519 src/com/gps/utilities/RouteDeviation.java 507 Avoid unused local variables such as 'sdf'.
45520 src/com/gps/utilities/RouteDeviation.java 507 Found 'DU'-anomaly for variable 'sdf' (lines '507'-'532').
45521 src/com/gps/utilities/RouteDeviation.java 507 Local variable 'sdf' could be declared final
45522 src/com/gps/utilities/RouteDeviation.java 507 When instantiating a SimpleDateFormat object, specify a Locale
45523 src/com/gps/utilities/RouteDeviation.java 508 Local variable 'qry' could be declared final
45524 src/com/gps/utilities/RouteDeviation.java 508 Potential violation of Law of Demeter (object not created locally)
45525 src/com/gps/utilities/RouteDeviation.java 509 There is log block not surrounded by if
45526 src/com/gps/utilities/RouteDeviation.java 509 There is log block not surrounded by if
45527 src/com/gps/utilities/RouteDeviation.java 511 Local variable 'query' could be declared final
45528 src/com/gps/utilities/RouteDeviation.java 511 Potential violation of Law of Demeter (object not created locally)
45529 src/com/gps/utilities/RouteDeviation.java 512 Potential violation of Law of Demeter (object not created locally)
45530 src/com/gps/utilities/RouteDeviation.java 514 Potential violation of Law of Demeter (object not created locally)
45531 src/com/gps/utilities/RouteDeviation.java 517 Found 'DU'-anomaly for variable 'closestPointId' (lines '517'-'532').
45532 src/com/gps/utilities/RouteDeviation.java 521 Avoid using Literals in Conditional Statements
45533 src/com/gps/utilities/RouteDeviation.java 521 Avoid using if statements without curly braces
45534 src/com/gps/utilities/RouteDeviation.java 521 Potential violation of Law of Demeter (object not created locally)
45535 src/com/gps/utilities/RouteDeviation.java 522 Found 'DU'-anomaly for variable 'closestPointId' (lines '522'-'532').
45536 src/com/gps/utilities/RouteDeviation.java 525 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45537 src/com/gps/utilities/RouteDeviation.java 527 Avoid printStackTrace(); use a logger call instead.
45538 src/com/gps/utilities/RouteDeviation.java 527 Potential violation of Law of Demeter (object not created locally)
45539 src/com/gps/utilities/RouteDeviation.java 530 There is log block not surrounded by if
45540 src/com/gps/utilities/RouteDeviation.java 530 There is log block not surrounded by if
45541 src/com/gps/utilities/RouteDeviation.java 534 Comment is too large: Too many lines
45542 src/com/gps/utilities/RouteDeviation.java 536 Comment is too large: Line too long
45543 src/com/gps/utilities/RouteDeviation.java 544 A method/constructor shouldnt explicitly throw java.lang.Exception
45544 src/com/gps/utilities/RouteDeviation.java 544 Avoid excessively long variable names like recurrLocationList
45545 src/com/gps/utilities/RouteDeviation.java 544 Parameter 'currPktPt' is not assigned and could be declared final
45546 src/com/gps/utilities/RouteDeviation.java 544 Parameter 'recurrLocationList' is not assigned and could be declared final
45547 src/com/gps/utilities/RouteDeviation.java 544 Parameter 'refPointId' is not assigned and could be declared final
45548 src/com/gps/utilities/RouteDeviation.java 546 There is log block not surrounded by if
45549 src/com/gps/utilities/RouteDeviation.java 546 There is log block not surrounded by if
45550 src/com/gps/utilities/RouteDeviation.java 547 Local variable 'traversalDao' could be declared final
45551 src/com/gps/utilities/RouteDeviation.java 547 This statement may have some unnecessary parentheses
45552 src/com/gps/utilities/RouteDeviation.java 547 Useless parentheses.
45553 src/com/gps/utilities/RouteDeviation.java 549 Avoid excessively long variable names like closestReferencePoint
45554 src/com/gps/utilities/RouteDeviation.java 549 Found 'DD'-anomaly for variable 'closestReferencePoint' (lines '549'-'576').
45555 src/com/gps/utilities/RouteDeviation.java 550 Found 'DD'-anomaly for variable 'closestPointId' (lines '550'-'581').
45556 src/com/gps/utilities/RouteDeviation.java 552 Found 'DU'-anomaly for variable 'timeDelta' (lines '552'-'584').
45557 src/com/gps/utilities/RouteDeviation.java 552 Local variable 'timeDelta' could be declared final
45558 src/com/gps/utilities/RouteDeviation.java 552 Potential violation of Law of Demeter (object not created locally)
45559 src/com/gps/utilities/RouteDeviation.java 553 Found 'DU'-anomaly for variable 'minTimeDiff' (lines '553'-'584').
45560 src/com/gps/utilities/RouteDeviation.java 553 This statement may have some unnecessary parentheses
45561 src/com/gps/utilities/RouteDeviation.java 553 Useless parentheses.
45562 src/com/gps/utilities/RouteDeviation.java 555 Local variable 'cal1' could be declared final
45563 src/com/gps/utilities/RouteDeviation.java 556 Potential violation of Law of Demeter (object not created locally)
45564 src/com/gps/utilities/RouteDeviation.java 557 Found 'DU'-anomaly for variable 'currPktTimeInSecs' (lines '557'-'584').
45565 src/com/gps/utilities/RouteDeviation.java 557 Local variable 'currPktTimeInSecs' could be declared final
45566 src/com/gps/utilities/RouteDeviation.java 557 Potential violation of Law of Demeter (object not created locally)
45567 src/com/gps/utilities/RouteDeviation.java 557 Potential violation of Law of Demeter (object not created locally)
45568 src/com/gps/utilities/RouteDeviation.java 557 Potential violation of Law of Demeter (object not created locally)
45569 src/com/gps/utilities/RouteDeviation.java 557 Potential violation of Law of Demeter (object not created locally)
45570 src/com/gps/utilities/RouteDeviation.java 557 Potential violation of Law of Demeter (object not created locally)
45571 src/com/gps/utilities/RouteDeviation.java 557 Potential violation of Law of Demeter (object not created locally)
45572 src/com/gps/utilities/RouteDeviation.java 557 Useless parentheses.
45573 src/com/gps/utilities/RouteDeviation.java 557 Useless parentheses.
45574 src/com/gps/utilities/RouteDeviation.java 561 Local variable 'referencePoint' could be declared final
45575 src/com/gps/utilities/RouteDeviation.java 562 Potential violation of Law of Demeter (object not created locally)
45576 src/com/gps/utilities/RouteDeviation.java 562 There is log block not surrounded by if
45577 src/com/gps/utilities/RouteDeviation.java 562 There is log block not surrounded by if
45578 src/com/gps/utilities/RouteDeviation.java 565 Potential violation of Law of Demeter (object not created locally)
45579 src/com/gps/utilities/RouteDeviation.java 565 Potential violation of Law of Demeter (object not created locally)
45580 src/com/gps/utilities/RouteDeviation.java 566 Avoid excessively long variable names like closestRefTimeInSecs
45581 src/com/gps/utilities/RouteDeviation.java 566 Local variable 'closestRefTimeInSecs' could be declared final
45582 src/com/gps/utilities/RouteDeviation.java 566 Potential violation of Law of Demeter (object not created locally)
45583 src/com/gps/utilities/RouteDeviation.java 566 Potential violation of Law of Demeter (object not created locally)
45584 src/com/gps/utilities/RouteDeviation.java 566 Potential violation of Law of Demeter (object not created locally)
45585 src/com/gps/utilities/RouteDeviation.java 566 Potential violation of Law of Demeter (object not created locally)
45586 src/com/gps/utilities/RouteDeviation.java 566 Potential violation of Law of Demeter (object not created locally)
45587 src/com/gps/utilities/RouteDeviation.java 566 Potential violation of Law of Demeter (object not created locally)
45588 src/com/gps/utilities/RouteDeviation.java 566 Useless parentheses.
45589 src/com/gps/utilities/RouteDeviation.java 566 Useless parentheses.
45590 src/com/gps/utilities/RouteDeviation.java 567 There is log block not surrounded by if
45591 src/com/gps/utilities/RouteDeviation.java 567 There is log block not surrounded by if
45592 src/com/gps/utilities/RouteDeviation.java 568 Found 'DD'-anomaly for variable 'timeDiffInSecs' (lines '568'-'570').
45593 src/com/gps/utilities/RouteDeviation.java 568 Found 'DD'-anomaly for variable 'timeDiffInSecs' (lines '568'-'572').
45594 src/com/gps/utilities/RouteDeviation.java 570 Avoid using if...else statements without curly braces
45595 src/com/gps/utilities/RouteDeviation.java 572 Avoid using if...else statements without curly braces
45596 src/com/gps/utilities/RouteDeviation.java 573 There is log block not surrounded by if
45597 src/com/gps/utilities/RouteDeviation.java 573 There is log block not surrounded by if
45598 src/com/gps/utilities/RouteDeviation.java 575 Found 'DU'-anomaly for variable 'minTimeDiff' (lines '575'-'584').
45599 src/com/gps/utilities/RouteDeviation.java 576 Found 'DD'-anomaly for variable 'closestReferencePoint' (lines '576'-'576').
45600 src/com/gps/utilities/RouteDeviation.java 580 Avoid using if statements without curly braces
45601 src/com/gps/utilities/RouteDeviation.java 580 Potential violation of Law of Demeter (object not created locally)
45602 src/com/gps/utilities/RouteDeviation.java 581 Potential violation of Law of Demeter (object not created locally)
45603 src/com/gps/utilities/RouteDeviation.java 582 There is log block not surrounded by if
45604 src/com/gps/utilities/RouteDeviation.java 582 There is log block not surrounded by if
45605 src/com/gps/utilities/RouteDeviation.java 589 Parameter 'args' is not assigned and could be declared final
45606 src/com/gps/utilities/TripDisabler.java 9 Avoid unused imports such as 'com.gps.automation.JSONConverter'
45607 src/com/gps/utilities/TripDisabler.java 15 headerCommentRequirement Required
45608 src/com/gps/utilities/TripDisabler.java 16 The Logger variable declaration does not contain the static and final modifiers
45609 src/com/gps/utilities/TripDisabler.java 16 Use explicit scoping instead of the default package private level
45610 src/com/gps/utilities/TripDisabler.java 16 fieldCommentRequirement Required
45611 src/com/gps/utilities/TripDisabler.java 20 Parameter 'trackerId' is not assigned and could be declared final
45612 src/com/gps/utilities/TripDisabler.java 20 publicMethodCommentRequirement Required
45613 src/com/gps/utilities/TripDisabler.java 21 Local variable 'tripdao' could be declared final
45614 src/com/gps/utilities/TripDisabler.java 22 Found 'DD'-anomaly for variable 'exp' (lines '22'-'26').
45615 src/com/gps/utilities/TripDisabler.java 23 Found 'DD'-anomaly for variable 'response' (lines '23'-'27').
45616 src/com/gps/utilities/TripDisabler.java 29 There is log block not surrounded by if
45617 src/com/gps/utilities/TripDisabler.java 29 There is log block not surrounded by if
45618 src/com/gps/utilities/TripDisabler.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45619 src/com/gps/utilities/TripDisabler.java 33 Avoid printStackTrace(); use a logger call instead.
45620 src/com/gps/utilities/TripRecurrentLocatons.java 3 Avoid unused imports such as 'java.text.DateFormat'
45621 src/com/gps/utilities/TripRecurrentLocatons.java 4 Avoid unused imports such as 'java.text.SimpleDateFormat'
45622 src/com/gps/utilities/TripRecurrentLocatons.java 7 Avoid unused imports such as 'javax.xml.datatype.DatatypeFactory'
45623 src/com/gps/utilities/TripRecurrentLocatons.java 8 Avoid unused imports such as 'javax.xml.datatype.XMLGregorianCalendar'
45624 src/com/gps/utilities/TripRecurrentLocatons.java 16 Avoid unused imports such as 'com.gps.hibernate.TripDetailsDAO'
45625 src/com/gps/utilities/TripRecurrentLocatons.java 20 The class 'TripRecurrentLocations' has a Cyclomatic Complexity of 6 (Highest = 12).
45626 src/com/gps/utilities/TripRecurrentLocatons.java 20 headerCommentRequirement Required
45627 src/com/gps/utilities/TripRecurrentLocatons.java 23 The Logger variable declaration does not contain the static and final modifiers
45628 src/com/gps/utilities/TripRecurrentLocatons.java 23 Use explicit scoping instead of the default package private level
45629 src/com/gps/utilities/TripRecurrentLocatons.java 23 fieldCommentRequirement Required
45630 src/com/gps/utilities/TripRecurrentLocatons.java 25 Comment is too large: Too many lines
45631 src/com/gps/utilities/TripRecurrentLocatons.java 37 Comment is too large: Line too long
45632 src/com/gps/utilities/TripRecurrentLocatons.java 41 A method/constructor shouldnt explicitly throw java.lang.Exception
45633 src/com/gps/utilities/TripRecurrentLocatons.java 41 Parameter 'tripSession' is not assigned and could be declared final
45634 src/com/gps/utilities/TripRecurrentLocatons.java 41 Parameter 'tripid' is not assigned and could be declared final
45635 src/com/gps/utilities/TripRecurrentLocatons.java 41 The method 'updateTripReference' has a Cyclomatic Complexity of 12.
45636 src/com/gps/utilities/TripRecurrentLocatons.java 43 Avoid unused local variables such as 'dHelper'.
45637 src/com/gps/utilities/TripRecurrentLocatons.java 43 Found 'DU'-anomaly for variable 'dHelper' (lines '43'-'109').
45638 src/com/gps/utilities/TripRecurrentLocatons.java 43 Local variable 'dHelper' could be declared final
45639 src/com/gps/utilities/TripRecurrentLocatons.java 47 Local variable 'tripRefList' could be declared final
45640 src/com/gps/utilities/TripRecurrentLocatons.java 47 This statement may have some unnecessary parentheses
45641 src/com/gps/utilities/TripRecurrentLocatons.java 47 Useless parentheses.
45642 src/com/gps/utilities/TripRecurrentLocatons.java 49 Avoid using Literals in Conditional Statements
45643 src/com/gps/utilities/TripRecurrentLocatons.java 49 Potential violation of Law of Demeter (object not created locally)
45644 src/com/gps/utilities/TripRecurrentLocatons.java 49 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
45645 src/com/gps/utilities/TripRecurrentLocatons.java 50 Avoid using if...else statements without curly braces
45646 src/com/gps/utilities/TripRecurrentLocatons.java 50 There is log block not surrounded by if
45647 src/com/gps/utilities/TripRecurrentLocatons.java 50 There is log block not surrounded by if
45648 src/com/gps/utilities/TripRecurrentLocatons.java 52 Avoid using if...else statements without curly braces
45649 src/com/gps/utilities/TripRecurrentLocatons.java 52 There is log block not surrounded by if
45650 src/com/gps/utilities/TripRecurrentLocatons.java 52 There is log block not surrounded by if
45651 src/com/gps/utilities/TripRecurrentLocatons.java 54 Local variable 'col' could be declared final
45652 src/com/gps/utilities/TripRecurrentLocatons.java 54 Potential violation of Law of Demeter (object not created locally)
45653 src/com/gps/utilities/TripRecurrentLocatons.java 55 Local variable 'itr1' could be declared final
45654 src/com/gps/utilities/TripRecurrentLocatons.java 55 Potential violation of Law of Demeter (object not created locally)
45655 src/com/gps/utilities/TripRecurrentLocatons.java 59 Local variable 'itr2' could be declared final
45656 src/com/gps/utilities/TripRecurrentLocatons.java 59 Potential violation of Law of Demeter (object not created locally)
45657 src/com/gps/utilities/TripRecurrentLocatons.java 60 Avoid instantiating new objects inside loops
45658 src/com/gps/utilities/TripRecurrentLocatons.java 60 Found 'DD'-anomaly for variable 'refRt' (lines '60'-'61').
45659 src/com/gps/utilities/TripRecurrentLocatons.java 61 Found 'DU'-anomaly for variable 'refRt' (lines '61'-'109').
45660 src/com/gps/utilities/TripRecurrentLocatons.java 62 Avoid excessively long variable names like refPointIdReferences
45661 src/com/gps/utilities/TripRecurrentLocatons.java 62 Found 'DD'-anomaly for variable 'refPointIdReferences' (lines '62'-'73').
45662 src/com/gps/utilities/TripRecurrentLocatons.java 65 Avoid instantiating new objects inside loops
45663 src/com/gps/utilities/TripRecurrentLocatons.java 65 Found 'DD'-anomaly for variable 'refRt2' (lines '65'-'66').
45664 src/com/gps/utilities/TripRecurrentLocatons.java 67 Local variable 'idDiff' could be declared final
45665 src/com/gps/utilities/TripRecurrentLocatons.java 67 Potential violation of Law of Demeter (object not created locally)
45666 src/com/gps/utilities/TripRecurrentLocatons.java 67 Potential violation of Law of Demeter (object not created locally)
45667 src/com/gps/utilities/TripRecurrentLocatons.java 67 Potential violation of Law of Demeter (object not created locally)
45668 src/com/gps/utilities/TripRecurrentLocatons.java 67 Useless parentheses.
45669 src/com/gps/utilities/TripRecurrentLocatons.java 71 These nested if statements could be combined
45670 src/com/gps/utilities/TripRecurrentLocatons.java 73 Potential violation of Law of Demeter (object not created locally)
45671 src/com/gps/utilities/TripRecurrentLocatons.java 74 Found 'DD'-anomaly for variable 'len' (lines '74'-'77').
45672 src/com/gps/utilities/TripRecurrentLocatons.java 76 Avoid using if statements without curly braces
45673 src/com/gps/utilities/TripRecurrentLocatons.java 77 Potential violation of Law of Demeter (object not created locally)
45674 src/com/gps/utilities/TripRecurrentLocatons.java 79 Avoid using Literals in Conditional Statements
45675 src/com/gps/utilities/TripRecurrentLocatons.java 80 Prefer StringBuffer over += for concatenating strings
45676 src/com/gps/utilities/TripRecurrentLocatons.java 81 Potential violation of Law of Demeter (method chain calls)
45677 src/com/gps/utilities/TripRecurrentLocatons.java 81 Potential violation of Law of Demeter (object not created locally)
45678 src/com/gps/utilities/TripRecurrentLocatons.java 81 Potential violation of Law of Demeter (object not created locally)
45679 src/com/gps/utilities/TripRecurrentLocatons.java 81 Prefer StringBuffer over += for concatenating strings
45680 src/com/gps/utilities/TripRecurrentLocatons.java 81 This statement may have some unnecessary parentheses
45681 src/com/gps/utilities/TripRecurrentLocatons.java 81 Useless parentheses.
45682 src/com/gps/utilities/TripRecurrentLocatons.java 84 Avoid using Literals in Conditional Statements
45683 src/com/gps/utilities/TripRecurrentLocatons.java 84 Avoid using if statements without curly braces
45684 src/com/gps/utilities/TripRecurrentLocatons.java 85 Potential violation of Law of Demeter (method chain calls)
45685 src/com/gps/utilities/TripRecurrentLocatons.java 85 Potential violation of Law of Demeter (object not created locally)
45686 src/com/gps/utilities/TripRecurrentLocatons.java 85 Potential violation of Law of Demeter (object not created locally)
45687 src/com/gps/utilities/TripRecurrentLocatons.java 85 This statement may have some unnecessary parentheses
45688 src/com/gps/utilities/TripRecurrentLocatons.java 85 Useless parentheses.
45689 src/com/gps/utilities/TripRecurrentLocatons.java 87 Potential violation of Law of Demeter (object not created locally)
45690 src/com/gps/utilities/TripRecurrentLocatons.java 88 Potential violation of Law of Demeter (object not created locally)
45691 src/com/gps/utilities/TripRecurrentLocatons.java 88 Potential violation of Law of Demeter (object not created locally)
45692 src/com/gps/utilities/TripRecurrentLocatons.java 88 There is log block not surrounded by if
45693 src/com/gps/utilities/TripRecurrentLocatons.java 88 There is log block not surrounded by if
45694 src/com/gps/utilities/TripRecurrentLocatons.java 92 Avoid using Literals in Conditional Statements
45695 src/com/gps/utilities/TripRecurrentLocatons.java 92 Use equals() to compare strings instead of '==' or '!='
45696 src/com/gps/utilities/TripRecurrentLocatons.java 94 Avoid instantiating new objects inside loops
45697 src/com/gps/utilities/TripRecurrentLocatons.java 94 Local variable 'obj' could be declared final
45698 src/com/gps/utilities/TripRecurrentLocatons.java 94 This statement may have some unnecessary parentheses
45699 src/com/gps/utilities/TripRecurrentLocatons.java 94 Useless parentheses.
45700 src/com/gps/utilities/TripRecurrentLocatons.java 95 Avoid variables with short names like tx
45701 src/com/gps/utilities/TripRecurrentLocatons.java 95 Local variable 'tx' could be declared final
45702 src/com/gps/utilities/TripRecurrentLocatons.java 96 Potential violation of Law of Demeter (object not created locally)
45703 src/com/gps/utilities/TripRecurrentLocatons.java 98 Potential violation of Law of Demeter (object not created locally)
45704 src/com/gps/utilities/TripRecurrentLocatons.java 104 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45705 src/com/gps/utilities/TripRecurrentLocatons.java 106 There is log block not surrounded by if
45706 src/com/gps/utilities/TripRecurrentLocatons.java 106 There is log block not surrounded by if
45707 src/com/gps/utilities/TripRecurrentLocatons.java 107 Avoid printStackTrace(); use a logger call instead.
45708 src/com/gps/utilities/TripRecurrentLocatons.java 107 Potential violation of Law of Demeter (object not created locally)
45709 src/com/gps/utilities/TripRecurrentLocatons.java 111 A method/constructor shouldnt explicitly throw java.lang.Exception
45710 src/com/gps/utilities/TripRecurrentLocatons.java 111 Avoid excessively long variable names like currentPacketPoint
45711 src/com/gps/utilities/TripRecurrentLocatons.java 111 Avoid excessively long variable names like referenceRoutePoint
45712 src/com/gps/utilities/TripRecurrentLocatons.java 111 Parameter 'currentPacketPoint' is not assigned and could be declared final
45713 src/com/gps/utilities/TripRecurrentLocatons.java 111 Parameter 'referenceRoutePoint' is not assigned and could be declared final
45714 src/com/gps/utilities/TripRecurrentLocatons.java 111 publicMethodCommentRequirement Required
45715 src/com/gps/utilities/TripRecurrentLocatons.java 112 Local variable 'dHelper' could be declared final
45716 src/com/gps/utilities/TripRecurrentLocatons.java 114 Local variable 'distance' could be declared final
45717 src/com/gps/utilities/TripRecurrentLocatons.java 115 There is log block not surrounded by if
45718 src/com/gps/utilities/TripRecurrentLocatons.java 115 There is log block not surrounded by if
45719 src/com/gps/utilities/TripRecurrentLocatons.java 116 Local variable 'permissibleRadius' could be declared final
45720 src/com/gps/utilities/TripRecurrentLocatons.java 117 There is log block not surrounded by if
45721 src/com/gps/utilities/TripRecurrentLocatons.java 117 There is log block not surrounded by if
45722 src/com/gps/utilities/TripRecurrentLocatons.java 118 Potential violation of Law of Demeter (object not created locally)
45723 src/com/gps/utilities/TripRecurrentLocatons.java 118 Potential violation of Law of Demeter (object not created locally)
45724 src/com/gps/utilities/TripRecurrentLocatons.java 118 There is log block not surrounded by if
45725 src/com/gps/utilities/TripRecurrentLocatons.java 118 There is log block not surrounded by if
45726 src/com/gps/utilities/TripRecurrentLocatons.java 118 This statement may have some unnecessary parentheses
45727 src/com/gps/utilities/TripRecurrentLocatons.java 118 Useless parentheses.
45728 src/com/gps/utilities/TripRecurrentLocatons.java 119 Avoid unnecessary if..then..else statements when returning booleans
45729 src/com/gps/utilities/TripRecurrentLocatons.java 119 Avoid using Literals in Conditional Statements
45730 src/com/gps/utilities/TripRecurrentLocatons.java 119 Potential violation of Law of Demeter (object not created locally)
45731 src/com/gps/utilities/TripRecurrentLocatons.java 119 Potential violation of Law of Demeter (object not created locally)
45732 src/com/gps/utilities/TripRecurrentLocatons.java 121 A method should have only one exit point, and that should be the last statement in the method
45733 src/com/gps/utilities/TripRecurrentLocatons.java 129 Parameter 'args' is not assigned and could be declared final
45734 src/com/gps/utilities/TripRecurrentLocatons.java 129 publicMethodCommentRequirement Required
45735 src/com/gps/utilities/TripRecurrentLocatons.java 132 Local variable 'trp' could be declared final
45736 src/com/gps/utilities/TripRecurrentLocatons.java 133 Avoid unused local variables such as 'tripList'.
45737 src/com/gps/utilities/TripRecurrentLocatons.java 133 Found 'DU'-anomaly for variable 'tripList' (lines '133'-'154').
45738 src/com/gps/utilities/TripRecurrentLocatons.java 133 Local variable 'tripList' could be declared final
45739 src/com/gps/utilities/TripRecurrentLocatons.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45740 src/com/gps/utilities/TripRecurrentLocatons.java 151 There is log block not surrounded by if
45741 src/com/gps/utilities/TripRecurrentLocatons.java 151 There is log block not surrounded by if
45742 src/com/gps/utilities/TripRecurrentLocatons.java 152 Avoid printStackTrace(); use a logger call instead.
45743 src/com/gps/utilities/UrlSigner.java 19 headerCommentRequirement Required
45744 src/com/gps/utilities/UrlSigner.java 21 Logger should be defined private static final and have the correct class
45745 src/com/gps/utilities/UrlSigner.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
45746 src/com/gps/utilities/UrlSigner.java 21 fieldCommentRequirement Required
45747 src/com/gps/utilities/UrlSigner.java 22 fieldCommentRequirement Required
45748 src/com/gps/utilities/UrlSigner.java 24 Method names should not start with capital letters
45749 src/com/gps/utilities/UrlSigner.java 24 Parameter 'keyString' is not assigned and could be declared final
45750 src/com/gps/utilities/UrlSigner.java 24 Parameter 'urlString' is not assigned and could be declared final
45751 src/com/gps/utilities/UrlSigner.java 24 publicMethodCommentRequirement Required
45752 src/com/gps/utilities/UrlSigner.java 26 Found 'DD'-anomaly for variable 'url' (lines '26'-'31').
45753 src/com/gps/utilities/UrlSigner.java 27 Found 'DD'-anomaly for variable 'request' (lines '27'-'33').
45754 src/com/gps/utilities/UrlSigner.java 33 Potential violation of Law of Demeter (object not created locally)
45755 src/com/gps/utilities/UrlSigner.java 33 Potential violation of Law of Demeter (object not created locally)
45756 src/com/gps/utilities/UrlSigner.java 34 Potential violation of Law of Demeter (object not created locally)
45757 src/com/gps/utilities/UrlSigner.java 34 Potential violation of Law of Demeter (object not created locally)
45758 src/com/gps/utilities/UrlSigner.java 34 There is log block not surrounded by if
45759 src/com/gps/utilities/UrlSigner.java 34 There is log block not surrounded by if
45760 src/com/gps/utilities/UrlSigner.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45761 src/com/gps/utilities/UrlSigner.java 38 There is log block not surrounded by if
45762 src/com/gps/utilities/UrlSigner.java 39 Avoid printStackTrace(); use a logger call instead.
45763 src/com/gps/utilities/UrlSigner.java 39 Potential violation of Law of Demeter (object not created locally)
45764 src/com/gps/utilities/UrlSigner.java 41 Potential violation of Law of Demeter (object not created locally)
45765 src/com/gps/utilities/UrlSigner.java 41 Potential violation of Law of Demeter (object not created locally)
45766 src/com/gps/utilities/UrlSigner.java 45 Avoid reassigning parameters such as 'keyString'
45767 src/com/gps/utilities/UrlSigner.java 45 Avoid reassigning parameters such as 'keyString'
45768 src/com/gps/utilities/UrlSigner.java 45 Method names should not start with capital letters
45769 src/com/gps/utilities/UrlSigner.java 45 publicMethodCommentRequirement Required
45770 src/com/gps/utilities/UrlSigner.java 53 Parameter 'path' is not assigned and could be declared final
45771 src/com/gps/utilities/UrlSigner.java 53 Parameter 'query' is not assigned and could be declared final
45772 src/com/gps/utilities/UrlSigner.java 53 publicMethodCommentRequirement Required
45773 src/com/gps/utilities/UrlSigner.java 56 Local variable 'resource' could be declared final
45774 src/com/gps/utilities/UrlSigner.java 59 Local variable 'sha1Key' could be declared final
45775 src/com/gps/utilities/UrlSigner.java 62 Local variable 'mac' could be declared final
45776 src/com/gps/utilities/UrlSigner.java 63 Potential violation of Law of Demeter (object not created locally)
45777 src/com/gps/utilities/UrlSigner.java 66 Local variable 'sigBytes' could be declared final
45778 src/com/gps/utilities/UrlSigner.java 66 Potential violation of Law of Demeter (object not created locally)
45779 src/com/gps/utilities/UrlSigner.java 66 Potential violation of Law of Demeter (object not created locally)
45780 src/com/gps/utilities/UrlSigner.java 69 Found 'DD'-anomaly for variable 'signature' (lines '69'-'72').
45781 src/com/gps/utilities/UrlSigner.java 72 Potential violation of Law of Demeter (object not created locally)
45782 src/com/gps/utilities/UrlSigner.java 73 Potential violation of Law of Demeter (object not created locally)
45783 src/com/gps/utilities/VehicleDataFetcher.java 21 Comment is too large: Line too long
45784 src/com/gps/utilities/VehicleDataFetcher.java 33 Comment is too large: Too many lines
45785 src/com/gps/utilities/VehicleDataFetcher.java 37 Comment is too large: Line too long
45786 src/com/gps/utilities/VehicleDataFetcher.java 38 Comment is too large: Line too long
45787 src/com/gps/utilities/VehicleDataFetcher.java 58 A high number of imports can indicate a high degree of coupling within an object.
45788 src/com/gps/utilities/VehicleDataFetcher.java 58 Possible God class (WMC=51, ATFD=61, TCC=0.0)
45789 src/com/gps/utilities/VehicleDataFetcher.java 61 Avoid unused imports such as 'java.sql.ResultSet'
45790 src/com/gps/utilities/VehicleDataFetcher.java 72 Avoid unused imports such as 'javax.ws.rs.PathParam'
45791 src/com/gps/utilities/VehicleDataFetcher.java 84 Avoid unused imports such as 'com.gps.hibernate.HibernateSessionFactory'
45792 src/com/gps/utilities/VehicleDataFetcher.java 97 The class 'VehicleDataFetcher' has a Cyclomatic Complexity of 6 (Highest = 15).
45793 src/com/gps/utilities/VehicleDataFetcher.java 97 headerCommentRequirement Required
45794 src/com/gps/utilities/VehicleDataFetcher.java 98 The Logger variable declaration does not contain the static and final modifiers
45795 src/com/gps/utilities/VehicleDataFetcher.java 98 Use explicit scoping instead of the default package private level
45796 src/com/gps/utilities/VehicleDataFetcher.java 98 fieldCommentRequirement Required
45797 src/com/gps/utilities/VehicleDataFetcher.java 100 Use explicit scoping instead of the default package private level
45798 src/com/gps/utilities/VehicleDataFetcher.java 101 Found non-transient, non-static member. Please mark as transient or provide accessors.
45799 src/com/gps/utilities/VehicleDataFetcher.java 101 fieldCommentRequirement Required
45800 src/com/gps/utilities/VehicleDataFetcher.java 105 Found 'UR'-anomaly for variable 'paramVal' (lines '105'-'120').
45801 src/com/gps/utilities/VehicleDataFetcher.java 105 The method 'getVehicleInfo' has a Cyclomatic Complexity of 15.
45802 src/com/gps/utilities/VehicleDataFetcher.java 106 Found 'DD'-anomaly for variable 'uriPath' (lines '106'-'112').
45803 src/com/gps/utilities/VehicleDataFetcher.java 107 Found 'DD'-anomaly for variable 'response' (lines '107'-'131').
45804 src/com/gps/utilities/VehicleDataFetcher.java 107 Found 'DD'-anomaly for variable 'response' (lines '107'-'134').
45805 src/com/gps/utilities/VehicleDataFetcher.java 107 Found 'DD'-anomaly for variable 'response' (lines '107'-'139').
45806 src/com/gps/utilities/VehicleDataFetcher.java 107 Found 'DD'-anomaly for variable 'response' (lines '107'-'143').
45807 src/com/gps/utilities/VehicleDataFetcher.java 107 Found 'DD'-anomaly for variable 'response' (lines '107'-'146').
45808 src/com/gps/utilities/VehicleDataFetcher.java 107 Found 'DD'-anomaly for variable 'response' (lines '107'-'150').
45809 src/com/gps/utilities/VehicleDataFetcher.java 107 Found 'DD'-anomaly for variable 'response' (lines '107'-'156').
45810 src/com/gps/utilities/VehicleDataFetcher.java 108 Found 'DD'-anomaly for variable 'params' (lines '108'-'113').
45811 src/com/gps/utilities/VehicleDataFetcher.java 109 Found 'DD'-anomaly for variable 'paramLength' (lines '109'-'115').
45812 src/com/gps/utilities/VehicleDataFetcher.java 109 Found 'DU'-anomaly for variable 'paramLength' (lines '109'-'173').
45813 src/com/gps/utilities/VehicleDataFetcher.java 113 Potential violation of Law of Demeter (object not created locally)
45814 src/com/gps/utilities/VehicleDataFetcher.java 115 Found 'DD'-anomaly for variable 'paramLength' (lines '115'-'121').
45815 src/com/gps/utilities/VehicleDataFetcher.java 118 Local variable 'paramVal' could be declared final
45816 src/com/gps/utilities/VehicleDataFetcher.java 120 Potential violation of Law of Demeter (method chain calls)
45817 src/com/gps/utilities/VehicleDataFetcher.java 120 Potential violation of Law of Demeter (object not created locally)
45818 src/com/gps/utilities/VehicleDataFetcher.java 120 Potential violation of Law of Demeter (object not created locally)
45819 src/com/gps/utilities/VehicleDataFetcher.java 131 Found 'DD'-anomaly for variable 'response' (lines '131'-'156').
45820 src/com/gps/utilities/VehicleDataFetcher.java 134 Found 'DD'-anomaly for variable 'response' (lines '134'-'156').
45821 src/com/gps/utilities/VehicleDataFetcher.java 134 Potential violation of Law of Demeter (method chain calls)
45822 src/com/gps/utilities/VehicleDataFetcher.java 139 Found 'DD'-anomaly for variable 'response' (lines '139'-'156').
45823 src/com/gps/utilities/VehicleDataFetcher.java 139 Potential violation of Law of Demeter (method chain calls)
45824 src/com/gps/utilities/VehicleDataFetcher.java 139 Potential violation of Law of Demeter (method chain calls)
45825 src/com/gps/utilities/VehicleDataFetcher.java 143 Found 'DD'-anomaly for variable 'response' (lines '143'-'156').
45826 src/com/gps/utilities/VehicleDataFetcher.java 143 Potential violation of Law of Demeter (method chain calls)
45827 src/com/gps/utilities/VehicleDataFetcher.java 143 Potential violation of Law of Demeter (method chain calls)
45828 src/com/gps/utilities/VehicleDataFetcher.java 146 Found 'DD'-anomaly for variable 'response' (lines '146'-'156').
45829 src/com/gps/utilities/VehicleDataFetcher.java 146 Potential violation of Law of Demeter (method chain calls)
45830 src/com/gps/utilities/VehicleDataFetcher.java 146 Potential violation of Law of Demeter (method chain calls)
45831 src/com/gps/utilities/VehicleDataFetcher.java 146 Potential violation of Law of Demeter (method chain calls)
45832 src/com/gps/utilities/VehicleDataFetcher.java 150 Found 'DD'-anomaly for variable 'response' (lines '150'-'156').
45833 src/com/gps/utilities/VehicleDataFetcher.java 156 Found 'DD'-anomaly for variable 'response' (lines '156'-'161').
45834 src/com/gps/utilities/VehicleDataFetcher.java 157 There is log block not surrounded by if
45835 src/com/gps/utilities/VehicleDataFetcher.java 159 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45836 src/com/gps/utilities/VehicleDataFetcher.java 163 There is log block not surrounded by if
45837 src/com/gps/utilities/VehicleDataFetcher.java 168 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45838 src/com/gps/utilities/VehicleDataFetcher.java 169 Potential violation of Law of Demeter (object not created locally)
45839 src/com/gps/utilities/VehicleDataFetcher.java 169 There is log block not surrounded by if
45840 src/com/gps/utilities/VehicleDataFetcher.java 178 Parameter 'esn' is not assigned and could be declared final
45841 src/com/gps/utilities/VehicleDataFetcher.java 178 publicMethodCommentRequirement Required
45842 src/com/gps/utilities/VehicleDataFetcher.java 179 Found 'DD'-anomaly for variable 'response' (lines '179'-'184').
45843 src/com/gps/utilities/VehicleDataFetcher.java 181 Local variable 'converter' could be declared final
45844 src/com/gps/utilities/VehicleDataFetcher.java 182 Local variable 'dataOrg' could be declared final
45845 src/com/gps/utilities/VehicleDataFetcher.java 183 Avoid excessively long variable names like lastVehicleDetails
45846 src/com/gps/utilities/VehicleDataFetcher.java 183 Local variable 'lastVehicleDetails' could be declared final
45847 src/com/gps/utilities/VehicleDataFetcher.java 183 Potential violation of Law of Demeter (object not created locally)
45848 src/com/gps/utilities/VehicleDataFetcher.java 184 Potential violation of Law of Demeter (object not created locally)
45849 src/com/gps/utilities/VehicleDataFetcher.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45850 src/com/gps/utilities/VehicleDataFetcher.java 186 There is log block not surrounded by if
45851 src/com/gps/utilities/VehicleDataFetcher.java 192 Parameter 'fetchLoc' is not assigned and could be declared final
45852 src/com/gps/utilities/VehicleDataFetcher.java 192 Parameter 'orgId' is not assigned and could be declared final
45853 src/com/gps/utilities/VehicleDataFetcher.java 192 Parameter 'reqCount' is not assigned and could be declared final
45854 src/com/gps/utilities/VehicleDataFetcher.java 192 publicMethodCommentRequirement Required
45855 src/com/gps/utilities/VehicleDataFetcher.java 194 There is log block not surrounded by if
45856 src/com/gps/utilities/VehicleDataFetcher.java 194 There is log block not surrounded by if
45857 src/com/gps/utilities/VehicleDataFetcher.java 195 Local variable 'vehicleList' could be declared final
45858 src/com/gps/utilities/VehicleDataFetcher.java 197 Potential violation of Law of Demeter (object not created locally)
45859 src/com/gps/utilities/VehicleDataFetcher.java 197 There is log block not surrounded by if
45860 src/com/gps/utilities/VehicleDataFetcher.java 197 There is log block not surrounded by if
45861 src/com/gps/utilities/VehicleDataFetcher.java 198 Local variable 'converter' could be declared final
45862 src/com/gps/utilities/VehicleDataFetcher.java 199 A method should have only one exit point, and that should be the last statement in the method
45863 src/com/gps/utilities/VehicleDataFetcher.java 201 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45864 src/com/gps/utilities/VehicleDataFetcher.java 202 There is log block not surrounded by if
45865 src/com/gps/utilities/VehicleDataFetcher.java 207 Avoid really long methods.
45866 src/com/gps/utilities/VehicleDataFetcher.java 207 Parameter 'doQuery' is not assigned and could be declared final
45867 src/com/gps/utilities/VehicleDataFetcher.java 207 Parameter 'orgId' is not assigned and could be declared final
45868 src/com/gps/utilities/VehicleDataFetcher.java 207 Parameter 'reqCount' is not assigned and could be declared final
45869 src/com/gps/utilities/VehicleDataFetcher.java 207 The method 'getInfo' has a Cyclomatic Complexity of 12.
45870 src/com/gps/utilities/VehicleDataFetcher.java 207 publicMethodCommentRequirement Required
45871 src/com/gps/utilities/VehicleDataFetcher.java 209 Found 'DU'-anomaly for variable 'vehDao' (lines '209'-'323').
45872 src/com/gps/utilities/VehicleDataFetcher.java 209 Local variable 'vehDao' could be declared final
45873 src/com/gps/utilities/VehicleDataFetcher.java 212 Local variable 'fetchObj' could be declared final
45874 src/com/gps/utilities/VehicleDataFetcher.java 213 Found 'DU'-anomaly for variable 'formatter' (lines '213'-'323').
45875 src/com/gps/utilities/VehicleDataFetcher.java 213 Local variable 'formatter' could be declared final
45876 src/com/gps/utilities/VehicleDataFetcher.java 214 Found 'DU'-anomaly for variable 'dateFormat' (lines '214'-'323').
45877 src/com/gps/utilities/VehicleDataFetcher.java 214 Local variable 'dateFormat' could be declared final
45878 src/com/gps/utilities/VehicleDataFetcher.java 214 When instantiating a SimpleDateFormat object, specify a Locale
45879 src/com/gps/utilities/VehicleDataFetcher.java 215 Local variable 'vehicleList' could be declared final
45880 src/com/gps/utilities/VehicleDataFetcher.java 216 Found 'DD'-anomaly for variable 'refObj' (lines '216'-'245').
45881 src/com/gps/utilities/VehicleDataFetcher.java 216 Found 'DD'-anomaly for variable 'refObj' (lines '216'-'247').
45882 src/com/gps/utilities/VehicleDataFetcher.java 218 Avoid excessively long variable names like timeInMilliseconds
45883 src/com/gps/utilities/VehicleDataFetcher.java 218 Found 'DD'-anomaly for variable 'timeInMilliseconds' (lines '218'-'276').
45884 src/com/gps/utilities/VehicleDataFetcher.java 218 Found 'DU'-anomaly for variable 'timeInMilliseconds' (lines '218'-'323').
45885 src/com/gps/utilities/VehicleDataFetcher.java 221 Found 'DD'-anomaly for variable 'tankCapacity' (lines '221'-'257').
45886 src/com/gps/utilities/VehicleDataFetcher.java 221 Found 'DD'-anomaly for variable 'tankCapacity' (lines '221'-'266').
45887 src/com/gps/utilities/VehicleDataFetcher.java 222 Found 'DD'-anomaly for variable 'updateStatus' (lines '222'-'259').
45888 src/com/gps/utilities/VehicleDataFetcher.java 222 Found 'DU'-anomaly for variable 'updateStatus' (lines '222'-'323').
45889 src/com/gps/utilities/VehicleDataFetcher.java 225 Local variable 'dataOrg' could be declared final
45890 src/com/gps/utilities/VehicleDataFetcher.java 226 Found 'DD'-anomaly for variable 'speed' (lines '226'-'298').
45891 src/com/gps/utilities/VehicleDataFetcher.java 228 Local variable 'rsVeh' could be declared final
45892 src/com/gps/utilities/VehicleDataFetcher.java 228 Potential violation of Law of Demeter (object not created locally)
45893 src/com/gps/utilities/VehicleDataFetcher.java 230 Local variable 'GeofenceList' could be declared final
45894 src/com/gps/utilities/VehicleDataFetcher.java 230 Variables should start with a lowercase character, 'GeofenceList' starts with uppercase character.
45895 src/com/gps/utilities/VehicleDataFetcher.java 232 Local variable 'coder' could be declared final
45896 src/com/gps/utilities/VehicleDataFetcher.java 233 Local variable 'reportDAO' could be declared final
45897 src/com/gps/utilities/VehicleDataFetcher.java 234 Found 'DU'-anomaly for variable 'setter' (lines '234'-'323').
45898 src/com/gps/utilities/VehicleDataFetcher.java 234 Local variable 'setter' could be declared final
45899 src/com/gps/utilities/VehicleDataFetcher.java 236 Potential violation of Law of Demeter (object not created locally)
45900 src/com/gps/utilities/VehicleDataFetcher.java 236 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
45901 src/com/gps/utilities/VehicleDataFetcher.java 237 Local variable 'rsVehIter' could be declared final
45902 src/com/gps/utilities/VehicleDataFetcher.java 237 Potential violation of Law of Demeter (object not created locally)
45903 src/com/gps/utilities/VehicleDataFetcher.java 239 Local variable 'vehBean' could be declared final
45904 src/com/gps/utilities/VehicleDataFetcher.java 241 Avoid instantiating new objects inside loops
45905 src/com/gps/utilities/VehicleDataFetcher.java 241 Local variable 'vehObj' could be declared final
45906 src/com/gps/utilities/VehicleDataFetcher.java 242 Potential violation of Law of Demeter (object not created locally)
45907 src/com/gps/utilities/VehicleDataFetcher.java 242 Potential violation of Law of Demeter (object not created locally)
45908 src/com/gps/utilities/VehicleDataFetcher.java 244 Avoid if (x != y) ..; else ..;
45909 src/com/gps/utilities/VehicleDataFetcher.java 244 Potential violation of Law of Demeter (object not created locally)
45910 src/com/gps/utilities/VehicleDataFetcher.java 245 Potential violation of Law of Demeter (object not created locally)
45911 src/com/gps/utilities/VehicleDataFetcher.java 245 Potential violation of Law of Demeter (object not created locally)
45912 src/com/gps/utilities/VehicleDataFetcher.java 247 Potential violation of Law of Demeter (object not created locally)
45913 src/com/gps/utilities/VehicleDataFetcher.java 250 Potential violation of Law of Demeter (object not created locally)
45914 src/com/gps/utilities/VehicleDataFetcher.java 250 Potential violation of Law of Demeter (object not created locally)
45915 src/com/gps/utilities/VehicleDataFetcher.java 251 Potential violation of Law of Demeter (object not created locally)
45916 src/com/gps/utilities/VehicleDataFetcher.java 251 Potential violation of Law of Demeter (object not created locally)
45917 src/com/gps/utilities/VehicleDataFetcher.java 252 Potential violation of Law of Demeter (object not created locally)
45918 src/com/gps/utilities/VehicleDataFetcher.java 252 Potential violation of Law of Demeter (object not created locally)
45919 src/com/gps/utilities/VehicleDataFetcher.java 253 Potential violation of Law of Demeter (object not created locally)
45920 src/com/gps/utilities/VehicleDataFetcher.java 253 Potential violation of Law of Demeter (object not created locally)
45921 src/com/gps/utilities/VehicleDataFetcher.java 254 Potential violation of Law of Demeter (object not created locally)
45922 src/com/gps/utilities/VehicleDataFetcher.java 254 Potential violation of Law of Demeter (object not created locally)
45923 src/com/gps/utilities/VehicleDataFetcher.java 254 Potential violation of Law of Demeter (object not created locally)
45924 src/com/gps/utilities/VehicleDataFetcher.java 254 Potential violation of Law of Demeter (object not created locally)
45925 src/com/gps/utilities/VehicleDataFetcher.java 256 Avoid using Literals in Conditional Statements
45926 src/com/gps/utilities/VehicleDataFetcher.java 257 Potential violation of Law of Demeter (object not created locally)
45927 src/com/gps/utilities/VehicleDataFetcher.java 257 Potential violation of Law of Demeter (object not created locally)
45928 src/com/gps/utilities/VehicleDataFetcher.java 259 Potential violation of Law of Demeter (object not created locally)
45929 src/com/gps/utilities/VehicleDataFetcher.java 259 Potential violation of Law of Demeter (object not created locally)
45930 src/com/gps/utilities/VehicleDataFetcher.java 260 Avoid using Literals in Conditional Statements
45931 src/com/gps/utilities/VehicleDataFetcher.java 261 There is log block not surrounded by if
45932 src/com/gps/utilities/VehicleDataFetcher.java 261 There is log block not surrounded by if
45933 src/com/gps/utilities/VehicleDataFetcher.java 263 There is log block not surrounded by if
45934 src/com/gps/utilities/VehicleDataFetcher.java 263 There is log block not surrounded by if
45935 src/com/gps/utilities/VehicleDataFetcher.java 266 Potential violation of Law of Demeter (object not created locally)
45936 src/com/gps/utilities/VehicleDataFetcher.java 267 There is log block not surrounded by if
45937 src/com/gps/utilities/VehicleDataFetcher.java 267 There is log block not surrounded by if
45938 src/com/gps/utilities/VehicleDataFetcher.java 269 Potential violation of Law of Demeter (object not created locally)
45939 src/com/gps/utilities/VehicleDataFetcher.java 272 Potential violation of Law of Demeter (object not created locally)
45940 src/com/gps/utilities/VehicleDataFetcher.java 273 Potential violation of Law of Demeter (object not created locally)
45941 src/com/gps/utilities/VehicleDataFetcher.java 273 There is log block not surrounded by if
45942 src/com/gps/utilities/VehicleDataFetcher.java 273 There is log block not surrounded by if
45943 src/com/gps/utilities/VehicleDataFetcher.java 276 Potential violation of Law of Demeter (method chain calls)
45944 src/com/gps/utilities/VehicleDataFetcher.java 276 Potential violation of Law of Demeter (object not created locally)
45945 src/com/gps/utilities/VehicleDataFetcher.java 278 Potential violation of Law of Demeter (object not created locally)
45946 src/com/gps/utilities/VehicleDataFetcher.java 278 Potential violation of Law of Demeter (object not created locally)
45947 src/com/gps/utilities/VehicleDataFetcher.java 280 Potential violation of Law of Demeter (object not created locally)
45948 src/com/gps/utilities/VehicleDataFetcher.java 280 Potential violation of Law of Demeter (object not created locally)
45949 src/com/gps/utilities/VehicleDataFetcher.java 280 Potential violation of Law of Demeter (object not created locally)
45950 src/com/gps/utilities/VehicleDataFetcher.java 282 Potential violation of Law of Demeter (object not created locally)
45951 src/com/gps/utilities/VehicleDataFetcher.java 283 Local variable 'idle_time' could be declared final
45952 src/com/gps/utilities/VehicleDataFetcher.java 283 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_time' is not final.
45953 src/com/gps/utilities/VehicleDataFetcher.java 283 Potential violation of Law of Demeter (object not created locally)
45954 src/com/gps/utilities/VehicleDataFetcher.java 283 Potential violation of Law of Demeter (object not created locally)
45955 src/com/gps/utilities/VehicleDataFetcher.java 284 Avoid instantiating new objects inside loops
45956 src/com/gps/utilities/VehicleDataFetcher.java 284 Avoid variables with short names like df
45957 src/com/gps/utilities/VehicleDataFetcher.java 284 Local variable 'df' could be declared final
45958 src/com/gps/utilities/VehicleDataFetcher.java 284 When instantiating a SimpleDateFormat object, specify a Locale
45959 src/com/gps/utilities/VehicleDataFetcher.java 285 Local variable 'Datedate' could be declared final
45960 src/com/gps/utilities/VehicleDataFetcher.java 285 Potential violation of Law of Demeter (object not created locally)
45961 src/com/gps/utilities/VehicleDataFetcher.java 285 Potential violation of Law of Demeter (object not created locally)
45962 src/com/gps/utilities/VehicleDataFetcher.java 285 Potential violation of Law of Demeter (object not created locally)
45963 src/com/gps/utilities/VehicleDataFetcher.java 285 Variables should start with a lowercase character, 'Datedate' starts with uppercase character.
45964 src/com/gps/utilities/VehicleDataFetcher.java 286 Local variable 'idletime' could be declared final
45965 src/com/gps/utilities/VehicleDataFetcher.java 286 Potential violation of Law of Demeter (object not created locally)
45966 src/com/gps/utilities/VehicleDataFetcher.java 287 Local variable 'idle_' could be declared final
45967 src/com/gps/utilities/VehicleDataFetcher.java 287 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_' is not final.
45968 src/com/gps/utilities/VehicleDataFetcher.java 287 Potential violation of Law of Demeter (object not created locally)
45969 src/com/gps/utilities/VehicleDataFetcher.java 287 Potential violation of Law of Demeter (object not created locally)
45970 src/com/gps/utilities/VehicleDataFetcher.java 287 Potential violation of Law of Demeter (object not created locally)
45971 src/com/gps/utilities/VehicleDataFetcher.java 287 Useless parentheses.
45972 src/com/gps/utilities/VehicleDataFetcher.java 289 There is log block not surrounded by if
45973 src/com/gps/utilities/VehicleDataFetcher.java 289 There is log block not surrounded by if
45974 src/com/gps/utilities/VehicleDataFetcher.java 290 Potential violation of Law of Demeter (object not created locally)
45975 src/com/gps/utilities/VehicleDataFetcher.java 293 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45976 src/com/gps/utilities/VehicleDataFetcher.java 294 There is log block not surrounded by if
45977 src/com/gps/utilities/VehicleDataFetcher.java 296 Potential violation of Law of Demeter (object not created locally)
45978 src/com/gps/utilities/VehicleDataFetcher.java 296 Potential violation of Law of Demeter (object not created locally)
45979 src/com/gps/utilities/VehicleDataFetcher.java 297 Avoid using if statements without curly braces
45980 src/com/gps/utilities/VehicleDataFetcher.java 297 Potential violation of Law of Demeter (object not created locally)
45981 src/com/gps/utilities/VehicleDataFetcher.java 298 Potential violation of Law of Demeter (object not created locally)
45982 src/com/gps/utilities/VehicleDataFetcher.java 298 Potential violation of Law of Demeter (object not created locally)
45983 src/com/gps/utilities/VehicleDataFetcher.java 300 Potential violation of Law of Demeter (object not created locally)
45984 src/com/gps/utilities/VehicleDataFetcher.java 302 Potential violation of Law of Demeter (object not created locally)
45985 src/com/gps/utilities/VehicleDataFetcher.java 302 Potential violation of Law of Demeter (object not created locally)
45986 src/com/gps/utilities/VehicleDataFetcher.java 302 Potential violation of Law of Demeter (object not created locally)
45987 src/com/gps/utilities/VehicleDataFetcher.java 303 Potential violation of Law of Demeter (object not created locally)
45988 src/com/gps/utilities/VehicleDataFetcher.java 303 Potential violation of Law of Demeter (object not created locally)
45989 src/com/gps/utilities/VehicleDataFetcher.java 303 There is log block not surrounded by if
45990 src/com/gps/utilities/VehicleDataFetcher.java 303 There is log block not surrounded by if
45991 src/com/gps/utilities/VehicleDataFetcher.java 306 Potential violation of Law of Demeter (object not created locally)
45992 src/com/gps/utilities/VehicleDataFetcher.java 306 Potential violation of Law of Demeter (object not created locally)
45993 src/com/gps/utilities/VehicleDataFetcher.java 306 Potential violation of Law of Demeter (object not created locally)
45994 src/com/gps/utilities/VehicleDataFetcher.java 308 Potential violation of Law of Demeter (object not created locally)
45995 src/com/gps/utilities/VehicleDataFetcher.java 314 Potential violation of Law of Demeter (object not created locally)
45996 src/com/gps/utilities/VehicleDataFetcher.java 315 Potential violation of Law of Demeter (object not created locally)
45997 src/com/gps/utilities/VehicleDataFetcher.java 315 There is log block not surrounded by if
45998 src/com/gps/utilities/VehicleDataFetcher.java 315 There is log block not surrounded by if
45999 src/com/gps/utilities/VehicleDataFetcher.java 317 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46000 src/com/gps/utilities/VehicleDataFetcher.java 320 There is log block not surrounded by if
46001 src/com/gps/utilities/VehicleDataFetcher.java 327 Method names should not start with capital letters
46002 src/com/gps/utilities/VehicleDataFetcher.java 327 Parameter 'PacketTime' is not assigned and could be declared final
46003 src/com/gps/utilities/VehicleDataFetcher.java 327 Parameter 'dataOrg' is not assigned and could be declared final
46004 src/com/gps/utilities/VehicleDataFetcher.java 327 Parameter 'regNo' is not assigned and could be declared final
46005 src/com/gps/utilities/VehicleDataFetcher.java 327 Variables should start with a lowercase character, 'PacketTime' starts with uppercase character.
46006 src/com/gps/utilities/VehicleDataFetcher.java 327 publicMethodCommentRequirement Required
46007 src/com/gps/utilities/VehicleDataFetcher.java 329 Found 'DD'-anomaly for variable 'Duration' (lines '329'-'342').
46008 src/com/gps/utilities/VehicleDataFetcher.java 329 Variables should start with a lowercase character, 'Duration' starts with uppercase character.
46009 src/com/gps/utilities/VehicleDataFetcher.java 330 Found 'DD'-anomaly for variable 'DurationInMilli' (lines '330'-'341').
46010 src/com/gps/utilities/VehicleDataFetcher.java 330 Found 'DU'-anomaly for variable 'DurationInMilli' (lines '330'-'352').
46011 src/com/gps/utilities/VehicleDataFetcher.java 330 Variables should start with a lowercase character, 'DurationInMilli' starts with uppercase character.
46012 src/com/gps/utilities/VehicleDataFetcher.java 331 Avoid variables with short names like vo
46013 src/com/gps/utilities/VehicleDataFetcher.java 331 Found 'DD'-anomaly for variable 'vo' (lines '331'-'335').
46014 src/com/gps/utilities/VehicleDataFetcher.java 332 Found 'DU'-anomaly for variable 'format' (lines '332'-'352').
46015 src/com/gps/utilities/VehicleDataFetcher.java 332 Local variable 'format' could be declared final
46016 src/com/gps/utilities/VehicleDataFetcher.java 332 When instantiating a SimpleDateFormat object, specify a Locale
46017 src/com/gps/utilities/VehicleDataFetcher.java 338 Potential violation of Law of Demeter (object not created locally)
46018 src/com/gps/utilities/VehicleDataFetcher.java 341 Potential violation of Law of Demeter (method chain calls)
46019 src/com/gps/utilities/VehicleDataFetcher.java 341 Potential violation of Law of Demeter (method chain calls)
46020 src/com/gps/utilities/VehicleDataFetcher.java 341 Potential violation of Law of Demeter (method chain calls)
46021 src/com/gps/utilities/VehicleDataFetcher.java 341 Potential violation of Law of Demeter (method chain calls)
46022 src/com/gps/utilities/VehicleDataFetcher.java 341 Potential violation of Law of Demeter (object not created locally)
46023 src/com/gps/utilities/VehicleDataFetcher.java 341 Potential violation of Law of Demeter (object not created locally)
46024 src/com/gps/utilities/VehicleDataFetcher.java 341 Potential violation of Law of Demeter (object not created locally)
46025 src/com/gps/utilities/VehicleDataFetcher.java 341 Potential violation of Law of Demeter (object not created locally)
46026 src/com/gps/utilities/VehicleDataFetcher.java 341 Potential violation of Law of Demeter (object not created locally)
46027 src/com/gps/utilities/VehicleDataFetcher.java 341 Potential violation of Law of Demeter (object not created locally)
46028 src/com/gps/utilities/VehicleDataFetcher.java 341 Useless parentheses.
46029 src/com/gps/utilities/VehicleDataFetcher.java 341 Useless parentheses.
46030 src/com/gps/utilities/VehicleDataFetcher.java 341 Useless parentheses.
46031 src/com/gps/utilities/VehicleDataFetcher.java 342 Potential violation of Law of Demeter (static property access)
46032 src/com/gps/utilities/VehicleDataFetcher.java 344 There is log block not surrounded by if
46033 src/com/gps/utilities/VehicleDataFetcher.java 344 There is log block not surrounded by if
46034 src/com/gps/utilities/VehicleDataFetcher.java 346 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46035 src/com/gps/utilities/VehicleDataFetcher.java 348 There is log block not surrounded by if
46036 src/com/gps/utilities/VehicleDataFetcher.java 357 Found 'UR'-anomaly for variable 'geofence' (lines '357'-'379').
46037 src/com/gps/utilities/VehicleDataFetcher.java 357 Method names should not start with capital letters
46038 src/com/gps/utilities/VehicleDataFetcher.java 357 Parameter 'GeofenceList' is not assigned and could be declared final
46039 src/com/gps/utilities/VehicleDataFetcher.java 357 Parameter 'Lat' is not assigned and could be declared final
46040 src/com/gps/utilities/VehicleDataFetcher.java 357 Parameter 'Lng' is not assigned and could be declared final
46041 src/com/gps/utilities/VehicleDataFetcher.java 357 Variables should start with a lowercase character, 'GeofenceList' starts with uppercase character.
46042 src/com/gps/utilities/VehicleDataFetcher.java 357 Variables should start with a lowercase character, 'Lat' starts with uppercase character.
46043 src/com/gps/utilities/VehicleDataFetcher.java 357 Variables should start with a lowercase character, 'Lng' starts with uppercase character.
46044 src/com/gps/utilities/VehicleDataFetcher.java 357 publicMethodCommentRequirement Required
46045 src/com/gps/utilities/VehicleDataFetcher.java 359 Found 'DD'-anomaly for variable 'fenceName' (lines '359'-'391').
46046 src/com/gps/utilities/VehicleDataFetcher.java 360 Found 'DD'-anomaly for variable 'fenceDAO' (lines '360'-'373').
46047 src/com/gps/utilities/VehicleDataFetcher.java 360 Found 'DU'-anomaly for variable 'fenceDAO' (lines '360'-'405').
46048 src/com/gps/utilities/VehicleDataFetcher.java 361 Found 'DU'-anomaly for variable 'Imaginaryfence' (lines '361'-'405').
46049 src/com/gps/utilities/VehicleDataFetcher.java 361 Local variable 'Imaginaryfence' could be declared final
46050 src/com/gps/utilities/VehicleDataFetcher.java 361 Variables should start with a lowercase character, 'Imaginaryfence' starts with uppercase character.
46051 src/com/gps/utilities/VehicleDataFetcher.java 362 Found 'DD'-anomaly for variable 'utils' (lines '362'-'374').
46052 src/com/gps/utilities/VehicleDataFetcher.java 362 Found 'DU'-anomaly for variable 'utils' (lines '362'-'405').
46053 src/com/gps/utilities/VehicleDataFetcher.java 363 Found 'DU'-anomaly for variable 'count' (lines '363'-'405').
46054 src/com/gps/utilities/VehicleDataFetcher.java 364 Found 'DD'-anomaly for variable 'GeoVehFence' (lines '364'-'378').
46055 src/com/gps/utilities/VehicleDataFetcher.java 364 Found 'DU'-anomaly for variable 'GeoVehFence' (lines '364'-'405').
46056 src/com/gps/utilities/VehicleDataFetcher.java 364 Variables should start with a lowercase character, 'GeoVehFence' starts with uppercase character.
46057 src/com/gps/utilities/VehicleDataFetcher.java 365 Found 'DD'-anomaly for variable 'CurrentDistance' (lines '365'-'385').
46058 src/com/gps/utilities/VehicleDataFetcher.java 365 Found 'DU'-anomaly for variable 'CurrentDistance' (lines '365'-'405').
46059 src/com/gps/utilities/VehicleDataFetcher.java 365 Found 'DU'-anomaly for variable 'distance' (lines '365'-'405').
46060 src/com/gps/utilities/VehicleDataFetcher.java 365 Use one line for each declaration, it enhances code readability.
46061 src/com/gps/utilities/VehicleDataFetcher.java 365 Variables should start with a lowercase character, 'CurrentDistance' starts with uppercase character.
46062 src/com/gps/utilities/VehicleDataFetcher.java 370 Potential violation of Law of Demeter (object not created locally)
46063 src/com/gps/utilities/VehicleDataFetcher.java 371 Potential violation of Law of Demeter (object not created locally)
46064 src/com/gps/utilities/VehicleDataFetcher.java 372 Potential violation of Law of Demeter (object not created locally)
46065 src/com/gps/utilities/VehicleDataFetcher.java 373 Found 'DU'-anomaly for variable 'fenceDAO' (lines '373'-'405').
46066 src/com/gps/utilities/VehicleDataFetcher.java 374 Found 'DU'-anomaly for variable 'utils' (lines '374'-'405').
46067 src/com/gps/utilities/VehicleDataFetcher.java 375 There is log block not surrounded by if
46068 src/com/gps/utilities/VehicleDataFetcher.java 375 There is log block not surrounded by if
46069 src/com/gps/utilities/VehicleDataFetcher.java 376 Local variable 'geofence' could be declared final
46070 src/com/gps/utilities/VehicleDataFetcher.java 378 Avoid instantiating new objects inside loops
46071 src/com/gps/utilities/VehicleDataFetcher.java 379 Potential violation of Law of Demeter (object not created locally)
46072 src/com/gps/utilities/VehicleDataFetcher.java 379 There is log block not surrounded by if
46073 src/com/gps/utilities/VehicleDataFetcher.java 379 There is log block not surrounded by if
46074 src/com/gps/utilities/VehicleDataFetcher.java 380 Potential violation of Law of Demeter (object not created locally)
46075 src/com/gps/utilities/VehicleDataFetcher.java 380 Potential violation of Law of Demeter (object not created locally)
46076 src/com/gps/utilities/VehicleDataFetcher.java 381 Potential violation of Law of Demeter (object not created locally)
46077 src/com/gps/utilities/VehicleDataFetcher.java 381 Potential violation of Law of Demeter (object not created locally)
46078 src/com/gps/utilities/VehicleDataFetcher.java 383 Potential violation of Law of Demeter (object not created locally)
46079 src/com/gps/utilities/VehicleDataFetcher.java 385 Potential violation of Law of Demeter (object not created locally)
46080 src/com/gps/utilities/VehicleDataFetcher.java 386 There is log block not surrounded by if
46081 src/com/gps/utilities/VehicleDataFetcher.java 386 There is log block not surrounded by if
46082 src/com/gps/utilities/VehicleDataFetcher.java 391 Found 'DD'-anomaly for variable 'fenceName' (lines '391'-'391').
46083 src/com/gps/utilities/VehicleDataFetcher.java 391 Potential violation of Law of Demeter (object not created locally)
46084 src/com/gps/utilities/VehicleDataFetcher.java 393 Found 'DU'-anomaly for variable 'count' (lines '393'-'405').
46085 src/com/gps/utilities/VehicleDataFetcher.java 398 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46086 src/com/gps/utilities/VehicleDataFetcher.java 400 There is log block not surrounded by if
46087 src/com/gps/utilities/VehicleDataFetcher.java 403 There is log block not surrounded by if
46088 src/com/gps/utilities/VehicleDataFetcher.java 403 There is log block not surrounded by if
46089 src/com/gps/utilities/VehicleDataFetcher.java 408 Comment is too large: Too many lines
46090 src/com/gps/utilities/VehicleDataFetcher.java 435 Avoid reassigning parameters such as 'distance'
46091 src/com/gps/utilities/VehicleDataFetcher.java 435 Method names should not start with capital letters
46092 src/com/gps/utilities/VehicleDataFetcher.java 435 Parameter 'Rpl' is not assigned and could be declared final
46093 src/com/gps/utilities/VehicleDataFetcher.java 435 Variables should start with a lowercase character, 'Rpl' starts with uppercase character.
46094 src/com/gps/utilities/VehicleDataFetcher.java 437 Avoid variables with short names like p
46095 src/com/gps/utilities/VehicleDataFetcher.java 437 Found 'DD'-anomaly for variable 'p' (lines '437'-'440').
46096 src/com/gps/utilities/VehicleDataFetcher.java 437 Found 'DD'-anomaly for variable 'tmp' (lines '437'-'442').
46097 src/com/gps/utilities/VehicleDataFetcher.java 437 Use one line for each declaration, it enhances code readability.
46098 src/com/gps/utilities/VehicleDataFetcher.java 444 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46099 src/com/gps/utilities/VehicleDataFetcher.java 446 There is log block not surrounded by if
46100 src/com/gps/utilities/VehicleDataFetcher.java 454 Found 'UR'-anomaly for variable 'vehbean' (lines '454'-'479').
46101 src/com/gps/utilities/VehicleDataFetcher.java 454 Parameter 'islmu' is not assigned and could be declared final
46102 src/com/gps/utilities/VehicleDataFetcher.java 454 Parameter 'orgId' is not assigned and could be declared final
46103 src/com/gps/utilities/VehicleDataFetcher.java 454 Parameter 'vehid' is not assigned and could be declared final
46104 src/com/gps/utilities/VehicleDataFetcher.java 454 publicMethodCommentRequirement Required
46105 src/com/gps/utilities/VehicleDataFetcher.java 457 Local variable 'orgDao' could be declared final
46106 src/com/gps/utilities/VehicleDataFetcher.java 459 Found 'DU'-anomaly for variable 'dateFormat' (lines '459'-'504').
46107 src/com/gps/utilities/VehicleDataFetcher.java 459 Local variable 'dateFormat' could be declared final
46108 src/com/gps/utilities/VehicleDataFetcher.java 459 When instantiating a SimpleDateFormat object, specify a Locale
46109 src/com/gps/utilities/VehicleDataFetcher.java 463 There is log block not surrounded by if
46110 src/com/gps/utilities/VehicleDataFetcher.java 463 There is log block not surrounded by if
46111 src/com/gps/utilities/VehicleDataFetcher.java 464 Local variable 'vehDAO' could be declared final
46112 src/com/gps/utilities/VehicleDataFetcher.java 465 Found 'DU'-anomaly for variable 'converter' (lines '465'-'504').
46113 src/com/gps/utilities/VehicleDataFetcher.java 465 Local variable 'converter' could be declared final
46114 src/com/gps/utilities/VehicleDataFetcher.java 466 Local variable 'dataOrg' could be declared final
46115 src/com/gps/utilities/VehicleDataFetcher.java 467 Found 'DU'-anomaly for variable 'vehObj' (lines '467'-'504').
46116 src/com/gps/utilities/VehicleDataFetcher.java 467 Local variable 'vehObj' could be declared final
46117 src/com/gps/utilities/VehicleDataFetcher.java 468 Local variable 'orgBuffer' could be declared final
46118 src/com/gps/utilities/VehicleDataFetcher.java 468 Potential violation of Law of Demeter (method chain calls)
46119 src/com/gps/utilities/VehicleDataFetcher.java 469 Local variable 'vehRegNo' could be declared final
46120 src/com/gps/utilities/VehicleDataFetcher.java 470 Avoid calling toString() on String objects; this is unnecessary.
46121 src/com/gps/utilities/VehicleDataFetcher.java 470 Local variable 'rsVeh' could be declared final
46122 src/com/gps/utilities/VehicleDataFetcher.java 470 Potential violation of Law of Demeter (object not created locally)
46123 src/com/gps/utilities/VehicleDataFetcher.java 470 Potential violation of Law of Demeter (object not created locally)
46124 src/com/gps/utilities/VehicleDataFetcher.java 476 Local variable 'vehbean' could be declared final
46125 src/com/gps/utilities/VehicleDataFetcher.java 489 There is log block not surrounded by if
46126 src/com/gps/utilities/VehicleDataFetcher.java 489 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
46127 src/com/gps/utilities/VehicleDataFetcher.java 490 A method should have only one exit point, and that should be the last statement in the method
46128 src/com/gps/utilities/VehicleDataFetcher.java 490 Avoid using a branching statement as the last in a loop.
46129 src/com/gps/utilities/VehicleDataFetcher.java 495 Avoid catching NullPointerException; consider removing the cause of the NPE.
46130 src/com/gps/utilities/VehicleDataFetcher.java 495 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46131 src/com/gps/utilities/VehicleDataFetcher.java 497 There is log block not surrounded by if
46132 src/com/gps/utilities/VehicleDataFetcher.java 499 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46133 src/com/gps/utilities/VehicleDataFetcher.java 501 There is log block not surrounded by if
46134 src/com/gps/utilities/VehicleInfoFetcher.java 13 Comment is too large: Line too long
46135 src/com/gps/utilities/VehicleInfoFetcher.java 18 Comment is too large: Too many lines
46136 src/com/gps/utilities/VehicleInfoFetcher.java 22 Comment is too large: Line too long
46137 src/com/gps/utilities/VehicleInfoFetcher.java 29 Avoid unused imports such as 'java.sql.ResultSet'
46138 src/com/gps/utilities/VehicleInfoFetcher.java 48 Avoid unused imports such as 'com.gps.hibernate.HibernateSessionFactory'
46139 src/com/gps/utilities/VehicleInfoFetcher.java 54 Avoid unused imports such as 'com.gps.hibernate.VehicleDetailsDAO'
46140 src/com/gps/utilities/VehicleInfoFetcher.java 59 The class 'VehicleInfoFetcher' has a Cyclomatic Complexity of 8 (Highest = 12).
46141 src/com/gps/utilities/VehicleInfoFetcher.java 59 headerCommentRequirement Required
46142 src/com/gps/utilities/VehicleInfoFetcher.java 61 The Logger variable declaration does not contain the static and final modifiers
46143 src/com/gps/utilities/VehicleInfoFetcher.java 61 Use explicit scoping instead of the default package private level
46144 src/com/gps/utilities/VehicleInfoFetcher.java 61 fieldCommentRequirement Required
46145 src/com/gps/utilities/VehicleInfoFetcher.java 66 Parameter 'orgId' is not assigned and could be declared final
46146 src/com/gps/utilities/VehicleInfoFetcher.java 66 publicMethodCommentRequirement Required
46147 src/com/gps/utilities/VehicleInfoFetcher.java 68 There is log block not surrounded by if
46148 src/com/gps/utilities/VehicleInfoFetcher.java 68 There is log block not surrounded by if
46149 src/com/gps/utilities/VehicleInfoFetcher.java 70 Local variable 'vehicleList' could be declared final
46150 src/com/gps/utilities/VehicleInfoFetcher.java 72 Potential violation of Law of Demeter (object not created locally)
46151 src/com/gps/utilities/VehicleInfoFetcher.java 72 There is log block not surrounded by if
46152 src/com/gps/utilities/VehicleInfoFetcher.java 72 There is log block not surrounded by if
46153 src/com/gps/utilities/VehicleInfoFetcher.java 73 Local variable 'converter' could be declared final
46154 src/com/gps/utilities/VehicleInfoFetcher.java 74 A method should have only one exit point, and that should be the last statement in the method
46155 src/com/gps/utilities/VehicleInfoFetcher.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46156 src/com/gps/utilities/VehicleInfoFetcher.java 77 There is log block not surrounded by if
46157 src/com/gps/utilities/VehicleInfoFetcher.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46158 src/com/gps/utilities/VehicleInfoFetcher.java 82 There is log block not surrounded by if
46159 src/com/gps/utilities/VehicleInfoFetcher.java 88 Avoid really long methods.
46160 src/com/gps/utilities/VehicleInfoFetcher.java 88 Parameter 'orgId' is not assigned and could be declared final
46161 src/com/gps/utilities/VehicleInfoFetcher.java 88 The method 'getInfo' has a Cyclomatic Complexity of 11.
46162 src/com/gps/utilities/VehicleInfoFetcher.java 88 publicMethodCommentRequirement Required
46163 src/com/gps/utilities/VehicleInfoFetcher.java 91 Found 'DU'-anomaly for variable 'formatter' (lines '91'-'192').
46164 src/com/gps/utilities/VehicleInfoFetcher.java 91 Local variable 'formatter' could be declared final
46165 src/com/gps/utilities/VehicleInfoFetcher.java 92 Found 'DU'-anomaly for variable 'dateFormat' (lines '92'-'192').
46166 src/com/gps/utilities/VehicleInfoFetcher.java 92 Local variable 'dateFormat' could be declared final
46167 src/com/gps/utilities/VehicleInfoFetcher.java 92 When instantiating a SimpleDateFormat object, specify a Locale
46168 src/com/gps/utilities/VehicleInfoFetcher.java 93 Local variable 'vehicleList' could be declared final
46169 src/com/gps/utilities/VehicleInfoFetcher.java 94 Found 'DD'-anomaly for variable 'refObj' (lines '94'-'127').
46170 src/com/gps/utilities/VehicleInfoFetcher.java 94 Found 'DD'-anomaly for variable 'refObj' (lines '94'-'129').
46171 src/com/gps/utilities/VehicleInfoFetcher.java 94 Found 'DU'-anomaly for variable 'refObj' (lines '94'-'192').
46172 src/com/gps/utilities/VehicleInfoFetcher.java 96 Avoid excessively long variable names like timeInMilliseconds
46173 src/com/gps/utilities/VehicleInfoFetcher.java 96 Found 'DD'-anomaly for variable 'timeInMilliseconds' (lines '96'-'141').
46174 src/com/gps/utilities/VehicleInfoFetcher.java 96 Found 'DU'-anomaly for variable 'timeInMilliseconds' (lines '96'-'192').
46175 src/com/gps/utilities/VehicleInfoFetcher.java 99 Local variable 'dataOrg' could be declared final
46176 src/com/gps/utilities/VehicleInfoFetcher.java 100 Found 'DD'-anomaly for variable 'speed' (lines '100'-'164').
46177 src/com/gps/utilities/VehicleInfoFetcher.java 100 Found 'DU'-anomaly for variable 'speed' (lines '100'-'192').
46178 src/com/gps/utilities/VehicleInfoFetcher.java 102 Local variable 'rsVeh' could be declared final
46179 src/com/gps/utilities/VehicleInfoFetcher.java 102 Potential violation of Law of Demeter (object not created locally)
46180 src/com/gps/utilities/VehicleInfoFetcher.java 104 Local variable 'coder' could be declared final
46181 src/com/gps/utilities/VehicleInfoFetcher.java 105 Found 'DD'-anomaly for variable 'date' (lines '105'-'145').
46182 src/com/gps/utilities/VehicleInfoFetcher.java 105 Found 'DU'-anomaly for variable 'date' (lines '105'-'192').
46183 src/com/gps/utilities/VehicleInfoFetcher.java 106 Found 'DU'-anomaly for variable 'reportDAO' (lines '106'-'192').
46184 src/com/gps/utilities/VehicleInfoFetcher.java 106 Local variable 'reportDAO' could be declared final
46185 src/com/gps/utilities/VehicleInfoFetcher.java 115 Found 'DU'-anomaly for variable 'setter' (lines '115'-'192').
46186 src/com/gps/utilities/VehicleInfoFetcher.java 115 Local variable 'setter' could be declared final
46187 src/com/gps/utilities/VehicleInfoFetcher.java 117 Potential violation of Law of Demeter (object not created locally)
46188 src/com/gps/utilities/VehicleInfoFetcher.java 117 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
46189 src/com/gps/utilities/VehicleInfoFetcher.java 118 Local variable 'rsVehIter' could be declared final
46190 src/com/gps/utilities/VehicleInfoFetcher.java 118 Potential violation of Law of Demeter (object not created locally)
46191 src/com/gps/utilities/VehicleInfoFetcher.java 120 Local variable 'vehBean' could be declared final
46192 src/com/gps/utilities/VehicleInfoFetcher.java 122 Avoid instantiating new objects inside loops
46193 src/com/gps/utilities/VehicleInfoFetcher.java 122 Local variable 'vehObj' could be declared final
46194 src/com/gps/utilities/VehicleInfoFetcher.java 123 Comment is too large: Line too long
46195 src/com/gps/utilities/VehicleInfoFetcher.java 125 Potential violation of Law of Demeter (object not created locally)
46196 src/com/gps/utilities/VehicleInfoFetcher.java 125 Potential violation of Law of Demeter (object not created locally)
46197 src/com/gps/utilities/VehicleInfoFetcher.java 126 Avoid if (x != y) ..; else ..;
46198 src/com/gps/utilities/VehicleInfoFetcher.java 126 Potential violation of Law of Demeter (object not created locally)
46199 src/com/gps/utilities/VehicleInfoFetcher.java 127 Potential violation of Law of Demeter (object not created locally)
46200 src/com/gps/utilities/VehicleInfoFetcher.java 127 Potential violation of Law of Demeter (object not created locally)
46201 src/com/gps/utilities/VehicleInfoFetcher.java 129 Potential violation of Law of Demeter (object not created locally)
46202 src/com/gps/utilities/VehicleInfoFetcher.java 131 Potential violation of Law of Demeter (object not created locally)
46203 src/com/gps/utilities/VehicleInfoFetcher.java 131 Potential violation of Law of Demeter (object not created locally)
46204 src/com/gps/utilities/VehicleInfoFetcher.java 132 Potential violation of Law of Demeter (object not created locally)
46205 src/com/gps/utilities/VehicleInfoFetcher.java 132 Potential violation of Law of Demeter (object not created locally)
46206 src/com/gps/utilities/VehicleInfoFetcher.java 133 Potential violation of Law of Demeter (object not created locally)
46207 src/com/gps/utilities/VehicleInfoFetcher.java 133 Potential violation of Law of Demeter (object not created locally)
46208 src/com/gps/utilities/VehicleInfoFetcher.java 134 Potential violation of Law of Demeter (object not created locally)
46209 src/com/gps/utilities/VehicleInfoFetcher.java 134 Potential violation of Law of Demeter (object not created locally)
46210 src/com/gps/utilities/VehicleInfoFetcher.java 138 Potential violation of Law of Demeter (object not created locally)
46211 src/com/gps/utilities/VehicleInfoFetcher.java 141 Potential violation of Law of Demeter (method chain calls)
46212 src/com/gps/utilities/VehicleInfoFetcher.java 141 Potential violation of Law of Demeter (object not created locally)
46213 src/com/gps/utilities/VehicleInfoFetcher.java 143 Potential violation of Law of Demeter (object not created locally)
46214 src/com/gps/utilities/VehicleInfoFetcher.java 143 Potential violation of Law of Demeter (object not created locally)
46215 src/com/gps/utilities/VehicleInfoFetcher.java 145 Potential violation of Law of Demeter (object not created locally)
46216 src/com/gps/utilities/VehicleInfoFetcher.java 145 Potential violation of Law of Demeter (object not created locally)
46217 src/com/gps/utilities/VehicleInfoFetcher.java 146 Potential violation of Law of Demeter (object not created locally)
46218 src/com/gps/utilities/VehicleInfoFetcher.java 148 Potential violation of Law of Demeter (object not created locally)
46219 src/com/gps/utilities/VehicleInfoFetcher.java 149 Local variable 'idle_time' could be declared final
46220 src/com/gps/utilities/VehicleInfoFetcher.java 149 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_time' is not final.
46221 src/com/gps/utilities/VehicleInfoFetcher.java 149 Potential violation of Law of Demeter (object not created locally)
46222 src/com/gps/utilities/VehicleInfoFetcher.java 149 Potential violation of Law of Demeter (object not created locally)
46223 src/com/gps/utilities/VehicleInfoFetcher.java 150 Avoid instantiating new objects inside loops
46224 src/com/gps/utilities/VehicleInfoFetcher.java 150 Avoid variables with short names like df
46225 src/com/gps/utilities/VehicleInfoFetcher.java 150 Local variable 'df' could be declared final
46226 src/com/gps/utilities/VehicleInfoFetcher.java 150 When instantiating a SimpleDateFormat object, specify a Locale
46227 src/com/gps/utilities/VehicleInfoFetcher.java 151 Local variable 'Datedate' could be declared final
46228 src/com/gps/utilities/VehicleInfoFetcher.java 151 Potential violation of Law of Demeter (object not created locally)
46229 src/com/gps/utilities/VehicleInfoFetcher.java 151 Variables should start with a lowercase character, 'Datedate' starts with uppercase character.
46230 src/com/gps/utilities/VehicleInfoFetcher.java 152 Local variable 'idletime' could be declared final
46231 src/com/gps/utilities/VehicleInfoFetcher.java 152 Potential violation of Law of Demeter (object not created locally)
46232 src/com/gps/utilities/VehicleInfoFetcher.java 153 Local variable 'idle_' could be declared final
46233 src/com/gps/utilities/VehicleInfoFetcher.java 153 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_' is not final.
46234 src/com/gps/utilities/VehicleInfoFetcher.java 153 Potential violation of Law of Demeter (object not created locally)
46235 src/com/gps/utilities/VehicleInfoFetcher.java 153 Potential violation of Law of Demeter (object not created locally)
46236 src/com/gps/utilities/VehicleInfoFetcher.java 153 Potential violation of Law of Demeter (object not created locally)
46237 src/com/gps/utilities/VehicleInfoFetcher.java 153 Useless parentheses.
46238 src/com/gps/utilities/VehicleInfoFetcher.java 156 Potential violation of Law of Demeter (object not created locally)
46239 src/com/gps/utilities/VehicleInfoFetcher.java 159 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46240 src/com/gps/utilities/VehicleInfoFetcher.java 160 There is log block not surrounded by if
46241 src/com/gps/utilities/VehicleInfoFetcher.java 162 Potential violation of Law of Demeter (object not created locally)
46242 src/com/gps/utilities/VehicleInfoFetcher.java 162 Potential violation of Law of Demeter (object not created locally)
46243 src/com/gps/utilities/VehicleInfoFetcher.java 163 Avoid using if statements without curly braces
46244 src/com/gps/utilities/VehicleInfoFetcher.java 163 Potential violation of Law of Demeter (object not created locally)
46245 src/com/gps/utilities/VehicleInfoFetcher.java 164 Potential violation of Law of Demeter (object not created locally)
46246 src/com/gps/utilities/VehicleInfoFetcher.java 164 Potential violation of Law of Demeter (object not created locally)
46247 src/com/gps/utilities/VehicleInfoFetcher.java 166 Potential violation of Law of Demeter (object not created locally)
46248 src/com/gps/utilities/VehicleInfoFetcher.java 171 Potential violation of Law of Demeter (object not created locally)
46249 src/com/gps/utilities/VehicleInfoFetcher.java 171 There is log block not surrounded by if
46250 src/com/gps/utilities/VehicleInfoFetcher.java 171 There is log block not surrounded by if
46251 src/com/gps/utilities/VehicleInfoFetcher.java 172 Potential violation of Law of Demeter (object not created locally)
46252 src/com/gps/utilities/VehicleInfoFetcher.java 178 Potential violation of Law of Demeter (object not created locally)
46253 src/com/gps/utilities/VehicleInfoFetcher.java 179 Potential violation of Law of Demeter (object not created locally)
46254 src/com/gps/utilities/VehicleInfoFetcher.java 179 There is log block not surrounded by if
46255 src/com/gps/utilities/VehicleInfoFetcher.java 179 There is log block not surrounded by if
46256 src/com/gps/utilities/VehicleInfoFetcher.java 180 Potential violation of Law of Demeter (object not created locally)
46257 src/com/gps/utilities/VehicleInfoFetcher.java 183 Potential violation of Law of Demeter (method chain calls)
46258 src/com/gps/utilities/VehicleInfoFetcher.java 183 Potential violation of Law of Demeter (method chain calls)
46259 src/com/gps/utilities/VehicleInfoFetcher.java 183 Potential violation of Law of Demeter (method chain calls)
46260 src/com/gps/utilities/VehicleInfoFetcher.java 183 Potential violation of Law of Demeter (method chain calls)
46261 src/com/gps/utilities/VehicleInfoFetcher.java 183 Potential violation of Law of Demeter (method chain calls)
46262 src/com/gps/utilities/VehicleInfoFetcher.java 183 Potential violation of Law of Demeter (method chain calls)
46263 src/com/gps/utilities/VehicleInfoFetcher.java 183 Potential violation of Law of Demeter (method chain calls)
46264 src/com/gps/utilities/VehicleInfoFetcher.java 183 Potential violation of Law of Demeter (method chain calls)
46265 src/com/gps/utilities/VehicleInfoFetcher.java 183 Potential violation of Law of Demeter (object not created locally)
46266 src/com/gps/utilities/VehicleInfoFetcher.java 183 Potential violation of Law of Demeter (object not created locally)
46267 src/com/gps/utilities/VehicleInfoFetcher.java 183 Potential violation of Law of Demeter (object not created locally)
46268 src/com/gps/utilities/VehicleInfoFetcher.java 183 Potential violation of Law of Demeter (object not created locally)
46269 src/com/gps/utilities/VehicleInfoFetcher.java 183 There is log block not surrounded by if
46270 src/com/gps/utilities/VehicleInfoFetcher.java 183 There is log block not surrounded by if
46271 src/com/gps/utilities/VehicleInfoFetcher.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46272 src/com/gps/utilities/VehicleInfoFetcher.java 189 There is log block not surrounded by if
46273 src/com/gps/utilities/VehicleInfoFetcher.java 197 Avoid really long methods.
46274 src/com/gps/utilities/VehicleInfoFetcher.java 197 Parameter 'RegNos' is not assigned and could be declared final
46275 src/com/gps/utilities/VehicleInfoFetcher.java 197 Parameter 'orgId' is not assigned and could be declared final
46276 src/com/gps/utilities/VehicleInfoFetcher.java 197 The method 'getVehicleInfo' has a Cyclomatic Complexity of 12.
46277 src/com/gps/utilities/VehicleInfoFetcher.java 197 Variables should start with a lowercase character, 'RegNos' starts with uppercase character.
46278 src/com/gps/utilities/VehicleInfoFetcher.java 197 publicMethodCommentRequirement Required
46279 src/com/gps/utilities/VehicleInfoFetcher.java 200 Local variable 'orgDao' could be declared final
46280 src/com/gps/utilities/VehicleInfoFetcher.java 201 Found 'DU'-anomaly for variable 'fuelObj' (lines '201'-'313').
46281 src/com/gps/utilities/VehicleInfoFetcher.java 201 Local variable 'fuelObj' could be declared final
46282 src/com/gps/utilities/VehicleInfoFetcher.java 202 Found 'DU'-anomaly for variable 'formatter' (lines '202'-'313').
46283 src/com/gps/utilities/VehicleInfoFetcher.java 202 Local variable 'formatter' could be declared final
46284 src/com/gps/utilities/VehicleInfoFetcher.java 203 Found 'DU'-anomaly for variable 'dateFormat' (lines '203'-'313').
46285 src/com/gps/utilities/VehicleInfoFetcher.java 203 Local variable 'dateFormat' could be declared final
46286 src/com/gps/utilities/VehicleInfoFetcher.java 203 When instantiating a SimpleDateFormat object, specify a Locale
46287 src/com/gps/utilities/VehicleInfoFetcher.java 204 Local variable 'vehicleList' could be declared final
46288 src/com/gps/utilities/VehicleInfoFetcher.java 205 Local variable 'converter' could be declared final
46289 src/com/gps/utilities/VehicleInfoFetcher.java 206 Local variable 'dataOrg' could be declared final
46290 src/com/gps/utilities/VehicleInfoFetcher.java 208 Found 'DU'-anomaly for variable 'DataFetcher' (lines '208'-'313').
46291 src/com/gps/utilities/VehicleInfoFetcher.java 208 Local variable 'DataFetcher' could be declared final
46292 src/com/gps/utilities/VehicleInfoFetcher.java 208 Variables should start with a lowercase character, 'DataFetcher' starts with uppercase character.
46293 src/com/gps/utilities/VehicleInfoFetcher.java 209 Found 'DU'-anomaly for variable 'GeofenceList' (lines '209'-'313').
46294 src/com/gps/utilities/VehicleInfoFetcher.java 209 Local variable 'GeofenceList' could be declared final
46295 src/com/gps/utilities/VehicleInfoFetcher.java 209 Variables should start with a lowercase character, 'GeofenceList' starts with uppercase character.
46296 src/com/gps/utilities/VehicleInfoFetcher.java 211 Found 'DD'-anomaly for variable 'speed' (lines '211'-'276').
46297 src/com/gps/utilities/VehicleInfoFetcher.java 211 Found 'DU'-anomaly for variable 'speed' (lines '211'-'313').
46298 src/com/gps/utilities/VehicleInfoFetcher.java 213 Local variable 'rsVeh' could be declared final
46299 src/com/gps/utilities/VehicleInfoFetcher.java 213 Potential violation of Law of Demeter (method chain calls)
46300 src/com/gps/utilities/VehicleInfoFetcher.java 213 Potential violation of Law of Demeter (method chain calls)
46301 src/com/gps/utilities/VehicleInfoFetcher.java 213 Potential violation of Law of Demeter (object not created locally)
46302 src/com/gps/utilities/VehicleInfoFetcher.java 213 Potential violation of Law of Demeter (object not created locally)
46303 src/com/gps/utilities/VehicleInfoFetcher.java 216 Avoid excessively long variable names like timeInMilliseconds
46304 src/com/gps/utilities/VehicleInfoFetcher.java 216 Found 'DD'-anomaly for variable 'timeInMilliseconds' (lines '216'-'253').
46305 src/com/gps/utilities/VehicleInfoFetcher.java 216 Found 'DU'-anomaly for variable 'timeInMilliseconds' (lines '216'-'313').
46306 src/com/gps/utilities/VehicleInfoFetcher.java 218 Found 'DU'-anomaly for variable 'coder' (lines '218'-'313').
46307 src/com/gps/utilities/VehicleInfoFetcher.java 218 Local variable 'coder' could be declared final
46308 src/com/gps/utilities/VehicleInfoFetcher.java 219 Found 'DU'-anomaly for variable 'date' (lines '219'-'313').
46309 src/com/gps/utilities/VehicleInfoFetcher.java 220 Found 'DU'-anomaly for variable 'reportDAO' (lines '220'-'313').
46310 src/com/gps/utilities/VehicleInfoFetcher.java 220 Local variable 'reportDAO' could be declared final
46311 src/com/gps/utilities/VehicleInfoFetcher.java 221 Found 'DU'-anomaly for variable 'setter' (lines '221'-'313').
46312 src/com/gps/utilities/VehicleInfoFetcher.java 221 Local variable 'setter' could be declared final
46313 src/com/gps/utilities/VehicleInfoFetcher.java 222 Found 'DD'-anomaly for variable 'refObj' (lines '222'-'237').
46314 src/com/gps/utilities/VehicleInfoFetcher.java 222 Found 'DD'-anomaly for variable 'refObj' (lines '222'-'239').
46315 src/com/gps/utilities/VehicleInfoFetcher.java 222 Found 'DU'-anomaly for variable 'refObj' (lines '222'-'313').
46316 src/com/gps/utilities/VehicleInfoFetcher.java 224 Potential violation of Law of Demeter (object not created locally)
46317 src/com/gps/utilities/VehicleInfoFetcher.java 224 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
46318 src/com/gps/utilities/VehicleInfoFetcher.java 225 Local variable 'rsVehIter' could be declared final
46319 src/com/gps/utilities/VehicleInfoFetcher.java 225 Potential violation of Law of Demeter (object not created locally)
46320 src/com/gps/utilities/VehicleInfoFetcher.java 227 Local variable 'vehBean' could be declared final
46321 src/com/gps/utilities/VehicleInfoFetcher.java 230 Avoid instantiating new objects inside loops
46322 src/com/gps/utilities/VehicleInfoFetcher.java 230 Local variable 'vehObj' could be declared final
46323 src/com/gps/utilities/VehicleInfoFetcher.java 231 Potential violation of Law of Demeter (object not created locally)
46324 src/com/gps/utilities/VehicleInfoFetcher.java 231 Potential violation of Law of Demeter (object not created locally)
46325 src/com/gps/utilities/VehicleInfoFetcher.java 231 There is log block not surrounded by if
46326 src/com/gps/utilities/VehicleInfoFetcher.java 231 There is log block not surrounded by if
46327 src/com/gps/utilities/VehicleInfoFetcher.java 232 Local variable 'location' could be declared final
46328 src/com/gps/utilities/VehicleInfoFetcher.java 232 Potential violation of Law of Demeter (object not created locally)
46329 src/com/gps/utilities/VehicleInfoFetcher.java 232 Potential violation of Law of Demeter (object not created locally)
46330 src/com/gps/utilities/VehicleInfoFetcher.java 232 Potential violation of Law of Demeter (object not created locally)
46331 src/com/gps/utilities/VehicleInfoFetcher.java 233 System.out.print is used
46332 src/com/gps/utilities/VehicleInfoFetcher.java 234 Potential violation of Law of Demeter (object not created locally)
46333 src/com/gps/utilities/VehicleInfoFetcher.java 235 Potential violation of Law of Demeter (object not created locally)
46334 src/com/gps/utilities/VehicleInfoFetcher.java 235 Potential violation of Law of Demeter (object not created locally)
46335 src/com/gps/utilities/VehicleInfoFetcher.java 236 Avoid if (x != y) ..; else ..;
46336 src/com/gps/utilities/VehicleInfoFetcher.java 236 Potential violation of Law of Demeter (object not created locally)
46337 src/com/gps/utilities/VehicleInfoFetcher.java 237 Potential violation of Law of Demeter (object not created locally)
46338 src/com/gps/utilities/VehicleInfoFetcher.java 237 Potential violation of Law of Demeter (object not created locally)
46339 src/com/gps/utilities/VehicleInfoFetcher.java 239 Potential violation of Law of Demeter (object not created locally)
46340 src/com/gps/utilities/VehicleInfoFetcher.java 241 Potential violation of Law of Demeter (object not created locally)
46341 src/com/gps/utilities/VehicleInfoFetcher.java 241 Potential violation of Law of Demeter (object not created locally)
46342 src/com/gps/utilities/VehicleInfoFetcher.java 242 Potential violation of Law of Demeter (object not created locally)
46343 src/com/gps/utilities/VehicleInfoFetcher.java 242 Potential violation of Law of Demeter (object not created locally)
46344 src/com/gps/utilities/VehicleInfoFetcher.java 243 Potential violation of Law of Demeter (object not created locally)
46345 src/com/gps/utilities/VehicleInfoFetcher.java 243 Potential violation of Law of Demeter (object not created locally)
46346 src/com/gps/utilities/VehicleInfoFetcher.java 244 Potential violation of Law of Demeter (object not created locally)
46347 src/com/gps/utilities/VehicleInfoFetcher.java 244 Potential violation of Law of Demeter (object not created locally)
46348 src/com/gps/utilities/VehicleInfoFetcher.java 245 Potential violation of Law of Demeter (object not created locally)
46349 src/com/gps/utilities/VehicleInfoFetcher.java 245 Potential violation of Law of Demeter (object not created locally)
46350 src/com/gps/utilities/VehicleInfoFetcher.java 245 Potential violation of Law of Demeter (object not created locally)
46351 src/com/gps/utilities/VehicleInfoFetcher.java 245 Potential violation of Law of Demeter (object not created locally)
46352 src/com/gps/utilities/VehicleInfoFetcher.java 246 Potential violation of Law of Demeter (object not created locally)
46353 src/com/gps/utilities/VehicleInfoFetcher.java 246 Potential violation of Law of Demeter (object not created locally)
46354 src/com/gps/utilities/VehicleInfoFetcher.java 249 Potential violation of Law of Demeter (object not created locally)
46355 src/com/gps/utilities/VehicleInfoFetcher.java 250 There is log block not surrounded by if
46356 src/com/gps/utilities/VehicleInfoFetcher.java 250 There is log block not surrounded by if
46357 src/com/gps/utilities/VehicleInfoFetcher.java 253 Potential violation of Law of Demeter (method chain calls)
46358 src/com/gps/utilities/VehicleInfoFetcher.java 253 Potential violation of Law of Demeter (object not created locally)
46359 src/com/gps/utilities/VehicleInfoFetcher.java 255 Potential violation of Law of Demeter (object not created locally)
46360 src/com/gps/utilities/VehicleInfoFetcher.java 255 Potential violation of Law of Demeter (object not created locally)
46361 src/com/gps/utilities/VehicleInfoFetcher.java 257 Potential violation of Law of Demeter (object not created locally)
46362 src/com/gps/utilities/VehicleInfoFetcher.java 257 Potential violation of Law of Demeter (object not created locally)
46363 src/com/gps/utilities/VehicleInfoFetcher.java 258 Potential violation of Law of Demeter (object not created locally)
46364 src/com/gps/utilities/VehicleInfoFetcher.java 260 Potential violation of Law of Demeter (object not created locally)
46365 src/com/gps/utilities/VehicleInfoFetcher.java 261 Local variable 'idle_time' could be declared final
46366 src/com/gps/utilities/VehicleInfoFetcher.java 261 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_time' is not final.
46367 src/com/gps/utilities/VehicleInfoFetcher.java 261 Potential violation of Law of Demeter (object not created locally)
46368 src/com/gps/utilities/VehicleInfoFetcher.java 261 Potential violation of Law of Demeter (object not created locally)
46369 src/com/gps/utilities/VehicleInfoFetcher.java 262 Avoid instantiating new objects inside loops
46370 src/com/gps/utilities/VehicleInfoFetcher.java 262 Avoid variables with short names like df
46371 src/com/gps/utilities/VehicleInfoFetcher.java 262 Local variable 'df' could be declared final
46372 src/com/gps/utilities/VehicleInfoFetcher.java 262 When instantiating a SimpleDateFormat object, specify a Locale
46373 src/com/gps/utilities/VehicleInfoFetcher.java 263 Local variable 'Datedate' could be declared final
46374 src/com/gps/utilities/VehicleInfoFetcher.java 263 Potential violation of Law of Demeter (object not created locally)
46375 src/com/gps/utilities/VehicleInfoFetcher.java 263 Variables should start with a lowercase character, 'Datedate' starts with uppercase character.
46376 src/com/gps/utilities/VehicleInfoFetcher.java 264 Local variable 'idletime' could be declared final
46377 src/com/gps/utilities/VehicleInfoFetcher.java 264 Potential violation of Law of Demeter (object not created locally)
46378 src/com/gps/utilities/VehicleInfoFetcher.java 265 Local variable 'idle_' could be declared final
46379 src/com/gps/utilities/VehicleInfoFetcher.java 265 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_' is not final.
46380 src/com/gps/utilities/VehicleInfoFetcher.java 265 Potential violation of Law of Demeter (object not created locally)
46381 src/com/gps/utilities/VehicleInfoFetcher.java 265 Potential violation of Law of Demeter (object not created locally)
46382 src/com/gps/utilities/VehicleInfoFetcher.java 265 Potential violation of Law of Demeter (object not created locally)
46383 src/com/gps/utilities/VehicleInfoFetcher.java 265 Useless parentheses.
46384 src/com/gps/utilities/VehicleInfoFetcher.java 266 There is log block not surrounded by if
46385 src/com/gps/utilities/VehicleInfoFetcher.java 266 There is log block not surrounded by if
46386 src/com/gps/utilities/VehicleInfoFetcher.java 267 Potential violation of Law of Demeter (object not created locally)
46387 src/com/gps/utilities/VehicleInfoFetcher.java 270 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46388 src/com/gps/utilities/VehicleInfoFetcher.java 271 There is log block not surrounded by if
46389 src/com/gps/utilities/VehicleInfoFetcher.java 274 Potential violation of Law of Demeter (object not created locally)
46390 src/com/gps/utilities/VehicleInfoFetcher.java 274 Potential violation of Law of Demeter (object not created locally)
46391 src/com/gps/utilities/VehicleInfoFetcher.java 275 Avoid using if statements without curly braces
46392 src/com/gps/utilities/VehicleInfoFetcher.java 275 Potential violation of Law of Demeter (object not created locally)
46393 src/com/gps/utilities/VehicleInfoFetcher.java 276 Potential violation of Law of Demeter (object not created locally)
46394 src/com/gps/utilities/VehicleInfoFetcher.java 276 Potential violation of Law of Demeter (object not created locally)
46395 src/com/gps/utilities/VehicleInfoFetcher.java 278 Potential violation of Law of Demeter (object not created locally)
46396 src/com/gps/utilities/VehicleInfoFetcher.java 279 Avoid using Literals in Conditional Statements
46397 src/com/gps/utilities/VehicleInfoFetcher.java 279 Potential violation of Law of Demeter (object not created locally)
46398 src/com/gps/utilities/VehicleInfoFetcher.java 280 Avoid using if...else statements without curly braces
46399 src/com/gps/utilities/VehicleInfoFetcher.java 280 Potential violation of Law of Demeter (object not created locally)
46400 src/com/gps/utilities/VehicleInfoFetcher.java 282 Avoid using if...else statements without curly braces
46401 src/com/gps/utilities/VehicleInfoFetcher.java 282 Potential violation of Law of Demeter (object not created locally)
46402 src/com/gps/utilities/VehicleInfoFetcher.java 285 Potential violation of Law of Demeter (object not created locally)
46403 src/com/gps/utilities/VehicleInfoFetcher.java 285 Potential violation of Law of Demeter (object not created locally)
46404 src/com/gps/utilities/VehicleInfoFetcher.java 285 Potential violation of Law of Demeter (object not created locally)
46405 src/com/gps/utilities/VehicleInfoFetcher.java 285 Potential violation of Law of Demeter (object not created locally)
46406 src/com/gps/utilities/VehicleInfoFetcher.java 286 Potential violation of Law of Demeter (object not created locally)
46407 src/com/gps/utilities/VehicleInfoFetcher.java 286 Potential violation of Law of Demeter (object not created locally)
46408 src/com/gps/utilities/VehicleInfoFetcher.java 286 There is log block not surrounded by if
46409 src/com/gps/utilities/VehicleInfoFetcher.java 286 There is log block not surrounded by if
46410 src/com/gps/utilities/VehicleInfoFetcher.java 289 Potential violation of Law of Demeter (object not created locally)
46411 src/com/gps/utilities/VehicleInfoFetcher.java 289 Potential violation of Law of Demeter (object not created locally)
46412 src/com/gps/utilities/VehicleInfoFetcher.java 289 Potential violation of Law of Demeter (object not created locally)
46413 src/com/gps/utilities/VehicleInfoFetcher.java 289 Potential violation of Law of Demeter (object not created locally)
46414 src/com/gps/utilities/VehicleInfoFetcher.java 291 Potential violation of Law of Demeter (object not created locally)
46415 src/com/gps/utilities/VehicleInfoFetcher.java 299 A method should have only one exit point, and that should be the last statement in the method
46416 src/com/gps/utilities/VehicleInfoFetcher.java 299 Potential violation of Law of Demeter (object not created locally)
46417 src/com/gps/utilities/VehicleInfoFetcher.java 301 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46418 src/com/gps/utilities/VehicleInfoFetcher.java 303 There is log block not surrounded by if
46419 src/com/gps/utilities/VehicleInfoFetcher.java 308 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46420 src/com/gps/utilities/VehicleInfoFetcher.java 309 Potential violation of Law of Demeter (object not created locally)
46421 src/com/gps/utilities/VehicleInfoFetcher.java 309 There is log block not surrounded by if
46422 src/com/gps/utilities/VehicleInfoFetcher.java 319 Parameter 'RoleId' is not assigned and could be declared final
46423 src/com/gps/utilities/VehicleInfoFetcher.java 319 Parameter 'UserId' is not assigned and could be declared final
46424 src/com/gps/utilities/VehicleInfoFetcher.java 319 Parameter 'orgId' is not assigned and could be declared final
46425 src/com/gps/utilities/VehicleInfoFetcher.java 319 Variables should start with a lowercase character, 'RoleId' starts with uppercase character.
46426 src/com/gps/utilities/VehicleInfoFetcher.java 319 Variables should start with a lowercase character, 'UserId' starts with uppercase character.
46427 src/com/gps/utilities/VehicleInfoFetcher.java 319 publicMethodCommentRequirement Required
46428 src/com/gps/utilities/VehicleInfoFetcher.java 321 There is log block not surrounded by if
46429 src/com/gps/utilities/VehicleInfoFetcher.java 321 There is log block not surrounded by if
46430 src/com/gps/utilities/VehicleInfoFetcher.java 322 Avoid if (x != y) ..; else ..;
46431 src/com/gps/utilities/VehicleInfoFetcher.java 322 Avoid using Literals in Conditional Statements
46432 src/com/gps/utilities/VehicleInfoFetcher.java 324 A method should have only one exit point, and that should be the last statement in the method
46433 src/com/gps/utilities/VehicleInfoFetcher.java 328 Local variable 'daoObj' could be declared final
46434 src/com/gps/utilities/VehicleInfoFetcher.java 329 Local variable 'vehicles' could be declared final
46435 src/com/gps/utilities/VehicleInfoFetcher.java 330 Avoid using Literals in Conditional Statements
46436 src/com/gps/utilities/VehicleInfoFetcher.java 330 Potential violation of Law of Demeter (object not created locally)
46437 src/com/gps/utilities/VehicleInfoFetcher.java 330 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
46438 src/com/gps/utilities/VehicleInfoFetcher.java 332 There is log block not surrounded by if
46439 src/com/gps/utilities/VehicleInfoFetcher.java 332 There is log block not surrounded by if
46440 src/com/gps/utilities/VehicleInfoFetcher.java 333 A method should have only one exit point, and that should be the last statement in the method
46441 src/com/gps/utilities/VehicleInfoFetcher.java 337 Local variable 'regBuffer' could be declared final
46442 src/com/gps/utilities/VehicleInfoFetcher.java 338 Potential violation of Law of Demeter (method chain calls)
46443 src/com/gps/utilities/VehicleInfoFetcher.java 338 Potential violation of Law of Demeter (object not created locally)
46444 src/com/gps/utilities/VehicleInfoFetcher.java 339 Potential violation of Law of Demeter (object not created locally)
46445 src/com/gps/utilities/VehicleInfoFetcher.java 340 Avoid appending characters as strings in StringBuffer.append.
46446 src/com/gps/utilities/VehicleInfoFetcher.java 340 Potential violation of Law of Demeter (method chain calls)
46447 src/com/gps/utilities/VehicleInfoFetcher.java 340 Potential violation of Law of Demeter (object not created locally)
46448 src/com/gps/utilities/VehicleInfoFetcher.java 343 A method should have only one exit point, and that should be the last statement in the method
46449 src/com/gps/utilities/VehicleInfoFetcher.java 346 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46450 src/com/gps/utilities/VehicleInfoFetcher.java 347 There is log block not surrounded by if
46451 src/com/gps/utilities/geoCoder.java 41 Class names should begin with an uppercase character
46452 src/com/gps/utilities/geoCoder.java 41 headerCommentRequirement Required
46453 src/com/gps/utilities/geoCoder.java 43 Avoid excessively long variable names like GEOCODE_REQUEST_URL
46454 src/com/gps/utilities/geoCoder.java 43 fieldCommentRequirement Required
46455 src/com/gps/utilities/geoCoder.java 44 fieldCommentRequirement Required
46456 src/com/gps/utilities/geoCoder.java 45 Avoid excessively long variable names like GEOCODE_REQUEST_BULK_URL
46457 src/com/gps/utilities/geoCoder.java 45 fieldCommentRequirement Required
46458 src/com/gps/utilities/geoCoder.java 46 Avoid excessively long variable names like GEOCODE_REQUEST_DISTANCE_URL
46459 src/com/gps/utilities/geoCoder.java 46 fieldCommentRequirement Required
46460 src/com/gps/utilities/geoCoder.java 47 fieldCommentRequirement Required
46461 src/com/gps/utilities/geoCoder.java 48 Found non-transient, non-static member. Please mark as transient or provide accessors.
46462 src/com/gps/utilities/geoCoder.java 48 Use explicit scoping instead of the default package private level
46463 src/com/gps/utilities/geoCoder.java 48 fieldCommentRequirement Required
46464 src/com/gps/utilities/geoCoder.java 49 The Logger variable declaration does not contain the static and final modifiers
46465 src/com/gps/utilities/geoCoder.java 49 Use explicit scoping instead of the default package private level
46466 src/com/gps/utilities/geoCoder.java 49 fieldCommentRequirement Required
46467 src/com/gps/utilities/geoCoder.java 50 Avoid using redundant field initializer for 'counter'
46468 src/com/gps/utilities/geoCoder.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
46469 src/com/gps/utilities/geoCoder.java 50 Use explicit scoping instead of the default package private level
46470 src/com/gps/utilities/geoCoder.java 50 fieldCommentRequirement Required
46471 src/com/gps/utilities/geoCoder.java 51 Avoid using redundant field initializer for 'locCounter'
46472 src/com/gps/utilities/geoCoder.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
46473 src/com/gps/utilities/geoCoder.java 51 Use explicit scoping instead of the default package private level
46474 src/com/gps/utilities/geoCoder.java 51 fieldCommentRequirement Required
46475 src/com/gps/utilities/geoCoder.java 52 Found non-transient, non-static member. Please mark as transient or provide accessors.
46476 src/com/gps/utilities/geoCoder.java 52 Use explicit scoping instead of the default package private level
46477 src/com/gps/utilities/geoCoder.java 52 Variables should start with a lowercase character, 'Result' starts with uppercase character.
46478 src/com/gps/utilities/geoCoder.java 52 fieldCommentRequirement Required
46479 src/com/gps/utilities/geoCoder.java 53 Parameter 'isbck' is not assigned and could be declared final
46480 src/com/gps/utilities/geoCoder.java 53 Parameter 'lat' is not assigned and could be declared final
46481 src/com/gps/utilities/geoCoder.java 53 Parameter 'lon' is not assigned and could be declared final
46482 src/com/gps/utilities/geoCoder.java 53 publicMethodCommentRequirement Required
46483 src/com/gps/utilities/geoCoder.java 57 Avoid if (x != y) ..; else ..;
46484 src/com/gps/utilities/geoCoder.java 60 Potential violation of Law of Demeter (object not created locally)
46485 src/com/gps/utilities/geoCoder.java 60 The String literal "UTF-8" appears 4 times in this file; the first occurrence is on line 60
46486 src/com/gps/utilities/geoCoder.java 66 Potential violation of Law of Demeter (object not created locally)
46487 src/com/gps/utilities/geoCoder.java 67 Potential violation of Law of Demeter (object not created locally)
46488 src/com/gps/utilities/geoCoder.java 69 Potential violation of Law of Demeter (object not created locally)
46489 src/com/gps/utilities/geoCoder.java 69 System.out.print is used
46490 src/com/gps/utilities/geoCoder.java 75 Local variable 'reader' could be declared final
46491 src/com/gps/utilities/geoCoder.java 75 Potential violation of Law of Demeter (object not created locally)
46492 src/com/gps/utilities/geoCoder.java 75 Potential violation of Law of Demeter (object not created locally)
46493 src/com/gps/utilities/geoCoder.java 77 Potential violation of Law of Demeter (object not created locally)
46494 src/com/gps/utilities/geoCoder.java 78 There is log block not surrounded by if
46495 src/com/gps/utilities/geoCoder.java 78 There is log block not surrounded by if
46496 src/com/gps/utilities/geoCoder.java 79 Local variable 'buffer' could be declared final
46497 src/com/gps/utilities/geoCoder.java 80 Local variable 'writer' could be declared final
46498 src/com/gps/utilities/geoCoder.java 81 Avoid assignments in operands
46499 src/com/gps/utilities/geoCoder.java 81 Found 'DU'-anomaly for variable 'data' (lines '81'-'112').
46500 src/com/gps/utilities/geoCoder.java 81 Potential violation of Law of Demeter (object not created locally)
46501 src/com/gps/utilities/geoCoder.java 82 Potential violation of Law of Demeter (object not created locally)
46502 src/com/gps/utilities/geoCoder.java 85 Local variable 'result' could be declared final
46503 src/com/gps/utilities/geoCoder.java 85 Potential violation of Law of Demeter (object not created locally)
46504 src/com/gps/utilities/geoCoder.java 86 Avoid calling toString() on String objects; this is unnecessary.
46505 src/com/gps/utilities/geoCoder.java 86 Potential violation of Law of Demeter (object not created locally)
46506 src/com/gps/utilities/geoCoder.java 86 There is log block not surrounded by if
46507 src/com/gps/utilities/geoCoder.java 86 There is log block not surrounded by if
46508 src/com/gps/utilities/geoCoder.java 88 Local variable 'dbf' could be declared final
46509 src/com/gps/utilities/geoCoder.java 89 Avoid variables with short names like db
46510 src/com/gps/utilities/geoCoder.java 89 Local variable 'db' could be declared final
46511 src/com/gps/utilities/geoCoder.java 89 Potential violation of Law of Demeter (object not created locally)
46512 src/com/gps/utilities/geoCoder.java 90 Avoid variables with short names like is
46513 src/com/gps/utilities/geoCoder.java 90 Local variable 'is' could be declared final
46514 src/com/gps/utilities/geoCoder.java 91 Potential violation of Law of Demeter (method chain calls)
46515 src/com/gps/utilities/geoCoder.java 91 Potential violation of Law of Demeter (object not created locally)
46516 src/com/gps/utilities/geoCoder.java 92 Local variable 'doc' could be declared final
46517 src/com/gps/utilities/geoCoder.java 92 Potential violation of Law of Demeter (object not created locally)
46518 src/com/gps/utilities/geoCoder.java 94 Found 'DD'-anomaly for variable 'xpath' (lines '94'-'96').
46519 src/com/gps/utilities/geoCoder.java 95 Avoid using if statements without curly braces
46520 src/com/gps/utilities/geoCoder.java 98 Local variable 'strAddress' could be declared final
46521 src/com/gps/utilities/geoCoder.java 99 Avoid using if statements without curly braces
46522 src/com/gps/utilities/geoCoder.java 99 Position literals first in String comparisons
46523 src/com/gps/utilities/geoCoder.java 99 Potential violation of Law of Demeter (object not created locally)
46524 src/com/gps/utilities/geoCoder.java 99 The String literal "Location not available" appears 4 times in this file; the first occurrence is on line 99
46525 src/com/gps/utilities/geoCoder.java 100 A method should have only one exit point, and that should be the last statement in the method
46526 src/com/gps/utilities/geoCoder.java 101 There is log block not surrounded by if
46527 src/com/gps/utilities/geoCoder.java 101 There is log block not surrounded by if
46528 src/com/gps/utilities/geoCoder.java 102 A method should have only one exit point, and that should be the last statement in the method
46529 src/com/gps/utilities/geoCoder.java 105 Potential violation of Law of Demeter (object not created locally)
46530 src/com/gps/utilities/geoCoder.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46531 src/com/gps/utilities/geoCoder.java 108 Avoid printStackTrace(); use a logger call instead.
46532 src/com/gps/utilities/geoCoder.java 108 Potential violation of Law of Demeter (object not created locally)
46533 src/com/gps/utilities/geoCoder.java 114 Parameter 'doQuery' is not assigned and could be declared final
46534 src/com/gps/utilities/geoCoder.java 114 Parameter 'geolocation' is not assigned and could be declared final
46535 src/com/gps/utilities/geoCoder.java 114 Parameter 'orgId' is not assigned and could be declared final
46536 src/com/gps/utilities/geoCoder.java 114 publicMethodCommentRequirement Required
46537 src/com/gps/utilities/geoCoder.java 121 There is log block not surrounded by if
46538 src/com/gps/utilities/geoCoder.java 121 There is log block not surrounded by if
46539 src/com/gps/utilities/geoCoder.java 125 Comment is too large: Line too long
46540 src/com/gps/utilities/geoCoder.java 126 Local variable 'reqDao' could be declared final
46541 src/com/gps/utilities/geoCoder.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46542 src/com/gps/utilities/geoCoder.java 130 Avoid printStackTrace(); use a logger call instead.
46543 src/com/gps/utilities/geoCoder.java 136 Avoid unused method parameters such as 'orgId'.
46544 src/com/gps/utilities/geoCoder.java 136 Method names should not start with capital letters
46545 src/com/gps/utilities/geoCoder.java 136 Parameter 'geolocation' is not assigned and could be declared final
46546 src/com/gps/utilities/geoCoder.java 136 Parameter 'orgId' is not assigned and could be declared final
46547 src/com/gps/utilities/geoCoder.java 146 Potential violation of Law of Demeter (method chain calls)
46548 src/com/gps/utilities/geoCoder.java 146 Potential violation of Law of Demeter (method chain calls)
46549 src/com/gps/utilities/geoCoder.java 146 Potential violation of Law of Demeter (method chain calls)
46550 src/com/gps/utilities/geoCoder.java 146 Potential violation of Law of Demeter (method chain calls)
46551 src/com/gps/utilities/geoCoder.java 146 Potential violation of Law of Demeter (object not created locally)
46552 src/com/gps/utilities/geoCoder.java 153 Potential violation of Law of Demeter (object not created locally)
46553 src/com/gps/utilities/geoCoder.java 153 There is log block not surrounded by if
46554 src/com/gps/utilities/geoCoder.java 153 There is log block not surrounded by if
46555 src/com/gps/utilities/geoCoder.java 159 Local variable 'reader' could be declared final
46556 src/com/gps/utilities/geoCoder.java 159 Potential violation of Law of Demeter (object not created locally)
46557 src/com/gps/utilities/geoCoder.java 159 Potential violation of Law of Demeter (object not created locally)
46558 src/com/gps/utilities/geoCoder.java 161 Potential violation of Law of Demeter (object not created locally)
46559 src/com/gps/utilities/geoCoder.java 162 There is log block not surrounded by if
46560 src/com/gps/utilities/geoCoder.java 162 There is log block not surrounded by if
46561 src/com/gps/utilities/geoCoder.java 163 Local variable 'buffer' could be declared final
46562 src/com/gps/utilities/geoCoder.java 164 Local variable 'writer' could be declared final
46563 src/com/gps/utilities/geoCoder.java 165 Avoid assignments in operands
46564 src/com/gps/utilities/geoCoder.java 165 Found 'DU'-anomaly for variable 'data' (lines '165'-'188').
46565 src/com/gps/utilities/geoCoder.java 165 Potential violation of Law of Demeter (object not created locally)
46566 src/com/gps/utilities/geoCoder.java 166 Potential violation of Law of Demeter (object not created locally)
46567 src/com/gps/utilities/geoCoder.java 169 Local variable 'result' could be declared final
46568 src/com/gps/utilities/geoCoder.java 169 Potential violation of Law of Demeter (object not created locally)
46569 src/com/gps/utilities/geoCoder.java 170 Avoid calling toString() on String objects; this is unnecessary.
46570 src/com/gps/utilities/geoCoder.java 170 Potential violation of Law of Demeter (object not created locally)
46571 src/com/gps/utilities/geoCoder.java 170 There is log block not surrounded by if
46572 src/com/gps/utilities/geoCoder.java 170 There is log block not surrounded by if
46573 src/com/gps/utilities/geoCoder.java 172 Local variable 'dbf' could be declared final
46574 src/com/gps/utilities/geoCoder.java 173 Avoid variables with short names like db
46575 src/com/gps/utilities/geoCoder.java 173 Local variable 'db' could be declared final
46576 src/com/gps/utilities/geoCoder.java 173 Potential violation of Law of Demeter (object not created locally)
46577 src/com/gps/utilities/geoCoder.java 174 Avoid variables with short names like is
46578 src/com/gps/utilities/geoCoder.java 174 Local variable 'is' could be declared final
46579 src/com/gps/utilities/geoCoder.java 175 Potential violation of Law of Demeter (method chain calls)
46580 src/com/gps/utilities/geoCoder.java 175 Potential violation of Law of Demeter (object not created locally)
46581 src/com/gps/utilities/geoCoder.java 176 Local variable 'doc' could be declared final
46582 src/com/gps/utilities/geoCoder.java 176 Potential violation of Law of Demeter (object not created locally)
46583 src/com/gps/utilities/geoCoder.java 178 Local variable 'xpath' could be declared final
46584 src/com/gps/utilities/geoCoder.java 179 System.out.print is used
46585 src/com/gps/utilities/geoCoder.java 183 Potential violation of Law of Demeter (object not created locally)
46586 src/com/gps/utilities/geoCoder.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46587 src/com/gps/utilities/geoCoder.java 186 Avoid printStackTrace(); use a logger call instead.
46588 src/com/gps/utilities/geoCoder.java 186 Potential violation of Law of Demeter (object not created locally)
46589 src/com/gps/utilities/geoCoder.java 190 Method names should not start with capital letters
46590 src/com/gps/utilities/geoCoder.java 190 Parameter 'Destination' is not assigned and could be declared final
46591 src/com/gps/utilities/geoCoder.java 190 Parameter 'Source' is not assigned and could be declared final
46592 src/com/gps/utilities/geoCoder.java 190 Variables should start with a lowercase character, 'Destination' starts with uppercase character.
46593 src/com/gps/utilities/geoCoder.java 190 Variables should start with a lowercase character, 'Source' starts with uppercase character.
46594 src/com/gps/utilities/geoCoder.java 190 publicMethodCommentRequirement Required
46595 src/com/gps/utilities/geoCoder.java 196 Avoid declaring a variable if it is unreferenced before a possible exit point.
46596 src/com/gps/utilities/geoCoder.java 196 Avoid unused local variables such as 'incr'.
46597 src/com/gps/utilities/geoCoder.java 196 Found 'DU'-anomaly for variable 'incr' (lines '196'-'243').
46598 src/com/gps/utilities/geoCoder.java 196 Local variable 'incr' could be declared final
46599 src/com/gps/utilities/geoCoder.java 198 Potential violation of Law of Demeter (object not created locally)
46600 src/com/gps/utilities/geoCoder.java 198 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
46601 src/com/gps/utilities/geoCoder.java 199 Potential violation of Law of Demeter (object not created locally)
46602 src/com/gps/utilities/geoCoder.java 199 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
46603 src/com/gps/utilities/geoCoder.java 200 Potential violation of Law of Demeter (object not created locally)
46604 src/com/gps/utilities/geoCoder.java 203 Potential violation of Law of Demeter (object not created locally)
46605 src/com/gps/utilities/geoCoder.java 203 System.out.print is used
46606 src/com/gps/utilities/geoCoder.java 209 Local variable 'reader' could be declared final
46607 src/com/gps/utilities/geoCoder.java 209 Potential violation of Law of Demeter (object not created locally)
46608 src/com/gps/utilities/geoCoder.java 209 Potential violation of Law of Demeter (object not created locally)
46609 src/com/gps/utilities/geoCoder.java 211 Potential violation of Law of Demeter (object not created locally)
46610 src/com/gps/utilities/geoCoder.java 212 There is log block not surrounded by if
46611 src/com/gps/utilities/geoCoder.java 212 There is log block not surrounded by if
46612 src/com/gps/utilities/geoCoder.java 213 Local variable 'buffer' could be declared final
46613 src/com/gps/utilities/geoCoder.java 214 Local variable 'writer' could be declared final
46614 src/com/gps/utilities/geoCoder.java 215 Avoid assignments in operands
46615 src/com/gps/utilities/geoCoder.java 215 Found 'DU'-anomaly for variable 'data' (lines '215'-'243').
46616 src/com/gps/utilities/geoCoder.java 215 Potential violation of Law of Demeter (object not created locally)
46617 src/com/gps/utilities/geoCoder.java 216 Potential violation of Law of Demeter (object not created locally)
46618 src/com/gps/utilities/geoCoder.java 219 Local variable 'result' could be declared final
46619 src/com/gps/utilities/geoCoder.java 219 Potential violation of Law of Demeter (object not created locally)
46620 src/com/gps/utilities/geoCoder.java 220 Avoid calling toString() on String objects; this is unnecessary.
46621 src/com/gps/utilities/geoCoder.java 220 Potential violation of Law of Demeter (object not created locally)
46622 src/com/gps/utilities/geoCoder.java 220 There is log block not surrounded by if
46623 src/com/gps/utilities/geoCoder.java 220 There is log block not surrounded by if
46624 src/com/gps/utilities/geoCoder.java 222 Local variable 'dbf' could be declared final
46625 src/com/gps/utilities/geoCoder.java 223 Avoid variables with short names like db
46626 src/com/gps/utilities/geoCoder.java 223 Local variable 'db' could be declared final
46627 src/com/gps/utilities/geoCoder.java 223 Potential violation of Law of Demeter (object not created locally)
46628 src/com/gps/utilities/geoCoder.java 224 Avoid variables with short names like is
46629 src/com/gps/utilities/geoCoder.java 224 Local variable 'is' could be declared final
46630 src/com/gps/utilities/geoCoder.java 225 Potential violation of Law of Demeter (method chain calls)
46631 src/com/gps/utilities/geoCoder.java 225 Potential violation of Law of Demeter (object not created locally)
46632 src/com/gps/utilities/geoCoder.java 226 Local variable 'doc' could be declared final
46633 src/com/gps/utilities/geoCoder.java 226 Potential violation of Law of Demeter (object not created locally)
46634 src/com/gps/utilities/geoCoder.java 228 Local variable 'xpath' could be declared final
46635 src/com/gps/utilities/geoCoder.java 230 Local variable 'time' could be declared final
46636 src/com/gps/utilities/geoCoder.java 232 There is log block not surrounded by if
46637 src/com/gps/utilities/geoCoder.java 232 There is log block not surrounded by if
46638 src/com/gps/utilities/geoCoder.java 233 A method should have only one exit point, and that should be the last statement in the method
46639 src/com/gps/utilities/geoCoder.java 236 Potential violation of Law of Demeter (object not created locally)
46640 src/com/gps/utilities/geoCoder.java 238 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46641 src/com/gps/utilities/geoCoder.java 239 Avoid printStackTrace(); use a logger call instead.
46642 src/com/gps/utilities/geoCoder.java 239 Potential violation of Law of Demeter (object not created locally)
46643 src/com/gps/utilities/geoCoder.java 245 Parameter 'doc' is not assigned and could be declared final
46644 src/com/gps/utilities/geoCoder.java 245 Parameter 'isFirst' is not assigned and could be declared final
46645 src/com/gps/utilities/geoCoder.java 245 Parameter 'strXpath' is not assigned and could be declared final
46646 src/com/gps/utilities/geoCoder.java 246 Local variable 'xPath' could be declared final
46647 src/com/gps/utilities/geoCoder.java 246 Potential violation of Law of Demeter (method chain calls)
46648 src/com/gps/utilities/geoCoder.java 247 Local variable 'expr' could be declared final
46649 src/com/gps/utilities/geoCoder.java 247 Potential violation of Law of Demeter (object not created locally)
46650 src/com/gps/utilities/geoCoder.java 248 Found 'DD'-anomaly for variable 'resultData' (lines '248'-'254').
46651 src/com/gps/utilities/geoCoder.java 248 Found 'DD'-anomaly for variable 'resultData' (lines '248'-'258').
46652 src/com/gps/utilities/geoCoder.java 249 Local variable 'result4' could be declared final
46653 src/com/gps/utilities/geoCoder.java 249 Potential violation of Law of Demeter (object not created locally)
46654 src/com/gps/utilities/geoCoder.java 250 Local variable 'nodes' could be declared final
46655 src/com/gps/utilities/geoCoder.java 251 Avoid using Literals in Conditional Statements
46656 src/com/gps/utilities/geoCoder.java 251 Potential violation of Law of Demeter (object not created locally)
46657 src/com/gps/utilities/geoCoder.java 254 Avoid using if...else statements without curly braces
46658 src/com/gps/utilities/geoCoder.java 254 Potential violation of Law of Demeter (method chain calls)
46659 src/com/gps/utilities/geoCoder.java 254 Potential violation of Law of Demeter (object not created locally)
46660 src/com/gps/utilities/geoCoder.java 257 Potential violation of Law of Demeter (object not created locally)
46661 src/com/gps/utilities/geoCoder.java 258 Found 'DD'-anomaly for variable 'resultData' (lines '258'-'258').
46662 src/com/gps/utilities/geoCoder.java 258 Potential violation of Law of Demeter (method chain calls)
46663 src/com/gps/utilities/geoCoder.java 258 Potential violation of Law of Demeter (object not created locally)
46664 src/com/gps/utilities/geoCoder.java 265 Avoid unused method parameters such as 'isFirst'.
46665 src/com/gps/utilities/geoCoder.java 265 Parameter 'doc' is not assigned and could be declared final
46666 src/com/gps/utilities/geoCoder.java 265 Parameter 'isFirst' is not assigned and could be declared final
46667 src/com/gps/utilities/geoCoder.java 265 Parameter 'locations' is not assigned and could be declared final
46668 src/com/gps/utilities/geoCoder.java 265 Parameter 'strXpath' is not assigned and could be declared final
46669 src/com/gps/utilities/geoCoder.java 266 Local variable 'xPath' could be declared final
46670 src/com/gps/utilities/geoCoder.java 266 Potential violation of Law of Demeter (method chain calls)
46671 src/com/gps/utilities/geoCoder.java 267 Local variable 'expr' could be declared final
46672 src/com/gps/utilities/geoCoder.java 267 Potential violation of Law of Demeter (object not created locally)
46673 src/com/gps/utilities/geoCoder.java 268 Found 'DU'-anomaly for variable 'resultData' (lines '268'-'287').
46674 src/com/gps/utilities/geoCoder.java 268 Local variable 'resultData' could be declared final
46675 src/com/gps/utilities/geoCoder.java 269 Local variable 'result4' could be declared final
46676 src/com/gps/utilities/geoCoder.java 269 Potential violation of Law of Demeter (object not created locally)
46677 src/com/gps/utilities/geoCoder.java 270 Local variable 'nodes' could be declared final
46678 src/com/gps/utilities/geoCoder.java 271 Potential violation of Law of Demeter (object not created locally)
46679 src/com/gps/utilities/geoCoder.java 271 System.out.print is used
46680 src/com/gps/utilities/geoCoder.java 272 Avoid using Literals in Conditional Statements
46681 src/com/gps/utilities/geoCoder.java 272 Potential violation of Law of Demeter (object not created locally)
46682 src/com/gps/utilities/geoCoder.java 274 Potential violation of Law of Demeter (object not created locally)
46683 src/com/gps/utilities/geoCoder.java 275 Potential violation of Law of Demeter (method chain calls)
46684 src/com/gps/utilities/geoCoder.java 275 Potential violation of Law of Demeter (method chain calls)
46685 src/com/gps/utilities/geoCoder.java 275 Potential violation of Law of Demeter (method chain calls)
46686 src/com/gps/utilities/geoCoder.java 275 Potential violation of Law of Demeter (method chain calls)
46687 src/com/gps/utilities/geoCoder.java 275 Potential violation of Law of Demeter (method chain calls)
46688 src/com/gps/utilities/geoCoder.java 275 Potential violation of Law of Demeter (method chain calls)
46689 src/com/gps/utilities/geoCoder.java 275 Potential violation of Law of Demeter (method chain calls)
46690 src/com/gps/utilities/geoCoder.java 275 Potential violation of Law of Demeter (method chain calls)
46691 src/com/gps/utilities/geoCoder.java 275 Potential violation of Law of Demeter (object not created locally)
46692 src/com/gps/utilities/geoCoder.java 275 There is log block not surrounded by if
46693 src/com/gps/utilities/geoCoder.java 275 There is log block not surrounded by if
46694 src/com/gps/utilities/geoCoder.java 276 Avoid if (x != y) ..; else ..;
46695 src/com/gps/utilities/geoCoder.java 276 Avoid using Literals in Conditional Statements
46696 src/com/gps/utilities/geoCoder.java 276 Potential violation of Law of Demeter (method chain calls)
46697 src/com/gps/utilities/geoCoder.java 276 Potential violation of Law of Demeter (object not created locally)
46698 src/com/gps/utilities/geoCoder.java 276 Use equals() to compare strings instead of '==' or '!='
46699 src/com/gps/utilities/geoCoder.java 278 Potential violation of Law of Demeter (method chain calls)
46700 src/com/gps/utilities/geoCoder.java 278 Potential violation of Law of Demeter (method chain calls)
46701 src/com/gps/utilities/geoCoder.java 278 Potential violation of Law of Demeter (method chain calls)
46702 src/com/gps/utilities/geoCoder.java 278 Potential violation of Law of Demeter (object not created locally)
46703 src/com/gps/utilities/geoCoder.java 282 Potential violation of Law of Demeter (method chain calls)
46704 src/com/gps/utilities/geoCoder.java 289 Parameter 'args' is not assigned and could be declared final
46705 src/com/gps/utilities/geoCoder.java 289 publicMethodCommentRequirement Required
46706 src/com/gps/utilities/geoCoder.java 291 Avoid unused local variables such as 'lstnr'.
46707 src/com/gps/utilities/geoCoder.java 291 Found 'DU'-anomaly for variable 'lstnr' (lines '291'-'296').
46708 src/com/gps/utilities/geoCoder.java 291 Local variable 'lstnr' could be declared final
46709 src/com/gps/utilities/geoCoder.java 294 Local variable 'fetch' could be declared final
46710 src/com/gps/vo/ActualPickUpPoints.java 8 headerCommentRequirement Required
46711 src/com/gps/vo/ActualPickUpPoints.java 10 Avoid excessively long variable names like actual_pickup_point
46712 src/com/gps/vo/ActualPickUpPoints.java 10 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_point' is not final.
46713 src/com/gps/vo/ActualPickUpPoints.java 10 fieldCommentRequirement Required
46714 src/com/gps/vo/ActualPickUpPoints.java 11 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_lat' is not final.
46715 src/com/gps/vo/ActualPickUpPoints.java 11 fieldCommentRequirement Required
46716 src/com/gps/vo/ActualPickUpPoints.java 12 Avoid excessively long variable names like actual_pickup_lang
46717 src/com/gps/vo/ActualPickUpPoints.java 12 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_lang' is not final.
46718 src/com/gps/vo/ActualPickUpPoints.java 12 fieldCommentRequirement Required
46719 src/com/gps/vo/ActualPickUpPoints.java 13 Avoid excessively long variable names like actual_pickup_datetime
46720 src/com/gps/vo/ActualPickUpPoints.java 13 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_datetime' is not final.
46721 src/com/gps/vo/ActualPickUpPoints.java 13 fieldCommentRequirement Required
46722 src/com/gps/vo/ActualPickUpPoints.java 14 Avoid excessively long variable names like actual_pickup_location_name
46723 src/com/gps/vo/ActualPickUpPoints.java 14 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_location_name' is not final.
46724 src/com/gps/vo/ActualPickUpPoints.java 14 fieldCommentRequirement Required
46725 src/com/gps/vo/ActualPickUpPoints.java 15 Avoid excessively long variable names like actual_pickup_odometer_reading
46726 src/com/gps/vo/ActualPickUpPoints.java 15 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_odometer_reading' is not final.
46727 src/com/gps/vo/ActualPickUpPoints.java 15 fieldCommentRequirement Required
46728 src/com/gps/vo/ActualPickUpPoints.java 26 Parameter 'actualPickupLat' is not assigned and could be declared final
46729 src/com/gps/vo/ActualPickUpPoints.java 26 Parameter 'actualPickupPoint' is not assigned and could be declared final
46730 src/com/gps/vo/ActualPickUpPoints.java 27 Avoid excessively long variable names like actualPickupDatetime
46731 src/com/gps/vo/ActualPickUpPoints.java 27 Avoid excessively long variable names like actualPickupOdometerReading
46732 src/com/gps/vo/ActualPickUpPoints.java 27 Parameter 'actualPickupDatetime' is not assigned and could be declared final
46733 src/com/gps/vo/ActualPickUpPoints.java 27 Parameter 'actualPickupLang' is not assigned and could be declared final
46734 src/com/gps/vo/ActualPickUpPoints.java 27 Parameter 'actualPickupOdometerReading' is not assigned and could be declared final
46735 src/com/gps/vo/ActualPickUpPoints.java 29 Local variable 'coder' could be declared final
46736 src/com/gps/vo/ActualPickUpPoints.java 30 Local variable 'formatter' could be declared final
46737 src/com/gps/vo/ActualPickUpPoints.java 30 When instantiating a SimpleDateFormat object, specify a Locale
46738 src/com/gps/vo/ActualPickUpPoints.java 34 Avoid using if statements without curly braces
46739 src/com/gps/vo/ActualPickUpPoints.java 42 Method names should not contain underscores
46740 src/com/gps/vo/ActualPickUpPoints.java 48 Method names should not contain underscores
46741 src/com/gps/vo/ActualPickUpPoints.java 48 Parameter 'actualPickupPoint' is not assigned and could be declared final
46742 src/com/gps/vo/ActualPickUpPoints.java 54 Method names should not contain underscores
46743 src/com/gps/vo/ActualPickUpPoints.java 60 Method names should not contain underscores
46744 src/com/gps/vo/ActualPickUpPoints.java 60 Parameter 'actualPickupLat' is not assigned and could be declared final
46745 src/com/gps/vo/ActualPickUpPoints.java 66 Method names should not contain underscores
46746 src/com/gps/vo/ActualPickUpPoints.java 72 Method names should not contain underscores
46747 src/com/gps/vo/ActualPickUpPoints.java 72 Parameter 'actualPickupLang' is not assigned and could be declared final
46748 src/com/gps/vo/ActualPickUpPoints.java 78 Method names should not contain underscores
46749 src/com/gps/vo/ActualPickUpPoints.java 84 Avoid excessively long variable names like actualPickupDatetime
46750 src/com/gps/vo/ActualPickUpPoints.java 84 Method names should not contain underscores
46751 src/com/gps/vo/ActualPickUpPoints.java 84 Parameter 'actualPickupDatetime' is not assigned and could be declared final
46752 src/com/gps/vo/ActualPickUpPoints.java 90 Method names should not contain underscores
46753 src/com/gps/vo/ActualPickUpPoints.java 96 Avoid excessively long variable names like actualPickupLocationName
46754 src/com/gps/vo/ActualPickUpPoints.java 96 Method names should not contain underscores
46755 src/com/gps/vo/ActualPickUpPoints.java 96 Parameter 'actualPickupLocationName' is not assigned and could be declared final
46756 src/com/gps/vo/ActualPickUpPoints.java 102 Method names should not contain underscores
46757 src/com/gps/vo/ActualPickUpPoints.java 108 Avoid excessively long variable names like actualPickupOdometerReading
46758 src/com/gps/vo/ActualPickUpPoints.java 108 Method names should not contain underscores
46759 src/com/gps/vo/ActualPickUpPoints.java 108 Parameter 'actualPickupOdometerReading' is not assigned and could be declared final
46760 src/com/gps/vo/DailyTripVO.java 3 headerCommentRequirement Required
46761 src/com/gps/vo/DailyTripVO.java 5 Use explicit scoping instead of the default package private level
46762 src/com/gps/vo/DailyTripVO.java 5 fieldCommentRequirement Required
46763 src/com/gps/vo/DailyTripVO.java 6 Use explicit scoping instead of the default package private level
46764 src/com/gps/vo/DailyTripVO.java 6 fieldCommentRequirement Required
46765 src/com/gps/vo/DailyTripVO.java 7 Use explicit scoping instead of the default package private level
46766 src/com/gps/vo/DailyTripVO.java 7 fieldCommentRequirement Required
46767 src/com/gps/vo/DailyTripVO.java 8 Use explicit scoping instead of the default package private level
46768 src/com/gps/vo/DailyTripVO.java 8 fieldCommentRequirement Required
46769 src/com/gps/vo/DailyTripVO.java 9 Use explicit scoping instead of the default package private level
46770 src/com/gps/vo/DailyTripVO.java 9 fieldCommentRequirement Required
46771 src/com/gps/vo/DailyTripVO.java 10 Use explicit scoping instead of the default package private level
46772 src/com/gps/vo/DailyTripVO.java 10 fieldCommentRequirement Required
46773 src/com/gps/vo/DailyTripVO.java 11 Use explicit scoping instead of the default package private level
46774 src/com/gps/vo/DailyTripVO.java 11 fieldCommentRequirement Required
46775 src/com/gps/vo/DailyTripVO.java 12 Use explicit scoping instead of the default package private level
46776 src/com/gps/vo/DailyTripVO.java 12 fieldCommentRequirement Required
46777 src/com/gps/vo/DailyTripVO.java 13 Use explicit scoping instead of the default package private level
46778 src/com/gps/vo/DailyTripVO.java 13 fieldCommentRequirement Required
46779 src/com/gps/vo/DailyTripVO.java 14 Use explicit scoping instead of the default package private level
46780 src/com/gps/vo/DailyTripVO.java 14 fieldCommentRequirement Required
46781 src/com/gps/vo/DailyTripVO.java 25 Parameter 'tripName' is not assigned and could be declared final
46782 src/com/gps/vo/DailyTripVO.java 37 Parameter 'regNo' is not assigned and could be declared final
46783 src/com/gps/vo/DailyTripVO.java 49 Parameter 'startTime' is not assigned and could be declared final
46784 src/com/gps/vo/DailyTripVO.java 61 Parameter 'endTime' is not assigned and could be declared final
46785 src/com/gps/vo/DailyTripVO.java 73 Parameter 'maxSpeed' is not assigned and could be declared final
46786 src/com/gps/vo/DailyTripVO.java 85 Parameter 'idleTime' is not assigned and could be declared final
46787 src/com/gps/vo/DailyTripVO.java 97 Parameter 'missedStops' is not assigned and could be declared final
46788 src/com/gps/vo/DailyTripVO.java 109 Parameter 'tripDistance' is not assigned and could be declared final
46789 src/com/gps/vo/DailyTripVO.java 121 Parameter 'totalDistance' is not assigned and could be declared final
46790 src/com/gps/vo/DailyTripVO.java 133 Parameter 'hardBrakes' is not assigned and could be declared final
46791 src/com/gps/vo/DateVO.java 11 Avoid using redundant field initializer for 'date'
46792 src/com/gps/vo/DateVO.java 11 fieldCommentRequirement Required
46793 src/com/gps/vo/DateVO.java 12 Avoid using redundant field initializer for 'inTripDist'
46794 src/com/gps/vo/DateVO.java 12 fieldCommentRequirement Required
46795 src/com/gps/vo/DateVO.java 13 Avoid using redundant field initializer for 'outTripDist'
46796 src/com/gps/vo/DateVO.java 13 fieldCommentRequirement Required
46797 src/com/gps/vo/DateVO.java 15 Avoid using redundant field initializer for 'lastLat'
46798 src/com/gps/vo/DateVO.java 15 fieldCommentRequirement Required
46799 src/com/gps/vo/DateVO.java 17 Avoid using redundant field initializer for 'lastLong'
46800 src/com/gps/vo/DateVO.java 17 fieldCommentRequirement Required
46801 src/com/gps/vo/DateVO.java 20 Use explicit scoping instead of the default package private level
46802 src/com/gps/vo/DateVO.java 20 fieldCommentRequirement Required
46803 src/com/gps/vo/DateVO.java 32 Parameter 'date' is not assigned and could be declared final
46804 src/com/gps/vo/DateVO.java 44 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
46805 src/com/gps/vo/DateVO.java 44 Parameter 'inTripDist' is not assigned and could be declared final
46806 src/com/gps/vo/DateVO.java 56 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
46807 src/com/gps/vo/DateVO.java 56 Parameter 'outTripDist' is not assigned and could be declared final
46808 src/com/gps/vo/DateVO.java 72 Parameter 'lastLat' is not assigned and could be declared final
46809 src/com/gps/vo/DateVO.java 87 Parameter 'lastLong' is not assigned and could be declared final
46810 src/com/gps/vo/DateVO.java 92 publicMethodCommentRequirement Required
46811 src/com/gps/vo/DateVO.java 98 Parameter 'tripsLst' is not assigned and could be declared final
46812 src/com/gps/vo/InFenceVO.java 13 Comment is too large: Line too long
46813 src/com/gps/vo/InFenceVO.java 21 Comment is too large: Line too long
46814 src/com/gps/vo/InFenceVO.java 29 headerCommentRequirement Required
46815 src/com/gps/vo/InFenceVO.java 31 Variables should start with a lowercase character, 'FenceId' starts with uppercase character.
46816 src/com/gps/vo/InFenceVO.java 31 fieldCommentRequirement Required
46817 src/com/gps/vo/InFenceVO.java 32 Variables should start with a lowercase character, 'InFenceTime' starts with uppercase character.
46818 src/com/gps/vo/InFenceVO.java 32 fieldCommentRequirement Required
46819 src/com/gps/vo/InFenceVO.java 33 It is a good practice to call super() in a constructor
46820 src/com/gps/vo/InFenceVO.java 33 publicMethodCommentRequirement Required
46821 src/com/gps/vo/InFenceVO.java 37 publicMethodCommentRequirement Required
46822 src/com/gps/vo/InFenceVO.java 40 Parameter 'fenceId' is not assigned and could be declared final
46823 src/com/gps/vo/InFenceVO.java 40 publicMethodCommentRequirement Required
46824 src/com/gps/vo/InFenceVO.java 43 publicMethodCommentRequirement Required
46825 src/com/gps/vo/InFenceVO.java 46 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
46826 src/com/gps/vo/InFenceVO.java 46 Parameter 'inFenceTime' is not assigned and could be declared final
46827 src/com/gps/vo/InFenceVO.java 46 publicMethodCommentRequirement Required
46828 src/com/gps/vo/InFenceVO.java 49 It is a good practice to call super() in a constructor
46829 src/com/gps/vo/InFenceVO.java 49 Parameter 'fenceId' is not assigned and could be declared final
46830 src/com/gps/vo/InFenceVO.java 49 Parameter 'inFenceTime' is not assigned and could be declared final
46831 src/com/gps/vo/InFenceVO.java 49 publicMethodCommentRequirement Required
46832 src/com/gps/vo/OrgDailyVO.java 6 headerCommentRequirement Required
46833 src/com/gps/vo/OrgDailyVO.java 8 Use explicit scoping instead of the default package private level
46834 src/com/gps/vo/OrgDailyVO.java 8 fieldCommentRequirement Required
46835 src/com/gps/vo/OrgDailyVO.java 9 Use explicit scoping instead of the default package private level
46836 src/com/gps/vo/OrgDailyVO.java 9 fieldCommentRequirement Required
46837 src/com/gps/vo/OrgDailyVO.java 10 Use explicit scoping instead of the default package private level
46838 src/com/gps/vo/OrgDailyVO.java 10 fieldCommentRequirement Required
46839 src/com/gps/vo/OrgDailyVO.java 20 Parameter 'orgName' is not assigned and could be declared final
46840 src/com/gps/vo/OrgDailyVO.java 32 Parameter 'tripListVO' is not assigned and could be declared final
46841 src/com/gps/vo/OrgDailyVO.java 44 Parameter 'orgId' is not assigned and could be declared final
46842 src/com/gps/vo/OrgOfflineList.java 7 headerCommentRequirement Required
46843 src/com/gps/vo/OrgOfflineList.java 8 Use explicit scoping instead of the default package private level
46844 src/com/gps/vo/OrgOfflineList.java 8 fieldCommentRequirement Required
46845 src/com/gps/vo/OrgOfflineList.java 9 Use explicit scoping instead of the default package private level
46846 src/com/gps/vo/OrgOfflineList.java 9 fieldCommentRequirement Required
46847 src/com/gps/vo/OrgOfflineList.java 10 Use explicit scoping instead of the default package private level
46848 src/com/gps/vo/OrgOfflineList.java 10 fieldCommentRequirement Required
46849 src/com/gps/vo/OrgOfflineList.java 20 Parameter 'vehListVO' is not assigned and could be declared final
46850 src/com/gps/vo/OrgOfflineList.java 32 Parameter 'orgName' is not assigned and could be declared final
46851 src/com/gps/vo/OrgOfflineList.java 44 Parameter 'orgId' is not assigned and could be declared final
46852 src/com/gps/vo/OrgVO.java 3 headerCommentRequirement Required
46853 src/com/gps/vo/OrgVO.java 5 fieldCommentRequirement Required
46854 src/com/gps/vo/OrgVO.java 6 fieldCommentRequirement Required
46855 src/com/gps/vo/OrgVO.java 10 Parameter 'name' is not assigned and could be declared final
46856 src/com/gps/vo/OrgVO.java 10 Parameter 'orgId' is not assigned and could be declared final
46857 src/com/gps/vo/OrgVO.java 10 publicMethodCommentRequirement Required
46858 src/com/gps/vo/OrgVO.java 15 publicMethodCommentRequirement Required
46859 src/com/gps/vo/OrgVO.java 18 Parameter 'orgId' is not assigned and could be declared final
46860 src/com/gps/vo/OrgVO.java 18 publicMethodCommentRequirement Required
46861 src/com/gps/vo/OrgVO.java 21 publicMethodCommentRequirement Required
46862 src/com/gps/vo/OrgVO.java 24 Parameter 'name' is not assigned and could be declared final
46863 src/com/gps/vo/OrgVO.java 24 publicMethodCommentRequirement Required
46864 src/com/gps/vo/ParamsVO.java 3 headerCommentRequirement Required
46865 src/com/gps/vo/ParamsVO.java 5 Use explicit scoping instead of the default package private level
46866 src/com/gps/vo/ParamsVO.java 5 fieldCommentRequirement Required
46867 src/com/gps/vo/ParamsVO.java 6 Use explicit scoping instead of the default package private level
46868 src/com/gps/vo/ParamsVO.java 6 fieldCommentRequirement Required
46869 src/com/gps/vo/ParamsVO.java 13 Parameter 'date' is not assigned and could be declared final
46870 src/com/gps/vo/ParamsVO.java 13 Parameter 'paranId' is not assigned and could be declared final
46871 src/com/gps/vo/ParamsVO.java 28 Parameter 'paranId' is not assigned and could be declared final
46872 src/com/gps/vo/ParamsVO.java 40 Parameter 'date' is not assigned and could be declared final
46873 src/com/gps/vo/PickUpPoints.java 3 headerCommentRequirement Required
46874 src/com/gps/vo/PickUpPoints.java 5 Avoid excessively long variable names like planned_pickup_point_id
46875 src/com/gps/vo/PickUpPoints.java 5 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_pickup_point_id' is not final.
46876 src/com/gps/vo/PickUpPoints.java 5 fieldCommentRequirement Required
46877 src/com/gps/vo/PickUpPoints.java 6 Avoid excessively long variable names like planned_pickup_lat
46878 src/com/gps/vo/PickUpPoints.java 6 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_pickup_lat' is not final.
46879 src/com/gps/vo/PickUpPoints.java 6 fieldCommentRequirement Required
46880 src/com/gps/vo/PickUpPoints.java 7 Avoid excessively long variable names like planned_pickup_lang
46881 src/com/gps/vo/PickUpPoints.java 7 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_pickup_lang' is not final.
46882 src/com/gps/vo/PickUpPoints.java 7 fieldCommentRequirement Required
46883 src/com/gps/vo/PickUpPoints.java 8 Avoid excessively long variable names like planned_pickup_datetime
46884 src/com/gps/vo/PickUpPoints.java 8 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_pickup_datetime' is not final.
46885 src/com/gps/vo/PickUpPoints.java 8 fieldCommentRequirement Required
46886 src/com/gps/vo/PickUpPoints.java 9 Avoid excessively long variable names like planned_pickup_location_name
46887 src/com/gps/vo/PickUpPoints.java 9 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_pickup_location_name' is not final.
46888 src/com/gps/vo/PickUpPoints.java 9 fieldCommentRequirement Required
46889 src/com/gps/vo/PickUpPoints.java 26 Parameter 'plannedPickupLang' is not assigned and could be declared final
46890 src/com/gps/vo/PickUpPoints.java 26 Parameter 'plannedPickupLat' is not assigned and could be declared final
46891 src/com/gps/vo/PickUpPoints.java 27 Avoid excessively long variable names like plannedPickupDatetime
46892 src/com/gps/vo/PickUpPoints.java 27 Avoid excessively long variable names like plannedPickupLocationName
46893 src/com/gps/vo/PickUpPoints.java 27 Parameter 'plannedPickupDatetime' is not assigned and could be declared final
46894 src/com/gps/vo/PickUpPoints.java 27 Parameter 'plannedPickupLocationName' is not assigned and could be declared final
46895 src/com/gps/vo/PickUpPoints.java 43 Avoid excessively long variable names like plannedPickupPointId
46896 src/com/gps/vo/PickUpPoints.java 43 Parameter 'plannedPickupLat' is not assigned and could be declared final
46897 src/com/gps/vo/PickUpPoints.java 43 Parameter 'plannedPickupPointId' is not assigned and could be declared final
46898 src/com/gps/vo/PickUpPoints.java 44 Avoid excessively long variable names like plannedPickupDatetime
46899 src/com/gps/vo/PickUpPoints.java 44 Parameter 'plannedPickupDatetime' is not assigned and could be declared final
46900 src/com/gps/vo/PickUpPoints.java 44 Parameter 'plannedPickupLang' is not assigned and could be declared final
46901 src/com/gps/vo/PickUpPoints.java 45 Avoid excessively long variable names like plannedPickupLocationName
46902 src/com/gps/vo/PickUpPoints.java 45 Parameter 'plannedPickupLocationName' is not assigned and could be declared final
46903 src/com/gps/vo/PickUpPoints.java 56 Method names should not contain underscores
46904 src/com/gps/vo/PickUpPoints.java 62 Avoid excessively long variable names like plannedPickupPointId
46905 src/com/gps/vo/PickUpPoints.java 62 Method names should not contain underscores
46906 src/com/gps/vo/PickUpPoints.java 62 Parameter 'plannedPickupPointId' is not assigned and could be declared final
46907 src/com/gps/vo/PickUpPoints.java 68 Method names should not contain underscores
46908 src/com/gps/vo/PickUpPoints.java 74 Method names should not contain underscores
46909 src/com/gps/vo/PickUpPoints.java 74 Parameter 'plannedPickupLat' is not assigned and could be declared final
46910 src/com/gps/vo/PickUpPoints.java 80 Method names should not contain underscores
46911 src/com/gps/vo/PickUpPoints.java 86 Method names should not contain underscores
46912 src/com/gps/vo/PickUpPoints.java 86 Parameter 'plannedPickupLang' is not assigned and could be declared final
46913 src/com/gps/vo/PickUpPoints.java 92 Method names should not contain underscores
46914 src/com/gps/vo/PickUpPoints.java 98 Avoid excessively long variable names like plannedPickupDatetime
46915 src/com/gps/vo/PickUpPoints.java 98 Method names should not contain underscores
46916 src/com/gps/vo/PickUpPoints.java 98 Parameter 'plannedPickupDatetime' is not assigned and could be declared final
46917 src/com/gps/vo/PickUpPoints.java 104 Method names should not contain underscores
46918 src/com/gps/vo/PickUpPoints.java 110 Avoid excessively long variable names like plannedPickupLocationName
46919 src/com/gps/vo/PickUpPoints.java 110 Method names should not contain underscores
46920 src/com/gps/vo/PickUpPoints.java 110 Parameter 'plannedPickupLocationName' is not assigned and could be declared final
46921 src/com/gps/vo/StudentInfo.java 5 headerCommentRequirement Required
46922 src/com/gps/vo/StudentInfo.java 8 fieldCommentRequirement Required
46923 src/com/gps/vo/StudentInfo.java 9 fieldCommentRequirement Required
46924 src/com/gps/vo/StudentInfo.java 11 fieldCommentRequirement Required
46925 src/com/gps/vo/StudentInfo.java 12 fieldCommentRequirement Required
46926 src/com/gps/vo/StudentInfo.java 13 fieldCommentRequirement Required
46927 src/com/gps/vo/StudentInfo.java 14 fieldCommentRequirement Required
46928 src/com/gps/vo/StudentInfo.java 15 fieldCommentRequirement Required
46929 src/com/gps/vo/StudentInfo.java 16 fieldCommentRequirement Required
46930 src/com/gps/vo/StudentInfo.java 17 fieldCommentRequirement Required
46931 src/com/gps/vo/StudentInfo.java 18 fieldCommentRequirement Required
46932 src/com/gps/vo/StudentInfo.java 19 fieldCommentRequirement Required
46933 src/com/gps/vo/StudentInfo.java 20 fieldCommentRequirement Required
46934 src/com/gps/vo/StudentInfo.java 23 Parameter 'contactNo' is not assigned and could be declared final
46935 src/com/gps/vo/StudentInfo.java 23 Parameter 'name' is not assigned and could be declared final
46936 src/com/gps/vo/StudentInfo.java 23 Parameter 'tripNameExpt' is not assigned and could be declared final
46937 src/com/gps/vo/StudentInfo.java 23 Parameter 'userId' is not assigned and could be declared final
46938 src/com/gps/vo/StudentInfo.java 23 publicMethodCommentRequirement Required
46939 src/com/gps/vo/StudentInfo.java 31 Parameter 'contactNo' is not assigned and could be declared final
46940 src/com/gps/vo/StudentInfo.java 31 Parameter 'exptFenceAM' is not assigned and could be declared final
46941 src/com/gps/vo/StudentInfo.java 31 Parameter 'exptFencePM' is not assigned and could be declared final
46942 src/com/gps/vo/StudentInfo.java 31 Parameter 'name' is not assigned and could be declared final
46943 src/com/gps/vo/StudentInfo.java 31 Parameter 'tripNameExpt' is not assigned and could be declared final
46944 src/com/gps/vo/StudentInfo.java 31 Parameter 'userId' is not assigned and could be declared final
46945 src/com/gps/vo/StudentInfo.java 31 publicMethodCommentRequirement Required
46946 src/com/gps/vo/StudentInfo.java 42 Avoid long parameter lists.
46947 src/com/gps/vo/StudentInfo.java 42 Parameter 'name' is not assigned and could be declared final
46948 src/com/gps/vo/StudentInfo.java 42 Parameter 'tripNameActual' is not assigned and could be declared final
46949 src/com/gps/vo/StudentInfo.java 42 Parameter 'tripNameExpt' is not assigned and could be declared final
46950 src/com/gps/vo/StudentInfo.java 42 publicMethodCommentRequirement Required
46951 src/com/gps/vo/StudentInfo.java 43 Parameter 'contactNo' is not assigned and could be declared final
46952 src/com/gps/vo/StudentInfo.java 43 Parameter 'entryTime' is not assigned and could be declared final
46953 src/com/gps/vo/StudentInfo.java 43 Parameter 'exittime' is not assigned and could be declared final
46954 src/com/gps/vo/StudentInfo.java 44 Parameter 'actFenceAM' is not assigned and could be declared final
46955 src/com/gps/vo/StudentInfo.java 44 Parameter 'exptFenceAM' is not assigned and could be declared final
46956 src/com/gps/vo/StudentInfo.java 44 Parameter 'exptFencePM' is not assigned and could be declared final
46957 src/com/gps/vo/StudentInfo.java 45 Parameter 'actFencePM' is not assigned and could be declared final
46958 src/com/gps/vo/StudentInfo.java 45 Parameter 'status' is not assigned and could be declared final
46959 src/com/gps/vo/StudentInfo.java 61 Parameter 'name' is not assigned and could be declared final
46960 src/com/gps/vo/StudentInfo.java 61 Parameter 'tripNameActual' is not assigned and could be declared final
46961 src/com/gps/vo/StudentInfo.java 61 Parameter 'tripNameExpt' is not assigned and could be declared final
46962 src/com/gps/vo/StudentInfo.java 61 Parameter 'userId' is not assigned and could be declared final
46963 src/com/gps/vo/StudentInfo.java 61 publicMethodCommentRequirement Required
46964 src/com/gps/vo/StudentInfo.java 62 Parameter 'contactNo' is not assigned and could be declared final
46965 src/com/gps/vo/StudentInfo.java 82 Parameter 'name' is not assigned and could be declared final
46966 src/com/gps/vo/StudentInfo.java 100 Parameter 'tripNameActual' is not assigned and could be declared final
46967 src/com/gps/vo/StudentInfo.java 112 Parameter 'tripNameExpt' is not assigned and could be declared final
46968 src/com/gps/vo/StudentInfo.java 124 Parameter 'contactNo' is not assigned and could be declared final
46969 src/com/gps/vo/StudentInfo.java 130 Parameter 'entryTime' is not assigned and could be declared final
46970 src/com/gps/vo/StudentInfo.java 142 Parameter 'exittime' is not assigned and could be declared final
46971 src/com/gps/vo/StudentInfo.java 154 Parameter 'exptFenceAM' is not assigned and could be declared final
46972 src/com/gps/vo/StudentInfo.java 166 Parameter 'exptFencePM' is not assigned and could be declared final
46973 src/com/gps/vo/StudentInfo.java 178 Parameter 'actFenceAM' is not assigned and could be declared final
46974 src/com/gps/vo/StudentInfo.java 190 Parameter 'actFencePM' is not assigned and could be declared final
46975 src/com/gps/vo/StudentInfo.java 202 Parameter 'status' is not assigned and could be declared final
46976 src/com/gps/vo/StudentInfo.java 220 Parameter 'userId' is not assigned and could be declared final
46977 src/com/gps/vo/TripDetailsVO.java 7 headerCommentRequirement Required
46978 src/com/gps/vo/TripDetailsVO.java 9 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tracking_id' is not final.
46979 src/com/gps/vo/TripDetailsVO.java 9 fieldCommentRequirement Required
46980 src/com/gps/vo/TripDetailsVO.java 10 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_number' is not final.
46981 src/com/gps/vo/TripDetailsVO.java 10 fieldCommentRequirement Required
46982 src/com/gps/vo/TripDetailsVO.java 11 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'gps_device_id' is not final.
46983 src/com/gps/vo/TripDetailsVO.java 11 fieldCommentRequirement Required
46984 src/com/gps/vo/TripDetailsVO.java 12 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'garage_lat' is not final.
46985 src/com/gps/vo/TripDetailsVO.java 12 fieldCommentRequirement Required
46986 src/com/gps/vo/TripDetailsVO.java 13 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'garage_lang' is not final.
46987 src/com/gps/vo/TripDetailsVO.java 13 fieldCommentRequirement Required
46988 src/com/gps/vo/TripDetailsVO.java 14 Avoid excessively long variable names like planned_garage_start_datetime
46989 src/com/gps/vo/TripDetailsVO.java 14 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_garage_start_datetime' is not final.
46990 src/com/gps/vo/TripDetailsVO.java 14 fieldCommentRequirement Required
46991 src/com/gps/vo/TripDetailsVO.java 15 Avoid excessively long variable names like planned_garage_odometer_reading
46992 src/com/gps/vo/TripDetailsVO.java 15 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_garage_odometer_reading' is not final.
46993 src/com/gps/vo/TripDetailsVO.java 15 fieldCommentRequirement Required
46994 src/com/gps/vo/TripDetailsVO.java 16 Avoid using implementation types like 'HashMap'; use the interface instead
46995 src/com/gps/vo/TripDetailsVO.java 16 Found non-transient, non-static member. Please mark as transient or provide accessors.
46996 src/com/gps/vo/TripDetailsVO.java 16 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pickup_points' is not final.
46997 src/com/gps/vo/TripDetailsVO.java 16 fieldCommentRequirement Required
46998 src/com/gps/vo/TripDetailsVO.java 17 Avoid excessively long variable names like planned_dropoff_lat
46999 src/com/gps/vo/TripDetailsVO.java 17 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_dropoff_lat' is not final.
47000 src/com/gps/vo/TripDetailsVO.java 17 fieldCommentRequirement Required
47001 src/com/gps/vo/TripDetailsVO.java 18 Avoid excessively long variable names like planned_dropoff_lang
47002 src/com/gps/vo/TripDetailsVO.java 18 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_dropoff_lang' is not final.
47003 src/com/gps/vo/TripDetailsVO.java 18 fieldCommentRequirement Required
47004 src/com/gps/vo/TripDetailsVO.java 19 Avoid excessively long variable names like planned_dropoff_datetime
47005 src/com/gps/vo/TripDetailsVO.java 19 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_dropoff_datetime' is not final.
47006 src/com/gps/vo/TripDetailsVO.java 19 fieldCommentRequirement Required
47007 src/com/gps/vo/TripDetailsVO.java 20 Avoid excessively long variable names like planned_dropoff_location_name
47008 src/com/gps/vo/TripDetailsVO.java 20 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_dropoff_location_name' is not final.
47009 src/com/gps/vo/TripDetailsVO.java 20 fieldCommentRequirement Required
47010 src/com/gps/vo/TripDetailsVO.java 21 fieldCommentRequirement Required
47011 src/com/gps/vo/TripDetailsVO.java 23 publicMethodCommentRequirement Required
47012 src/com/gps/vo/TripDetailsVO.java 27 Parameter 'tripType' is not assigned and could be declared final
47013 src/com/gps/vo/TripDetailsVO.java 27 publicMethodCommentRequirement Required
47014 src/com/gps/vo/TripDetailsVO.java 39 Comment is too large: Too many lines
47015 src/com/gps/vo/TripDetailsVO.java 53 Avoid long parameter lists.
47016 src/com/gps/vo/TripDetailsVO.java 53 Parameter 'trackingId' is not assigned and could be declared final
47017 src/com/gps/vo/TripDetailsVO.java 53 Parameter 'vehicleNumber' is not assigned and could be declared final
47018 src/com/gps/vo/TripDetailsVO.java 54 Parameter 'garageLang' is not assigned and could be declared final
47019 src/com/gps/vo/TripDetailsVO.java 54 Parameter 'garageLat' is not assigned and could be declared final
47020 src/com/gps/vo/TripDetailsVO.java 54 Parameter 'gpsDeviceId' is not assigned and could be declared final
47021 src/com/gps/vo/TripDetailsVO.java 55 Avoid excessively long variable names like plannedGarageStartDatetime
47022 src/com/gps/vo/TripDetailsVO.java 55 Parameter 'plannedGarageStartDatetime' is not assigned and could be declared final
47023 src/com/gps/vo/TripDetailsVO.java 56 Avoid excessively long variable names like plannedGarageOdometerReading
47024 src/com/gps/vo/TripDetailsVO.java 56 Parameter 'plannedGarageOdometerReading' is not assigned and could be declared final
47025 src/com/gps/vo/TripDetailsVO.java 57 Avoid using implementation types like 'HashMap'; use the interface instead
47026 src/com/gps/vo/TripDetailsVO.java 57 Parameter 'pickupPoint' is not assigned and could be declared final
47027 src/com/gps/vo/TripDetailsVO.java 57 Parameter 'plannedDropoffLat' is not assigned and could be declared final
47028 src/com/gps/vo/TripDetailsVO.java 58 Avoid excessively long variable names like plannedDropoffDatetime
47029 src/com/gps/vo/TripDetailsVO.java 58 Avoid excessively long variable names like plannedDropoffLang
47030 src/com/gps/vo/TripDetailsVO.java 58 Parameter 'plannedDropoffDatetime' is not assigned and could be declared final
47031 src/com/gps/vo/TripDetailsVO.java 58 Parameter 'plannedDropoffLang' is not assigned and could be declared final
47032 src/com/gps/vo/TripDetailsVO.java 59 Avoid excessively long variable names like plannedDropoffLocationName
47033 src/com/gps/vo/TripDetailsVO.java 59 Parameter 'plannedDropoffLocationName' is not assigned and could be declared final
47034 src/com/gps/vo/TripDetailsVO.java 75 Avoid long parameter lists.
47035 src/com/gps/vo/TripDetailsVO.java 75 Parameter 'trackingId' is not assigned and could be declared final
47036 src/com/gps/vo/TripDetailsVO.java 75 Parameter 'vehicleNumber' is not assigned and could be declared final
47037 src/com/gps/vo/TripDetailsVO.java 75 publicMethodCommentRequirement Required
47038 src/com/gps/vo/TripDetailsVO.java 76 Parameter 'garageLang' is not assigned and could be declared final
47039 src/com/gps/vo/TripDetailsVO.java 76 Parameter 'garageLat' is not assigned and could be declared final
47040 src/com/gps/vo/TripDetailsVO.java 76 Parameter 'gpsDeviceId' is not assigned and could be declared final
47041 src/com/gps/vo/TripDetailsVO.java 77 Avoid excessively long variable names like plannedGarageStartDatetime
47042 src/com/gps/vo/TripDetailsVO.java 77 Parameter 'plannedGarageStartDatetime' is not assigned and could be declared final
47043 src/com/gps/vo/TripDetailsVO.java 78 Avoid excessively long variable names like plannedGarageOdometerReading
47044 src/com/gps/vo/TripDetailsVO.java 78 Parameter 'plannedGarageOdometerReading' is not assigned and could be declared final
47045 src/com/gps/vo/TripDetailsVO.java 79 Avoid using implementation types like 'HashMap'; use the interface instead
47046 src/com/gps/vo/TripDetailsVO.java 79 Parameter 'pickupPoints' is not assigned and could be declared final
47047 src/com/gps/vo/TripDetailsVO.java 80 Avoid excessively long variable names like plannedDropoffLang
47048 src/com/gps/vo/TripDetailsVO.java 80 Parameter 'plannedDropoffLang' is not assigned and could be declared final
47049 src/com/gps/vo/TripDetailsVO.java 80 Parameter 'plannedDropoffLat' is not assigned and could be declared final
47050 src/com/gps/vo/TripDetailsVO.java 81 Avoid excessively long variable names like plannedDropoffDatetime
47051 src/com/gps/vo/TripDetailsVO.java 81 Avoid excessively long variable names like plannedDropoffLocationName
47052 src/com/gps/vo/TripDetailsVO.java 81 Parameter 'plannedDropoffDatetime' is not assigned and could be declared final
47053 src/com/gps/vo/TripDetailsVO.java 81 Parameter 'plannedDropoffLocationName' is not assigned and could be declared final
47054 src/com/gps/vo/TripDetailsVO.java 82 Parameter 'tripType' is not assigned and could be declared final
47055 src/com/gps/vo/TripDetailsVO.java 102 Method names should not contain underscores
47056 src/com/gps/vo/TripDetailsVO.java 108 Method names should not contain underscores
47057 src/com/gps/vo/TripDetailsVO.java 108 Parameter 'trackingId' is not assigned and could be declared final
47058 src/com/gps/vo/TripDetailsVO.java 114 Method names should not contain underscores
47059 src/com/gps/vo/TripDetailsVO.java 120 Method names should not contain underscores
47060 src/com/gps/vo/TripDetailsVO.java 120 Parameter 'vehicleNumber' is not assigned and could be declared final
47061 src/com/gps/vo/TripDetailsVO.java 126 Method names should not contain underscores
47062 src/com/gps/vo/TripDetailsVO.java 132 Method names should not contain underscores
47063 src/com/gps/vo/TripDetailsVO.java 132 Parameter 'gpsDeviceId' is not assigned and could be declared final
47064 src/com/gps/vo/TripDetailsVO.java 138 Method names should not contain underscores
47065 src/com/gps/vo/TripDetailsVO.java 144 Method names should not contain underscores
47066 src/com/gps/vo/TripDetailsVO.java 144 Parameter 'garageLat' is not assigned and could be declared final
47067 src/com/gps/vo/TripDetailsVO.java 150 Method names should not contain underscores
47068 src/com/gps/vo/TripDetailsVO.java 156 Method names should not contain underscores
47069 src/com/gps/vo/TripDetailsVO.java 156 Parameter 'garageLang' is not assigned and could be declared final
47070 src/com/gps/vo/TripDetailsVO.java 162 Method names should not contain underscores
47071 src/com/gps/vo/TripDetailsVO.java 168 Avoid excessively long variable names like plannedGarageStartDatetime
47072 src/com/gps/vo/TripDetailsVO.java 168 Method names should not contain underscores
47073 src/com/gps/vo/TripDetailsVO.java 168 Parameter 'plannedGarageStartDatetime' is not assigned and could be declared final
47074 src/com/gps/vo/TripDetailsVO.java 174 Method names should not contain underscores
47075 src/com/gps/vo/TripDetailsVO.java 180 Method names should not contain underscores
47076 src/com/gps/vo/TripDetailsVO.java 181 Avoid excessively long variable names like plannedGarageOdometerReading
47077 src/com/gps/vo/TripDetailsVO.java 181 Parameter 'plannedGarageOdometerReading' is not assigned and could be declared final
47078 src/com/gps/vo/TripDetailsVO.java 187 Avoid using implementation types like 'HashMap'; use the interface instead
47079 src/com/gps/vo/TripDetailsVO.java 187 Method names should not contain underscores
47080 src/com/gps/vo/TripDetailsVO.java 193 Avoid using implementation types like 'HashMap'; use the interface instead
47081 src/com/gps/vo/TripDetailsVO.java 193 Method names should not contain underscores
47082 src/com/gps/vo/TripDetailsVO.java 193 Parameter 'pickupPoint' is not assigned and could be declared final
47083 src/com/gps/vo/TripDetailsVO.java 199 Method names should not contain underscores
47084 src/com/gps/vo/TripDetailsVO.java 205 Method names should not contain underscores
47085 src/com/gps/vo/TripDetailsVO.java 205 Parameter 'palnnedDropoffLat' is not assigned and could be declared final
47086 src/com/gps/vo/TripDetailsVO.java 211 Method names should not contain underscores
47087 src/com/gps/vo/TripDetailsVO.java 217 Avoid excessively long variable names like plannedDropoffLang
47088 src/com/gps/vo/TripDetailsVO.java 217 Method names should not contain underscores
47089 src/com/gps/vo/TripDetailsVO.java 217 Parameter 'plannedDropoffLang' is not assigned and could be declared final
47090 src/com/gps/vo/TripDetailsVO.java 223 Method names should not contain underscores
47091 src/com/gps/vo/TripDetailsVO.java 229 Avoid excessively long variable names like plannedDropoffLocationName
47092 src/com/gps/vo/TripDetailsVO.java 229 Method names should not contain underscores
47093 src/com/gps/vo/TripDetailsVO.java 229 Parameter 'plannedDropoffLocationName' is not assigned and could be declared final
47094 src/com/gps/vo/TripDetailsVO.java 235 Method names should not contain underscores
47095 src/com/gps/vo/TripDetailsVO.java 241 Avoid excessively long variable names like plannedDropoffDatetime
47096 src/com/gps/vo/TripDetailsVO.java 241 Method names should not contain underscores
47097 src/com/gps/vo/TripDetailsVO.java 241 Parameter 'plannedDropoffDatetime' is not assigned and could be declared final
47098 src/com/gps/vo/TripDistance.java 3 headerCommentRequirement Required
47099 src/com/gps/vo/TripDistance.java 5 fieldCommentRequirement Required
47100 src/com/gps/vo/TripDistance.java 6 Avoid using redundant field initializer for 'distance'
47101 src/com/gps/vo/TripDistance.java 6 fieldCommentRequirement Required
47102 src/com/gps/vo/TripDistance.java 17 Parameter 'tripName' is not assigned and could be declared final
47103 src/com/gps/vo/TripDistance.java 29 Parameter 'distance' is not assigned and could be declared final
47104 src/com/gps/vo/TripMessageVO.java 3 headerCommentRequirement Required
47105 src/com/gps/vo/TripMessageVO.java 5 fieldCommentRequirement Required
47106 src/com/gps/vo/TripMessageVO.java 17 Parameter 'message' is not assigned and could be declared final
47107 src/com/gps/vo/TripOutVO.java 1 This class has a bunch of public methods and attributes
47108 src/com/gps/vo/TripOutVO.java 3 Avoid unused imports such as 'java.util.Date'
47109 src/com/gps/vo/TripOutVO.java 7 Too many fields
47110 src/com/gps/vo/TripOutVO.java 7 headerCommentRequirement Required
47111 src/com/gps/vo/TripOutVO.java 9 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tracking_id' is not final.
47112 src/com/gps/vo/TripOutVO.java 9 fieldCommentRequirement Required
47113 src/com/gps/vo/TripOutVO.java 10 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_number' is not final.
47114 src/com/gps/vo/TripOutVO.java 10 fieldCommentRequirement Required
47115 src/com/gps/vo/TripOutVO.java 11 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'gps_device_id' is not final.
47116 src/com/gps/vo/TripOutVO.java 11 fieldCommentRequirement Required
47117 src/com/gps/vo/TripOutVO.java 12 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'eta_type' is not final.
47118 src/com/gps/vo/TripOutVO.java 12 fieldCommentRequirement Required
47119 src/com/gps/vo/TripOutVO.java 13 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'eta_kms' is not final.
47120 src/com/gps/vo/TripOutVO.java 13 fieldCommentRequirement Required
47121 src/com/gps/vo/TripOutVO.java 14 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'eta_mins' is not final.
47122 src/com/gps/vo/TripOutVO.java 14 fieldCommentRequirement Required
47123 src/com/gps/vo/TripOutVO.java 15 fieldCommentRequirement Required
47124 src/com/gps/vo/TripOutVO.java 16 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_lat' is not final.
47125 src/com/gps/vo/TripOutVO.java 16 fieldCommentRequirement Required
47126 src/com/gps/vo/TripOutVO.java 17 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_lng' is not final.
47127 src/com/gps/vo/TripOutVO.java 17 fieldCommentRequirement Required
47128 src/com/gps/vo/TripOutVO.java 18 Avoid excessively long variable names like current_odometer_reading
47129 src/com/gps/vo/TripOutVO.java 18 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_odometer_reading' is not final.
47130 src/com/gps/vo/TripOutVO.java 18 fieldCommentRequirement Required
47131 src/com/gps/vo/TripOutVO.java 19 Avoid excessively long variable names like current_vehicle_speed
47132 src/com/gps/vo/TripOutVO.java 19 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_vehicle_speed' is not final.
47133 src/com/gps/vo/TripOutVO.java 19 fieldCommentRequirement Required
47134 src/com/gps/vo/TripOutVO.java 20 Avoid excessively long variable names like current_location_name
47135 src/com/gps/vo/TripOutVO.java 20 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_location_name' is not final.
47136 src/com/gps/vo/TripOutVO.java 20 fieldCommentRequirement Required
47137 src/com/gps/vo/TripOutVO.java 21 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_status' is not final.
47138 src/com/gps/vo/TripOutVO.java 21 fieldCommentRequirement Required
47139 src/com/gps/vo/TripOutVO.java 22 Avoid using implementation types like 'HashMap'; use the interface instead
47140 src/com/gps/vo/TripOutVO.java 22 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pickup_point' is not final.
47141 src/com/gps/vo/TripOutVO.java 22 fieldCommentRequirement Required
47142 src/com/gps/vo/TripOutVO.java 23 Avoid excessively long variable names like actual_dropoff_lat
47143 src/com/gps/vo/TripOutVO.java 23 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_lat' is not final.
47144 src/com/gps/vo/TripOutVO.java 23 fieldCommentRequirement Required
47145 src/com/gps/vo/TripOutVO.java 24 Avoid excessively long variable names like actual_dropoff_lang
47146 src/com/gps/vo/TripOutVO.java 24 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_lang' is not final.
47147 src/com/gps/vo/TripOutVO.java 24 fieldCommentRequirement Required
47148 src/com/gps/vo/TripOutVO.java 25 Avoid excessively long variable names like actual_dropoff_datetime
47149 src/com/gps/vo/TripOutVO.java 25 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_datetime' is not final.
47150 src/com/gps/vo/TripOutVO.java 25 fieldCommentRequirement Required
47151 src/com/gps/vo/TripOutVO.java 26 Avoid excessively long variable names like actual_dropoff_odometer_reading
47152 src/com/gps/vo/TripOutVO.java 26 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_odometer_reading' is not final.
47153 src/com/gps/vo/TripOutVO.java 26 fieldCommentRequirement Required
47154 src/com/gps/vo/TripOutVO.java 27 Avoid excessively long variable names like actual_pickup_to_dropoff_kms
47155 src/com/gps/vo/TripOutVO.java 27 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_to_dropoff_kms' is not final.
47156 src/com/gps/vo/TripOutVO.java 27 fieldCommentRequirement Required
47157 src/com/gps/vo/TripOutVO.java 28 Avoid excessively long variable names like actual_dropoff_to_garage_datetime
47158 src/com/gps/vo/TripOutVO.java 28 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_to_garage_datetime' is not final.
47159 src/com/gps/vo/TripOutVO.java 28 fieldCommentRequirement Required
47160 src/com/gps/vo/TripOutVO.java 29 Avoid excessively long variable names like actual_dropoff_to_garage_kms
47161 src/com/gps/vo/TripOutVO.java 29 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_to_garage_kms' is not final.
47162 src/com/gps/vo/TripOutVO.java 29 fieldCommentRequirement Required
47163 src/com/gps/vo/TripOutVO.java 30 Avoid excessively long variable names like actual_dropoff_location_name
47164 src/com/gps/vo/TripOutVO.java 30 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_location_name' is not final.
47165 src/com/gps/vo/TripOutVO.java 30 fieldCommentRequirement Required
47166 src/com/gps/vo/TripOutVO.java 31 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_details' is not final.
47167 src/com/gps/vo/TripOutVO.java 31 fieldCommentRequirement Required
47168 src/com/gps/vo/TripOutVO.java 36 Method names should not contain underscores
47169 src/com/gps/vo/TripOutVO.java 42 Method names should not contain underscores
47170 src/com/gps/vo/TripOutVO.java 42 Parameter 'trackingId' is not assigned and could be declared final
47171 src/com/gps/vo/TripOutVO.java 48 Method names should not contain underscores
47172 src/com/gps/vo/TripOutVO.java 54 Method names should not contain underscores
47173 src/com/gps/vo/TripOutVO.java 54 Parameter 'vehicleNumber' is not assigned and could be declared final
47174 src/com/gps/vo/TripOutVO.java 60 Method names should not contain underscores
47175 src/com/gps/vo/TripOutVO.java 66 Method names should not contain underscores
47176 src/com/gps/vo/TripOutVO.java 66 Parameter 'gpsDeviceId' is not assigned and could be declared final
47177 src/com/gps/vo/TripOutVO.java 72 Method names should not contain underscores
47178 src/com/gps/vo/TripOutVO.java 78 Method names should not contain underscores
47179 src/com/gps/vo/TripOutVO.java 78 Parameter 'etaType' is not assigned and could be declared final
47180 src/com/gps/vo/TripOutVO.java 84 Method names should not contain underscores
47181 src/com/gps/vo/TripOutVO.java 90 Method names should not contain underscores
47182 src/com/gps/vo/TripOutVO.java 90 Parameter 'etaKms' is not assigned and could be declared final
47183 src/com/gps/vo/TripOutVO.java 96 Method names should not contain underscores
47184 src/com/gps/vo/TripOutVO.java 102 Method names should not contain underscores
47185 src/com/gps/vo/TripOutVO.java 102 Parameter 'etaMins' is not assigned and could be declared final
47186 src/com/gps/vo/TripOutVO.java 114 Parameter 'datetime' is not assigned and could be declared final
47187 src/com/gps/vo/TripOutVO.java 120 Method names should not contain underscores
47188 src/com/gps/vo/TripOutVO.java 126 Method names should not contain underscores
47189 src/com/gps/vo/TripOutVO.java 126 Parameter 'currentLat' is not assigned and could be declared final
47190 src/com/gps/vo/TripOutVO.java 132 Method names should not contain underscores
47191 src/com/gps/vo/TripOutVO.java 138 Method names should not contain underscores
47192 src/com/gps/vo/TripOutVO.java 138 Parameter 'currentLng' is not assigned and could be declared final
47193 src/com/gps/vo/TripOutVO.java 144 Method names should not contain underscores
47194 src/com/gps/vo/TripOutVO.java 150 Avoid excessively long variable names like currentOdometerReading
47195 src/com/gps/vo/TripOutVO.java 150 Method names should not contain underscores
47196 src/com/gps/vo/TripOutVO.java 150 Parameter 'currentOdometerReading' is not assigned and could be declared final
47197 src/com/gps/vo/TripOutVO.java 156 Method names should not contain underscores
47198 src/com/gps/vo/TripOutVO.java 162 Avoid excessively long variable names like currentVehicleSpeed
47199 src/com/gps/vo/TripOutVO.java 162 Method names should not contain underscores
47200 src/com/gps/vo/TripOutVO.java 162 Parameter 'currentVehicleSpeed' is not assigned and could be declared final
47201 src/com/gps/vo/TripOutVO.java 168 Method names should not contain underscores
47202 src/com/gps/vo/TripOutVO.java 174 Avoid excessively long variable names like currentLocationName
47203 src/com/gps/vo/TripOutVO.java 174 Method names should not contain underscores
47204 src/com/gps/vo/TripOutVO.java 174 Parameter 'currentLocationName' is not assigned and could be declared final
47205 src/com/gps/vo/TripOutVO.java 180 Method names should not contain underscores
47206 src/com/gps/vo/TripOutVO.java 186 Method names should not contain underscores
47207 src/com/gps/vo/TripOutVO.java 186 Parameter 'tripStatus' is not assigned and could be declared final
47208 src/com/gps/vo/TripOutVO.java 192 Avoid using implementation types like 'HashMap'; use the interface instead
47209 src/com/gps/vo/TripOutVO.java 192 Method names should not contain underscores
47210 src/com/gps/vo/TripOutVO.java 198 Method names should not contain underscores
47211 src/com/gps/vo/TripOutVO.java 199 Avoid using implementation types like 'HashMap'; use the interface instead
47212 src/com/gps/vo/TripOutVO.java 199 Parameter 'pickupPoint' is not assigned and could be declared final
47213 src/com/gps/vo/TripOutVO.java 205 Method names should not contain underscores
47214 src/com/gps/vo/TripOutVO.java 211 Method names should not contain underscores
47215 src/com/gps/vo/TripOutVO.java 211 Parameter 'actualDropoffLat' is not assigned and could be declared final
47216 src/com/gps/vo/TripOutVO.java 217 Method names should not contain underscores
47217 src/com/gps/vo/TripOutVO.java 223 Method names should not contain underscores
47218 src/com/gps/vo/TripOutVO.java 223 Parameter 'actualDropoffLang' is not assigned and could be declared final
47219 src/com/gps/vo/TripOutVO.java 229 Method names should not contain underscores
47220 src/com/gps/vo/TripOutVO.java 235 Method names should not contain underscores
47221 src/com/gps/vo/TripOutVO.java 235 Parameter 'date' is not assigned and could be declared final
47222 src/com/gps/vo/TripOutVO.java 241 Method names should not contain underscores
47223 src/com/gps/vo/TripOutVO.java 247 Method names should not contain underscores
47224 src/com/gps/vo/TripOutVO.java 248 Avoid excessively long variable names like actualDropoffOdometerReading
47225 src/com/gps/vo/TripOutVO.java 248 Parameter 'actualDropoffOdometerReading' is not assigned and could be declared final
47226 src/com/gps/vo/TripOutVO.java 254 Method names should not contain underscores
47227 src/com/gps/vo/TripOutVO.java 260 Avoid excessively long variable names like actualPickupToDropoffKms
47228 src/com/gps/vo/TripOutVO.java 260 Method names should not contain underscores
47229 src/com/gps/vo/TripOutVO.java 260 Parameter 'actualPickupToDropoffKms' is not assigned and could be declared final
47230 src/com/gps/vo/TripOutVO.java 266 Method names should not contain underscores
47231 src/com/gps/vo/TripOutVO.java 270 Comment is too large: Line too long
47232 src/com/gps/vo/TripOutVO.java 272 Method names should not contain underscores
47233 src/com/gps/vo/TripOutVO.java 273 Avoid excessively long variable names like actualDropoffToGarageDatetime
47234 src/com/gps/vo/TripOutVO.java 273 Parameter 'actualDropoffToGarageDatetime' is not assigned and could be declared final
47235 src/com/gps/vo/TripOutVO.java 279 Method names should not contain underscores
47236 src/com/gps/vo/TripOutVO.java 285 Avoid excessively long variable names like actualDropoffToGarageKms
47237 src/com/gps/vo/TripOutVO.java 285 Method names should not contain underscores
47238 src/com/gps/vo/TripOutVO.java 285 Parameter 'actualDropoffToGarageKms' is not assigned and could be declared final
47239 src/com/gps/vo/TripOutVO.java 291 Method names should not contain underscores
47240 src/com/gps/vo/TripOutVO.java 297 Method names should not contain underscores
47241 src/com/gps/vo/TripOutVO.java 298 Avoid excessively long variable names like actualDropoffToLocationName
47242 src/com/gps/vo/TripOutVO.java 298 Parameter 'actualDropoffToLocationName' is not assigned and could be declared final
47243 src/com/gps/vo/TripOutVO.java 304 Method names should not contain underscores
47244 src/com/gps/vo/TripOutVO.java 310 Method names should not contain underscores
47245 src/com/gps/vo/TripOutVO.java 310 Parameter 'tripDetails' is not assigned and could be declared final
47246 src/com/gps/vo/TripUserInfo.java 3 Avoid unused imports such as 'java.util.List'
47247 src/com/gps/vo/TripUserInfo.java 5 headerCommentRequirement Required
47248 src/com/gps/vo/TripUserInfo.java 7 fieldCommentRequirement Required
47249 src/com/gps/vo/TripUserInfo.java 8 fieldCommentRequirement Required
47250 src/com/gps/vo/TripUserInfo.java 9 fieldCommentRequirement Required
47251 src/com/gps/vo/TripUserInfo.java 10 fieldCommentRequirement Required
47252 src/com/gps/vo/TripUserInfo.java 13 Parameter 'scheduledCount' is not assigned and could be declared final
47253 src/com/gps/vo/TripUserInfo.java 13 Parameter 'unscheduledCount' is not assigned and could be declared final
47254 src/com/gps/vo/TripUserInfo.java 13 publicMethodCommentRequirement Required
47255 src/com/gps/vo/TripUserInfo.java 14 Parameter 'absentCount' is not assigned and could be declared final
47256 src/com/gps/vo/TripUserInfo.java 29 Parameter 'tripName' is not assigned and could be declared final
47257 src/com/gps/vo/TripUserInfo.java 41 Parameter 'scheduledCount' is not assigned and could be declared final
47258 src/com/gps/vo/TripUserInfo.java 53 Parameter 'unscheduledCount' is not assigned and could be declared final
47259 src/com/gps/vo/TripUserInfo.java 65 Parameter 'absentCount' is not assigned and could be declared final
47260 src/com/gps/vo/TripVO.java 11 Use explicit scoping instead of the default package private level
47261 src/com/gps/vo/TripVO.java 11 fieldCommentRequirement Required
47262 src/com/gps/vo/TripVO.java 12 Use explicit scoping instead of the default package private level
47263 src/com/gps/vo/TripVO.java 13 fieldCommentRequirement Required
47264 src/com/gps/vo/TripVO.java 14 Use explicit scoping instead of the default package private level
47265 src/com/gps/vo/TripVO.java 15 fieldCommentRequirement Required
47266 src/com/gps/vo/TripVO.java 26 Parameter 'vehName' is not assigned and could be declared final
47267 src/com/gps/vo/TripVO.java 38 Parameter 'orgName' is not assigned and could be declared final
47268 src/com/gps/vo/TripVO.java 50 Parameter 'dateVO' is not assigned and could be declared final
47269 src/com/gps/vo/UserList.java 3 headerCommentRequirement Required
47270 src/com/gps/vo/UserList.java 5 fieldCommentRequirement Required
47271 src/com/gps/vo/UserList.java 6 fieldCommentRequirement Required
47272 src/com/gps/vo/UserList.java 13 Parameter 'mobileNo' is not assigned and could be declared final
47273 src/com/gps/vo/UserList.java 13 Parameter 'userId' is not assigned and could be declared final
47274 src/com/gps/vo/UserList.java 28 Parameter 'mobileNo' is not assigned and could be declared final
47275 src/com/gps/vo/UserList.java 40 Parameter 'userId' is not assigned and could be declared final
47276 src/com/gps/vo/VehicleInfo.java 3 headerCommentRequirement Required
47277 src/com/gps/vo/VehicleInfo.java 5 Use explicit scoping instead of the default package private level
47278 src/com/gps/vo/VehicleInfo.java 5 fieldCommentRequirement Required
47279 src/com/gps/vo/VehicleInfo.java 6 Use explicit scoping instead of the default package private level
47280 src/com/gps/vo/VehicleInfo.java 6 fieldCommentRequirement Required
47281 src/com/gps/vo/VehicleInfo.java 7 Use explicit scoping instead of the default package private level
47282 src/com/gps/vo/VehicleInfo.java 7 fieldCommentRequirement Required
47283 src/com/gps/vo/VehicleInfo.java 11 Use explicit scoping instead of the default package private level
47284 src/com/gps/vo/VehicleInfo.java 11 fieldCommentRequirement Required
47285 src/com/gps/vo/VehicleInfo.java 13 publicMethodCommentRequirement Required
47286 src/com/gps/vo/VehicleInfo.java 16 Parameter 'vehicleid' is not assigned and could be declared final
47287 src/com/gps/vo/VehicleInfo.java 16 publicMethodCommentRequirement Required
47288 src/com/gps/vo/VehicleInfo.java 34 Parameter 'esnNo' is not assigned and could be declared final
47289 src/com/gps/vo/VehicleInfo.java 37 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
47290 src/com/gps/vo/VehicleInfo.java 37 Use explicit scoping instead of the default package private level
47291 src/com/gps/vo/VehicleInfo.java 37 fieldCommentRequirement Required
47292 src/com/gps/vo/VehicleInfo.java 38 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
47293 src/com/gps/vo/VehicleInfo.java 38 Use explicit scoping instead of the default package private level
47294 src/com/gps/vo/VehicleInfo.java 38 fieldCommentRequirement Required
47295 src/com/gps/vo/VehicleInfo.java 49 Parameter 'regNo' is not assigned and could be declared final
47296 src/com/gps/vo/VehicleInfo.java 61 Parameter 'packetTime' is not assigned and could be declared final
47297 src/com/gps/vo/VehicleInfo.java 73 Parameter 'eventCode' is not assigned and could be declared final
47298 src/com/gps/vo/VehicleInfo.java 85 Parameter 'eventName' is not assigned and could be declared final
47299 src/com/gps/vo/VehicleVO.java 6 Comment is too large: Line too long
47300 src/com/gps/vo/VehicleVO.java 11 headerCommentRequirement Required
47301 src/com/gps/vo/VehicleVO.java 13 fieldCommentRequirement Required
47302 src/com/gps/vo/VehicleVO.java 14 fieldCommentRequirement Required
47303 src/com/gps/vo/VehicleVO.java 15 fieldCommentRequirement Required
47304 src/com/gps/vo/VehicleVO.java 16 fieldCommentRequirement Required
47305 src/com/gps/vo/VehicleVO.java 17 fieldCommentRequirement Required
47306 src/com/gps/vo/VehicleVO.java 18 fieldCommentRequirement Required
47307 src/com/gps/vo/VehicleVO.java 19 fieldCommentRequirement Required
47308 src/com/gps/vo/VehicleVO.java 20 fieldCommentRequirement Required
47309 src/com/gps/vo/VehicleVO.java 21 fieldCommentRequirement Required
47310 src/com/gps/vo/VehicleVO.java 22 fieldCommentRequirement Required
47311 src/com/gps/vo/VehicleVO.java 23 fieldCommentRequirement Required
47312 src/com/gps/vo/VehicleVO.java 25 Variables should start with a lowercase character, 'TripType' starts with uppercase character.
47313 src/com/gps/vo/VehicleVO.java 25 fieldCommentRequirement Required
47314 src/com/gps/vo/VehicleVO.java 26 Variables should start with a lowercase character, 'TripStatus' starts with uppercase character.
47315 src/com/gps/vo/VehicleVO.java 26 fieldCommentRequirement Required
47316 src/com/gps/vo/VehicleVO.java 37 Parameter 'resetDistance' is not assigned and could be declared final
47317 src/com/gps/vo/VehicleVO.java 41 publicMethodCommentRequirement Required
47318 src/com/gps/vo/VehicleVO.java 44 Parameter 'heading' is not assigned and could be declared final
47319 src/com/gps/vo/VehicleVO.java 44 publicMethodCommentRequirement Required
47320 src/com/gps/vo/VehicleVO.java 56 Parameter 'distance' is not assigned and could be declared final
47321 src/com/gps/vo/VehicleVO.java 68 Parameter 'counter' is not assigned and could be declared final
47322 src/com/gps/vo/VehicleVO.java 80 Parameter 'isSMSSent' is not assigned and could be declared final
47323 src/com/gps/vo/VehicleVO.java 92 Parameter 'tripId' is not assigned and could be declared final
47324 src/com/gps/vo/VehicleVO.java 104 Parameter 'eventCode' is not assigned and could be declared final
47325 src/com/gps/vo/VehicleVO.java 116 Parameter 'speed' is not assigned and could be declared final
47326 src/com/gps/vo/VehicleVO.java 128 Parameter 'packetTime' is not assigned and could be declared final
47327 src/com/gps/vo/VehicleVO.java 140 Parameter 'lattitude' is not assigned and could be declared final
47328 src/com/gps/vo/VehicleVO.java 152 Parameter 'longitude' is not assigned and could be declared final
47329 src/com/gps/vo/VehicleVO.java 156 publicMethodCommentRequirement Required
47330 src/com/gps/vo/VehicleVO.java 159 Parameter 'tripType' is not assigned and could be declared final
47331 src/com/gps/vo/VehicleVO.java 159 publicMethodCommentRequirement Required
47332 src/com/gps/vo/VehicleVO.java 162 publicMethodCommentRequirement Required
47333 src/com/gps/vo/VehicleVO.java 165 Parameter 'tripStatus' is not assigned and could be declared final
47334 src/com/gps/vo/VehicleVO.java 165 publicMethodCommentRequirement Required
47335 src/com/gps/webservice/FenceCheckHelper.java 19 headerCommentRequirement Required
47336 src/com/gps/webservice/FenceCheckHelper.java 21 The Logger variable declaration does not contain the static and final modifiers
47337 src/com/gps/webservice/FenceCheckHelper.java 21 Use explicit scoping instead of the default package private level
47338 src/com/gps/webservice/FenceCheckHelper.java 21 fieldCommentRequirement Required
47339 src/com/gps/webservice/FenceCheckHelper.java 23 Found 'UR'-anomaly for variable 'fence' (lines '23'-'33').
47340 src/com/gps/webservice/FenceCheckHelper.java 23 Parameter 'fenceList' is not assigned and could be declared final
47341 src/com/gps/webservice/FenceCheckHelper.java 23 Parameter 'lat' is not assigned and could be declared final
47342 src/com/gps/webservice/FenceCheckHelper.java 23 Parameter 'lon' is not assigned and could be declared final
47343 src/com/gps/webservice/FenceCheckHelper.java 23 Parameter 'vehicleId' is not assigned and could be declared final
47344 src/com/gps/webservice/FenceCheckHelper.java 23 publicMethodCommentRequirement Required
47345 src/com/gps/webservice/FenceCheckHelper.java 25 Found 'DD'-anomaly for variable 'stat' (lines '25'-'37').
47346 src/com/gps/webservice/FenceCheckHelper.java 25 Found 'DD'-anomaly for variable 'stat' (lines '25'-'41').
47347 src/com/gps/webservice/FenceCheckHelper.java 25 Found 'DU'-anomaly for variable 'stat' (lines '25'-'63').
47348 src/com/gps/webservice/FenceCheckHelper.java 27 Found 'DD'-anomaly for variable 'currentFence' (lines '27'-'47').
47349 src/com/gps/webservice/FenceCheckHelper.java 28 Found 'DU'-anomaly for variable 'fenceDAO' (lines '28'-'63').
47350 src/com/gps/webservice/FenceCheckHelper.java 28 Local variable 'fenceDAO' could be declared final
47351 src/com/gps/webservice/FenceCheckHelper.java 31 Local variable 'fence' could be declared final
47352 src/com/gps/webservice/FenceCheckHelper.java 33 Potential violation of Law of Demeter (method chain calls)
47353 src/com/gps/webservice/FenceCheckHelper.java 33 Potential violation of Law of Demeter (object not created locally)
47354 src/com/gps/webservice/FenceCheckHelper.java 34 Avoid if (x != y) ..; else ..;
47355 src/com/gps/webservice/FenceCheckHelper.java 34 Potential violation of Law of Demeter (object not created locally)
47356 src/com/gps/webservice/FenceCheckHelper.java 36 Avoid instantiating new objects inside loops
47357 src/com/gps/webservice/FenceCheckHelper.java 37 Potential violation of Law of Demeter (object not created locally)
47358 src/com/gps/webservice/FenceCheckHelper.java 41 Potential violation of Law of Demeter (object not created locally)
47359 src/com/gps/webservice/FenceCheckHelper.java 46 Potential violation of Law of Demeter (object not created locally)
47360 src/com/gps/webservice/FenceCheckHelper.java 46 There is log block not surrounded by if
47361 src/com/gps/webservice/FenceCheckHelper.java 46 There is log block not surrounded by if
47362 src/com/gps/webservice/FenceCheckHelper.java 52 Avoid catching NullPointerException; consider removing the cause of the NPE.
47363 src/com/gps/webservice/FenceCheckHelper.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47364 src/com/gps/webservice/FenceCheckHelper.java 54 There is log block not surrounded by if
47365 src/com/gps/webservice/FenceCheckHelper.java 58 There is log block not surrounded by if
47366 src/com/gps/webservice/FenceCheckHelper.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47367 src/com/gps/webservice/FenceCheckHelper.java 60 There is log block not surrounded by if
47368 src/com/gps/webservice/MobileAlert.java 9 Comment is too large: Too many lines
47369 src/com/gps/webservice/MobileAlert.java 20 Comment is too large: Line too long
47370 src/com/gps/webservice/MobileAlert.java 22 Comment is too large: Line too long
47371 src/com/gps/webservice/MobileAlert.java 23 Comment is too large: Line too long
47372 src/com/gps/webservice/MobileAlert.java 24 Comment is too large: Line too long
47373 src/com/gps/webservice/MobileAlert.java 25 Comment is too large: Line too long
47374 src/com/gps/webservice/MobileAlert.java 26 Comment is too large: Line too long
47375 src/com/gps/webservice/MobileAlert.java 27 Comment is too large: Line too long
47376 src/com/gps/webservice/MobileAlert.java 28 Comment is too large: Line too long
47377 src/com/gps/webservice/MobileAlert.java 29 Comment is too large: Line too long
47378 src/com/gps/webservice/MobileAlert.java 44 fieldCommentRequirement Required
47379 src/com/gps/webservice/MobileAlert.java 46 fieldCommentRequirement Required
47380 src/com/gps/webservice/MobileAlert.java 48 fieldCommentRequirement Required
47381 src/com/gps/webservice/MobileAlert.java 50 fieldCommentRequirement Required
47382 src/com/gps/webservice/MobileAlert.java 52 fieldCommentRequirement Required
47383 src/com/gps/webservice/MobileAlert.java 54 fieldCommentRequirement Required
47384 src/com/gps/webservice/MobileAlert.java 56 fieldCommentRequirement Required
47385 src/com/gps/webservice/MobileAlert.java 57 fieldCommentRequirement Required
47386 src/com/gps/webservice/MobileAlert.java 71 Parameter 'value' is not assigned and could be declared final
47387 src/com/gps/webservice/MobileAlert.java 92 Parameter 'value' is not assigned and could be declared final
47388 src/com/gps/webservice/MobileAlert.java 113 Parameter 'value' is not assigned and could be declared final
47389 src/com/gps/webservice/MobileAlert.java 134 Parameter 'value' is not assigned and could be declared final
47390 src/com/gps/webservice/MobileAlert.java 155 Parameter 'value' is not assigned and could be declared final
47391 src/com/gps/webservice/MobileAlert.java 176 Parameter 'value' is not assigned and could be declared final
47392 src/com/gps/webservice/MobileAlert.java 197 Parameter 'value' is not assigned and could be declared final
47393 src/com/gps/webservice/MobileAlert.java 213 Parameter 'value' is not assigned and could be declared final
47394 src/com/gps/webservice/MobileAlertMessage.java 9 Comment is too large: Too many lines
47395 src/com/gps/webservice/MobileAlertMessage.java 20 Comment is too large: Line too long
47396 src/com/gps/webservice/MobileAlertMessage.java 22 Comment is too large: Line too long
47397 src/com/gps/webservice/MobileAlertMessage.java 23 Comment is too large: Line too long
47398 src/com/gps/webservice/MobileAlertMessage.java 24 Comment is too large: Line too long
47399 src/com/gps/webservice/MobileAlertMessage.java 25 Comment is too large: Line too long
47400 src/com/gps/webservice/MobileAlertMessage.java 40 fieldCommentRequirement Required
47401 src/com/gps/webservice/MobileAlertMessage.java 42 fieldCommentRequirement Required
47402 src/com/gps/webservice/MobileAlertMessage.java 44 fieldCommentRequirement Required
47403 src/com/gps/webservice/MobileAlertMessage.java 45 fieldCommentRequirement Required
47404 src/com/gps/webservice/MobileAlertMessage.java 64 Parameter 'value' is not assigned and could be declared final
47405 src/com/gps/webservice/MobileAlertMessage.java 85 Parameter 'value' is not assigned and could be declared final
47406 src/com/gps/webservice/MobileAlertMessage.java 106 Parameter 'value' is not assigned and could be declared final
47407 src/com/gps/webservice/MobileAlertMessage.java 122 Parameter 'value' is not assigned and could be declared final
47408 src/com/gps/webservice/MobileAlertMessageResponse.java 8 Comment is too large: Too many lines
47409 src/com/gps/webservice/MobileAlertMessageResponse.java 19 Comment is too large: Line too long
47410 src/com/gps/webservice/MobileAlertMessageResponse.java 21 Comment is too large: Line too long
47411 src/com/gps/webservice/MobileAlertMessageResponse.java 35 fieldCommentRequirement Required
47412 src/com/gps/webservice/MobileAlertMessageResponse.java 49 Parameter 'value' is not assigned and could be declared final
47413 src/com/gps/webservice/MobileAlertResponse.java 8 Comment is too large: Too many lines
47414 src/com/gps/webservice/MobileAlertResponse.java 19 Comment is too large: Line too long
47415 src/com/gps/webservice/MobileAlertResponse.java 21 Comment is too large: Line too long
47416 src/com/gps/webservice/MobileAlertResponse.java 35 fieldCommentRequirement Required
47417 src/com/gps/webservice/MobileAlertResponse.java 49 Parameter 'value' is not assigned and could be declared final
47418 src/com/gps/webservice/ObjectFactory.java 5 Comment is too large: Too many lines
47419 src/com/gps/webservice/ObjectFactory.java 24 Avoid unnecessary constructors - the compiler will generate these for you
47420 src/com/gps/webservice/ObjectFactory.java 24 Document empty constructor
47421 src/com/gps/webservice/PointInPolygon.java 14 Comment is too large: Too many lines
47422 src/com/gps/webservice/PointInPolygon.java 17 Comment is too large: Line too long
47423 src/com/gps/webservice/PointInPolygon.java 24 Comment is too large: Line too long
47424 src/com/gps/webservice/PointInPolygon.java 25 Comment is too large: Line too long
47425 src/com/gps/webservice/PointInPolygon.java 26 Comment is too large: Line too long
47426 src/com/gps/webservice/PointInPolygon.java 27 Comment is too large: Line too long
47427 src/com/gps/webservice/PointInPolygon.java 46 fieldCommentRequirement Required
47428 src/com/gps/webservice/PointInPolygon.java 47 fieldCommentRequirement Required
47429 src/com/gps/webservice/PointInPolygon.java 48 fieldCommentRequirement Required
47430 src/com/gps/webservice/PointInPolygon.java 50 fieldCommentRequirement Required
47431 src/com/gps/webservice/PointInPolygon.java 64 Parameter 'value' is not assigned and could be declared final
47432 src/com/gps/webservice/PointInPolygon.java 80 Parameter 'value' is not assigned and could be declared final
47433 src/com/gps/webservice/PointInPolygon.java 96 Parameter 'value' is not assigned and could be declared final
47434 src/com/gps/webservice/PointInPolygon.java 120 Parameter 'value' is not assigned and could be declared final
47435 src/com/gps/webservice/PointInPolygonResponse.java 8 Comment is too large: Too many lines
47436 src/com/gps/webservice/PointInPolygonResponse.java 19 Comment is too large: Line too long
47437 src/com/gps/webservice/PointInPolygonResponse.java 21 Comment is too large: Line too long
47438 src/com/gps/webservice/PointInPolygonResponse.java 35 fieldCommentRequirement Required
47439 src/com/gps/webservice/PointInPolygonResponse.java 49 Parameter 'value' is not assigned and could be declared final
47440 src/com/gps/webservice/PolygonRegion.java 18 The String literal "http://www.example.org/PolygonRegion/" appears 7 times in this file; the first occurrence is on line 18
47441 src/com/gps/webservice/PolygonRegion.java 32 Avoid modifiers which are implied by the context
47442 src/com/gps/webservice/PolygonRegion.java 50 Avoid modifiers which are implied by the context
47443 src/com/gps/webservice/PolygonRegion.java 56 Comment is too large: Too many lines
47444 src/com/gps/webservice/PolygonRegion.java 68 Comment is too large: Line too long
47445 src/com/gps/webservice/PolygonRegion.java 70 Comment is too large: Line too long
47446 src/com/gps/webservice/PolygonRegion.java 71 Comment is too large: Line too long
47447 src/com/gps/webservice/PolygonRegion.java 93 Avoid modifiers which are implied by the context
47448 src/com/gps/webservice/PolygonRegion.java 93 Method names should not start with capital letters
47449 src/com/gps/webservice/PolygonRegionSOAPImpl.java 2 Comment is too large: Too many lines
47450 src/com/gps/webservice/PolygonRegionSOAPImpl.java 11 Comment is too large: Too many lines
47451 src/com/gps/webservice/PolygonRegionSOAPImpl.java 20 Comment is too large: Too many lines
47452 src/com/gps/webservice/PolygonRegionSOAPImpl.java 24 Comment is too large: Line too long
47453 src/com/gps/webservice/PolygonRegionSOAPImpl.java 29 A high number of imports can indicate a high degree of coupling within an object.
47454 src/com/gps/webservice/PolygonRegionSOAPImpl.java 29 Possible God class (WMC=203, ATFD=282, TCC=0.06884057971014493)
47455 src/com/gps/webservice/PolygonRegionSOAPImpl.java 32 Avoid unused imports such as 'java.sql.Connection'
47456 src/com/gps/webservice/PolygonRegionSOAPImpl.java 33 Avoid unused imports such as 'java.sql.DriverManager'
47457 src/com/gps/webservice/PolygonRegionSOAPImpl.java 34 Avoid unused imports such as 'java.sql.ResultSet'
47458 src/com/gps/webservice/PolygonRegionSOAPImpl.java 40 Avoid unused imports such as 'java.util.Collections'
47459 src/com/gps/webservice/PolygonRegionSOAPImpl.java 42 Avoid unused imports such as 'java.util.HashSet'
47460 src/com/gps/webservice/PolygonRegionSOAPImpl.java 44 Avoid unused imports such as 'java.util.Iterator'
47461 src/com/gps/webservice/PolygonRegionSOAPImpl.java 47 Avoid unused imports such as 'java.util.Set'
47462 src/com/gps/webservice/PolygonRegionSOAPImpl.java 48 Avoid unused imports such as 'java.util.Timer'
47463 src/com/gps/webservice/PolygonRegionSOAPImpl.java 49 Avoid unused imports such as 'javax.jws.WebMethod'
47464 src/com/gps/webservice/PolygonRegionSOAPImpl.java 50 Avoid unused imports such as 'javax.jws.WebParam'
47465 src/com/gps/webservice/PolygonRegionSOAPImpl.java 51 Avoid unused imports such as 'javax.jws.WebResult'
47466 src/com/gps/webservice/PolygonRegionSOAPImpl.java 52 Avoid unused imports such as 'javax.jws.WebService'
47467 src/com/gps/webservice/PolygonRegionSOAPImpl.java 53 Avoid unused imports such as 'javax.xml.ws.Endpoint'
47468 src/com/gps/webservice/PolygonRegionSOAPImpl.java 54 Avoid unused imports such as 'javax.xml.ws.RequestWrapper'
47469 src/com/gps/webservice/PolygonRegionSOAPImpl.java 55 Avoid unused imports such as 'javax.xml.ws.ResponseWrapper'
47470 src/com/gps/webservice/PolygonRegionSOAPImpl.java 56 Avoid unused imports such as 'org.apache.commons.lang.StringEscapeUtils'
47471 src/com/gps/webservice/PolygonRegionSOAPImpl.java 60 Avoid unused imports such as 'org.hibernate.Session'
47472 src/com/gps/webservice/PolygonRegionSOAPImpl.java 66 Avoid unused imports such as 'com.gps.helper.DBManager'
47473 src/com/gps/webservice/PolygonRegionSOAPImpl.java 67 Avoid unused imports such as 'com.gps.hibernate.Device'
47474 src/com/gps/webservice/PolygonRegionSOAPImpl.java 68 Avoid unused imports such as 'com.gps.hibernate.DeviceDAO'
47475 src/com/gps/webservice/PolygonRegionSOAPImpl.java 69 Avoid unused imports such as 'com.gps.hibernate.FenceHistory'
47476 src/com/gps/webservice/PolygonRegionSOAPImpl.java 70 Avoid unused imports such as 'com.gps.hibernate.FenceHistoryDAO'
47477 src/com/gps/webservice/PolygonRegionSOAPImpl.java 74 Avoid unused imports such as 'com.gps.hibernate.GeovehicleMapDAO'
47478 src/com/gps/webservice/PolygonRegionSOAPImpl.java 78 Avoid unused imports such as 'com.gps.hibernate.RfidHistoryDAO'
47479 src/com/gps/webservice/PolygonRegionSOAPImpl.java 80 Avoid unused imports such as 'com.gps.hibernate.TripDetailsDAO'
47480 src/com/gps/webservice/PolygonRegionSOAPImpl.java 81 Avoid unused imports such as 'com.gps.hibernate.TripParameters'
47481 src/com/gps/webservice/PolygonRegionSOAPImpl.java 82 Avoid unused imports such as 'com.gps.hibernate.TripParametersDAO'
47482 src/com/gps/webservice/PolygonRegionSOAPImpl.java 88 Avoid unused imports such as 'com.gps.rfid.checkRFIDEntry'
47483 src/com/gps/webservice/PolygonRegionSOAPImpl.java 91 Avoid unused imports such as 'com.gps.utilities.MapUtils'
47484 src/com/gps/webservice/PolygonRegionSOAPImpl.java 92 Avoid unused imports such as 'com.gps.utilities.MyLogger'
47485 src/com/gps/webservice/PolygonRegionSOAPImpl.java 93 Avoid unused imports such as 'com.gps.utilities.PacketUpdator'
47486 src/com/gps/webservice/PolygonRegionSOAPImpl.java 95 Avoid unused imports such as 'com.gps.utilities.RfidAlerts'
47487 src/com/gps/webservice/PolygonRegionSOAPImpl.java 97 Avoid unused imports such as 'com.sun.org.apache.bcel.internal.generic.NEW'
47488 src/com/gps/webservice/PolygonRegionSOAPImpl.java 98 Avoid unused imports such as 'com.sun.xml.registry.uddi.bindings_v2_2.GetServiceDetail'
47489 src/com/gps/webservice/PolygonRegionSOAPImpl.java 99 Avoid unused imports such as 'com.sun.xml.rpc.processor.modeler.j2ee.xml.exceptionMappingType'
47490 src/com/gps/webservice/PolygonRegionSOAPImpl.java 100 Avoid unused imports such as 'com.sun.xml.rpc.processor.modeler.j2ee.xml.string'
47491 src/com/gps/webservice/PolygonRegionSOAPImpl.java 102 Unnecessary use of fully qualified name 'javax.jws.WebService' due to existing import 'javax.jws.WebService'
47492 src/com/gps/webservice/PolygonRegionSOAPImpl.java 104 Avoid really long classes.
47493 src/com/gps/webservice/PolygonRegionSOAPImpl.java 104 The class 'PolygonRegionSOAPImpl' has a Cyclomatic Complexity of 8 (Highest = 28).
47494 src/com/gps/webservice/PolygonRegionSOAPImpl.java 104 Too many fields
47495 src/com/gps/webservice/PolygonRegionSOAPImpl.java 105 This class has too many methods, consider refactoring it.
47496 src/com/gps/webservice/PolygonRegionSOAPImpl.java 106 Comment is too large: Too many lines
47497 src/com/gps/webservice/PolygonRegionSOAPImpl.java 109 Comment is too large: Line too long
47498 src/com/gps/webservice/PolygonRegionSOAPImpl.java 119 The Logger variable declaration does not contain the static and final modifiers
47499 src/com/gps/webservice/PolygonRegionSOAPImpl.java 120 Comment is too large: Line too long
47500 src/com/gps/webservice/PolygonRegionSOAPImpl.java 121 fieldCommentRequirement Required
47501 src/com/gps/webservice/PolygonRegionSOAPImpl.java 122 fieldCommentRequirement Required
47502 src/com/gps/webservice/PolygonRegionSOAPImpl.java 123 Avoid unused private fields such as 'SENDERID'.
47503 src/com/gps/webservice/PolygonRegionSOAPImpl.java 123 fieldCommentRequirement Required
47504 src/com/gps/webservice/PolygonRegionSOAPImpl.java 124 Do not hard code the IP address
47505 src/com/gps/webservice/PolygonRegionSOAPImpl.java 124 fieldCommentRequirement Required
47506 src/com/gps/webservice/PolygonRegionSOAPImpl.java 125 fieldCommentRequirement Required
47507 src/com/gps/webservice/PolygonRegionSOAPImpl.java 126 fieldCommentRequirement Required
47508 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 Avoid unused private fields such as 'INITMESSAGE'.
47509 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 fieldCommentRequirement Required
47510 src/com/gps/webservice/PolygonRegionSOAPImpl.java 129 Avoid using implementation types like 'Hashtable'; use the interface instead
47511 src/com/gps/webservice/PolygonRegionSOAPImpl.java 129 Consider replacing this Hashtable with the newer java.util.Map
47512 src/com/gps/webservice/PolygonRegionSOAPImpl.java 129 Use explicit scoping instead of the default package private level
47513 src/com/gps/webservice/PolygonRegionSOAPImpl.java 129 fieldCommentRequirement Required
47514 src/com/gps/webservice/PolygonRegionSOAPImpl.java 131 Avoid using implementation types like 'Hashtable'; use the interface instead
47515 src/com/gps/webservice/PolygonRegionSOAPImpl.java 131 Consider replacing this Hashtable with the newer java.util.Map
47516 src/com/gps/webservice/PolygonRegionSOAPImpl.java 131 Use explicit scoping instead of the default package private level
47517 src/com/gps/webservice/PolygonRegionSOAPImpl.java 131 fieldCommentRequirement Required
47518 src/com/gps/webservice/PolygonRegionSOAPImpl.java 132 Avoid using implementation types like 'ArrayList'; use the interface instead
47519 src/com/gps/webservice/PolygonRegionSOAPImpl.java 132 Use explicit scoping instead of the default package private level
47520 src/com/gps/webservice/PolygonRegionSOAPImpl.java 132 fieldCommentRequirement Required
47521 src/com/gps/webservice/PolygonRegionSOAPImpl.java 134 Avoid using implementation types like 'Hashtable'; use the interface instead
47522 src/com/gps/webservice/PolygonRegionSOAPImpl.java 134 Consider replacing this Hashtable with the newer java.util.Map
47523 src/com/gps/webservice/PolygonRegionSOAPImpl.java 134 Use explicit scoping instead of the default package private level
47524 src/com/gps/webservice/PolygonRegionSOAPImpl.java 134 fieldCommentRequirement Required
47525 src/com/gps/webservice/PolygonRegionSOAPImpl.java 136 Avoid using implementation types like 'Hashtable'; use the interface instead
47526 src/com/gps/webservice/PolygonRegionSOAPImpl.java 136 Consider replacing this Hashtable with the newer java.util.Map
47527 src/com/gps/webservice/PolygonRegionSOAPImpl.java 136 Use explicit scoping instead of the default package private level
47528 src/com/gps/webservice/PolygonRegionSOAPImpl.java 136 fieldCommentRequirement Required
47529 src/com/gps/webservice/PolygonRegionSOAPImpl.java 137 Found non-transient, non-static member. Please mark as transient or provide accessors.
47530 src/com/gps/webservice/PolygonRegionSOAPImpl.java 137 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'lst_New' is not final.
47531 src/com/gps/webservice/PolygonRegionSOAPImpl.java 137 Use explicit scoping instead of the default package private level
47532 src/com/gps/webservice/PolygonRegionSOAPImpl.java 137 fieldCommentRequirement Required
47533 src/com/gps/webservice/PolygonRegionSOAPImpl.java 138 Found non-transient, non-static member. Please mark as transient or provide accessors.
47534 src/com/gps/webservice/PolygonRegionSOAPImpl.java 138 Use explicit scoping instead of the default package private level
47535 src/com/gps/webservice/PolygonRegionSOAPImpl.java 138 fieldCommentRequirement Required
47536 src/com/gps/webservice/PolygonRegionSOAPImpl.java 140 Avoid using redundant field initializer for 'bufferTime'
47537 src/com/gps/webservice/PolygonRegionSOAPImpl.java 140 fieldCommentRequirement Required
47538 src/com/gps/webservice/PolygonRegionSOAPImpl.java 141 Avoid using redundant field initializer for 'radius'
47539 src/com/gps/webservice/PolygonRegionSOAPImpl.java 141 fieldCommentRequirement Required
47540 src/com/gps/webservice/PolygonRegionSOAPImpl.java 142 fieldCommentRequirement Required
47541 src/com/gps/webservice/PolygonRegionSOAPImpl.java 143 fieldCommentRequirement Required
47542 src/com/gps/webservice/PolygonRegionSOAPImpl.java 144 Avoid unused private fields such as 'distStart'.
47543 src/com/gps/webservice/PolygonRegionSOAPImpl.java 144 fieldCommentRequirement Required
47544 src/com/gps/webservice/PolygonRegionSOAPImpl.java 145 Avoid unused private fields such as 'distSSRVM'.
47545 src/com/gps/webservice/PolygonRegionSOAPImpl.java 145 fieldCommentRequirement Required
47546 src/com/gps/webservice/PolygonRegionSOAPImpl.java 146 fieldCommentRequirement Required
47547 src/com/gps/webservice/PolygonRegionSOAPImpl.java 147 Avoid unused private fields such as 'tblVehTrips'.
47548 src/com/gps/webservice/PolygonRegionSOAPImpl.java 147 Avoid using implementation types like 'Hashtable'; use the interface instead
47549 src/com/gps/webservice/PolygonRegionSOAPImpl.java 147 Consider replacing this Hashtable with the newer java.util.Map
47550 src/com/gps/webservice/PolygonRegionSOAPImpl.java 147 fieldCommentRequirement Required
47551 src/com/gps/webservice/PolygonRegionSOAPImpl.java 148 Found non-transient, non-static member. Please mark as transient or provide accessors.
47552 src/com/gps/webservice/PolygonRegionSOAPImpl.java 148 Use explicit scoping instead of the default package private level
47553 src/com/gps/webservice/PolygonRegionSOAPImpl.java 148 fieldCommentRequirement Required
47554 src/com/gps/webservice/PolygonRegionSOAPImpl.java 149 Use explicit scoping instead of the default package private level
47555 src/com/gps/webservice/PolygonRegionSOAPImpl.java 149 fieldCommentRequirement Required
47556 src/com/gps/webservice/PolygonRegionSOAPImpl.java 152 A method/constructor shouldnt explicitly throw java.lang.Exception
47557 src/com/gps/webservice/PolygonRegionSOAPImpl.java 152 Avoid really long methods.
47558 src/com/gps/webservice/PolygonRegionSOAPImpl.java 152 Parameter 'lat' is not assigned and could be declared final
47559 src/com/gps/webservice/PolygonRegionSOAPImpl.java 152 Parameter 'lon' is not assigned and could be declared final
47560 src/com/gps/webservice/PolygonRegionSOAPImpl.java 152 Parameter 'orgId' is not assigned and could be declared final
47561 src/com/gps/webservice/PolygonRegionSOAPImpl.java 152 Parameter 'packetTime' is not assigned and could be declared final
47562 src/com/gps/webservice/PolygonRegionSOAPImpl.java 152 Parameter 'vehicleId' is not assigned and could be declared final
47563 src/com/gps/webservice/PolygonRegionSOAPImpl.java 152 Parameter 'vehicleObj' is not assigned and could be declared final
47564 src/com/gps/webservice/PolygonRegionSOAPImpl.java 152 The method 'point1InPolygon' has a Cyclomatic Complexity of 21.
47565 src/com/gps/webservice/PolygonRegionSOAPImpl.java 152 The method point1InPolygon() has an NCSS line count of 104
47566 src/com/gps/webservice/PolygonRegionSOAPImpl.java 152 The method point1InPolygon() has an NPath complexity of 12577
47567 src/com/gps/webservice/PolygonRegionSOAPImpl.java 152 publicMethodCommentRequirement Required
47568 src/com/gps/webservice/PolygonRegionSOAPImpl.java 154 Found 'DD'-anomaly for variable 'stat' (lines '154'-'243').
47569 src/com/gps/webservice/PolygonRegionSOAPImpl.java 154 Found 'DD'-anomaly for variable 'stat' (lines '154'-'248').
47570 src/com/gps/webservice/PolygonRegionSOAPImpl.java 154 Found 'DD'-anomaly for variable 'stat' (lines '154'-'340').
47571 src/com/gps/webservice/PolygonRegionSOAPImpl.java 155 Found 'DD'-anomaly for variable 'inFence' (lines '155'-'195').
47572 src/com/gps/webservice/PolygonRegionSOAPImpl.java 155 Found 'DD'-anomaly for variable 'inFence' (lines '155'-'197').
47573 src/com/gps/webservice/PolygonRegionSOAPImpl.java 156 Found 'DD'-anomaly for variable 'fenceList' (lines '156'-'186').
47574 src/com/gps/webservice/PolygonRegionSOAPImpl.java 157 Found 'DD'-anomaly for variable 'currentFence' (lines '157'-'193').
47575 src/com/gps/webservice/PolygonRegionSOAPImpl.java 158 Found 'DD'-anomaly for variable 'sessVal' (lines '158'-'180').
47576 src/com/gps/webservice/PolygonRegionSOAPImpl.java 159 Found 'DD'-anomaly for variable 'finalMessge' (lines '159'-'311').
47577 src/com/gps/webservice/PolygonRegionSOAPImpl.java 159 Found 'DU'-anomaly for variable 'finalMessge' (lines '159'-'350').
47578 src/com/gps/webservice/PolygonRegionSOAPImpl.java 162 Found 'DD'-anomaly for variable 'trip' (lines '162'-'168').
47579 src/com/gps/webservice/PolygonRegionSOAPImpl.java 163 There is log block not surrounded by if
47580 src/com/gps/webservice/PolygonRegionSOAPImpl.java 163 There is log block not surrounded by if
47581 src/com/gps/webservice/PolygonRegionSOAPImpl.java 170 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47582 src/com/gps/webservice/PolygonRegionSOAPImpl.java 172 There is log block not surrounded by if
47583 src/com/gps/webservice/PolygonRegionSOAPImpl.java 180 Found 'DU'-anomaly for variable 'sessVal' (lines '180'-'350').
47584 src/com/gps/webservice/PolygonRegionSOAPImpl.java 183 Potential violation of Law of Demeter (object not created locally)
47585 src/com/gps/webservice/PolygonRegionSOAPImpl.java 183 Potential violation of Law of Demeter (object not created locally)
47586 src/com/gps/webservice/PolygonRegionSOAPImpl.java 183 There is log block not surrounded by if
47587 src/com/gps/webservice/PolygonRegionSOAPImpl.java 183 There is log block not surrounded by if
47588 src/com/gps/webservice/PolygonRegionSOAPImpl.java 186 Potential violation of Law of Demeter (object not created locally)
47589 src/com/gps/webservice/PolygonRegionSOAPImpl.java 190 There is log block not surrounded by if
47590 src/com/gps/webservice/PolygonRegionSOAPImpl.java 190 There is log block not surrounded by if
47591 src/com/gps/webservice/PolygonRegionSOAPImpl.java 195 Avoid using if...else statements without curly braces
47592 src/com/gps/webservice/PolygonRegionSOAPImpl.java 197 Avoid using if...else statements without curly braces
47593 src/com/gps/webservice/PolygonRegionSOAPImpl.java 199 There is log block not surrounded by if
47594 src/com/gps/webservice/PolygonRegionSOAPImpl.java 199 There is log block not surrounded by if
47595 src/com/gps/webservice/PolygonRegionSOAPImpl.java 205 There is log block not surrounded by if
47596 src/com/gps/webservice/PolygonRegionSOAPImpl.java 205 There is log block not surrounded by if
47597 src/com/gps/webservice/PolygonRegionSOAPImpl.java 210 Avoid using if...else statements without curly braces
47598 src/com/gps/webservice/PolygonRegionSOAPImpl.java 212 Avoid using if...else statements without curly braces
47599 src/com/gps/webservice/PolygonRegionSOAPImpl.java 214 There is log block not surrounded by if
47600 src/com/gps/webservice/PolygonRegionSOAPImpl.java 214 There is log block not surrounded by if
47601 src/com/gps/webservice/PolygonRegionSOAPImpl.java 222 There is log block not surrounded by if
47602 src/com/gps/webservice/PolygonRegionSOAPImpl.java 222 There is log block not surrounded by if
47603 src/com/gps/webservice/PolygonRegionSOAPImpl.java 224 Avoid using Literals in Conditional Statements
47604 src/com/gps/webservice/PolygonRegionSOAPImpl.java 226 There is log block not surrounded by if
47605 src/com/gps/webservice/PolygonRegionSOAPImpl.java 226 There is log block not surrounded by if
47606 src/com/gps/webservice/PolygonRegionSOAPImpl.java 230 There is log block not surrounded by if
47607 src/com/gps/webservice/PolygonRegionSOAPImpl.java 230 There is log block not surrounded by if
47608 src/com/gps/webservice/PolygonRegionSOAPImpl.java 238 Comment is too large: Line too long
47609 src/com/gps/webservice/PolygonRegionSOAPImpl.java 239 Comment is too large: Line too long
47610 src/com/gps/webservice/PolygonRegionSOAPImpl.java 242 There is log block not surrounded by if
47611 src/com/gps/webservice/PolygonRegionSOAPImpl.java 242 There is log block not surrounded by if
47612 src/com/gps/webservice/PolygonRegionSOAPImpl.java 249 There is log block not surrounded by if
47613 src/com/gps/webservice/PolygonRegionSOAPImpl.java 249 There is log block not surrounded by if
47614 src/com/gps/webservice/PolygonRegionSOAPImpl.java 253 Comment is too large: Line too long
47615 src/com/gps/webservice/PolygonRegionSOAPImpl.java 257 Local variable 'school' could be declared final
47616 src/com/gps/webservice/PolygonRegionSOAPImpl.java 257 Potential violation of Law of Demeter (method chain calls)
47617 src/com/gps/webservice/PolygonRegionSOAPImpl.java 257 Potential violation of Law of Demeter (method chain calls)
47618 src/com/gps/webservice/PolygonRegionSOAPImpl.java 257 Potential violation of Law of Demeter (object not created locally)
47619 src/com/gps/webservice/PolygonRegionSOAPImpl.java 259 Local variable 'format' could be declared final
47620 src/com/gps/webservice/PolygonRegionSOAPImpl.java 259 When instantiating a SimpleDateFormat object, specify a Locale
47621 src/com/gps/webservice/PolygonRegionSOAPImpl.java 260 Local variable 'dateformat' could be declared final
47622 src/com/gps/webservice/PolygonRegionSOAPImpl.java 260 When instantiating a SimpleDateFormat object, specify a Locale
47623 src/com/gps/webservice/PolygonRegionSOAPImpl.java 261 Local variable 'date' could be declared final
47624 src/com/gps/webservice/PolygonRegionSOAPImpl.java 261 Potential violation of Law of Demeter (object not created locally)
47625 src/com/gps/webservice/PolygonRegionSOAPImpl.java 262 Local variable 'time' could be declared final
47626 src/com/gps/webservice/PolygonRegionSOAPImpl.java 262 Potential violation of Law of Demeter (object not created locally)
47627 src/com/gps/webservice/PolygonRegionSOAPImpl.java 263 Found 'DU'-anomaly for variable 'Packetformat' (lines '263'-'350').
47628 src/com/gps/webservice/PolygonRegionSOAPImpl.java 263 Local variable 'Packetformat' could be declared final
47629 src/com/gps/webservice/PolygonRegionSOAPImpl.java 263 Variables should start with a lowercase character, 'Packetformat' starts with uppercase character.
47630 src/com/gps/webservice/PolygonRegionSOAPImpl.java 263 When instantiating a SimpleDateFormat object, specify a Locale
47631 src/com/gps/webservice/PolygonRegionSOAPImpl.java 266 Found 'DD'-anomaly for variable 'dateDiff' (lines '266'-'267').
47632 src/com/gps/webservice/PolygonRegionSOAPImpl.java 266 Potential violation of Law of Demeter (method chain calls)
47633 src/com/gps/webservice/PolygonRegionSOAPImpl.java 266 Potential violation of Law of Demeter (method chain calls)
47634 src/com/gps/webservice/PolygonRegionSOAPImpl.java 268 Avoid using Literals in Conditional Statements
47635 src/com/gps/webservice/PolygonRegionSOAPImpl.java 271 Potential violation of Law of Demeter (object not created locally)
47636 src/com/gps/webservice/PolygonRegionSOAPImpl.java 272 Potential violation of Law of Demeter (object not created locally)
47637 src/com/gps/webservice/PolygonRegionSOAPImpl.java 275 There is log block not surrounded by if
47638 src/com/gps/webservice/PolygonRegionSOAPImpl.java 275 There is log block not surrounded by if
47639 src/com/gps/webservice/PolygonRegionSOAPImpl.java 277 Potential violation of Law of Demeter (object not created locally)
47640 src/com/gps/webservice/PolygonRegionSOAPImpl.java 277 The String literal "School" appears 4 times in this file; the first occurrence is on line 277
47641 src/com/gps/webservice/PolygonRegionSOAPImpl.java 278 Potential violation of Law of Demeter (object not created locally)
47642 src/com/gps/webservice/PolygonRegionSOAPImpl.java 281 Potential violation of Law of Demeter (object not created locally)
47643 src/com/gps/webservice/PolygonRegionSOAPImpl.java 288 Found 'DD'-anomaly for variable 'result1' (lines '288'-'303').
47644 src/com/gps/webservice/PolygonRegionSOAPImpl.java 288 Found 'DD'-anomaly for variable 'result1' (lines '288'-'306').
47645 src/com/gps/webservice/PolygonRegionSOAPImpl.java 288 Found 'DD'-anomaly for variable 'result1' (lines '288'-'309').
47646 src/com/gps/webservice/PolygonRegionSOAPImpl.java 289 Avoid using Literals in Conditional Statements
47647 src/com/gps/webservice/PolygonRegionSOAPImpl.java 291 Avoid if (x != y) ..; else ..;
47648 src/com/gps/webservice/PolygonRegionSOAPImpl.java 291 Potential violation of Law of Demeter (object not created locally)
47649 src/com/gps/webservice/PolygonRegionSOAPImpl.java 293 Local variable 'geoDao' could be declared final
47650 src/com/gps/webservice/PolygonRegionSOAPImpl.java 294 Local variable 'nxtFence' could be declared final
47651 src/com/gps/webservice/PolygonRegionSOAPImpl.java 294 Potential violation of Law of Demeter (object not created locally)
47652 src/com/gps/webservice/PolygonRegionSOAPImpl.java 294 Potential violation of Law of Demeter (object not created locally)
47653 src/com/gps/webservice/PolygonRegionSOAPImpl.java 295 Local variable 'fenceDistance' could be declared final
47654 src/com/gps/webservice/PolygonRegionSOAPImpl.java 295 Potential violation of Law of Demeter (object not created locally)
47655 src/com/gps/webservice/PolygonRegionSOAPImpl.java 295 Potential violation of Law of Demeter (object not created locally)
47656 src/com/gps/webservice/PolygonRegionSOAPImpl.java 296 Local variable 'speed' could be declared final
47657 src/com/gps/webservice/PolygonRegionSOAPImpl.java 297 Variables should start with a lowercase character, 'Expectedtime' starts with uppercase character.
47658 src/com/gps/webservice/PolygonRegionSOAPImpl.java 298 Avoid using Literals in Conditional Statements
47659 src/com/gps/webservice/PolygonRegionSOAPImpl.java 298 Avoid using if statements without curly braces
47660 src/com/gps/webservice/PolygonRegionSOAPImpl.java 301 Comment is too large: Line too long
47661 src/com/gps/webservice/PolygonRegionSOAPImpl.java 302 Potential violation of Law of Demeter (object not created locally)
47662 src/com/gps/webservice/PolygonRegionSOAPImpl.java 302 System.out.print is used
47663 src/com/gps/webservice/PolygonRegionSOAPImpl.java 303 Potential violation of Law of Demeter (method chain calls)
47664 src/com/gps/webservice/PolygonRegionSOAPImpl.java 303 Potential violation of Law of Demeter (object not created locally)
47665 src/com/gps/webservice/PolygonRegionSOAPImpl.java 303 Potential violation of Law of Demeter (object not created locally)
47666 src/com/gps/webservice/PolygonRegionSOAPImpl.java 303 The String literal "Organization: " appears 4 times in this file; the first occurrence is on line 303
47667 src/com/gps/webservice/PolygonRegionSOAPImpl.java 306 Avoid using if...else statements without curly braces
47668 src/com/gps/webservice/PolygonRegionSOAPImpl.java 306 Potential violation of Law of Demeter (method chain calls)
47669 src/com/gps/webservice/PolygonRegionSOAPImpl.java 306 Potential violation of Law of Demeter (object not created locally)
47670 src/com/gps/webservice/PolygonRegionSOAPImpl.java 306 Potential violation of Law of Demeter (object not created locally)
47671 src/com/gps/webservice/PolygonRegionSOAPImpl.java 309 Avoid using if...else statements without curly braces
47672 src/com/gps/webservice/PolygonRegionSOAPImpl.java 309 Potential violation of Law of Demeter (method chain calls)
47673 src/com/gps/webservice/PolygonRegionSOAPImpl.java 309 Potential violation of Law of Demeter (object not created locally)
47674 src/com/gps/webservice/PolygonRegionSOAPImpl.java 309 Potential violation of Law of Demeter (object not created locally)
47675 src/com/gps/webservice/PolygonRegionSOAPImpl.java 310 There is log block not surrounded by if
47676 src/com/gps/webservice/PolygonRegionSOAPImpl.java 310 There is log block not surrounded by if
47677 src/com/gps/webservice/PolygonRegionSOAPImpl.java 312 There is log block not surrounded by if
47678 src/com/gps/webservice/PolygonRegionSOAPImpl.java 312 There is log block not surrounded by if
47679 src/com/gps/webservice/PolygonRegionSOAPImpl.java 313 Found 'DD'-anomaly for variable 'mob' (lines '313'-'317').
47680 src/com/gps/webservice/PolygonRegionSOAPImpl.java 314 Comment is too large: Line too long
47681 src/com/gps/webservice/PolygonRegionSOAPImpl.java 316 System.out.print is used
47682 src/com/gps/webservice/PolygonRegionSOAPImpl.java 317 Potential violation of Law of Demeter (object not created locally)
47683 src/com/gps/webservice/PolygonRegionSOAPImpl.java 320 Avoid using if...else statements without curly braces
47684 src/com/gps/webservice/PolygonRegionSOAPImpl.java 320 There is log block not surrounded by if
47685 src/com/gps/webservice/PolygonRegionSOAPImpl.java 320 There is log block not surrounded by if
47686 src/com/gps/webservice/PolygonRegionSOAPImpl.java 321 Avoid using Literals in Conditional Statements
47687 src/com/gps/webservice/PolygonRegionSOAPImpl.java 323 The String literal " Total using first url" appears 4 times in this file; the first occurrence is on line 323
47688 src/com/gps/webservice/PolygonRegionSOAPImpl.java 323 The String literal " Total using second url" appears 4 times in this file; the first occurrence is on line 323
47689 src/com/gps/webservice/PolygonRegionSOAPImpl.java 323 The String literal "#################################Total sms sent:" appears 4 times in this file; the first occurrence is on line 323
47690 src/com/gps/webservice/PolygonRegionSOAPImpl.java 323 There is log block not surrounded by if
47691 src/com/gps/webservice/PolygonRegionSOAPImpl.java 323 There is log block not surrounded by if
47692 src/com/gps/webservice/PolygonRegionSOAPImpl.java 328 There is log block not surrounded by if
47693 src/com/gps/webservice/PolygonRegionSOAPImpl.java 328 There is log block not surrounded by if
47694 src/com/gps/webservice/PolygonRegionSOAPImpl.java 329 There is log block not surrounded by if
47695 src/com/gps/webservice/PolygonRegionSOAPImpl.java 329 There is log block not surrounded by if
47696 src/com/gps/webservice/PolygonRegionSOAPImpl.java 345 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47697 src/com/gps/webservice/PolygonRegionSOAPImpl.java 347 The String literal "Error at polygon service" appears 4 times in this file; the first occurrence is on line 347
47698 src/com/gps/webservice/PolygonRegionSOAPImpl.java 347 There is log block not surrounded by if
47699 src/com/gps/webservice/PolygonRegionSOAPImpl.java 353 A method/constructor shouldnt explicitly throw java.lang.Exception
47700 src/com/gps/webservice/PolygonRegionSOAPImpl.java 353 Avoid really long methods.
47701 src/com/gps/webservice/PolygonRegionSOAPImpl.java 353 Parameter 'lat' is not assigned and could be declared final
47702 src/com/gps/webservice/PolygonRegionSOAPImpl.java 353 Parameter 'lon' is not assigned and could be declared final
47703 src/com/gps/webservice/PolygonRegionSOAPImpl.java 353 Parameter 'packetTime' is not assigned and could be declared final
47704 src/com/gps/webservice/PolygonRegionSOAPImpl.java 353 Parameter 'vehicleId' is not assigned and could be declared final
47705 src/com/gps/webservice/PolygonRegionSOAPImpl.java 353 The method 'pointInPolygon' has a Cyclomatic Complexity of 27.
47706 src/com/gps/webservice/PolygonRegionSOAPImpl.java 353 The method pointInPolygon() has an NCSS line count of 107
47707 src/com/gps/webservice/PolygonRegionSOAPImpl.java 353 The method pointInPolygon() has an NPath complexity of 6531
47708 src/com/gps/webservice/PolygonRegionSOAPImpl.java 353 publicMethodCommentRequirement Required
47709 src/com/gps/webservice/PolygonRegionSOAPImpl.java 356 Found 'DU'-anomaly for variable 'trip' (lines '356'-'583').
47710 src/com/gps/webservice/PolygonRegionSOAPImpl.java 357 Local variable 'daoVeh' could be declared final
47711 src/com/gps/webservice/PolygonRegionSOAPImpl.java 358 Found 'DD'-anomaly for variable 'inFence' (lines '358'-'408').
47712 src/com/gps/webservice/PolygonRegionSOAPImpl.java 358 Found 'DD'-anomaly for variable 'inFence' (lines '358'-'411').
47713 src/com/gps/webservice/PolygonRegionSOAPImpl.java 358 Found 'DU'-anomaly for variable 'inFence' (lines '358'-'583').
47714 src/com/gps/webservice/PolygonRegionSOAPImpl.java 363 Avoid using Literals in Conditional Statements
47715 src/com/gps/webservice/PolygonRegionSOAPImpl.java 365 Local variable 'config' could be declared final
47716 src/com/gps/webservice/PolygonRegionSOAPImpl.java 366 Local variable 'props' could be declared final
47717 src/com/gps/webservice/PolygonRegionSOAPImpl.java 366 Potential violation of Law of Demeter (object not created locally)
47718 src/com/gps/webservice/PolygonRegionSOAPImpl.java 367 Potential violation of Law of Demeter (object not created locally)
47719 src/com/gps/webservice/PolygonRegionSOAPImpl.java 368 Potential violation of Law of Demeter (object not created locally)
47720 src/com/gps/webservice/PolygonRegionSOAPImpl.java 369 Potential violation of Law of Demeter (object not created locally)
47721 src/com/gps/webservice/PolygonRegionSOAPImpl.java 370 Potential violation of Law of Demeter (object not created locally)
47722 src/com/gps/webservice/PolygonRegionSOAPImpl.java 371 Potential violation of Law of Demeter (object not created locally)
47723 src/com/gps/webservice/PolygonRegionSOAPImpl.java 372 There is log block not surrounded by if
47724 src/com/gps/webservice/PolygonRegionSOAPImpl.java 372 There is log block not surrounded by if
47725 src/com/gps/webservice/PolygonRegionSOAPImpl.java 375 Local variable 'vehicleObj' could be declared final
47726 src/com/gps/webservice/PolygonRegionSOAPImpl.java 375 Potential violation of Law of Demeter (object not created locally)
47727 src/com/gps/webservice/PolygonRegionSOAPImpl.java 376 Local variable 'orgId' could be declared final
47728 src/com/gps/webservice/PolygonRegionSOAPImpl.java 376 Potential violation of Law of Demeter (method chain calls)
47729 src/com/gps/webservice/PolygonRegionSOAPImpl.java 376 Potential violation of Law of Demeter (object not created locally)
47730 src/com/gps/webservice/PolygonRegionSOAPImpl.java 377 Comment is too large: Line too long
47731 src/com/gps/webservice/PolygonRegionSOAPImpl.java 378 Potential violation of Law of Demeter (object not created locally)
47732 src/com/gps/webservice/PolygonRegionSOAPImpl.java 380 There is log block not surrounded by if
47733 src/com/gps/webservice/PolygonRegionSOAPImpl.java 380 There is log block not surrounded by if
47734 src/com/gps/webservice/PolygonRegionSOAPImpl.java 381 A method should have only one exit point, and that should be the last statement in the method
47735 src/com/gps/webservice/PolygonRegionSOAPImpl.java 384 There is log block not surrounded by if
47736 src/com/gps/webservice/PolygonRegionSOAPImpl.java 384 There is log block not surrounded by if
47737 src/com/gps/webservice/PolygonRegionSOAPImpl.java 387 Found 'DD'-anomaly for variable 'currentFence' (lines '387'-'405').
47738 src/com/gps/webservice/PolygonRegionSOAPImpl.java 389 Found 'DD'-anomaly for variable 'sessVal' (lines '389'-'392').
47739 src/com/gps/webservice/PolygonRegionSOAPImpl.java 391 There is log block not surrounded by if
47740 src/com/gps/webservice/PolygonRegionSOAPImpl.java 391 There is log block not surrounded by if
47741 src/com/gps/webservice/PolygonRegionSOAPImpl.java 393 Avoid using Literals in Conditional Statements
47742 src/com/gps/webservice/PolygonRegionSOAPImpl.java 395 There is log block not surrounded by if
47743 src/com/gps/webservice/PolygonRegionSOAPImpl.java 395 There is log block not surrounded by if
47744 src/com/gps/webservice/PolygonRegionSOAPImpl.java 399 There is log block not surrounded by if
47745 src/com/gps/webservice/PolygonRegionSOAPImpl.java 399 There is log block not surrounded by if
47746 src/com/gps/webservice/PolygonRegionSOAPImpl.java 402 Avoid using if statements without curly braces
47747 src/com/gps/webservice/PolygonRegionSOAPImpl.java 408 Found 'DD'-anomaly for variable 'inFence' (lines '408'-'450').
47748 src/com/gps/webservice/PolygonRegionSOAPImpl.java 408 Found 'DU'-anomaly for variable 'inFence' (lines '408'-'583').
47749 src/com/gps/webservice/PolygonRegionSOAPImpl.java 411 Found 'DD'-anomaly for variable 'inFence' (lines '411'-'450').
47750 src/com/gps/webservice/PolygonRegionSOAPImpl.java 411 Found 'DU'-anomaly for variable 'inFence' (lines '411'-'583').
47751 src/com/gps/webservice/PolygonRegionSOAPImpl.java 425 Avoid if (x != y) ..; else ..;
47752 src/com/gps/webservice/PolygonRegionSOAPImpl.java 428 Avoid if (x != y) ..; else ..;
47753 src/com/gps/webservice/PolygonRegionSOAPImpl.java 430 System.out.print is used
47754 src/com/gps/webservice/PolygonRegionSOAPImpl.java 435 Potential violation of Law of Demeter (object not created locally)
47755 src/com/gps/webservice/PolygonRegionSOAPImpl.java 435 There is log block not surrounded by if
47756 src/com/gps/webservice/PolygonRegionSOAPImpl.java 435 There is log block not surrounded by if
47757 src/com/gps/webservice/PolygonRegionSOAPImpl.java 442 There is log block not surrounded by if
47758 src/com/gps/webservice/PolygonRegionSOAPImpl.java 442 There is log block not surrounded by if
47759 src/com/gps/webservice/PolygonRegionSOAPImpl.java 444 Potential violation of Law of Demeter (method chain calls)
47760 src/com/gps/webservice/PolygonRegionSOAPImpl.java 444 Potential violation of Law of Demeter (method chain calls)
47761 src/com/gps/webservice/PolygonRegionSOAPImpl.java 444 Potential violation of Law of Demeter (object not created locally)
47762 src/com/gps/webservice/PolygonRegionSOAPImpl.java 454 Found 'DD'-anomaly for variable 'dateDiff' (lines '454'-'455').
47763 src/com/gps/webservice/PolygonRegionSOAPImpl.java 454 Potential violation of Law of Demeter (method chain calls)
47764 src/com/gps/webservice/PolygonRegionSOAPImpl.java 454 Potential violation of Law of Demeter (method chain calls)
47765 src/com/gps/webservice/PolygonRegionSOAPImpl.java 460 Avoid using if...else statements without curly braces
47766 src/com/gps/webservice/PolygonRegionSOAPImpl.java 460 There is log block not surrounded by if
47767 src/com/gps/webservice/PolygonRegionSOAPImpl.java 460 There is log block not surrounded by if
47768 src/com/gps/webservice/PolygonRegionSOAPImpl.java 461 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47769 src/com/gps/webservice/PolygonRegionSOAPImpl.java 463 There is log block not surrounded by if
47770 src/com/gps/webservice/PolygonRegionSOAPImpl.java 463 There is log block not surrounded by if
47771 src/com/gps/webservice/PolygonRegionSOAPImpl.java 464 Avoid printStackTrace(); use a logger call instead.
47772 src/com/gps/webservice/PolygonRegionSOAPImpl.java 464 Potential violation of Law of Demeter (object not created locally)
47773 src/com/gps/webservice/PolygonRegionSOAPImpl.java 470 Local variable 'vehId' could be declared final
47774 src/com/gps/webservice/PolygonRegionSOAPImpl.java 486 Comment is too large: Line too long
47775 src/com/gps/webservice/PolygonRegionSOAPImpl.java 488 There is log block not surrounded by if
47776 src/com/gps/webservice/PolygonRegionSOAPImpl.java 488 There is log block not surrounded by if
47777 src/com/gps/webservice/PolygonRegionSOAPImpl.java 491 Comment is too large: Line too long
47778 src/com/gps/webservice/PolygonRegionSOAPImpl.java 494 Comment is too large: Line too long
47779 src/com/gps/webservice/PolygonRegionSOAPImpl.java 496 Comment is too large: Line too long
47780 src/com/gps/webservice/PolygonRegionSOAPImpl.java 498 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47781 src/com/gps/webservice/PolygonRegionSOAPImpl.java 499 There is log block not surrounded by if
47782 src/com/gps/webservice/PolygonRegionSOAPImpl.java 504 Avoid if (x != y) ..; else ..;
47783 src/com/gps/webservice/PolygonRegionSOAPImpl.java 507 Avoid unused local variables such as 'SeqFence'.
47784 src/com/gps/webservice/PolygonRegionSOAPImpl.java 507 Found 'DD'-anomaly for variable 'SeqFence' (lines '507'-'513').
47785 src/com/gps/webservice/PolygonRegionSOAPImpl.java 507 Found 'DD'-anomaly for variable 'SeqFence' (lines '507'-'519').
47786 src/com/gps/webservice/PolygonRegionSOAPImpl.java 507 Found 'DU'-anomaly for variable 'SeqFence' (lines '507'-'583').
47787 src/com/gps/webservice/PolygonRegionSOAPImpl.java 507 Variables should start with a lowercase character, 'SeqFence' starts with uppercase character.
47788 src/com/gps/webservice/PolygonRegionSOAPImpl.java 509 Avoid using Literals in Conditional Statements
47789 src/com/gps/webservice/PolygonRegionSOAPImpl.java 511 Potential violation of Law of Demeter (method chain calls)
47790 src/com/gps/webservice/PolygonRegionSOAPImpl.java 512 Avoid using if statements without curly braces
47791 src/com/gps/webservice/PolygonRegionSOAPImpl.java 513 Found 'DU'-anomaly for variable 'SeqFence' (lines '513'-'583').
47792 src/com/gps/webservice/PolygonRegionSOAPImpl.java 513 Potential violation of Law of Demeter (method chain calls)
47793 src/com/gps/webservice/PolygonRegionSOAPImpl.java 517 Potential violation of Law of Demeter (method chain calls)
47794 src/com/gps/webservice/PolygonRegionSOAPImpl.java 518 Avoid using if statements without curly braces
47795 src/com/gps/webservice/PolygonRegionSOAPImpl.java 519 Found 'DU'-anomaly for variable 'SeqFence' (lines '519'-'583').
47796 src/com/gps/webservice/PolygonRegionSOAPImpl.java 519 Potential violation of Law of Demeter (method chain calls)
47797 src/com/gps/webservice/PolygonRegionSOAPImpl.java 525 Avoid variables with short names like c
47798 src/com/gps/webservice/PolygonRegionSOAPImpl.java 525 Local variable 'c' could be declared final
47799 src/com/gps/webservice/PolygonRegionSOAPImpl.java 526 Potential violation of Law of Demeter (object not created locally)
47800 src/com/gps/webservice/PolygonRegionSOAPImpl.java 526 Potential violation of Law of Demeter (object not created locally)
47801 src/com/gps/webservice/PolygonRegionSOAPImpl.java 527 Potential violation of Law of Demeter (object not created locally)
47802 src/com/gps/webservice/PolygonRegionSOAPImpl.java 527 Potential violation of Law of Demeter (object not created locally)
47803 src/com/gps/webservice/PolygonRegionSOAPImpl.java 528 Potential violation of Law of Demeter (object not created locally)
47804 src/com/gps/webservice/PolygonRegionSOAPImpl.java 528 Potential violation of Law of Demeter (object not created locally)
47805 src/com/gps/webservice/PolygonRegionSOAPImpl.java 529 Potential violation of Law of Demeter (object not created locally)
47806 src/com/gps/webservice/PolygonRegionSOAPImpl.java 529 There is log block not surrounded by if
47807 src/com/gps/webservice/PolygonRegionSOAPImpl.java 529 There is log block not surrounded by if
47808 src/com/gps/webservice/PolygonRegionSOAPImpl.java 530 Comment is too large: Line too long
47809 src/com/gps/webservice/PolygonRegionSOAPImpl.java 531 Potential violation of Law of Demeter (object not created locally)
47810 src/com/gps/webservice/PolygonRegionSOAPImpl.java 533 There is log block not surrounded by if
47811 src/com/gps/webservice/PolygonRegionSOAPImpl.java 533 There is log block not surrounded by if
47812 src/com/gps/webservice/PolygonRegionSOAPImpl.java 536 A method should have only one exit point, and that should be the last statement in the method
47813 src/com/gps/webservice/PolygonRegionSOAPImpl.java 536 Avoid using if...else statements without curly braces
47814 src/com/gps/webservice/PolygonRegionSOAPImpl.java 540 Local variable 'geoDAO' could be declared final
47815 src/com/gps/webservice/PolygonRegionSOAPImpl.java 542 Avoid using Literals in Conditional Statements
47816 src/com/gps/webservice/PolygonRegionSOAPImpl.java 543 Avoid using if...else statements without curly braces
47817 src/com/gps/webservice/PolygonRegionSOAPImpl.java 543 Potential violation of Law of Demeter (method chain calls)
47818 src/com/gps/webservice/PolygonRegionSOAPImpl.java 543 Potential violation of Law of Demeter (method chain calls)
47819 src/com/gps/webservice/PolygonRegionSOAPImpl.java 543 Potential violation of Law of Demeter (object not created locally)
47820 src/com/gps/webservice/PolygonRegionSOAPImpl.java 545 Avoid using if...else statements without curly braces
47821 src/com/gps/webservice/PolygonRegionSOAPImpl.java 545 Potential violation of Law of Demeter (method chain calls)
47822 src/com/gps/webservice/PolygonRegionSOAPImpl.java 545 Potential violation of Law of Demeter (method chain calls)
47823 src/com/gps/webservice/PolygonRegionSOAPImpl.java 545 Potential violation of Law of Demeter (object not created locally)
47824 src/com/gps/webservice/PolygonRegionSOAPImpl.java 549 Potential violation of Law of Demeter (object not created locally)
47825 src/com/gps/webservice/PolygonRegionSOAPImpl.java 549 There is log block not surrounded by if
47826 src/com/gps/webservice/PolygonRegionSOAPImpl.java 549 There is log block not surrounded by if
47827 src/com/gps/webservice/PolygonRegionSOAPImpl.java 550 Potential violation of Law of Demeter (object not created locally)
47828 src/com/gps/webservice/PolygonRegionSOAPImpl.java 550 Potential violation of Law of Demeter (object not created locally)
47829 src/com/gps/webservice/PolygonRegionSOAPImpl.java 559 There is log block not surrounded by if
47830 src/com/gps/webservice/PolygonRegionSOAPImpl.java 559 There is log block not surrounded by if
47831 src/com/gps/webservice/PolygonRegionSOAPImpl.java 565 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47832 src/com/gps/webservice/PolygonRegionSOAPImpl.java 567 There is log block not surrounded by if
47833 src/com/gps/webservice/PolygonRegionSOAPImpl.java 574 There is log block not surrounded by if
47834 src/com/gps/webservice/PolygonRegionSOAPImpl.java 574 There is log block not surrounded by if
47835 src/com/gps/webservice/PolygonRegionSOAPImpl.java 576 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47836 src/com/gps/webservice/PolygonRegionSOAPImpl.java 578 There is log block not surrounded by if
47837 src/com/gps/webservice/PolygonRegionSOAPImpl.java 585 Parameter 'currentFence' is not assigned and could be declared final
47838 src/com/gps/webservice/PolygonRegionSOAPImpl.java 585 Parameter 'packetTime' is not assigned and could be declared final
47839 src/com/gps/webservice/PolygonRegionSOAPImpl.java 585 Parameter 'sessVal' is not assigned and could be declared final
47840 src/com/gps/webservice/PolygonRegionSOAPImpl.java 585 Parameter 'vehicleId' is not assigned and could be declared final
47841 src/com/gps/webservice/PolygonRegionSOAPImpl.java 587 Found 'DD'-anomaly for variable 'tripList' (lines '587'-'593').
47842 src/com/gps/webservice/PolygonRegionSOAPImpl.java 588 Found 'DD'-anomaly for variable 'firstFence' (lines '588'-'600').
47843 src/com/gps/webservice/PolygonRegionSOAPImpl.java 588 Found 'DU'-anomaly for variable 'firstFence' (lines '588'-'620').
47844 src/com/gps/webservice/PolygonRegionSOAPImpl.java 589 Found 'DD'-anomaly for variable 'currentTrip' (lines '589'-'597').
47845 src/com/gps/webservice/PolygonRegionSOAPImpl.java 589 Found 'DU'-anomaly for variable 'currentTrip' (lines '589'-'620').
47846 src/com/gps/webservice/PolygonRegionSOAPImpl.java 595 Avoid using Literals in Conditional Statements
47847 src/com/gps/webservice/PolygonRegionSOAPImpl.java 595 Potential violation of Law of Demeter (object not created locally)
47848 src/com/gps/webservice/PolygonRegionSOAPImpl.java 600 Potential violation of Law of Demeter (object not created locally)
47849 src/com/gps/webservice/PolygonRegionSOAPImpl.java 603 Potential violation of Law of Demeter (object not created locally)
47850 src/com/gps/webservice/PolygonRegionSOAPImpl.java 603 Potential violation of Law of Demeter (object not created locally)
47851 src/com/gps/webservice/PolygonRegionSOAPImpl.java 606 There is log block not surrounded by if
47852 src/com/gps/webservice/PolygonRegionSOAPImpl.java 606 There is log block not surrounded by if
47853 src/com/gps/webservice/PolygonRegionSOAPImpl.java 609 There is log block not surrounded by if
47854 src/com/gps/webservice/PolygonRegionSOAPImpl.java 609 There is log block not surrounded by if
47855 src/com/gps/webservice/PolygonRegionSOAPImpl.java 613 A method should have only one exit point, and that should be the last statement in the method
47856 src/com/gps/webservice/PolygonRegionSOAPImpl.java 613 Avoid using if...else statements without curly braces
47857 src/com/gps/webservice/PolygonRegionSOAPImpl.java 615 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47858 src/com/gps/webservice/PolygonRegionSOAPImpl.java 617 Avoid printStackTrace(); use a logger call instead.
47859 src/com/gps/webservice/PolygonRegionSOAPImpl.java 617 Potential violation of Law of Demeter (object not created locally)
47860 src/com/gps/webservice/PolygonRegionSOAPImpl.java 623 Parameter 'currentFence' is not assigned and could be declared final
47861 src/com/gps/webservice/PolygonRegionSOAPImpl.java 623 Parameter 'packetTime' is not assigned and could be declared final
47862 src/com/gps/webservice/PolygonRegionSOAPImpl.java 623 Parameter 'sessVal' is not assigned and could be declared final
47863 src/com/gps/webservice/PolygonRegionSOAPImpl.java 623 Parameter 'vehicleId' is not assigned and could be declared final
47864 src/com/gps/webservice/PolygonRegionSOAPImpl.java 626 Found 'DD'-anomaly for variable 'tripList' (lines '626'-'634').
47865 src/com/gps/webservice/PolygonRegionSOAPImpl.java 627 Found 'DD'-anomaly for variable 'lastFence' (lines '627'-'646').
47866 src/com/gps/webservice/PolygonRegionSOAPImpl.java 627 Found 'DU'-anomaly for variable 'lastFence' (lines '627'-'700').
47867 src/com/gps/webservice/PolygonRegionSOAPImpl.java 628 Found 'DD'-anomaly for variable 'currentTrip' (lines '628'-'642').
47868 src/com/gps/webservice/PolygonRegionSOAPImpl.java 628 Found 'DD'-anomaly for variable 'nextTrip' (lines '628'-'663').
47869 src/com/gps/webservice/PolygonRegionSOAPImpl.java 628 Found 'DU'-anomaly for variable 'currentTrip' (lines '628'-'700').
47870 src/com/gps/webservice/PolygonRegionSOAPImpl.java 628 Found 'DU'-anomaly for variable 'nextTrip' (lines '628'-'700').
47871 src/com/gps/webservice/PolygonRegionSOAPImpl.java 628 Use one line for each declaration, it enhances code readability.
47872 src/com/gps/webservice/PolygonRegionSOAPImpl.java 639 Avoid using Literals in Conditional Statements
47873 src/com/gps/webservice/PolygonRegionSOAPImpl.java 639 Potential violation of Law of Demeter (object not created locally)
47874 src/com/gps/webservice/PolygonRegionSOAPImpl.java 641 Potential violation of Law of Demeter (object not created locally)
47875 src/com/gps/webservice/PolygonRegionSOAPImpl.java 641 There is log block not surrounded by if
47876 src/com/gps/webservice/PolygonRegionSOAPImpl.java 641 There is log block not surrounded by if
47877 src/com/gps/webservice/PolygonRegionSOAPImpl.java 644 Avoid if (x != y) ..; else ..;
47878 src/com/gps/webservice/PolygonRegionSOAPImpl.java 646 Potential violation of Law of Demeter (object not created locally)
47879 src/com/gps/webservice/PolygonRegionSOAPImpl.java 648 Potential violation of Law of Demeter (object not created locally)
47880 src/com/gps/webservice/PolygonRegionSOAPImpl.java 648 Potential violation of Law of Demeter (object not created locally)
47881 src/com/gps/webservice/PolygonRegionSOAPImpl.java 648 There is log block not surrounded by if
47882 src/com/gps/webservice/PolygonRegionSOAPImpl.java 648 There is log block not surrounded by if
47883 src/com/gps/webservice/PolygonRegionSOAPImpl.java 650 Avoid using Literals in Conditional Statements
47884 src/com/gps/webservice/PolygonRegionSOAPImpl.java 651 Avoid using if...else statements without curly braces
47885 src/com/gps/webservice/PolygonRegionSOAPImpl.java 653 Avoid using if...else statements without curly braces
47886 src/com/gps/webservice/PolygonRegionSOAPImpl.java 655 There is log block not surrounded by if
47887 src/com/gps/webservice/PolygonRegionSOAPImpl.java 655 There is log block not surrounded by if
47888 src/com/gps/webservice/PolygonRegionSOAPImpl.java 662 There is log block not surrounded by if
47889 src/com/gps/webservice/PolygonRegionSOAPImpl.java 662 There is log block not surrounded by if
47890 src/com/gps/webservice/PolygonRegionSOAPImpl.java 667 Avoid if (x != y) ..; else ..;
47891 src/com/gps/webservice/PolygonRegionSOAPImpl.java 670 Potential violation of Law of Demeter (object not created locally)
47892 src/com/gps/webservice/PolygonRegionSOAPImpl.java 670 There is log block not surrounded by if
47893 src/com/gps/webservice/PolygonRegionSOAPImpl.java 670 There is log block not surrounded by if
47894 src/com/gps/webservice/PolygonRegionSOAPImpl.java 673 There is log block not surrounded by if
47895 src/com/gps/webservice/PolygonRegionSOAPImpl.java 673 There is log block not surrounded by if
47896 src/com/gps/webservice/PolygonRegionSOAPImpl.java 676 Potential violation of Law of Demeter (object not created locally)
47897 src/com/gps/webservice/PolygonRegionSOAPImpl.java 676 There is log block not surrounded by if
47898 src/com/gps/webservice/PolygonRegionSOAPImpl.java 676 There is log block not surrounded by if
47899 src/com/gps/webservice/PolygonRegionSOAPImpl.java 681 There is log block not surrounded by if
47900 src/com/gps/webservice/PolygonRegionSOAPImpl.java 681 There is log block not surrounded by if
47901 src/com/gps/webservice/PolygonRegionSOAPImpl.java 685 There is log block not surrounded by if
47902 src/com/gps/webservice/PolygonRegionSOAPImpl.java 685 There is log block not surrounded by if
47903 src/com/gps/webservice/PolygonRegionSOAPImpl.java 689 There is log block not surrounded by if
47904 src/com/gps/webservice/PolygonRegionSOAPImpl.java 689 There is log block not surrounded by if
47905 src/com/gps/webservice/PolygonRegionSOAPImpl.java 690 A method should have only one exit point, and that should be the last statement in the method
47906 src/com/gps/webservice/PolygonRegionSOAPImpl.java 695 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47907 src/com/gps/webservice/PolygonRegionSOAPImpl.java 697 Avoid printStackTrace(); use a logger call instead.
47908 src/com/gps/webservice/PolygonRegionSOAPImpl.java 697 Potential violation of Law of Demeter (object not created locally)
47909 src/com/gps/webservice/PolygonRegionSOAPImpl.java 704 Parameter 'nextTrip' is not assigned and could be declared final
47910 src/com/gps/webservice/PolygonRegionSOAPImpl.java 704 Parameter 'sessVal' is not assigned and could be declared final
47911 src/com/gps/webservice/PolygonRegionSOAPImpl.java 704 Parameter 'time' is not assigned and could be declared final
47912 src/com/gps/webservice/PolygonRegionSOAPImpl.java 707 Local variable 'cal' could be declared final
47913 src/com/gps/webservice/PolygonRegionSOAPImpl.java 708 Found 'DD'-anomaly for variable 'nxtTriptime' (lines '708'-'724').
47914 src/com/gps/webservice/PolygonRegionSOAPImpl.java 709 Found 'DD'-anomaly for variable 'packTime' (lines '709'-'713').
47915 src/com/gps/webservice/PolygonRegionSOAPImpl.java 712 There is log block not surrounded by if
47916 src/com/gps/webservice/PolygonRegionSOAPImpl.java 712 There is log block not surrounded by if
47917 src/com/gps/webservice/PolygonRegionSOAPImpl.java 715 Potential violation of Law of Demeter (object not created locally)
47918 src/com/gps/webservice/PolygonRegionSOAPImpl.java 716 Avoid using Literals in Conditional Statements
47919 src/com/gps/webservice/PolygonRegionSOAPImpl.java 717 Potential violation of Law of Demeter (object not created locally)
47920 src/com/gps/webservice/PolygonRegionSOAPImpl.java 718 Potential violation of Law of Demeter (object not created locally)
47921 src/com/gps/webservice/PolygonRegionSOAPImpl.java 720 Potential violation of Law of Demeter (object not created locally)
47922 src/com/gps/webservice/PolygonRegionSOAPImpl.java 721 Potential violation of Law of Demeter (object not created locally)
47923 src/com/gps/webservice/PolygonRegionSOAPImpl.java 724 Potential violation of Law of Demeter (object not created locally)
47924 src/com/gps/webservice/PolygonRegionSOAPImpl.java 726 There is log block not surrounded by if
47925 src/com/gps/webservice/PolygonRegionSOAPImpl.java 726 There is log block not surrounded by if
47926 src/com/gps/webservice/PolygonRegionSOAPImpl.java 727 Useless parentheses.
47927 src/com/gps/webservice/PolygonRegionSOAPImpl.java 728 A method should have only one exit point, and that should be the last statement in the method
47928 src/com/gps/webservice/PolygonRegionSOAPImpl.java 731 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47929 src/com/gps/webservice/PolygonRegionSOAPImpl.java 733 Avoid printStackTrace(); use a logger call instead.
47930 src/com/gps/webservice/PolygonRegionSOAPImpl.java 733 Potential violation of Law of Demeter (object not created locally)
47931 src/com/gps/webservice/PolygonRegionSOAPImpl.java 734 A method should have only one exit point, and that should be the last statement in the method
47932 src/com/gps/webservice/PolygonRegionSOAPImpl.java 739 Parameter 'tripList' is not assigned and could be declared final
47933 src/com/gps/webservice/PolygonRegionSOAPImpl.java 740 Parameter 'currentTrip' is not assigned and could be declared final
47934 src/com/gps/webservice/PolygonRegionSOAPImpl.java 742 Found 'DD'-anomaly for variable 'tripNext' (lines '742'-'748').
47935 src/com/gps/webservice/PolygonRegionSOAPImpl.java 746 Potential violation of Law of Demeter (method chain calls)
47936 src/com/gps/webservice/PolygonRegionSOAPImpl.java 746 Potential violation of Law of Demeter (method chain calls)
47937 src/com/gps/webservice/PolygonRegionSOAPImpl.java 746 Potential violation of Law of Demeter (method chain calls)
47938 src/com/gps/webservice/PolygonRegionSOAPImpl.java 746 Potential violation of Law of Demeter (method chain calls)
47939 src/com/gps/webservice/PolygonRegionSOAPImpl.java 746 Potential violation of Law of Demeter (method chain calls)
47940 src/com/gps/webservice/PolygonRegionSOAPImpl.java 746 Potential violation of Law of Demeter (method chain calls)
47941 src/com/gps/webservice/PolygonRegionSOAPImpl.java 746 There is log block not surrounded by if
47942 src/com/gps/webservice/PolygonRegionSOAPImpl.java 746 There is log block not surrounded by if
47943 src/com/gps/webservice/PolygonRegionSOAPImpl.java 747 Potential violation of Law of Demeter (method chain calls)
47944 src/com/gps/webservice/PolygonRegionSOAPImpl.java 753 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47945 src/com/gps/webservice/PolygonRegionSOAPImpl.java 755 Avoid printStackTrace(); use a logger call instead.
47946 src/com/gps/webservice/PolygonRegionSOAPImpl.java 755 Potential violation of Law of Demeter (object not created locally)
47947 src/com/gps/webservice/PolygonRegionSOAPImpl.java 760 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
47948 src/com/gps/webservice/PolygonRegionSOAPImpl.java 760 Parameter 'currentFence' is not assigned and could be declared final
47949 src/com/gps/webservice/PolygonRegionSOAPImpl.java 760 Parameter 'inFence' is not assigned and could be declared final
47950 src/com/gps/webservice/PolygonRegionSOAPImpl.java 760 Parameter 'packetTime' is not assigned and could be declared final
47951 src/com/gps/webservice/PolygonRegionSOAPImpl.java 760 Parameter 'tripDetails' is not assigned and could be declared final
47952 src/com/gps/webservice/PolygonRegionSOAPImpl.java 760 Parameter 'vehicleId' is not assigned and could be declared final
47953 src/com/gps/webservice/PolygonRegionSOAPImpl.java 762 There is log block not surrounded by if
47954 src/com/gps/webservice/PolygonRegionSOAPImpl.java 762 There is log block not surrounded by if
47955 src/com/gps/webservice/PolygonRegionSOAPImpl.java 770 There is log block not surrounded by if
47956 src/com/gps/webservice/PolygonRegionSOAPImpl.java 770 There is log block not surrounded by if
47957 src/com/gps/webservice/PolygonRegionSOAPImpl.java 771 Local variable 'daoObj' could be declared final
47958 src/com/gps/webservice/PolygonRegionSOAPImpl.java 773 Local variable 'reportDao' could be declared final
47959 src/com/gps/webservice/PolygonRegionSOAPImpl.java 779 Potential violation of Law of Demeter (method chain calls)
47960 src/com/gps/webservice/PolygonRegionSOAPImpl.java 779 Potential violation of Law of Demeter (method chain calls)
47961 src/com/gps/webservice/PolygonRegionSOAPImpl.java 781 Potential violation of Law of Demeter (method chain calls)
47962 src/com/gps/webservice/PolygonRegionSOAPImpl.java 781 Potential violation of Law of Demeter (method chain calls)
47963 src/com/gps/webservice/PolygonRegionSOAPImpl.java 781 There is log block not surrounded by if
47964 src/com/gps/webservice/PolygonRegionSOAPImpl.java 781 There is log block not surrounded by if
47965 src/com/gps/webservice/PolygonRegionSOAPImpl.java 782 Local variable 'daoObj' could be declared final
47966 src/com/gps/webservice/PolygonRegionSOAPImpl.java 783 Local variable 'reportDao' could be declared final
47967 src/com/gps/webservice/PolygonRegionSOAPImpl.java 795 There is log block not surrounded by if
47968 src/com/gps/webservice/PolygonRegionSOAPImpl.java 795 There is log block not surrounded by if
47969 src/com/gps/webservice/PolygonRegionSOAPImpl.java 800 Potential violation of Law of Demeter (method chain calls)
47970 src/com/gps/webservice/PolygonRegionSOAPImpl.java 800 Potential violation of Law of Demeter (method chain calls)
47971 src/com/gps/webservice/PolygonRegionSOAPImpl.java 800 There is log block not surrounded by if
47972 src/com/gps/webservice/PolygonRegionSOAPImpl.java 800 There is log block not surrounded by if
47973 src/com/gps/webservice/PolygonRegionSOAPImpl.java 801 Local variable 'daoObj' could be declared final
47974 src/com/gps/webservice/PolygonRegionSOAPImpl.java 802 Local variable 'reportDao' could be declared final
47975 src/com/gps/webservice/PolygonRegionSOAPImpl.java 808 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47976 src/com/gps/webservice/PolygonRegionSOAPImpl.java 810 The String literal "error:" appears 4 times in this file; the first occurrence is on line 810
47977 src/com/gps/webservice/PolygonRegionSOAPImpl.java 810 There is log block not surrounded by if
47978 src/com/gps/webservice/PolygonRegionSOAPImpl.java 815 Avoid unused method parameters such as 'packetTime'.
47979 src/com/gps/webservice/PolygonRegionSOAPImpl.java 815 Parameter 'packetTime' is not assigned and could be declared final
47980 src/com/gps/webservice/PolygonRegionSOAPImpl.java 815 Parameter 'session' is not assigned and could be declared final
47981 src/com/gps/webservice/PolygonRegionSOAPImpl.java 815 Parameter 'trip' is not assigned and could be declared final
47982 src/com/gps/webservice/PolygonRegionSOAPImpl.java 815 Parameter 'vehicleId' is not assigned and could be declared final
47983 src/com/gps/webservice/PolygonRegionSOAPImpl.java 821 Local variable 'startFence' could be declared final
47984 src/com/gps/webservice/PolygonRegionSOAPImpl.java 827 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47985 src/com/gps/webservice/PolygonRegionSOAPImpl.java 829 There is log block not surrounded by if
47986 src/com/gps/webservice/PolygonRegionSOAPImpl.java 834 Comment is too large: Line too long
47987 src/com/gps/webservice/PolygonRegionSOAPImpl.java 835 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
47988 src/com/gps/webservice/PolygonRegionSOAPImpl.java 835 Avoid really long methods.
47989 src/com/gps/webservice/PolygonRegionSOAPImpl.java 835 Parameter 'currentFence' is not assigned and could be declared final
47990 src/com/gps/webservice/PolygonRegionSOAPImpl.java 835 Parameter 'currentLat' is not assigned and could be declared final
47991 src/com/gps/webservice/PolygonRegionSOAPImpl.java 835 Parameter 'currentLon' is not assigned and could be declared final
47992 src/com/gps/webservice/PolygonRegionSOAPImpl.java 835 Parameter 'inPolygon' is not assigned and could be declared final
47993 src/com/gps/webservice/PolygonRegionSOAPImpl.java 835 Parameter 'packetTime' is not assigned and could be declared final
47994 src/com/gps/webservice/PolygonRegionSOAPImpl.java 835 Parameter 'sessVal' is not assigned and could be declared final
47995 src/com/gps/webservice/PolygonRegionSOAPImpl.java 835 Parameter 'trip' is not assigned and could be declared final
47996 src/com/gps/webservice/PolygonRegionSOAPImpl.java 835 Parameter 'vehicleId' is not assigned and could be declared final
47997 src/com/gps/webservice/PolygonRegionSOAPImpl.java 835 The method 'infence' has a Cyclomatic Complexity of 21.
47998 src/com/gps/webservice/PolygonRegionSOAPImpl.java 843 Potential violation of Law of Demeter (method chain calls)
47999 src/com/gps/webservice/PolygonRegionSOAPImpl.java 843 Useless parentheses.
48000 src/com/gps/webservice/PolygonRegionSOAPImpl.java 843 Useless parentheses.
48001 src/com/gps/webservice/PolygonRegionSOAPImpl.java 845 There is log block not surrounded by if
48002 src/com/gps/webservice/PolygonRegionSOAPImpl.java 845 There is log block not surrounded by if
48003 src/com/gps/webservice/PolygonRegionSOAPImpl.java 846 A method should have only one exit point, and that should be the last statement in the method
48004 src/com/gps/webservice/PolygonRegionSOAPImpl.java 850 Found 'DD'-anomaly for variable 'seqFence' (lines '850'-'863').
48005 src/com/gps/webservice/PolygonRegionSOAPImpl.java 850 Found 'DD'-anomaly for variable 'seqFence' (lines '850'-'869').
48006 src/com/gps/webservice/PolygonRegionSOAPImpl.java 851 Local variable 'currentId' could be declared final
48007 src/com/gps/webservice/PolygonRegionSOAPImpl.java 856 The String literal " FenceObj : " appears 4 times in this file; the first occurrence is on line 856
48008 src/com/gps/webservice/PolygonRegionSOAPImpl.java 856 There is log block not surrounded by if
48009 src/com/gps/webservice/PolygonRegionSOAPImpl.java 856 There is log block not surrounded by if
48010 src/com/gps/webservice/PolygonRegionSOAPImpl.java 857 There is log block not surrounded by if
48011 src/com/gps/webservice/PolygonRegionSOAPImpl.java 857 There is log block not surrounded by if
48012 src/com/gps/webservice/PolygonRegionSOAPImpl.java 859 Avoid using Literals in Conditional Statements
48013 src/com/gps/webservice/PolygonRegionSOAPImpl.java 861 Found 'DU'-anomaly for variable 'stopTime' (lines '861'-'953').
48014 src/com/gps/webservice/PolygonRegionSOAPImpl.java 862 Avoid using if statements without curly braces
48015 src/com/gps/webservice/PolygonRegionSOAPImpl.java 863 Potential violation of Law of Demeter (method chain calls)
48016 src/com/gps/webservice/PolygonRegionSOAPImpl.java 867 Found 'DU'-anomaly for variable 'stopTime' (lines '867'-'953').
48017 src/com/gps/webservice/PolygonRegionSOAPImpl.java 868 Avoid using if statements without curly braces
48018 src/com/gps/webservice/PolygonRegionSOAPImpl.java 869 Potential violation of Law of Demeter (method chain calls)
48019 src/com/gps/webservice/PolygonRegionSOAPImpl.java 872 There is log block not surrounded by if
48020 src/com/gps/webservice/PolygonRegionSOAPImpl.java 872 There is log block not surrounded by if
48021 src/com/gps/webservice/PolygonRegionSOAPImpl.java 876 Avoid if (x != y) ..; else ..;
48022 src/com/gps/webservice/PolygonRegionSOAPImpl.java 877 There is log block not surrounded by if
48023 src/com/gps/webservice/PolygonRegionSOAPImpl.java 877 There is log block not surrounded by if
48024 src/com/gps/webservice/PolygonRegionSOAPImpl.java 878 Potential violation of Law of Demeter (method chain calls)
48025 src/com/gps/webservice/PolygonRegionSOAPImpl.java 878 Potential violation of Law of Demeter (method chain calls)
48026 src/com/gps/webservice/PolygonRegionSOAPImpl.java 878 There is log block not surrounded by if
48027 src/com/gps/webservice/PolygonRegionSOAPImpl.java 878 There is log block not surrounded by if
48028 src/com/gps/webservice/PolygonRegionSOAPImpl.java 880 There is log block not surrounded by if
48029 src/com/gps/webservice/PolygonRegionSOAPImpl.java 880 There is log block not surrounded by if
48030 src/com/gps/webservice/PolygonRegionSOAPImpl.java 882 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48031 src/com/gps/webservice/PolygonRegionSOAPImpl.java 884 There is log block not surrounded by if
48032 src/com/gps/webservice/PolygonRegionSOAPImpl.java 884 There is log block not surrounded by if
48033 src/com/gps/webservice/PolygonRegionSOAPImpl.java 885 Avoid printStackTrace(); use a logger call instead.
48034 src/com/gps/webservice/PolygonRegionSOAPImpl.java 885 Potential violation of Law of Demeter (object not created locally)
48035 src/com/gps/webservice/PolygonRegionSOAPImpl.java 889 Position literals first in String comparisons
48036 src/com/gps/webservice/PolygonRegionSOAPImpl.java 889 Potential violation of Law of Demeter (object not created locally)
48037 src/com/gps/webservice/PolygonRegionSOAPImpl.java 889 Potential violation of Law of Demeter (object not created locally)
48038 src/com/gps/webservice/PolygonRegionSOAPImpl.java 889 Potential violation of Law of Demeter (object not created locally)
48039 src/com/gps/webservice/PolygonRegionSOAPImpl.java 889 Useless parentheses.
48040 src/com/gps/webservice/PolygonRegionSOAPImpl.java 889 Useless parentheses.
48041 src/com/gps/webservice/PolygonRegionSOAPImpl.java 891 There is log block not surrounded by if
48042 src/com/gps/webservice/PolygonRegionSOAPImpl.java 891 There is log block not surrounded by if
48043 src/com/gps/webservice/PolygonRegionSOAPImpl.java 895 A method should have only one exit point, and that should be the last statement in the method
48044 src/com/gps/webservice/PolygonRegionSOAPImpl.java 899 There is log block not surrounded by if
48045 src/com/gps/webservice/PolygonRegionSOAPImpl.java 899 There is log block not surrounded by if
48046 src/com/gps/webservice/PolygonRegionSOAPImpl.java 903 A method should have only one exit point, and that should be the last statement in the method
48047 src/com/gps/webservice/PolygonRegionSOAPImpl.java 905 Comment is too large: Line too long
48048 src/com/gps/webservice/PolygonRegionSOAPImpl.java 908 There is log block not surrounded by if
48049 src/com/gps/webservice/PolygonRegionSOAPImpl.java 908 There is log block not surrounded by if
48050 src/com/gps/webservice/PolygonRegionSOAPImpl.java 912 A method should have only one exit point, and that should be the last statement in the method
48051 src/com/gps/webservice/PolygonRegionSOAPImpl.java 914 Potential violation of Law of Demeter (method chain calls)
48052 src/com/gps/webservice/PolygonRegionSOAPImpl.java 914 Potential violation of Law of Demeter (method chain calls)
48053 src/com/gps/webservice/PolygonRegionSOAPImpl.java 914 Potential violation of Law of Demeter (object not created locally)
48054 src/com/gps/webservice/PolygonRegionSOAPImpl.java 916 There is log block not surrounded by if
48055 src/com/gps/webservice/PolygonRegionSOAPImpl.java 916 There is log block not surrounded by if
48056 src/com/gps/webservice/PolygonRegionSOAPImpl.java 922 Found 'DD'-anomaly for variable 'dateDiff' (lines '922'-'923').
48057 src/com/gps/webservice/PolygonRegionSOAPImpl.java 922 Potential violation of Law of Demeter (method chain calls)
48058 src/com/gps/webservice/PolygonRegionSOAPImpl.java 922 Potential violation of Law of Demeter (method chain calls)
48059 src/com/gps/webservice/PolygonRegionSOAPImpl.java 928 There is log block not surrounded by if
48060 src/com/gps/webservice/PolygonRegionSOAPImpl.java 928 There is log block not surrounded by if
48061 src/com/gps/webservice/PolygonRegionSOAPImpl.java 930 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48062 src/com/gps/webservice/PolygonRegionSOAPImpl.java 932 There is log block not surrounded by if
48063 src/com/gps/webservice/PolygonRegionSOAPImpl.java 932 There is log block not surrounded by if
48064 src/com/gps/webservice/PolygonRegionSOAPImpl.java 933 Avoid printStackTrace(); use a logger call instead.
48065 src/com/gps/webservice/PolygonRegionSOAPImpl.java 933 Potential violation of Law of Demeter (object not created locally)
48066 src/com/gps/webservice/PolygonRegionSOAPImpl.java 937 A method should have only one exit point, and that should be the last statement in the method
48067 src/com/gps/webservice/PolygonRegionSOAPImpl.java 941 There is log block not surrounded by if
48068 src/com/gps/webservice/PolygonRegionSOAPImpl.java 941 There is log block not surrounded by if
48069 src/com/gps/webservice/PolygonRegionSOAPImpl.java 942 There is log block not surrounded by if
48070 src/com/gps/webservice/PolygonRegionSOAPImpl.java 942 There is log block not surrounded by if
48071 src/com/gps/webservice/PolygonRegionSOAPImpl.java 943 A method should have only one exit point, and that should be the last statement in the method
48072 src/com/gps/webservice/PolygonRegionSOAPImpl.java 947 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48073 src/com/gps/webservice/PolygonRegionSOAPImpl.java 948 Potential violation of Law of Demeter (object not created locally)
48074 src/com/gps/webservice/PolygonRegionSOAPImpl.java 948 There is log block not surrounded by if
48075 src/com/gps/webservice/PolygonRegionSOAPImpl.java 949 Avoid printStackTrace(); use a logger call instead.
48076 src/com/gps/webservice/PolygonRegionSOAPImpl.java 949 Potential violation of Law of Demeter (object not created locally)
48077 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 Avoid really long methods.
48078 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 Avoid reassigning parameters such as 'currentFence'
48079 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 Method names should not start with capital letters
48080 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 Parameter 'msgType' is not assigned and could be declared final
48081 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 Parameter 'packetTime' is not assigned and could be declared final
48082 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 Parameter 'sessVal' is not assigned and could be declared final
48083 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 Parameter 'sessionVal' is not assigned and could be declared final
48084 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 Parameter 'vehicleId' is not assigned and could be declared final
48085 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 The method 'SendSMS' has a Cyclomatic Complexity of 15.
48086 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 The method SendSMS() has an NPath complexity of 1140
48087 src/com/gps/webservice/PolygonRegionSOAPImpl.java 958 Avoid using if statements without curly braces
48088 src/com/gps/webservice/PolygonRegionSOAPImpl.java 959 A method should have only one exit point, and that should be the last statement in the method
48089 src/com/gps/webservice/PolygonRegionSOAPImpl.java 961 Local variable 'school' could be declared final
48090 src/com/gps/webservice/PolygonRegionSOAPImpl.java 961 Potential violation of Law of Demeter (method chain calls)
48091 src/com/gps/webservice/PolygonRegionSOAPImpl.java 961 Potential violation of Law of Demeter (method chain calls)
48092 src/com/gps/webservice/PolygonRegionSOAPImpl.java 963 Avoid declaring a variable if it is unreferenced before a possible exit point.
48093 src/com/gps/webservice/PolygonRegionSOAPImpl.java 963 Avoid unused local variables such as 'formatter'.
48094 src/com/gps/webservice/PolygonRegionSOAPImpl.java 963 Found 'DU'-anomaly for variable 'formatter' (lines '963'-'1,061').
48095 src/com/gps/webservice/PolygonRegionSOAPImpl.java 963 Local variable 'formatter' could be declared final
48096 src/com/gps/webservice/PolygonRegionSOAPImpl.java 963 When instantiating a SimpleDateFormat object, specify a Locale
48097 src/com/gps/webservice/PolygonRegionSOAPImpl.java 964 Local variable 'format' could be declared final
48098 src/com/gps/webservice/PolygonRegionSOAPImpl.java 964 When instantiating a SimpleDateFormat object, specify a Locale
48099 src/com/gps/webservice/PolygonRegionSOAPImpl.java 965 Local variable 'dateformat' could be declared final
48100 src/com/gps/webservice/PolygonRegionSOAPImpl.java 965 When instantiating a SimpleDateFormat object, specify a Locale
48101 src/com/gps/webservice/PolygonRegionSOAPImpl.java 966 Found 'DU'-anomaly for variable 'Packetformat' (lines '966'-'1,061').
48102 src/com/gps/webservice/PolygonRegionSOAPImpl.java 966 Local variable 'Packetformat' could be declared final
48103 src/com/gps/webservice/PolygonRegionSOAPImpl.java 966 Variables should start with a lowercase character, 'Packetformat' starts with uppercase character.
48104 src/com/gps/webservice/PolygonRegionSOAPImpl.java 966 When instantiating a SimpleDateFormat object, specify a Locale
48105 src/com/gps/webservice/PolygonRegionSOAPImpl.java 967 Local variable 'date' could be declared final
48106 src/com/gps/webservice/PolygonRegionSOAPImpl.java 967 Potential violation of Law of Demeter (object not created locally)
48107 src/com/gps/webservice/PolygonRegionSOAPImpl.java 968 Local variable 'time' could be declared final
48108 src/com/gps/webservice/PolygonRegionSOAPImpl.java 968 Potential violation of Law of Demeter (object not created locally)
48109 src/com/gps/webservice/PolygonRegionSOAPImpl.java 971 Found 'DD'-anomaly for variable 'dateDiff' (lines '971'-'972').
48110 src/com/gps/webservice/PolygonRegionSOAPImpl.java 971 Potential violation of Law of Demeter (method chain calls)
48111 src/com/gps/webservice/PolygonRegionSOAPImpl.java 971 Potential violation of Law of Demeter (method chain calls)
48112 src/com/gps/webservice/PolygonRegionSOAPImpl.java 974 Potential violation of Law of Demeter (object not created locally)
48113 src/com/gps/webservice/PolygonRegionSOAPImpl.java 975 Potential violation of Law of Demeter (object not created locally)
48114 src/com/gps/webservice/PolygonRegionSOAPImpl.java 978 Potential violation of Law of Demeter (object not created locally)
48115 src/com/gps/webservice/PolygonRegionSOAPImpl.java 981 Local variable 'result1' could be declared final
48116 src/com/gps/webservice/PolygonRegionSOAPImpl.java 981 Potential violation of Law of Demeter (method chain calls)
48117 src/com/gps/webservice/PolygonRegionSOAPImpl.java 982 There is log block not surrounded by if
48118 src/com/gps/webservice/PolygonRegionSOAPImpl.java 982 There is log block not surrounded by if
48119 src/com/gps/webservice/PolygonRegionSOAPImpl.java 983 Found 'DD'-anomaly for variable 'finalMessge' (lines '983'-'985').
48120 src/com/gps/webservice/PolygonRegionSOAPImpl.java 988 Avoid printStackTrace(); use a logger call instead.
48121 src/com/gps/webservice/PolygonRegionSOAPImpl.java 988 Potential violation of Law of Demeter (object not created locally)
48122 src/com/gps/webservice/PolygonRegionSOAPImpl.java 991 There is log block not surrounded by if
48123 src/com/gps/webservice/PolygonRegionSOAPImpl.java 991 There is log block not surrounded by if
48124 src/com/gps/webservice/PolygonRegionSOAPImpl.java 992 Found 'DD'-anomaly for variable 'mob' (lines '992'-'1,031').
48125 src/com/gps/webservice/PolygonRegionSOAPImpl.java 992 Found 'DU'-anomaly for variable 'mob' (lines '992'-'1,061').
48126 src/com/gps/webservice/PolygonRegionSOAPImpl.java 993 Comment is too large: Line too long
48127 src/com/gps/webservice/PolygonRegionSOAPImpl.java 995 System.out.print is used
48128 src/com/gps/webservice/PolygonRegionSOAPImpl.java 997 Avoid declaring a variable if it is unreferenced before a possible exit point.
48129 src/com/gps/webservice/PolygonRegionSOAPImpl.java 997 Found 'DU'-anomaly for variable 'geoDAO' (lines '997'-'1,061').
48130 src/com/gps/webservice/PolygonRegionSOAPImpl.java 997 Local variable 'geoDAO' could be declared final
48131 src/com/gps/webservice/PolygonRegionSOAPImpl.java 999 Avoid using Literals in Conditional Statements
48132 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1000 Avoid using if...else statements without curly braces
48133 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1000 Found 'DU'-anomaly for variable 'nxtId' (lines '1,000'-'1,061').
48134 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1002 Avoid using if...else statements without curly braces
48135 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1002 Found 'DU'-anomaly for variable 'nxtId' (lines '1,002'-'1,061').
48136 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1004 Avoid using if statements without curly braces
48137 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1004 Potential violation of Law of Demeter (method chain calls)
48138 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1007 Avoid using Literals in Conditional Statements
48139 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1009 Avoid if (x != y) ..; else ..;
48140 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1011 Potential violation of Law of Demeter (object not created locally)
48141 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1013 Potential violation of Law of Demeter (method chain calls)
48142 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1013 Potential violation of Law of Demeter (method chain calls)
48143 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1013 Potential violation of Law of Demeter (method chain calls)
48144 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1013 Potential violation of Law of Demeter (method chain calls)
48145 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1013 There is log block not surrounded by if
48146 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1013 There is log block not surrounded by if
48147 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1018 There is log block not surrounded by if
48148 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1018 There is log block not surrounded by if
48149 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1027 Potential violation of Law of Demeter (method chain calls)
48150 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1027 Potential violation of Law of Demeter (method chain calls)
48151 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1027 Potential violation of Law of Demeter (method chain calls)
48152 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1027 Potential violation of Law of Demeter (method chain calls)
48153 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1027 There is log block not surrounded by if
48154 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1027 There is log block not surrounded by if
48155 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1030 There is log block not surrounded by if
48156 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1030 There is log block not surrounded by if
48157 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1031 Potential violation of Law of Demeter (object not created locally)
48158 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1035 Avoid using if...else statements without curly braces
48159 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1035 There is log block not surrounded by if
48160 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1035 There is log block not surrounded by if
48161 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1037 Avoid using Literals in Conditional Statements
48162 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1039 There is log block not surrounded by if
48163 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1039 There is log block not surrounded by if
48164 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1041 Found 'DD'-anomaly for variable 'type' (lines '1,041'-'1,043').
48165 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1042 Avoid using Literals in Conditional Statements
48166 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1042 Avoid using if statements without curly braces
48167 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1048 There is log block not surrounded by if
48168 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1049 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48169 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1051 There is log block not surrounded by if
48170 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1056 There is log block not surrounded by if
48171 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1056 There is log block not surrounded by if
48172 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1057 There is log block not surrounded by if
48173 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1057 There is log block not surrounded by if
48174 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1060 There is log block not surrounded by if
48175 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1060 There is log block not surrounded by if
48176 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1063 Parameter 'packetTime' is not assigned and could be declared final
48177 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1063 Parameter 'stopTime' is not assigned and could be declared final
48178 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1063 publicMethodCommentRequirement Required
48179 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1067 There is log block not surrounded by if
48180 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1067 There is log block not surrounded by if
48181 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1069 Avoid if (x != y) ..; else ..;
48182 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1070 Local variable 'stopCal' could be declared final
48183 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1071 Potential violation of Law of Demeter (object not created locally)
48184 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1072 Potential violation of Law of Demeter (object not created locally)
48185 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1073 Potential violation of Law of Demeter (object not created locally)
48186 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1075 Potential violation of Law of Demeter (object not created locally)
48187 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1075 There is log block not surrounded by if
48188 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1075 There is log block not surrounded by if
48189 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1076 There is log block not surrounded by if
48190 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1076 There is log block not surrounded by if
48191 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1077 Potential violation of Law of Demeter (object not created locally)
48192 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1078 Potential violation of Law of Demeter (object not created locally)
48193 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1078 Potential violation of Law of Demeter (object not created locally)
48194 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1079 Potential violation of Law of Demeter (object not created locally)
48195 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1079 Potential violation of Law of Demeter (object not created locally)
48196 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1081 There is log block not surrounded by if
48197 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1081 There is log block not surrounded by if
48198 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1082 A method should have only one exit point, and that should be the last statement in the method
48199 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1084 There is log block not surrounded by if
48200 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1084 There is log block not surrounded by if
48201 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1085 A method should have only one exit point, and that should be the last statement in the method
48202 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1088 A method should have only one exit point, and that should be the last statement in the method
48203 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1091 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48204 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1093 There is log block not surrounded by if
48205 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1093 There is log block not surrounded by if
48206 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1099 Parameter 'currentTrip' is not assigned and could be declared final
48207 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1099 Parameter 'packetTime' is not assigned and could be declared final
48208 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1099 Parameter 'sessVal' is not assigned and could be declared final
48209 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1100 Found 'DD'-anomaly for variable 'hours' (lines '1,100'-'1,107').
48210 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1100 Found 'DD'-anomaly for variable 'hours' (lines '1,100'-'1,110').
48211 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1100 Found 'DD'-anomaly for variable 'minutes' (lines '1,100'-'1,108').
48212 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1100 Found 'DD'-anomaly for variable 'minutes' (lines '1,100'-'1,111').
48213 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1100 Use one line for each declaration, it enhances code readability.
48214 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1104 There is log block not surrounded by if
48215 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1104 There is log block not surrounded by if
48216 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1105 Local variable 'stopCal' could be declared final
48217 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1106 Avoid using Literals in Conditional Statements
48218 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1113 There is log block not surrounded by if
48219 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1113 There is log block not surrounded by if
48220 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1115 Potential violation of Law of Demeter (object not created locally)
48221 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1116 Potential violation of Law of Demeter (object not created locally)
48222 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1119 Potential violation of Law of Demeter (object not created locally)
48223 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1119 There is log block not surrounded by if
48224 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1119 There is log block not surrounded by if
48225 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1120 Potential violation of Law of Demeter (object not created locally)
48226 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1120 There is log block not surrounded by if
48227 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1120 There is log block not surrounded by if
48228 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1121 Potential violation of Law of Demeter (object not created locally)
48229 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1121 Potential violation of Law of Demeter (object not created locally)
48230 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1121 Potential violation of Law of Demeter (object not created locally)
48231 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1121 Potential violation of Law of Demeter (object not created locally)
48232 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1123 There is log block not surrounded by if
48233 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1123 There is log block not surrounded by if
48234 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1124 A method should have only one exit point, and that should be the last statement in the method
48235 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1128 There is log block not surrounded by if
48236 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1128 There is log block not surrounded by if
48237 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1129 A method should have only one exit point, and that should be the last statement in the method
48238 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48239 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1133 There is log block not surrounded by if
48240 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1133 There is log block not surrounded by if
48241 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1140 Parameter 'Fence' is not assigned and could be declared final
48242 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1140 Parameter 'currentLat' is not assigned and could be declared final
48243 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1140 Parameter 'currentLon' is not assigned and could be declared final
48244 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1140 Variables should start with a lowercase character, 'Fence' starts with uppercase character.
48245 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1143 There is log block not surrounded by if
48246 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1143 There is log block not surrounded by if
48247 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1144 Avoid unnecessary if..then..else statements when returning booleans
48248 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1146 A method should have only one exit point, and that should be the last statement in the method
48249 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1150 A method should have only one exit point, and that should be the last statement in the method
48250 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48251 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1153 There is log block not surrounded by if
48252 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1153 There is log block not surrounded by if
48253 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1159 Parameter 'Fence' is not assigned and could be declared final
48254 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1159 Parameter 'currentLat' is not assigned and could be declared final
48255 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1159 Parameter 'currentLon' is not assigned and could be declared final
48256 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1159 Variables should start with a lowercase character, 'Fence' starts with uppercase character.
48257 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1159 publicMethodCommentRequirement Required
48258 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1162 Avoid if (x != y) ..; else ..;
48259 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1163 Local variable 'currentDistance' could be declared final
48260 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1164 Found 'DD'-anomaly for variable 'result' (lines '1,164'-'1,167').
48261 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1164 Found 'DD'-anomaly for variable 'result' (lines '1,164'-'1,175').
48262 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1164 Found 'DD'-anomaly for variable 'result' (lines '1,164'-'1,180').
48263 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1171 There is log block not surrounded by if
48264 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1171 There is log block not surrounded by if
48265 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1174 There is log block not surrounded by if
48266 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1174 There is log block not surrounded by if
48267 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1179 There is log block not surrounded by if
48268 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1179 There is log block not surrounded by if
48269 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1185 A method should have only one exit point, and that should be the last statement in the method
48270 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1192 Parameter 'lat1' is not assigned and could be declared final
48271 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1192 Parameter 'lat2' is not assigned and could be declared final
48272 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1192 Parameter 'lon1' is not assigned and could be declared final
48273 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1192 Parameter 'lon2' is not assigned and could be declared final
48274 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1192 Parameter 'unit' is not assigned and could be declared final
48275 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1193 Local variable 'theta' could be declared final
48276 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1194 Found 'DD'-anomaly for variable 'dist' (lines '1,194'-'1,195').
48277 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1198 Avoid using Literals in Conditional Statements
48278 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1198 Use equals() to compare strings instead of '==' or '!='
48279 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1200 Avoid using Literals in Conditional Statements
48280 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1200 Use equals() to compare strings instead of '==' or '!='
48281 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1203 This statement may have some unnecessary parentheses
48282 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1203 Useless parentheses.
48283 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1206 Parameter 'deg' is not assigned and could be declared final
48284 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1207 Useless parentheses.
48285 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1210 Parameter 'rad' is not assigned and could be declared final
48286 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1211 Useless parentheses.
48287 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1214 Comment is too large: Line too long
48288 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1215 A method/constructor shouldnt explicitly throw java.lang.Exception
48289 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1215 Parameter 'lat' is not assigned and could be declared final
48290 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1215 Parameter 'lon' is not assigned and could be declared final
48291 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1215 Parameter 'packetTime' is not assigned and could be declared final
48292 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1215 Parameter 'trip' is not assigned and could be declared final
48293 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1215 Parameter 'vehicleId' is not assigned and could be declared final
48294 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1215 publicMethodCommentRequirement Required
48295 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1218 Found 'DD'-anomaly for variable 'fenceList' (lines '1,218'-'1,227').
48296 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1219 Found 'DD'-anomaly for variable 'sessVal' (lines '1,219'-'1,223').
48297 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1224 There is log block not surrounded by if
48298 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1224 There is log block not surrounded by if
48299 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1229 Local variable 'currentFence' could be declared final
48300 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1231 There is log block not surrounded by if
48301 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1231 There is log block not surrounded by if
48302 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1235 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48303 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1237 There is log block not surrounded by if
48304 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1242 Comment is too large: Line too long
48305 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1243 A method/constructor shouldnt explicitly throw java.lang.Exception
48306 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1243 Parameter 'isRFID' is not assigned and could be declared final
48307 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1243 Parameter 'lat' is not assigned and could be declared final
48308 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1243 Parameter 'lon' is not assigned and could be declared final
48309 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1243 Parameter 'packetTime' is not assigned and could be declared final
48310 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1243 Parameter 'tripid' is not assigned and could be declared final
48311 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1243 Parameter 'vehicleId' is not assigned and could be declared final
48312 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1243 publicMethodCommentRequirement Required
48313 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1245 Found 'DD'-anomaly for variable 'fenceList' (lines '1,245'-'1,253').
48314 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1246 Found 'DD'-anomaly for variable 'sessVal' (lines '1,246'-'1,250').
48315 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1254 Local variable 'currentFence' could be declared final
48316 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1259 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48317 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1261 There is log block not surrounded by if
48318 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1266 Found 'UR'-anomaly for variable 'fence' (lines '1,266'-'1,279').
48319 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1266 Parameter 'fenceList' is not assigned and could be declared final
48320 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1266 Parameter 'lat' is not assigned and could be declared final
48321 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1266 Parameter 'lon' is not assigned and could be declared final
48322 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1266 Parameter 'vehicleId' is not assigned and could be declared final
48323 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1268 Found 'DD'-anomaly for variable 'stat' (lines '1,268'-'1,285').
48324 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1268 Found 'DD'-anomaly for variable 'stat' (lines '1,268'-'1,290').
48325 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1268 Found 'DU'-anomaly for variable 'stat' (lines '1,268'-'1,312').
48326 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1270 Found 'DD'-anomaly for variable 'currentFence' (lines '1,270'-'1,297').
48327 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1273 Local variable 'fence' could be declared final
48328 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1279 Potential violation of Law of Demeter (method chain calls)
48329 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1281 Avoid if (x != y) ..; else ..;
48330 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1281 Potential violation of Law of Demeter (object not created locally)
48331 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1284 Avoid instantiating new objects inside loops
48332 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1286 Comment is too large: Line too long
48333 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1296 Potential violation of Law of Demeter (object not created locally)
48334 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1296 There is log block not surrounded by if
48335 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1296 There is log block not surrounded by if
48336 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1301 Avoid empty if statements
48337 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1306 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48338 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1308 There is log block not surrounded by if
48339 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1309 Avoid printStackTrace(); use a logger call instead.
48340 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1309 Potential violation of Law of Demeter (object not created locally)
48341 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Parameter 'port' is not assigned and could be declared final
48342 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Parameter 'proxy' is not assigned and could be declared final
48343 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Parameter 'queryString' is not assigned and could be declared final
48344 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Parameter 'url' is not assigned and could be declared final
48345 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 publicMethodCommentRequirement Required
48346 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1316 Found 'DD'-anomaly for variable 'stat' (lines '1,316'-'1,322').
48347 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1318 Local variable 'httpGps' could be declared final
48348 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1322 Potential violation of Law of Demeter (object not created locally)
48349 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1325 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48350 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1327 Potential violation of Law of Demeter (object not created locally)
48351 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1327 There is log block not surrounded by if
48352 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1332 Avoid long parameter lists.
48353 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1332 Found 'UR'-anomaly for variable 'geofence' (lines '1,332'-'1,352').
48354 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1332 Found 'UR'-anomaly for variable 'geofence' (lines '1,332'-'1,354').
48355 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1332 Parameter 'currentFence' is not assigned and could be declared final
48356 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1332 Parameter 'message' is not assigned and could be declared final
48357 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1332 Parameter 'msgType' is not assigned and could be declared final
48358 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1332 Parameter 'password' is not assigned and could be declared final
48359 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1332 Parameter 'port' is not assigned and could be declared final
48360 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1332 Parameter 'proxy' is not assigned and could be declared final
48361 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1332 Parameter 'senderId' is not assigned and could be declared final
48362 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1332 Parameter 'sessVal' is not assigned and could be declared final
48363 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1332 Parameter 'url' is not assigned and could be declared final
48364 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1332 Parameter 'username' is not assigned and could be declared final
48365 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1332 Rather than using a lot of String arguments, consider using a container object for those values.
48366 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1332 publicMethodCommentRequirement Required
48367 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1334 Found 'DD'-anomaly for variable 'stat' (lines '1,334'-'1,342').
48368 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1336 Found 'DU'-anomaly for variable 'httpGps' (lines '1,336'-'1,367').
48369 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1336 Local variable 'httpGps' could be declared final
48370 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1342 Potential violation of Law of Demeter (object not created locally)
48371 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1346 Local variable 'mappedFences' could be declared final
48372 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1348 Avoid using Literals in Conditional Statements
48373 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1348 Potential violation of Law of Demeter (object not created locally)
48374 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1348 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
48375 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1350 Local variable 'geofence' could be declared final
48376 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1352 Avoid using if...else statements without curly braces
48377 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1352 Potential violation of Law of Demeter (object not created locally)
48378 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1354 Avoid using if...else statements without curly braces
48379 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1354 Potential violation of Law of Demeter (object not created locally)
48380 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1359 Comment is too large: Line too long
48381 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1362 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48382 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1364 Potential violation of Law of Demeter (object not created locally)
48383 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1364 There is log block not surrounded by if
48384 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1369 Parameter 'currentFence' is not assigned and could be declared final
48385 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1369 Parameter 'message' is not assigned and could be declared final
48386 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1369 Parameter 'password' is not assigned and could be declared final
48387 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1369 Parameter 'port' is not assigned and could be declared final
48388 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1369 Parameter 'proxy' is not assigned and could be declared final
48389 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1369 Parameter 'senderId' is not assigned and could be declared final
48390 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1369 Parameter 'sessVal' is not assigned and could be declared final
48391 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1369 Parameter 'url' is not assigned and could be declared final
48392 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1369 Parameter 'username' is not assigned and could be declared final
48393 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1369 Rather than using a lot of String arguments, consider using a container object for those values.
48394 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1369 publicMethodCommentRequirement Required
48395 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1371 Found 'DD'-anomaly for variable 'stat' (lines '1,371'-'1,376').
48396 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1373 Local variable 'httpGps' could be declared final
48397 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1376 Potential violation of Law of Demeter (object not created locally)
48398 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1379 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48399 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1381 Potential violation of Law of Demeter (object not created locally)
48400 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1381 There is log block not surrounded by if
48401 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1393 Avoid really long methods.
48402 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1393 Method names should not start with capital letters
48403 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1393 Parameter 'lat' is not assigned and could be declared final
48404 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1393 Parameter 'lon' is not assigned and could be declared final
48405 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1393 Parameter 'packetTime' is not assigned and could be declared final
48406 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1393 Parameter 'vehicleId' is not assigned and could be declared final
48407 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1393 The method 'WhetherInterested' has a Cyclomatic Complexity of 28.
48408 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1393 The method WhetherInterested() has an NCSS line count of 137
48409 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1393 The method WhetherInterested() has an NPath complexity of 52899
48410 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1395 There is log block not surrounded by if
48411 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1395 There is log block not surrounded by if
48412 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1397 Found 'DU'-anomaly for variable 'stat' (lines '1,397'-'1,639').
48413 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1398 Found 'DU'-anomaly for variable 'format' (lines '1,398'-'1,639').
48414 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1398 Local variable 'format' could be declared final
48415 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1398 When instantiating a SimpleDateFormat object, specify a Locale
48416 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1399 Found 'DU'-anomaly for variable 'intime' (lines '1,399'-'1,639').
48417 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1400 Local variable 'formatter' could be declared final
48418 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1400 When instantiating a SimpleDateFormat object, specify a Locale
48419 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1401 Found 'DU'-anomaly for variable 'datOrg' (lines '1,401'-'1,639').
48420 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1401 Local variable 'datOrg' could be declared final
48421 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1402 Found 'DU'-anomaly for variable 'vehDAO' (lines '1,402'-'1,639').
48422 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1402 Local variable 'vehDAO' could be declared final
48423 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1403 Local variable 'detailsDAO' could be declared final
48424 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1404 Found 'DU'-anomaly for variable 'currentTrip' (lines '1,404'-'1,639').
48425 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1405 Found 'DU'-anomaly for variable 'populator' (lines '1,405'-'1,639').
48426 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1405 Local variable 'populator' could be declared final
48427 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1406 Found 'DU'-anomaly for variable 'prevLoc' (lines '1,406'-'1,639').
48428 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1407 Found 'DU'-anomaly for variable 'startFence' (lines '1,407'-'1,639').
48429 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1408 Found 'DU'-anomaly for variable 'distance' (lines '1,408'-'1,639').
48430 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1409 Found 'DU'-anomaly for variable 'prevLat' (lines '1,409'-'1,639').
48431 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1409 Found 'DU'-anomaly for variable 'prevLng' (lines '1,409'-'1,639').
48432 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1409 Use one line for each declaration, it enhances code readability.
48433 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1412 Found 'DU'-anomaly for variable 'vehVO' (lines '1,412'-'1,639').
48434 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1418 Potential violation of Law of Demeter (object not created locally)
48435 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1418 There is log block not surrounded by if
48436 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1418 There is log block not surrounded by if
48437 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1420 Avoid using Literals in Conditional Statements
48438 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1423 Local variable 'config' could be declared final
48439 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1424 Local variable 'props' could be declared final
48440 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1424 Potential violation of Law of Demeter (object not created locally)
48441 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1425 Potential violation of Law of Demeter (object not created locally)
48442 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1426 Potential violation of Law of Demeter (object not created locally)
48443 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1427 Potential violation of Law of Demeter (object not created locally)
48444 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1428 Potential violation of Law of Demeter (object not created locally)
48445 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1429 Potential violation of Law of Demeter (object not created locally)
48446 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1430 There is log block not surrounded by if
48447 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1430 There is log block not surrounded by if
48448 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1432 Potential violation of Law of Demeter (object not created locally)
48449 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1432 Useless parentheses.
48450 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1434 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48451 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1436 Potential violation of Law of Demeter (object not created locally)
48452 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1436 There is log block not surrounded by if
48453 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1437 Avoid printStackTrace(); use a logger call instead.
48454 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1437 Potential violation of Law of Demeter (object not created locally)
48455 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1441 Avoid using Literals in Conditional Statements
48456 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1441 Avoid using if statements without curly braces
48457 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1441 Potential violation of Law of Demeter (method chain calls)
48458 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1441 Potential violation of Law of Demeter (method chain calls)
48459 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1441 Potential violation of Law of Demeter (object not created locally)
48460 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1442 A method should have only one exit point, and that should be the last statement in the method
48461 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1444 Potential violation of Law of Demeter (object not created locally)
48462 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1445 There is log block not surrounded by if
48463 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1445 There is log block not surrounded by if
48464 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1449 Potential violation of Law of Demeter (object not created locally)
48465 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1450 Potential violation of Law of Demeter (object not created locally)
48466 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1452 Potential violation of Law of Demeter (object not created locally)
48467 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1454 Potential violation of Law of Demeter (object not created locally)
48468 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1454 Potential violation of Law of Demeter (object not created locally)
48469 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1454 Potential violation of Law of Demeter (object not created locally)
48470 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1454 There is log block not surrounded by if
48471 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1454 There is log block not surrounded by if
48472 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1463 Potential violation of Law of Demeter (object not created locally)
48473 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1463 Potential violation of Law of Demeter (object not created locally)
48474 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1464 There is log block not surrounded by if
48475 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1464 There is log block not surrounded by if
48476 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1466 Potential violation of Law of Demeter (object not created locally)
48477 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1466 Potential violation of Law of Demeter (object not created locally)
48478 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1468 Potential violation of Law of Demeter (object not created locally)
48479 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1468 Potential violation of Law of Demeter (object not created locally)
48480 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1468 There is log block not surrounded by if
48481 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1468 There is log block not surrounded by if
48482 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1474 Potential violation of Law of Demeter (method chain calls)
48483 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1474 Potential violation of Law of Demeter (object not created locally)
48484 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1474 Potential violation of Law of Demeter (object not created locally)
48485 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1475 Potential violation of Law of Demeter (object not created locally)
48486 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1475 Potential violation of Law of Demeter (object not created locally)
48487 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1475 Potential violation of Law of Demeter (object not created locally)
48488 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1475 There is log block not surrounded by if
48489 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1475 There is log block not surrounded by if
48490 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1476 Potential violation of Law of Demeter (object not created locally)
48491 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1476 There is log block not surrounded by if
48492 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1476 There is log block not surrounded by if
48493 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1477 Potential violation of Law of Demeter (object not created locally)
48494 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1477 Potential violation of Law of Demeter (object not created locally)
48495 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1478 Potential violation of Law of Demeter (object not created locally)
48496 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1479 Potential violation of Law of Demeter (object not created locally)
48497 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1483 Local variable 'daoVeh' could be declared final
48498 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1484 Local variable 'vehicleObj' could be declared final
48499 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1484 Potential violation of Law of Demeter (object not created locally)
48500 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1485 Local variable 'orgId' could be declared final
48501 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1485 Potential violation of Law of Demeter (method chain calls)
48502 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1485 Potential violation of Law of Demeter (object not created locally)
48503 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1488 Potential violation of Law of Demeter (method chain calls)
48504 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1488 Potential violation of Law of Demeter (method chain calls)
48505 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1488 Potential violation of Law of Demeter (object not created locally)
48506 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1488 Potential violation of Law of Demeter (object not created locally)
48507 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1489 Potential violation of Law of Demeter (method chain calls)
48508 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1489 Potential violation of Law of Demeter (method chain calls)
48509 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1489 Potential violation of Law of Demeter (object not created locally)
48510 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1490 Potential violation of Law of Demeter (method chain calls)
48511 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1490 Potential violation of Law of Demeter (method chain calls)
48512 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1490 Potential violation of Law of Demeter (object not created locally)
48513 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1492 Potential violation of Law of Demeter (object not created locally)
48514 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1492 There is log block not surrounded by if
48515 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1492 There is log block not surrounded by if
48516 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1493 Potential violation of Law of Demeter (object not created locally)
48517 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1493 There is log block not surrounded by if
48518 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1493 There is log block not surrounded by if
48519 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1497 Potential violation of Law of Demeter (method chain calls)
48520 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1497 Potential violation of Law of Demeter (method chain calls)
48521 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1501 There is log block not surrounded by if
48522 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1501 There is log block not surrounded by if
48523 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1503 Potential violation of Law of Demeter (object not created locally)
48524 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1503 Potential violation of Law of Demeter (object not created locally)
48525 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1503 Potential violation of Law of Demeter (object not created locally)
48526 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1503 There is log block not surrounded by if
48527 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1503 There is log block not surrounded by if
48528 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1506 Avoid if (x != y) ..; else ..;
48529 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1506 Potential violation of Law of Demeter (object not created locally)
48530 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1508 Potential violation of Law of Demeter (object not created locally)
48531 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1508 Potential violation of Law of Demeter (object not created locally)
48532 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1508 Useless parentheses.
48533 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1510 Potential violation of Law of Demeter (object not created locally)
48534 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1510 There is log block not surrounded by if
48535 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1510 There is log block not surrounded by if
48536 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1515 Potential violation of Law of Demeter (object not created locally)
48537 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1517 Potential violation of Law of Demeter (object not created locally)
48538 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1517 There is log block not surrounded by if
48539 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1517 There is log block not surrounded by if
48540 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1521 Potential violation of Law of Demeter (object not created locally)
48541 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1521 There is log block not surrounded by if
48542 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1521 There is log block not surrounded by if
48543 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1526 Potential violation of Law of Demeter (object not created locally)
48544 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1527 Avoid using Literals in Conditional Statements
48545 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1527 Potential violation of Law of Demeter (object not created locally)
48546 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1528 There is log block not surrounded by if
48547 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1528 There is log block not surrounded by if
48548 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1534 There is log block not surrounded by if
48549 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1534 There is log block not surrounded by if
48550 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1542 There is log block not surrounded by if
48551 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1542 There is log block not surrounded by if
48552 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1546 Avoid using Literals in Conditional Statements
48553 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1546 Avoid using if statements without curly braces
48554 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1549 Local variable 'mngrObj' could be declared final
48555 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1550 Potential violation of Law of Demeter (method chain calls)
48556 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1550 Potential violation of Law of Demeter (method chain calls)
48557 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1550 Potential violation of Law of Demeter (object not created locally)
48558 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1554 Potential violation of Law of Demeter (object not created locally)
48559 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1554 Useless parentheses.
48560 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1556 Potential violation of Law of Demeter (object not created locally)
48561 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1556 Potential violation of Law of Demeter (object not created locally)
48562 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1556 Potential violation of Law of Demeter (object not created locally)
48563 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1556 There is log block not surrounded by if
48564 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1556 There is log block not surrounded by if
48565 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1558 Potential violation of Law of Demeter (object not created locally)
48566 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1559 Potential violation of Law of Demeter (object not created locally)
48567 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1560 Potential violation of Law of Demeter (object not created locally)
48568 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1562 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48569 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1564 There is log block not surrounded by if
48570 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1564 There is log block not surrounded by if
48571 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1569 Local variable 'locdao' could be declared final
48572 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1571 Local variable 'trips' could be declared final
48573 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1571 Potential violation of Law of Demeter (object not created locally)
48574 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1572 Avoid using Literals in Conditional Statements
48575 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1572 Potential violation of Law of Demeter (object not created locally)
48576 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1572 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
48577 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1574 Local variable 'tripId' could be declared final
48578 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1575 Potential violation of Law of Demeter (object not created locally)
48579 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1575 Potential violation of Law of Demeter (object not created locally)
48580 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1580 Potential violation of Law of Demeter (object not created locally)
48581 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1581 Avoid if (x != y) ..; else ..;
48582 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1583 Potential violation of Law of Demeter (object not created locally)
48583 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1584 Potential violation of Law of Demeter (object not created locally)
48584 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1584 Potential violation of Law of Demeter (object not created locally)
48585 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1585 Potential violation of Law of Demeter (object not created locally)
48586 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1585 Potential violation of Law of Demeter (object not created locally)
48587 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1586 Potential violation of Law of Demeter (object not created locally)
48588 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1589 There is log block not surrounded by if
48589 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1589 There is log block not surrounded by if
48590 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1591 Potential violation of Law of Demeter (object not created locally)
48591 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1593 Potential violation of Law of Demeter (object not created locally)
48592 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1594 Potential violation of Law of Demeter (object not created locally)
48593 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1594 Potential violation of Law of Demeter (object not created locally)
48594 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1595 Potential violation of Law of Demeter (object not created locally)
48595 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1596 Potential violation of Law of Demeter (object not created locally)
48596 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1602 Avoid using if...else statements without curly braces
48597 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1602 There is log block not surrounded by if
48598 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1602 There is log block not surrounded by if
48599 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1610 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48600 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1611 There is log block not surrounded by if
48601 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1611 There is log block not surrounded by if
48602 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1612 Avoid printStackTrace(); use a logger call instead.
48603 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1612 Potential violation of Law of Demeter (object not created locally)
48604 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1614 There is log block not surrounded by if
48605 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1614 There is log block not surrounded by if
48606 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1616 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48607 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1618 There is log block not surrounded by if
48608 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1619 Avoid printStackTrace(); use a logger call instead.
48609 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1619 Potential violation of Law of Demeter (object not created locally)
48610 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1626 There is log block not surrounded by if
48611 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1626 There is log block not surrounded by if
48612 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1631 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48613 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1633 There is log block not surrounded by if
48614 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1642 Avoid really long methods.
48615 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1642 Method names should not start with capital letters
48616 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1642 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'RFID_No' is not final.
48617 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1642 Parameter 'RFID_No' is not assigned and could be declared final
48618 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1642 Parameter 'lat' is not assigned and could be declared final
48619 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1642 Parameter 'lon' is not assigned and could be declared final
48620 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1642 Parameter 'packetTime' is not assigned and could be declared final
48621 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1642 Parameter 'vehicleId' is not assigned and could be declared final
48622 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1642 The method 'UpdateRfidHistory' has a Cyclomatic Complexity of 20.
48623 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1642 The method UpdateRfidHistory() has an NPath complexity of 678
48624 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1642 Variables should start with a lowercase character, 'RFID_No' starts with uppercase character.
48625 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1642 publicMethodCommentRequirement Required
48626 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1644 Local variable 'rfDao' could be declared final
48627 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1647 There is log block not surrounded by if
48628 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1647 There is log block not surrounded by if
48629 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1649 Local variable 'trip_details' could be declared final
48630 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1649 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_details' is not final.
48631 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1650 Avoid if (x != y) ..; else ..;
48632 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1651 Avoid if (x != y) ..; else ..;
48633 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1651 Useless parentheses.
48634 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1654 Avoid declaring a variable if it is unreferenced before a possible exit point.
48635 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1657 Local variable 'session' could be declared final
48636 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1658 Avoid using Literals in Conditional Statements
48637 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1659 Avoid using if...else statements without curly braces
48638 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1661 Avoid using if...else statements without curly braces
48639 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1663 Avoid declaring a variable if it is unreferenced before a possible exit point.
48640 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1665 Avoid using Literals in Conditional Statements
48641 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1665 Avoid using if statements without curly braces
48642 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1667 Local variable 'formatter' could be declared final
48643 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1667 When instantiating a SimpleDateFormat object, specify a Locale
48644 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1668 Avoid declaring a variable if it is unreferenced before a possible exit point.
48645 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1668 Avoid unused local variables such as 'dte'.
48646 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1668 Local variable 'dte' could be declared final
48647 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1668 Potential violation of Law of Demeter (object not created locally)
48648 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1670 Potential violation of Law of Demeter (method chain calls)
48649 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1670 Potential violation of Law of Demeter (method chain calls)
48650 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1673 Avoid using if statements without curly braces
48651 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1674 A method should have only one exit point, and that should be the last statement in the method
48652 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1681 There is log block not surrounded by if
48653 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1681 There is log block not surrounded by if
48654 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1683 There is log block not surrounded by if
48655 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1683 There is log block not surrounded by if
48656 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1686 Comment is too large: Line too long
48657 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1687 Comment is too large: Line too long
48658 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1690 Potential violation of Law of Demeter (object not created locally)
48659 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1693 Potential violation of Law of Demeter (method chain calls)
48660 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1693 Potential violation of Law of Demeter (object not created locally)
48661 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1693 Potential violation of Law of Demeter (object not created locally)
48662 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1693 Potential violation of Law of Demeter (object not created locally)
48663 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1693 Potential violation of Law of Demeter (object not created locally)
48664 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1693 Potential violation of Law of Demeter (object not created locally)
48665 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1695 Assigning an Object to null is a code smell. Consider refactoring.
48666 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1698 There is log block not surrounded by if
48667 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1698 There is log block not surrounded by if
48668 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1701 There is log block not surrounded by if
48669 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1701 There is log block not surrounded by if
48670 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1702 Local variable 'mngrObj' could be declared final
48671 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1703 Position literals first in String comparisons
48672 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1703 Potential violation of Law of Demeter (object not created locally)
48673 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1704 Avoid using if...else statements without curly braces
48674 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1704 Potential violation of Law of Demeter (object not created locally)
48675 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1706 Avoid using if...else statements without curly braces
48676 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1706 Potential violation of Law of Demeter (object not created locally)
48677 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1708 There is log block not surrounded by if
48678 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1708 There is log block not surrounded by if
48679 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1709 There is log block not surrounded by if
48680 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1709 There is log block not surrounded by if
48681 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1711 Potential violation of Law of Demeter (object not created locally)
48682 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1714 There is log block not surrounded by if
48683 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1714 There is log block not surrounded by if
48684 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1717 There is log block not surrounded by if
48685 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1717 There is log block not surrounded by if
48686 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1720 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48687 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1722 There is log block not surrounded by if
48688 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1723 There is log block not surrounded by if
48689 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1732 There is log block not surrounded by if
48690 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1732 There is log block not surrounded by if
48691 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1734 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48692 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1736 There is log block not surrounded by if
48693 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1744 Document empty method
48694 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1744 Parameter 'args' is not assigned and could be declared final
48695 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1744 publicMethodCommentRequirement Required
48696 src/com/gps/webservice/PolygonRegion_Service.java 19 The String literal "http://www.example.org/PolygonRegion/" appears 4 times in this file; the first occurrence is on line 19
48697 src/com/gps/webservice/PolygonRegion_Service.java 24 Avoid excessively long variable names like POLYGONREGION_WSDL_LOCATION
48698 src/com/gps/webservice/PolygonRegion_Service.java 24 fieldCommentRequirement Required
48699 src/com/gps/webservice/PolygonRegion_Service.java 31 Avoid printStackTrace(); use a logger call instead.
48700 src/com/gps/webservice/PolygonRegion_Service.java 36 Parameter 'serviceName' is not assigned and could be declared final
48701 src/com/gps/webservice/PolygonRegion_Service.java 36 Parameter 'wsdlLocation' is not assigned and could be declared final
48702 src/com/gps/webservice/PolygonRegion_Service.java 36 publicMethodCommentRequirement Required
48703 src/com/gps/webservice/PolygonRegion_Service.java 40 publicMethodCommentRequirement Required
48704 src/com/gps/webservice/PolygonRegion_Service.java 49 The String literal "PolygonRegionSOAP" appears 4 times in this file; the first occurrence is on line 49
48705 src/com/gps/webservice/PolygonRegion_Service.java 57 Comment is too large: Line too long
48706 src/com/gps/webservice/PolygonRegion_Service.java 62 Parameter 'features' is not assigned and could be declared final
48707 src/com/gps/webservice/WhetherInterested.java 12 Comment is too large: Too many lines
48708 src/com/gps/webservice/WhetherInterested.java 23 Comment is too large: Line too long
48709 src/com/gps/webservice/WhetherInterested.java 25 Comment is too large: Line too long
48710 src/com/gps/webservice/WhetherInterested.java 26 Comment is too large: Line too long
48711 src/com/gps/webservice/WhetherInterested.java 27 Comment is too large: Line too long
48712 src/com/gps/webservice/WhetherInterested.java 41 fieldCommentRequirement Required
48713 src/com/gps/webservice/WhetherInterested.java 42 fieldCommentRequirement Required
48714 src/com/gps/webservice/WhetherInterested.java 43 fieldCommentRequirement Required
48715 src/com/gps/webservice/WhetherInterested.java 44 fieldCommentRequirement Required
48716 src/com/gps/webservice/WhetherInterested.java 58 Parameter 'value' is not assigned and could be declared final
48717 src/com/gps/webservice/WhetherInterested.java 74 Parameter 'value' is not assigned and could be declared final
48718 src/com/gps/webservice/WhetherInterested.java 98 Parameter 'packetTime' is not assigned and could be declared final
48719 src/com/gps/webservice/WhetherInterested.java 107 Parameter 'value' is not assigned and could be declared final
48720 src/com/gps/webservice/WhetherInterestedResponse.java 8 Comment is too large: Too many lines
48721 src/com/gps/webservice/WhetherInterestedResponse.java 19 Comment is too large: Line too long
48722 src/com/gps/webservice/WhetherInterestedResponse.java 21 Comment is too large: Line too long
48723 src/com/gps/webservice/WhetherInterestedResponse.java 35 fieldCommentRequirement Required
48724 src/com/gps/webservice/WhetherInterestedResponse.java 49 Parameter 'value' is not assigned and could be declared final
48725 src/junittest/TestEventNotificationDAO.java 13 headerCommentRequirement Required
48726 src/junittest/TestEventNotificationDAO.java 16 Found 'UR'-anomaly for variable 'e' (lines '16'-'22').
48727 src/junittest/TestEventNotificationDAO.java 16 publicMethodCommentRequirement Required
48728 src/junittest/TestEventNotificationDAO.java 18 System.out.print is used
48729 src/junittest/TestEventNotificationDAO.java 19 Local variable 'rep' could be declared final
48730 src/junittest/TestEventNotificationDAO.java 20 Local variable 'MsgTxt' could be declared final
48731 src/junittest/TestEventNotificationDAO.java 20 Variables should start with a lowercase character, 'MsgTxt' starts with uppercase character.
48732 src/junittest/TestEventNotificationDAO.java 21 Local variable 'e' could be declared final
48733 src/junittest/TestEventNotificationDAO.java 22 System.out.print is used
48734 src/junittest/TestEventNotificationDAO.java 24 JUnit assertions should include a message
48735 src/junittest/TestEventNotificationDAO.java 28 Found 'UR'-anomaly for variable 'e' (lines '28'-'34').
48736 src/junittest/TestEventNotificationDAO.java 28 publicMethodCommentRequirement Required
48737 src/junittest/TestEventNotificationDAO.java 30 System.out.print is used
48738 src/junittest/TestEventNotificationDAO.java 31 Local variable 'rep' could be declared final
48739 src/junittest/TestEventNotificationDAO.java 32 Local variable 'MsgTxt' could be declared final
48740 src/junittest/TestEventNotificationDAO.java 32 Variables should start with a lowercase character, 'MsgTxt' starts with uppercase character.
48741 src/junittest/TestEventNotificationDAO.java 33 Local variable 'e' could be declared final
48742 src/junittest/TestEventNotificationDAO.java 34 System.out.print is used
48743 src/junittest/TestEventNotificationDAO.java 36 JUnit assertions should include a message
48744 src/junittest/TestEventNotificationDAO.java 36 Potential violation of Law of Demeter (object not created locally)